*{box-sizing:border-box}html,body{margin:0;background:#07101d;color:#eaf1f8;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{min-height:100vh;background:radial-gradient(circle at 85% 0,#10243b 0,transparent 32%),#07101d}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#091523;border-right:1px solid #17263a;padding:22px 16px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;padding:6px 8px 24px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#1c8cff,#16c3a5);display:grid;place-items:center;font-weight:900}.brand strong{display:block;letter-spacing:.08em}.brand small,.topbar p,.user-pill small,.route-main small,td small,.stat-card small,.mini-card small,.load-card small{display:block;color:#8092a8}.nav-item{display:flex;gap:12px;align-items:center;padding:12px 14px;color:#8fa0b4;text-decoration:none;border-radius:12px;margin:4px 0}.nav-item:hover,.nav-item.active{background:#112337;color:#fff}.sidebar-foot{position:absolute;bottom:20px;color:#6f8197;font-size:12px}.status-dot{display:inline-block;width:8px;height:8px;background:#16c3a5;border-radius:50%;margin-right:8px}.topbar{height:80px;border-bottom:1px solid #17263a;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;background:rgba(7,16,29,.9);backdrop-filter:blur(12px);z-index:10}.topbar h1{font-size:18px;margin:0}.topbar p{font-size:12px;margin:4px 0 0}.user-pill{display:flex;gap:10px;align-items:center}.user-pill>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#14263a}.user-pill b{display:block;font-size:13px}.content{padding:28px;max-width:1500px;margin:auto}.hero{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.hero.compact{align-items:center}.hero h2{font-size:30px;margin:4px 0 6px}.hero p{color:#879ab0;margin:0}.eyebrow{font-size:11px;letter-spacing:.16em;color:#42a7ff}.primary{border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;background:#198cff;color:white}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card,.mini-card{background:#0d1b2b;border:1px solid #182b40;border-radius:16px;padding:18px}.stat-card strong,.mini-card strong{display:block;font-size:27px;margin:7px 0}.stat-card span,.mini-card span{font-size:12px;color:#2fd4ae}.grid-two{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:18px}.panel{background:#0d1b2b;border:1px solid #182b40;border-radius:18px;padding:18px}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:14px}.panel h3{margin:0 0 4px}.panel p{margin:0;color:#7f91a7;font-size:12px}.panel a{color:#50a9ff;text-decoration:none;font-size:13px}.badge,.return-badge,.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800}.badge{background:#142a42;color:#9dcfff}.return-badge{background:#0c3c35;color:#44deb8}.status{background:#17374a;color:#80d8ff}.alert{display:flex;gap:10px;padding:13px;border-radius:12px;margin:9px 0;background:#101f30}.alert.warning span{color:#f6c85f}.alert.danger span{color:#ff6b7a}.alert.info span{color:#58a6ff}.alert p{font-size:13px;color:#cbd6e2}.route-row,.match-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #17283b}.route-icon{width:38px;height:38px;border-radius:10px;background:#13283e;display:grid;place-items:center}.route-main,.match-row>div:nth-child(2){flex:1}.route-main b,.match-row b{display:block}.route-main span{color:#4ba6ff}.score{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0d3e36;color:#4de2bc;font-weight:900}.score.big{width:64px;height:64px;font-size:18px}.chart-bars{height:210px;display:flex;gap:16px;align-items:end;padding-top:20px}.bar-col{flex:1;height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:8px}.bar{width:70%;background:linear-gradient(180deg,#3ea5ff,#1572d8);border-radius:8px 8px 3px 3px;min-height:14px}.bar-col small{color:#73869d}.table-panel{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid #18293d;font-size:13px}th{color:#758aa1;font-size:11px;text-transform:uppercase}.cards-three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.cards-list{display:grid;gap:13px}.load-card,.match-card{background:#0d1b2b;border:1px solid #182b40;border-radius:17px;padding:18px;display:flex;align-items:center;gap:18px;justify-content:space-between}.load-card h3,.match-card h3{margin:8px 0 4px}.load-card p,.match-card p{margin:0;color:#8294aa}.grow{flex:1}.checks{margin-top:9px;color:#5adbb9;font-size:12px}.timeline{display:flex;align-items:flex-start;overflow:auto;padding:18px 4px}.step{min-width:130px;position:relative;padding-top:25px;color:#687c92}.step:before{content:'';position:absolute;top:7px;left:0;width:12px;height:12px;border-radius:50%;background:#2a3a4b;border:3px solid #0d1b2b;z-index:2}.step:after{content:'';position:absolute;top:12px;left:10px;width:100%;height:2px;background:#23364b}.step.done,.step.current{color:#e8f0f8}.step.done:before{background:#18c39f}.step.done:after{background:#18c39f}.step.current:before{background:#3b9eff}.step:last-child:after{display:none}.step b,.step small{display:block}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.settings-grid label{background:#0d1b2b;border:1px solid #182b40;border-radius:14px;padding:14px;color:#94a5b8;font-size:12px}.settings-grid input{width:100%;margin-top:8px;background:#091522;border:1px solid #21364e;color:white;border-radius:10px;padding:11px}.checks-block{margin-top:10px;color:#dce7f2}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:22px}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-270px;z-index:30;width:250px;transition:.25s}.sidebar.open{left:0}.menu-btn{display:block}.content{padding:18px}.stats-grid{grid-template-columns:repeat(2,1fr)}.grid-two{grid-template-columns:1fr}.cards-three{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.user-pill div{display:none}}