:root{--ink:#0b2436;--forest:#103a2e;--forest-2:#0a2c23;--green:#61ad4e;--green-dark:#408f38;--lime:#94d66e;--paper:#f4f7f5;--white:#fff;--line:#dbe4df;--muted:#66756f;--red:#b42318;--shadow:0 16px 44px rgba(11,36,54,.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.25rem,4vw,4.4rem);line-height:1.02;letter-spacing:-.05em}h2{font-size:1.45rem;letter-spacing:-.025em}.muted{color:var(--muted);line-height:1.6}.eyebrow{display:block;color:var(--green-dark);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:800}.brand img{width:154px;height:54px;object-fit:contain;background:#fff;border-radius:10px;padding:8px}.brand span{color:var(--forest)}
.auth-page{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);background:#fff}.auth-copy{min-height:100vh;padding:clamp(50px,8vw,120px);background:var(--forest);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-copy:before{content:"";position:absolute;width:480px;height:480px;border:74px solid rgba(148,214,110,.22);border-radius:50%;right:-300px;bottom:-210px}.auth-copy .eyebrow{color:var(--lime)}.auth-copy h1{max-width:670px}.auth-copy p{font-size:1.12rem;line-height:1.7;max-width:590px;color:#d9e7df}.trust-row{display:flex;gap:24px;margin-top:38px;color:#bcd6c8;font-size:.85rem}.trust-row span:before{content:"✓";color:var(--lime);font-weight:900;margin-right:8px}.auth-panel{min-height:100vh;padding:50px 7vw;display:flex;align-items:center;justify-content:center}.auth-card{width:min(100%,480px)}.auth-card.wide{width:min(100%,680px)}.auth-card .brand{margin-bottom:42px}.auth-card h2{font-size:2rem;margin-bottom:8px}.step{display:flex;align-items:center;gap:8px;margin-bottom:28px;color:#8a9792;font-size:.78rem;font-weight:700}.step b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e8eeeb;color:#62716a}.step b:first-child,.step.complete b{background:var(--green);color:#fff}.step i{height:1px;background:var(--line);width:44px;margin:0 6px}.step.complete span:first-of-type{color:var(--green-dark)}
.stack,.form-grid{display:grid;gap:20px}.form-grid{grid-template-columns:1fr 1fr}.span-2{grid-column:span 2}label{display:grid;gap:8px;font-size:.83rem;font-weight:750;color:#253d34}input,select,textarea{width:100%;border:1px solid #c9d6d0;border-radius:10px;background:#fff;color:var(--ink);padding:13px 14px;outline:0;transition:.2s;border-color:.2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(97,173,78,.14)}textarea{resize:vertical;line-height:1.5}label small{font-weight:500;color:var(--muted)}.code{text-align:center;font-size:2rem;font-weight:800;letter-spacing:.32em}.check{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;font-weight:500;line-height:1.45}.check input{width:18px;height:18px;margin-top:2px;accent-color:var(--green)}.check.boxed{border:1px solid var(--line);border-radius:10px;padding:12px}.check.boxed span{display:grid;gap:3px}.check.boxed small{font-size:.75rem}.button{border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;font-weight:800;transition:transform .15s,background .15s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.secondary{background:var(--forest);color:#fff}.button.ghost{border:1px solid var(--line);background:#fff}.button.compact{min-height:44px;width:auto}.switch{margin:24px 0 0;text-align:center;color:var(--muted)}.switch a,.staff-link,.resend button{color:var(--green-dark);font-weight:800}.staff-link{display:block;text-align:center;margin-top:18px;font-size:.82rem}.resend{text-align:center;margin-top:18px}.link-button{border:0;background:none}.alert{padding:13px 15px;border-radius:9px;background:#fff0ef;color:var(--red);border:1px solid #fecaca;margin:0 0 20px;font-size:.88rem}.alert.success{background:#edf9e9;color:#277026;border-color:#bde5b5}
.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--forest);color:#dcebe3;padding:30px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand.inverse span{color:#fff}.sidebar nav{display:grid;gap:7px;margin-top:54px}.sidebar nav a{padding:12px 14px;border-radius:9px;display:flex;align-items:center;gap:11px;font-weight:700;font-size:.91rem}.sidebar nav a i{width:7px;height:7px;border-radius:50%;background:#709284}.sidebar nav a.active{background:rgba(255,255,255,.11);color:#fff}.sidebar nav a.active i{background:var(--lime)}.account{margin-top:auto;border-top:1px solid rgba(255,255,255,.14);padding:20px 8px 0;display:grid;gap:4px}.account small{color:#9eb7ab}.account form{margin-top:12px}.account button{border:0;background:none;color:var(--lime);font-weight:750;padding:0}.workspace{min-width:0}.workspace>header{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 4vw;gap:16px;font-weight:800;position:sticky;top:0;z-index:4}.workspace>header a{margin-left:auto;color:var(--green-dark)}.menu{display:none;border:0;background:transparent;font-size:1.4rem}.workspace-inner{padding:48px 4vw 70px;max-width:1600px;margin:auto}.welcome,.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.welcome h1,.page-head h1{font-size:clamp(2.2rem,4vw,3.8rem);margin-bottom:8px}.welcome p,.page-head p{color:var(--muted);margin:0}.page-head.narrow{max-width:850px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.metrics article,.card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 22px rgba(11,36,54,.04)}.metrics article{padding:22px;display:grid;gap:8px}.metrics span{color:var(--muted);font-size:.82rem;font-weight:700}.metrics strong{font-size:2.2rem}.metrics a,.card-head a{color:var(--green-dark);font-size:.82rem;font-weight:800}.card{padding:24px}.content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:20px;margin-top:20px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:4px}.card-head h2{margin:0}.support{background:var(--forest);color:#fff}.support .eyebrow{color:var(--lime)}.support p{color:#c6d9cf;line-height:1.7}.support .button{margin-top:18px;background:#fff;color:var(--forest)}.request-list>a{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 4px;border-bottom:1px solid #edf1ef}.request-list>a:last-child{border-bottom:0}.request-list>a>div{display:grid;gap:5px}.request-list>a>div:last-child{display:flex;align-items:center;gap:15px}.request-list span{font-size:.79rem;color:var(--muted)}.status,.badge{display:inline-flex;padding:6px 9px;border-radius:99px;background:#edf7e9;color:#2c762a;font-size:.72rem;font-weight:800}.empty{text-align:center;padding:55px 20px;color:var(--muted)}.empty h2,.empty h3{color:var(--ink)}.request-form{max-width:920px}.actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding-top:20px}.site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.site-card h2{margin:18px 0 8px}.site-card p{color:var(--muted);line-height:1.6}.detail p{color:#41564e;line-height:1.75}.detail dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.detail dl div{padding:14px;background:var(--paper);border-radius:9px}.detail dt{font-size:.73rem;color:var(--muted);margin-bottom:5px}.detail dd{margin:0;font-weight:800}.timeline{display:grid;gap:0}.timeline>div{position:relative;padding:0 0 24px 24px;border-left:2px solid #dfe9e4;display:grid;gap:4px}.timeline i{position:absolute;left:-6px;top:2px;width:10px;height:10px;border-radius:50%;background:var(--green)}.timeline span{font-size:.75rem;color:var(--muted)}.timeline p{font-size:.82rem;margin:5px 0 0;color:#4d625a}.error-page{min-height:100vh;display:grid;place-content:center;gap:30px;padding:30px}.error-page .card{max-width:600px}.error-page h1{font-size:3rem}
@media(max-width:980px){.auth-page{grid-template-columns:1fr}.auth-copy{min-height:360px;padding:55px 8vw}.auth-copy h1{font-size:3rem}.auth-panel{min-height:auto;padding:60px 7vw}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;z-index:10;transform:translateX(-100%);transition:.2s;width:270px}.nav-open .sidebar{transform:translateX(0)}.menu{display:block}.metrics,.site-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.workspace-inner{padding-top:34px}}
@media(max-width:640px){.auth-copy{min-height:300px}.auth-copy h1{font-size:2.55rem}.auth-copy p{font-size:1rem}.trust-row{display:grid;gap:8px}.auth-panel{padding:38px 22px}.auth-card .brand{margin-bottom:30px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.workspace-inner{padding:28px 18px 55px}.workspace>header{padding:0 18px}.welcome,.page-head{align-items:flex-start;flex-direction:column}.metrics,.site-grid{grid-template-columns:1fr}.detail dl{grid-template-columns:1fr}.actions{flex-direction:column-reverse}.actions .button{width:100%}.request-list>a{align-items:flex-start}.request-list>a>div:last-child b{display:none}.brand img{width:132px}.auth-copy:before{display:none}}
