:root{--ink:#17211d;--muted:#6e7771;--paper:#f3f0e8;--card:rgba(255,255,255,.72);--green:#244b3b;--mint:#9ecab7;--gold:#d4ab62;--line:rgba(23,33,29,.11)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;min-height:100vh}.orb{position:fixed;border-radius:50%;filter:blur(2px);opacity:.45;z-index:-1}.orb-a{width:520px;height:520px;right:-160px;top:-170px;background:radial-gradient(circle,#b9d8ca,transparent 68%)}.orb-b{width:420px;height:420px;left:-200px;bottom:-180px;background:radial-gradient(circle,#e8c98f,transparent 70%)}main{max-width:1240px;margin:auto;padding:28px 28px 50px}header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:22px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:650;letter-spacing:-.02em}.brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:var(--paper);font-family:Georgia;font-size:25px}.brand small{display:block;font-size:8px;letter-spacing:.16em;color:var(--muted);margin-top:3px}.status{font-size:12px;padding:7px 12px;border-radius:30px;background:#e4e1d9}.hidden{display:none!important}.login{display:grid;grid-template-columns:1.3fr .7fr;gap:10vw;align-items:center;min-height:75vh}.eyebrow{font-size:10px;letter-spacing:.2em;font-weight:750;color:var(--green)}h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,82px);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:14px 0}h1 em{color:var(--green);font-weight:400}.lead{max-width:620px;color:var(--muted);line-height:1.7;font-size:17px}.panel,.scores article{background:var(--card);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 60px rgba(36,50,44,.07);backdrop-filter:blur(14px);border-radius:24px}.login .panel{padding:34px}.panel h2{font-family:Georgia;font-weight:400;font-size:28px;margin:5px 0 25px}label{display:block;font-size:12px;font-weight:650;margin:18px 0}input{width:100%;margin-top:8px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#faf9f5;font:inherit}button,.button{border:0;border-radius:10px;background:var(--green);color:white;padding:12px 17px;font:inherit;font-size:13px;cursor:pointer;text-decoration:none;display:inline-block}.login button{width:100%;margin-top:6px}.error,.danger{color:#a33}.hero{display:flex;justify-content:space-between;align-items:end;padding:55px 0 30px}.hero h1{font-size:46px;margin:8px 0}.hero #date{color:var(--muted);margin:0}.actions{display:flex;gap:8px}.ghost,.icon{background:rgba(255,255,255,.6);color:var(--ink);border:1px solid var(--line)}.scores{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.scores article{padding:24px}.scores span{font-size:12px;color:var(--muted)}.scores strong{display:block;font-family:Georgia;font-size:52px;font-weight:400;margin:10px 0 3px}.scores small{color:var(--green)}.grid{display:grid;grid-template-columns:1.55fr .85fr;gap:14px;margin-top:14px}.grid>.panel{padding:25px;min-height:360px}.panel-title{display:flex;justify-content:space-between}.legend{font-size:11px;color:var(--muted)}canvas{width:100%;margin-top:10px}.insight #insight{white-space:pre-wrap;color:#4d5751;line-height:1.65;font-size:14px}.sync-progress{padding:25px;margin-top:14px}.sync-summary{display:flex;align-items:center;gap:18px}.sync-summary strong{font-family:Georgia;font-size:40px;font-weight:400}.sync-summary p{margin:5px 0;color:var(--muted);font-size:12px}.progress-track{height:8px;background:#dde3de;border-radius:20px;overflow:hidden;margin:16px 0}.progress-track i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--green),var(--mint));transition:width .35s}.sync-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.resource-list{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 18px;list-style:none;padding:15px 0 0;margin:15px 0 0;border-top:1px solid var(--line)}.resource-list li{display:flex;justify-content:space-between;gap:8px;padding:6px 0;font-size:12px;color:var(--muted)}.resource-list li small{font-size:9px;text-align:right}.resource-list .current{color:var(--green);font-weight:700}.resource-list .warning{color:#a36a35}.chat{padding:25px;margin-top:14px}.chat h2{margin-bottom:10px}.chat #messages{max-height:480px;overflow:auto;padding:10px 0;display:flex;flex-direction:column;gap:10px}.assistant-message,.user-message{max-width:82%;padding:14px 16px;border-radius:16px;line-height:1.55;font-size:14px;white-space:pre-wrap}.assistant-message{background:#e8eee9;border-bottom-left-radius:4px}.user-message{background:var(--green);color:white;align-self:flex-end;border-bottom-right-radius:4px}.chat form{display:flex;gap:8px;margin-top:12px}.chat form input{margin:0}.chat-note{display:block;color:var(--muted);margin-top:10px}.thinking{opacity:.65}.footer-row{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:11px;padding:25px 3px}.footer-row a{color:var(--muted);margin-right:18px}.footer-row button{padding:0;background:none;font-size:11px}.notice{padding:12px 16px;border-radius:10px;background:#e5efe9;margin-bottom:14px;font-size:13px}.notice.error{background:#f3dfdc}.legal{max-width:800px;margin:60px auto;line-height:1.7}.legal h1{font-size:48px}.legal h2{margin-top:34px}@media(max-width:850px){.login,.grid{grid-template-columns:1fr}.login{padding:55px 0}.hero{align-items:start;gap:25px;flex-direction:column}.scores{grid-template-columns:1fr 1fr}.actions{flex-wrap:wrap}}@media(max-width:480px){main{padding:20px 16px}.scores{grid-template-columns:1fr}.hero h1{font-size:39px}.login h1{font-size:48px}.footer-row{align-items:start;gap:15px;flex-direction:column}}
