.forms-render{display:flex;flex-direction:column;gap:var(--s3)}.forms-render__foot{display:flex;flex-wrap:wrap;gap:var(--s3);align-items:center;margin-top:var(--s2)}.forms-render__err{color:var(--crit)}.forms-render__check,.forms-render__group{display:flex;flex-direction:column;gap:var(--s1)}.forms-render__group{border:0;margin:0;padding:0;min-inline-size:0}.forms-render__group legend{font-size:.8125rem;font-weight:600;margin-bottom:var(--s1);padding:0}.forms-reason,.forms-render__textarea{resize:vertical}.forms-reason{width:100%;min-height:6.5em;line-height:1.45}.formopt{gap:var(--s2)}.formopt__item{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--panel);font-size:13px;font-weight:500;color:var(--fg);cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.formopt__item:hover{border-color:var(--accent);background:var(--hover)}.formopt__item.is-on{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.formopt__item input{accent-color:var(--accent);width:16px;height:16px;flex:none;margin:1px 0 0;cursor:pointer}.formopt__item:has(input:disabled){cursor:not-allowed;color:var(--muted)}.formopt__clear{align-self:flex-start;border:0;background:none;padding:0;font:inherit;font-size:12px;font-weight:600;color:var(--accent);cursor:pointer}.formopt__clear:hover{text-decoration:underline}.formfill{max-width:680px;margin-inline:auto}.formfill .forms-render{gap:var(--s6)}.formfill .ui-field{font-size:14px;font-weight:600;letter-spacing:normal;text-transform:none;color:var(--fg);gap:6px}.formfill .formopt .t-helper,.formfill .forms-render__check .t-helper,.formfill .ui-field .t-helper{font-size:13px}.formfill .forms-render__group legend{font-size:14px;font-weight:600;margin-bottom:var(--s2)}.formfill .forms-render__group legend span[aria-hidden],.formfill .ui-field>span:first-child span[aria-hidden]{color:var(--accent)}.formfill .ui-input{font-size:15px;padding:10px 12px;border-radius:var(--radius);transition:border-color .12s ease,box-shadow .12s ease}.formfill .ui-combobox__trigger:focus,.formfill .ui-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.formfill .ui-combobox__trigger:focus-visible,.formfill .ui-input:focus-visible{outline:none}.formfill .ui-combobox__trigger{font-size:14px;padding:10px 12px;border-radius:var(--radius)}.formfill .formopt__item{font-size:14px;padding:13px 16px}.formfill .forms-render__check,.formfill .ui-choice{font-size:14px}.formfill .ui-choice input{width:16px;height:16px}.formfill .forms-render__foot .ui-btn--primary{font-size:14px;padding:10px 20px;border-radius:var(--radius)}.formfill [data-field-key]>*{animation:ff-rise .18s ease-out both}@keyframes ff-rise{0%{opacity:0;transform:translateY(4px)}}.formfill-progress{position:-webkit-sticky;position:sticky;top:54px;z-index:10;display:flex;align-items:center;gap:var(--s3);padding:var(--s2) 0;background:var(--bg)}.formfill-progress__track{flex:1 1;height:4px;border-radius:999px;background:var(--inset);overflow:hidden}.formfill-progress__fill{display:block;height:100%;border-radius:999px;background:var(--brand-gradient);transition:width .24s ease}.formfill-progress__text{font-size:12px;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.formfill-progress[data-done] .formfill-progress__text{color:var(--good);font-weight:600}.formfill-draft{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:baseline;margin-bottom:var(--s4);padding:var(--s2) var(--s3);border:1px solid var(--border);border-radius:var(--radius);background:var(--inset);font-size:13px;color:var(--fg-2)}.formfill-draft__reset{border:0;background:none;padding:0;font:inherit;font-weight:600;color:var(--accent);cursor:pointer}.formfill-draft__reset:hover{text-decoration:underline}.formfill-done{position:relative;flex-basis:100%;display:flex;gap:var(--s3);align-items:flex-start;padding:var(--s4) var(--s5);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);overflow:hidden}.formfill-done:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--brand-gradient)}.formfill-done:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.formfill-done__check{flex:none;width:32px;height:32px;border-radius:50%;background:var(--good-soft);color:var(--good);display:grid;place-items:center}.formfill-done__check svg path{stroke-dasharray:24;stroke-dashoffset:24;animation:ff-draw .4s ease-out 80ms forwards}@keyframes ff-draw{to{stroke-dashoffset:0}}.formfill-done__body{display:flex;flex-direction:column;gap:2px;min-width:0}.formfill-done__title{font-size:14.5px;font-weight:600}.formfill-count{align-self:flex-end;font-size:11.5px;font-weight:500;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.formfill-count.is-near{color:var(--warn);font-weight:600}@media (prefers-reduced-motion:reduce){.formfill [data-field-key]>*,.formfill-done__check svg path{animation:none}.formfill-done__check svg path{stroke-dashoffset:0}}@media (pointer:coarse){.formfill .ui-combobox__trigger,.formfill .ui-input{font-size:16px}}.forms-timeline{list-style:none;margin:var(--s2) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--s2)}.forms-timeline li{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:baseline}.forms-timeline{position:relative;padding-left:var(--s4)}.forms-timeline:before{content:"";position:absolute;left:3px;top:7px;bottom:7px;width:1px;background:var(--border)}.forms-timeline li{position:relative}.forms-timeline li:before{content:"";position:absolute;left:calc(-1 * var(--s4));top:4px;width:7px;height:7px;border-radius:50%;background:var(--border-strong)}.forms-timeline li:last-child:before{background:var(--accent)}.forms-detail__head{display:flex;flex-wrap:wrap;gap:var(--s3) var(--s5);align-items:center}.forms-detail__status>.ui-card__body{padding-top:var(--s4)}.forms-detail__meta{display:flex;flex-wrap:wrap;gap:var(--s3) var(--s5);margin:0;min-width:0}.forms-detail__fact{display:flex;flex-direction:column;gap:1px;min-width:0}.forms-detail__fact dd{margin:0;font-size:12.5px;font-weight:600}.forms-detail__decline{margin:var(--s3) 0 0;padding:var(--s2) var(--s3);border-left:3px solid var(--crit);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--crit-soft);font-size:12.5px}.forms-detail__declined{font-weight:700;color:var(--crit);margin-right:var(--s1)}.forms-detail__refile{margin:var(--s2) 0 0}.forms-detail__answers .ui-kv__key{flex:0 0 clamp(150px,32%,260px)}.forms-queue__untouched{display:inline-block;width:6px;height:6px;margin-left:var(--s1);border-radius:50%;background:var(--neg);vertical-align:middle}.forms-mine__sections{gap:var(--s4)}.forms-mine,.forms-mine__sections{display:flex;flex-direction:column}.forms-mine{list-style:none;margin:var(--s2) 0 0;padding:0;gap:var(--s3)}.forms-mine__row{display:flex;flex-direction:column;gap:var(--s1);padding-bottom:var(--s3);border-bottom:1px solid var(--border)}.forms-mine__row:last-child{padding-bottom:0;border-bottom:0}.forms-mine__head{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:baseline}.forms-mine__ref{font-weight:600}.forms-mine__form{color:var(--muted)}.forms-thread{margin-top:var(--s2)}.forms-thread,.forms-thread__list{display:flex;flex-direction:column;gap:var(--s3)}.forms-thread__list{list-style:none;margin:0;padding:0}.forms-thread__item{display:flex;flex-direction:column;gap:var(--s1)}.forms-thread__meta{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:baseline}.forms-thread__author{font-weight:600}.forms-thread__body{margin:0;white-space:pre-wrap}.forms-thread__compose{display:flex;flex-direction:column;gap:var(--s2);padding-top:var(--s3);border-top:1px solid var(--border)}.forms-thread__composeactions{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:center;justify-content:space-between}.forms-approvals{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--s4);gap:var(--s4)}.forms-approvals__head{display:flex;align-items:flex-start;gap:var(--s3);flex-wrap:wrap}.forms-approvals__pills{margin-left:auto;display:flex;gap:var(--s2);flex-wrap:wrap}.forms-approvals__answers{margin:var(--s3) 0 0}.forms-approvals__withheld,.forms-detail__withheld{margin:var(--s2) 0 0;color:var(--muted)}.forms-approvals__write{margin-top:var(--s4);padding-top:var(--s3);border-top:1px solid var(--border)}.forms-approvals__diff{display:block;overflow-x:auto;width:100%;margin-top:var(--s2)}.forms-approvals__diff td:not(:first-child){white-space:normal;overflow-wrap:break-word;max-width:42ch}.forms-approvals__diff td:first-child,.forms-approvals__diff th:first-child{white-space:nowrap}.forms-approvals__same td{color:var(--muted)}.forms-approvals__same strong{font-weight:400}.forms-approvals__dupes{margin-top:var(--s3);padding:var(--s3);border:1px solid var(--warn);border-radius:3px}.forms-approvals__dupes ul{margin:var(--s2) 0;padding-left:1.15rem}.forms-approvals__actions{display:flex;gap:var(--s2);margin-top:var(--s4)}.tmpl-preview{margin:var(--s2) 0 0;line-height:1.5;max-width:68ch}.tmpl-preview__label{color:var(--muted);margin-right:var(--s2)}.tmpl-preview__value{background:none;color:var(--fg);font-weight:620}.tmpl-preview__gap{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.tmpl-preview__note{color:var(--warn)}.fieldrow__head{display:flex;align-items:center;gap:var(--s2);flex-wrap:nowrap;min-height:2rem}.fieldrow__head>.ui-btn:first-of-type,.fieldrow__head>.ui-pill{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:640px){.fieldrow__head{flex-wrap:wrap}}.fieldrow__tools{margin-left:auto;display:flex;gap:.25rem;flex:0 0 auto;opacity:0;transition:opacity .12s ease}.fieldrow:focus-within .fieldrow__tools,.fieldrow:hover .fieldrow__tools{opacity:1}@media (hover:none){.fieldrow__tools{opacity:1}}@media (prefers-reduced-motion:reduce){.fieldrow__tools{transition:none}}.fieldrow__remove:focus-visible:not(:disabled),.fieldrow__remove:hover:not(:disabled){color:var(--crit);border-color:var(--crit)}.starters{border:0;padding:0;margin:0 0 var(--s3)}.starters__legend{padding:0;margin-bottom:.35rem}.starters__grid{display:grid;grid-gap:var(--s2);gap:var(--s2);grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.starters__card{display:flex;flex-direction:column;gap:.15rem;padding:var(--s3);border:1px solid var(--border);border-radius:4px;background:var(--panel);cursor:pointer;transition:border-color .12s ease,background .12s ease}.starters__card:hover{border-color:var(--accent)}.starters__radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.starters__card:has(.starters__radio:checked){border-color:var(--accent);background:var(--accent-soft)}.starters__card:has(.starters__radio:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.starters__title{font-weight:620;color:var(--fg)}.starters__teaches{color:var(--fg-2);font-size:.85rem;line-height:1.4}.deps{margin:0 0 var(--s3);padding:var(--s3)}.deps__line{margin:0;line-height:1.5}.deps__line+.deps__line{margin-top:var(--s2)}.deps__line--warn{color:var(--warn)}.forms-render__section{margin:var(--s5) 0 0;padding-bottom:var(--s2);border-bottom:1px solid var(--border);font-size:.95rem;font-weight:620;color:var(--fg)}.forms-render__section:first-child{margin-top:0}.fieldsection{display:flex;align-items:center;gap:var(--s2);margin:var(--s4) 0 var(--s2);color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.fieldsection:after{content:"";flex:1 1;height:1px;background:var(--border)}.fieldsection__label{flex:0 0 auto}.home-kpis{grid-gap:var(--s3);grid-template-columns:repeat(auto-fit,minmax(196px,1fr));margin-bottom:var(--s3)}.home-kpis,.home-split{display:grid;gap:var(--s3)}.home-split{grid-gap:var(--s3);grid-template-columns:1fr 1fr;align-items:start;margin-bottom:var(--s7)}.home-split>:only-child{grid-column:1/-1}.home-split>:only-child .ui-kv{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(440px,100%),1fr));grid-column-gap:var(--s6);column-gap:var(--s6)}.home-split>:only-child .ui-kv .ui-kv__row:last-child{border-bottom:1px solid var(--border)}@media (max-width:1000px){.home-split{grid-template-columns:1fr}}.home-dashboard{min-width:0;padding-bottom:var(--s8)}.home-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s5);margin-bottom:var(--s5)}.home-hero__copy{min-width:0}.home-hero__eyebrow,.home-section-heading p{margin:0 0 6px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-hero__eyebrow span{color:var(--brand-orange)}.home-hero__copy h1{margin:0;color:var(--fg);font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:-.035em;line-height:1.1}.home-hero__copy>p:last-child{margin:8px 0 0;color:var(--muted);font-size:13px}.home-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--s2);flex-wrap:wrap}.home-primary-grid{grid-template-columns:minmax(0,1.55fr) minmax(330px,1fr);align-items:start;margin-bottom:var(--s3)}.home-primary-grid,.home-side-stack{display:grid;grid-gap:var(--s3);gap:var(--s3)}.home-primary-grid>*,.home-side-stack,.home-side-stack>*{min-width:0}.home-card-link,.home-finance__meta a{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:11.5px;font-weight:700;text-decoration:none;white-space:nowrap}.home-card-link:hover,.home-finance__meta a:hover{text-decoration:underline}.home-feed{min-width:0}.home-feed-row{display:flex;align-items:center;gap:var(--s3);min-width:0;padding:10px 0;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.home-feed-row:first-child{padding-top:0}.home-feed-row:last-child{border-bottom:0}.home-feed-row__icon{display:grid;flex:none;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent)}.home-feed-row[data-tone=overdue] .home-feed-row__icon{background:color-mix(in srgb,var(--crit) 10%,transparent);color:var(--crit)}.home-feed-row[data-tone=blocked] .home-feed-row__icon,.home-feed-row[data-tone=today] .home-feed-row__icon{background:color-mix(in srgb,var(--warn) 12%,transparent);color:var(--warn)}.home-feed-row__copy{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:2px}.home-feed-row__title{overflow:hidden;color:var(--fg);font-size:12.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.home-feed-row:hover .home-feed-row__title{color:var(--accent)}.home-empty-line,.home-feed-row__meta,.home-feed-row__when,.home-feed__more{color:var(--muted);font-size:11.5px}.home-feed-row__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-feed-row__when{flex:none;font-weight:650;white-space:nowrap}.home-feed-row[data-tone=overdue] .home-feed-row__when{color:var(--crit)}.home-feed-row[data-tone=blocked] .home-feed-row__when,.home-feed-row[data-tone=today] .home-feed-row__when{color:var(--warn)}.home-feed__more{margin:10px 0 0;text-align:right}.home-feed--compact .home-feed-row{padding:8px 0}.home-empty-line{margin:0}.home-tasks-intro{box-shadow:inset 3px 0 0 var(--brand-magenta)}.home-tasks-intro .ui-card__body{display:flex;align-items:flex-start;gap:var(--s3);padding-top:var(--s4)}.home-tasks-intro__icon{display:grid;flex:none;width:42px;height:42px;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--brand-magenta) 9%,transparent);color:var(--brand-magenta)}.home-tasks-intro p{max-width:70ch;margin:5px 0 0;color:var(--muted);font-size:12.5px;line-height:1.55}.home-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:5px;gap:5px;min-width:0;margin:0;padding:0;border:0}.home-week__day{display:flex;min-width:0;min-height:66px;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;background:var(--inset)}.home-week__day[data-today=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.home-week__day>small,.home-week__day>span{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-week__day>strong{margin:2px 0;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.home-week__action{width:100%;margin-top:var(--s3)}.home-wide-card,.home-wide-fallback{margin-bottom:var(--s5)}.home-wide-card{display:flex;align-items:center;gap:var(--s4);padding:var(--s4);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel)}.home-wide-card__icon{display:grid;flex:none;width:42px;height:42px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.home-wide-card__copy{min-width:0;flex:1 1}.home-wide-card h2{margin:0;font-size:13.5px}.home-wide-card p{margin:3px 0 8px;color:var(--muted);font-size:11.5px}.home-progress{max-width:500px;height:5px;overflow:hidden;border-radius:999px;background:var(--inset)}.home-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.home-section{margin:var(--s7) 0 0}.home-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s4);margin-bottom:var(--s3)}.home-section-heading h2{margin:0;color:var(--fg);font-size:18px;font-weight:800;letter-spacing:-.025em}.home-section-heading>div>span{display:block;margin-top:3px;color:var(--muted);font-size:11.5px}.home-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--s3);gap:var(--s3)}.home-shortcut{display:flex;min-width:0;align-items:center;gap:var(--s3);padding:14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);color:inherit;text-decoration:none;transition:border-color .12s ease,transform .12s ease}.home-shortcut:hover{border-color:var(--border-strong);transform:translateY(-1px)}.home-shortcut__icon{display:grid;flex:none;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.home-shortcut__copy{display:flex;min-width:0;flex:1 1;flex-direction:column}.home-shortcut__copy strong{color:var(--fg);font-size:12.5px}.home-shortcut__copy span,.home-shortcut__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-shortcut__copy span{margin-top:2px;color:var(--muted);font-size:10.5px}.home-shortcut__arrow{flex:none;color:var(--muted);transition:transform .12s ease}.home-shortcut:hover .home-shortcut__arrow{transform:translateX(2px);color:var(--accent)}.home-shortcuts--fallback{margin-top:var(--s3)}.home-finance{padding:var(--s5);border:1px solid var(--border);border-left:3px solid var(--brand-orange);border-radius:var(--radius-lg);background:var(--inset)}.home-finance .home-section-heading{align-items:flex-start}.home-finance__meta{display:flex;align-items:center;gap:var(--s4)}.home-finance__meta>span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.home-finance__source{display:flex;align-items:center;gap:7px;margin-bottom:var(--s3);color:var(--muted);font-size:10.5px}.home-finance__source-dot{width:7px;height:7px;border-radius:999px;background:var(--good)}.home-finance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--s3);gap:var(--s3)}.home-finance-metric{min-width:0;overflow:hidden;padding:14px;border:1px solid var(--border);border-radius:11px;background:var(--panel);box-shadow:0 3px 10px color-mix(in srgb,var(--brand-slate-dark) 3%,transparent)}.home-finance-metric[data-hero=true]{box-shadow:inset 0 2px 0 var(--brand-orange),0 3px 10px color-mix(in srgb,var(--brand-slate-dark) 3%,transparent)}.home-finance-metric h3{margin:0;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.home-finance-metric>strong{display:block;margin:12px -14px 10px;padding:8px 14px;background:color-mix(in srgb,var(--brand-orange) 5%,transparent);color:var(--fg);font-size:clamp(22px,2.5vw,28px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.045em;line-height:1.1}.home-finance-metric>span{color:var(--muted);font-size:10px;font-weight:650}.home-finance-metric>span[data-tone=good]{color:var(--good)}.home-finance-metric>span[data-tone=bad]{color:var(--crit)}.home-context-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.home-context-grid,.home-fallback-rows{display:grid;grid-gap:var(--s3);gap:var(--s3)}@media (max-width:1000px){.home-primary-grid{grid-template-columns:1fr}.home-finance__grid,.home-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.home-hero{align-items:stretch;flex-direction:column}.home-hero__actions{justify-content:stretch}.home-hero__actions .ui-btn{flex:1 1}.home-card-link{font-size:0}.home-card-link svg{width:15px;height:15px}.home-feed-row__meta{max-width:58vw}.home-week{gap:3px}.home-week__day{min-height:58px;border-radius:6px}.home-week__day>strong{font-size:11px}.home-wide-card{align-items:flex-start;flex-wrap:wrap}.home-wide-card__copy{width:calc(100% - 58px)}.home-wide-card .ui-btn{width:100%}.home-finance .home-section-heading,.home-section-heading{align-items:stretch;flex-direction:column}.home-finance__meta{justify-content:space-between}.home-finance__grid,.home-shortcuts{grid-template-columns:1fr}.home-finance{padding:var(--s4)}}