.auth-card{background:var(--card);color:var(--card-foreground);border-radius:1rem;box-shadow:var(--shadow-sm)}.auth-inline-card{background:var(--card);border:1px solid var(--gray-300);border-radius:1rem}.auth-inline-card--warning{border-left:4px solid var(--caution-border)}.auth-inline-card--success{border-left:4px solid var(--accent)}.auth-card-title{font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--foreground)}.auth-card-subtitle{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--foreground)}.auth-card-desc{font-size:.875rem;line-height:1.25rem;color:var(--gray-700)}.auth-helper-text{font-size:.75rem;line-height:1rem;color:var(--gray-500)}.auth-strong{font-weight:600;color:var(--foreground)}.auth-code-input{font-family:ui-monospace,SFMono-Regular,monospace;text-transform:uppercase;letter-spacing:.05em;text-align:center}.auth-device-detail-list{font-size:.875rem;line-height:1.25rem}.auth-device-detail-label{font-weight:600;color:var(--gray-700)}.auth-scope-pill{display:inline-block;border-radius:.25rem;background:var(--gray-100);font-size:.75rem;line-height:1rem}.auth-mono,.auth-mono-caption{font-family:ui-monospace,SFMono-Regular,monospace}.auth-mono-caption{font-size:.75rem;line-height:1rem}.auth-link{color:var(--info);text-decoration:underline}.auth-device-shell{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(20rem,1.05fr);gap:1rem;width:min(100%,58rem)}.auth-device-panel{border:1px solid color-mix(in srgb,var(--gray-300) 72%,transparent);border-radius:1rem;background:var(--card);box-shadow:0 18px 50px rgba(17,24,39,.08)}.auth-device-panel--primary{display:grid;gap:1rem;padding:1.125rem}.auth-device-panel--visual{display:grid;align-content:space-between;gap:1rem;padding:1rem;background:radial-gradient(circle at 20% 18%,rgba(29,211,187,.12),transparent 18rem),linear-gradient(145deg,#101827 0,#263247 100%);color:#f8fafc;overflow:hidden}.auth-device-header,.auth-device-visual-copy{display:grid;gap:.375rem}.auth-device-kicker{margin:0;color:color-mix(in srgb,var(--primary) 82%,var(--foreground) 18%);font-size:.6875rem;line-height:1rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-device-title{margin:0;color:var(--foreground);font-size:1.75rem;line-height:2.05rem;font-weight:700;letter-spacing:0}.auth-device-copy,.auth-device-visual-copy p{margin:0;color:var(--gray-700);font-size:.875rem;line-height:1.4rem}.auth-device-visual-copy h2{margin:0;color:#f8fafc;font-size:1.125rem;line-height:1.5rem;font-weight:700}.auth-device-visual-copy p{color:rgba(226,232,240,.76)}.auth-device-status-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.375rem}.auth-device-step{border:1px solid color-mix(in srgb,var(--gray-300) 76%,transparent);border-radius:999px;background:var(--gray-100);color:var(--gray-700);font-size:.75rem;line-height:1rem;font-weight:700;text-align:center;padding:.45rem .5rem}.auth-device-step.is-active{border-color:color-mix(in srgb,var(--primary) 62%,transparent);background:color-mix(in srgb,var(--primary) 12%,var(--card));color:var(--foreground)}.auth-device-form{display:grid;gap:.75rem;padding:.875rem;border:1px solid var(--gray-300);border-radius:.875rem;background:color-mix(in srgb,var(--gray-100) 54%,var(--card))}.auth-device-hint{margin:-.25rem 0 0;color:var(--gray-500);font-size:.75rem;line-height:1.15rem}.auth-device-continue{min-height:2.65rem}.auth-device-canvas{display:block;width:100%;min-height:13.75rem;border-radius:1rem;outline:0}.auth-device-canvas:focus-visible{box-shadow:0 0 0 3px rgba(29,211,187,.28)}.auth-device-review{display:grid;gap:.875rem;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--gray-300));border-radius:.875rem;padding:.875rem;background:var(--card)}.auth-device-review .auth-device-canvas{min-height:10rem}.auth-device-review-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.auth-device-review-head strong{color:var(--foreground);font-size:.875rem;line-height:1.25rem;overflow-wrap:anywhere}.auth-device-detail-list{display:grid;grid-template-columns:minmax(6.5rem,auto) minmax(0,1fr);gap:.625rem .875rem;margin:0;padding:0}.auth-device-detail-list dd{margin:0;color:var(--foreground);overflow-wrap:anywhere}.auth-device-scope-list{display:flex;flex-wrap:wrap;gap:.375rem}.auth-scope-pill{padding:.25rem .5rem}.auth-device-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding-top:.25rem}.auth-device-action-form{min-width:0}.auth-device-result{display:grid;gap:.375rem;border-radius:.875rem;padding:.875rem;border:1px solid var(--gray-300);background:var(--card)}.auth-device-result--warning{border-color:color-mix(in srgb,var(--caution-border) 72%,var(--gray-300));background:color-mix(in srgb,var(--caution-bg) 42%,var(--card))}.auth-device-result--success{border-color:color-mix(in srgb,var(--accent) 58%,var(--gray-300));background:color-mix(in srgb,var(--accent) 8%,var(--card))}@media (max-width:820px){.auth-device-shell{grid-template-columns:1fr;width:min(100%,34rem)}.auth-device-panel--visual{order:-1}.auth-device-title{font-size:1.45rem;line-height:1.8rem}}@media (max-width:520px){.auth-device-actions,.auth-device-detail-list,.auth-device-status-strip{grid-template-columns:1fr}.auth-device-detail-label{margin-top:.25rem}}.auth-alert{border-radius:1rem;border:1px solid transparent}.auth-alert--caution{background:var(--caution-bg);border-color:var(--caution-border)}.auth-alert--info{background:var(--info-bg);border-color:var(--info-border)}.auth-alert--warning{background:var(--warning-bg);border-color:var(--warning-border)}.auth-list{background:var(--card);border:1px solid var(--gray-300);border-radius:.75rem;overflow:hidden}.auth-list>*+*{border-top:1px solid var(--gray-100)}.auth-list-empty{font-size:.875rem;line-height:1.25rem;color:var(--gray-500)}.auth-list-row-title{font-weight:600;color:var(--foreground)}.auth-list-row-meta{font-size:.75rem;line-height:1rem}.auth-table{font-size:.875rem;line-height:1.25rem}.auth-table-th{font-weight:600;color:var(--gray-700);text-align:left}.auth-table-td{color:var(--gray-700)}.auth-table tbody tr+tr{border-top:1px solid var(--gray-100)}.auth-copy-button{font-size:.75rem;line-height:1rem;color:var(--info);background:0 0;border:none;cursor:pointer}.auth-copy-button:hover{opacity:.85}.auth-link-button{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--info);background:0 0;border:none;cursor:pointer}.auth-link-button:hover{text-decoration:underline}.auth-otp-digit{font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.25rem;line-height:1.75rem;text-align:center}.auth-enrollment-panel{background:var(--card);border:1px solid var(--caution-border);border-radius:.375rem;font-size:.875rem;line-height:1.25rem}.auth-qr-frame{background:var(--card);border:1px solid var(--gray-300);border-radius:.25rem}.auth-secret-pill{display:inline-block;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem;line-height:1rem;background:var(--gray-100);color:var(--foreground);border-radius:.25rem;padding:.25rem .5rem;word-break:break-all}.auth-recovery-code-grid{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.875rem;line-height:1.25rem}.auth-credential-row{background:var(--gray-50);border:1px solid var(--gray-300);border-radius:.5rem}.auth-credential-name{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.auth-delete-button{font-size:.875rem;line-height:1.25rem;color:var(--warning);background:0 0;border:none;cursor:pointer}.auth-delete-button:hover{opacity:.85}.auth-delete-button--subtle{color:var(--gray-500)}.auth-delete-button--subtle:hover{color:var(--warning);opacity:1}.auth-id-display{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem;line-height:1rem;color:var(--gray-500)}.auth-id-copy-button{color:var(--gray-700);background:0 0;border:none;cursor:pointer}.auth-id-copy-button:hover{color:var(--foreground)}.auth-id-copy-button:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.auth-side-nav-item{border:1px solid var(--gray-300);border-radius:.75rem;background:var(--card);cursor:pointer}.auth-side-nav-item:hover{background:var(--gray-50)}.auth-side-nav-item--active{border-color:var(--info-border);background:var(--info-bg);cursor:default}.auth-side-nav-item-title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.auth-form-field{display:grid;gap:.5rem}.auth-form-label{display:block;max-width:32rem;font-size:.9375rem;line-height:1.35rem;font-weight:600;color:var(--foreground)}.auth-form-input,.auth-form-select,.auth-form-textarea{display:block;width:100%;margin-top:0;background:var(--card);color:var(--foreground);border:1px solid color-mix(in srgb,var(--gray-300) 82%,var(--foreground) 18%);border-radius:.625rem;padding:.75rem .875rem;font-size:.875rem;line-height:1.35rem;box-shadow:0 1px 1px rgba(17,24,39,.03);transition:border-color 150ms ease,box-shadow 150ms ease,background-color 150ms ease}.auth-form-input:focus,.auth-form-select:focus,.auth-form-textarea:focus{outline:0;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 18%,transparent)}.auth-form-input::placeholder,.auth-form-textarea::placeholder{color:color-mix(in srgb,var(--gray-500) 78%,var(--card) 22%)}.auth-form-textarea{font-family:inherit;resize:vertical}.auth-form-field .auth-helper-text{max-width:30rem;font-size:.75rem;line-height:1.15rem;color:color-mix(in srgb,var(--gray-500) 88%,var(--foreground) 12%)}.auth-eyebrow{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.auth-banner{font-size:.875rem;line-height:1.25rem;border-radius:.75rem;padding:.75rem 1rem}.auth-banner--error{background:var(--warning-bg);color:var(--warning)}.auth-banner--success{background:rgba(29,211,187,.15);color:#0fa08e}.auth-banner--info{background:var(--info-bg);color:var(--info)}.auth-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;border-radius:9999px}.auth-badge--info{background:var(--info-bg);color:var(--info)}.auth-badge--success{background:rgba(29,211,187,.15);color:#0fa08e}.auth-badge--caution{background:var(--caution-bg);color:var(--gray-900)}.auth-badge--neutral{background:var(--gray-100);color:var(--gray-700)}.auth-section-heading{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.auth-list-bullets{font-size:.875rem;line-height:1.25rem;color:var(--card-foreground)}.auth-list-bullets li+li{margin-top:.25rem}.auth-divider{border-top:1px solid var(--gray-300)}.auth-paragraph{font-size:.875rem;line-height:1.625;color:var(--gray-700)}.auth-eyebrow--accent{color:var(--info)}.auth-step-row{border-width:1px;border-style:solid;border-radius:.75rem}.auth-step-row--complete{background:rgba(29,211,187,.1);border-color:rgba(29,211,187,.4)}.auth-step-row--current{background:var(--info-bg);border-color:var(--info-border)}.auth-step-row--pending{background:var(--card);border-color:var(--gray-300)}.auth-step-button{border-radius:.75rem;transition-property:background-color,color;transition-duration:150ms}.auth-step-button:hover{background:rgba(29,211,187,.18)}.auth-step-row-title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.auth-method-card{border-width:1px;border-style:solid;border-radius:.75rem;transition:background-color 150ms,border-color 150ms}.auth-method-card--registered{background:rgba(29,211,187,.1);border-color:rgba(29,211,187,.45)}.auth-method-card--registered:hover{border-color:rgba(15,160,142,.65)}.auth-method-card--unregistered{background:var(--card);border-color:var(--gray-300)}.auth-method-card--unregistered:hover{background:var(--info-bg);border-color:var(--info-border)}.auth-method-card-icon{color:var(--gray-500)}.auth-method-card-indicator--complete{color:#0fa08e}.auth-method-card-indicator--pending{color:var(--gray-300)}.auth-method-tag{font-size:.75rem;line-height:1rem;font-weight:400}.auth-method-tag--success{color:#0fa08e}.auth-method-tag--info{color:var(--info)}.auth-inline-card--dashed{background:var(--gray-100);border-style:dashed;border-color:var(--gray-300)}.auth-error-text{color:var(--warning)}.auth-rule{background:var(--gray-300)}.auth-document-page{min-height:100vh;margin:0;background:linear-gradient(135deg,rgba(29,211,187,.18) 0,rgba(29,211,187,.04) 34%,rgba(248,250,252,0) 58%),linear-gradient(180deg,#f8fafc 0,#eef2f7 100%);color:#182030;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.auth-document-page .auth-document-main{box-sizing:border-box;display:grid;min-height:100vh;width:100%;max-width:none;place-items:center;padding:3rem}.auth-login-card{border:1px solid color-mix(in srgb,var(--gray-300) 72%,transparent);border-radius:.875rem;box-shadow:0 14px 34px rgba(17,24,39,.08)}.auth-document-page .auth-login-card{box-sizing:border-box;display:grid;width:min(100%,34rem);gap:1rem;padding:2rem;border:1px solid rgba(82,96,112,.18);border-radius:1rem;background:#fff;color:#182030;box-shadow:0 24px 70px rgba(15,23,42,.14)}.auth-document-page .auth-card-title{margin:0;color:#182030;font-size:3.25rem;line-height:1.05;font-weight:800;letter-spacing:0}.auth-document-page .auth-card-desc{margin:0;color:#667085;font-size:1.125rem;line-height:1.6rem}.login-card-logo{display:flex;align-items:center;margin-bottom:1rem}.login-card-logo img{display:block;height:1.5rem;width:auto}.auth-login-form{display:grid;gap:.875rem}.auth-document-page .auth-login-form{gap:1rem;margin-top:.375rem}.auth-document-page .auth-form-field{gap:.625rem}.auth-document-page .auth-form-label{color:#263247;font-size:.875rem;line-height:1.25rem;font-weight:750}.auth-document-page .auth-code-input,.auth-document-page .auth-form-input{box-sizing:border-box;min-height:3rem;border:1px solid rgba(82,96,112,.28);border-radius:.75rem;background:#fff;color:#182030;padding:.75rem .875rem;font-size:1rem;line-height:1.5rem;box-shadow:0 1px 1px rgba(15,23,42,.03)}.auth-document-page .auth-code-input:focus,.auth-document-page .auth-form-input:focus{outline:3px solid rgba(29,211,187,.22);border-color:#1dd3bb;box-shadow:0 1px 1px rgba(15,23,42,.03)}.auth-document-page .auth-code-input{font-size:1.125rem;letter-spacing:.08em}.auth-document-page .auth-banner{border:1px solid rgba(220,38,38,.14);background:#fef2f2;color:#991b1b}.auth-document-page .auth-step-button{box-sizing:border-box;display:inline-flex;min-height:2.75rem;width:100%;align-items:center;justify-content:center;border:0;border-radius:.75rem;background:#263247;color:#fff;padding:.75rem 1rem;font-size:1rem;line-height:1.25rem;font-weight:750;text-align:center;text-decoration:none;cursor:pointer}.auth-document-page .auth-step-button:hover{background:#1f293b;color:#fff}.auth-document-page .auth-step-button:focus{outline:3px solid rgba(29,211,187,.24);outline-offset:2px}.auth-login-copy{display:grid;gap:.375rem}.auth-login-identity{display:inline-flex;width:fit-content;max-width:100%;align-items:center;border:1px solid color-mix(in srgb,var(--gray-300) 78%,transparent);border-radius:999px;background:var(--gray-100);color:var(--gray-700);font-size:.8125rem;line-height:1.25rem;padding:.375rem .625rem;overflow-wrap:anywhere}.auth-login-choice-form+.auth-login-choice-form{margin-top:.625rem}.auth-login-actions .v2-button{min-height:2.75rem}@media (max-width:640px){.auth-document-page .auth-document-main{align-items:start;padding:1rem}.auth-document-page .auth-login-card{padding:1.25rem}.auth-document-page .auth-card-title{font-size:2.25rem;line-height:1.08}.auth-document-page .auth-card-desc{font-size:1rem;line-height:1.5rem}}.auth-tablist{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--gray-300)}.auth-section-card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-sm)}.auth-stat-tile{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:1rem}.auth-stat-number{font-size:1.875rem;line-height:2.25rem;font-weight:600;color:var(--foreground)}.auth-trend-chip{font-size:.75rem;line-height:1rem;font-weight:600;border-radius:9999px}.auth-token-chip{border-width:1px;border-style:solid;border-color:var(--gray-300);border-radius:9999px;font-size:.75rem;line-height:1rem;color:var(--gray-700);transition:border-color 150ms}.auth-token-chip:hover{border-color:var(--gray-500)}.auth-table-row--clickable:hover{background:var(--gray-50)}.auth-detail-row{background:var(--gray-50)}.auth-inline-card--tip{background:var(--card);opacity:.6;border-style:dashed;border-color:var(--gray-300)}.v2-panel__scrim{background:color-mix(in srgb,var(--foreground) 40%,transparent)}.v2-panel{background:var(--background);color:var(--foreground);box-shadow:var(--shadow-lg)}.v2-panel__header{border-bottom:1px solid var(--border)}.v2-panel__title{font-size:1rem;line-height:1.5rem;font-weight:600;color:var(--foreground)}.v2-panel__close{color:var(--muted-foreground)}.v2-panel__close:hover{color:var(--foreground)}.v2-modal{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.v2-modal__header{border-bottom:1px solid var(--border)}.v2-modal__footer{border-top:1px solid var(--border)}.v2-modal__title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--foreground)}.v2-modal__body{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.v2-modal__warning{border:1px solid var(--destructive);border-radius:var(--radius-md);background:color-mix(in srgb,var(--destructive) 10%,transparent);font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--destructive)}.v2-button{font-size:.875rem;line-height:1.25rem;font-weight:500;border-radius:var(--radius-md)}.v2-button:focus{outline:2px solid var(--ring);outline-offset:2px}.v2-button--primary{background:var(--primary);color:var(--primary-foreground)}.v2-button--destructive{background:var(--destructive);color:var(--primary-foreground)}.v2-button--secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.v2-button--ghost{background:0 0;color:var(--primary)}.v2-button--ghost:hover{background:color-mix(in srgb,var(--primary) 8%,transparent)}.v2-button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.v2-button__spinner{display:inline-block;width:.875rem;height:.875rem;border:2px solid color-mix(in srgb,currentColor 30%,transparent);border-top-color:currentColor;border-radius:9999px;animation:v2-button-spin .6s linear infinite}@keyframes v2-button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.v2-button__spinner{animation:none}}.v2-banner{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground)}.v2-banner--success{background:var(--accent);color:var(--accent-foreground)}.v2-banner--partial{background:var(--caution)}.v2-banner--failure{background:var(--destructive);color:var(--destructive-foreground)}.v2-banner--neutral{background:var(--muted);color:var(--muted-foreground)}.v2-banner__message{font-weight:500}.v2-banner__link{color:var(--foreground);text-decoration:underline}.v2-banner__dismiss{color:var(--foreground)}.v2-empty__icon{color:var(--muted-foreground)}.v2-empty__title{font-size:1rem;line-height:1.5rem;font-weight:600;color:var(--foreground)}.v2-empty__message{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.v2-empty__action{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--primary)}.v2-empty__action:hover{text-decoration:underline}.v2-empty__action--primary{border-radius:var(--radius-md);background:var(--primary);color:var(--background)}.v2-empty__action--primary:hover{opacity:.9;text-decoration:none}.v2-whats-next{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card)}.v2-whats-next__title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.v2-whats-next__action{border-radius:var(--radius-md);border:1px solid var(--border);font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground)}.v2-whats-next__action--primary{border-color:transparent;background:var(--primary);color:var(--primary-foreground)}.v2-error{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground)}.v2-error__rail{border-left:4px solid var(--destructive)}.v2-error__label{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--muted-foreground)}.v2-error__headline{font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--destructive)}.v2-error__body{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.v2-error__reference{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.entity-details-panel__card{background:var(--card);color:var(--card-foreground)}.entity-details-panel__heading{font-size:1rem;line-height:1.5rem;font-weight:600;color:var(--foreground)}.entity-details-panel__label{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--muted-foreground)}.entity-details-panel__value{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.entity-details-panel__error{border:1px solid var(--destructive);border-radius:var(--radius-md);background:color-mix(in srgb,var(--destructive) 10%,transparent);font-size:.875rem;line-height:1.25rem;color:var(--destructive)}.entity-details-panel__empty,.entity-details-panel__not-found{font-size:.875rem;line-height:1.25rem;color:var(--muted-foreground)}.v2-badge{font-size:.75rem;line-height:1rem;font-weight:500;border-radius:9999px}.v2-badge--active{background:var(--info-bg);color:var(--info-text,#1d4ed8)}.dark .v2-badge--active{color:var(--info-text,#cedfff)}.v2-badge--setup{background:var(--gray-100);color:var(--gray-700)}.v2-badge--funding{background:var(--caution-bg);color:var(--gray-900)}.v2-badge--complete{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent-foreground)}.v2-badge--pending{background:var(--caution-bg);color:var(--gray-900)}.v2-badge--hit{background:var(--warning-bg);color:var(--warning)}.v2-badge--clear{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent-foreground)}.v2-badge--success{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent-foreground)}.v2-badge--partial{background:var(--caution-bg);color:var(--gray-900)}.v2-badge--count{background:var(--gray-100);color:var(--gray-700)}.v2-badge--awaiting{background:var(--info-bg);color:var(--info-text,#1d4ed8)}.dark .v2-badge--awaiting{color:var(--info-text,#cedfff)}.v2-badge--exception{background:var(--warning-bg);color:var(--warning-text,#a8330f)}.dark .v2-badge--exception{color:var(--warning-text,#ffd4c9)}.v2-stepper__dot{border-radius:9999px;background:var(--gray-300)}.v2-stepper__dot--active{background:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent)}.v2-stepper__dot--complete{background:var(--accent)}.v2-stepper__line{background:var(--gray-300)}.v2-stepper__line--complete{background:var(--accent)}.v2-stepper__label{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.v2-stepper__step--active .v2-stepper__label{color:var(--foreground);font-weight:600}.v2-stepper__step--complete .v2-stepper__label{color:var(--foreground)}.v2-table{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.v2-table__th{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--muted-foreground);text-align:left;border-bottom:1px solid var(--border)}.v2-table__td{color:var(--foreground);border-bottom:1px solid var(--border)}.v2-table__row:nth-child(2n){background:var(--muted)}.v2-table__row:hover{background:color-mix(in srgb,var(--info) 8%,transparent)}.v2-table__row--exception{box-shadow:inset 4px 0 0 0 var(--warning)}.v2-table__row--selected{background:color-mix(in srgb,var(--primary) 8%,transparent)}.v2-table__sort{color:var(--muted-foreground);font-weight:600;text-decoration:none}.v2-table__sort:hover{color:var(--foreground)}.v2-table__check-all{accent-color:var(--primary)}.v2-table__card{border-color:var(--border)}.v2-table__cell-label{font-weight:600;color:var(--muted-foreground);margin-right:.5rem}.v2-checkbox-cell__input{accent-color:var(--primary);cursor:pointer}.v2-funding-bar__track{background:var(--gray-100);border-radius:9999px;overflow:hidden}.v2-funding-bar__fill{background:var(--primary);border-radius:9999px}.v2-funding-bar__fill--healthy{background:var(--accent)}.v2-funding-bar__fill--warning{background:var(--caution)}.v2-funding-bar__fill--short{background:var(--warning)}.v2-funding-bar__label{font-size:11px;line-height:1;font-weight:600;color:var(--foreground)}.breadcrumb{font-size:.875rem;line-height:1.25rem}.breadcrumb__link{color:var(--muted-foreground);text-decoration:none}.breadcrumb__link:hover{color:var(--foreground);text-decoration:underline}.breadcrumb__current{font-weight:600;color:var(--foreground)}.breadcrumb__sep{color:var(--muted-foreground)}.v2-skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:.5rem 1rem;border-radius:0 0 .375rem 0;background:var(--primary);color:var(--primary-foreground);font-size:.875rem;font-weight:600;text-decoration:none}.v2-skip-link:focus{left:0;outline:2px solid var(--primary);outline-offset:2px}.dashboard-layout{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:1180px;margin:0 auto;padding:1.25rem}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.dashboard-header__eyebrow{margin:0 0 .25rem;color:var(--muted-foreground);font-size:.72rem;font-weight:700;text-transform:uppercase}.dashboard-header__title{margin:0;color:var(--foreground);font-size:1.35rem;line-height:1.6rem;font-weight:700}.dashboard-hero__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem}.dashboard-hero__actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.dashboard-hero__action{display:inline-flex;align-items:center;justify-content:center;min-height:1.75rem;padding:.35rem .7rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);font-size:.78rem;font-weight:650;text-decoration:none;white-space:nowrap}.dashboard-hero__action:focus-visible,.dashboard-hero__action:hover{border-color:var(--ring);color:var(--foreground);text-decoration:none}.dashboard-hero__pending,.dashboard-hero__subtitle{display:inline-flex;align-items:center;min-height:1.75rem;padding:.35rem .65rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);font-size:.78rem;font-weight:650}.dashboard-hero__subtitle{border-color:var(--caution-border);background:var(--caution-bg);color:var(--warning)}.summary-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dashboard-section{display:grid;grid-template-columns:minmax(0,1fr)}.degraded-banner{padding:.65rem .75rem;border:1px solid var(--warning-border);border-radius:var(--radius-md);background:var(--warning-bg);color:var(--warning);font-size:.82rem;font-weight:600}.action-card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon count" "icon title" "meta meta" "overdue overdue";align-items:start;gap:.2rem .65rem;min-height:8.25rem;padding:.85rem;background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-decoration:none;transition:box-shadow 150ms,border-color 150ms}.action-card:hover{box-shadow:var(--shadow-md);border-color:var(--gray-300)}.action-card--approaching{border-color:var(--caution-border);background:var(--caution-bg)}.action-card--overdue{border-color:var(--warning-border);background:var(--warning-bg)}.action-card__icon{grid-area:icon;display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:var(--radius-md);background:var(--muted);color:var(--foreground);font-size:.95rem;font-weight:700}.action-card__count{grid-area:count;font-size:1.45rem;line-height:1.65rem;font-weight:750;color:var(--primary)}.action-card__title{grid-area:title;font-size:.875rem;line-height:1.1rem;font-weight:600;color:var(--foreground)}.action-card__desc{grid-area:meta;font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.action-card__value{grid-area:meta;align-self:end;margin-top:.4rem;font-size:.875rem;line-height:1.25rem;font-weight:650;color:var(--foreground)}.action-card__overdue{grid-area:overdue;margin-top:.25rem;font-size:.75rem;line-height:1rem;font-weight:600;color:var(--warning)}.sidebar-project{display:grid;gap:.65rem;padding:.75rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:background 150ms,border-color 150ms}.sidebar-project:hover{background:var(--muted)}.sidebar-project--active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,transparent)}.sidebar-project--elapsed{background:var(--muted);color:var(--muted-foreground)}.sidebar-project__header{display:grid;gap:.2rem}.sidebar-project__name{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.sidebar-project__date{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.sidebar-project__date--elapsed{color:var(--warning)}.sidebar-projects__title{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.sidebar-projects__count{font-weight:400;color:var(--muted-foreground)}.sidebar-projects__search{width:100%;min-height:2.25rem;padding:.45rem .65rem;background:var(--card);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.875rem;line-height:1.25rem}.sidebar-projects__search::placeholder{color:var(--muted-foreground)}.sidebar-projects__search:focus{outline:2px solid var(--ring);outline-offset:1px;border-color:var(--ring)}.sidebar-projects__header{display:grid;gap:.65rem;margin-bottom:.75rem}.stat-card{display:flex;flex-direction:column;justify-content:space-between;min-height:5.9rem;padding:.8rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.stat-card__label{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--muted-foreground)}.stat-card__value{margin-top:.45rem;font-size:1.55rem;line-height:1.8rem;font-weight:750;color:var(--foreground)}.stat-card__change{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--muted-foreground)}.stat-card__change--up{color:var(--accent-foreground)}.stat-card__change--down{color:var(--warning)}.activity__heading{margin:0 0 .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.activity{padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);box-shadow:var(--shadow-sm)}.activity__item{display:grid;grid-template-columns:0.65rem minmax(0,1fr);gap:.65rem;align-items:start;padding:.65rem 0;border-top:1px solid var(--border)}.activity__item:first-of-type{border-top:0}.activity__dot{width:.55rem;height:.55rem;margin-top:.35rem;border-radius:9999px;background:var(--muted-foreground)}.activity__content{display:flex;min-width:0;flex-direction:column;gap:.15rem}.activity__dot--success{background:var(--accent)}.activity__dot--warning{background:var(--caution)}.activity__dot--info{background:var(--info)}.activity__dot--error{background:var(--warning)}.activity__text{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.activity__time{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.dashboard-empty{display:grid;justify-items:center;gap:.7rem;padding:2rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);text-align:center;box-shadow:var(--shadow-sm)}.dashboard-empty__mark{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid color-mix(in srgb,var(--accent) 40%,var(--border));border-radius:9999px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent-foreground)}.dashboard-empty__title{margin:0;color:var(--foreground);font-size:1rem;line-height:1.25rem;font-weight:700}.dashboard-empty__copy{max-width:32rem;margin:0;color:var(--muted-foreground);font-size:.85rem;line-height:1.35rem}.dashboard-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:.25rem}.dashboard-empty__button{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;padding:.45rem .75rem;border:1px solid var(--foreground);border-radius:var(--radius-md);background:var(--foreground);color:var(--background);font-size:.82rem;font-weight:650;text-decoration:none}.dashboard-empty__button--secondary{border-color:var(--border);background:var(--card);color:var(--foreground)}@media (max-width:920px){.dashboard-layout{padding:1rem}.dashboard-header{flex-direction:column}.dashboard-hero__stats{justify-content:flex-start}.dashboard-hero__actions{justify-content:flex-start}.action-grid,.summary-bar{grid-template-columns:1fr}}.dashboard-layout{--dash-surface:#ffffff;--dash-border:#d8dee9;--dash-border-strong:#c2cad8;--dash-muted:#697386;--dash-text:#151922;--dash-subtle:#f7f9fc;--dash-accent:#1dd3bb;color:var(--dash-text)}.dashboard-header{border-bottom-color:var(--dash-border)}.action-card,.activity,.dashboard-empty,.dashboard-hero__action,.dashboard-hero__pending,.dashboard-hero__subtitle,.sidebar-project,.sidebar-projects__search,.stat-card{border-color:var(--dash-border);background-color:var(--dash-surface);box-shadow:0 1px 2px rgba(16,24,40,.05)}.action-card:hover,.sidebar-project:hover,.stat-card:hover{border-color:var(--dash-border-strong);box-shadow:0 5px 14px rgba(16,24,40,.08)}.activity__time,.dashboard-empty__copy,.dashboard-header__eyebrow,.sidebar-project__date,.sidebar-projects__count,.stat-card__label{color:var(--dash-muted)}.dashboard-empty{background:linear-gradient(180deg,rgba(247,249,252,.9),rgba(255,255,255,.95))}.dashboard-empty__mark{border-color:rgba(29,211,187,.35);background:rgba(29,211,187,.1);color:#0f8c7e}#shell.dashboard>section#main{padding:1.25rem 1.5rem 1.75rem}#shell.dashboard>#rightbar{width:min(22rem,28vw);min-width:18rem;padding:1.25rem 1.25rem 1.75rem 0}#shell.dashboard #content{min-width:0}.dashboard-layout{max-width:1100px;padding:0;gap:.85rem}.dashboard-header{align-items:center;min-height:3.5rem;padding:0 0 .85rem}.dashboard-header__eyebrow{letter-spacing:0}.dashboard-header__title{font-size:1.22rem;line-height:1.45rem}.dashboard-hero__action,.dashboard-hero__pending,.dashboard-hero__subtitle{min-height:1.9rem;border-radius:999px;background:var(--dash-subtle)}.dashboard-hero__action--primary{background:var(--dash-text);border-color:var(--dash-text);color:#fff}.dashboard-hero__action--primary:focus-visible,.dashboard-hero__action--primary:hover{background:#232b38;border-color:#232b38;color:#fff}.summary-bar{grid-template-columns:repeat(3,minmax(9rem,1fr))}.stat-card{min-height:5.25rem;padding:.85rem .95rem}.stat-card__label{text-transform:uppercase;letter-spacing:0;font-size:.68rem}.stat-card__value{font-size:1.35rem;line-height:1.55rem}.action-grid:has(> .sr-only:only-child){display:none}.action-card{min-height:7.5rem}.activity{min-height:5.5rem}.activity__empty{margin:0;padding-top:.15rem;color:var(--dash-muted);font-size:.82rem;line-height:1.25rem}.sidebar-projects{display:grid;gap:.65rem;padding:.85rem;border:1px solid var(--dash-border);border-radius:var(--radius-md);background:var(--dash-surface);box-shadow:0 1px 2px rgba(16,24,40,.05)}.sidebar-projects__header{margin-bottom:0}.sidebar-projects__title{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.sidebar-projects__search{box-shadow:inset 0 1px 1px rgba(16,24,40,.03)}.sidebar-projects__search::placeholder{color:#8a93a5}@media (max-width:1180px){#shell.dashboard>#rightbar{width:18rem;min-width:16rem}}@media (max-width:980px){#shell.dashboard{grid-template:"header" auto "breadcrumbs" auto "main" 1fr "rightbar" auto "footer" auto/minmax(0,1fr)}#shell.dashboard>#sidebar{display:none}#shell.dashboard>#rightbar,#shell.dashboard>section#main{width:auto;min-width:0;padding:1rem}}#shell.dashboard .topbar,#shell.dashboard>#topbar,#shell.dashboard>header,#topbar{position:static!important;top:auto!important}#shell.dashboard>header .header-bar{min-height:3.5rem;background:#263247}#shell.dashboard>header .logo img{display:block;width:9rem;height:auto}#shell.dashboard>header #logo,#shell.dashboard>header #logo a,#shell.dashboard>header #logo button{background:0 0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}#shell.dashboard .topbar,#shell.dashboard>#topbar{color:#fff}#shell.dashboard .user-menu__trigger:hover{background:#353c4a!important}#shell.dashboard .user-menu{position:relative;display:flex;align-items:center}#shell.dashboard .user-menu__dropdown{position:absolute;right:calc(100% + .5rem);top:0;width:min(22rem,calc(100vw - 5rem));max-height:calc(100vh - 1rem);overflow-y:auto;background:#263247;border:1px solid rgba(255,255,255,.14);border-radius:.7rem;box-shadow:0 .75rem 1.75rem rgba(10,16,28,.28);z-index:80;padding:.65rem}#shell.dashboard .user-menu__list{list-style:none;margin:0;padding:0}#shell.dashboard .user-menu__profile{display:grid;gap:.45rem}#shell.dashboard .user-menu__identity{display:grid;grid-template-columns:2.75rem minmax(0,1fr) 1.5rem;align-items:center;gap:.75rem;padding:.35rem .25rem .55rem}#shell.dashboard .user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);object-fit:cover}#shell.dashboard .user-menu__avatar--fallback{background:#353c4a;color:#fff;font-size:.82rem;font-weight:750}#shell.dashboard .user-menu__identity-text{display:grid;min-width:0;gap:.1rem}#shell.dashboard .user-menu__identity-text strong{overflow:hidden;color:#fff;font-size:.95rem;line-height:1.15rem;text-overflow:ellipsis;white-space:nowrap}#shell.dashboard .user-menu__identity-text span{overflow:hidden;color:rgba(255,255,255,.68);font-size:.82rem;line-height:1.05rem;text-overflow:ellipsis;white-space:nowrap}#shell.dashboard .user-menu__item-icon,#shell.dashboard .user-menu__switch{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.68)}#shell.dashboard .user-menu__item-icon svg,#shell.dashboard .user-menu__switch svg{width:1.15rem;height:1.15rem}#shell.dashboard .user-menu__divider{height:1px;margin:.45rem .15rem;background:rgba(255,255,255,.14)}#shell.dashboard .user-menu__item{display:grid;grid-template-columns:1.5rem minmax(0,1fr);align-items:center;gap:.7rem;width:100%;min-height:2.35rem;text-align:left;padding:.5rem .45rem;border:0;border-radius:.35rem;background:0 0;color:rgba(255,255,255,.88);cursor:pointer;font-size:.9rem;line-height:1.2}#shell.dashboard .user-menu__item:focus-visible,#shell.dashboard .user-menu__item:hover{background:#353c4a;color:#fff;outline:0}#shell.dashboard .user-menu__item--danger{color:#fff}#shell.dashboard .user-menu__item--static{cursor:default}#shell.dashboard>#sidebar{background:#263247!important;color:#fff!important;border-right:0;box-shadow:none;height:calc(100vh - 3.5rem);min-height:0;overflow:hidden}#shell.dashboard>#sidebar.is-open{width:12rem}#shell.dashboard>#sidebar.is-closed{width:3.5rem}#shell.dashboard>#sidebar>div{background:0 0!important}#shell.dashboard>#sidebar button{min-height:2.35rem;border-radius:.45rem;background:#263247!important;color:rgba(255,255,255,.78)!important}#shell.dashboard>#sidebar .navigation-toggle{width:2.5rem;height:2.5rem;min-height:2.5rem;border:1px solid rgba(255,255,255,.18);background:#2d333f!important;color:#fff!important}#shell.dashboard>#sidebar .navigation-toggle:focus-visible,#shell.dashboard>#sidebar .navigation-toggle:hover{border-color:rgba(255,255,255,.34);background:#353c4a!important}#shell.dashboard>#sidebar.is-open .navigation-toggle{align-self:stretch;justify-content:flex-end!important;width:100%;margin-left:0;margin-right:0;padding:0 .75rem!important;border-color:transparent;background:0 0!important}#shell.dashboard>#sidebar.is-closed .navigation-toggle{align-self:flex-end;margin-left:auto;margin-right:0}#shell.dashboard>#sidebar.is-closed button{justify-content:center!important;width:2.5rem;min-width:2.5rem;height:2.5rem;padding:.5rem!important}#shell.dashboard>#sidebar.is-closed .navigation-toggle{width:2.5rem;min-width:2.5rem;height:2.5rem;padding:.5rem!important}#shell.dashboard>#sidebar.is-closed ol{align-items:center;gap:.5rem}#shell.dashboard>#sidebar.is-closed .sidebar-item{display:flex;justify-content:center}#shell.dashboard>#sidebar.is-closed .sidebar-account-item{justify-content:flex-end}#shell.dashboard>#sidebar .sidebar-item.font-semibold button,#shell.dashboard>#sidebar button:hover{background:#353c4a!important;color:#fff!important}#shell.dashboard>#sidebar .sidebar-account{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem;border:1px solid rgba(255,255,255,.16);border-radius:.45rem;background:#263247!important}#shell.dashboard>#sidebar .sidebar-account button{background:#263247!important;color:rgba(255,255,255,.88)!important;border:1px solid transparent}#shell.dashboard>#sidebar .sidebar-account__profile{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:.55rem;min-height:2rem;padding:.25rem .35rem!important;text-align:left}#shell.dashboard>#sidebar .sidebar-account__logout:hover,#shell.dashboard>#sidebar .sidebar-account__profile:hover{background:#353c4a!important;border-color:rgba(255,255,255,.22)}#shell.dashboard>#sidebar .sidebar-account__mark{width:.75rem;height:.75rem;flex:0 0 auto;border-radius:9999px;background:#42b883;box-shadow:0 0 0 .22rem rgba(66,184,131,.18)}#shell.dashboard>#sidebar .sidebar-account__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-size:.86rem;line-height:1rem}#shell.dashboard>#sidebar .sidebar-account__logout{width:2rem;min-width:2rem;height:2rem;min-height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:.35rem!important}#shell.dashboard>#sidebar .sidebar-account__collapsed{width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.5rem!important;border-radius:.45rem;background:#263247!important;color:rgba(255,255,255,.78)!important}#shell.dashboard>#sidebar .sidebar-account__collapsed:hover{background:#353c4a!important;color:#fff!important}#shell.dashboard>#sidebar.is-open .sidebar-item button{min-height:2.55rem}#shell.dashboard>#sidebar.is-open .sidebar-item button span.truncate{line-height:1.15rem}#shell.dashboard>#sidebar svg{color:currentColor}#shell.dashboard>#sidebar.is-closed .sidebar-item svg{width:1.25rem;height:1.25rem}#shell.dashboard>#sidebar .navigation-section-title{margin:.9rem 0 .35rem;padding:0 .75rem;color:rgba(255,255,255,.52);font-size:.68rem;line-height:1rem;font-weight:700;letter-spacing:0;text-transform:uppercase}#shell.dashboard>#breadcrumbs{color:#697386;text-align:right}#shell.dashboard>#breadcrumbs .breadcrumb,#shell.dashboard>#breadcrumbs nav{display:flex;justify-content:flex-end;align-items:center}#shell.dashboard>#breadcrumbs .breadcrumb__list,#shell.dashboard>#breadcrumbs ol{justify-content:flex-end}.v2-filter-chip{font-size:.875rem;line-height:1.25rem;font-weight:500;border-radius:9999px;border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);cursor:pointer;transition:background 150ms,border-color 150ms,color 150ms}.v2-filter-chip:hover{border-color:var(--gray-300);color:var(--foreground)}.v2-filter-chip--active{background:var(--primary);border-color:transparent;color:var(--primary-foreground)}.v2-filter-chip__dismiss{background:0 0;border:0;color:inherit;cursor:pointer;line-height:1;opacity:.8;transition:opacity 150ms}.v2-filter-chip__dismiss:focus-visible,.v2-filter-chip__dismiss:hover{opacity:1;outline:2px solid var(--primary-foreground);outline-offset:1px}.v2-search-input{background:var(--card);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.875rem;line-height:1.25rem}.v2-search-input::placeholder{color:var(--muted-foreground)}.v2-search-input:focus{outline:2px solid var(--ring);outline-offset:1px;border-color:var(--ring)}.ledger-flow-viewer{background:var(--muted);border-radius:var(--radius-lg);color:var(--foreground)}.ledger-flow-viewer__error{color:var(--warning);font-size:.875rem;line-height:1.25rem}.ledger-flow-viewer__node{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--primary-foreground);border-radius:9999px;cursor:pointer}.v2-loading-indicator{position:fixed;top:0;left:0;width:100%;height:2px;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.v2-loading-indicator__bar{display:block;height:100%;width:0;background:var(--primary);transform-origin:left center}.htmx-request .v2-loading-indicator,.htmx-request.v2-loading-indicator{opacity:1}.htmx-request .v2-loading-indicator .v2-loading-indicator__bar,.htmx-request.v2-loading-indicator .v2-loading-indicator__bar{width:80%;transition:width .3s ease-out}@media (prefers-reduced-motion:reduce){.v2-loading-indicator{transition:none}.htmx-request .v2-loading-indicator .v2-loading-indicator__bar,.htmx-request.v2-loading-indicator .v2-loading-indicator__bar,.v2-loading-indicator__bar{transition:none}}@keyframes v2-transition-positive{from{background-color:color-mix(in srgb,var(--accent) 25%,transparent)}to{background-color:transparent}}@keyframes v2-transition-negative{from{background-color:color-mix(in srgb,var(--warning) 25%,transparent)}to{background-color:transparent}}.v2-transition-positive{animation:v2-transition-positive .6s ease-out}.v2-transition-negative{animation:v2-transition-negative .6s ease-out}.v2-row-approaching{box-shadow:inset 4px 0 0 0 var(--caution-border)}.v2-row-overdue{box-shadow:inset 4px 0 0 0 var(--warning)}@media (prefers-reduced-motion:reduce){.v2-transition-negative,.v2-transition-positive{animation:none}}.member-roster__title{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:var(--foreground)}.app-shell{background:var(--background);color:var(--foreground)}.app-shell>.topbar{background:var(--card);border-bottom:1px solid var(--border)}.app-shell .sidebar{background:var(--card);border-right:1px solid var(--border)}.app-shell .content{background:var(--background)}.app-shell .rightbar{background:var(--card);border-left:1px solid var(--border)}.app-shell .breadcrumbs{color:var(--muted-foreground);font-size:.8rem;line-height:1.25rem}.v2-page{background:var(--background);color:var(--foreground)}.v2-page__header{border-bottom:1px solid var(--border)}.v2-page__eyebrow{font-size:.68rem;line-height:1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground)}.v2-page__title{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:var(--foreground)}.v2-page__subtitle{font-size:.875rem;line-height:1.375rem;color:var(--muted-foreground)}.v2-surface{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm,0 1px 2px rgba(16,24,40,.05))}.v2-surface--interactive{cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.v2-surface--interactive:focus-within,.v2-surface--interactive:hover{border-color:var(--primary);box-shadow:var(--shadow-md,0 4px 6px -1px rgba(16,24,40,.1))}.v2-surface__header{border-bottom:1px solid var(--border)}.v2-surface__title{font-size:.95rem;line-height:1.4rem;font-weight:600;color:var(--foreground)}.v2-toolbar{border-bottom:1px solid var(--border)}.v2-toolbar__label{font-size:.8rem;line-height:1.25rem;color:var(--muted-foreground)}.v2-toolbar__divider{border-left:1px solid var(--border)}.v2-table__td--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.v2-badge--tier-edge{background:var(--info-bg);color:var(--info-text,#1d4ed8)}.dark .v2-badge--tier-edge{color:var(--info-text,#cedfff)}.v2-badge--tier-org{background:#dcfce7;color:#166534}.dark .v2-badge--tier-org{background:rgba(34,197,94,.16);color:#d1fadf}.v2-badge--tier-project{background:#e7e6fd;color:var(--primary,#3936ec)}.dark .v2-badge--tier-project{background:rgba(169,156,246,.18);color:#e4e0ff}.v2-entity{font-weight:600}.v2-avatar{border-radius:9999px;background:var(--muted,#f3f4f6);color:var(--muted-foreground,#4b5563);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:600;text-transform:uppercase}.v2-stat__label{font-size:.72rem;line-height:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.v2-stat__value{font-size:1.75rem;line-height:2.25rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--foreground)}.v2-stat__value--sm{font-size:1.1rem;line-height:1.5rem}.v2-stat__help{font-size:.75rem;line-height:1.1rem;color:var(--muted-foreground)}.v2-link{color:var(--muted-foreground);text-decoration:none;cursor:pointer}.v2-link:focus-visible,.v2-link:hover{color:var(--primary);text-decoration:underline}.v2-action{background:0 0;border:0;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer}.v2-action-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm,4px)}.v2-table__row--action:focus-within{background:color-mix(in srgb,var(--info) 8%,transparent)}.v2-detail-panel{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-md)}.v2-detail-panel__header{border-bottom:1px solid var(--border)}.v2-detail-panel__title{font-size:.95rem;line-height:1.4rem;font-weight:600;color:var(--foreground)}.v2-detail-panel__section{border-top:1px solid var(--border)}.v2-detail-panel__label{font-size:.72rem;line-height:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.v2-detail-panel__value{font-size:.875rem;line-height:1.375rem;color:var(--foreground)}.v2-detail-panel__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.v2-form__label{font-size:.8rem;line-height:1.25rem;font-weight:600;color:var(--foreground)}.v2-form__input{background:var(--background);color:var(--foreground);border:1px solid var(--input,var(--border));border-radius:var(--radius-sm)}.v2-form__input::placeholder{color:var(--muted-foreground)}.v2-form__input:focus-visible{outline:2px solid var(--ring,var(--primary));outline-offset:1px;border-color:var(--ring,var(--primary))}.v2-form__input[aria-invalid=true]{border-color:var(--destructive)}.v2-form__hint{font-size:.8rem;line-height:1.25rem;color:var(--muted-foreground)}.v2-form__error{font-size:.8rem;line-height:1.25rem;color:var(--destructive)}.v2-form__legend{font-size:.95rem;line-height:1.4rem;font-weight:600;color:var(--foreground)}.v2-search{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:var(--radius-sm);height:32px;padding:0 .65rem;font-size:.82rem;transition:border-color .12s ease,box-shadow .12s ease}.v2-search:hover{border-color:var(--primary)}.v2-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.v2-search__icon{color:var(--muted-foreground);font-size:.95rem;line-height:1}.v2-search:focus-within .v2-search__icon{color:var(--primary)}.v2-search input.v2-search__input,.v2-search input.v2-search__input:focus{flex:1;border:none;border-width:0;outline:0;box-shadow:none;appearance:none;-webkit-appearance:none;background:0 0;font-size:.85rem;color:var(--foreground);padding:0 .25rem;min-width:0;line-height:1.4}.v2-search input.v2-search__input::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button}.v2-search input.v2-search__input::placeholder{color:var(--muted-foreground)}.v2-search--swap{cursor:pointer}.v2-search--swap input.v2-search__input{width:0;opacity:0;padding:0;transition:width .15s ease,opacity .12s ease}.v2-search--swap input.v2-search__input:not(:placeholder-shown),.v2-search--swap:focus-within input.v2-search__input{width:200px;opacity:1;padding:0 .25rem}.v2-search__hint{font-size:.82rem;white-space:nowrap}.v2-search--swap input.v2-search__input:not(:placeholder-shown)~.v2-search__hint,.v2-search--swap:focus-within .v2-search__hint{display:none}.v2-copy{display:inline-flex;align-items:center;justify-content:center;border:none;background:0 0;border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer;transition:background-color .12s ease,color .12s ease}.v2-copy:hover{background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.v2-copy.is-copied,.v2-copy.is-copied:hover{background:#dcfce7;color:#166534}.dark .v2-copy.is-copied,.dark .v2-copy.is-copied:hover{background:rgba(34,197,94,.16);color:#d1fadf}