:root{color-scheme:light;--bg:#fafafa;--surface:#ffffff;--text:#1f2937;--text-soft:#667085;--text-faint:#98a2b3;--border:#eaecf0;--border-strong:#d0d5dd;--primary:#145c52;--primary-hover:#197062;--primary-active:#104841;--danger:#b42318;--danger-soft:rgba(180,35,24,0.08);--shadow:0 10px 30px rgba(16,24,40,0.04);--shadow-soft:0 4px 12px rgba(16,24,40,0.06);--font-body:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body)}button,input,select,textarea{font:inherit}a{color:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(234,236,240,.86);background:rgba(250,250,250,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-footer-inner,.site-header-inner{width:min(100%,920px);margin:0 auto;padding-inline:16px}.site-header-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{display:inline-flex;align-items:center;width:152px;height:42px;overflow:hidden;border-radius:10px}.site-logo-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.legal-panel a,.site-footer-links a,.site-header-link{color:var(--text-soft);text-decoration:none;transition:color .14s ease}.site-header-link{font-size:.9rem;font-weight:650}.legal-panel a:hover,.site-footer-links a:hover,.site-header-link:hover{color:var(--primary)}.site-main{padding:28px 16px 56px}.site-footer{border-top:1px solid var(--border)}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;padding-bottom:30px;color:var(--text-faint);font-size:.86rem;line-height:1.6}.site-footer-inner p{margin:0}.site-footer-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap;white-space:nowrap}.legal-page{max-width:760px;margin:0 auto}.legal-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:24px;padding:32px;display:grid;grid-gap:16px;gap:16px}.legal-panel h1{margin:0;color:var(--text);font-size:clamp(2rem,4vw,2.7rem);line-height:1.05;letter-spacing:-.035em}.legal-panel p{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.75}.meeting-page{max-width:840px;margin:0 auto;display:grid;grid-gap:24px;gap:24px}.capture-panel,.empty-state-panel,.notes-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:24px}.capture-panel{padding:28px;display:grid;grid-gap:18px;gap:18px}.capture-panel-live{border-color:rgba(180,35,24,.18)}.capture-panel-paused{border-color:rgba(148,115,22,.22)}.hero-copy{display:grid;grid-gap:14px;gap:14px}.empty-state-title,.hero-title,.notes-title{margin:0;font-family:var(--font-body);font-weight:700;letter-spacing:-.04em}.hero-title{max-width:none;font-size:clamp(2rem,4vw,3rem);line-height:1.04;letter-spacing:-.025em}.hero-text{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.6}.capture-actions{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.upload-help-text{margin:0;color:var(--text-faint);font-size:.82rem;line-height:1.4;text-align:center}.recording-limit-group{display:grid;grid-gap:8px;gap:8px;margin-top:4px}.recording-limit-label{margin:0;color:var(--text-soft);font-size:.84rem;font-weight:600}.recording-limit-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));grid-gap:8px;gap:8px}.recording-limit-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:34px;border-radius:10px;border:1px solid var(--border);background:#ffffff;color:var(--text-soft);font-size:.9rem;font-weight:650;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.recording-limit-option:hover{transform:translateY(-1px);border-color:var(--border-strong)}.recording-limit-option-active{background:#f3f7f6;border-color:rgba(20,92,82,.28);color:var(--primary)}.recording-limit-hint{margin:0;font-size:.86rem}.beta-note,.recording-limit-hint{color:var(--text-faint);line-height:1.5}.beta-note{margin:2px 0 0;font-size:.85rem;text-align:center}.usp-list{gap:10px 16px;flex-wrap:wrap;margin-top:0}.usp-item,.usp-list{display:flex;align-items:center}.usp-item{margin:0;gap:8px;color:var(--text-soft);font-size:.93rem;line-height:1.4;font-weight:500}.capture-panel-header{justify-content:space-between;gap:12px;margin-top:4px;padding-top:16px;border-top:1px solid var(--border)}.capture-panel-header,.capture-status-right{display:flex;align-items:center;flex-wrap:wrap}.capture-status-right{justify-content:flex-end;gap:10px}.status-chip{max-width:100%;padding:10px 14px;border-radius:999px;background:#f8fafc;color:var(--text-soft);font-size:.92rem;line-height:1.4}.status-chip-error{background:var(--danger-soft);color:var(--danger)}.live-timer{display:inline-flex;align-items:center;gap:8px;color:var(--text-faint);font-size:.96rem;font-weight:700}.live-timer-active{color:var(--danger);font-size:1.08rem}.live-timer-paused{color:#947316;font-size:1.08rem}.live-dot{width:10px;height:10px;border-radius:999px;background:currentColor;opacity:0;transform-origin:center}.live-timer-active .live-dot{opacity:1;animation:pulseDot 1.5s ease-in-out infinite}.live-timer-paused .live-dot{opacity:1;animation:none}.action-primary,.action-secondary,.action-tertiary,.primary-cta,.secondary-cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease,opacity .14s ease}.action-primary,.primary-cta{background:var(--primary);color:#ffffff;box-shadow:var(--shadow-soft);border:none}.primary-cta{min-height:66px;padding:16px 20px;border-radius:18px;font-size:1.06rem;font-weight:700}.primary-cta-stop{background:var(--danger)}.action-secondary,.secondary-cta{background:#ffffff;color:var(--text);border:1px solid var(--border-strong)}.secondary-cta{min-height:48px;padding:12px 18px;border-radius:16px;font-weight:600}.secondary-cta-danger{border-color:rgba(180,35,24,.28);color:var(--danger)}.action-primary,.action-secondary,.action-tertiary{min-height:46px;padding:12px 16px;border-radius:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px}.action-tertiary{background:transparent;color:var(--text-soft);border:1px solid transparent}.button-icon{font-size:1rem;line-height:1}.action-primary:hover,.action-secondary:hover,.action-tertiary:hover,.primary-cta:hover:not(:disabled),.secondary-cta:hover:not(:disabled){transform:translateY(-1px)}.action-primary:hover,.primary-cta:hover:not(:disabled){background:var(--primary-hover)}.action-primary:active,.primary-cta:active:not(:disabled){background:var(--primary-active)}.primary-cta-stop:hover:not(:disabled){background:#c43226}.primary-cta-stop:active:not(:disabled){background:#991b1b}.primary-cta:disabled,.secondary-cta:disabled{cursor:not-allowed;opacity:.55;transform:none}.notes-panel{padding:28px;display:grid;grid-gap:28px;gap:28px}.notes-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.notes-heading-block{display:grid;grid-gap:8px;gap:8px}.notes-label{margin:0;color:var(--primary);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.notes-title-row{display:flex;gap:12px;align-items:baseline;flex-wrap:wrap}.notes-title{font-size:clamp(1.9rem,4vw,2.6rem);line-height:1}.notes-date{margin:0;color:var(--text-faint);line-height:1.5;font-size:.98rem}.notes-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.editor-shell,.notes-content{display:grid;grid-gap:26px;gap:26px}.editor-summary,.summary-block{padding:20px;border-radius:18px;background:#f7faf9;border:1px solid rgba(20,92,82,.1)}.section-title{margin:0 0 10px;font-size:.92rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-soft)}.summary-text{margin:0;font-size:1.04rem;line-height:1.8}.editor-grid,.notes-sections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:26px 28px;gap:26px 28px}.editor-section,.notes-section{padding:0;background:transparent;border:none}.notes-list{margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px;line-height:1.7}.notes-list li::marker{color:var(--primary)}.editor-note{margin:0;color:var(--text-soft);line-height:1.7}.editor-textarea{width:100%;min-height:118px;resize:vertical;border-radius:14px;border:1px solid var(--border-strong);background:#ffffff;padding:14px;line-height:1.65;color:var(--text);font-family:var(--font-body)}.editor-textarea-large{min-height:120px}.editor-textarea:focus{outline:2px solid rgba(20,92,82,.14);border-color:rgba(20,92,82,.28)}.transcript-disclosure{border-top:1px solid var(--border);padding-top:18px}.transcript-disclosure summary{cursor:pointer;color:var(--text-faint);font-weight:600}.transcript-text{margin:14px 0 0;white-space:pre-wrap;line-height:1.75;color:var(--text-soft)}.empty-state-panel{padding:28px;display:grid;grid-gap:28px;gap:28px}.empty-state-panel>div:first-child{display:grid;grid-gap:10px;gap:10px}.empty-state-title{font-size:clamp(1.8rem,4vw,2.35rem);line-height:1.06;max-width:none;white-space:nowrap}.empty-steps{display:grid;grid-gap:16px;gap:16px}.empty-step{display:grid;grid-template-columns:34px 1fr;grid-gap:14px;gap:14px;align-items:start;padding:16px 0;border-top:1px solid var(--border)}.empty-step:first-child{border-top:none}.empty-step span{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;color:var(--text);font-weight:700}.empty-step p{margin:4px 0 0;color:var(--text-soft);line-height:1.7}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.45);opacity:.45}}@media (max-width:760px){.site-header-inner{min-height:58px;padding-inline:12px}.site-logo{width:132px;height:38px}.site-header-link{font-size:.84rem}.site-main{padding:16px 12px 36px}.site-footer-inner{display:grid;justify-items:center;grid-gap:18px;gap:18px;padding:26px 18px 32px;text-align:center}.site-footer-inner p{max-width:28rem}.site-footer-links{justify-content:center;gap:10px 16px}.legal-panel{border-radius:20px;padding:22px}.meeting-page{gap:18px}.capture-panel,.empty-state-panel,.notes-panel{border-radius:20px;padding:20px}.capture-panel{gap:14px;padding:18px}.hero-copy{gap:10px}.hero-title{max-width:12.5em;margin-inline:auto;font-size:clamp(2rem,9.4vw,2.55rem);line-height:1.04;text-align:center;letter-spacing:-.035em}.usp-list{gap:6px 12px}.usp-item{font-size:.88rem}.capture-actions{gap:8px;margin-top:0}.primary-cta{min-height:58px;border-radius:16px}.secondary-cta{min-height:44px;border-radius:14px}.upload-help-text{font-size:.78rem}.capture-panel-header,.notes-topbar{display:grid;grid-template-columns:1fr}.capture-status-right{justify-content:center;gap:6px;text-align:center}.capture-panel-header{justify-items:center}.capture-actions{display:grid}.notes-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr) minmax(0,.72fr);align-items:center;grid-gap:6px;gap:6px}.recording-limit-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.recording-limit-group{gap:6px;margin-top:0}.recording-limit-hint,.recording-limit-label{font-size:.8rem}.recording-limit-option{min-height:31px;border-radius:9px;font-size:.82rem}.beta-note{margin-top:-2px;font-size:.76rem;line-height:1.45}.capture-panel-header{gap:8px;margin-top:0;padding-top:12px}.live-timer,.live-timer-active,.live-timer-paused{font-size:.98rem}.status-chip{padding:8px 10px;border-radius:14px;font-size:.84rem}.notes-title-row{display:grid;grid-gap:2px;gap:2px}.notes-actions .action-primary,.notes-actions .action-secondary,.notes-actions .action-tertiary{width:100%;min-height:38px;border-radius:12px;font-size:.78rem;padding:9px 6px;gap:6px;white-space:nowrap}.notes-actions .action-primary{font-weight:750}.notes-actions .action-tertiary{color:var(--text-soft);font-weight:650}.editor-grid,.notes-sections-grid{grid-template-columns:1fr}.empty-state-title{white-space:normal}.action-primary,.action-secondary,.action-tertiary,.primary-cta,.secondary-cta{width:100%}}