.portal-hero{overflow:hidden;border-bottom:1px solid var(--border);background:#fff;color:var(--text)}.portal-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:34px;align-items:center;padding-block:44px 38px}.eyebrow{display:inline-flex;align-items:center;margin-bottom:12px;border:1px solid rgba(246,201,69,.55);border-radius:999px;padding:5px 12px;background:var(--accent-soft);color:var(--primary-dark);font-size:.76rem;font-weight:950}.portal-hero h1{max-width:820px;margin:0 0 14px;color:var(--primary-dark);font-size:clamp(2rem,5vw,3.75rem);font-weight:950;line-height:1.08}.portal-hero p{max-width:760px;margin:0 0 22px;color:var(--text-muted);font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.75}.hero-actions,.final-cta__actions{display:flex;flex-wrap:wrap;gap:10px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:10px;padding:0 16px;font-size:.92rem;font-weight:950;line-height:1.1}.hero-btn svg{width:18px;height:18px}.hero-btn--primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #2557d629}.hero-btn--primary:hover{background:var(--primary-dark);color:#fff}.hero-btn--secondary{border:1px solid var(--border-strong);background:#fff;color:var(--primary-dark)}.hero-btn--secondary:hover{background:var(--primary-soft);color:var(--primary-dark)}.portal-preview{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 18px 44px #0f172a14;overflow:hidden}.portal-preview__top{display:flex;gap:6px;border-bottom:1px solid var(--border);padding:12px;background:var(--surface-soft)}.portal-preview__top span{width:9px;height:9px;border-radius:999px;background:#2557d63d}.portal-preview__top span:first-child{background:var(--accent)}.portal-preview__body{padding:18px}.portal-preview__body strong{display:block;margin-bottom:14px;color:var(--primary-dark);font-size:1rem;font-weight:950}.portal-preview__list{display:grid;gap:9px}.portal-preview__list span{display:flex;align-items:center;gap:10px;min-height:40px;border:1px solid var(--border);border-radius:8px;padding:0 12px;background:var(--surface-soft);color:var(--primary);font-size:.88rem;font-weight:850}.portal-preview__list svg{width:18px;height:18px;color:var(--accent);stroke-width:2.4}.home-block{padding:38px 0}.home-card-section--four .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid,.post-grid,.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-section-header{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}.portal-section-header h2{margin:0 0 7px;color:var(--text);font-size:clamp(1.35rem,2.5vw,2rem);font-weight:950}.portal-section-header p{max-width:760px;margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.7}.portal-section-header>a{flex:0 0 auto;color:var(--primary);font-size:.86rem;font-weight:950}.home-card{display:flex;min-width:0;min-height:178px;flex-direction:column;gap:9px;border:1px solid var(--border);border-radius:12px;padding:17px;background:#fff;box-shadow:var(--shadow-card);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.home-card__icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:var(--primary-soft);color:var(--primary)}.home-card__icon svg{width:20px;height:20px;stroke-width:2.35}.home-card strong{color:var(--primary-dark);font-size:1rem;font-weight:950;line-height:1.35}.home-card p{margin:0;color:var(--text-muted);font-size:.88rem;line-height:1.62}.home-card small{margin-top:auto;color:var(--primary);font-size:.76rem;font-weight:900}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-group{border:1px solid var(--border);border-radius:12px;padding:16px;background:#fff;box-shadow:var(--shadow-card)}.topic-group h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--primary-dark);font-size:1rem;font-weight:950}.topic-group h3 svg{width:18px;height:18px;color:var(--accent)}.topic-links{display:flex;flex-wrap:wrap;gap:8px}.topic-links a{border:1px solid var(--border);border-radius:999px;padding:6px 11px;background:var(--surface-soft);color:var(--primary);font-size:.82rem;font-weight:850}.topic-links a:hover{background:var(--primary-soft);color:var(--primary-dark)}.home-empty-state{border:1px dashed var(--border-strong);border-radius:12px;padding:22px;background:#fff;color:var(--text-muted);text-align:center;font-weight:850}.final-cta{border-top:1px solid var(--border);background:#fff;padding:40px 0 48px}.final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.final-cta h2{max-width:720px;margin:0;color:var(--primary-dark);font-size:clamp(1.45rem,3vw,2.15rem);font-weight:950;line-height:1.25}@media(max-width:980px){.portal-hero__inner,.card-grid,.post-grid,.topic-grid,.home-card-section--four .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-hero__copy,.portal-preview{grid-column:1 / -1}}@media(max-width:700px){.portal-hero__inner{display:block;padding-block:32px}.portal-hero h1{font-size:clamp(1.75rem,9vw,2.55rem)}.hero-actions,.final-cta__actions{display:grid;grid-template-columns:1fr}.hero-btn{width:100%}.portal-preview{margin-top:22px}.home-block{padding:30px 0}.portal-section-header,.final-cta__inner{display:block}.portal-section-header>a,.final-cta__actions{margin-top:12px}.card-grid,.post-grid,.topic-grid,.home-card-section--four .card-grid{grid-template-columns:1fr}.home-card{min-height:0}}
