:root{--ink:#20332e;--muted:#74817b;--line:#e2e7e2;--green:#245c49;--bg:#f6f7f3;--white:#fff;--soft:#eaf0e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{cursor:default;opacity:.6}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:#fff;border-right:1px solid var(--line);padding:38px 24px;display:flex;flex-direction:column}.identity{font-size:20px;font-weight:650;letter-spacing:-.6px;display:flex;align-items:center;gap:12px}.symbol{font-size:32px;color:var(--green)}.nav-label{font-size:10px;font-weight:650;letter-spacing:1.9px;color:var(--muted);margin:58px 14px 17px}nav{display:grid;gap:8px}nav a{display:flex;justify-content:space-between;padding:14px 16px;border-radius:8px;font-size:14px;color:#65756c}nav a[aria-current]{background:var(--soft);color:var(--green);font-weight:650}nav a span{font-size:12px;opacity:.65}.sidebar-bottom{margin-top:auto;font-size:12px;color:var(--green)}.sidebar-bottom p{font-size:11px;color:var(--muted);line-height:1.8}.demo-dot{display:inline-block;width:7px;height:7px;background:#73996d;border-radius:50%;margin-right:6px}.workspace{margin-left:246px}.topbar{height:94px;padding:0 48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.separator{padding:0 16px;color:#bbc5bd}.account{display:flex;align-items:center;gap:10px;color:var(--ink)}.avatar{display:grid;place-items:center;background:#e6eadf;border:3px solid white;width:36px;height:36px;border-radius:50%;font-size:10px;font-weight:650}main{max-width:1350px;min-height:calc(100vh - 165px);padding:44px 48px 28px;margin:auto}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--green);margin:0 0 12px}h1{font-size:34px;font-weight:500;letter-spacing:-1.4px;margin:0 0 12px}h2{font-size:17px;letter-spacing:-.4px;font-weight:600;margin:0}h3{font-size:14px;font-weight:600;margin:0 0 8px}p{line-height:1.65}.subtitle{font-size:13px;color:var(--muted);margin:0}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}.button{display:inline-block;background:var(--green);color:#fff;padding:12px 18px;border:1px solid var(--green);border-radius:6px;font-size:12px;font-weight:550}.button.secondary{background:white;color:var(--green);border-color:var(--line)}.text-button{border:0;background:none;color:var(--green);padding:0;font-size:12px;text-decoration:underline;text-underline-offset:4px}.hero{background:#e8eee2;border:1px solid #dbe4d4;border-radius:10px;padding:30px 32px;display:flex;justify-content:space-between;align-items:center;gap:20px;overflow:hidden}.hero h2{font-size:24px;font-weight:500;letter-spacing:-.8px;max-width:430px;line-height:1.35}.hero p{font-size:12px;color:#61705f;margin:12px 0 22px}.hero .art{font-size:95px;color:#6d8864;line-height:1;margin-right:24px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0 30px}.stat{background:white;border:1px solid var(--line);border-radius:8px;padding:23px}.stat-label{font-size:12px;color:var(--muted)}.stat-value{font-size:30px;font-weight:500;letter-spacing:-1px;margin:14px 0 8px}.stat-detail{font-size:11px;color:var(--muted)}.columns{display:grid;grid-template-columns:1.6fr 1fr;gap:24px}.panel{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.panel-heading{padding:23px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-heading a{font-size:11px;color:var(--green)}.row{padding:21px 24px;border-bottom:1px solid #edf0eb;display:flex;align-items:center;justify-content:space-between;gap:16px}.row:last-child{border:0}.row-title{font-size:13px;margin:0 0 7px}.row-meta{font-size:11px;color:var(--muted)}.badge{white-space:nowrap;padding:6px 9px;background:#edf2e9;color:#4e7050;border-radius:5px;font-size:10px}.badge.pending{background:#faf0dc;color:#92743b}.activity{padding:23px 24px;display:grid;gap:25px}.activity-item{display:flex;gap:12px}.activity-icon{flex:none;width:27px;height:27px;display:grid;place-items:center;background:var(--soft);border-radius:50%;color:#5b785a;font-size:12px}.activity p{font-size:12px;margin:0 0 5px}.activity time{font-size:10px;color:var(--muted)}.notice{background:var(--soft);padding:16px 20px;border-radius:6px;font-size:12px;color:#586d5a;margin-bottom:24px}.form{padding:24px;max-width:700px}.field{display:grid;gap:9px;margin-bottom:22px}.field label{font-size:12px;font-weight:600}input,textarea{width:100%;padding:12px;border:1px solid #d5ddd4;border-radius:5px;color:var(--ink);background:#fff;font-size:13px}textarea{min-height:130px;resize:vertical}.hint{font-size:11px;color:var(--muted);margin:0}.actions{display:flex;gap:12px;align-items:center}.empty{padding:24px;font-size:13px;color:var(--muted)}footer{padding:24px 48px;display:flex;justify-content:space-between;color:#8b968e;font-size:10px;border-top:1px solid var(--line)}#notification{position:fixed;bottom:24px;right:24px;max-width:calc(100vw - 48px);background:var(--ink);color:white;border-radius:7px;font-size:13px;padding:15px 22px;box-shadow:0 5px 24px #20332e20;display:none}#notification.visible{display:block}.skip{position:fixed;top:-60px;left:16px;background:#fff;padding:12px;z-index:10}.skip:focus{top:10px}@media(min-width:1500px){main{padding-top:58px}.hero{padding:40px}.stats{margin:30px 0}}@media(max-width:1000px){.sidebar{width:200px;padding:28px 16px}.workspace{margin-left:200px}.topbar{padding:0 28px}main{padding:32px 28px}.columns{grid-template-columns:1fr}.hero .art{font-size:70px;margin:0}.stats{gap:12px}.stat{padding:18px}footer{padding:24px 28px}}@media(max-width:650px){.sidebar{position:static;width:auto;padding:18px;border-right:0;border-bottom:1px solid var(--line)}.identity{font-size:18px}.symbol{font-size:25px}.nav-label,.sidebar-bottom{display:none}nav{display:flex;gap:4px;margin-top:18px}nav a{padding:10px;font-size:12px}nav a span{display:none}.workspace{margin:0}.topbar{height:66px;padding:0 20px}.account>span:last-child{display:none}main{padding:28px 20px}.heading{align-items:flex-start;flex-direction:column;gap:18px}h1{font-size:30px}.hero{padding:24px}.hero h2{font-size:22px}.hero .art{display:none}.stats{gap:8px}.stat{padding:14px 10px}.stat-label,.stat-detail{font-size:10px}.stat-value{font-size:25px}.row{padding:18px;flex-wrap:wrap}.panel-heading{padding:20px 18px}footer{padding:22px 20px;gap:10px;flex-direction:column}}

/* Standalone demo entry screens. No account or credential collection. */
.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-header{max-width:1200px;width:100%;margin:0 auto;padding:30px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-layout{width:100%;max-width:1120px;min-height:0;flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px;padding:40px;margin:0 auto 36px}.auth-intro h1{font-size:48px;line-height:1.12;letter-spacing:-2px;margin-top:22px}.auth-intro>p:not(.eyebrow){font-size:15px;color:#596b61;max-width:355px}.auth-art{font-size:150px;line-height:1.2;color:#718d69;margin:26px 0}.auth-intro .auth-caption{font-size:12px}.auth-card{padding:34px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 45px #20332e08}.auth-tabs{display:flex;gap:6px;background:var(--bg);padding:5px;border-radius:8px;margin-bottom:30px}.auth-tabs a{flex:1;justify-content:center;text-align:center}.auth-tabs a[aria-current]{background:var(--green);color:white}.auth-card h2{font-size:27px;line-height:1.2;letter-spacing:-.8px;margin-bottom:12px}.auth-card .notice{margin-top:24px;line-height:1.65}.auth-card input[readonly]{background:var(--bg);color:#596b61}.auth-submit{display:flex;justify-content:space-between;align-items:center;width:100%;padding:15px 18px;font-size:13px}.auth-switch{text-align:center;font-size:13px;margin:24px 0 16px;color:#596b61}.auth-switch a{color:var(--green);font-weight:650;text-decoration:underline;text-underline-offset:4px}.auth-card>.hint{text-align:center;line-height:1.6}.auth-footer{width:100%;max-width:1200px;margin:auto auto 0}.topbar>.text-button{margin-left:auto;margin-right:22px}
@media(max-width:800px){.auth-layout{gap:28px;padding:24px}.auth-intro h1{font-size:36px}.auth-card{padding:26px}.auth-header{padding:24px}.auth-art{font-size:100px}}
@media(max-width:650px){.auth-layout{display:block;padding:0 20px 26px;margin-bottom:0}.auth-intro{padding:18px 0 24px}.auth-intro h1{font-size:32px;margin:14px 0}.auth-art,.auth-caption{display:none}.auth-intro>p:not(.eyebrow){font-size:13px;margin-bottom:0}.auth-card{padding:24px 20px}.auth-tabs{margin-top:0}.auth-header{padding:20px}.auth-card h2{font-size:25px}.auth-footer{padding:22px 20px}.sidebar-bottom{display:block;margin-top:20px}.topbar>.text-button{margin-right:14px}}
