:root,[data-doran-theme=light]{--doran-bg: #ffffff;--doran-surface: #ffffff;--doran-surface-muted: #f6f7f9;--doran-surface-raised: #ffffff;--doran-border: #e6e8eb;--doran-border-strong: #d3d7dc;--doran-text: #1a1d21;--doran-text-muted: #6b7280;--doran-text-subtle: #9aa1ac;--doran-primary: #4f46e5;--doran-primary-hover: #4338ca;--doran-primary-soft: rgba(79, 70, 229, .12);--doran-primary-contrast: #ffffff;--doran-accent: #0ea5e9;--doran-accent-soft: rgba(14, 165, 233, .14);--doran-danger: #dc2626;--doran-success: #16a34a;--doran-warning: #d97706;--doran-holiday: #dc2626;--doran-holiday-soft: rgba(220, 38, 38, .1);--doran-focus-ring: rgba(79, 70, 229, .4);--doran-radius-sm: 6px;--doran-radius-md: 10px;--doran-radius-lg: 16px;--doran-radius-full: 9999px;--doran-border-width: 1px;--doran-space-xs: 4px;--doran-space-sm: 8px;--doran-space-md: 12px;--doran-space-lg: 20px;--doran-font-sans: "Vazirmatn", "IRANSans", system-ui, -apple-system, "Segoe UI", sans-serif;--doran-font-weight-normal: 400;--doran-font-weight-medium: 500;--doran-font-weight-semibold: 600;--doran-font-weight-bold: 700;--doran-shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--doran-shadow-md: 0 8px 24px rgba(0, 0, 0, .12);--doran-shadow-lg: 0 16px 48px rgba(0, 0, 0, .16);--doran-transition: .15s ease}[data-doran-theme=dark]{--doran-bg: #0c0d10;--doran-surface: #16181d;--doran-surface-muted: #1f232a;--doran-surface-raised: #1c1f26;--doran-border: #2a2f37;--doran-border-strong: #3a414b;--doran-text: #f2f4f7;--doran-text-muted: #9aa3af;--doran-text-subtle: #6b7280;--doran-primary: #6366f1;--doran-primary-hover: #818cf8;--doran-primary-soft: rgba(129, 140, 248, .18);--doran-primary-contrast: #0c0d10;--doran-accent: #38bdf8;--doran-accent-soft: rgba(56, 189, 248, .18);--doran-danger: #f87171;--doran-success: #4ade80;--doran-warning: #fbbf24;--doran-holiday: #f87171;--doran-holiday-soft: rgba(248, 113, 113, .16);--doran-focus-ring: rgba(129, 140, 248, .45);--doran-shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--doran-shadow-md: 0 8px 24px rgba(0, 0, 0, .5);--doran-shadow-lg: 0 16px 48px rgba(0, 0, 0, .6)}.doran-root{font-family:var(--doran-font-sans);color:var(--doran-text);background:var(--doran-bg)}.doran-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--doran-space-sm);font-family:inherit;font-size:.9rem;font-weight:500;line-height:1;padding:0 var(--doran-space-md);height:36px;border-radius:var(--doran-radius-md);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.doran-btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-btn:disabled{opacity:.5;cursor:not-allowed}.doran-btn--primary{background:var(--doran-primary);color:var(--doran-primary-contrast)}.doran-btn--primary:not(:disabled):hover{background:var(--doran-primary-hover)}.doran-btn--ghost{background:transparent;color:var(--doran-text)}.doran-btn--ghost:not(:disabled):hover{background:var(--doran-surface-muted)}.doran-btn--outline{background:transparent;color:var(--doran-text);border-color:var(--doran-border)}.doran-btn--outline:not(:disabled):hover{background:var(--doran-surface-muted)}.doran-btn--icon{width:36px;padding:0}.doran-calendar{--_cal-bg: var(--doran-calendar-bg, var(--doran-surface));--_cal-border-color: var(--doran-calendar-border-color, var(--doran-border));--_cal-border-width: var(--doran-calendar-border-width, var(--doran-border-width, 1px));--_cal-radius: var(--doran-calendar-radius, var(--doran-radius-lg));--_cal-shadow: var(--doran-calendar-shadow, var(--doran-shadow-md));--_cal-padding: var(--doran-calendar-padding, var(--doran-space-md));--_cal-font: var(--doran-calendar-font, var(--doran-font-sans));--_cal-width: var(--doran-calendar-width, 17.5rem);display:inline-flex;flex-direction:column;gap:var(--doran-space-sm);padding:var(--_cal-padding);background:var(--_cal-bg);border:var(--_cal-border-width) solid var(--_cal-border-color);border-radius:var(--_cal-radius);box-shadow:var(--_cal-shadow);font-family:var(--_cal-font);color:var(--doran-text);width:var(--_cal-width);box-sizing:border-box}.doran-calendar *,.doran-calendar *:before,.doran-calendar *:after{box-sizing:border-box}.doran-calendar__header{display:flex;align-items:center;justify-content:space-between;gap:var(--doran-space-xs);min-height:2.25rem}.doran-calendar__heading{display:flex;flex:1;align-items:center;justify-content:center;gap:var(--doran-space-xs);font-weight:var(--doran-calendar-heading-weight, var(--doran-font-weight-semibold, 600));font-size:var(--doran-calendar-heading-size, .95rem);color:var(--doran-calendar-heading-color, var(--doran-text))}.doran-calendar__nav{--_nav-color: var(--doran-calendar-arrow-color, var(--doran-text-muted));--_nav-hover-bg: var(--doran-calendar-arrow-hover-bg, var(--doran-surface-muted));--_nav-hover-color: var(--doran-calendar-arrow-hover-color, var(--doran-text));--_nav-size: var(--doran-calendar-arrow-size, 2rem);display:inline-flex;align-items:center;justify-content:center;width:var(--_nav-size);height:var(--_nav-size);padding:0;border:none;background:transparent;color:var(--_nav-color);border-radius:var(--doran-radius-md);cursor:pointer;flex-shrink:0;transition:background var(--doran-transition, .15s ease),color var(--doran-transition, .15s ease)}.doran-calendar__nav:not(:disabled):hover{background:var(--_nav-hover-bg);color:var(--_nav-hover-color)}.doran-calendar__nav:focus-visible{outline:none;box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-calendar__nav:disabled{opacity:.4;cursor:not-allowed}.doran-calendar__nav svg{width:1.1em;height:1.1em;display:block}.doran-calendar__footer{display:flex;justify-content:center;gap:var(--doran-space-sm);padding-top:var(--doran-space-xs)}.doran-calendar__heading-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;border-radius:var(--doran-radius-md);cursor:pointer;transition:background var(--doran-transition, .15s ease)}.doran-calendar__heading-btn:not(:disabled):hover{background:var(--doran-surface-muted)}.doran-calendar__heading-btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-calendar__heading-btn svg{width:.85em;height:.85em;opacity:.6}.doran-picker-panel{border-top:1px solid var(--doran-border);margin-top:var(--doran-space-xs);padding-top:var(--doran-space-sm)}.doran-picker-panel__grid{display:grid;gap:var(--doran-space-xs)}.doran-picker-panel__grid--months{grid-template-columns:repeat(3,1fr)}.doran-picker-panel__grid--years{grid-template-columns:repeat(4,1fr);max-height:12.5rem;overflow-y:auto}.doran-picker-option{padding:.4rem .25rem;border:none;background:transparent;color:var(--doran-text);font:inherit;font-size:.82rem;border-radius:var(--doran-radius-md);cursor:pointer;transition:background var(--doran-transition, .15s ease),color var(--doran-transition, .15s ease)}.doran-picker-option:not(:disabled):hover{background:var(--doran-surface-muted)}.doran-picker-option:focus-visible{outline:none;box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-picker-option--active{background:var(--doran-primary);color:var(--doran-primary-contrast)}.doran-picker-option--active:not(:disabled):hover{background:var(--doran-primary-hover)}.doran-picker-option:disabled{opacity:.4;cursor:not-allowed}.doran-time{display:flex;align-items:center;justify-content:center;gap:var(--doran-space-xs);padding-top:var(--doran-space-sm);border-top:1px solid var(--doran-border);margin-top:var(--doran-space-xs)}.doran-time__field{display:flex;flex-direction:column;align-items:center}.doran-time__btn{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.25rem;border:none;background:transparent;color:var(--doran-text-muted);border-radius:var(--doran-radius-sm);cursor:pointer}.doran-time__btn:hover{background:var(--doran-surface-muted);color:var(--doran-text)}.doran-time__btn svg{width:.8em;height:.8em}.doran-time__value{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:var(--doran-font-weight-semibold, 600);min-width:2ch;text-align:center;padding:.1rem 0}.doran-time__sep{font-size:1.1rem;font-weight:var(--doran-font-weight-semibold, 600);padding:0 .1rem}.doran-month{display:flex;flex-direction:column;gap:2px}.doran-month__weekdays,.doran-month__week{display:grid;grid-template-columns:repeat(7,1fr)}.doran-month__weekday{text-align:center;font-size:.72rem;font-weight:var(--doran-font-weight-semibold, 600);color:var(--doran-calendar-weekday-color, var(--doran-text-muted));padding:var(--doran-space-xs) 0}.doran-month__weekday--weekend{color:var(--doran-calendar-weekend-color, var(--doran-holiday))}.doran-month__cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1;position:relative}.doran-month__spacer{display:block;width:100%;height:100%}.doran-day{--_day-size: var(--doran-day-size, 2.125rem);--_day-radius: var(--doran-day-radius, var(--doran-radius-full));display:inline-flex;align-items:center;justify-content:center;width:var(--_day-size);height:var(--_day-size);border:none;background:transparent;border-radius:var(--_day-radius);color:var(--doran-day-color, var(--doran-text));font-family:inherit;font-size:var(--doran-day-font-size, .85rem);font-variant-numeric:tabular-nums;cursor:pointer;position:relative;transition:background var(--doran-transition, .12s ease),color var(--doran-transition, .12s ease),box-shadow var(--doran-transition, .12s ease)}.doran-day:not(:disabled):hover{background:var(--doran-day-hover-bg, var(--doran-surface-muted))}.doran-day:focus-visible{outline:none;box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-day:disabled{color:var(--doran-text-muted);opacity:.4;cursor:not-allowed}.doran-day--outside{color:var(--doran-day-outside-color, var(--doran-text-subtle))}.doran-day--weekend{color:var(--doran-day-weekend-color, var(--doran-holiday))}.doran-day--holiday{color:var(--doran-day-holiday-color, var(--doran-holiday))}.doran-day--holiday:after{content:"";position:absolute;bottom:.28rem;inset-inline-start:50%;transform:translate(50%);width:.25rem;height:.25rem;border-radius:var(--doran-radius-full);background:var(--doran-day-holiday-dot, var(--doran-holiday))}.doran-day--today{font-weight:var(--doran-font-weight-bold, 700);color:var(--doran-day-today-color, var(--doran-primary));box-shadow:inset 0 0 0 1px var(--doran-day-today-ring, var(--doran-primary))}.doran-day--selected,.doran-day--range-start,.doran-day--range-end{background:var(--doran-day-selected-bg, var(--doran-primary));color:var(--doran-day-selected-color, var(--doran-primary-contrast));font-weight:var(--doran-font-weight-medium, 500);box-shadow:none}.doran-day--selected:not(:disabled):hover,.doran-day--range-start:not(:disabled):hover,.doran-day--range-end:not(:disabled):hover{background:var(--doran-day-selected-hover-bg, var(--doran-primary-hover));color:var(--doran-day-selected-color, var(--doran-primary-contrast))}.doran-day--selected.doran-day--holiday:after,.doran-day--range-start.doran-day--holiday:after,.doran-day--range-end.doran-day--holiday:after{background:var(--doran-day-selected-color, var(--doran-primary-contrast))}.doran-month__cell:has(.doran-day--in-range):before,.doran-month__cell:has(.doran-day--range-start):before,.doran-month__cell:has(.doran-day--range-end):before{content:"";position:absolute;top:50%;inset-inline:0;transform:translateY(-50%);height:var(--doran-day-range-height, var(--doran-day-size, 2.125rem));background:var(--doran-day-range-bg, var(--doran-primary-soft));z-index:0}.doran-month__cell:has(.doran-day--range-start):before{border-start-start-radius:var(--doran-day-range-radius, var(--doran-radius-full));border-end-start-radius:var(--doran-day-range-radius, var(--doran-radius-full))}.doran-month__cell:has(.doran-day--range-end):before{border-start-end-radius:var(--doran-day-range-radius, var(--doran-radius-full));border-end-end-radius:var(--doran-day-range-radius, var(--doran-radius-full))}.doran-month__cell:has(.doran-day--range-start.doran-day--range-end):before{display:none}.doran-month__cell .doran-day{z-index:1}.doran-day--in-range{background:transparent;color:var(--doran-day-in-range-color, var(--doran-text))}.doran-datepicker{position:relative;display:inline-block;width:var(--doran-input-width, auto);max-width:100%;font-family:var(--doran-font-sans)}.doran-datepicker__input{display:inline-flex;align-items:center;justify-content:space-between;gap:var(--doran-space-sm);min-width:var(--doran-input-width, 12rem);max-width:100%;height:var(--doran-input-height, 2.5rem);padding:0 var(--doran-space-md);background:var(--doran-input-bg, var(--doran-surface));color:var(--doran-text);border:1px solid var(--doran-input-border-color, var(--doran-border));border-radius:var(--doran-input-radius, var(--doran-radius-md));font-family:inherit;font-size:.9rem;cursor:pointer;box-sizing:border-box;transition:border-color var(--doran-transition, .15s ease),box-shadow var(--doran-transition, .15s ease)}.doran-datepicker__input[data-icon-position=left]{flex-direction:row}.doran-datepicker__input[data-icon-position=right]{flex-direction:row-reverse}.doran-datepicker__input:hover{border-color:var(--doran-border-strong)}.doran-datepicker__input:disabled{opacity:var(--doran-disabled-opacity, .55);cursor:not-allowed}.doran-datepicker__input:disabled:hover{border-color:var(--doran-input-border-color, var(--doran-border))}.doran-datepicker__input:focus-visible,.doran-datepicker__input[aria-expanded=true]{outline:none;border-color:var(--doran-primary);box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-datepicker__value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doran-datepicker__value[data-text-align=left]{text-align:left}.doran-datepicker__value[data-text-align=right]{text-align:right}.doran-datepicker__placeholder{color:var(--doran-text-muted)}.doran-datepicker__icon{display:inline-flex;flex-shrink:0;color:var(--doran-text-muted)}.doran-datepicker__icon svg{width:1.05rem;height:1.05rem}.doran-datepicker__popover{position:fixed;max-width:calc(100vw - 1rem);z-index:var(--doran-z-popover, 9999);animation:doran-pop-in .12s ease}.doran-datepicker__popover--trigger>.doran-calendar,.doran-datepicker__popover--custom>.doran-calendar{width:100%;max-width:100%}@keyframes doran-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.doran-datepicker__popover{animation:none}}.doran-rangepicker{width:var(--doran-calendar-width, 20rem)}.doran-rangepicker--multi,.doran-rangepicker:has(.doran-rangepicker__presets){width:auto}.doran-rangepicker__body{display:flex;gap:var(--doran-calendar-gap, .75rem);align-items:flex-start;justify-content:center}.doran-rangepicker__presets{display:flex;flex-direction:column;gap:.35rem;padding-inline-end:.75rem;border-inline-end:1px solid var(--doran-calendar-border-color, var(--doran-border))}.doran-rangepicker__preset{font:inherit;font-size:.82rem;text-align:start;white-space:nowrap;padding:.35rem .6rem;border:none;border-radius:var(--doran-radius-md, 8px);background:transparent;color:var(--doran-text);cursor:pointer}.doran-rangepicker__preset:hover{background:var(--doran-day-hover-bg, var(--doran-surface-muted))}.doran-rangepicker__months{display:flex;gap:1rem;align-items:flex-start}.doran-rangepicker__month-caption{text-align:center;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:var(--doran-calendar-heading-color, var(--doran-text))}.doran-rangepicker__footer{justify-content:space-between;align-items:center}.doran-rangepicker__summary{font-size:.82rem;color:var(--doran-text-muted);font-variant-numeric:tabular-nums}.doran-nlp{position:relative;display:inline-flex;flex-direction:column;width:var(--doran-nlp-width, 22rem);max-width:100%;font-family:var(--doran-font-sans)}.doran-nlp__field{position:relative;display:flex;align-items:center}.doran-nlp__input,.doran-nlp__ghost{width:100%;height:var(--doran-input-height, 2.5rem);padding:0 var(--doran-space-md);font-family:inherit;font-size:.95rem;border-radius:var(--doran-input-radius, var(--doran-radius-md));box-sizing:border-box}.doran-nlp__input{position:relative;z-index:1;background:var(--doran-input-bg, var(--doran-surface));color:var(--doran-text);border:1px solid var(--doran-input-border-color, var(--doran-border));transition:border-color var(--doran-transition, .15s ease),box-shadow var(--doran-transition, .15s ease)}.doran-nlp__input:focus{outline:none;border-color:var(--doran-primary);box-shadow:0 0 0 3px var(--doran-focus-ring)}.doran-nlp__input::placeholder{color:var(--doran-text-muted)}.doran-nlp__hint{position:absolute;z-index:2;inset-inline-end:var(--doran-space-md);top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:.3rem;padding:.1rem .45rem;font-size:.78rem;color:var(--doran-primary);background:var(--doran-primary-soft);border-radius:var(--doran-radius-sm);pointer-events:none;white-space:nowrap;font-variant-numeric:tabular-nums;max-width:55%;overflow:hidden;text-overflow:ellipsis}.doran-nlp__hint--unknown{color:var(--doran-text-muted);background:var(--doran-surface-muted)}.doran-nlp__suggestions{position:fixed;z-index:var(--doran-z-popover, 9999);box-sizing:border-box;margin:0;padding:var(--doran-space-xs);list-style:none;background:var(--doran-surface-raised, var(--doran-surface));border:1px solid var(--doran-border);border-radius:var(--doran-radius-md);box-shadow:var(--doran-shadow-md);max-height:15rem;overflow-y:auto}.doran-nlp__suggestion{display:flex;align-items:baseline;justify-content:space-between;gap:var(--doran-space-sm);padding:.45rem var(--doran-space-sm);border:none;width:100%;background:transparent;color:var(--doran-text);font:inherit;font-size:.9rem;text-align:start;border-radius:var(--doran-radius-sm);cursor:pointer}.doran-nlp__suggestion:hover,.doran-nlp__suggestion--active{background:var(--doran-surface-muted)}.doran-nlp__suggestion-preview{font-size:.75rem;color:var(--doran-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.doran-nlp__time{margin-inline-start:.35em}.doran-agenda{display:flex;flex-direction:column;gap:var(--doran-space-sm);font-family:var(--doran-font-sans);color:var(--doran-text)}.doran-agenda__day{display:grid;grid-template-columns:7.5rem 1fr;gap:var(--doran-space-md);padding:var(--doran-space-sm);border:1px solid var(--doran-border);border-radius:var(--doran-radius-md);background:var(--doran-surface)}.doran-agenda__day--weekend{background:var(--doran-surface-muted)}.doran-agenda__date{display:flex;flex-direction:column;gap:2px;background:transparent;border:none;cursor:pointer;text-align:start;font-family:inherit;color:inherit}.doran-agenda__weekday{font-weight:var(--doran-font-weight-semibold, 600)}.doran-agenda__daynum{font-size:.8rem;color:var(--doran-text-muted)}.doran-agenda__events{display:flex;flex-direction:column;gap:var(--doran-space-xs)}.doran-agenda__empty{font-size:.82rem;color:var(--doran-text-muted)}.doran-agenda__event{display:flex;align-items:flex-start;gap:var(--doran-space-sm)}.doran-agenda__marker{width:8px;height:8px;border-radius:var(--doran-radius-full);margin-top:6px;flex-shrink:0}.doran-agenda__event-title{font-size:.88rem;font-weight:var(--doran-font-weight-medium, 500)}.doran-agenda__event-desc{font-size:.8rem;color:var(--doran-text-muted)}*{box-sizing:border-box}body{margin:0;font-family:var(--doran-font-sans);background:var(--doran-bg);color:var(--doran-text);transition:background .2s ease,color .2s ease}.page{max-width:1080px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page__title{margin:0;font-size:2rem;font-weight:700}.page__subtitle{margin:.25rem 0 0;color:var(--doran-text-muted)}.card{background:var(--doran-surface);border:1px solid var(--doran-border);border-radius:var(--doran-radius-lg);padding:1.5rem;box-shadow:var(--doran-shadow-sm)}.card__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.card__hint{margin:0 0 1.25rem;font-size:.85rem;color:var(--doran-text-muted)}.card__hint kbd{font-family:var(--doran-font-mono, ui-monospace, monospace);font-size:.78em;padding:.1em .4em;border:1px solid var(--doran-border);border-bottom-width:2px;border-radius:5px;background:var(--doran-surface-muted);color:var(--doran-text);white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:start}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-start}.field-label{display:block;font-size:.8rem;font-weight:600;color:var(--doran-text-muted);margin-bottom:.4rem}.result{margin-top:.75rem;font-size:.9rem;color:var(--doran-text-muted);font-variant-numeric:tabular-nums}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.chip{font-size:.78rem;padding:.2rem .6rem;border-radius:var(--doran-radius-full);background:var(--doran-surface-muted);color:var(--doran-text-muted)}.theme-rose{--doran-calendar-bg: #fff7f9;--doran-calendar-border-color: #f5d0da;--doran-calendar-radius: 22px;--doran-calendar-shadow: 0 18px 40px rgba(225, 29, 72, .18);--doran-calendar-heading-color: #9f1239;--doran-calendar-arrow-color: #e11d48;--doran-calendar-arrow-hover-bg: #fde7ec;--doran-day-selected-bg: #e11d48;--doran-day-selected-hover-bg: #be123c;--doran-day-today-ring: #fb7185;--doran-day-today-color: #e11d48;--doran-day-hover-bg: #fde7ec;--doran-day-holiday-color: #be123c;--doran-focus-ring: rgba(225, 29, 72, .35);--doran-day-radius: 10px;font-family:Vazirmatn,sans-serif}.app{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2rem;max-width:1180px;margin:0 auto;padding:1.5rem;align-items:start}.app__nav{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1rem}.app__brand{display:flex;flex-direction:column;line-height:1.2}.app__logo{font-size:1.5rem;font-weight:700}.app__brand-sub{font-size:.8rem;color:var(--doran-text-muted)}.app__nav nav{display:flex;flex-direction:column;gap:.15rem}.app__nav-link{display:block;padding:.45rem .6rem;border-radius:var(--doran-radius-md);border-inline-start:2px solid transparent;font-size:.9rem;color:var(--doran-text);text-decoration:none}.app__nav-link:hover{background:var(--doran-surface-muted)}.app__nav-link--active{background:var(--doran-surface-muted);border-inline-start-color:var(--doran-primary);color:var(--doran-primary);font-weight:600}.app__main{display:flex;flex-direction:column;gap:2.5rem;min-width:0}.app__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.app__title{margin:0;font-size:1.6rem;font-weight:700}.app__subtitle{margin:.35rem 0 0;max-width:46ch;font-size:.9rem;color:var(--doran-text-muted)}.app__actions{display:flex;gap:.5rem}.app__btn{font:inherit;font-size:.85rem;padding:.4rem .7rem;border-radius:var(--doran-radius-md);border:1px solid var(--doran-border);background:var(--doran-surface);color:var(--doran-text);cursor:pointer}.app__btn:hover{background:var(--doran-surface-muted)}.section{scroll-margin-top:1.5rem}.section__head{margin-bottom:1.25rem}.section__title{margin:0;font-size:1.25rem;font-weight:700;font-family:var(--doran-font-mono, ui-monospace, monospace)}.section__intro{margin:.4rem 0 0;max-width:70ch;font-size:.88rem;line-height:1.7;color:var(--doran-text-muted)}.section__intro kbd{font-family:var(--doran-font-mono, ui-monospace, monospace);font-size:.78em;padding:.1em .4em;border:1px solid var(--doran-border);border-bottom-width:2px;border-radius:5px;background:var(--doran-surface-muted);white-space:nowrap}.section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;align-items:start}.demo{display:flex;flex-direction:column;background:var(--doran-surface);border:1px solid var(--doran-border);border-radius:var(--doran-radius-lg);overflow:visible}.demo--wide{grid-column:1 / -1}.demo__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--doran-border)}.demo__title{margin:0;font-size:.95rem;font-weight:600}.demo__desc{margin:.25rem 0 0;font-size:.8rem;line-height:1.6;color:var(--doran-text-muted)}.demo__toggle{flex:none;font:inherit;font-size:.75rem;padding:.3rem .55rem;border-radius:var(--doran-radius-md);border:1px solid var(--doran-border);background:var(--doran-surface-muted);color:var(--doran-text);cursor:pointer;white-space:nowrap}.demo__toggle:hover{background:var(--doran-border)}.demo__preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;min-height:120px}.demo--wide .demo__preview{overflow-x:auto;align-items:flex-start}.demo__preview>.result{align-self:stretch;text-align:center}.demo__preview>.doran-agenda{align-self:stretch;width:100%}.demo__preview .doran-rangepicker__summary{white-space:normal}.code-panel{border-top:1px solid var(--doran-border);border-radius:0 0 var(--doran-radius-lg) var(--doran-radius-lg);overflow:hidden}.code-panel__bar{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem;background:var(--doran-surface-muted);border-bottom:1px solid var(--doran-border)}.code-panel__lang{font-family:var(--doran-font-mono, ui-monospace, monospace);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--doran-text-muted)}.code-panel__copy{font:inherit;font-size:.72rem;padding:.2rem .5rem;border-radius:6px;border:1px solid var(--doran-border);background:var(--doran-surface);color:var(--doran-text);cursor:pointer}.code-panel__copy:hover{background:var(--doran-surface-muted)}.code-panel__shiki .shiki,.code-panel__pre{margin:0;padding:1rem;overflow-x:auto;font-family:var(--doran-font-mono, ui-monospace, monospace);font-size:.78rem;line-height:1.6;-moz-tab-size:2;tab-size:2}.code-panel__pre{background:var(--doran-surface-muted);color:var(--doran-text)}@media(max-width:760px){.app{grid-template-columns:1fr}.app__nav{position:static}}
