@font-face{font-family:Beausite Classic;src:url(/fonts/beausite-classic-regular.woff2)format("woff2"),url(/fonts/beausite-classic-regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Beausite Classic;src:url(/fonts/beausite-classic-medium.woff2)format("woff2"),url(/fonts/beausite-classic-medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Beausite Classic;src:url(/fonts/beausite-classic-semibold.woff2)format("woff2"),url(/fonts/beausite-classic-semibold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Beausite Classic;src:url(/fonts/beausite-classic-bold.woff2)format("woff2"),url(/fonts/beausite-classic-bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#fff;--surface:#fff;--surface-muted:#fafbfc;--surface-soft:#f7faf8;--text-primary:#1e2a3a;--text-secondary:#5b6675;--text-muted:#8b96a5;--text-faint:#aab2bc;--text-on-dark:#fff;--accent:#00e599;--accent-ink:#0a8f5f;--navy:#1e2a3a;--header-tint:#e3efe9;--tone-positive:#0a8f5f;--tone-watch:#b8791f;--tone-neutral:#5b6675;--border-default:#e8ebef;--border-soft:#eef1f4;--border-tint:#e3ebe7;--font-body:"Beausite Classic", "Segoe UI", system-ui, -apple-system, sans-serif;--radius-medium:11px;--radius-large:14px;--radius-xlarge:16px;--shadow-card:0 1px 2px #1e2a3a0a;--shadow-soft:0 4px 18px #1e2a3a0f;--shadow-pop:0 18px 48px #1e2a3a29}*,:before,:after{box-sizing:border-box}html{background:var(--page)}body{background:var(--page);min-height:100vh;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-ink);outline-offset:2px}.screen-shell,.chat-screen{z-index:1;position:relative}.app-header{border-radius:var(--radius-xlarge);background:var(--header-tint);border:1px solid #1e2a3a0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:20px 32px;display:flex}.app-header-left{align-items:center;gap:16px;min-width:0;display:flex}.app-header-logo{width:auto;height:28px;display:block}.app-header-right{align-items:center;gap:13px;display:flex}.app-header-info-wrap{display:inline-flex;position:relative}.app-header-title{letter-spacing:-.01em;color:var(--navy);font-size:1.35rem;font-weight:750}.app-header-info{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-family:Georgia,Times New Roman,serif;font-size:.9rem;font-style:italic;font-weight:700;line-height:1;display:inline-flex}.app-header-popover{background:var(--surface);border:1px solid var(--border-default);width:320px;box-shadow:var(--shadow-pop);z-index:30;border-radius:12px;padding:18px 20px;position:absolute;top:40px;right:0}.app-header-popover-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);margin:0 0 8px;font-size:.7rem;font-weight:750}.app-header-popover p:last-child{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.app-header-reset{color:var(--navy);cursor:pointer;background:#ffffff8c;border:1px solid #1e2a3a2e;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:.82rem;font-weight:650;display:inline-flex}.app-header-reset:hover{background:#fff}.chat-screen{background:var(--page);flex-direction:column;height:100vh;display:flex;overflow:hidden}.chat-header-wrap{flex:none;padding:20px 28px 0}.chat-main{flex:1;justify-content:center;min-height:0;display:flex}.chat-column{flex-direction:column;width:min(820px,100%);min-height:0;padding:0 28px;display:flex}.chat-scroll{flex:1;min-height:0;padding:22px 4px 8px;overflow-y:auto}.chat-scroll::-webkit-scrollbar{width:8px}.chat-scroll::-webkit-scrollbar-thumb{background:#e1e5ea;border-radius:999px}.chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.chat-empty-mark{border-radius:var(--radius-large);background:var(--accent);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:8px;display:flex}.chat-empty-mark span{background:var(--navy);border-radius:3px;width:16px;height:16px;display:block}.chat-empty h1{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.9rem;font-weight:750}.chat-empty-sub{max-width:32ch;color:var(--text-muted);margin:0 0 22px;font-size:1rem;line-height:1.5}.chat-suggestions{flex-wrap:wrap;justify-content:center;gap:10px;max-width:560px;display:flex}.chat-chip{border:1px solid var(--border-tint);background:var(--surface-soft);color:#2a3441;cursor:pointer;border-radius:999px;padding:11px 16px;font-size:.88rem;font-weight:600;transition:background .12s,border-color .12s}.chat-chip:hover{background:#eef2f0;border-color:#cdd6d1}.chat-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.chat-turn{display:flex}.chat-turn-user{justify-content:flex-end}.chat-turn-assistant{justify-content:flex-start}.chat-bubble{border-radius:var(--radius-large);border:1px solid var(--border-soft);background:var(--surface-soft);color:#2a3441;max-width:86%;padding:13px 16px;font-size:.95rem;line-height:1.55}.chat-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.chat-turn-user .chat-bubble{background:var(--navy);border-color:var(--navy);color:var(--text-on-dark)}.chat-bubble-pending{border-color:var(--border-soft);color:var(--text-muted);background:#f4f6f8}.chat-status{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-top:8px;font-size:.72rem;font-weight:700;display:inline-flex}.chat-error{color:#b23b3b;text-align:center;margin:0 4px 6px;font-size:.88rem}.chat-composer-wrap{flex:none;padding:8px 4px 18px}.chat-composer{border-radius:var(--radius-xlarge);background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid #e3e7ec;align-items:flex-end;gap:10px;padding:10px;display:flex}.chat-icon-btn{border-radius:var(--radius-medium);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:#f4f6f8;border:1px solid #e3e7ec;flex:none;justify-content:center;align-items:center;display:inline-flex}.chat-icon-btn:disabled{opacity:.55;cursor:not-allowed}.chat-icon-btn-recording{color:#b23b3b;background:#fdeaea;border-color:#e4b4b4}.chat-input{resize:none;min-height:44px;max-height:150px;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:11px 6px;font-family:inherit;font-size:.98rem;line-height:1.45}.chat-input::placeholder{color:var(--text-muted)}.chat-send{border-radius:var(--radius-medium);background:var(--navy);color:#fff;cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background .12s;display:inline-flex}.chat-send:disabled{cursor:not-allowed;background:#c8cfd6}.chat-disclaimer{color:var(--text-faint);text-align:center;margin:9px 4px 0;font-size:.74rem}.app-footer{border-top:1px solid var(--border-soft);background:var(--surface);flex:none}.app-footer-inner{justify-content:center;align-items:center;max-width:820px;margin:0 auto;padding:16px 32px;display:flex}.app-footer-inner p{color:var(--text-muted);text-align:center;margin:0;font-size:.8rem;font-weight:600}.screen-shell{gap:22px;width:min(1440px,100% - 48px);margin:0 auto;padding:24px 0 48px;display:grid}.button-primary,.button-secondary{border-radius:var(--radius-medium);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-size:.95rem;font-weight:650;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.button-primary{background:var(--navy);color:#fff}.button-primary:hover{background:#2a3a4f}.button-secondary{background:var(--surface);border-color:var(--border-default);color:var(--text-primary)}.button-secondary:hover{background:var(--surface-muted)}.surface-card,.surface-panel{border:1px solid var(--border-default);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-card)}.surface-card{padding:22px}.surface-panel{gap:14px;padding:24px;display:grid}.card-grid{gap:16px;display:grid}.card-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.74rem;font-weight:700}.metric-value{letter-spacing:-.02em;color:var(--text-primary);font-size:2.1rem;font-weight:750;line-height:1}.metric-note{color:var(--text-secondary);margin:0;font-size:.85rem;font-weight:600}.metric-card{gap:12px;min-height:130px;display:grid}.tone-positive .metric-note{color:var(--tone-positive)}.tone-watch .metric-note{color:var(--tone-watch)}.tone-neutral .metric-note{color:var(--tone-neutral)}.panel-title{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:1.3rem;font-weight:720}.panel-copy{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.55}.panel-copy-list{color:var(--text-secondary);gap:8px;margin:0;padding-left:20px;line-height:1.7;display:grid}.inline-link{color:var(--navy);border-bottom:2px solid var(--accent);padding-bottom:1px;font-weight:700}.page-header{border-radius:var(--radius-xlarge);background:var(--header-tint);border:1px solid #1e2a3a0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.page-header-brand p{color:var(--navy);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:750}.page-header-right{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.page-header-nav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-header-link{min-height:38px;color:var(--navy);background:#fff9;border:1px solid #1e2a3a29;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.9rem;font-weight:650;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.page-header-link:hover{background:#fff}.page-header-link-active,.page-header-link-active:hover{background:var(--navy);border-color:var(--navy);color:#fff}.page-hero{border:1px solid var(--border-default);border-radius:var(--radius-xlarge);background:var(--surface-soft);box-shadow:var(--shadow-card);grid-template-columns:minmax(0,1fr) minmax(240px,360px);gap:24px;padding:32px;display:grid}.page-hero-single{grid-template-columns:minmax(0,1fr)}.page-hero-body{align-content:start;gap:16px;display:grid}.page-hero-aside{justify-content:flex-end;align-items:flex-start;display:flex}.page-hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);margin:0;font-size:.72rem;font-weight:750}.page-hero-title{letter-spacing:-.02em;max-width:18ch;color:var(--text-primary);margin:0;font-size:2.6rem;font-weight:750;line-height:1.08}.page-hero-description,.page-hero-note{max-width:58rem;color:var(--text-secondary);margin:0;font-size:1.02rem;line-height:1.6}.page-hero-note{color:var(--text-muted);font-size:.9rem}.hero-action-stack{gap:12px;width:100%;display:grid}.hero-action-link{border-radius:var(--radius-medium);border:1px solid var(--border-default);background:var(--surface);width:100%;min-height:44px;color:var(--text-primary);justify-content:center;align-items:center;padding:10px 16px;font-weight:650;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.hero-action-link:hover{background:var(--surface-muted)}.hero-action-link-active,.hero-action-link-active:hover{background:var(--navy);border-color:var(--navy);color:#fff}.detail-entry-list,.snapshot-list,.panel-stack{gap:14px;display:grid}.detail-entry,.snapshot-row{border:1px solid var(--border-soft);border-radius:var(--radius-medium);background:var(--surface-soft);gap:6px;padding:14px 16px;display:grid}.detail-entry-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.detail-entry-head strong,.snapshot-row strong{color:var(--text-primary);font-size:1rem;line-height:1.35}.detail-entry-head span{color:var(--accent-ink);font-weight:720}.detail-entry-meta,.snapshot-meta{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.split-grid{align-items:start;gap:16px;display:grid}.split-grid-dashboard{grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr)}.panel-large{min-height:100%}.skeleton-card{min-height:130px}.skeleton-panel{min-height:220px}.skeleton{background:linear-gradient(90deg,#eef1f4 25%,#e1e6ec 37%,#eef1f4 63%) 0 0/400% 100%;border-radius:999px;animation:1.4s infinite shimmer;display:block}.skeleton-line{width:68%;height:12px}.skeleton-block{width:52%;height:40px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.error-panel{gap:20px}.error-actions{flex-wrap:wrap;gap:12px;display:flex}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(360px,460px);align-items:stretch;gap:24px;display:grid}.auth-page-copy{border:1px solid var(--border-default);border-radius:var(--radius-xlarge);background:var(--surface-soft);box-shadow:var(--shadow-card);align-content:start;gap:20px;padding:32px;display:grid}.auth-value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.auth-value-card{border:1px solid var(--border-soft);border-radius:var(--radius-medium);background:var(--surface);gap:10px;padding:18px;display:grid}.auth-clerk-footer{display:none}.auth-card{border:1px solid var(--border-default);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-soft);--clerk-color-primary:var(--navy);--clerk-color-primaryForeground:#fff;--clerk-color-background:#fff;--clerk-color-foreground:var(--text-primary);--clerk-color-mutedForeground:var(--text-secondary);--clerk-color-input:#fff;--clerk-color-inputForeground:var(--text-primary);--clerk-color-border:var(--border-default);--clerk-font-family:var(--font-body);--clerk-border-radius:.75rem;justify-content:center;align-items:center;padding:24px;display:flex}.auth-card>*{width:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1180px){.card-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.split-grid-dashboard,.auth-page,.page-hero{grid-template-columns:1fr}.page-hero-aside{justify-content:flex-start}.hero-action-stack{max-width:360px}.page-hero-title{max-width:none;font-size:2.3rem}}@media (max-width:820px){.chat-header-wrap{padding:14px 16px 0}.app-header{padding:16px 18px}.chat-column{padding:0 16px}.card-grid-four,.card-grid-three,.card-grid-two,.auth-value-grid{grid-template-columns:1fr}.page-header,.page-hero,.auth-page-copy,.surface-panel{padding:20px}.app-header-title{font-size:1.1rem}.page-hero-title{font-size:2rem}.panel-title{font-size:1.15rem}.metric-value{font-size:1.7rem}}
