@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--navy:#0b1020;--navy2:#141b32;--ink:#161b2c;--muted:#697086;--line:#e7e9ef;--purple:#3e377c;--red:#ed0038;--bg:#f5f6f8;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none;color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;z-index:20;left:0;top:0;bottom:0;width:245px;background:linear-gradient(180deg,var(--navy),#10162a);color:#fff;padding:30px 18px;display:flex;flex-direction:column}
.brand{padding:4px 12px 30px;border-bottom:1px solid rgba(255,255,255,.1)}.brand img{width:170px;height:auto;display:block;filter:brightness(0) invert(1);opacity:.95}.brand span{display:block;margin-top:13px;font-size:11px;letter-spacing:3px;color:#b9bed0;font-weight:700}
nav{padding-top:24px;display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:9px;color:#aeb5c9;font-size:14px;font-weight:600;transition:.2s}.nav-item span{width:20px;text-align:center;color:#d7d9e3}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.09);color:#fff}.nav-item.active{box-shadow:inset 3px 0 var(--red)}
.sidebar-footer{margin-top:auto;padding:16px 13px;display:flex;flex-direction:column;gap:5px;color:#737b91;font-size:11px}
.main{margin-left:245px;min-width:0;width:calc(100% - 245px)}.topbar{height:66px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;gap:20px;position:sticky;top:0;z-index:10}.crumb{font-size:12px;color:#8a90a2;letter-spacing:.7px}.crumb strong{color:#242a3d}.logout{margin-left:auto;font-size:12px;font-weight:700;color:#626a7e}.menu-btn{display:none;border:0;background:none;font-size:22px}
.hero{min-height:330px;background:linear-gradient(115deg,#171b32 0%,#262b4b 52%,#3e377c 100%);color:#fff;padding:58px clamp(30px,6vw,90px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:430px;height:430px;border:70px solid rgba(255,255,255,.035);border-radius:50%;right:-130px;top:-150px}.eyebrow{font-size:10px;letter-spacing:2.4px;font-weight:800;color:#969eb5;margin:0 0 12px}.hero .eyebrow{color:#c6c9d8}.hero h1{font-size:clamp(34px,4vw,58px);line-height:1.04;margin:0;letter-spacing:-2px}.hero h1 strong{color:#fff}.hero-text{max-width:560px;color:#c9cddd;line-height:1.7;font-size:15px}.hero-mark{font-size:250px;line-height:1;font-weight:800;color:rgba(255,255,255,.05);margin-right:5vw;transform:rotate(-5deg)}
.content{max-width:1300px;margin:auto;padding:42px clamp(22px,4vw,62px)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h2{margin:0;font-size:25px;letter-spacing:-.7px}.status{font-size:11px;color:#697086;display:flex;align-items:center;gap:7px}.status i{width:7px;height:7px;border-radius:50%;background:#2eaf6d;display:block}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;min-height:150px;box-shadow:0 3px 14px rgba(16,23,40,.035);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(16,23,40,.08)}.card .icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#f0eff8;color:var(--purple);font-weight:800;margin-bottom:17px}.card:nth-child(2) .icon{background:#fff0f3;color:var(--red)}.card h3{margin:0 0 7px;font-size:15px}.card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:15px;margin-top:15px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px}.panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.panel h2{font-size:17px;margin:0}.panel-title a{font-size:11px;font-weight:700;color:var(--purple)}.notice{display:flex;gap:13px;padding:14px 0;border-top:1px solid var(--line)}.notice-dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:var(--red);margin-top:6px}.notice strong{font-size:13px}.notice p{margin:5px 0;color:var(--muted);font-size:12px;line-height:1.5}.notice small{font-size:10px;color:#9aa0b0}.factory{min-height:245px;background:linear-gradient(135deg,#20263d,#3e377c);position:relative;overflow:hidden;color:#fff}.factory:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 35%,rgba(237,0,56,.65) 35%,rgba(237,0,56,.65) 38%,transparent 38%);opacity:.35}.factory-overlay{position:relative;z-index:1;max-width:390px}.factory .eyebrow{color:#bfc3d4}.factory h2{font-size:25px;line-height:1.15;margin:0 0 12px}.factory p:last-child{color:#cbd0df;font-size:12px;line-height:1.7}
footer{padding:25px clamp(22px,4vw,62px);border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#9298a8;font-size:10px;letter-spacing:.2px}
@media(max-width:1000px){.cards{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.hero-mark{display:none}}
@media(max-width:700px){.sidebar{transform:translateX(-100%);transition:.25s;box-shadow:10px 0 30px rgba(0,0,0,.2)}.sidebar.open{transform:translateX(0)}.main{margin-left:0;width:100%}.menu-btn{display:block}.topbar{padding:0 18px}.hero{padding:45px 25px;min-height:300px}.hero h1{font-size:42px}.content{padding:30px 18px}.cards{grid-template-columns:1fr}.section-head{align-items:start;gap:12px;flex-direction:column}footer{flex-direction:column;gap:8px}}
