:root{--ink:#14211e;--muted:#6d7975;--green:#164b3e;--green2:#206553;--cream:#f4f1e9;--line:#dfe5e1;--white:#fff;--gold:#c5a24b}
*{box-sizing:border-box}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:#edf1ee;color:var(--ink)}button,input,textarea{font:inherit}button{cursor:pointer}
.shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}aside{background:#102b25;color:white;padding:30px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:48px}.brand>span{display:grid;place-items:center;width:43px;height:43px;border:1px solid #668077;border-radius:14px;color:#f0d88b;font-size:25px}.brand div{display:flex;flex-direction:column}.brand strong{font-size:23px}.brand small{color:#9db2aa}
nav{display:grid;gap:8px}.nav{border:0;background:transparent;color:#bdd0c9;padding:13px 16px;border-radius:10px;text-align:right}.nav:hover,.nav.active{background:#20473d;color:#fff}.privacy{margin-top:auto;color:#91aaa1;font-size:12px;border-top:1px solid #29483f;padding-top:18px}
main{padding:38px 5vw 70px;max-width:1500px;width:100%}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}header p,.title-row p{color:var(--muted);margin:0 0 5px}h1,h2,h3{margin:0}h1{font-size:30px}.primary{background:var(--green);color:white;border:0;border-radius:10px;padding:12px 19px}.primary:hover{background:var(--green2)}
.view{display:none}.view.active{display:block}.hero{background:linear-gradient(115deg,#173f36,#0e2c26);color:white;border-radius:20px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 14px 35px #12372e24}.hero small{color:#e4ce82}.hero h2{font-size:27px;margin:8px 0}.hero p{color:#bed0ca}.hero-mark{border:1px solid #638077;border-radius:50%;width:90px;height:90px;display:grid;place-items:center;font-size:46px;color:#dfc66f}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.stats article,.panel,.card{background:white;border:1px solid var(--line);border-radius:16px;padding:20px}.stats b{font-size:30px;color:var(--green);display:block}.stats span{color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel-head,.title-row,.card-top{display:flex;align-items:center;justify-content:space-between}.panel-head{margin-bottom:15px}.panel-head button{border:0;background:transparent;color:var(--green)}.empty{padding:26px 10px;text-align:center;color:#95a09c;border:1px dashed #d5ddda;border-radius:12px}
.title-row{margin-bottom:22px}.title-row h2{font-size:27px}.title-row input{min-width:310px}.cards{display:grid;gap:12px}.card{box-shadow:0 5px 18px #183b3210}.card h3{font-size:17px}.card p{color:#4f5f5a;line-height:1.7;white-space:pre-wrap}.meta{display:flex;gap:12px;color:#89938f;font-size:12px}.tag{background:#eef5f1;color:#24604f;padding:4px 9px;border-radius:999px}.card-actions{display:flex;gap:8px}.icon-btn{border:0;background:#f1f4f2;border-radius:8px;padding:7px 10px}.done{opacity:.55}.done h3{text-decoration:line-through}
input,textarea{border:1px solid #ccd6d2;background:#fff;border-radius:10px;padding:12px 14px;width:100%;outline:0}input:focus,textarea:focus{border-color:#397663;box-shadow:0 0 0 3px #39766318}
.voice-field{position:relative;width:100%}.voice-field input,.voice-field textarea{padding-left:52px}.voice-mic{position:absolute;left:7px;top:7px;width:37px;height:37px;border:0;border-radius:9px;background:#edf4f1;color:var(--green);display:grid;place-items:center;z-index:2}.voice-field textarea+.voice-mic{top:8px}.voice-mic.listening{background:#fbe4e1;color:#a3342b;animation:pulse 1.2s infinite}.voice-hint{color:#27705c!important}
dialog{border:0;border-radius:18px;padding:0;box-shadow:0 25px 80px #071a1560;max-width:620px;width:92%}dialog::backdrop{background:#081b1766;backdrop-filter:blur(3px)}.modal{padding:30px;display:grid;gap:15px}.close{position:absolute;left:16px;top:13px;border:0;background:transparent;font-size:27px;color:#71807a}.eyebrow{color:var(--gold);margin:0}.pulse{width:80px;height:80px;margin:5px auto;display:grid;place-items:center;border-radius:50%;background:#edf5f1;font-size:32px}.pulse.live{animation:pulse 1.2s infinite;background:#fee9e7}.record-actions,.modal-actions{display:flex;gap:10px;justify-content:center}.record-actions button:not(.primary),.modal-actions button:not(.primary){border:1px solid var(--line);background:white;border-radius:10px;padding:11px 15px}.modal-actions{justify-content:flex-start;border-top:1px solid var(--line);padding-top:15px}.modal small{text-align:center;color:var(--muted)}audio{width:100%;height:35px}
@keyframes pulse{50%{box-shadow:0 0 0 13px #d8685c22}}@media(max-width:800px){.shell{display:block}aside{height:auto;position:static;padding:18px}.brand{margin:0 0 15px}nav{display:flex;overflow:auto}.privacy{display:none}main{padding:24px 16px}.grid,.stats{grid-template-columns:1fr}.hero-mark{display:none}.title-row{align-items:flex-start;gap:14px}.title-row input{min-width:0;width:45%}}
