:root{--blue:#245aa5;--dark:#082c66;--yellow:#ffdc00;--green:#17a56a;--ink:#10213d;--muted:#68758b;--bg:#f4f7fb;--surface:#fff;--line:#dfe6f0;--shadow:0 16px 40px #0e2b5619}
html[data-theme="dark"]{--ink:#eef4ff;--muted:#aab8cd;--bg:#0d1728;--surface:#142239;--line:#283956;--shadow:0 18px 44px #0005}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;transition:background .25s,color .25s}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;left:10px;top:10px;transform:translateY(-150%);z-index:99;background:var(--dark);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:16px;color:var(--ink);text-decoration:none}.brand img{width:62px}.divider{height:42px;border-left:1px solid var(--line)}.brand-copy{display:grid;gap:3px}.brand-copy strong{font-size:1.22rem}.brand-copy small{color:var(--muted)}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--ink);font-size:1.2rem;cursor:pointer}.status{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;font-weight:750;font-size:.85rem;border:1px solid transparent}.status i{width:9px;height:9px;border-radius:50%}.status-online{background:#e8f8f0;color:#17663f;border-color:#cbeedc}.status-online i{background:#17a56a;box-shadow:0 0 0 5px #17a56a1f}.status-offline{background:#fff0f0;color:#9d2525;border-color:#f2caca}.status-offline i{background:#d73a3a;box-shadow:0 0 0 5px #d73a3a1f}
.hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(120deg,var(--dark),var(--blue));border-bottom:8px solid var(--yellow)}.hero:after{content:"";position:absolute;width:460px;height:210px;right:-90px;bottom:-145px;border-radius:50%;background:var(--yellow)}.hero-inner{min-height:345px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.hero-copy>b,.section-heading b{font-size:.78rem;letter-spacing:.13em}.hero-copy>b{color:var(--yellow)}h1{font-size:clamp(2.7rem,6vw,5rem);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px}h1 em{font-style:normal;color:var(--yellow)}.hero p{max-width:650px;color:#ffffffd6;font-size:1.1rem;line-height:1.6}.hero img{width:210px;filter:drop-shadow(0 24px 28px #0003)}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-badges span{padding:8px 12px;border:1px solid #ffffff40;border-radius:999px;background:#ffffff12;font-size:.8rem}
.portal{padding:58px 0 62px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading b{color:var(--blue)}h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;margin:7px 0}.section-heading p{margin:0;color:var(--muted)}.toolbar{display:flex;gap:8px}.pill{border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:10px 14px;border-radius:999px;font-weight:750;cursor:pointer}.pill.active{background:var(--blue);border-color:var(--blue);color:#fff}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px #15325f0e;transition:.22s;overflow:hidden}.card:before{content:"";position:absolute;left:0;top:22px;width:4px;height:48px;background:var(--blue);border-radius:0 8px 8px 0}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#245aa55c}.card>a{min-height:175px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;padding:23px;text-decoration:none;color:var(--ink)}.favorite-button{position:absolute;right:14px;top:12px;z-index:2;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:#d3a500;font-size:1.2rem;cursor:pointer}.favorite-button.is-favorite{background:var(--yellow);color:var(--dark);border-color:var(--yellow)}.card-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#eaf1fb;color:var(--blue)}.card-icon svg{width:28px;height:28px}.card-copy{display:grid;align-content:start;gap:7px;padding-right:22px}.card-copy small{color:var(--blue);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.card-copy strong{font-size:1.03rem}.card-copy p{margin:0;color:var(--muted);line-height:1.45;font-size:.88rem}.card-arrow{align-self:center;color:var(--blue);font-size:1.2rem}.featured{background:linear-gradient(135deg,var(--dark),var(--blue));border-color:transparent}.featured:before{background:var(--yellow)}.featured a,.featured .card-copy small,.featured .card-copy p{color:#fff}.featured .card-copy p,.featured .card-copy small{color:#ffffffc7}.featured .card-icon{background:var(--yellow);color:var(--dark)}.empty-state{padding:30px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted);background:var(--surface)}
.site-footer{background:var(--dark);color:#ffffffd0;border-top:6px solid var(--yellow)}.footer-inner{min-height:105px;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:750}.footer-brand img{width:43px}.footer-inner p{font-size:.85rem}
@media(max-width:950px){.grid{grid-template-columns:repeat(2,1fr)}.hero img{width:165px}}
@media(max-width:680px){.wrap{width:min(100% - 28px,1180px)}.brand img{width:50px}.brand strong{font-size:1rem}.brand small{display:none}.status{padding:8px 10px;font-size:.75rem}.hero-inner{min-height:315px;padding:46px 0}.hero img{display:none}.section-heading{align-items:start;flex-direction:column}.grid{grid-template-columns:1fr}.card>a{min-height:138px;padding:20px}.footer-inner{min-height:130px;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px;padding:24px 0}}
@media(max-width:430px){.status span{font-size:0}.status span:after{content:"Online";font-size:.72rem}.status-offline span:after{content:"Off Line"}.divider{display:none}.brand{gap:10px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
