:root{--navy:#10243f;--navy2:#07172c;--gold:#d6b25e;--soft:#f5f7fb;--muted:#6b7280;--green:#2fac78;}
*{box-sizing:border-box} body{background:var(--soft);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#172033}.landing{background:#fff}.hero{background:radial-gradient(circle at top right,#244a7b 0,#10243f 42%,#07172c 100%);color:#fff;min-height:650px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-180px;top:70px;width:520px;height:520px;background:rgba(214,178,94,.18);filter:blur(40px);border-radius:50%}.navbar-glass{background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12)}.btn-gold{background:var(--gold);border-color:var(--gold);color:#10243f;font-weight:700}.btn-gold:hover{background:#c9a34d;border-color:#c9a34d}.hero-card{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.24);backdrop-filter:blur(16px)}.feature-card,.price-card,.module-card{border:0;border-radius:24px;box-shadow:0 16px 50px rgba(16,36,63,.08);background:#fff}.icon-circle{width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:var(--navy);font-size:24px}.app-shell{display:flex;min-height:100vh}.sidebar{width:284px;background:linear-gradient(180deg,var(--navy2),var(--navy));color:#fff;position:fixed;top:0;bottom:0;left:0;padding:18px;z-index:1030;overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;padding:10px 8px 22px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:12px}.brand-icon{width:44px;height:44px;border-radius:16px;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:22px}.brand small{display:block;color:#cbd5e1}.menu a{display:flex;align-items:center;gap:12px;color:#dbeafe;text-decoration:none;padding:11px 12px;border-radius:14px;margin-bottom:5px;font-weight:600}.menu a:hover,.menu a.active{background:rgba(255,255,255,.10);color:#fff}.main{margin-left:284px;width:calc(100% - 284px)}.topbar{height:76px;background:#fff;border-bottom:1px solid #e6eaf2;display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:1000}.content{padding:24px}.stat-card{background:#fff;border:0;border-radius:24px;box-shadow:0 14px 40px rgba(16,36,63,.07);padding:22px}.stat-card .icon{width:46px;height:46px;border-radius:16px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--navy)}.panel-card{background:#fff;border-radius:24px;box-shadow:0 14px 40px rgba(16,36,63,.07);border:0}.table thead th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#667085;background:#f8fafc}.modal-content{border:0;border-radius:24px}.form-control,.form-select{border-radius:12px}.btn{border-radius:12px}.badge-soft{background:#eef5ff;color:#17406d}.login-page{min-height:100vh;background:radial-gradient(circle at top right,#d6b25e 0,#10243f 35%,#07172c 100%);display:flex;align-items:center;justify-content:center;padding:20px}.login-card{width:100%;max-width:430px;background:#fff;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.22);padding:32px}@media(max-width:991px){.sidebar{transform:translateX(-110%);transition:.25s}.sidebar.show{transform:translateX(0)}.main{margin-left:0;width:100%}.content{padding:16px}.topbar{padding:0 14px}.hero{min-height:auto;padding-bottom:60px}}
