.BackLink-module__hgkU2a__link{align-items:center;gap:var(--space-2);width:fit-content;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);color:var(--text-muted);font-size:var(--text-meta);font-weight:var(--weight-semibold);transition:color .12s var(--ease-out), border-color .12s var(--ease-out), box-shadow .12s var(--ease-out);text-decoration:none;display:inline-flex}.BackLink-module__hgkU2a__link:hover{color:var(--text);border-color:var(--accent);box-shadow:var(--shadow-md)}
.Button-module__Dv9MZq__btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:var(--weight-semibold);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:opacity var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out);border:1px solid #0000;line-height:1;display:inline-flex}.Button-module__Dv9MZq__btn:disabled{opacity:.5;cursor:not-allowed}.Button-module__Dv9MZq__btn:active:not(:disabled){transform:translateY(1px)}.Button-module__Dv9MZq__md{min-height:40px;padding:0 var(--space-4);font-size:var(--text-body)}.Button-module__Dv9MZq__sm{min-height:32px;padding:0 var(--space-3);font-size:var(--text-label)}.Button-module__Dv9MZq__full{width:100%}.Button-module__Dv9MZq__primary{background:var(--accent);color:var(--accent-on)}.Button-module__Dv9MZq__primary:hover:not(:disabled){opacity:.9}.Button-module__Dv9MZq__secondary{background:var(--surface-field);color:var(--text);border-color:var(--border)}.Button-module__Dv9MZq__secondary:hover:not(:disabled){background:var(--hover)}.Button-module__Dv9MZq__ghost{color:var(--text);background:0 0}.Button-module__Dv9MZq__ghost:hover:not(:disabled){background:var(--hover)}.Button-module__Dv9MZq__danger{background:var(--danger);color:var(--text-inverse)}.Button-module__Dv9MZq__danger:hover:not(:disabled){opacity:.9}[data-theme=tesserat] .Button-module__Dv9MZq__secondary{background:var(--surface-card);color:var(--accent);border-color:var(--accent)}[data-theme=tesserat] .Button-module__Dv9MZq__secondary:hover:not(:disabled){background:var(--accent-soft)}@media (pointer:coarse){.Button-module__Dv9MZq__md,.Button-module__Dv9MZq__sm{min-height:44px}}
.IconButton-module__eS8hxq__iconBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--icon-btn-color,var(--text));cursor:pointer;transition:background var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.IconButton-module__eS8hxq__iconBtn:disabled{opacity:.5;cursor:not-allowed}.IconButton-module__eS8hxq__ghost:hover:not(:disabled){background:var(--hover)}.IconButton-module__eS8hxq__secondary{background:var(--surface-field);border-color:var(--border)}.IconButton-module__eS8hxq__secondary:hover:not(:disabled){background:var(--hover)}@media (pointer:coarse){.IconButton-module__eS8hxq__iconBtn{width:44px;height:44px}}
.Input-module__DaZqkG__input{width:100%;min-height:40px;padding:0 var(--space-3);background:var(--surface-field);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-body);transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out)}.Input-module__DaZqkG__input::placeholder{color:var(--text-muted)}.Input-module__DaZqkG__input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.Input-module__DaZqkG__input:disabled{opacity:.6;cursor:not-allowed}.Input-module__DaZqkG__invalid,.Input-module__DaZqkG__invalid:focus-visible{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-bg)}@media (pointer:coarse){.Input-module__DaZqkG__input{min-height:44px}}.Input-module__DaZqkG__wrap{width:100%;position:relative}.Input-module__DaZqkG__hasToggle{padding-right:40px}.Input-module__DaZqkG__toggle{top:50%;right:var(--space-1);border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;transform:translateY(-50%)}.Input-module__DaZqkG__toggle:hover{color:var(--text);background:var(--hover)}.Input-module__DaZqkG__toggle:focus-visible{box-shadow:0 0 0 2px var(--accent-soft);outline:none}@media (pointer:coarse){.Input-module__DaZqkG__toggle{width:36px;height:36px}}
.Select-module__lxacrG__wrap{width:100%;position:relative}.Select-module__lxacrG__trigger{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;min-height:40px;padding:0 var(--space-3);background:var(--surface-field);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-body);text-align:left;cursor:pointer;transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out);display:flex}.Select-module__lxacrG__trigger:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.Select-module__lxacrG__trigger:disabled{opacity:.6;cursor:not-allowed}.Select-module__lxacrG__invalid{border-color:var(--danger)}.Select-module__lxacrG__placeholder{color:var(--text-muted)}.Select-module__lxacrG__triggerContent{align-items:center;gap:var(--space-2);min-width:0;display:flex;overflow:hidden}.Select-module__lxacrG__dot{border-radius:50%;flex:none;width:8px;height:8px}.Select-module__lxacrG__chevron{color:var(--text-muted);transition:transform var(--motion-fast) var(--ease-out);flex:none}.Select-module__lxacrG__open .Select-module__lxacrG__chevron{transform:rotate(180deg)}.Select-module__lxacrG__listbox{z-index:var(--z-popover);top:calc(100% + var(--space-1));max-height:260px;padding:var(--space-1);background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);margin:0;list-style:none;position:absolute;left:0;right:0;overflow-y:auto}.Select-module__lxacrG__option{align-items:center;gap:var(--space-2);min-height:36px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text);font-size:var(--text-body);cursor:pointer;display:flex}.Select-module__lxacrG__active{background:var(--hover)}.Select-module__lxacrG__selected{color:var(--accent);font-weight:var(--weight-semibold)}.Select-module__lxacrG__option[aria-disabled=true]{opacity:.5;cursor:not-allowed}@media (pointer:coarse){.Select-module__lxacrG__trigger,.Select-module__lxacrG__option{min-height:44px}}
.Checkbox-module__yflJxW__wrap{align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-body);color:var(--text);display:inline-flex}.Checkbox-module__yflJxW__box{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex:none}@media (pointer:coarse){.Checkbox-module__yflJxW__wrap{min-height:44px}}[data-theme=tesserat] .Checkbox-module__yflJxW__box{appearance:none;border:1.5px solid var(--border);border-radius:var(--radius-xs);background:var(--surface-card);width:16px;height:16px;margin:0;position:relative}[data-theme=tesserat] .Checkbox-module__yflJxW__box:checked{background:var(--accent);border-color:var(--accent)}[data-theme=tesserat] .Checkbox-module__yflJxW__box:checked:after{content:"";border:solid var(--accent-on);border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}[data-theme=tesserat] .Checkbox-module__yflJxW__box:disabled{background:var(--surface-field);border-color:var(--border);cursor:not-allowed}[data-theme=tesserat] .Checkbox-module__yflJxW__box:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
.Radio-module__y0_YeW__wrap{align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-body);color:var(--text);display:inline-flex}.Radio-module__y0_YeW__radio{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex:none}@media (pointer:coarse){.Radio-module__y0_YeW__wrap{min-height:44px}}[data-theme=tesserat] .Radio-module__y0_YeW__radio{appearance:none;border:1.5px solid var(--border);background:var(--surface-card);border-radius:50%;width:16px;height:16px;margin:0}[data-theme=tesserat] .Radio-module__y0_YeW__radio:checked{border:5px solid var(--accent)}[data-theme=tesserat] .Radio-module__y0_YeW__radio:disabled{background:var(--surface-field);border-color:var(--border);cursor:not-allowed}[data-theme=tesserat] .Radio-module__y0_YeW__radio:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
.Switch-module__bvZczW__wrap{align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-body);color:var(--text);display:inline-flex}.Switch-module__bvZczW__input{opacity:0;width:0;height:0;position:absolute}.Switch-module__bvZczW__track{border-radius:var(--radius-pill);background:var(--track);width:40px;height:24px;transition:background var(--motion-fast) var(--ease-out);flex:none;position:relative}.Switch-module__bvZczW__thumb{border-radius:var(--radius-pill);background:var(--surface-card);width:18px;height:18px;box-shadow:var(--shadow-xs);transition:transform var(--motion-fast) var(--ease-out);position:absolute;top:3px;left:3px}.Switch-module__bvZczW__input:checked~.Switch-module__bvZczW__track{background:var(--accent)}.Switch-module__bvZczW__input:checked~.Switch-module__bvZczW__track .Switch-module__bvZczW__thumb{transform:translate(16px)}.Switch-module__bvZczW__input:focus-visible~.Switch-module__bvZczW__track{outline:2px solid var(--focus-ring);outline-offset:2px}[data-theme=tesserat] .Switch-module__bvZczW__track{width:32px;height:18px}[data-theme=tesserat] .Switch-module__bvZczW__thumb{width:14px;height:14px;top:2px;left:2px}[data-theme=tesserat] .Switch-module__bvZczW__input:checked~.Switch-module__bvZczW__track .Switch-module__bvZczW__thumb{transform:translate(14px)}
.Card-module__nuRMsW__card{background:var(--surface-card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--pad-card);box-shadow:var(--shadow-xs)}.Card-module__nuRMsW__emph{background:var(--surface-emph);color:var(--surface-emph-text);border-color:#0000}.Card-module__nuRMsW__interactive{cursor:pointer;transition:background var(--motion-fast) var(--ease-out)}.Card-module__nuRMsW__interactive:hover{background:var(--hover)}.Card-module__nuRMsW__emph.Card-module__nuRMsW__interactive:hover{background:var(--surface-emph);opacity:.92}
.Badge-module___5b6QG__badge{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius-pill);font-size:var(--text-label);font-weight:var(--weight-semibold);white-space:nowrap;color:var(--text);line-height:1.2;display:inline-flex}.Badge-module___5b6QG__neutral{background:var(--surface-field)}.Badge-module___5b6QG__success{background:var(--success-bg)}.Badge-module___5b6QG__warning{background:var(--warning-bg)}.Badge-module___5b6QG__danger{background:var(--danger-bg)}.Badge-module___5b6QG__info{background:var(--info-bg)}.Badge-module___5b6QG__accent{background:var(--accent-soft)}.Badge-module___5b6QG__tag{border-radius:var(--radius-xs)}
.Tag-module__v4F9wW__tag{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius-pill);background:var(--surface-field);color:var(--text);border:1px solid var(--border);font-size:var(--text-label);line-height:1.2;display:inline-flex}.Tag-module__v4F9wW__remove{width:16px;height:16px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-pill);font-size:var(--text-body);background:0 0;border:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.Tag-module__v4F9wW__remove:hover{color:var(--text);background:var(--hover)}
.StatCard-module__GhFEhq__stat{gap:var(--space-2);min-height:92px;padding:var(--pad-card);border-radius:var(--radius-lg);background:var(--surface-card);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-xs);flex-direction:column;justify-content:space-between;display:flex}.StatCard-module__GhFEhq__top{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.StatCard-module__GhFEhq__label{font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted)}.StatCard-module__GhFEhq__icon{color:var(--text-muted);opacity:.7;flex:none}.StatCard-module__GhFEhq__value{font-size:28px;font-weight:var(--weight-bold);font-family:var(--numeral-font);font-variant-numeric:tabular-nums;line-height:1.1}.StatCard-module__GhFEhq__delta{font-size:var(--text-meta);color:var(--text-muted);font-weight:var(--weight-semibold)}.StatCard-module__GhFEhq__delta-positive{color:var(--success)}.StatCard-module__GhFEhq__delta-negative{color:var(--danger)}[data-theme=tesserat] .StatCard-module__GhFEhq__value{font-size:20px}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__stat{box-shadow:none;color:var(--surface-emph);border-color:#0000}:is([data-stat-treatment=color-block] .StatCard-module__GhFEhq__label,[data-stat-treatment=color-block] .StatCard-module__GhFEhq__delta,[data-stat-treatment=color-block] .StatCard-module__GhFEhq__icon){color:currentColor}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__accent{background:var(--accent);color:var(--accent-on)}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__blue{background:var(--cat-blue)}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__green{background:var(--cat-green)}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__orange{background:var(--cat-orange)}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__neutral{background:var(--cat-neutral)}[data-stat-treatment=color-block] .StatCard-module__GhFEhq__amber{background:var(--cat-amber)}
.ProgressBar-module__pY_BUa__track{background:var(--track);border-radius:var(--radius-pill);width:100%;height:8px;overflow:hidden}.ProgressBar-module__pY_BUa__fill{background:var(--accent);border-radius:var(--radius-pill);height:100%;transition:width var(--motion-slow) var(--ease-out)}
.Tabs-module__fyZ4iW__tabs{gap:var(--space-1);border-bottom:1px solid var(--border);display:inline-flex}.Tabs-module__fyZ4iW__tab{appearance:none;padding:var(--space-2) var(--space-3);min-height:40px;font-family:var(--font-sans);font-size:var(--text-body);color:var(--tab-text,var(--text-muted));cursor:pointer;transition:color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px}.Tabs-module__fyZ4iW__tab:hover{color:var(--tab-text-active,var(--text))}.Tabs-module__fyZ4iW__active{color:var(--tab-text-active,var(--text));border-bottom-color:var(--accent);font-weight:var(--weight-semibold)}@media (pointer:coarse){.Tabs-module__fyZ4iW__tab{min-height:44px}}
.SegmentedControl-module__709LGq__switch{gap:var(--space-1);display:inline-flex}.SegmentedControl-module__709LGq__option,.SegmentedControl-module__709LGq__optionActive{align-items:center;gap:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);min-height:32px;padding:0 var(--space-3);font-size:var(--text-meta);font-weight:var(--weight-semibold);cursor:pointer;color:var(--text);background:var(--surface-card);display:inline-flex}.SegmentedControl-module__709LGq__optionActive{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}@media (pointer:coarse){.SegmentedControl-module__709LGq__option,.SegmentedControl-module__709LGq__optionActive{min-height:44px}}
.SidebarItem-module__dglo5G__item{align-items:center;gap:var(--space-3);width:100%;min-height:40px;padding:var(--space-2) var(--space-3);color:var(--nav-text);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-body);text-align:left;cursor:pointer;transition:background var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out);background:0 0;border:none;display:flex}.SidebarItem-module__dglo5G__item:hover{color:var(--nav-text-active);background:var(--nav-active-bg)}.SidebarItem-module__dglo5G__active{color:var(--nav-text-active);background:var(--nav-active-bg);font-weight:var(--weight-semibold)}.SidebarItem-module__dglo5G__icon{flex:none;display:inline-flex}.SidebarItem-module__dglo5G__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (pointer:coarse){.SidebarItem-module__dglo5G__item{min-height:44px}}
.Dialog-module__nnbuhG__dialog{background:0 0;border:none;width:100%;max-width:min(92vw,520px);margin:auto;padding:0}.Dialog-module__nnbuhG__dialog::backdrop{background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Dialog-module__nnbuhG__panel{background:var(--surface-card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.Dialog-module__nnbuhG__header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--pad-card);border-bottom:1px solid var(--border);display:flex}.Dialog-module__nnbuhG__titleGroup{align-items:center;gap:var(--space-3);min-width:0;display:flex}.Dialog-module__nnbuhG__titleIcon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.Dialog-module__nnbuhG__titleText{min-width:0}.Dialog-module__nnbuhG__title{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold)}.Dialog-module__nnbuhG__subtitle{font-size:var(--text-meta);font-weight:var(--weight-regular);color:var(--text-muted);margin:2px 0 0}.Dialog-module__nnbuhG__body{padding:var(--pad-card)}.Dialog-module__nnbuhG__footer{justify-content:flex-end;gap:var(--space-2);padding:var(--space-4) var(--pad-card);border-top:1px solid var(--border);display:flex}@media (max-width:600px){.Dialog-module__nnbuhG__dialog{width:100%;max-width:none;margin:0;position:fixed;inset:auto 0 0}.Dialog-module__nnbuhG__panel{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;max-height:85vh;display:flex}.Dialog-module__nnbuhG__panel:before{content:"";border-radius:var(--radius-pill);background:var(--border);width:36px;height:4px;margin:var(--space-3) auto 0;flex:none;display:block}.Dialog-module__nnbuhG__body{padding-bottom:max(var(--pad-card), env(safe-area-inset-bottom));overflow-y:auto}}
.Toast-module__QkDPvq__toast{align-items:flex-start;gap:var(--space-3);min-width:240px;max-width:min(92vw,380px);padding:var(--space-3) var(--space-4);background:var(--surface-card);color:var(--text);border:1px solid var(--border);border-left:3px solid var(--cat-neutral);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:flex}.Toast-module__QkDPvq__content{flex:1;min-width:0}.Toast-module__QkDPvq__title{font-weight:var(--weight-semibold);font-size:var(--text-body)}.Toast-module__QkDPvq__body{font-size:var(--text-meta);color:var(--text-muted)}.Toast-module__QkDPvq__neutral{border-left-color:var(--cat-neutral)}.Toast-module__QkDPvq__success{border-left-color:var(--success)}.Toast-module__QkDPvq__warning{border-left-color:var(--warning)}.Toast-module__QkDPvq__danger{border-left-color:var(--danger)}.Toast-module__QkDPvq__info{border-left-color:var(--info)}
.Tooltip-module__Cccvbq__wrap{display:inline-flex;position:relative}.Tooltip-module__Cccvbq__tip{bottom:calc(100% + var(--space-2));z-index:var(--z-tooltip);padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);background:var(--surface-emph);color:var(--surface-emph-text);box-shadow:var(--shadow-lg);font-size:var(--text-meta);white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out);position:absolute;left:50%;transform:translate(-50%)translateY(4px)}.Tooltip-module__Cccvbq__wrap:hover .Tooltip-module__Cccvbq__tip,.Tooltip-module__Cccvbq__wrap:focus-within .Tooltip-module__Cccvbq__tip{opacity:1;visibility:visible;transition-delay:.7s;transform:translate(-50%)translateY(0)}.Tooltip-module__Cccvbq__tipBottom{top:calc(100% + var(--space-2));bottom:auto;transform:translate(-50%)translateY(-4px)}.Tooltip-module__Cccvbq__wrap:hover .Tooltip-module__Cccvbq__tipBottom,.Tooltip-module__Cccvbq__wrap:focus-within .Tooltip-module__Cccvbq__tipBottom{transform:translate(-50%)translateY(0)}.Tooltip-module__Cccvbq__forceHidden{opacity:0!important;visibility:hidden!important;transition:none!important}
.EmptyState-module__gAWuGW__empty{text-align:center;align-items:center;gap:var(--space-3);padding:var(--space-8) var(--space-4);color:var(--text-muted);flex-direction:column;display:flex}.EmptyState-module__gAWuGW__icon{color:var(--text-muted);opacity:.7;display:inline-flex}.EmptyState-module__gAWuGW__title{font-size:var(--text-heading);font-weight:var(--weight-semibold);color:var(--text)}.EmptyState-module__gAWuGW__description{max-width:42ch;font-size:var(--text-body)}.EmptyState-module__gAWuGW__action{margin-top:var(--space-2)}
.CollapsibleSection-module__8yK5Ha__section{border-top:1px solid var(--border);padding-top:var(--space-3)}.CollapsibleSection-module__8yK5Ha__boxed{padding:var(--space-3);background:var(--surface-field);border-radius:var(--radius-md);border-top:none}.CollapsibleSection-module__8yK5Ha__trigger{align-items:center;gap:var(--space-2);cursor:pointer;width:100%;font-size:var(--text-label);font-weight:var(--weight-semibold);color:var(--text-muted);text-align:left;background:0 0;border:none;padding:0;display:flex}.CollapsibleSection-module__8yK5Ha__trigger:hover{color:var(--text)}.CollapsibleSection-module__8yK5Ha__chevron{flex:none;transition:transform .15s}.CollapsibleSection-module__8yK5Ha__chevronOpen{transform:rotate(90deg)}.CollapsibleSection-module__8yK5Ha__body{gap:var(--space-3);margin-top:var(--space-3);flex-direction:column;display:flex}
.Wordmark-module__VlFw2a__wordmark{align-items:center;gap:var(--space-2);color:var(--wordmark-color,var(--text));display:inline-flex}.Wordmark-module__VlFw2a__mark{flex:none;width:28px;height:28px}.Wordmark-module__VlFw2a__text{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold);letter-spacing:-.01em}
.AccentPicker-module__BZAQNq__picker{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:inline-flex}.AccentPicker-module__BZAQNq__swatch{border-radius:var(--radius-pill);border:2px solid var(--border);cursor:pointer;width:28px;height:28px;padding:0}.AccentPicker-module__BZAQNq__selected{border-color:var(--text)}.AccentPicker-module__BZAQNq__custom{border-radius:var(--radius-pill);border:2px dashed var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative}.AccentPicker-module__BZAQNq__colorInput{opacity:0;cursor:pointer;position:absolute;inset:0}@media (pointer:coarse){.AccentPicker-module__BZAQNq__swatch,.AccentPicker-module__BZAQNq__custom{width:36px;height:36px}}
.BackgroundPicker-module__xFpfGq__picker{gap:var(--space-4);flex-direction:column;display:flex}.BackgroundPicker-module__xFpfGq__group{gap:var(--space-2);flex-direction:column;display:flex}.BackgroundPicker-module__xFpfGq__groupLabel{font-size:var(--text-label);font-weight:var(--weight-semibold);color:var(--text-muted)}.BackgroundPicker-module__xFpfGq__grid{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));display:grid}.BackgroundPicker-module__xFpfGq__chip{align-items:center;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);cursor:pointer;text-align:left;display:flex}.BackgroundPicker-module__xFpfGq__selected{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:1px}.BackgroundPicker-module__xFpfGq__preview{border:1px solid var(--border);border-radius:var(--radius-xs);flex:none;width:24px;height:24px;display:block}.BackgroundPicker-module__xFpfGq__label{font-size:var(--text-meta);font-weight:var(--weight-semibold);color:var(--text)}
.Avatar-module__RAvCCG__avatar{border-radius:var(--radius-pill);color:var(--text-inverse);font-weight:var(--weight-semibold);flex:none;justify-content:center;align-items:center;display:inline-flex}.Avatar-module__RAvCCG__sm{width:36px;height:36px;font-size:var(--text-meta)}.Avatar-module__RAvCCG__lg{width:48px;height:48px;font-size:var(--text-body)}.Avatar-module__RAvCCG__group{align-items:center;display:flex}.Avatar-module__RAvCCG__stacked{border:2px solid var(--surface-card);margin-left:-10px}.Avatar-module__RAvCCG__stacked:first-child{margin-left:0}.Avatar-module__RAvCCG__overflow{background:var(--surface-field);color:var(--text-muted)}
.ListRow-module__B_hRDq__row{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);color:inherit;font:inherit;text-align:left;cursor:default;display:flex}button.ListRow-module__B_hRDq__row{cursor:pointer}button.ListRow-module__B_hRDq__row:hover{background:var(--hover)}.ListRow-module__B_hRDq__tile{border-radius:var(--radius-md);width:34px;height:34px;color:var(--text-inverse);font-weight:var(--weight-semibold);font-size:var(--text-body);flex:none;justify-content:center;align-items:center;display:flex}.ListRow-module__B_hRDq__text{flex-direction:column;flex:1;min-width:0;display:flex}.ListRow-module__B_hRDq__title{font-size:var(--text-body);font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ListRow-module__B_hRDq__subtitle{font-size:var(--text-meta);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ListRow-module__B_hRDq__meta{flex:none}.ListRow-module__B_hRDq__overflow{width:28px;height:28px;color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.ListRow-module__B_hRDq__overflow:hover{background:var(--hover);color:var(--text)}
.ModuleCard-module__hsn8tq__card{background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);transition:transform .12s var(--ease-out), box-shadow .12s var(--ease-out), border-color .12s var(--ease-out);position:relative}.ModuleCard-module__hsn8tq__card:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.ModuleCard-module__hsn8tq__toolbar{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-2);min-height:20px;margin-bottom:var(--space-2);opacity:0;transition:opacity .12s var(--ease-out);display:flex;position:relative}.ModuleCard-module__hsn8tq__card:hover .ModuleCard-module__hsn8tq__toolbar,.ModuleCard-module__hsn8tq__card:focus-within .ModuleCard-module__hsn8tq__toolbar{opacity:1}.ModuleCard-module__hsn8tq__dragHandle{width:20px;height:20px;color:var(--text-muted);cursor:grab;touch-action:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.ModuleCard-module__hsn8tq__dragHandle:active{cursor:grabbing}.ModuleCard-module__hsn8tq__toolbarActions{align-items:center;gap:2px;display:flex}.ModuleCard-module__hsn8tq__toolbarBtn{width:24px;height:24px;color:var(--text-muted)}.ModuleCard-module__hsn8tq__head{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.ModuleCard-module__hsn8tq__icon{color:var(--text-muted);flex:none}.ModuleCard-module__hsn8tq__titleLink{min-width:0;color:var(--text);font-size:var(--text-meta);font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;flex:1;text-decoration:none;position:relative;overflow:hidden}.ModuleCard-module__hsn8tq__titleLink:after{content:"";position:absolute;inset:0}.ModuleCard-module__hsn8tq__value{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);color:var(--text);line-height:1.15}.ModuleCard-module__hsn8tq__subtitle{font-size:var(--text-meta);color:var(--text-muted);margin-top:var(--space-1)}.ModuleCard-module__hsn8tq__itemList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ModuleCard-module__hsn8tq__item{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-1) 0;border-top:1px solid var(--border);display:flex}.ModuleCard-module__hsn8tq__item:first-child{border-top:none}.ModuleCard-module__hsn8tq__itemPrimary{min-width:0;font-size:var(--text-meta);color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ModuleCard-module__hsn8tq__itemSecondary{font-size:var(--text-label);color:var(--text-muted);flex:none}.ModuleCard-module__hsn8tq__cardCollapsed{padding:var(--space-2) var(--space-4)}.ModuleCard-module__hsn8tq__cardCollapsed .ModuleCard-module__hsn8tq__toolbar{margin-bottom:0}.ModuleCard-module__hsn8tq__collapsedRow{align-items:center;gap:var(--space-2);min-height:28px;display:flex}.ModuleCard-module__hsn8tq__collapsedRow .ModuleCard-module__hsn8tq__titleLink{flex:1}.ModuleCard-module__hsn8tq__collapsedValue{z-index:1;font-size:var(--text-meta);font-weight:var(--weight-semibold);color:var(--text-muted);flex:none;position:relative}
.SearchInput-module__xpPl_G__wrap{align-items:center;width:100%;display:inline-flex;position:relative}.SearchInput-module__xpPl_G__icon{left:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute}.SearchInput-module__xpPl_G__input{width:100%;min-height:40px;padding:0 var(--space-3) 0 calc(var(--space-3) * 2 + 16px);background:var(--surface-field);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-body);transition:border-color var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out)}.SearchInput-module__xpPl_G__input::placeholder{color:var(--text-muted)}.SearchInput-module__xpPl_G__input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}@media (pointer:coarse){.SearchInput-module__xpPl_G__input{min-height:44px}}
.Fab-module__4bWpLa__fab{border-radius:var(--radius-lg);background:var(--accent);width:48px;height:48px;color:var(--accent-on);box-shadow:var(--shadow-lg);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.Fab-module__4bWpLa__fab:hover{opacity:.9}.Fab-module__4bWpLa__fabFixed{display:none}@media (max-width:600px){.Fab-module__4bWpLa__fabFixed{right:var(--space-4);bottom:calc(64px + var(--space-4) + env(safe-area-inset-bottom));z-index:var(--z-nav);display:inline-flex;position:fixed}}
.FilterChip-module__Wfbrhq__chip{border:1px solid var(--border);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);font-size:var(--text-meta);font-weight:var(--weight-semibold);cursor:pointer;background:var(--surface-card);color:var(--text);align-items:center;display:inline-flex}.FilterChip-module__Wfbrhq__active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}@media (pointer:coarse){.FilterChip-module__Wfbrhq__chip{min-height:44px}}
.NotificationsBell-module__JxUtAa__wrap,.NotificationsBell-module__JxUtAa__trigger{display:inline-flex;position:relative}.NotificationsBell-module__JxUtAa__badge{pointer-events:none;position:absolute;top:-4px;right:-4px}.NotificationsBell-module__JxUtAa__panel{z-index:var(--z-popover);top:calc(100% + var(--space-2));background:var(--surface-card);width:min(90vw,340px);max-height:400px;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:absolute;right:0;overflow-y:auto}.NotificationsBell-module__JxUtAa__header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);font-size:var(--text-label);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted)}.NotificationsBell-module__JxUtAa__loading{padding:var(--space-4);color:var(--text-muted);font-size:var(--text-body);margin:0}.NotificationsBell-module__JxUtAa__list{padding:var(--space-1);margin:0;list-style:none}.NotificationsBell-module__JxUtAa__item{justify-content:space-between;align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);display:flex}.NotificationsBell-module__JxUtAa__item:hover{background:var(--hover)}.NotificationsBell-module__JxUtAa__itemTitle{font-size:var(--text-body);font-weight:var(--weight-semibold)}.NotificationsBell-module__JxUtAa__itemBody{font-size:var(--text-meta);color:var(--text-muted)}.NotificationsBell-module__JxUtAa__markRead{font:inherit;font-size:var(--text-meta);color:var(--text);cursor:pointer;background:0 0;border:none;flex:none;padding:0;text-decoration:underline}
.TopBar-module__KIF11q__bar{align-items:center;gap:var(--space-2);display:flex}.TopBar-module__KIF11q__avatar{border-radius:var(--radius-pill);background:var(--accent);width:36px;height:36px;color:var(--accent-on);font-size:var(--text-label);font-weight:var(--weight-semibold);flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;overflow:hidden}.TopBar-module__KIF11q__avatarImg{object-fit:cover;width:100%;height:100%}
.MobileModuleSheet-module__UIavLa__sheet{width:100%;max-width:none;padding:var(--space-4) var(--space-4) max(var(--space-4), env(safe-area-inset-bottom));border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);background:var(--surface-card);color:var(--text);box-shadow:var(--shadow-lg);border:none;margin:0;position:fixed;inset:auto 0 0}.MobileModuleSheet-module__UIavLa__sheet::backdrop{background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.MobileModuleSheet-module__UIavLa__handle{border-radius:var(--radius-pill);background:var(--border);width:36px;height:4px;margin:0 auto var(--space-4)}.MobileModuleSheet-module__UIavLa__grid{gap:var(--space-4) var(--space-2);grid-template-columns:repeat(4,1fr);display:grid}.MobileModuleSheet-module__UIavLa__item{min-height:44px;color:var(--text-muted);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;text-decoration:none;display:flex;position:relative}.MobileModuleSheet-module__UIavLa__pinned{color:var(--accent)}.MobileModuleSheet-module__UIavLa__pinIcon{color:var(--accent);position:absolute;top:-2px;right:8px}.MobileModuleSheet-module__UIavLa__label{font-size:var(--text-meta);text-align:center}.MobileModuleSheet-module__UIavLa__menuBackdrop{padding:var(--space-4);background:var(--overlay);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MobileModuleSheet-module__UIavLa__menuPanel{background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;max-width:280px;box-shadow:var(--shadow-lg);padding:var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.MobileModuleSheet-module__UIavLa__menuHead{align-items:center;gap:var(--space-2);font-weight:var(--weight-semibold);margin-bottom:var(--space-2);display:flex}.MobileModuleSheet-module__UIavLa__menuAction{border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);background:var(--accent);color:var(--accent-on);font-weight:var(--weight-semibold);cursor:pointer;border:none;min-height:44px}.MobileModuleSheet-module__UIavLa__menuCancel{color:var(--text-muted);padding:var(--space-2) var(--space-3);cursor:pointer;background:0 0;border:none;min-height:44px}
.MobileNav-module__fL7v9a__nav{z-index:var(--z-nav);padding:var(--space-2) var(--space-4);padding-bottom:max(var(--space-2), env(safe-area-inset-bottom));background:var(--nav-surface);border-top:1px solid var(--border);justify-content:space-around;align-items:center;gap:var(--space-2);display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:600px){.MobileNav-module__fL7v9a__nav{display:flex}}.MobileNav-module__fL7v9a__item{min-width:44px;min-height:44px;color:var(--nav-text);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0;font-family:inherit;font-size:20px;text-decoration:none;display:flex}.MobileNav-module__fL7v9a__active{color:var(--nav-text-active);background:var(--nav-active-bg)}.MobileNav-module__fL7v9a__label{font-size:var(--text-meta)}
.MobileTopBar-module__CijbHq__bar{align-items:center;gap:var(--space-2);display:none}.MobileTopBar-module__CijbHq__title{font-size:var(--text-heading);font-weight:var(--weight-semibold);color:var(--text)}@media (max-width:600px){.MobileTopBar-module__CijbHq__bar{display:flex}}
.SidebarLayout-module__62uWTq__shell{height:100dvh;display:flex;overflow:hidden}.SidebarLayout-module__62uWTq__sidebar{width:240px;padding:var(--space-4);background:var(--nav-surface);border-right:1px solid var(--border);transition:width var(--motion-slow) var(--ease-out);--wordmark-color:var(--nav-text-active);flex-direction:column;flex:none;display:flex;overflow-y:auto}.SidebarLayout-module__62uWTq__collapsed{width:72px}.SidebarLayout-module__62uWTq__brand{padding:var(--space-2) 0 var(--space-4);text-decoration:none;display:flex;overflow:hidden}.SidebarLayout-module__62uWTq__nav{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.SidebarLayout-module__62uWTq__collapseToggle{color:var(--nav-text);align-self:flex-end}.SidebarLayout-module__62uWTq__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.SidebarLayout-module__62uWTq__header{padding:var(--space-3) var(--pad-page);border-bottom:1px solid var(--border);flex:none;justify-content:flex-end;display:flex}.SidebarLayout-module__62uWTq__content{min-height:0;padding:var(--pad-page);flex:1;overflow-y:auto}@media (max-width:600px){.SidebarLayout-module__62uWTq__sidebar{display:none}.SidebarLayout-module__62uWTq__header{justify-content:space-between}.SidebarLayout-module__62uWTq__content{padding-bottom:calc(var(--pad-page) + 64px)}}
.files-module__5ErnaW__page{gap:var(--space-4);flex-direction:column;display:flex}.files-module__5ErnaW__header{justify-content:flex-end;align-items:center;gap:var(--space-3);display:flex}.files-module__5ErnaW__toolbar{gap:var(--space-2);display:flex}.files-module__5ErnaW__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.files-module__5ErnaW__chip{border:1px solid var(--border);background:var(--surface-card);color:var(--text-muted);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);font-size:var(--text-meta);cursor:pointer}.files-module__5ErnaW__chip:hover{color:var(--text)}.files-module__5ErnaW__chipActive{background:var(--accent);color:var(--accent-on);border-color:var(--accent)}.files-module__5ErnaW__error{color:var(--danger);font-size:var(--text-meta);margin:0}.files-module__5ErnaW__empty{color:var(--text-muted);font-size:var(--text-meta);margin:0}.files-module__5ErnaW__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.files-module__5ErnaW__row{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border);display:flex}.files-module__5ErnaW__glyph{font-size:var(--text-heading);text-align:center;flex:none;width:1.75rem}.files-module__5ErnaW__info{flex-direction:column;flex:1;min-width:0;display:flex}.files-module__5ErnaW__name{font-family:var(--font-mono);font-size:var(--text-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.files-module__5ErnaW__meta{font-size:var(--text-meta);color:var(--text-muted);font-variant-numeric:tabular-nums}.files-module__5ErnaW__tag{font-size:var(--text-meta);padding:var(--space-1) var(--space-2);border-radius:var(--radius-pill);background:var(--surface-field);color:var(--text-muted);flex:none}.files-module__5ErnaW__tagProjects{background:var(--info-bg);color:var(--info)}.files-module__5ErnaW__tagCrm{background:var(--success-bg);color:var(--success)}.files-module__5ErnaW__tagProposals{background:var(--warning-bg);color:var(--warning)}.files-module__5ErnaW__tagVendors{background:var(--accent-soft);color:var(--text)}.files-module__5ErnaW__tagUpload{background:var(--surface-field);color:var(--text-muted)}.files-module__5ErnaW__rowActions{gap:var(--space-2);flex:none;display:flex}.files-module__5ErnaW__linkBtn{color:var(--text-muted);font-size:var(--text-meta);cursor:pointer;padding:var(--space-1);background:0 0;border:none;text-decoration:underline}.files-module__5ErnaW__linkBtn:hover{color:var(--text)}.files-module__5ErnaW__linkBtn:disabled{opacity:.5;cursor:default}.files-module__5ErnaW__entity{gap:var(--space-2);flex-direction:column;display:flex}.files-module__5ErnaW__entityHead{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.files-module__5ErnaW__entityCount{font-size:var(--text-body);font-weight:var(--weight-semibold)}@media (max-width:600px){.files-module__5ErnaW__newBtn{display:none}}
.projects-module__GOtpQW__page{gap:var(--space-4);flex-direction:column;display:flex}.projects-module__GOtpQW__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.projects-module__GOtpQW__headerActions{align-items:center;gap:var(--space-2);display:flex}.projects-module__GOtpQW__header button[aria-label]:not([role=combobox]){width:36px;height:36px}.projects-module__GOtpQW__header button:not([aria-label]),.projects-module__GOtpQW__header button[role=combobox],.projects-module__GOtpQW__header [role=tab]{min-height:36px}.projects-module__GOtpQW__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.projects-module__GOtpQW__row{align-items:center;gap:var(--space-3);display:flex}.projects-module__GOtpQW__priorityDot{border-radius:var(--radius-pill);background:var(--text-muted);flex:none;width:10px;height:10px}.projects-module__GOtpQW__priority_high{background:var(--danger)}.projects-module__GOtpQW__priority_medium{background:var(--warning)}.projects-module__GOtpQW__priority_low{background:var(--text-muted)}.projects-module__GOtpQW__rowMain{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.projects-module__GOtpQW__rowTop{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.projects-module__GOtpQW__rowName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.projects-module__GOtpQW__rowSub{font-size:var(--text-meta);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.projects-module__GOtpQW__rowProgress{align-items:center;gap:var(--space-3);display:flex}.projects-module__GOtpQW__rowProgress>:first-child{flex:1}.projects-module__GOtpQW__rowPct{font-size:var(--text-meta);color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:3ch}.projects-module__GOtpQW__rowActions{gap:var(--space-1);flex:none;display:flex}.projects-module__GOtpQW__form{gap:var(--space-3);flex-direction:column;display:flex}.projects-module__GOtpQW__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.projects-module__GOtpQW__dialogActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}@media (max-width:600px){.projects-module__GOtpQW__header{justify-content:flex-start}.projects-module__GOtpQW__newBtn{display:none}.projects-module__GOtpQW__row{flex-wrap:wrap}.projects-module__GOtpQW__rowActions{justify-content:flex-end;width:100%}.projects-module__GOtpQW__formRow{grid-template-columns:1fr}}
.TopNavLayout-module__hHmELG__shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.TopNavLayout-module__hHmELG__header{background:var(--nav-surface);border-bottom:1px solid var(--border);--wordmark-color:var(--nav-text-active);--icon-btn-color:var(--nav-text-active);flex:none}.TopNavLayout-module__hHmELG__topRow{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--pad-page);display:flex}.TopNavLayout-module__hHmELG__brand{color:var(--nav-text-active);text-decoration:none;display:flex}.TopNavLayout-module__hHmELG__divider{background:var(--border);align-self:stretch;width:1px}.TopNavLayout-module__hHmELG__spacer{flex:1}.TopNavLayout-module__hHmELG__tabRow{padding:0 var(--pad-page);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;--tab-text:var(--nav-text);--tab-text-active:var(--nav-text-active);overflow:auto hidden}.TopNavLayout-module__hHmELG__tabLabel{align-items:center;gap:var(--space-2);display:inline-flex}.TopNavLayout-module__hHmELG__content{min-height:0;padding:var(--pad-page);flex:1;overflow-y:auto}@media (max-width:600px){.TopNavLayout-module__hHmELG__tabRow,.TopNavLayout-module__hHmELG__brand,.TopNavLayout-module__hHmELG__divider{display:none}.TopNavLayout-module__hHmELG__content{padding-bottom:calc(var(--pad-page) + 64px)}}
.proposals-module__uXdxIq__page{gap:var(--space-4);flex-direction:column;display:flex}.proposals-module__uXdxIq__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.proposals-module__uXdxIq__headerActions{align-items:center;gap:var(--space-2);display:flex}.proposals-module__uXdxIq__header button[aria-label]:not([role=combobox]){width:36px;height:36px}.proposals-module__uXdxIq__header button:not([aria-label]),.proposals-module__uXdxIq__header button[role=combobox],.proposals-module__uXdxIq__header [role=tab]{min-height:36px}.proposals-module__uXdxIq__list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.proposals-module__uXdxIq__row{align-items:center;gap:var(--space-3);display:flex}.proposals-module__uXdxIq__rowMain{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.proposals-module__uXdxIq__rowTop{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.proposals-module__uXdxIq__rowName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.proposals-module__uXdxIq__rowSub{font-size:var(--text-meta);color:var(--text-muted);margin:0}.proposals-module__uXdxIq__rowValue{font-variant-numeric:tabular-nums;font-weight:var(--weight-semibold);color:var(--text);flex:none}.proposals-module__uXdxIq__rowActions{gap:var(--space-1);flex:none;display:flex}.proposals-module__uXdxIq__form{gap:var(--space-3);flex-direction:column;display:flex}.proposals-module__uXdxIq__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.proposals-module__uXdxIq__lineItems{gap:var(--space-2);margin:var(--space-2) 0;flex-direction:column;display:flex}.proposals-module__uXdxIq__lineRow{gap:var(--space-2);grid-template-columns:1fr 4rem 4rem 6rem auto;align-items:center;display:grid}.proposals-module__uXdxIq__qtyInput,.proposals-module__uXdxIq__unitInput,.proposals-module__uXdxIq__priceInput{width:100%}.proposals-module__uXdxIq__dialogValue{justify-content:flex-end;align-items:center;gap:var(--space-3);font-size:var(--text-meta);display:flex}.proposals-module__uXdxIq__totalRow{font-weight:var(--weight-semibold);font-size:var(--text-body);font-variant-numeric:tabular-nums}.proposals-module__uXdxIq__dialogActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}@media (max-width:600px){.proposals-module__uXdxIq__header{flex-direction:column;align-items:flex-start}.proposals-module__uXdxIq__newBtn{display:none}.proposals-module__uXdxIq__row{flex-wrap:wrap}.proposals-module__uXdxIq__formRow,.proposals-module__uXdxIq__lineRow{grid-template-columns:1fr}}
.tasks-module__8NBrTW__page{gap:var(--space-4);flex-direction:column;display:flex}.tasks-module__8NBrTW__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.tasks-module__8NBrTW__header button,.tasks-module__8NBrTW__header [role=tab]{min-height:36px}.tasks-module__8NBrTW__listPage{gap:var(--space-3);flex-direction:column;display:flex}.tasks-module__8NBrTW__sectionLabel{font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted);margin:var(--space-2) 0 0}.tasks-module__8NBrTW__quickAddWrap{display:flex;position:relative}.tasks-module__8NBrTW__quickAdd{width:100%;padding-right:44px}.tasks-module__8NBrTW__quickAddDueBtn{right:var(--space-2);position:absolute;top:50%;transform:translateY(-50%)}.tasks-module__8NBrTW__quickAddDateInput{right:var(--space-2);opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:50%}.tasks-module__8NBrTW__dueHeader{align-items:center;gap:var(--space-1);display:inline-flex}.tasks-module__8NBrTW__sortBtn{width:22px;height:22px;color:var(--text-muted)}.tasks-module__8NBrTW__completedToggle{align-items:center;gap:var(--space-2);padding:var(--space-2) 0;font:inherit;font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted);cursor:pointer;background:0 0;border:none;display:flex}.tasks-module__8NBrTW__tableWrap{background:var(--surface-card);border-radius:var(--radius-md);overflow-x:auto}.tasks-module__8NBrTW__table{border-collapse:collapse;width:100%;font-size:var(--text-meta)}.tasks-module__8NBrTW__table th,.tasks-module__8NBrTW__table td{padding:var(--space-2) var(--space-3);text-align:left;white-space:nowrap}.tasks-module__8NBrTW__table th{font-size:var(--text-label);color:var(--text-muted);font-weight:var(--weight-semibold);border-bottom:1px solid var(--border)}.tasks-module__8NBrTW__table tbody tr{border-bottom:1px solid var(--border);cursor:pointer}.tasks-module__8NBrTW__table tbody tr:last-child{border-bottom:none}.tasks-module__8NBrTW__table tbody tr:hover{background:var(--hover)}.tasks-module__8NBrTW__checkboxCell{width:1%}.tasks-module__8NBrTW__taskCell{align-items:center;gap:var(--space-2);display:inline-flex}.tasks-module__8NBrTW__statusDot{border-radius:var(--radius-pill);background:var(--text-muted);flex:none;width:8px;height:8px}.tasks-module__8NBrTW__statusDot.tasks-module__8NBrTW__status_in_progress{background:var(--info)}.tasks-module__8NBrTW__statusDot.tasks-module__8NBrTW__status_done{background:var(--success)}.tasks-module__8NBrTW__linkedCell{align-items:center;gap:var(--space-1);color:var(--text-muted);display:inline-flex}.tasks-module__8NBrTW__muted{color:var(--text-muted)}.tasks-module__8NBrTW__rowName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.tasks-module__8NBrTW__rowName.tasks-module__8NBrTW__done{color:var(--text-muted);text-decoration:line-through}.tasks-module__8NBrTW__rowActions{gap:var(--space-1);flex:none;display:flex}.tasks-module__8NBrTW__boardWrap{gap:var(--space-3);flex-direction:column;display:flex}.tasks-module__8NBrTW__board{align-items:start;gap:var(--space-4);padding-bottom:var(--space-2);display:flex;overflow-x:auto}.tasks-module__8NBrTW__column{gap:var(--space-3);background:var(--surface-field);border-radius:var(--radius-lg);width:280px;padding:var(--space-3);flex-direction:column;flex:none;min-height:120px;display:flex}.tasks-module__8NBrTW__columnHeader{justify-content:space-between;align-items:center;gap:var(--space-2);padding:0 var(--space-1);display:flex}.tasks-module__8NBrTW__columnHeaderMain{align-items:baseline;gap:var(--space-2);min-width:0;display:flex}.tasks-module__8NBrTW__columnTitle{font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted);font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tasks-module__8NBrTW__columnCount{font-size:var(--text-meta);color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none}.tasks-module__8NBrTW__columnRenameInput{height:26px;font-size:var(--text-label);padding:0 var(--space-2)}.tasks-module__8NBrTW__columnHeaderActions{flex:none;align-items:center;gap:2px;display:flex}.tasks-module__8NBrTW__columnHeaderBtn{width:24px;height:24px;color:var(--text-muted)}.tasks-module__8NBrTW__columnQuickAdd{height:32px;font-size:var(--text-meta)}.tasks-module__8NBrTW__columnBody{gap:var(--space-2);flex-direction:column;min-height:60px;display:flex}.tasks-module__8NBrTW__addColumn{flex:none;width:280px}.tasks-module__8NBrTW__addColumnBtn{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3);border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--text-muted);font:inherit;font-weight:var(--weight-semibold);cursor:pointer;background:0 0;display:flex}.tasks-module__8NBrTW__addColumnBtn:hover{border-color:var(--accent);color:var(--accent)}.tasks-module__8NBrTW__hiddenColumnsRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.tasks-module__8NBrTW__hiddenColumnsLabel{font-size:var(--text-meta);color:var(--text-muted)}.tasks-module__8NBrTW__hiddenColumnChip{align-items:center;gap:var(--space-1);border:1px dashed var(--border);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);font-size:var(--text-meta);color:var(--text-muted);cursor:pointer;background:0 0;display:inline-flex}.tasks-module__8NBrTW__hiddenColumnChip:hover{border-color:var(--accent);color:var(--accent)}.tasks-module__8NBrTW__card{gap:var(--space-2);cursor:grab;border-left:3px solid var(--text-muted);flex-direction:column;display:flex}.tasks-module__8NBrTW__card.tasks-module__8NBrTW__priority_high{border-left-color:var(--danger)}.tasks-module__8NBrTW__card.tasks-module__8NBrTW__priority_medium{border-left-color:var(--warning)}.tasks-module__8NBrTW__card.tasks-module__8NBrTW__priority_low{border-left-color:var(--text-muted)}.tasks-module__8NBrTW__card.tasks-module__8NBrTW__dragging{opacity:.5}.tasks-module__8NBrTW__cardName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.tasks-module__8NBrTW__cardMeta{align-items:center;gap:var(--space-2);font-size:var(--text-meta);color:var(--text-muted);flex-wrap:wrap;display:flex}.tasks-module__8NBrTW__linkChip{padding:2px var(--space-2);border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-size:var(--text-meta);display:inline-flex}.tasks-module__8NBrTW__form{gap:var(--space-3);flex-direction:column;display:flex}.tasks-module__8NBrTW__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.tasks-module__8NBrTW__dialogActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.tasks-module__8NBrTW__checklist{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.tasks-module__8NBrTW__checklistItem{align-items:center;gap:var(--space-2);display:flex}.tasks-module__8NBrTW__checklistName{flex:1}.tasks-module__8NBrTW__checklistName.tasks-module__8NBrTW__done{color:var(--text-muted);text-decoration:line-through}.tasks-module__8NBrTW__addSubtaskRow{gap:var(--space-2);display:flex}@media (max-width:600px){.tasks-module__8NBrTW__header{justify-content:flex-start}.tasks-module__8NBrTW__newBtn{display:none}.tasks-module__8NBrTW__formRow{grid-template-columns:1fr}}
.DockLayout-module__dfsZMW__shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.DockLayout-module__dfsZMW__header{padding:var(--space-3) var(--pad-page);background:var(--nav-surface);border-bottom:1px solid var(--border);--wordmark-color:var(--nav-text-active);--icon-btn-color:var(--nav-text-active);flex:none;justify-content:space-between;align-items:center;display:flex}.DockLayout-module__dfsZMW__brand{color:var(--nav-text-active);text-decoration:none;display:flex}.DockLayout-module__dfsZMW__content{min-height:0;padding:var(--pad-page);padding-bottom:calc(var(--pad-page) + 72px);flex:1;overflow-y:auto}.DockLayout-module__dfsZMW__dock{left:50%;bottom:var(--space-4);z-index:var(--z-nav);gap:var(--space-1);padding:var(--space-2);background:var(--nav-surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-lg);display:flex;position:fixed;transform:translate(-50%)}.DockLayout-module__dfsZMW__dockItem{border-radius:var(--radius-pill);width:44px;height:44px;color:var(--nav-text);justify-content:center;align-items:center;font-size:20px;text-decoration:none;display:flex}.DockLayout-module__dfsZMW__active{color:var(--nav-text-active);background:var(--nav-active-bg)}@media (max-width:600px){.DockLayout-module__dfsZMW__dock,.DockLayout-module__dfsZMW__brand{display:none}}
.hub-module__CSJn4a__page{gap:var(--space-5);flex-direction:column;display:flex}.hub-module__CSJn4a__hero{align-items:stretch;gap:var(--space-3);padding:var(--space-6) var(--space-5);border-radius:var(--radius-lg);background-color:var(--accent);box-shadow:inset 0 0 0 9999px var(--overlay);color:var(--accent-on);flex-direction:column;display:flex;position:relative;overflow:hidden}.hub-module__CSJn4a__heroDecoration{color:var(--accent-on);opacity:.14;pointer-events:none;position:absolute;top:-30px;right:-30px}.hub-module__CSJn4a__eyebrow{font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);opacity:.85;margin:0;position:relative}.hub-module__CSJn4a__title{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);margin:0;position:relative}.hub-module__CSJn4a__heroSearch{width:100%;max-width:420px;margin-top:var(--space-2);position:relative}.hub-module__CSJn4a__stats{gap:var(--space-3);margin-top:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid;position:relative}.hub-module__CSJn4a__statCard{gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-card);color:inherit;transition:box-shadow .12s var(--ease-out);flex-direction:column;text-decoration:none;display:flex}a.hub-module__CSJn4a__statCard:hover{box-shadow:var(--shadow-md)}.hub-module__CSJn4a__statTop{align-items:center;gap:var(--space-3);display:flex}.hub-module__CSJn4a__statProgress{margin-top:2px}.hub-module__CSJn4a__statIcon{border-radius:var(--radius-md);flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.hub-module__CSJn4a__statIconInfo{background:var(--info-bg);color:var(--info)}.hub-module__CSJn4a__statIconAccent{background:var(--accent-soft);color:var(--accent)}.hub-module__CSJn4a__statIconWarning{background:var(--warning-bg);color:var(--warning)}.hub-module__CSJn4a__statText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hub-module__CSJn4a__statPrimary{font-weight:var(--weight-semibold);font-size:var(--text-body);color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hub-module__CSJn4a__statSecondary{font-size:var(--text-meta);color:var(--text-muted)}.hub-module__CSJn4a__statChevron{color:var(--text-muted);flex:none}.hub-module__CSJn4a__launcherHead{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.hub-module__CSJn4a__launcherTitle{font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.hub-module__CSJn4a__launcherActions{align-items:center;gap:var(--space-3);display:flex}.hub-module__CSJn4a__customizeLink{align-items:center;gap:var(--space-1);font-size:var(--text-meta);font-weight:var(--weight-semibold);color:var(--text-muted);text-decoration:none;display:inline-flex}.hub-module__CSJn4a__customizeLink:hover{color:var(--text)}.hub-module__CSJn4a__noMatch{color:var(--text-muted);font-size:var(--text-meta)}.hub-module__CSJn4a__grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.hub-module__CSJn4a__cardLink{color:inherit;text-decoration:none}.hub-module__CSJn4a__moduleCard{gap:var(--space-2);flex-direction:column;height:100%;display:flex}.hub-module__CSJn4a__moduleIconBadge{border-radius:var(--radius-md);background:var(--accent-soft);width:40px;height:40px;color:var(--accent);flex:none;justify-content:center;align-items:center;display:inline-flex}.hub-module__CSJn4a__moduleTitle{font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.hub-module__CSJn4a__moduleDesc{color:var(--text-muted);font-size:var(--text-meta);margin:0}.hub-module__CSJn4a__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hub-module__CSJn4a__listRow{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);color:inherit;transition:border-color .12s var(--ease-out), box-shadow .12s var(--ease-out);text-decoration:none;display:flex}.hub-module__CSJn4a__listRow:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.hub-module__CSJn4a__listText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hub-module__CSJn4a__listText .hub-module__CSJn4a__moduleTitle{font-size:var(--text-body)}.hub-module__CSJn4a__viewAllBtn{margin:var(--space-4) auto 0;padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text);font-size:var(--text-meta);font-weight:var(--weight-semibold);cursor:pointer;display:block}.hub-module__CSJn4a__viewAllBtn:hover{background:var(--hover)}@media (max-width:600px){.hub-module__CSJn4a__hero{padding:var(--space-4)}.hub-module__CSJn4a__launcherHead{flex-direction:column;align-items:flex-start}}
.overview-module__Au0o5G__page{gap:var(--space-5);flex-direction:column;display:flex}.overview-module__Au0o5G__header{gap:var(--space-1);flex-direction:column;display:flex}.overview-module__Au0o5G__dateline{color:var(--text-muted);margin:0}.overview-module__Au0o5G__statRow{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.overview-module__Au0o5G__statLink{color:inherit;border-radius:var(--radius-md);text-decoration:none;display:block}.overview-module__Au0o5G__statLink:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.overview-module__Au0o5G__coreGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;display:grid}.overview-module__Au0o5G__section{gap:var(--space-3);flex-direction:column;display:flex}.overview-module__Au0o5G__sectionHeader{justify-content:space-between;align-items:center;display:flex}.overview-module__Au0o5G__sectionTitle{font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.overview-module__Au0o5G__viewAll{color:var(--accent);font-size:var(--text-meta);font-weight:var(--weight-semibold);text-decoration:none}.overview-module__Au0o5G__moduleShell{gap:var(--space-3);flex-direction:column;display:flex}.overview-module__Au0o5G__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.overview-module__Au0o5G__rowLink{color:inherit;text-decoration:none}.overview-module__Au0o5G__row{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;border-top:1px solid var(--border);display:flex}.overview-module__Au0o5G__row:first-child{border-top:none;padding-top:0}.overview-module__Au0o5G__priorityDot{border-radius:var(--radius-pill);background:var(--text-muted);flex:none;width:10px;height:10px}.overview-module__Au0o5G__priority_high{background:var(--danger)}.overview-module__Au0o5G__priority_medium{background:var(--warning)}.overview-module__Au0o5G__priority_low{background:var(--text-muted)}.overview-module__Au0o5G__rowMain{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.overview-module__Au0o5G__rowTop{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.overview-module__Au0o5G__rowName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.overview-module__Au0o5G__rowSub{font-size:var(--text-meta);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.overview-module__Au0o5G__moduleGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:start;display:grid}.overview-module__Au0o5G__weekNav{align-items:center;gap:var(--space-2);display:flex}.overview-module__Au0o5G__weekNavBtn{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);width:28px;height:28px;color:var(--text);cursor:pointer;font-size:var(--text-body);justify-content:center;align-items:center;display:inline-flex}.overview-module__Au0o5G__weekNavBtn:hover{border-color:var(--accent);color:var(--accent)}.overview-module__Au0o5G__weekNavToday{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);padding:var(--space-1) var(--space-3);font-size:var(--text-meta);font-weight:var(--weight-semibold);color:var(--text);cursor:pointer}.overview-module__Au0o5G__weekNavToday:hover{border-color:var(--accent);color:var(--accent)}.overview-module__Au0o5G__weekStrip{gap:var(--space-2);grid-template-columns:repeat(7,1fr);display:grid}.overview-module__Au0o5G__weekDay{padding:var(--space-2) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);cursor:pointer;font:inherit;color:inherit;flex-direction:column;align-items:center;gap:2px;display:flex}.overview-module__Au0o5G__weekDay:hover{border-color:var(--accent)}.overview-module__Au0o5G__weekDayLabel{font-size:var(--text-label);color:var(--text-muted)}.overview-module__Au0o5G__weekDayNum{font-size:var(--text-body);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.overview-module__Au0o5G__weekDayToday .overview-module__Au0o5G__weekDayNum{color:var(--accent)}.overview-module__Au0o5G__weekDaySelected{border-color:var(--accent);background:var(--accent-soft)}.overview-module__Au0o5G__hiddenRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.overview-module__Au0o5G__hiddenCount{font-size:var(--text-meta);color:var(--text-muted)}.overview-module__Au0o5G__hiddenChip{align-items:center;gap:var(--space-1);border:1px dashed var(--border);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);font-size:var(--text-meta);color:var(--text-muted);cursor:pointer;background:0 0;display:inline-flex}.overview-module__Au0o5G__hiddenChip:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:600px){.overview-module__Au0o5G__sectionHeader{gap:var(--space-2);flex-wrap:wrap}}
.tabs-module__4DDh_a__stack{gap:var(--space-4);flex-direction:column;max-width:40rem;display:flex}.tabs-module__4DDh_a__card{gap:var(--space-3);flex-direction:column;display:flex}.tabs-module__4DDh_a__heading{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.tabs-module__4DDh_a__previewLine{font-size:var(--text-meta);color:var(--text-muted)}.tabs-module__4DDh_a__avatarRow{align-items:center;gap:var(--space-4);display:flex}.tabs-module__4DDh_a__avatarPreview{border-radius:var(--radius-pill);background:var(--accent);width:64px;height:64px;color:var(--accent-on);font-size:var(--text-heading);font-weight:var(--weight-semibold);flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.tabs-module__4DDh_a__avatarPreviewImg{object-fit:cover;width:100%;height:100%}.tabs-module__4DDh_a__avatarActions{align-items:center;gap:var(--space-2);display:flex}.tabs-module__4DDh_a__billingIntro{gap:var(--space-1);flex-direction:column;display:flex}.tabs-module__4DDh_a__billingTitle{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);margin:0}.tabs-module__4DDh_a__billingGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;display:grid}.tabs-module__4DDh_a__billingTier{gap:var(--space-3);padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-card);flex-direction:column;display:flex}.tabs-module__4DDh_a__billingTierActive{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.tabs-module__4DDh_a__billingTierName{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold)}.tabs-module__4DDh_a__billingTierDesc{color:var(--text-muted);font-size:var(--text-meta);margin:0}.tabs-module__4DDh_a__billingTierFeatures{gap:var(--space-2);flex-direction:column;flex:1;margin:0;display:flex}.tabs-module__4DDh_a__billingTierFeatureRow{align-items:center;gap:var(--space-2);font-size:var(--text-meta);color:var(--text);display:flex}.tabs-module__4DDh_a__billingTierDivider{border-top:1px solid var(--border);margin:var(--space-1) 0}.tabs-module__4DDh_a__billingTierCaption{font-size:var(--text-label);font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}
.tabs-module__rs8Oaq__wrap{gap:var(--space-4);flex-direction:column;display:flex}
.tabs-module__4r3BFW__stack{gap:var(--space-4);flex-direction:column;max-width:40rem;display:flex}.tabs-module__4r3BFW__card{gap:var(--space-3);flex-direction:column;display:flex}.tabs-module__4r3BFW__heading{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.tabs-module__4r3BFW__layoutGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.tabs-module__4r3BFW__layoutCard{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-field);color:var(--text);cursor:pointer;font-family:inherit;display:flex}.tabs-module__4r3BFW__layoutCardActive{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.tabs-module__4r3BFW__layoutIcon{font-size:16px}.tabs-module__4r3BFW__previewLine{font-size:var(--text-meta);color:var(--text-muted);margin:0}.tabs-module__4r3BFW__moduleGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:stretch;display:grid}.tabs-module__4r3BFW__moduleCard{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-field);cursor:pointer;height:60px;display:flex}.tabs-module__4r3BFW__moduleCardLabel{align-items:center;gap:var(--space-2);color:var(--text);font-size:var(--text-body);white-space:nowrap;text-overflow:ellipsis;display:inline-flex;overflow:hidden}.tabs-module__4r3BFW__planHero{align-items:flex-start;gap:var(--space-3);padding:var(--space-6);background:linear-gradient(135deg, var(--accent-soft), var(--surface-card));flex-direction:column;display:flex}.tabs-module__4r3BFW__planHeroEyebrow{font-size:var(--text-label);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--text-muted);font-weight:var(--weight-semibold)}.tabs-module__4r3BFW__planHeroRow{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.tabs-module__4r3BFW__planHeroBadge{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);padding:var(--space-2) var(--space-4)}.tabs-module__4r3BFW__planHeroDesc{color:var(--text-muted);font-size:var(--text-body)}.tabs-module__4r3BFW__adminCardHead{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.tabs-module__4r3BFW__adminFilters{gap:var(--space-2);flex-wrap:wrap;display:flex}.tabs-module__4r3BFW__auditList{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.tabs-module__4r3BFW__auditRow{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-1);border-bottom:1px solid var(--border);display:flex}.tabs-module__4r3BFW__auditRow:last-child{border-bottom:none}.tabs-module__4r3BFW__auditInfo{flex-direction:column;flex:1;min-width:0;display:flex}.tabs-module__4r3BFW__auditEntity{font-weight:var(--weight-semibold);font-size:var(--text-body)}.tabs-module__4r3BFW__auditWhen{font-size:var(--text-meta);color:var(--text-muted)}.tabs-module__4r3BFW__auditActor{font-size:var(--text-meta);color:var(--text-muted);flex:none}.tabs-module__4r3BFW__linkBtn{color:var(--text-muted);font-size:var(--text-meta);cursor:pointer;padding:var(--space-1);background:0 0;border:none;text-decoration:underline}.tabs-module__4r3BFW__linkBtn:hover{color:var(--text)}.tabs-module__4r3BFW__dialogActions{gap:var(--space-2);margin-top:var(--space-4);justify-content:flex-end;display:flex}.tabs-module__4r3BFW__rawKeyBox{padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-field);border:1px solid var(--border);word-break:break-all;font-family:var(--font-mono,monospace);font-size:var(--text-meta)}
.marketing-module__C0Eoba__page{background:var(--surface-card);width:100%;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}.marketing-module__C0Eoba__shell{max-width:1280px;margin:0 auto}.marketing-module__C0Eoba__pad{padding-left:clamp(18px,5vw,56px);padding-right:clamp(18px,5vw,56px)}.marketing-module__C0Eoba__nav{border-bottom:1px solid var(--border);align-items:center;gap:32px;padding:20px clamp(18px,5vw,56px);display:flex}.marketing-module__C0Eoba__navBrand{color:var(--text);align-items:center;gap:10px;display:flex}.marketing-module__C0Eoba__navBrandText{letter-spacing:-.02em;font-size:21px;font-weight:700}.marketing-module__C0Eoba__navLinks{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:14px 26px;font-size:14px;font-weight:500;display:flex}.marketing-module__C0Eoba__navLink{align-items:center;gap:4px;display:flex}.marketing-module__C0Eoba__navRight{align-items:center;gap:18px;margin-left:auto;display:flex}.marketing-module__C0Eoba__navSignIn{color:var(--text-muted);font-size:14px;font-weight:600}.marketing-module__C0Eoba__btnGetStarted{background:var(--accent);color:#fff;font:600 14px var(--font-sans);cursor:pointer;border:none;border-radius:10px;padding:11px 20px}@media (max-width:720px){.marketing-module__C0Eoba__navLinks,.marketing-module__C0Eoba__navSignIn{display:none}}.marketing-module__C0Eoba__hero{color:#fff;background:#0a0f24;padding:80px clamp(18px,5vw,56px) 72px;position:relative;overflow:hidden}.marketing-module__C0Eoba__heroBlob{pointer-events:none;border-radius:50%;position:absolute}.marketing-module__C0Eoba__heroBlobBlue{background:radial-gradient(circle,#2563ff59,#0000 70%);width:420px;height:420px;top:-120px;left:-80px}.marketing-module__C0Eoba__heroBlobPurple{background:radial-gradient(circle,#7c3aed4d,#0000 70%);width:360px;height:360px;top:40px;right:-60px}.marketing-module__C0Eoba__heroInner{max-width:760px;position:relative}.marketing-module__C0Eoba__heroEyebrow{letter-spacing:.04em;color:#c3cddf;background:#ffffff14;border:1px solid #ffffff24;border-radius:20px;align-items:center;gap:8px;margin-bottom:26px;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.marketing-module__C0Eoba__heroTitle{letter-spacing:-.03em;margin:0 0 24px;font-size:clamp(36px,7vw,66px);font-weight:800;line-height:1.05}.marketing-module__C0Eoba__heroTitleAccent{color:#5b8bff}.marketing-module__C0Eoba__heroBody{color:#aeb8cc;max-width:540px;margin:0 0 34px;font-size:19px;line-height:1.55}.marketing-module__C0Eoba__heroCta{flex-wrap:wrap;gap:14px;margin-bottom:14px;display:flex}.marketing-module__C0Eoba__heroPrimary{background:var(--accent);color:#fff;font:600 16px var(--font-sans);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:15px 26px;display:inline-flex}.marketing-module__C0Eoba__heroSecondary{color:#fff;font:600 16px var(--font-sans);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:8px;padding:15px 26px;display:inline-flex}.marketing-module__C0Eoba__heroFinePrint{color:#7e8aa3;font-size:13px}.marketing-module__C0Eoba__heroShot{background:linear-gradient(135deg,#121c3b,#0d1526);border:1px solid #ffffff1f;border-radius:18px;justify-content:center;align-items:center;height:clamp(220px,42vw,520px);margin-top:52px;padding:clamp(16px,3vw,32px);display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0009}.marketing-module__C0Eoba__mockupSvg{width:100%;max-width:100%;height:100%;max-height:100%}@media (max-width:720px){.marketing-module__C0Eoba__hero{padding-top:52px;padding-bottom:48px}.marketing-module__C0Eoba__heroBody{font-size:16px}.marketing-module__C0Eoba__heroBlob{display:none}.marketing-module__C0Eoba__heroCta button{justify-content:center;width:100%}}.marketing-module__C0Eoba__section{padding:88px clamp(18px,5vw,56px)}.marketing-module__C0Eoba__sectionHead{text-align:center;max-width:640px;margin:0 auto 52px}.marketing-module__C0Eoba__eyebrow{letter-spacing:.06em;font-size:13px;font-weight:600}.marketing-module__C0Eoba__sectionTitle{letter-spacing:-.02em;margin:14px 0 16px;font-size:clamp(28px,5vw,42px);font-weight:700}.marketing-module__C0Eoba__sectionBody{color:var(--text-muted);margin:0;font-size:18px;line-height:1.55}.marketing-module__C0Eoba__featureGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.marketing-module__C0Eoba__featureCard{background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:26px}.marketing-module__C0Eoba__featureIcon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.marketing-module__C0Eoba__featureTitle{margin-bottom:8px;font-size:18px;font-weight:600}.marketing-module__C0Eoba__featureBody{color:var(--text-muted);font-size:14px;line-height:1.55}.marketing-module__C0Eoba__spotlightSection{padding:72px clamp(18px,5vw,56px)}.marketing-module__C0Eoba__spotlightSectionAlt{background:var(--bg-app)}.marketing-module__C0Eoba__spotlightGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:clamp(18px,5vw,56px);display:grid}.marketing-module__C0Eoba__spotlightEyebrow{letter-spacing:.06em;font-size:13px;font-weight:600}.marketing-module__C0Eoba__spotlightTitle{letter-spacing:-.02em;margin:14px 0 16px;font-size:clamp(24px,4.5vw,34px);font-weight:700}.marketing-module__C0Eoba__spotlightBody{color:var(--text-muted);margin:0 0 24px;font-size:16px;line-height:1.6}.marketing-module__C0Eoba__checklist{flex-direction:column;gap:14px;display:flex}.marketing-module__C0Eoba__checkItem{color:var(--text);align-items:center;gap:12px;font-size:15px;display:flex}.marketing-module__C0Eoba__checkBadge{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.marketing-module__C0Eoba__spotlightLink{color:var(--accent);font:600 15px var(--font-sans);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.marketing-module__C0Eoba__spotlightImg{border:1px solid var(--border);background:linear-gradient(135deg, var(--surface-field), var(--bg-app));border-radius:18px;justify-content:center;align-items:center;height:clamp(220px,34vw,380px);padding:clamp(16px,3vw,32px);display:flex;overflow:hidden;box-shadow:0 24px 48px -12px #0f172a24}.marketing-module__C0Eoba__pricingSection{background:var(--bg-app);padding:80px clamp(18px,5vw,56px)}.marketing-module__C0Eoba__billingRow{justify-content:center;align-items:center;gap:12px;margin-bottom:44px;display:flex}.marketing-module__C0Eoba__billingLabel{color:var(--text-muted);font-size:14px;font-weight:600}.marketing-module__C0Eoba__billingLabelActive{color:var(--text)}.marketing-module__C0Eoba__billingSave{color:#16a34a;font-size:11px;font-weight:700}.marketing-module__C0Eoba__billingSwitch{cursor:pointer;border:none;border-radius:13px;flex:none;width:46px;height:26px;padding:0;position:relative}.marketing-module__C0Eoba__billingKnob{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:3px;left:3px}.marketing-module__C0Eoba__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(258px,1fr));align-items:start;gap:24px;display:grid}.marketing-module__C0Eoba__tier{background:var(--surface-card);border:1px solid var(--border);border-radius:18px;padding:32px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative}.marketing-module__C0Eoba__tier:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 20px 40px -16px #2563ff33}.marketing-module__C0Eoba__tierFeatured{border:2px solid var(--accent);box-shadow:0 24px 48px -12px #2563ff3d}.marketing-module__C0Eoba__tierFeatured:hover{transform:translateY(-6px);box-shadow:0 28px 56px -14px #2563ff52}.marketing-module__C0Eoba__tierBadge{letter-spacing:.04em;background:var(--accent);color:#fff;border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:-13px;left:32px}.marketing-module__C0Eoba__tierName{margin-bottom:6px;font-size:16px;font-weight:600}.marketing-module__C0Eoba__tierDesc{color:var(--text-muted);margin-bottom:20px;font-size:14px}.marketing-module__C0Eoba__tierPrice{letter-spacing:-.02em;align-items:baseline;gap:4px;margin-bottom:24px;font-size:44px;font-weight:800;display:flex}.marketing-module__C0Eoba__tierPricePeriod{color:#94a3b8;font-size:15px;font-weight:400}.marketing-module__C0Eoba__tierButton{width:100%;font:600 14px var(--font-sans);cursor:pointer;border:1px solid var(--border);background:var(--surface-card);color:var(--text);border-radius:10px;margin-bottom:24px;padding:12px}.marketing-module__C0Eoba__tierButtonPrimary{background:var(--accent);color:#fff;border:none}.marketing-module__C0Eoba__tierFeatures{color:var(--text-muted);flex-direction:column;gap:12px;font-size:14px;display:flex}.marketing-module__C0Eoba__tierFeatureRow{align-items:center;gap:10px;display:flex}.marketing-module__C0Eoba__tierFeaturesCaption{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.marketing-module__C0Eoba__tierFeatureDivider{background:var(--border);height:1px;margin:2px 0}.marketing-module__C0Eoba__faqSection{max-width:820px;margin:0 auto;padding:88px clamp(18px,5vw,56px)}.marketing-module__C0Eoba__faqTitle{letter-spacing:-.02em;text-align:center;margin:0 0 44px;font-size:clamp(26px,5vw,38px);font-weight:700}.marketing-module__C0Eoba__faqList{flex-direction:column;gap:12px;display:flex}.marketing-module__C0Eoba__faqItem{border:1px solid var(--border);border-radius:12px;overflow:hidden}.marketing-module__C0Eoba__faqItemOpen{background:var(--surface-field)}.marketing-module__C0Eoba__faqQuestion{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 22px;font-family:inherit;display:flex}.marketing-module__C0Eoba__faqQuestionText{font-size:16px;font-weight:600}.marketing-module__C0Eoba__faqChevron{color:#94a3b8;transition:transform .2s var(--ease-out);flex:none}.marketing-module__C0Eoba__faqChevronOpen{transform:rotate(180deg)}.marketing-module__C0Eoba__faqAnswer{color:var(--text-muted);padding:0 22px 20px;font-size:15px;line-height:1.6}.marketing-module__C0Eoba__faqAnswer a{color:var(--accent);text-decoration:underline}.marketing-module__C0Eoba__finalCtaWrap{padding:0 clamp(18px,5vw,56px) 72px}.marketing-module__C0Eoba__finalCta{background:#0a0f24;border-radius:24px;padding:72px clamp(18px,5vw,56px);position:relative;overflow:hidden}.marketing-module__C0Eoba__finalCtaBlob{pointer-events:none;background:radial-gradient(circle,#7c3aed59,#0000 70%);border-radius:50%;width:380px;height:clamp(220px,34vw,380px);position:absolute;top:-80px;right:-40px}.marketing-module__C0Eoba__finalCtaInner{max-width:560px;position:relative}.marketing-module__C0Eoba__finalCtaBar{background:#ff4d4f;width:44px;height:3px;margin-bottom:24px}.marketing-module__C0Eoba__finalCtaTitle{letter-spacing:-.02em;color:#fff;margin:0 0 18px;font-size:clamp(30px,6vw,46px);font-weight:800;line-height:1.1}.marketing-module__C0Eoba__finalCtaAccent{color:#7c9bff}.marketing-module__C0Eoba__finalCtaRotatingWord{vertical-align:bottom;display:inline-block;position:relative;overflow:hidden}.marketing-module__C0Eoba__finalCtaRotatingWordInner{animation:.4s marketing-module__C0Eoba__finalCtaWordIn;display:inline-block}@keyframes marketing-module__C0Eoba__finalCtaWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.marketing-module__C0Eoba__finalCtaBody{color:#aeb8cc;margin:0 0 30px;font-size:17px;line-height:1.55}.marketing-module__C0Eoba__finalCtaButton{color:#fff;font:600 16px var(--font-sans);cursor:pointer;background:#ff4d4f;border:none;border-radius:12px;align-items:center;gap:8px;padding:16px 30px;display:inline-flex}.marketing-module__C0Eoba__footer{background:var(--bg-app);border-top:1px solid var(--border);padding:clamp(18px,5vw,56px) clamp(18px,5vw,56px) 32px}.marketing-module__C0Eoba__footerGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px;margin-bottom:44px;display:grid}.marketing-module__C0Eoba__footerBrand{color:var(--text);align-items:center;gap:10px;margin-bottom:14px;display:flex}.marketing-module__C0Eoba__footerBrandText{letter-spacing:-.02em;font-size:18px;font-weight:700}.marketing-module__C0Eoba__footerTagline{color:var(--text-muted);max-width:240px;font-size:14px;line-height:1.6}.marketing-module__C0Eoba__footerColTitle{color:var(--text);margin-bottom:14px;font-size:13px;font-weight:600}.marketing-module__C0Eoba__footerLinks{color:var(--text-muted);flex-direction:column;gap:10px;font-size:14px;display:flex}.marketing-module__C0Eoba__footerBottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.marketing-module__C0Eoba__footerCopyright{color:#94a3b8;font-size:13px}.marketing-module__C0Eoba__footerSocial{color:#94a3b8;gap:18px;display:flex}
.onboarding-module__4GJvBa__page{justify-content:center;align-items:center;gap:var(--space-6);min-height:100dvh;padding:var(--pad-page);flex-direction:column;display:flex}.onboarding-module__4GJvBa__intro{align-items:center;gap:var(--space-2);text-align:center;flex-direction:column;max-width:32rem;display:flex}.onboarding-module__4GJvBa__title{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);margin:0}.onboarding-module__4GJvBa__subtitle{color:var(--text-muted);margin:0}.onboarding-module__4GJvBa__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;width:100%;max-width:64rem;display:grid}.onboarding-module__4GJvBa__tier{gap:var(--space-3);flex-direction:column;display:flex}.onboarding-module__4GJvBa__tierName{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold)}.onboarding-module__4GJvBa__tierDesc{color:var(--text-muted);font-size:var(--text-meta);margin:0}.onboarding-module__4GJvBa__tierFeatures{gap:var(--space-2);flex-direction:column;flex:1;margin:0;display:flex}.onboarding-module__4GJvBa__tierFeatureRow{align-items:center;gap:var(--space-2);font-size:var(--text-meta);color:var(--text);display:flex}
.privacy-module__VTbb1a__page{background:var(--surface-card);width:100%;min-height:100vh;color:var(--text);font-family:var(--font-sans)}.privacy-module__VTbb1a__header{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--border);padding:20px clamp(18px,5vw,56px);display:flex}.privacy-module__VTbb1a__brand{color:var(--text);align-items:center;gap:10px;display:flex}.privacy-module__VTbb1a__brandText{letter-spacing:-.02em;font-size:21px;font-weight:700}.privacy-module__VTbb1a__backLink{color:var(--text-muted);font-size:14px;font-weight:600}.privacy-module__VTbb1a__backLink:hover{color:var(--text)}.privacy-module__VTbb1a__content{max-width:760px;margin:0 auto;padding:clamp(32px,6vw,64px) clamp(18px,5vw,56px) 96px;line-height:1.65}.privacy-module__VTbb1a__content h1{font-size:var(--text-title);letter-spacing:-.02em;margin:0 0 var(--space-2);font-weight:700}.privacy-module__VTbb1a__updated{color:var(--text-muted);font-size:var(--text-meta);margin:0 0 var(--space-6)}.privacy-module__VTbb1a__content h2{font-size:var(--text-heading);margin:2.25em 0 .75em;font-weight:700}.privacy-module__VTbb1a__content p,.privacy-module__VTbb1a__content li{color:var(--text);font-size:var(--text-body)}.privacy-module__VTbb1a__content ul{flex-direction:column;gap:.5em;padding-left:1.25em;display:flex}.privacy-module__VTbb1a__content a{color:var(--accent);text-decoration:underline}
.budgeting-module__R2mgiG__page{gap:var(--space-4);flex-direction:column;display:flex}.budgeting-module__R2mgiG__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.budgeting-module__R2mgiG__headerActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.budgeting-module__R2mgiG__headerFilter{display:inline-block}.budgeting-module__R2mgiG__statGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.budgeting-module__R2mgiG__statLabel{font-size:var(--text-label);color:var(--text-muted);display:block}.budgeting-module__R2mgiG__statValue{margin-top:var(--space-1);font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums;display:block}.budgeting-module__R2mgiG__statValue[data-negative=true]{color:var(--danger)}.budgeting-module__R2mgiG__grid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.budgeting-module__R2mgiG__section{gap:var(--space-2);flex-direction:column;display:flex}.budgeting-module__R2mgiG__sectionTitle{font-size:var(--text-body);font-weight:var(--weight-semibold);margin:0}.budgeting-module__R2mgiG__sectionHead{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.budgeting-module__R2mgiG__empty{color:var(--text-muted);font-size:var(--text-meta)}.budgeting-module__R2mgiG__doughnutWrap{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.budgeting-module__R2mgiG__doughnut{border-radius:var(--radius-pill);flex:none;width:140px;height:140px;position:relative}.budgeting-module__R2mgiG__doughnut:after{content:"";border-radius:var(--radius-pill);background:var(--surface-card);position:absolute;inset:26px}.budgeting-module__R2mgiG__legend{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;margin:0;padding:0;list-style:none;display:flex}.budgeting-module__R2mgiG__legendItem{align-items:center;gap:var(--space-2);font-size:var(--text-meta);display:flex}.budgeting-module__R2mgiG__swatch{border-radius:var(--radius-md);flex:none;width:.75rem;height:.75rem}.budgeting-module__R2mgiG__legendLabel{overflow-wrap:anywhere;flex:1;min-width:0}.budgeting-module__R2mgiG__legendValue{color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none}.budgeting-module__R2mgiG__receivables{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.budgeting-module__R2mgiG__receivableRow{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.budgeting-module__R2mgiG__receivableInfo{flex-direction:column;min-width:0;display:flex}.budgeting-module__R2mgiG__receivableClient{font-weight:var(--weight-semibold)}.budgeting-module__R2mgiG__receivableMeta{font-size:var(--text-meta);color:var(--text-muted)}.budgeting-module__R2mgiG__receivableRight{align-items:center;gap:var(--space-2);display:flex}.budgeting-module__R2mgiG__receivableAmount{font-variant-numeric:tabular-nums}.budgeting-module__R2mgiG__lineList{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.budgeting-module__R2mgiG__lineItem{gap:var(--space-2);flex-direction:column;display:flex}.budgeting-module__R2mgiG__lineTop{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.budgeting-module__R2mgiG__lineHeading{flex-direction:column;min-width:0;display:flex}.budgeting-module__R2mgiG__lineName{font-weight:var(--weight-semibold)}.budgeting-module__R2mgiG__lineCategory{font-size:var(--text-meta);color:var(--text-muted)}.budgeting-module__R2mgiG__lineRight{align-items:center;gap:var(--space-2);display:flex}.budgeting-module__R2mgiG__editBtn{color:var(--text-muted);font-size:var(--text-meta);cursor:pointer;padding:var(--space-1);background:0 0;border:none;text-decoration:underline}.budgeting-module__R2mgiG__editBtn:hover{color:var(--text)}.budgeting-module__R2mgiG__editBtn:disabled{opacity:.5;cursor:default}.budgeting-module__R2mgiG__lineFigures{justify-content:space-between;gap:var(--space-2);font-size:var(--text-meta);font-variant-numeric:tabular-nums;display:flex}.budgeting-module__R2mgiG__plannedFig{color:var(--text-muted)}.budgeting-module__R2mgiG__form{gap:var(--space-3);flex-direction:column;display:flex}.budgeting-module__R2mgiG__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.budgeting-module__R2mgiG__dialogActions{gap:var(--space-2);margin-top:var(--space-4);justify-content:flex-end;display:flex}.budgeting-module__R2mgiG__splitWrap{gap:var(--space-3);flex-direction:column;display:flex}.budgeting-module__R2mgiG__splitBar{border-radius:var(--radius-pill);background:var(--border);height:10px;display:flex;overflow:hidden}.budgeting-module__R2mgiG__splitBarFixed{background:var(--series-1)}.budgeting-module__R2mgiG__splitBarVariable{background:var(--series-2)}.budgeting-module__R2mgiG__splitFigures{justify-content:space-between;gap:var(--space-3);display:flex}.budgeting-module__R2mgiG__splitFigures>div{gap:var(--space-1);flex-direction:column;display:flex}.budgeting-module__R2mgiG__splitPct{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold)}.budgeting-module__R2mgiG__splitPct[data-tone=fixed]{color:var(--series-1)}.budgeting-module__R2mgiG__splitPct[data-tone=variable]{color:var(--series-2)}.budgeting-module__R2mgiG__splitLabel{font-size:var(--text-label);color:var(--text-muted)}.budgeting-module__R2mgiG__splitAmount{font-size:var(--text-meta);font-variant-numeric:tabular-nums}.budgeting-module__R2mgiG__splitHint{font-size:var(--text-meta);color:var(--text-muted);margin:0}.budgeting-module__R2mgiG__tracker{border-collapse:collapse;width:100%;font-size:var(--text-meta)}.budgeting-module__R2mgiG__tracker th{text-align:left;color:var(--text-muted);font-weight:var(--weight-regular);padding:var(--space-2);border-bottom:1px solid var(--border)}.budgeting-module__R2mgiG__tracker td{padding:var(--space-2);border-bottom:1px solid var(--border);vertical-align:middle}.budgeting-module__R2mgiG__tracker tr:last-child td{border-bottom:none}.budgeting-module__R2mgiG__spendTarget{gap:var(--space-4);flex-direction:column;display:flex}.budgeting-module__R2mgiG__spendRow{gap:var(--space-1);flex-direction:column;display:flex}.budgeting-module__R2mgiG__spendLabel{font-size:var(--text-meta);color:var(--text-muted)}.budgeting-module__R2mgiG__spendValue{font-family:var(--font-display);font-size:var(--text-title);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.budgeting-module__R2mgiG__spendValue[data-negative=true]{color:var(--danger)}.budgeting-module__R2mgiG__spendWarning{font-size:var(--text-meta);color:var(--danger);margin:0}.budgeting-module__R2mgiG__spendGoalRow{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.budgeting-module__R2mgiG__spendGoalLabel{gap:var(--space-2);font-size:var(--text-label);color:var(--text-muted);flex-direction:column;flex:1;min-width:140px;display:flex}@media (max-width:600px){.budgeting-module__R2mgiG__header{justify-content:flex-start}.budgeting-module__R2mgiG__newBtn{display:none}.budgeting-module__R2mgiG__formRow{grid-template-columns:1fr}}
.calendar-module__ZctXMW__page{gap:var(--space-4);flex-direction:column;display:flex}.calendar-module__ZctXMW__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.calendar-module__ZctXMW__headerActions{gap:var(--space-2);display:flex}.calendar-module__ZctXMW__leftCluster{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.calendar-module__ZctXMW__viewCluster{align-items:center;gap:var(--space-2);display:flex}.calendar-module__ZctXMW__header button,.calendar-module__ZctXMW__header [role=tab]{min-height:36px}.calendar-module__ZctXMW__syncBannerOk,.calendar-module__ZctXMW__syncBannerWarn{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-meta);color:var(--text)}.calendar-module__ZctXMW__syncBannerOk{background:var(--success-bg)}.calendar-module__ZctXMW__syncBannerWarn{background:var(--warning-bg)}.calendar-module__ZctXMW__syncIntro{margin:0 0 var(--space-3);color:var(--text-muted);font-size:var(--text-meta)}.calendar-module__ZctXMW__providerRow{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;border-top:1px solid var(--border);display:flex}.calendar-module__ZctXMW__providerInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.calendar-module__ZctXMW__providerName{font-weight:var(--weight-semibold);font-size:var(--text-body)}.calendar-module__ZctXMW__providerStatus{font-size:var(--text-meta);color:var(--text-muted)}.calendar-module__ZctXMW__providerNote{font-size:var(--text-meta);color:var(--text-muted);text-align:right;max-width:16rem}.calendar-module__ZctXMW__icloudForm{gap:var(--space-2);padding:var(--space-3);background:var(--surface-field);border-radius:var(--radius-md);margin-bottom:var(--space-2);flex-direction:column;display:flex}.calendar-module__ZctXMW__icloudHint{margin:0 0 var(--space-1);font-size:var(--text-label);color:var(--text-muted)}.calendar-module__ZctXMW__icloudError{font-size:var(--text-label);color:var(--danger);margin:0}.calendar-module__ZctXMW__connectedActions{gap:var(--space-2);display:flex}.calendar-module__ZctXMW__syncResult{margin:0 0 var(--space-2);font-size:var(--text-label);color:var(--text-muted);text-align:right}.calendar-module__ZctXMW__nav{align-items:center;gap:var(--space-2);display:flex}.calendar-module__ZctXMW__rangeLabel{font-size:var(--text-body);font-weight:var(--weight-semibold);text-align:center;min-width:10ch}.calendar-module__ZctXMW__month{gap:var(--space-2);flex-direction:column;display:flex}.calendar-module__ZctXMW__monthHeader{gap:var(--space-2);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-module__ZctXMW__weekdayLabel{font-size:var(--text-label);color:var(--text-muted);text-align:center;padding:var(--space-1) 0}.calendar-module__ZctXMW__monthGrid{gap:var(--space-2);grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(96px,auto);display:grid}.calendar-module__ZctXMW__dayCell{align-items:flex-start;gap:var(--space-1);padding:var(--space-2);background:var(--surface-card);border-radius:var(--radius-md);cursor:pointer;text-align:left;font:inherit;color:inherit;border:none;flex-direction:column;min-width:0;display:flex}.calendar-module__ZctXMW__dayCell:hover{background:var(--hover)}.calendar-module__ZctXMW__outsideMonth{opacity:.5}.calendar-module__ZctXMW__todayCell{outline:2px solid var(--accent);outline-offset:-2px}.calendar-module__ZctXMW__dayNum{font-size:var(--text-meta);font-weight:var(--weight-semibold);font-variant-numeric:tabular-nums}.calendar-module__ZctXMW__chipStack{flex-direction:column;gap:2px;width:100%;display:flex}.calendar-module__ZctXMW__chip{font-size:var(--text-label);padding:1px var(--space-2);border-radius:var(--radius-md);text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--text);overflow:hidden}.calendar-module__ZctXMW__chipMeeting{background:var(--info-bg)}.calendar-module__ZctXMW__chipDeadline{background:var(--danger-bg)}.calendar-module__ZctXMW__chipReminder{background:var(--warning-bg)}.calendar-module__ZctXMW__chipPersonal{background:var(--surface-field)}.calendar-module__ZctXMW__chipClass{background:var(--success-bg)}.calendar-module__ZctXMW__chipReadOnly{border:1px solid var(--border);color:var(--text-muted);cursor:default;background:0 0}.calendar-module__ZctXMW__moreChip{font-size:var(--text-label);color:var(--text-muted);cursor:pointer;padding:1px var(--space-2)}.calendar-module__ZctXMW__moreChip:hover{color:var(--text);text-decoration:underline}.calendar-module__ZctXMW__dotRow{flex-wrap:wrap;align-items:center;gap:3px;display:none}.calendar-module__ZctXMW__dot{cursor:pointer;border-radius:50%;flex:none;width:6px;height:6px}.calendar-module__ZctXMW__dotMeeting{background:var(--info)}.calendar-module__ZctXMW__dotDeadline{background:var(--danger)}.calendar-module__ZctXMW__dotReminder{background:var(--warning)}.calendar-module__ZctXMW__dotPersonal{background:var(--text-muted)}.calendar-module__ZctXMW__dotClass{background:var(--success)}.calendar-module__ZctXMW__dotReadOnly{border:1px solid var(--text-muted);cursor:default;background:0 0}.calendar-module__ZctXMW__dotMore{color:var(--text-muted);font-size:9px;line-height:1}.calendar-module__ZctXMW__filterRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.calendar-module__ZctXMW__filterChipDot{width:8px;height:8px;margin-right:var(--space-1);border-radius:50%;display:inline-block}.calendar-module__ZctXMW__dayScheduleList{gap:var(--space-1);flex-direction:column;max-height:20rem;display:flex;overflow-y:auto}.calendar-module__ZctXMW__dayScheduleEmpty{color:var(--text-muted);font-size:var(--text-meta);padding:var(--space-2) 0;margin:0}.calendar-module__ZctXMW__dayScheduleRow{align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);background:var(--surface-card);cursor:pointer;text-align:left;font:inherit;color:inherit;border:none;display:flex}.calendar-module__ZctXMW__dayScheduleRow:hover{background:var(--hover)}.calendar-module__ZctXMW__dayScheduleName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.calendar-module__ZctXMW__dayScheduleTime{font-size:var(--text-label);color:var(--text-muted);font-variant-numeric:tabular-nums}.calendar-module__ZctXMW__timegrid{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex;overflow:hidden}.calendar-module__ZctXMW__timegridHeader{border-bottom:1px solid var(--border);display:grid}.calendar-module__ZctXMW__timegridDayLabel{padding:var(--space-2);flex-direction:column;align-items:center;gap:2px;display:flex}.calendar-module__ZctXMW__todayCol{background:var(--hover)}.calendar-module__ZctXMW__dayDow{font-size:var(--text-label);color:var(--text-muted)}.calendar-module__ZctXMW__allDayRow{border-bottom:1px solid var(--border);min-height:2.5rem;display:grid}.calendar-module__ZctXMW__allDayCell{padding:var(--space-1);border:none;border-left:1px solid var(--border);cursor:pointer;text-align:left;font:inherit;color:inherit;background:0 0;flex-direction:column;gap:2px;display:flex}.calendar-module__ZctXMW__timegridBody{max-height:30rem;display:grid;position:relative;overflow-y:auto}.calendar-module__ZctXMW__hourGutter{flex-direction:column;display:flex}.calendar-module__ZctXMW__hourLabel{height:3rem;font-size:var(--text-label);color:var(--text-muted);padding:0 var(--space-2);text-align:right;transform:translateY(-.6em)}.calendar-module__ZctXMW__dayColumn{border-left:1px solid var(--border);flex-direction:column;display:flex;position:relative}.calendar-module__ZctXMW__hourSlot{border:none;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;height:3rem;padding:0}.calendar-module__ZctXMW__hourSlot:hover{background:var(--hover)}.calendar-module__ZctXMW__timedBlock{border-radius:var(--radius-md);padding:2px var(--space-2);font-size:var(--text-label);cursor:pointer;color:var(--text);position:absolute;left:2px;right:2px;overflow:hidden}.calendar-module__ZctXMW__form{gap:var(--space-3);flex-direction:column;display:flex}.calendar-module__ZctXMW__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.calendar-module__ZctXMW__dialogActions{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.calendar-module__ZctXMW__addToCalendarRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.calendar-module__ZctXMW__iconInputWrap{position:relative}.calendar-module__ZctXMW__inputIcon{left:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.calendar-module__ZctXMW__collapsibleTitleGroup{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.calendar-module__ZctXMW__collapsibleSubtitle{font-size:var(--text-meta);font-weight:var(--weight-regular);color:var(--text-muted)}.calendar-module__ZctXMW__timeInput::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.calendar-module__ZctXMW__selectChevron{right:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:900px){.calendar-module__ZctXMW__monthGrid{grid-auto-rows:minmax(72px,auto)}.calendar-module__ZctXMW__weekdayLabel{font-size:10px}}@media (max-width:600px){.calendar-module__ZctXMW__header{flex-direction:column;align-items:flex-start}.calendar-module__ZctXMW__newBtn{display:none}.calendar-module__ZctXMW__formRow{grid-template-columns:1fr}.calendar-module__ZctXMW__monthGrid{grid-auto-rows:minmax(56px,auto)}.calendar-module__ZctXMW__dayCell{padding:var(--space-1)}.calendar-module__ZctXMW__chipStack{display:none}.calendar-module__ZctXMW__dotRow{display:flex}}
.crm-module__o51oHq__page{gap:var(--space-4);flex-direction:column;display:flex}.crm-module__o51oHq__header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.crm-module__o51oHq__headerActions{align-items:center;gap:var(--space-2);display:flex}.crm-module__o51oHq__headerActions>input{width:220px}.crm-module__o51oHq__header input{min-height:36px}.crm-module__o51oHq__header button[aria-label]:not([role=combobox]){width:36px;height:36px}.crm-module__o51oHq__header button:not([aria-label]),.crm-module__o51oHq__header button[role=combobox],.crm-module__o51oHq__header [role=tab]{min-height:36px}.crm-module__o51oHq__list{gap:var(--space-2);flex-direction:column;display:flex}.crm-module__o51oHq__empty{color:var(--text-muted);font-size:var(--text-meta)}.crm-module__o51oHq__clientRow{align-items:center;gap:var(--space-3);min-width:0;display:flex}.crm-module__o51oHq__clientInfo{flex-direction:column;flex:1;min-width:0;display:flex}.crm-module__o51oHq__clientName{font-weight:var(--weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-module__o51oHq__clientNameRow{align-items:center;gap:var(--space-2);min-width:0;display:flex}.crm-module__o51oHq__clientSub{font-size:var(--text-meta);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-module__o51oHq__healthDot{border-radius:var(--radius-pill);background:var(--text-muted);flex:none;width:.5rem;height:.5rem}.crm-module__o51oHq__healthDot[data-health=healthy]{background:var(--success)}.crm-module__o51oHq__healthDot[data-health=watch]{background:var(--warning)}.crm-module__o51oHq__healthDot[data-health=at_risk]{background:var(--danger)}.crm-module__o51oHq__clientCounts{align-items:center;gap:var(--space-3);flex:none;display:flex}.crm-module__o51oHq__countChip{font-size:var(--text-meta);color:var(--text-muted);white-space:nowrap}.crm-module__o51oHq__chevron{color:var(--text-muted);font-size:var(--text-heading);flex:none;line-height:1}.crm-module__o51oHq__primaryStar{color:var(--warning);font-size:var(--text-meta);flex:none}.crm-module__o51oHq__contactRight{font-size:var(--text-meta);color:var(--text-muted);flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.crm-module__o51oHq__contactRightLine{white-space:nowrap;text-overflow:ellipsis;max-width:14rem;overflow:hidden}.crm-module__o51oHq__contactPage{gap:var(--space-4);flex-direction:column;max-width:900px;display:flex}.crm-module__o51oHq__emailButton{align-items:center;gap:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-1) var(--space-3);font-size:var(--text-label);font-weight:var(--weight-semibold);color:var(--text);background:var(--surface-card);text-decoration:none;display:inline-flex}.crm-module__o51oHq__emailButton:hover{background:var(--surface-field)}.crm-module__o51oHq__companyLinkCard{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-card);color:inherit;text-decoration:none;display:flex}.crm-module__o51oHq__companyLinkCard:hover{background:var(--surface-field)}.crm-module__o51oHq__detail{gap:var(--space-4);flex-direction:column;display:flex}.crm-module__o51oHq__detailHead{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.crm-module__o51oHq__detailIdentity{gap:var(--space-3);align-items:center;min-width:0;display:flex}.crm-module__o51oHq__detailName{font-family:var(--font-display);font-size:var(--text-heading);font-weight:var(--weight-semibold);margin:0}.crm-module__o51oHq__detailBadges{gap:var(--space-2);margin-top:var(--space-1);display:flex}.crm-module__o51oHq__detailActions{gap:var(--space-1);flex:none;display:flex}.crm-module__o51oHq__detailMeta{gap:var(--space-3);margin-top:var(--space-1);font-size:var(--text-meta);color:var(--text-muted);flex-wrap:wrap;display:flex}.crm-module__o51oHq__metaItem{align-items:center;gap:var(--space-1);display:inline-flex}.crm-module__o51oHq__tagRow{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.crm-module__o51oHq__tagChip{font-size:var(--text-meta);color:var(--text-muted);background:var(--surface-field);border:1px solid var(--border);border-radius:var(--radius-pill);padding:2px var(--space-2)}.crm-module__o51oHq__quickActions{gap:var(--space-2);flex-wrap:wrap;display:flex}.crm-module__o51oHq__detailGrid{gap:var(--space-4);flex-direction:column;display:flex}.crm-module__o51oHq__detailMain,.crm-module__o51oHq__detailSidebar{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.crm-module__o51oHq__sectionCount{font-size:var(--text-meta);color:var(--text-faint,var(--text-muted));margin-left:var(--space-2);font-weight:var(--weight-regular,400)}.crm-module__o51oHq__contactClick{text-align:left;cursor:pointer;background:0 0;border:none;flex:1;min-width:0;padding:0;display:flex}.crm-module__o51oHq__contactClick:disabled{cursor:default}.crm-module__o51oHq__projectList{gap:var(--space-2);flex-direction:column;display:flex}.crm-module__o51oHq__projectRow{gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--surface-field);border-radius:var(--radius-md);color:inherit;flex-direction:column;text-decoration:none;display:flex}.crm-module__o51oHq__projectTop{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.crm-module__o51oHq__projectName{font-weight:var(--weight-semibold)}.crm-module__o51oHq__projectProgress{align-items:center;gap:var(--space-2);display:flex}.crm-module__o51oHq__projectProgress>*:first-child{flex:1}.crm-module__o51oHq__projectPct{font-size:var(--text-meta);color:var(--text-muted);font-variant-numeric:tabular-nums}.crm-module__o51oHq__projectDue{font-size:var(--text-meta);color:var(--text-muted);white-space:nowrap}.crm-module__o51oHq__timelineList{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.crm-module__o51oHq__timelineItem{gap:var(--space-2);display:flex}.crm-module__o51oHq__timelineIcon{border-radius:var(--radius-pill);background:var(--surface-field);width:1.75rem;height:1.75rem;color:var(--text-muted);flex:none;justify-content:center;align-items:center;display:flex}.crm-module__o51oHq__timelineBody{flex-direction:column;gap:2px;min-width:0;display:flex}.crm-module__o51oHq__timelineTop{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.crm-module__o51oHq__timelineTitle{font-weight:var(--weight-semibold)}.crm-module__o51oHq__timelineDate{font-size:var(--text-meta);color:var(--text-muted)}.crm-module__o51oHq__taskList{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.crm-module__o51oHq__taskItem{align-items:flex-start;gap:var(--space-2);padding:var(--space-2);background:var(--surface-field);border-radius:var(--radius-sm);display:flex}.crm-module__o51oHq__taskCheckbox{accent-color:var(--accent);flex:none;margin-top:2px}.crm-module__o51oHq__taskInfo{flex-direction:column;flex:1;min-width:0;display:flex}.crm-module__o51oHq__taskName{font-size:var(--text-meta)}.crm-module__o51oHq__taskNameDone{font-size:var(--text-meta);color:var(--text-muted);text-decoration:line-through}.crm-module__o51oHq__metaGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:0;display:grid}.crm-module__o51oHq__metaLabel{font-size:var(--text-meta);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);display:block}.crm-module__o51oHq__metaValue{margin:var(--space-1) 0 0}.crm-module__o51oHq__notes p{margin:var(--space-1) 0 0;font-size:var(--text-body);color:var(--text-muted);white-space:pre-wrap}.crm-module__o51oHq__contactsSection{gap:var(--space-2);flex-direction:column;display:flex}.crm-module__o51oHq__sectionHead{justify-content:space-between;align-items:center;display:flex}.crm-module__o51oHq__sectionTitle{font-size:var(--text-body);font-weight:var(--weight-semibold);margin:0}.crm-module__o51oHq__contactList{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.crm-module__o51oHq__contactItem{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) 0;border-bottom:1px solid var(--border);display:flex}.crm-module__o51oHq__contactInfo{flex-direction:column;min-width:0;display:flex}.crm-module__o51oHq__contactName{align-items:center;gap:var(--space-2);font-weight:var(--weight-semibold);display:flex}.crm-module__o51oHq__primaryBadge{font-size:var(--text-meta)}.crm-module__o51oHq__contactMeta{font-size:var(--text-meta);color:var(--text-muted)}.crm-module__o51oHq__contactActions{gap:var(--space-2);flex:none;display:flex}.crm-module__o51oHq__linkBtn{color:var(--text-muted);font-size:var(--text-meta);cursor:pointer;padding:var(--space-1);background:0 0;border:none;text-decoration:underline}.crm-module__o51oHq__linkBtn:hover{color:var(--text)}.crm-module__o51oHq__linkBtn:disabled{opacity:.5;cursor:default}.crm-module__o51oHq__meetingList{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.crm-module__o51oHq__meetingItem{gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border);display:flex}.crm-module__o51oHq__meetingDate{font-size:var(--text-meta);color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none;min-width:6rem}.crm-module__o51oHq__meetingInfo{flex-direction:column;min-width:0;display:flex}.crm-module__o51oHq__meetingName{font-weight:var(--weight-semibold)}.crm-module__o51oHq__disclosure{border-top:1px solid var(--border);padding-top:var(--space-2)}.crm-module__o51oHq__disclosure summary{cursor:pointer;font-size:var(--text-body);font-weight:var(--weight-semibold)}.crm-module__o51oHq__disclosure p{margin:var(--space-2) 0 0}.crm-module__o51oHq__entryPickerGrid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.crm-module__o51oHq__entryPickerTile{align-items:flex-start;gap:var(--space-2);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-card);cursor:pointer;text-align:left;flex-direction:column;display:flex}.crm-module__o51oHq__entryPickerTile:hover{background:var(--surface-field)}.crm-module__o51oHq__entryPickerIcon{border-radius:var(--radius-md);background:var(--accent-soft);width:2.25rem;height:2.25rem;color:var(--accent);justify-content:center;align-items:center;display:flex}.crm-module__o51oHq__entryPickerLabel{font-weight:var(--weight-semibold);color:var(--text)}.crm-module__o51oHq__entryPickerDesc{font-size:var(--text-meta);color:var(--text-muted)}.crm-module__o51oHq__followupBlock{gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--surface-field);border-radius:var(--radius-md);flex-direction:column;display:flex}.crm-module__o51oHq__form{gap:var(--space-3);flex-direction:column;display:flex}.crm-module__o51oHq__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.crm-module__o51oHq__dialogActions{gap:var(--space-2);margin-top:var(--space-4);justify-content:flex-end;display:flex}@media (max-width:600px){.crm-module__o51oHq__header{justify-content:flex-start}.crm-module__o51oHq__newBtn{display:none}.crm-module__o51oHq__entryPickerGrid,.crm-module__o51oHq__formRow{grid-template-columns:1fr}}
.journal-module__KAdO-q__page{gap:var(--space-4);flex-direction:column;display:flex}.journal-module__KAdO-q__header{justify-content:flex-end;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.journal-module__KAdO-q__toolbar{gap:var(--space-2);flex-wrap:wrap;display:flex}.journal-module__KAdO-q__toolbar>*{min-width:160px}.journal-module__KAdO-q__empty{color:var(--text-muted);font-size:var(--text-meta);margin:0}.journal-module__KAdO-q__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.journal-module__KAdO-q__entryCard{gap:var(--space-2);cursor:pointer;flex-direction:column;display:flex}.journal-module__KAdO-q__entryTop{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.journal-module__KAdO-q__entryDate{font-weight:var(--weight-semibold);font-size:var(--text-body);font-variant-numeric:tabular-nums}.journal-module__KAdO-q__entryBody{color:var(--text-muted);font-size:var(--text-meta);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.journal-module__KAdO-q__tagRow{gap:var(--space-1);flex-wrap:wrap;display:flex}.journal-module__KAdO-q__form{gap:var(--space-3);flex-direction:column;display:flex}.journal-module__KAdO-q__formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.journal-module__KAdO-q__body{width:100%;min-height:180px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-field);color:var(--text);font:inherit;resize:vertical}.journal-module__KAdO-q__dialogActions{gap:var(--space-2);margin-top:var(--space-4);justify-content:flex-end;display:flex}@media (max-width:600px){.journal-module__KAdO-q__newBtn{display:none}.journal-module__KAdO-q__formRow{grid-template-columns:1fr}}
