:root{--bg: #F6F1E9;--surface: #EEE8DC;--surface-2: #E5DDD0;--accent: #C4712A;--accent-soft: #E8C9A6;--ink: #1C1710;--ink-2: #4A3F30;--ink-3: #7A6D5A;--ink-4: #A89880;--danger: #B33A2A;--danger-soft: #F4D9D2;--positive: #4F7A4A;--display: "Bricolage Grotesque", "Segoe UI", system-ui, -apple-system, sans-serif;--serif: "Fraunces", Georgia, "Times New Roman", serif;--radius: 14px;--radius-sm: 8px;--shadow-sm: 0 1px 2px rgba(28, 23, 16, .04), 0 0 0 1px rgba(28, 23, 16, .03);--shadow-md: 0 8px 24px rgba(28, 23, 16, .08), 0 2px 6px rgba(28, 23, 16, .04);--shadow-lg: 0 24px 60px rgba(28, 23, 16, .18)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,a,[role=button],input,select,textarea{-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--display);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}body{font-size:15px;line-height:1.5;letter-spacing:-.005em}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;color:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--display);font-weight:800;letter-spacing:-.02em;margin:0;color:var(--ink)}h1{font-size:32px}h2{font-size:22px;font-weight:700}h3{font-size:17px;font-weight:700}.serif-italic{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--ink-3)}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-3)}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;border-right:1px solid var(--surface-2);padding:28px 20px;display:flex;flex-direction:column;gap:8px;background:var(--bg);position:sticky;top:0;height:100vh}.sidebar .logo-block{margin-bottom:28px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:var(--ink-2);font-weight:600;font-size:14px;text-decoration:none;min-height:44px;transition:background .12s ease,color .12s ease}.nav-link svg{flex-shrink:0}.nav-link:hover{background:var(--surface);color:var(--ink);text-decoration:none}.nav-link.active{background:var(--surface-2);color:var(--ink)}.sidebar-email{font-size:12px;color:var(--ink-3);padding:6px 12px;word-break:break-all}.main{flex:1;padding:36px 44px;max-width:1400px}.page-head{margin-bottom:28px}.page-head .eyebrow{margin-bottom:6px;display:block}.page-head h1{letter-spacing:-.03em}.card{background:var(--surface);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-sm)}.card.padded-lg{padding:28px 30px}.card.compact{padding:16px 18px}.card.dark{background:var(--ink);color:#f6f1e9}.card.dark .eyebrow{color:var(--ink-4)}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:10px;border:1px solid transparent;font-weight:600;font-size:14px;font-family:var(--display);letter-spacing:-.005em;transition:transform 80ms ease,background .12s ease,border-color .12s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#b0651f}.btn-primary:disabled{background:var(--ink-4);cursor:not-allowed}.btn-secondary{background:var(--surface-2);color:var(--ink)}.btn-secondary:hover{background:#ddd3c2}.btn-ghost{background:transparent;color:var(--ink-2)}.btn-ghost:hover{background:var(--surface)}.btn-danger{background:transparent;color:var(--danger);border:1px solid var(--danger-soft)}.btn-danger:hover{background:var(--danger-soft)}.btn-block{width:100%;justify-content:center}.btn-lg{padding:14px 22px;font-size:15px;border-radius:12px}.input,.textarea,.select{width:100%;padding:11px 14px;border:1px solid var(--surface-2);background:var(--bg);border-radius:10px;font-size:14px;color:var(--ink);transition:border-color .12s ease,box-shadow .12s ease}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #c4712a2e}.textarea{resize:vertical;min-height:80px;line-height:1.5}.field-label{display:block;font-size:12px;font-weight:700;color:var(--ink-3);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--surface-2);background:var(--bg);border-radius:999px;font-size:13px;font-weight:600;color:var(--ink-2);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.chip:hover{border-color:var(--ink-4);color:var(--ink)}.chip.active{background:var(--ink);color:#f6f1e9;border-color:var(--ink)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{padding:20px 22px}.stat-value{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1;margin:8px 0 6px}.stat-label{font-family:var(--serif);font-style:italic;color:var(--ink-3);font-size:13px}.dash-grid{display:grid;grid-template-columns:1fr 360px;gap:22px;align-items:flex-start}.meeting-row{padding:16px 20px;border-radius:12px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;cursor:pointer;transition:background .12s ease;border:1px solid transparent}.meeting-row:hover{background:var(--surface);border-color:var(--surface-2)}.meeting-title{font-weight:700;font-size:15px;color:var(--ink);margin-bottom:4px}.meeting-meta{font-family:var(--serif);font-style:italic;font-size:13px;color:var(--ink-3)}.meeting-meta .dot{margin:0 8px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:var(--surface-2);color:var(--ink-2)}.status-pill.complete{background:#e2ead8;color:#3f5f3a}.status-pill.processing{background:var(--accent-soft);color:#7a4516}.status-pill.error{background:var(--danger-soft);color:var(--danger)}.sentiment{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sentiment-positive{background:#ddead3;color:#3f5f3a}.sentiment-neutral{background:var(--surface-2);color:var(--ink-2)}.sentiment-cautious{background:var(--accent-soft);color:#7a4516}.sentiment-concerning{background:var(--danger-soft);color:var(--danger)}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c171073;z-index:50;animation:fade-in .18s ease-out}.panel{position:fixed;top:0;right:0;bottom:0;width:min(540px,100%);background:var(--bg);z-index:51;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slide-in .24s cubic-bezier(.22,1,.36,1)}.panel-head{padding:24px 28px 16px;border-bottom:1px solid var(--surface-2);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.panel-body{flex:1;overflow-y:auto;padding:24px 28px}.panel-foot{padding:18px 28px;border-top:1px solid var(--surface-2);display:flex;gap:10px}@keyframes slide-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.action-list{list-style:none;padding:0;margin:0}.action-list li{padding:12px 0;border-bottom:1px solid var(--surface-2);display:flex;align-items:flex-start;gap:12px}.action-list li:last-child{border-bottom:none}.action-bullet{color:var(--accent);font-size:18px;line-height:1.2;margin-top:2px}.action-text{flex:1}.action-due{font-family:var(--serif);font-style:italic;color:var(--ink-3);font-size:13px;margin-top:3px}.priority-pill{display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:2px 8px;border-radius:999px;margin-left:8px}.priority-high{background:var(--danger-soft);color:var(--danger)}.priority-medium{background:var(--accent-soft);color:#7a4516}.priority-low{background:var(--surface-2);color:var(--ink-3)}.flag-box{background:var(--danger-soft);border-left:3px solid var(--danger);padding:14px 16px;border-radius:var(--radius-sm);margin-bottom:10px}.flag-box.warning{background:var(--accent-soft);border-left-color:var(--accent)}.flag-title{font-weight:700;color:var(--ink);font-size:14px}.flag-detail{color:var(--ink-2);font-size:13px;line-height:1.55;margin-top:4px}.rec-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ink);color:#f6f1e9;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;animation:fade-in .22s ease-out}.rec-title{font-size:22px;font-weight:600;opacity:.85;max-width:520px;text-align:center}.rec-timer{font-size:56px;font-weight:800;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.rec-hint{font-family:var(--serif);font-style:italic;color:var(--ink-4);font-size:15px}.orb-stage{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center}.orb{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#E89548,var(--accent) 60%,#8A4A14);box-shadow:0 0 60px #c4712a8c,inset -8px -10px 20px #00000040;cursor:pointer;border:none;position:relative;z-index:2;transition:transform .12s ease,box-shadow .12s ease}.orb:hover{transform:scale(1.04)}.orb:disabled{cursor:not-allowed;opacity:.7}.orb-stop{width:92px;height:92px;animation:orb-breathe 2.4s ease-in-out infinite}@keyframes orb-breathe{0%,to{box-shadow:0 0 60px #c4712a8c,inset -8px -10px 20px #00000040}50%{box-shadow:0 0 90px #c4712acc,inset -8px -10px 20px #00000040}}.pulse-ring{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:120px;height:120px;border-radius:50%;border:2px solid rgba(196,113,42,.55);animation:pulse-ring 2.4s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}.pulse-ring.delay-1{animation-delay:.8s}.pulse-ring.delay-2{animation-delay:1.6s}@keyframes pulse-ring{0%{transform:scale(1);opacity:.65}to{transform:scale(2.2);opacity:0}}.setup-card{width:min(480px,92%);background:#ffffff0a;border:1px solid rgba(168,152,128,.18);border-radius:18px;padding:32px 36px;color:#f6f1e9;box-shadow:0 24px 60px #00000073}.setup-select{background:var(--ink);color:#f6f1e9;border:1px solid rgba(168,152,128,.3);width:100%;padding:12px 14px}.setup-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c4712a40}.vu-meter,.waveform{display:flex;align-items:flex-end;justify-content:center;gap:4px;margin:18px 0 14px}.vu-meter{height:88px}.waveform{height:140px;gap:5px;width:min(520px,86%);margin:8px auto 18px}.vu-bar{width:12px;background:var(--accent);border-radius:4px;min-height:6px;transition:height 70ms ease-out,opacity 70ms ease-out}.wave-bar{width:9px;background:linear-gradient(to top,#8A4A14,var(--accent) 55%,#F0A55F);border-radius:5px;min-height:8px;transition:height 60ms ease-out,opacity 60ms ease-out;box-shadow:0 0 8px #c4712a59}@media (max-width: 640px){.vu-bar{width:8px}.wave-bar{width:6px}.waveform{gap:3px;height:110px}}.proc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#f6f1e9f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:90;display:flex;align-items:center;justify-content:center}.proc-card{width:min(460px,92%)}.proc-step{display:flex;align-items:center;gap:14px;padding:12px 0;color:var(--ink-3)}.proc-step.active{color:var(--ink);font-weight:600}.proc-step.done{color:var(--ink-3)}.proc-bullet{width:22px;height:22px;border-radius:50%;border:2px solid var(--surface-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px}.proc-step.active .proc-bullet{border-color:var(--accent);background:var(--accent);color:#fff;animation:spin-soft 1.6s linear infinite}.proc-step.done .proc-bullet{border-color:var(--positive);background:var(--positive);color:#fff}@keyframes spin-soft{to{transform:rotate(360deg)}}.login-shell{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:40px 24px}.login-card{width:min(420px,100%);background:var(--surface);border-radius:18px;padding:40px 36px;box-shadow:var(--shadow-md)}.login-card .logo-block{text-align:center;margin-bottom:28px}.login-card h1{text-align:center;font-size:26px}.login-card .serif-italic{text-align:center;display:block;margin-top:6px;margin-bottom:24px}.divider{display:flex;align-items:center;gap:12px;color:var(--ink-3);font-size:12px;margin:18px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--surface-2)}.error-msg{background:var(--danger-soft);color:var(--danger);padding:10px 14px;border-radius:10px;font-size:13px;margin-top:12px}.empty-state{padding:36px 20px;text-align:center;color:var(--ink-3)}.empty-state h3{color:var(--ink-2);margin-bottom:6px}.task-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:10px;transition:background .12s ease}.task-row:hover{background:var(--surface)}.task-checkbox{width:20px;height:20px;border-radius:6px;border:1.5px solid var(--ink-4);flex-shrink:0;margin-top:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--bg)}.task-checkbox.checked{background:var(--accent);border-color:var(--accent);color:#fff}.task-text{flex:1}.task-text.done{color:var(--ink-3);text-decoration:line-through}.task-meeting-link{font-family:var(--serif);font-style:italic;font-size:13px;color:var(--ink-3);margin-top:3px}.task-group-head{display:flex;justify-content:space-between;align-items:baseline;padding:12px 14px 6px;margin-top:14px}.search-bar{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:12px;padding:4px 14px;border:1px solid var(--surface-2)}.search-bar input{border:none;background:transparent;padding:12px 0;flex:1;outline:none;font-size:14px}.spinner{width:18px;height:18px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin-soft .8s linear infinite;display:inline-block}.tab-bar{display:flex;gap:24px;border-bottom:1px solid var(--surface-2);margin-bottom:22px}.tab-btn{background:transparent;border:none;border-bottom:2px solid transparent;padding:10px 0;color:var(--ink-3);font-weight:600;font-size:14px;font-family:var(--display);letter-spacing:-.005em;cursor:pointer;transition:color .12s ease,border-color .12s ease}.tab-btn:hover{color:var(--ink)}.tab-btn.active{color:var(--ink);border-bottom-color:var(--accent)}.editable-title{display:inline-flex;align-items:center;gap:8px;margin-top:4px;cursor:text;outline:none;border-radius:6px}.editable-title:focus-visible{box-shadow:0 0 0 2px var(--accent-soft)}.editable-title .pencil{display:inline-flex;opacity:0;transition:opacity .12s ease;color:var(--ink-3)}.editable-title:hover .pencil,.editable-title:focus-visible .pencil{opacity:1}.title-input{font-family:var(--display);font-size:22px;font-weight:700;letter-spacing:-.02em;background:var(--bg);border:1px solid var(--accent);border-radius:8px;padding:4px 10px;outline:none;color:var(--ink);width:100%;margin-top:4px;box-shadow:0 0 0 3px #c4712a2e}.audio-player{display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:center;background:var(--surface-2);border-radius:12px;padding:14px 16px}.audio-play-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease}.audio-play-btn:hover{background:#b0651f}.audio-track{display:flex;flex-direction:column;gap:4px;min-width:0}.audio-seek{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:var(--bg);border-radius:2px;outline:none;cursor:pointer}.audio-seek::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:var(--accent);border-radius:50%;cursor:pointer;border:2px solid var(--bg);box-shadow:0 1px 3px #1c171033}.audio-seek::-moz-range-thumb{width:14px;height:14px;background:var(--accent);border:2px solid var(--bg);border-radius:50%;cursor:pointer}.audio-time{font-family:var(--serif);font-style:italic;font-size:12px;color:var(--ink-3)}.audio-speed{font-size:12px;font-weight:600;background:var(--bg);border:1px solid var(--surface-2);padding:6px 10px;border-radius:8px;color:var(--ink-2);cursor:pointer}.audio-speed:focus{outline:none;border-color:var(--accent)}.transcript-body{color:var(--ink)}.chat-wrap{display:flex;flex-direction:column;margin-top:6px}.chat-chips{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 14px}.chat-chip{background:transparent;border:1px solid var(--accent);color:var(--accent);font-family:var(--display);font-weight:600;font-size:13px;padding:8px 14px;border-radius:999px;cursor:pointer;transition:background .12s ease,color .12s ease;text-align:left}.chat-chip:hover{background:var(--accent);color:#fff}.chat-chip:disabled{opacity:.5;cursor:not-allowed}.chat-messages{max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:14px 0 6px}.chat-msg{max-width:82%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chat-msg.user{background:var(--accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-msg.assistant{background:var(--bg);border:1px solid var(--surface-2);color:var(--ink);align-self:flex-start;border-bottom-left-radius:4px}.chat-input-row{display:flex;gap:8px;margin-top:12px}.chat-typing{align-self:flex-start;display:inline-flex;gap:4px;padding:12px 16px;background:var(--bg);border:1px solid var(--surface-2);border-radius:14px 14px 14px 4px}.chat-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--ink-4);animation:typing-bounce 1.2s ease-in-out infinite}.chat-typing-dot:nth-child(2){animation-delay:.15s}.chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.fab{display:none;position:fixed;right:20px;bottom:calc(80px + env(safe-area-inset-bottom,0px));width:64px;height:64px;border-radius:50%;background:var(--accent);color:#fff;border:none;z-index:40;box-shadow:0 8px 24px #c4712a66,0 4px 12px #00000026;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s ease,background .12s ease}.fab:hover{background:#b0651f}.fab:active{transform:scale(.96)}.desktop-only{display:initial}.mobile-only{display:none}@media (max-width: 1000px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.sidebar{width:200px;padding:20px 16px}.main{padding:24px 22px}}@media (max-width: 720px){.app-shell{flex-direction:column;min-height:100vh}.sidebar{position:fixed;left:0;right:0;bottom:0;width:100%;height:auto;flex-direction:row;justify-content:space-around;align-items:stretch;padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));gap:0;border-right:none;border-top:1px solid var(--surface-2);background:var(--bg);z-index:30;box-shadow:0 -1px 6px #1c17100a}.sidebar .logo-block,.desktop-only{display:none}.nav-link{flex:1;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:8px 4px;border-radius:10px;min-height:56px;color:var(--ink-3);font-size:11px;font-weight:700}.nav-link.active{background:transparent;color:var(--accent)}.nav-link.active .nav-label{color:var(--accent)}.nav-link:hover{background:transparent}.nav-label{font-size:11px;letter-spacing:.02em}.main{padding:24px 18px calc(96px + env(safe-area-inset-bottom,0px));max-width:100%}h1{font-size:26px}.page-head{margin-bottom:22px}.stat-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -18px 22px;padding:4px 18px 6px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stat-grid::-webkit-scrollbar{display:none}.stat-card{flex:0 0 auto;width:70vw;max-width:220px;scroll-snap-align:start}.stat-value{font-size:32px}.dash-grid{display:block}.dash-grid>*+*{margin-top:16px}.fab{display:inline-flex}.panel{width:100%;height:100dvh;max-height:100dvh;border-radius:0;animation:slide-up .26s cubic-bezier(.22,1,.36,1)}.scrim{display:none}.panel-head{padding:20px 18px 14px}.panel-body{padding:18px 18px calc(18px + env(safe-area-inset-bottom,0px))}.panel-foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));flex-wrap:wrap}.panel-foot .btn{padding:11px 14px;font-size:13px}h2{font-size:20px}.chip{padding:10px 14px;font-size:13px;min-height:40px}.input,.textarea,.select{padding:13px 14px;font-size:16px}.audio-player{grid-template-columns:40px 1fr;grid-template-rows:auto auto;gap:10px 14px}.audio-speed{grid-column:1 / 3;justify-self:end}.chat-messages{max-height:60vh}.chat-input-row{padding-bottom:env(safe-area-inset-bottom,0px)}.setup-card{padding:26px 22px;width:100%;max-width:100%}.waveform{width:100%}.login-card{padding:32px 24px}.btn{min-height:44px}.btn-lg{min-height:50px}.search-bar{padding:4px 12px}.search-bar input{padding:14px 0;font-size:15px}.task-row{padding:14px 10px;min-height:56px}.tab-bar{gap:18px;overflow-x:auto;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-btn{flex-shrink:0;min-height:44px;padding:12px 0}.login-shell{padding:16px}}@keyframes slide-up{0%{transform:translateY(60px);opacity:.6}to{transform:translateY(0);opacity:1}}.toast-stack{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:1000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:auto;background:var(--bg);border-radius:12px;padding:14px 18px;font-family:var(--display);font-size:14px;font-weight:600;color:var(--ink);border-left:4px solid var(--accent);border-top:1px solid var(--surface-2);border-right:1px solid var(--surface-2);border-bottom:1px solid var(--surface-2);box-shadow:0 12px 32px #1c17102e;cursor:pointer;max-width:360px;text-align:left;animation:toast-in .2s cubic-bezier(.22,1,.36,1)}.toast-success{border-left-color:var(--positive)}.toast-error{border-left-color:var(--danger)}.toast-info{border-left-color:var(--ink-3)}@keyframes toast-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.landing-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.landing-top{display:flex;justify-content:space-between;align-items:center;padding:20px 32px}.landing-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 80px;text-align:center}.landing-headline{font-size:clamp(36px,6vw,64px);font-weight:800;letter-spacing:-.03em;line-height:1.05;max-width:880px;margin:16px 0 12px}.landing-sub{font-size:17px;color:var(--ink-3)}.landing-choice{display:grid;grid-template-columns:repeat(2,minmax(0,360px));gap:22px;margin-top:36px;width:100%;max-width:760px;justify-content:center}.choice-card{display:flex;flex-direction:column;text-align:left;padding:32px 28px;border-radius:22px;text-decoration:none!important;transition:transform .14s ease,box-shadow .14s ease;box-shadow:0 8px 28px #1c17100f}.choice-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1c17101f}.choice-business{background:var(--ink);color:#f6f1e9}.choice-business h2{color:#f6f1e9}.choice-business p{color:var(--ink-4)}.choice-business .choice-cta{color:var(--accent)}.choice-personal{background:var(--surface);color:var(--ink)}.choice-personal p{color:var(--ink-2)}.choice-personal .choice-cta{color:var(--accent)}.choice-card h2{font-size:26px;margin:18px 0 8px}.choice-icon{width:48px;height:48px;color:var(--accent)}.choice-card p{line-height:1.5;font-size:15px}.choice-cta{font-weight:700;margin-top:16px}.landing-link{color:var(--accent);font-weight:600}.landing-overview{margin-top:60px;max-width:760px}.landing-overview h3{font-size:22px;margin-bottom:10px}.landing-overview p{color:var(--ink-2);line-height:1.7}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}.overview-grid div{background:var(--surface);border-radius:12px;padding:18px}.landing-foot{padding:24px 32px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--surface-2)}.public-shell{background:var(--bg)}.public-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;border-bottom:1px solid var(--surface-2);position:sticky;top:0;background:#f6f1e9eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30}.public-nav-brand{display:flex;align-items:center;text-decoration:none;color:var(--ink)}.public-nav-links{display:flex;gap:22px}.public-nav-links a{color:var(--ink-2);font-weight:600;font-size:14px}.public-nav-cta{display:flex;gap:8px}.public-hero{text-align:center;padding:80px 24px 60px;max-width:920px;margin:0 auto}.public-hero h1{font-size:clamp(38px,6.5vw,72px);letter-spacing:-.04em;line-height:1.05;margin-bottom:22px}.public-sub{font-size:18px;color:var(--ink-2);max-width:720px;margin:0 auto 28px;line-height:1.55}.public-hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.trust-bar{margin-top:56px}.trust-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px}.public-section{max-width:1100px;margin:0 auto;padding:64px 24px}.public-section h2{font-size:clamp(26px,3.4vw,38px);letter-spacing:-.02em;margin-bottom:18px}.public-problem{background:var(--surface);padding:64px 24px}.public-problem h2{max-width:880px;margin:0 auto 28px;text-align:center;font-size:clamp(26px,3.4vw,38px);letter-spacing:-.02em}.problem-section{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto}.problem-card{background:var(--bg);border-radius:14px;padding:24px 22px}.problem-card h3{font-size:17px;margin-bottom:8px}.problem-card p{color:var(--ink-2);line-height:1.6}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.how-card{background:var(--surface);border-radius:14px;padding:22px}.how-num{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}.how-card p{color:var(--ink-2);line-height:1.55;margin-top:6px}.industry-detail{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:flex-start}.industry-detail h3{font-size:26px}.industry-detail .benefit-list{padding-left:20px;line-height:1.8;margin-top:14px;color:var(--ink-2)}.example-card{background:var(--surface);border-radius:16px;padding:22px}.example-card h4{font-size:18px;margin-top:6px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{background:var(--surface);border-radius:14px;padding:22px}.feature-card strong{font-size:15px}.feature-card p{color:var(--ink-2);line-height:1.55;margin-top:6px;font-size:14px}.pricing-section{background:var(--surface);border-radius:24px}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.price-grid-3{grid-template-columns:repeat(3,1fr)}.price-card{background:var(--bg);border-radius:18px;padding:26px 22px;position:relative;display:flex;flex-direction:column}.price-card-featured{box-shadow:0 0 0 2px var(--accent)}.price-amount{font-size:36px;font-weight:800;letter-spacing:-.02em;margin:12px 0 18px}.price-amount span{font-size:14px;color:var(--ink-3);margin-left:4px;font-weight:500}.price-card ul{list-style:none;padding:0;margin:0 0 18px;line-height:1.8;color:var(--ink-2);flex:1}.price-card ul li:before{content:"✓ ";color:var(--accent);font-weight:800}.price-badge{position:absolute;top:-10px;right:22px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq-item{background:var(--surface);border-radius:12px;padding:16px 18px}.faq-item summary{font-weight:700;cursor:pointer}.faq-item p{margin-top:8px;color:var(--ink-2);line-height:1.6}.public-foot{padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;border-top:1px solid var(--surface-2)}.public-foot-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}@media (max-width: 900px){.landing-choice{grid-template-columns:1fr}.overview-grid{grid-template-columns:1fr 1fr}.problem-section{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr 1fr}.industry-detail{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.price-grid,.price-grid-3,.faq-grid{grid-template-columns:1fr}}.contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.contact-card{display:flex;align-items:flex-start;gap:14px;background:var(--surface);border:1px solid transparent;border-radius:14px;padding:16px 18px;text-align:left;cursor:pointer;transition:border-color .12s;font-family:inherit}.contact-card:hover{border-color:var(--surface-2)}.contact-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;flex-shrink:0}.contact-name{font-weight:700;font-size:15px}.contact-meta{font-size:13px;color:var(--ink-3);margin-top:2px}.contact-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;font-size:12px}.contact-commit{color:var(--accent);font-weight:700;font-size:12px;margin-top:4px}.reliability-ring{width:44px;height:44px;border-radius:50%;border:3px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.contact-summary-card{display:flex;align-items:center;gap:14px;padding:14px;background:var(--surface);border-radius:12px}.board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.board-col{background:var(--surface);border-radius:14px;padding:14px;min-height:200px}.board-card{background:var(--bg);border-radius:10px;padding:14px;margin-bottom:10px;box-shadow:var(--shadow-sm)}@media (max-width: 720px){.board-grid{grid-template-columns:1fr}}.score-grid{display:grid;grid-template-columns:280px 1fr;gap:18px}.score-ring-card{display:flex;flex-direction:column;align-items:center}.score-ring svg{display:block}.bar-track{height:6px;background:var(--surface-2);border-radius:3px;margin-top:6px;overflow:hidden}.bar-fill{height:6px;background:var(--accent);border-radius:3px;transition:width .6s ease}.trend-bars{display:flex;align-items:flex-end;gap:6px;height:120px;padding:12px 0}.trend-bar{flex:1;background:var(--accent);border-radius:4px;min-height:6px}@media (max-width: 720px){.score-grid{grid-template-columns:1fr}}.member-table{width:100%;border-collapse:collapse;margin-top:12px}.member-table th,.member-table td{padding:10px 8px;border-bottom:1px solid rgba(168,152,128,.2);text-align:left;font-size:13px}.member-table th{color:var(--ink-3);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.settings-row{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid rgba(168,152,128,.18)}.settings-row:last-child{border-bottom:none}.admin-shell{background:#1a140e;min-height:100vh;color:#f6f1e9}.admin-head{display:flex;align-items:center;gap:14px;padding:16px 24px;background:#2a2018;border-bottom:1px solid rgba(168,152,128,.2)}.admin-main{padding:32px 24px;max-width:1280px;margin:0 auto}.admin-shell .stat-card{background:#2a2018!important}.admin-shell .input{background:#1a140e;color:#f6f1e9;border-color:#a898804d}.admin-shell .input:focus{border-color:var(--accent)}.help-shell{display:grid;grid-template-columns:240px 1fr;gap:24px;max-width:1100px;margin:0 auto;padding:24px}.help-sidebar{display:flex;flex-direction:column;gap:4px}.help-cat{background:transparent;border:none;text-align:left;padding:10px 12px;font-family:var(--display);font-size:14px;font-weight:600;color:var(--ink-2);border-radius:8px;cursor:pointer}.help-cat.active{background:var(--surface);color:var(--ink)}.help-cat:hover{color:var(--ink)}.help-content{display:flex;flex-direction:column;gap:22px}.help-article{background:var(--surface);border-radius:12px;padding:22px}.help-article h2{font-size:19px;margin:6px 0 10px}.help-article p{color:var(--ink-2);line-height:1.65}@media (max-width: 720px){.help-shell{grid-template-columns:1fr}}.shared-shell{min-height:100vh;background:var(--bg)}.shared-head{display:flex;align-items:center;gap:12px;padding:18px 24px;border-bottom:1px solid var(--surface-2);background:var(--bg)}.shared-foot{margin-top:56px;padding:32px 0;border-top:1px solid var(--surface-2);display:flex;flex-direction:column;align-items:center;gap:14px}.onboarding-card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(540px,92%);background:var(--bg);border-radius:18px;padding:28px 30px;box-shadow:0 24px 60px #1c17104d;z-index:60}.onboarding-card h2{font-size:22px;letter-spacing:-.02em}.onboarding-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.choice-mini{display:flex;flex-direction:column;gap:6px;padding:18px 16px;border-radius:12px;background:var(--surface);border:2px solid transparent;text-align:left;cursor:pointer}.choice-mini.active{border-color:var(--accent);background:var(--accent-soft)}.choice-mini strong{font-size:16px;color:var(--ink)}.choice-mini .serif-italic{font-size:13px}.paper-trail-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c171080;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.paper-trail-card{background:var(--bg);border-radius:16px;padding:24px 26px;width:min(640px,100%);max-height:80vh;overflow-y:auto;box-shadow:0 24px 60px #1c17104d}.paper-trail-body{background:var(--surface);border-radius:10px;padding:18px;max-height:50vh;overflow-y:auto;font-size:13px;line-height:1.55}@media (max-width: 430px){.stat-card{width:78vw}h1{font-size:24px;letter-spacing:-.025em}.panel-foot .btn{flex:1 1 auto}}@media (max-width: 768px){html,body{overscroll-behavior:none}body{-webkit-overflow-scrolling:touch}.app-shell{min-height:100dvh}.main{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding-left:16px;padding-right:16px;padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}input,textarea,select{font-size:16px;border-radius:10px}.btn{min-height:48px;border-radius:12px}.btn-lg{min-height:52px}.card{border-radius:12px;margin:0 0 10px}.page-head h1{font-size:28px}.page-head{margin-bottom:20px}.sidebar{min-height:calc(64px + env(safe-area-inset-bottom,0px));padding:6px 6px calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 12px #1c17100f}.nav-link{flex:1;flex-direction:column;gap:2px;padding:8px 4px;min-height:56px;color:var(--ink-3);font-size:11px;font-weight:700;transition:transform .1s ease,background .12s ease,color .12s ease;border-radius:14px}.nav-link svg{width:24px;height:24px}.nav-link .nav-label{font-size:10px;line-height:1;opacity:0;height:0;overflow:hidden;transition:opacity .12s ease,height .12s ease}.nav-link.active{color:var(--accent);background:var(--accent-soft)}.nav-link.active .nav-label{opacity:1;height:12px}.nav-link:active{transform:scale(.92)}.fab{display:inline-flex;left:50%;right:auto;transform:translate(-50%);bottom:calc(80px + env(safe-area-inset-bottom,0px));width:64px;height:64px;box-shadow:0 12px 28px #c4712a73,0 4px 12px #0000002e;will-change:transform}.fab:active{transform:translate(-50%) scale(.94)}.meeting-row{min-height:80px;padding:14px 16px;margin-bottom:8px;background:var(--bg);border-left:3px solid var(--accent);border-radius:10px;box-shadow:0 1px 0 var(--surface-2)}.meeting-row:active{transform:scale(.99);background:var(--surface)}.meeting-title{font-size:15px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meeting-meta{font-size:12px}.chip-row{overflow-x:auto;flex-wrap:nowrap;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:4px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.chip-row::-webkit-scrollbar{display:none}.chip{scroll-snap-align:start;flex-shrink:0;white-space:nowrap;height:36px;padding:0 14px;display:inline-flex;align-items:center}.panel{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;height:auto;max-height:92dvh;border-radius:20px 20px 0 0;overflow-y:auto;animation:slideUp .28s cubic-bezier(.32,.72,0,1);box-shadow:0 -10px 40px #1c17102e;will-change:transform}.panel:before{content:"";display:block;width:40px;height:4px;background:var(--ink-4);border-radius:2px;margin:10px auto 4px;opacity:.4}.panel-head{padding:12px 18px}.panel-body{padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.panel-foot{position:sticky;bottom:0;background:var(--bg);border-top:1px solid var(--surface-2);overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));gap:8px}.panel-foot::-webkit-scrollbar{display:none}.panel-foot .btn{flex-shrink:0;min-width:auto;padding:11px 14px;font-size:13px}.panel-body .tab-bar{position:sticky;top:0;background:var(--bg);z-index:4;margin:0 -18px 12px;padding:0 18px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.scrim{background:#1c171099;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.rec-overlay{padding:24px 20px calc(28px + env(safe-area-inset-bottom,0px))}.rec-title{font-size:18px;max-width:86vw}.rec-timer{font-size:48px;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.orb-stop,.orb{width:88px;height:88px}.waveform{height:60px;gap:4px;width:92vw}.wave-bar{width:6px}.stat-value{font-size:28px}.stat-card{padding:16px 18px}}.animate-press:active{transform:scale(.96);transition:transform 80ms ease}
