:root{--bg-page: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--border-soft: #f1f5f9;--text: #0f172a;--muted: #64748b;--muted-light: #94a3b8;--ne-red: #c8102e;--ne-dark: #1a1a1a;--isuzu-red: #e60012;font-family:DM Sans,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg-page)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-page)}#root{min-height:100vh}.hub{position:relative;max-width:1120px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;min-height:100vh;display:flex;flex-direction:column}.hub-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(37,99,235,.08),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(124,58,237,.06),transparent),var(--bg-page)}.hub-header{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 16px 40px #0f172a0f;margin-bottom:1.75rem}.hub-header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.35rem;border-bottom:1px solid var(--border-soft);background:linear-gradient(180deg,#fff,#fafbfc)}.hub-logo{height:42px;width:auto;object-fit:contain}.hub-portal-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569;background:#f8fafc;border:1px solid var(--border)}.hub-portal-pill:before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.hub-header-hero{position:relative;padding:1.75rem 1.35rem 1.5rem;background:linear-gradient(135deg,#2563eb12,#7c3aed0d 45%,#0596690a),linear-gradient(180deg,#fff,#f8fafc)}.hub-header-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:linear-gradient(rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.12) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 85%)}.hub-header-glow{position:absolute;border-radius:50%;filter:blur(48px);pointer-events:none}.hub-header-glow--blue{width:220px;height:220px;top:-80px;left:-40px;background:#c8102e1f}.hub-header-glow--violet{width:180px;height:180px;top:-40px;right:8%;background:#e600121a}.hub-header-body{position:relative;z-index:1}.hub-header-copy{min-width:0}.hub-kicker{margin:0 0 .45rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.hub-title{margin:0;font-size:clamp(1.85rem,4vw,2.45rem);font-weight:800;letter-spacing:-.04em;line-height:1.08;color:var(--text)}.hub-title-accent{background:linear-gradient(135deg,var(--ne-red) 0%,var(--isuzu-red) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hub-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.hub-meta-item{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#475569;background:#ffffffe6;border:1px solid var(--border)}.hub-meta-item--live:before{content:"";width:.42rem;height:.42rem;margin-right:.45rem;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e29}.hub-meta-item--hana{color:var(--ne-red);background:#fef2f2;border-color:#fecaca}.hub-section{flex:1}.section-heading{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem}.section-icon{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:10px;background:#f5f3ff;color:#7c3aed}.section-icon svg{width:1.1rem;height:1.1rem}.section-title{margin:0;font-size:1.05rem;font-weight:600;color:#1e293b}.section-sub{margin:.15rem 0 0;font-size:.82rem;color:var(--muted-light)}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.module-card{position:relative;display:block;width:100%;padding:0;border:1px solid var(--border-soft);border-radius:14px;background:var(--surface);text-align:left;cursor:pointer;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;box-shadow:0 1px 2px #0f172a0a}.module-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--card-accent) 42%,var(--border));background:linear-gradient(165deg,color-mix(in srgb,var(--card-accent-soft) 88%,#ffffff),#fff 52%);box-shadow:0 14px 36px color-mix(in srgb,var(--card-accent) 16%,transparent),0 4px 12px #0f172a0f}.module-card:active{transform:translateY(-1px) scale(.99)}.module-card-top{height:3px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--card-accent) 70%,var(--isuzu-red)),transparent);opacity:0;transition:opacity .22s ease}.module-card:hover .module-card-top{opacity:1}.module-card-body{padding:1.15rem 1.2rem 1rem}.module-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.module-icon-wrap{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:12px;background:var(--card-accent-soft);transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.module-card:hover .module-icon-wrap{background:color-mix(in srgb,var(--card-accent) 10%,var(--card-accent-soft));box-shadow:0 6px 16px color-mix(in srgb,var(--card-accent) 18%,transparent);transform:scale(1.04)}.module-icon-wrap svg{width:1.35rem;height:1.35rem}.module-badge{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.28rem .55rem;border-radius:999px;background:var(--card-accent-soft);color:var(--card-accent);max-width:7.5rem;text-align:right;line-height:1.2;transition:background .22s ease,color .22s ease}.module-card:hover .module-badge{background:color-mix(in srgb,var(--card-accent) 12%,#ffffff);color:color-mix(in srgb,var(--card-accent) 88%,#000000)}.module-title{margin:0 0 .45rem;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.module-desc{margin:0;font-size:.88rem;line-height:1.5;color:var(--muted);min-height:2.65rem}.module-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border-soft);font-size:.82rem;font-weight:600;color:var(--muted);transition:color .22s ease,border-color .22s ease}.module-card:hover .module-card-foot{color:var(--card-accent);border-top-color:color-mix(in srgb,var(--card-accent) 22%,var(--border-soft))}.module-card-foot svg{width:1rem;height:1rem;color:#cbd5e1;transition:color .18s ease,transform .18s ease}.module-card:hover .module-card-foot svg{color:var(--card-accent);transform:translate(2px)}.hub-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted-light);text-align:center}@media (max-width: 640px){.hub{padding:1rem .85rem 2rem}.hub-header-bar,.hub-header-hero{padding-left:1rem;padding-right:1rem}.module-grid{grid-template-columns:1fr}}
