:root{--bg:#f4f6fa;--card:#fff;--ink:#172238;--muted:#7e899b;--line:#e5e9f1;--nav:#0b1322;--blue:#5269ef;--green:#19a66f;--red:#db5367}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Segoe UI",Tahoma,Arial,sans-serif}.shell{min-height:100vh;display:grid;grid-template-columns:265px 1fr}#sidebar{height:100vh;position:sticky;top:0;background:linear-gradient(180deg,#0a1220,#101d32);color:#fff;padding:26px 18px;display:flex;flex-direction:column;z-index:20}.brand{display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center;padding:0 7px 25px;border-bottom:1px solid #ffffff12}.brand>b{grid-row:1/3;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#5574ff,#755df3);font-size:13px;box-shadow:0 12px 25px #5368ef44}.brand span{font-size:13px;font-weight:700}.brand small{font-size:10px;color:#7e8da6}nav{display:grid;gap:5px;margin-top:22px}nav button{border:0;background:transparent;color:#93a1b8;padding:12px 14px;border-radius:11px;text-align:right;font:inherit;font-size:12px;cursor:pointer}nav button:hover,nav button.active{color:#fff;background:#ffffff0a}nav button.active{box-shadow:inset -2px 0 #6678ff;background:linear-gradient(90deg,#5366ea22,#5366ea08)}.secure{margin-top:auto;border:1px solid #7386ff2d;background:#5368ef14;border-radius:15px;padding:13px;display:flex;align-items:center;gap:10px}.secure i{width:35px;height:35px;border-radius:10px;background:#6075ff1f;color:#90a0ff;display:grid;place-items:center}.secure strong,.secure span{display:block}.secure strong{font-size:11px}.secure span{font-size:9px;color:#8b99ae;margin-top:4px;line-height:1.5}main{min-width:0}header{height:72px;background:#ffffffeb;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}header>div:first-of-type{display:flex;gap:8px;font-size:11px;color:#8a94a4}header>div:first-of-type strong{color:#29364b}.live{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-size:10px;color:#647084}.live i,.stats article>i{width:8px;height:8px;border-radius:50%;background:#aeb7c5;box-shadow:0 0 0 4px #aeb7c51c}.live i.ok,.stats i.ok{background:var(--green);box-shadow:0 0 0 4px #19a66f18}.live i.bad,.stats i.bad{background:var(--red);box-shadow:0 0 0 4px #db536718}#menu{display:none;border:0;background:transparent;font-size:20px}.content{max-width:1500px;margin:auto;padding:32px}.hero{min-height:185px;border-radius:25px;padding:34px 38px;background:radial-gradient(circle at 12% 15%,#725df170,transparent 28%),linear-gradient(135deg,#18243d,#0c1628 65%,#142744);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 20px 45px #17264520}.hero small{color:#9baaff;font-size:10px}.hero h1{margin:9px 0;font-size:29px}.hero p{margin:0;color:#9aa8bd;font-size:12px}.phase{width:122px;height:122px;border-radius:28px;border:1px solid #ffffff17;background:#ffffff0a;display:grid;place-items:center;align-content:center}.phase b{font-size:43px}.phase span{font-size:9px;color:#8f9db4}.notice{margin-top:17px;border:1px solid #f1dfb6;background:#fffaf0;border-radius:14px;padding:14px 17px;display:flex;gap:10px;align-items:center;font-size:10px;color:#8d7755}.notice b{color:#6e5a38}.hidden{display:none!important}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.stats article{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px;box-shadow:0 8px 24px #1c263608}.stats span,.stats small{display:block;color:#8c96a6;font-size:10px}.stats b{display:block;margin:12px 0 5px;font-size:18px}.stats article>i{position:absolute;left:18px;top:20px}.stats small{font-size:8px}.title{display:flex;align-items:end;justify-content:space-between;margin:31px 2px 14px}.title small{color:#929bac;font-size:9px}.title h2{margin:4px 0 0;font-size:18px}.title>div:last-child{display:flex;gap:5px}.title em{font-style:normal;background:#e9edf5;color:#69758b;padding:6px 8px;border-radius:18px;font-size:8px}.modules{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.module{min-height:127px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px;cursor:pointer;transition:.2s}.module:hover{transform:translateY(-2px);box-shadow:0 16px 40px #1c263612;border-color:#d7dced}.module .head{display:flex;justify-content:space-between}.module .icon{width:38px;height:38px;border-radius:11px;background:#edf0ff;color:#5367d8;display:grid;place-items:center;font-size:9px;font-weight:800}.module .lock{font-size:8px;color:#98a2b0;background:#f2f4f7;padding:5px 7px;border-radius:15px}.module h3{font-size:11px;margin:12px 0 5px}.module p{font-size:9px;color:#909aaa;line-height:1.6;margin:0}.module small{display:block;color:#3fa77c;font-size:8px;margin-top:11px}.bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin-top:20px}.bottom article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px}.bottom h3{font-size:14px;margin:0 0 17px}.row{display:grid;grid-template-columns:140px 1fr 40px;gap:10px;align-items:center;margin:11px 0;font-size:9px;color:#737f91}.row>i{height:6px;border-radius:8px;background:#edf0f5;overflow:hidden}.row>i>b{display:block;height:100%;width:100%;background:linear-gradient(90deg,#4661e6,#765fe9)}.row strong{text-align:left}.bottom ul{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:#667286;font-size:10px}.shade{position:fixed;inset:0;background:#07101f66;backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.25s;z-index:40}.shade.open{opacity:1;visibility:visible}.drawer{position:fixed;left:0;top:0;height:100vh;width:min(410px,92vw);background:#fff;padding:36px 29px;transform:translateX(-105%);transition:.28s;z-index:50;box-shadow:20px 0 60px #06102025}.drawer.open{transform:none}#close{position:absolute;left:20px;top:20px;border:0;background:#f1f3f7;border-radius:9px;width:33px;height:33px;font-size:19px}.drawer-icon{width:57px;height:57px;border-radius:16px;background:#eef0ff;color:#5268dc;display:grid;place-items:center;font-size:11px;font-weight:800;margin-top:24px}.drawer>small{display:block;color:#98a1af;font-size:9px;margin-top:19px}.drawer h2{font-size:22px;margin:7px 0}.drawer p{font-size:10px;color:#7f8999;line-height:1.8}.locked{margin:22px 0;padding:14px;background:#f7f9fc;border:1px solid #edf0f5;border-radius:13px}.locked b,.locked span{display:block}.locked b{font-size:10px}.locked span{font-size:9px;color:#8c96a5;margin-top:4px;line-height:1.6}.disabled{width:100%;border:0;background:#1a2942;color:#fff;border-radius:11px;padding:12px;font:inherit;font-size:10px;cursor:not-allowed}@media(max-width:1150px){.stats{grid-template-columns:repeat(2,1fr)}.modules{grid-template-columns:repeat(3,1fr)}}@media(max-width:880px){.shell{grid-template-columns:1fr}#sidebar{position:fixed;right:0;width:265px;transform:translateX(105%);transition:.25s}#sidebar.open{transform:none}#menu{display:block}header{padding:0 17px}.content{padding:19px}.modules{grid-template-columns:repeat(2,1fr)}.bottom{grid-template-columns:1fr}}@media(max-width:570px){.content{padding:13px}.hero{padding:24px}.hero h1{font-size:21px}.phase{display:none}.stats,.modules{grid-template-columns:1fr 1fr;gap:8px}.stats article,.module{padding:13px}.title>div:last-child{display:none}.row{grid-template-columns:105px 1fr 35px}}@media(max-width:380px){.stats,.modules{grid-template-columns:1fr}}
.admin-entry{display:grid;grid-template-columns:34px 1fr;column-gap:9px;align-items:center;text-decoration:none;color:#c7d2e6;border:1px solid #ffffff12;background:#ffffff08;border-radius:12px;padding:10px 11px;margin-top:auto;margin-bottom:9px}.admin-entry>b{grid-row:1/3;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#6578ff1c;color:#94a3ff}.admin-entry>span{font-size:11px;font-weight:700}.admin-entry>small{font-size:8px;color:#7e8da6;margin-top:2px}.admin-entry:hover{background:#6578ff16;border-color:#6578ff35}.admin-entry+.secure{margin-top:0}

.access-entry{display:grid;grid-template-columns:34px 1fr;column-gap:9px;align-items:center;text-decoration:none;color:#c7d2e6;border:1px solid #ffffff12;background:#ffffff08;border-radius:12px;padding:10px 11px;margin-top:auto;margin-bottom:9px}.access-entry>b{grid-row:1/3;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#4fd59d16;color:#75ddb1}.access-entry>span{font-size:11px;font-weight:700}.access-entry>small{font-size:8px;color:#7e8da6;margin-top:2px}.access-entry:hover{background:#4fd59d10;border-color:#4fd59d30}.access-entry+.admin-entry{margin-top:0}
