:root{--blue:#041E42;--muted:#657586;--line:#dce3e8;--paper:#fff;--bg:#f5f8fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--blue);background:var(--bg)}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:radial-gradient(circle at 8% 12%,#e7f2ef,transparent 32%),radial-gradient(circle at 92% 85%,#f4ead9,transparent 30%),var(--bg);display:flex;flex-direction:column}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:20px clamp(22px,5vw,72px);background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.portal-header .brand{display:block;padding:8px 14px;border-radius:11px;background:#fff}.portal-header img{display:block;width:190px;height:auto}.portal-header>span{color:var(--muted);font-size:13px;font-weight:700}main{width:min(1120px,calc(100% - 38px));margin:auto;padding:65px 0}.welcome{max-width:700px;margin-bottom:32px}.eyebrow{margin:0;color:#45627e;font-size:11px;font-weight:850;letter-spacing:.16em}.welcome h1{margin:9px 0 13px;font-family:Georgia,serif;font-size:clamp(38px,6vw,64px);font-weight:500;letter-spacing:-.03em}.welcome>p:last-child{margin:0;color:var(--muted);font-size:16px;line-height:1.65}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.module-card{position:relative;min-height:270px;padding:27px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(4,30,66,.08);color:inherit;text-decoration:none;transition:.2s}.module-card.active:hover,.module-card.active:focus-visible{transform:translateY(-5px);background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 24px 54px rgba(4,30,66,.2);outline:0}.module-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#e8eef5;font-size:26px}.module-status{position:absolute;right:24px;top:27px;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:850}.module-status.available{background:#def2e8;color:#17664a}.module-status.soon{background:#eef1f3;color:#74818a}.module-card h2{margin:28px 0 8px;font-family:Georgia,serif;font-size:27px;font-weight:500}.module-card p{margin:0;color:var(--muted);line-height:1.55}.module-card.active:hover p,.module-card.active:focus-visible p{color:#cad6e4}.module-action{position:absolute;left:27px;bottom:25px;font-size:12px;font-weight:850}.disabled{opacity:.72}footer{display:flex;justify-content:space-between;padding:20px clamp(22px,5vw,72px);color:var(--muted);font-size:11px}footer small{font-size:inherit}@media(max-width:700px){.portal-header img{width:150px}.portal-header>span{display:none}main{padding:40px 0}.module-grid{grid-template-columns:1fr}.module-card{min-height:240px}.welcome h1{font-size:40px}}@media(prefers-reduced-motion:reduce){.module-card{transition:none}}
