:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#203a32;background:#f5f6f1;font-synthesis:none;--green:#143c32;--muted:#67766e;--line:#dce3d9;--lime:#d6ee93;--red:#a83632}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{outline-offset:4px}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,.button{border:1px solid var(--green);background:var(--green);color:white;padding:11px 18px;border-radius:9px;font-weight:650;display:inline-flex;gap:8px;align-items:center;justify-content:center;text-decoration:none;font-size:.9rem}button:hover{filter:brightness(1.12)}button.secondary,.button.secondary{background:white;color:var(--green);border-color:var(--line)}button.danger{background:white;color:var(--red);border-color:#e6c7c5}button.small{padding:7px 11px;font-size:.8rem}a{color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.8rem,3vw,2.65rem);font-weight:650;letter-spacing:-1.2px;line-height:1.15;margin-bottom:12px}h2{font-size:1.25rem;letter-spacing:-.4px}h3{font-size:1rem}p{line-height:1.6}small,.muted{color:var(--muted)}small{line-height:1.5}label{display:block;font-size:.88rem;font-weight:600;margin:16px 0 7px}input:not([type=checkbox]),textarea,select{width:100%;border:1px solid #cbd6cc;background:white;color:#203a32;border-radius:8px;padding:11px 12px}textarea{resize:vertical;min-height:105px;line-height:1.6}input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.check{display:flex;align-items:flex-start;gap:10px;line-height:1.6;font-weight:400}.check input{margin-top:4px}form{margin:0}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between}.stack{display:grid;gap:20px}.columns{display:grid;grid-template-columns:1.25fr 1fr;gap:24px}.card{background:white;border:1px solid var(--line);border-radius:14px;padding:26px}.eyebrow{font-size:.7rem;font-weight:750;text-transform:uppercase;letter-spacing:1.6px;color:var(--muted);margin-bottom:12px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:20px;font-size:.72rem;font-weight:650;background:#eef2e9;padding:5px 10px;white-space:nowrap}.pill.ready{background:#e1f0cb;color:#355821}.pill.needs_changes{background:#fff0d9;color:#885813}.pill.needs_review{background:#e9eefb;color:#466085}.pill.withdrawn_or_changed{background:#f4e4e1;color:#984b3f}.empty{padding:36px 20px;text-align:center;color:var(--muted);border:1px dashed #ccd6c9;border-radius:12px}.shell{display:grid;grid-template-columns:235px 1fr;min-height:100vh}.sidebar{padding:32px 21px;background:var(--green);color:#f2f7eb;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{font-size:1.45rem;letter-spacing:-.7px;font-weight:700;display:flex;align-items:center;gap:11px}.brand-mark{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:9px;background:var(--lime);color:var(--green);font-size:22px}.brand-sub{color:#acbeb3;font-size:.72rem;letter-spacing:2px;margin:8px 0 40px 43px}.nav{display:grid;gap:6px}.nav button{justify-content:flex-start;border:0;background:transparent;color:#b9cec2;padding:12px 14px;font-weight:500}.nav button.active{background:#2c5245;color:#f5f8ec}.nav .nav-icon{font-size:17px;width:24px;text-align:center}.sidebar-bottom{margin-top:auto;padding:24px 10px 0;font-size:.85rem}.sidebar-bottom small{color:#aec3b5}.sidebar-bottom button{padding-left:0;color:#cfdecf;background:transparent;border:0;font-size:.78rem}.main{padding:35px 5vw 60px;max-width:1500px;width:100%;margin:auto}.topbar{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:36px;display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:.8rem;color:var(--muted)}.online{display:inline-block;width:7px;height:7px;background:#5c9550;border-radius:50%;margin-right:6px}.page-heading{margin-bottom:28px}.page-heading p{color:var(--muted);max-width:650px;margin-bottom:0}.hero{background:#eaf0dd;border-color:#dce7c9;position:relative;overflow:hidden}.hero h2{font-size:1.55rem;max-width:440px}.hero p{max-width:620px;color:#526950}.hero .eyebrow{color:#55734b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:21px}.stat strong{display:block;font-size:2rem;font-weight:600;margin:8px 0}.stat small{font-size:.75rem}.steps{counter-reset:step;display:grid;gap:0}.step{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid #edf0e8}.step:last-child{border:0}.step:before{counter-increment:step;content:counter(step);flex:none;width:28px;height:28px;border-radius:50%;background:#eff3e9;display:grid;place-items:center;font-size:.8rem;font-weight:700}.step p{font-size:.87rem;margin:4px 0 0;color:var(--muted)}.step h3{margin:2px 0 0}.prompt-instruction{padding:22px;background:#f3f6ed;border-radius:10px;margin:18px 0;font-size:1.13rem;line-height:1.65}.recorder{background:#f6f8f3;border:1px solid var(--line);padding:25px;text-align:center;border-radius:12px;margin:22px 0}.timer{font-size:2.5rem;letter-spacing:1px;font-variant-numeric:tabular-nums;line-height:1.4}.meter{height:5px;background:#dce6d7;border-radius:3px;overflow:hidden;margin:15px auto;width:100%;max-width:280px}.meter progress{width:100%;height:5px;accent-color:#72a75b;display:block}.recorder .row{justify-content:center}.record-button{background:#b6483d;border-color:#b6483d}.recording-dot{width:8px;height:8px;background:currentColor;border-radius:50%;display:inline-block}audio{width:100%;max-width:100%;margin:16px 0 8px}details{margin:18px 0;font-size:.85rem;color:var(--muted)}details summary{cursor:pointer;padding:5px 0}.clip-list{display:grid;gap:15px}.clip-item{display:flex;align-items:center;gap:18px;justify-content:space-between}.clip-item h3{margin:0 0 7px}.clip-item p{font-size:.82rem;margin:0;color:var(--muted)}.clip-preview{margin-top:13px!important;color:#41524a!important;max-width:580px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}th{text-align:left;color:var(--muted);font-weight:500;font-size:.75rem}td,th{padding:14px 9px;border-bottom:1px solid var(--line)}td:first-child,th:first-child{padding-left:0}.account-badge{height:31px;width:31px;border-radius:50%;background:#e9efdf;display:grid;place-items:center;color:var(--green);font-weight:700}.alert{background:#fff4df;border:1px solid #ebdfbe;padding:15px 18px;border-radius:10px;font-size:.85rem;line-height:1.6;margin-bottom:20px}.success{background:#ecf4e6;border-color:#d2e4c4}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-intro{background:var(--green);color:white;padding:9vh 7vw;display:flex;flex-direction:column;justify-content:center}.auth-intro h1{font-size:clamp(2.3rem,4.2vw,4rem);margin-top:70px;max-width:480px}.auth-intro p{color:#becfc1;font-size:1.05rem;max-width:410px}.auth-intro .brand{color:white}.auth-intro .footer-note{font-size:.75rem;margin-top:50px;color:#a8c0ae}.auth-content{display:grid;place-items:center;padding:40px}.auth-panel{width:100%;max-width:420px}.auth-panel h2{font-size:1.7rem}.auth-panel button[type=submit]{width:100%;margin-top:22px}.auth-panel p{font-size:.9rem;color:var(--muted)}.loading{padding:10vh;text-align:center}#notice{position:fixed;z-index:20;bottom:22px;left:50%;transform:translateX(-50%);background:#203c32;color:white;border-radius:10px;box-shadow:0 5px 30px #14291b33;padding:15px 22px;max-width:min(90vw,600px);font-size:.9rem}#notice.error{background:#8e332b}.divider{border:0;border-top:1px solid var(--line);margin:25px 0}.review-note{border-left:3px solid #cfdcc4;padding:8px 15px;margin:15px 0;font-size:.9rem}.review-note p{margin:4px 0 0}.invite-result{margin-top:20px;background:#f0f5e7;padding:17px;border-radius:10px;overflow-wrap:anywhere}.invite-result input{font-size:.8rem;margin:10px 0}.coverage{display:grid;gap:13px}.coverage-row{display:flex;justify-content:space-between;font-size:.85rem;gap:12px}.coverage-row span{color:var(--muted)}.footer-copy{margin-top:24px;font-size:.78rem;color:var(--muted)}[hidden]{display:none!important}@media(max-width:1000px){.shell{grid-template-columns:190px 1fr}.sidebar{padding:25px 12px}.main{padding:28px 4vw}.columns{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.auth-intro{padding:7vh 5vw}}@media(max-width:650px){.shell{display:block}.sidebar{height:auto;position:relative;padding:18px}.brand-sub{display:none}.nav{display:flex;overflow-x:auto;margin-top:18px;gap:3px}.nav button{white-space:nowrap;font-size:.8rem;padding:10px}.nav-icon{display:none}.sidebar-bottom{display:none}.main{padding:20px 18px 60px}.topbar{margin-bottom:25px;padding-bottom:15px}.card{padding:20px}.stats{gap:10px}.stat{padding:16px}.clip-item{align-items:flex-start;gap:10px}.auth{display:block}.auth-intro{padding:27px}.auth-intro h1{font-size:2rem;margin:28px 0 12px}.auth-intro .footer-note{display:none}.auth-intro p{font-size:.88rem;margin-bottom:0}.auth-content{padding:30px 24px}.page-heading{margin-bottom:22px}.clip-item .row{justify-content:flex-end}.card .row button{min-height:38px}}
