:root{--background:#fbf5ee;--surface:#fff;--surface-2:#f1e4d2;--text:#2a1005;--text-muted:#7a5240;--primary:#b7280f;--primary-hover:#8b1e0a;--primary-foreground:#fff;--accent:#d4a017;--success:#6b8e23;--warning:#e4a00a;--danger:#a62f0a;--info:#486b94;--border:#e8d4bc;--border-strong:#a8896c;--border-focus:#b7280f;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-display-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-display-size:32px;--text-display-weight:600;--text-display-line-height:1.2;--text-display-letter-spacing:-.02em;--text-heading-1-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-heading-1-size:22px;--text-heading-1-weight:600;--text-heading-1-line-height:1.3;--text-heading-1-letter-spacing:-.01em;--text-heading-2-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-heading-2-size:17px;--text-heading-2-weight:600;--text-heading-2-line-height:1.4;--text-body-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-body-size:15px;--text-body-weight:400;--text-body-line-height:1.55;--text-body-emphasis-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-body-emphasis-size:15px;--text-body-emphasis-weight:600;--text-body-emphasis-line-height:1.55;--text-small-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-small-size:13px;--text-small-weight:400;--text-small-line-height:1.4;--text-chip-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--text-chip-size:11.5px;--text-chip-weight:600;--text-chip-line-height:1.2;--text-chip-letter-spacing:.02em;--text-code-family:ui-monospace, SFMono-Regular, Menlo;--text-code-size:12.5px;--text-code-weight:400;--text-code-line-height:1.5;--rounded-sm:6px;--rounded-md:10px;--rounded-lg:14px;--rounded-xl:20px;--rounded-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-10:56px;--space-12:72px;--space-16:96px;--space-gutter:24px;--space-page-margin:40px;--space-page-margin-mobile:16px;--space-section-gap:48px;--space-card-padding:20px;--space-mobile-target-min:44px;--shadow-subtle:0 1px 2px #2a10050a, 0 4px 12px #2a10050a;--shadow-medium:0 2px 4px #2a10050f, 0 8px 24px #2a100514;--shadow-high:0 4px 8px #2a100514, 0 24px 48px #2a100529}:root[data-theme=dark]{--background:#1a0a05;--surface:#26120a;--surface-2:#331a0e;--text:#fbece0;--text-muted:#c69f80;--primary:#e85d3b;--primary-hover:#ff7a5c;--primary-foreground:#1a0a05;--accent:#f5c93e;--success:#a3c044;--warning:#ffc94d;--danger:#ff6b4a;--info:#7eaad1;--border:#3f2214;--border-strong:#8c6142;--border-focus:#e85d3b}*,:before,:after{box-sizing:border-box}body{background:var(--background);color:var(--text);font-family:var(--text-body-family);font-size:var(--text-body-size);font-weight:var(--text-body-weight);line-height:var(--text-body-line-height);margin:0}.heading-1{font-size:var(--text-heading-1-size);font-weight:var(--text-heading-1-weight);line-height:var(--text-heading-1-line-height);letter-spacing:var(--text-heading-1-letter-spacing);margin:0 0 var(--space-6)}.heading-2{font-size:var(--text-heading-2-size);font-weight:var(--text-heading-2-weight);line-height:var(--text-heading-2-line-height);margin:0 0 var(--space-4)}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.button-primary,.button-secondary,.button-ghost{min-height:var(--space-mobile-target-min);border-radius:var(--rounded-md);font-family:var(--text-body-family);cursor:pointer;display:inline-block}.button-primary{background:var(--primary);color:var(--primary-foreground);font-size:var(--text-body-emphasis-size);font-weight:var(--text-body-emphasis-weight);border:none;padding:10px 16px}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-secondary{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-size:var(--text-body-emphasis-size);font-weight:var(--text-body-emphasis-weight);padding:10px 16px}.button-secondary:hover:not(:disabled){background:var(--surface-2)}.button-ghost{color:var(--text-muted);font-size:var(--text-body-size);font-weight:var(--text-body-weight);background:0 0;border:1px solid #0000;padding:8px 12px}.button-ghost:hover:not(:disabled){color:var(--text)}.button-ghost:focus-visible{border-color:var(--border-strong)}.button-primary:disabled,.button-secondary:disabled,.button-ghost:disabled{opacity:.5;cursor:not-allowed}.form-field{margin-bottom:var(--space-4)}.form-label{font-size:var(--text-small-size);line-height:var(--text-small-line-height);color:var(--text-muted);margin-bottom:var(--space-1);display:block}.form-input{width:100%;min-height:var(--space-mobile-target-min);padding:var(--space-2) var(--space-3);border:1px solid var(--border-strong);border-radius:var(--rounded-sm);background:var(--surface);color:var(--text);font-family:var(--text-body-family);font-size:var(--text-body-size)}.form-input:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.form-error{color:var(--danger);font-size:var(--text-small-size);line-height:var(--text-small-line-height);margin:0 0 var(--space-4)}.form-notice{color:var(--text-muted);font-size:var(--text-small-size);line-height:var(--text-small-line-height);margin:0 0 var(--space-4)}.page-centered{min-height:100vh;padding:var(--space-4);justify-content:center;align-items:center;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--rounded-lg);width:100%;max-width:420px;padding:var(--space-7)}.text-muted{color:var(--text-muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.card{max-width:100%;padding:var(--space-4)}.button-primary,.button-secondary{padding:12px 16px}.button-ghost{padding:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.ui-input-chat{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border-strong);border-radius:var(--rounded-sm);background:var(--surface);color:var(--text);font-family:var(--text-body-family);font-size:var(--text-body-size);line-height:var(--text-body-line-height);resize:none}.ui-input-chat:focus-visible{border:2px solid var(--border-focus);padding:calc(var(--space-2) - 1px) calc(var(--space-3) - 1px);outline:none}.ui-skeleton{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--rounded-sm)}.ui-chip-status{align-items:center;gap:var(--space-1);border-radius:var(--rounded-full);font-family:var(--text-chip-family);font-size:var(--text-chip-size);font-weight:var(--text-chip-weight);line-height:var(--text-chip-line-height);letter-spacing:var(--text-chip-letter-spacing);white-space:nowrap;border:1px solid #0000;padding:3px 10px;display:inline-flex}.ui-chip-status-dot{border-radius:var(--rounded-full);flex-shrink:0;width:5px;height:5px}.ui-chip-status-brouillon{background:var(--surface-2);color:var(--text-muted)}.ui-chip-status-brouillon .ui-chip-status-dot{background:var(--text-muted)}.ui-chip-status-actif{background:color-mix(in srgb, var(--info) 14%, var(--surface));color:color-mix(in srgb, var(--info) 78%, var(--text))}.ui-chip-status-actif .ui-chip-status-dot{background:var(--info)}.ui-chip-status-en-veille{background:color-mix(in srgb, var(--warning) 10%, var(--surface));color:color-mix(in srgb, var(--warning) 92%, var(--text));border-color:color-mix(in srgb, var(--warning) 35%, var(--border-strong))}.ui-chip-status-en-veille .ui-chip-status-dot{background:var(--warning)}.ui-chip-status-cloture{background:var(--surface-2);color:var(--text-muted);opacity:.7}.ui-chip-status-cloture .ui-chip-status-dot{background:var(--text-muted)}.ui-toast{bottom:var(--space-6);max-width:min(480px, calc(100vw - 2 * var(--space-4)));background:var(--text);color:var(--surface);padding:var(--space-3) var(--space-4);border-radius:var(--rounded-sm);font-size:var(--text-body-size);line-height:var(--text-body-line-height);cursor:pointer;position:fixed;left:50%;transform:translate(-50%)}.ui-modal{position:fixed;inset:0}.ui-modal-overlay{background:color-mix(in srgb, var(--text) 42%, transparent);position:fixed;inset:0}.ui-modal-panel{width:min(560px, calc(100vw - 2 * var(--space-4)));max-height:calc(100vh - 2 * var(--space-6));background:var(--surface);border:1px solid var(--border);border-radius:var(--rounded-lg);padding:var(--space-6);animation:.12s ease-out ui-modal-in;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}@keyframes ui-modal-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (width<=640px){.ui-modal-panel{width:100%;max-height:calc(100vh - var(--space-8));border-radius:var(--rounded-lg) var(--rounded-lg) 0 0;padding:var(--space-4);animation-name:ui-modal-in-sheet;inset:auto 0 0;transform:none}}@keyframes ui-modal-in-sheet{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.ui-checkbox{margin-bottom:var(--space-4)}.ui-checkbox-row{align-items:flex-start;gap:var(--space-2);display:flex}.ui-checkbox-input{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0;margin:3px 0 0}.ui-checkbox-label{color:var(--text);font-size:var(--text-body-size);line-height:var(--text-body-line-height);cursor:pointer}.ui-checkbox-description{margin:var(--space-1) 0 0;padding-left:calc(18px + var(--space-2))}@media (width<=640px){.ui-checkbox-row{min-height:var(--space-mobile-target-min);align-items:center}}.ui-tabs-list{gap:var(--space-6);border-bottom:1px solid var(--border);display:flex}.ui-tab{appearance:none;padding:var(--space-2) var(--space-1);cursor:pointer;color:var(--text-muted);font-family:var(--text-body-family);font-size:var(--text-body-size);font-weight:var(--text-body-weight);line-height:var(--text-body-line-height);background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px}.ui-tab-selected{color:var(--text);font-weight:var(--text-body-emphasis-weight);border-bottom-color:var(--primary)}.ui-tabpanel{outline-offset:-2px}@media (width<=640px){.ui-tab{min-height:var(--space-mobile-target-min)}}.clients-page{max-width:960px}.clients-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.clients-search{margin-bottom:var(--space-5);max-width:420px}.clients-table{border-collapse:collapse;width:100%;font-size:var(--text-body-size);line-height:var(--text-body-line-height)}.clients-table th{text-align:left;font-size:var(--text-small-size);font-weight:var(--text-body-emphasis-weight);color:var(--text-muted);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-strong)}.clients-table td{padding:var(--space-3);border-bottom:1px solid var(--border)}.clients-table-link{color:var(--primary)}.clients-detail{max-width:720px}.clients-sensitivity-chip{margin:0 0 var(--space-4);padding:var(--space-1) var(--space-3);border:1px solid var(--border-strong);border-radius:var(--rounded-md);font-size:var(--text-small-size);color:var(--text);background:var(--surface-2);display:inline-block}.clients-fiche{margin:0 0 var(--space-6)}.clients-fiche dt{font-size:var(--text-small-size);color:var(--text-muted);margin-top:var(--space-4)}.clients-fiche dd{margin:var(--space-1) 0 0}.clients-fiche-text{white-space:pre-wrap}.clients-back-link{color:var(--primary)}.clients-form-actions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5);display:flex}@media (width<=640px){.clients-header{flex-direction:column}}.clients-picker{position:relative}.clients-picker-listbox{margin:var(--space-1) 0 0;padding:var(--space-1);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--rounded-sm);z-index:100;max-height:280px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.clients-picker-option{padding:var(--space-2) var(--space-3);border-radius:var(--rounded-sm);cursor:pointer}.clients-picker-option-active,.clients-picker-option:hover{background:color-mix(in srgb, var(--primary) 12%, var(--surface))}.clients-picker-create{border-top:1px solid var(--border);color:var(--primary)}.projects-create,.projects-detail{max-width:720px}.projects-adresse-row{align-items:center;gap:var(--space-3);margin:var(--space-4) 0;flex-wrap:wrap;display:flex}.projects-adresse-chip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--text-small-size);background:color-mix(in srgb, var(--text) 6%, var(--surface));border:1px solid var(--border);border-radius:var(--rounded-sm);padding:var(--space-1) var(--space-2)}.projects-back-link{color:var(--primary)}.project-page{gap:var(--space-5);flex-direction:column;display:flex}.project-header{gap:var(--space-2);flex-direction:column;display:flex}.project-header-title,.project-adresse-row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.project-adresse-chip{font-family:var(--text-code-family);font-size:var(--text-code-size);background:color-mix(in srgb, var(--text) 6%, var(--surface));border:1px solid var(--border);border-radius:var(--rounded-sm);padding:var(--space-1) var(--space-2);color:var(--text)}.project-adresse-mobile{position:relative}.project-adresse-chip-truncate{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;max-width:100%;overflow:hidden}.project-adresse-popover{top:calc(100% + var(--space-1));z-index:100;gap:var(--space-2);padding:var(--space-3);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--rounded-md);box-shadow:0 4px 16px color-mix(in srgb, var(--text) 12%, transparent);flex-direction:column;max-width:90vw;display:flex;position:absolute;left:0}.project-adresse-full{font-family:var(--text-code-family);font-size:var(--text-code-size);word-break:break-all}.banner-typed{align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--rounded-md);flex-wrap:wrap;display:flex}.banner-typed-beta{font-family:var(--text-code-family);font-size:var(--text-small-size);color:var(--accent);font-weight:600}.banner-typed-chips{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.banner-typed-chip{font-family:var(--text-code-family);font-size:var(--text-code-size);background:color-mix(in srgb, var(--text) 5%, var(--surface));border:1px solid var(--border);border-radius:var(--rounded-full);padding:var(--space-1) var(--space-3);color:var(--text-muted);align-items:baseline;gap:2px;display:inline-flex}.banner-typed-chip-label{color:var(--text)}.banner-typed-mobile{padding:var(--space-2) var(--space-3);display:block}.banner-typed-toggle{align-items:center;gap:var(--space-2);width:100%;min-height:var(--space-mobile-target-min);appearance:none;cursor:pointer;color:var(--text);font-family:var(--text-body-family);font-size:var(--text-body-size);background:0 0;border:0;padding:0;display:flex}.banner-typed-toggle-text{font-weight:var(--text-body-emphasis-weight)}.banner-typed-toggle-caret{color:var(--text-muted);margin-left:auto}.banner-typed-mobile .banner-typed-chips{margin-top:var(--space-3)}.project-columns{gap:var(--space-gutter);grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;display:grid}.project-column-activity{max-height:70vh;overflow-y:auto}.brief-column-raw{white-space:pre-wrap;word-break:break-word;font-family:var(--text-body-family);font-size:var(--text-body-size);line-height:var(--text-body-line-height);color:var(--text)}.brief-column-empty{padding:var(--space-4);background:var(--surface-2);border:1px dashed var(--border-strong);border-radius:var(--rounded-md)}.brief-column-address{font-family:var(--text-code-family);font-size:var(--text-code-size);color:var(--text)}.activity-shell{padding:var(--space-4);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--rounded-md);min-height:120px}.project-region-error{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--rounded-md)}.project-skeleton-banner{gap:var(--space-2);display:flex}.project-skeleton-columns{gap:var(--space-gutter);margin-top:var(--space-5);grid-template-columns:minmax(0,3fr) minmax(0,2fr);display:grid}.project-skeleton-section{gap:var(--space-2);margin-bottom:var(--space-5);flex-direction:column;display:flex}.project-skeleton-activity{gap:var(--space-3);flex-direction:column;display:flex}@media (width<=640px){.project-skeleton-columns{grid-template-columns:1fr}}.project-close{margin-top:var(--space-2)}.project-close-confirm{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-strong);border-radius:var(--rounded-md);flex-direction:column;max-width:44ch;display:flex}.project-close-prompt{color:var(--text);margin:0}.project-close-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.project-reassign{margin-top:var(--space-2)}.project-reassign-actions{gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.dashboard-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.dashboard-controls{align-items:flex-end;gap:var(--space-4);margin:var(--space-4) 0 var(--space-6);flex-wrap:wrap;display:flex}.dashboard-sort{min-width:200px}.dashboard-sort .form-field{margin-bottom:0}.dashboard-filters{gap:var(--space-1);flex-direction:column;display:flex}.dashboard-filters-legend{font-size:var(--text-small-size);line-height:var(--text-small-line-height);color:var(--text-muted)}.dashboard-chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.dashboard-chip{border-radius:var(--rounded-full);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);font-family:var(--text-chip-family);font-size:var(--text-chip-size);font-weight:var(--text-chip-weight);cursor:pointer;padding:6px 12px}.dashboard-chip[aria-pressed=true]{background:color-mix(in srgb, var(--primary) 10%, var(--surface));border-color:var(--primary);color:var(--primary)}@media (width<=640px){.dashboard-chip{min-height:var(--space-mobile-target-min);padding:11px 12px}}.dashboard-grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=641px) and (width<=1024px){.dashboard-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (width>=1025px){.dashboard-grid{grid-template-columns:repeat(3,minmax(280px,1fr))}}.card-project{gap:var(--space-3);padding:var(--space-card-padding);background:var(--surface);border:1px solid var(--border);border-radius:var(--rounded-lg);box-shadow:var(--shadow-subtle);color:var(--text);flex-direction:column;text-decoration:none;display:flex}.card-project:hover{box-shadow:var(--shadow-medium)}.card-project-line1{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.card-project-client{font-size:var(--text-body-emphasis-size);font-weight:var(--text-body-emphasis-weight);line-height:var(--text-body-emphasis-line-height)}.card-project-name{font-size:var(--text-small-size);line-height:var(--text-small-line-height);color:var(--text-muted)}.card-project-badge{border-radius:var(--rounded-md);background:color-mix(in srgb, var(--accent) 18%, var(--surface));color:var(--text);border:1px solid color-mix(in srgb, var(--accent) 40%, var(--border-strong));font-family:var(--text-chip-family);font-size:var(--text-chip-size);font-weight:600;line-height:var(--text-chip-line-height);align-self:flex-start;padding:4px 10px}.card-project-activity{font-size:var(--text-small-size);line-height:var(--text-small-line-height);color:var(--text-muted)}.card-project-meta{align-items:center;gap:var(--space-2);padding-top:var(--space-2);border-top:1px dotted var(--border);font-family:var(--text-code-family);font-size:var(--text-code-size);line-height:var(--text-code-line-height);color:var(--text-muted);display:flex}.card-project-meta-sep{opacity:.6}.dashboard-empty{max-width:560px}.dashboard-welcome{max-width:560px;margin:var(--space-8) auto 0;text-align:center}.dashboard-welcome-heading{font-family:var(--text-display-family);font-size:var(--text-display-size);font-weight:var(--text-display-weight);line-height:var(--text-display-line-height);letter-spacing:var(--text-display-letter-spacing);margin:0 0 var(--space-4)}.dashboard-welcome-body{color:var(--text-muted);margin:0 0 var(--space-6)}.dashboard-ghost{gap:var(--space-3);padding:var(--space-card-padding);border:1px solid var(--border);border-radius:var(--rounded-lg);background:var(--surface);flex-direction:column;display:flex}.settings-section{max-width:480px;margin-bottom:var(--space-7)}.settings-email-label{margin-bottom:var(--space-1)}.settings-email{margin:0 0 var(--space-4)}.settings-theme-fieldset{gap:var(--space-2);border:none;flex-direction:column;margin:0;padding:0;display:flex}.settings-theme-option{align-items:center;gap:var(--space-2);min-height:var(--space-mobile-target-min);cursor:pointer;display:flex}.shell-desktop{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.shell-mobile{flex-direction:column;min-height:100vh;display:flex}.shell-content{padding:var(--space-6);min-width:0}.shell-nav{gap:var(--space-4);background:var(--background);padding:var(--space-5) var(--space-4);flex-direction:column;display:flex}.shell-desktop>.shell-nav{border-right:1px solid var(--border);height:100vh;position:sticky;top:0;overflow-y:auto}.shell-brand{align-items:center;gap:10px;display:flex}.shell-brand-monogram{border-radius:var(--rounded-full);background:linear-gradient(135deg, var(--primary), var(--accent));width:32px;height:32px;color:var(--primary-foreground);font-size:var(--text-small-size);font-weight:var(--text-heading-2-weight);flex:none;justify-content:center;align-items:center;display:inline-flex}.shell-brand-name{font-size:var(--text-heading-2-size);font-weight:var(--text-heading-2-weight);letter-spacing:-.01em;color:var(--text)}.shell-nav-group{flex-direction:column;gap:2px;display:flex}.shell-nav-group-title{padding:0 var(--space-3);font-size:var(--text-chip-size);font-weight:var(--text-chip-weight);line-height:var(--text-chip-line-height);letter-spacing:var(--text-chip-letter-spacing);text-transform:uppercase;color:var(--text-muted);margin:0}.shell-nav-divider{border:none;border-top:1px solid var(--border);margin:var(--space-1) var(--space-1)}.shell-nav-bottom{margin-top:auto}.shell-nav-item{padding:10px var(--space-3);border-radius:var(--rounded-md);color:var(--text-muted);font-size:var(--text-body-size);font-weight:var(--text-body-weight);line-height:var(--text-body-line-height);align-items:center;gap:10px;text-decoration:none;display:flex}.shell-nav-item:hover{color:var(--text);background:color-mix(in srgb, var(--border) 35%, transparent)}.shell-nav-item-active{background:color-mix(in srgb, var(--primary) 10%, var(--background));color:var(--primary);font-weight:var(--text-body-emphasis-weight)}.shell-nav-icon{opacity:.9;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;display:inline-flex}.shell-topbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);background:var(--background);border-bottom:1px solid var(--border);display:flex}.shell-menu-button{min-width:var(--space-mobile-target-min);min-height:var(--space-mobile-target-min);border-radius:var(--rounded-md);color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:20px;display:inline-flex}.shell-drawer-overlay{background:color-mix(in srgb, var(--text) 42%, transparent);position:fixed;inset:0}.shell-drawer-panel{background:var(--background);border-right:1px solid var(--border);width:240px;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.shell-drawer-panel .shell-nav{min-height:100%}@media (width<=640px){.shell-nav-item{min-height:var(--space-mobile-target-min);padding:12px var(--space-3)}}
