*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f4f7fb;color:#132033}a{text-decoration:none;color:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:292px;background:#0b1220;color:#d9e5ff;padding:22px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08)}.brand{display:block;background:#fff;border-radius:18px;padding:12px;margin-bottom:24px}.brand img{display:block;width:100%;height:auto}.side-nav{display:flex;flex-direction:column;gap:5px;overflow:auto;padding-right:4px}.nav-heading{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#8fa6c7;font-weight:900;margin:0 0 8px}.side-nav a{padding:11px 12px;border-radius:12px;color:#c3d2ea;font-weight:750;font-size:14px}.side-nav a:hover,.side-nav a.active{background:#172847;color:#fff}.sidebar-footer{margin-top:auto;display:grid;gap:10px;padding-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-weight:900;font-size:14px;border:1px solid transparent}.btn.full{width:100%}.btn-primary{background:#0f5cff;color:#fff;box-shadow:0 12px 25px rgba(15,92,255,.2)}.btn-secondary{background:#fff;color:#0f5cff;border-color:#cbd8ff}.page{margin-left:292px;min-height:100vh}.topbar{height:72px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;z-index:5}.topbar strong{display:block;color:#0b1220}.topbar span{font-size:13px;color:#64748b}.top-actions{display:flex;align-items:center;gap:16px}.link{font-weight:900;color:#0f5cff}.hero{display:grid;grid-template-columns:1fr .92fr;gap:44px;align-items:center;padding:80px 4vw 52px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e9f0ff;color:#0f5cff;font-weight:900;font-size:13px;margin-bottom:18px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.06em;margin:0 0 22px;color:#0d1728}.hero p{font-size:20px;line-height:1.55;color:#4b5d76;max-width:780px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.console{background:#0b1220;border-radius:30px;padding:18px;box-shadow:0 30px 90px rgba(17,31,52,.25)}.console-top{display:flex;align-items:center;gap:8px;color:#fff;margin-bottom:16px}.console-top span{width:11px;height:11px;border-radius:50%;background:#31415e}.console-top span:first-child{background:#ff5d5d}.console-top span:nth-child(2){background:#ffc14a}.console-top span:nth-child(3){background:#35d07f}.console-top strong{margin-left:8px}.console-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.metric{background:#111a2b;border:1px solid #243551;border-radius:20px;padding:20px}.metric small{display:block;color:#9badc8}.metric b{display:block;color:#fff;font-size:31px;margin:7px 0}.metric em{font-style:normal;color:#58c5ff;font-weight:900;font-size:13px}.activity{margin-top:14px;background:#f8fbff;border-radius:22px;padding:16px}.activity div{display:grid;grid-template-columns:1fr 1.5fr auto;gap:12px;padding:12px;border-bottom:1px solid #edf1f6;color:#334155}.activity div:last-child{border-bottom:0}.activity i{font-style:normal;color:#0c9d61;font-weight:900}.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:28px 4vw 54px}.module-card{background:#fff;border:1px solid #e5ebf4;border-radius:24px;padding:26px;box-shadow:0 8px 24px rgba(20,32,51,.04)}.module-card.primary{background:linear-gradient(135deg,#0f5cff,#06142d);color:#fff}.module-card span{display:inline-flex;background:#edf4ff;color:#0f5cff;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:900;margin-bottom:14px}.module-card.primary span{background:rgba(255,255,255,.16);color:#fff}.module-card h2{font-size:22px;margin:0 0 11px;letter-spacing:-.03em}.module-card p{color:#5f6f84;line-height:1.52;margin:0}.module-card.primary p{color:#d8e5ff}.permissions{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start;margin:0 4vw 34px;padding:54px;background:#fff;border:1px solid #e5ebf4;border-radius:32px}.permissions h2{font-size:clamp(30px,3vw,48px);line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}.permissions p{font-size:17px;line-height:1.65;color:#4e6078}.role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.role-grid div{background:#f7faff;border:1px solid #e0e8f5;border-radius:18px;padding:18px}.role-grid b{display:block;margin-bottom:7px;color:#0b1220}.role-grid span{color:#607086;line-height:1.4}.notice{margin:0 4vw 38px;padding:36px;border-radius:28px;background:#0b1220;color:#fff}.notice h2{margin:0 0 12px}.notice p{color:#b9c8df;line-height:1.6;max-width:900px}footer{display:flex;justify-content:space-between;gap:20px;padding:28px 4vw;color:#617087;border-top:1px solid #e6ebf2}@media(max-width:1180px){.module-grid{grid-template-columns:repeat(2,1fr)}.hero,.permissions{grid-template-columns:1fr}}@media(max-width:860px){.sidebar{position:relative;width:auto;min-height:auto}.page{margin-left:0}.side-nav{display:grid;grid-template-columns:repeat(2,1fr)}.topbar{position:relative}.module-grid,.role-grid{grid-template-columns:1fr}footer,.topbar{flex-direction:column;align-items:flex-start;height:auto;padding-top:18px;padding-bottom:18px}}