:root{--bg:#070a0f;--panel:#0d121a;--panel2:#111824;--line:#1d2a3a;--text:#f4f7fb;--muted:#8997a9;--blue:#2d8dff;--cyan:#3cd6ff;--green:#35d29a;--amber:#ffbd3d;--red:#ff5862}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 72% -12%,#15304e 0,#070a0f 38%),#070a0f;color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,calc(100% - 38px));margin:auto}.topbar{height:76px;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;padding:0 max(18px,calc((100vw - 1180px)/2));background:rgba(5,8,12,.92);backdrop-filter:blur(18px);border-bottom:1px solid #142031}.brand{display:flex;align-items:center;gap:10px;font-weight:950}.brand img{width:52px;height:52px;border-radius:14px;object-fit:cover;box-shadow:0 0 0 1px #23364d}.brand b{font-size:21px}.brand span{color:var(--blue)}nav{display:flex;gap:20px;flex:1}nav a{font-size:13px;color:#9da9b8;font-weight:800}nav a:hover{color:#fff}.account-btn{border:1px solid #294363;background:#0b1622;color:#8dc4ff;border-radius:10px;padding:10px 13px;font-size:11px;font-weight:900}.hero{min-height:570px;margin-top:24px;border:1px solid #182638;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(110deg,rgba(5,10,16,.98) 0%,rgba(6,12,20,.9) 42%,rgba(7,19,31,.42) 72%),linear-gradient(160deg,#21446a,#111926 65%)}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 16%,rgba(255,191,61,.17),transparent 25%)}.hero-copy{position:relative;z-index:3;width:min(600px,56%);padding:78px 0 0 48px}.hero-logo{width:122px;height:122px;border-radius:26px;object-fit:cover;box-shadow:0 18px 50px #0008,0 0 0 1px #2d4868;margin-bottom:18px}.eyebrow{font-size:10px;font-weight:950;letter-spacing:1.5px;color:#5cacff}.hero h1{font-size:55px;line-height:1.02;margin:12px 0 17px;letter-spacing:-2px}.hero h1 strong{color:#a7d2ff}.lead{color:#96a4b5;line-height:1.65}.hero .lead{font-size:16px;max-width:580px}.hero-actions{display:flex;gap:10px;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:12px 16px;font-size:11px;font-weight:950;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#126dde,#3198ff);color:white}.btn.ghost{background:#0b141f;border:1px solid #2b3b50;color:#d4dce6}.truck-scene{position:absolute;right:-30px;bottom:-15px;width:600px;height:500px;z-index:2;opacity:.96}.road{position:absolute;right:35px;bottom:-60px;width:480px;height:450px;clip-path:polygon(41% 0,59% 0,100% 100%,0 100%);background:linear-gradient(90deg,#080c11,#20262e 50%,#080c11)}.road:before{content:"";position:absolute;left:49%;top:25px;width:9px;height:330px;background:repeating-linear-gradient(#e9eef4 0 26px,transparent 26px 52px);transform:translateX(-50%) scaleY(1.3);opacity:.8}.truck{position:absolute;right:120px;bottom:105px;width:235px;height:245px;border-radius:42px 42px 24px 24px;background:linear-gradient(145deg,#1d82d9,#0a2d51 62%);border:3px solid #5aaeff;filter:drop-shadow(0 35px 30px #000);box-shadow:inset 0 0 35px #0008}.truck:before{content:"";position:absolute;left:27px;right:27px;top:30px;height:66px;border-radius:16px;background:linear-gradient(#07111a,#153f68);border:2px solid #6bbcff}.truck:after{content:"GAT";position:absolute;left:0;right:0;bottom:88px;text-align:center;font-size:32px;font-weight:950;color:#ffd447;text-shadow:0 2px 10px #000}.hero-live{position:absolute;left:48px;bottom:36px;z-index:5;width:520px;background:#07111bcc;border:1px solid #235381;border-radius:17px;padding:16px 18px;backdrop-filter:blur(14px)}.hero-live-top{display:flex;justify-content:space-between;align-items:center}.hero-live strong{font-size:15px}.pill{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:950}.pill.green{background:#0d2d25;color:#5ae3b6}.pill.blue{background:#0d2a4b;color:#65b2ff}.pill.amber{background:#312407;color:#ffd064}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.stat{background:linear-gradient(180deg,#0f151e,#0a0f15);border:1px solid #162335;border-radius:17px;padding:17px}.stat small{display:block;color:#6e7f93;font-size:9px;font-weight:900;letter-spacing:.7px}.stat b{display:block;margin-top:6px;font-size:20px}.section{padding-top:76px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:14px}.section h2{font-size:36px;margin:6px 0 0;letter-spacing:-1px}.table-wrap{margin-top:22px;border:1px solid #19283a;border-radius:18px;overflow:auto;background:#0a1017}table{width:100%;border-collapse:collapse;min-width:950px}th{padding:14px 15px;text-align:left;font-size:9px;color:#6f8094;letter-spacing:.8px;background:#0e151e;border-bottom:1px solid #1a2a3c}td{padding:14px 15px;border-bottom:1px solid #111d2b;color:#cfd8e3;font-size:12px}tbody tr{cursor:pointer}tbody tr:hover{background:#0e1824}.driver-name{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#15375b;color:#7dbdff;font-weight:950}.driver-name small{display:block;color:#64778e;margin-top:3px}.status{font-size:9px;font-weight:950;padding:6px 8px;border-radius:999px}.status.route{background:#0d3028;color:#51deb0}.status.online{background:#102d4c;color:#68b3ff}.level-badge{display:inline-flex;padding:6px 8px;border-radius:9px;border:1px solid #5a4b16;background:#282107;color:#ffd558;font-size:10px;font-weight:950}.points{color:#65b2ff;font-weight:900}.map-shell{display:grid;grid-template-columns:290px 1fr;min-height:560px;margin-top:22px;border:1px solid #1a293b;border-radius:20px;overflow:hidden;background:#0b1016}.map-side{border-right:1px solid #1b2a3c;background:#0b1118;padding:17px}.map-side h3{margin:5px 0 14px}.map-filter{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.map-filter span{padding:7px 9px;border:1px solid #263648;border-radius:9px;color:#7f8da0;font-size:10px}.map-driver{padding:11px 0;border-top:1px solid #172333}.map-driver b{display:block;font-size:12px}.map-driver small{color:#687b91}.map-canvas{position:relative;overflow:hidden;background:radial-gradient(circle at 55% 38%,#243959 0,#172638 30%,#10171f 72%)}.map-canvas:before{content:"EUROPA";position:absolute;inset:40px;display:grid;place-items:center;color:#273a51;font-weight:950;font-size:80px;letter-spacing:12px;transform:rotate(-8deg)}.map-road{position:absolute;height:2px;background:#b48c2f55;transform-origin:left center}.r1{width:62%;left:18%;top:42%;transform:rotate(8deg)}.r2{width:48%;left:28%;top:60%;transform:rotate(-13deg)}.r3{width:38%;left:47%;top:26%;transform:rotate(42deg)}.map-node{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 20px var(--green)}.n1{left:25%;top:47%}.n2{left:56%;top:36%}.n3{left:70%;top:63%}.map-card{position:absolute;right:18px;bottom:18px;width:235px;background:#0a111bcc;border:1px solid #263a54;border-radius:14px;padding:14px}.map-card b{display:block;margin-bottom:5px}.map-card small{color:#77899e}.work-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:16px;margin-top:22px}.work-card,.monthly-card{background:#0b1118;border:1px solid #192b3e;border-radius:20px;padding:22px}.work-card h3,.monthly-card h3{margin:5px 0 8px;font-size:22px}.work-rules{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:18px 0}.work-rules div{background:#101923;border:1px solid #1d3045;border-radius:13px;padding:13px}.work-rules small{display:block;color:#728399;font-size:9px;font-weight:950;margin-bottom:6px}.work-rules b{font-size:13px}.weight-bands{margin:16px 0;padding:15px;border-radius:14px;background:#0d1620;border:1px solid #21364d}.weight-band-grid{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.weight-band-grid span{padding:8px 10px;border-radius:10px;border:1px solid #293a4d;background:#101923;color:#8f9caf;font-size:10px;font-weight:900}.weight-band-grid .active{border-color:#2d91ff;background:#0c3157;color:#7fc0ff}.work-current{border-top:1px solid #1b2939;margin-top:18px;padding-top:18px}.work-actions{margin-top:15px}.monthly-track,.xp-track{height:10px;border-radius:999px;background:#17212c;overflow:hidden}.monthly-track i{display:block;height:100%;width:60%;background:linear-gradient(90deg,#18bd90,#43d8ff)}.monthly-list{display:grid;gap:9px;margin-top:15px}.monthly-list div{display:flex;justify-content:space-between;border-top:1px solid #172536;padding-top:10px;color:#7f8da0;font-size:11px}.monthly-list b{color:#e5edf5}.downloads{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.download-card{background:#0b1118;border:1px solid #19283a;border-radius:18px;padding:20px}.download-card h3{margin:5px 0}.download-card p{color:#7d8ca0;font-size:12px}.modal{position:fixed;inset:0;z-index:80;background:#02050ad9;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.profile{width:min(1030px,100%);max-height:92vh;overflow:auto;background:#080d13;border:1px solid #21344b;border-radius:24px;box-shadow:0 35px 100px #000}.profile-cover{padding:24px 28px 70px;position:relative;background:radial-gradient(circle at 80% 0,#1b2742 0,transparent 32%),linear-gradient(110deg,#0b1521,#0a0d15 68%)}.profile-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:11px;border:1px solid #31465c;background:#0c1620;color:#fff;font-size:20px}.profile-main{display:flex;gap:14px;align-items:center}.profile-main img{width:84px;height:84px;border-radius:50%;object-fit:cover;border:2px solid #2c5580}.profile-main h2{margin:0;font-size:29px}.profile-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.xp-badge{padding:6px 8px;border-radius:9px;border:1px solid #244f7b;background:#0b2036;color:#72baff;font-size:10px;font-weight:950}.xp-panel{margin-top:16px;background:#0a1119;border:1px solid #1c2d40;border-radius:14px;padding:13px}.xp-panel-top{display:flex;justify-content:space-between;color:#8191a4;font-size:10px}.xp-track{margin-top:9px}.xp-track i{display:block;height:100%;width:64%;background:linear-gradient(90deg,#2c8fff,#8e68ff,#e35ddd)}.profile-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:-45px 22px 0;position:relative;z-index:3}.profile-stats article{background:#0d151f;border:1px solid #203248;border-radius:14px;padding:13px}.profile-stats small{display:block;color:#6f8196;font-size:8px;font-weight:900}.profile-stats b{display:block;margin-top:6px}.profile-body{padding:20px 22px 25px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.card{background:#0b1118;border:1px solid #19283a;border-radius:16px;padding:17px}.card h3{margin:5px 0 12px}.history{display:grid;gap:8px}.history div{display:flex;justify-content:space-between;gap:14px;border-top:1px solid #172536;padding-top:9px}.history small{color:#728297}.truck-card{background:#0e1822;border:1px solid #1f344b;border-radius:14px;padding:14px}.truck-card b{display:block;margin:5px 0}.truck-card small{color:#71849a}.note{margin-top:14px;color:#63748a;font-size:10px}.footer{margin-top:80px;border-top:1px solid #142031;padding:25px 0;color:#657487;font-size:11px}@media(max-width:920px){nav{display:none}.hero{min-height:650px}.hero-copy{width:calc(100% - 45px);padding-left:28px}.hero h1{font-size:43px}.truck-scene{opacity:.32;right:-200px}.hero-live{left:28px;right:28px;width:auto}.stats{grid-template-columns:1fr 1fr}.map-shell,.work-layout{grid-template-columns:1fr}.map-side{border-right:0;border-bottom:1px solid #1b2a3c}.map-canvas{min-height:430px}.profile-stats{grid-template-columns:1fr 1fr}.profile-grid{grid-template-columns:1fr}}@media(max-width:580px){.shell{width:min(100% - 22px,1180px)}.topbar{height:65px;padding:0 12px}.brand img{width:42px;height:42px}.brand b{display:none}.hero{margin-top:12px;border-radius:20px}.hero-copy{padding:36px 18px 0}.hero-logo{width:90px;height:90px}.hero h1{font-size:36px}.hero-live{left:16px;right:16px}.stats{grid-template-columns:1fr}.section{padding-top:58px}.section h2{font-size:29px}.work-rules{grid-template-columns:1fr 1fr}.downloads{grid-template-columns:1fr}.profile-stats{grid-template-columns:1fr}.profile-main{align-items:flex-start}.profile-main img{width:68px;height:68px}}