:root {
    --primary: #0f766e;
    --primary-dark: #115e59;
    --primary-soft: #ccfbf1;
    --accent: #f59e0b;
    --ink: #14213d;
    --muted: #64748b;
    --surface: #ffffff;
    --surface-alt: #f7fafc;
    --line: #e2e8f0;
    --success: #15803d;
    --warning: #b45309;
    --danger: #b91c1c;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(15, 23, 42, .08);
    --shadow-sm: 0 8px 24px rgba(15, 23, 42, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface-alt);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-sm { padding: 42px 0; }
.section-title { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.18; letter-spacing: -.035em; }
.section-lead { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--primary); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 20px; }
.muted { color: var(--muted); }
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(226,232,240,.85); backdrop-filter: blur(16px); }
.navbar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; min-width: 0; gap: 12px; color: var(--ink); font-weight: 800; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), #14b8a6); color: white; font-weight: 900; box-shadow: 0 8px 22px rgba(15,118,110,.25); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; background: white; padding: 4px; }
.brand-copy { min-width: 0; }
.brand-title { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.15; }
.brand-subtitle { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu > a { padding: 10px 12px; border-radius: 10px; color: #334155; font-size: .92rem; font-weight: 650; }
.nav-menu > a:hover, .nav-menu > a.active { color: var(--primary); background: var(--primary-soft); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: white; border-radius: 12px; color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 17px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; line-height: 1.2; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: var(--primary); box-shadow: 0 10px 24px rgba(15,118,110,.2); }
.btn-primary:hover { color: white; background: var(--primary-dark); }
.btn-outline { color: var(--primary); background: white; border-color: rgba(15,118,110,.28); }
.btn-outline:hover { background: var(--primary-soft); }
.btn-light { color: var(--ink); background: white; border-color: var(--line); }
.btn-danger { color: white; background: var(--danger); }
.btn-sm { min-height: 34px; padding: 7px 11px; border-radius: 9px; font-size: .84rem; }
.btn-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 86px 0 72px; background: radial-gradient(circle at 80% 15%, rgba(20,184,166,.18), transparent 28%), linear-gradient(135deg, #f8fffd 0%, #eef8f6 52%, #f8fafc 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(15,118,110,.14); border-radius: 50%; right: -190px; bottom: -250px; box-shadow: 0 0 0 45px rgba(15,118,110,.035), 0 0 0 92px rgba(15,118,110,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.55rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: var(--primary); }
.hero-copy { max-width: 660px; margin: 22px 0 0; color: #475569; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: .88rem; }
.hero-note span { display: inline-flex; gap: 7px; align-items: center; }
.hero-note span::before { content: "✓"; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: var(--primary-soft); font-size: .72rem; font-weight: 900; }
.hero-panel { position: relative; }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 34px 80px rgba(15,23,42,.14); }
.hero-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.hero-card-title { margin: 0; font-size: 1.08rem; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--success); font-size: .78rem; font-weight: 800; }
.status-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(21,128,61,.12); }
.profile-preview { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 16px; background: #f8fafc; border: 1px solid var(--line); }
.profile-preview + .profile-preview { margin-top: 10px; }
.avatar { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; background: linear-gradient(135deg,#cbd5e1,#f8fafc); border: 3px solid white; box-shadow: 0 5px 14px rgba(15,23,42,.12); }
.avatar-lg { width: 110px; height: 110px; }
.avatar-xl { width: 148px; height: 148px; }
.avatar-fallback { display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--primary), #14b8a6); font-size: 1.2rem; font-weight: 900; }
.profile-preview strong { display: block; }
.profile-preview small { display: block; color: var(--muted); }
.floating-chip { position: absolute; right: -16px; bottom: 42px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 14px; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: .86rem; font-weight: 750; }

.stats-strip { margin-top: -24px; position: relative; z-index: 3; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.stat { padding: 26px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--ink); font-size: 1.9rem; letter-spacing: -.04em; }
.stat span { color: var(--muted); font-size: .88rem; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.card-body { padding: 24px; }
.card-header { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.card-header h2, .card-header h3 { margin: 0; }
.feature-card { padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--primary-soft); color: var(--primary); font-size: 1.25rem; font-weight: 900; }
.feature-card h3 { margin: 18px 0 8px; font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.content-card { overflow: hidden; }
.content-cover { width: 100%; aspect-ratio: 16/8.8; object-fit: cover; background: linear-gradient(135deg,#dbeafe,#ccfbf1); }
.content-cover-placeholder { display: grid; place-items: center; color: var(--primary); font-size: 2rem; font-weight: 900; }
.content-card .card-body { padding: 22px; }
.meta { display: flex; flex-wrap: wrap; gap: 9px 15px; color: var(--muted); font-size: .79rem; }
.content-card h3 { margin: 10px 0 9px; line-height: 1.35; font-size: 1.08rem; }
.content-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: .87rem; font-weight: 800; }

.page-hero { padding: 58px 0 50px; color: white; background: radial-gradient(circle at 85% 20%,rgba(45,212,191,.25),transparent 30%), linear-gradient(135deg,#0f172a,#0f766e); }
.page-hero h1 { margin: 0; font-size: clamp(2rem,4vw,3.4rem); letter-spacing: -.045em; line-height: 1.1; }
.page-hero p { max-width: 720px; margin: 14px 0 0; color: rgba(255,255,255,.78); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; font-size: .82rem; color: rgba(255,255,255,.72); }
.breadcrumb a { color: white; }

.form-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: 1/-1; }
label { color: #334155; font-size: .86rem; font-weight: 750; }
.label-note { font-weight: 500; color: var(--muted); }
.form-control { width: 100%; min-height: 45px; padding: 10px 13px; color: var(--ink); background: white; border: 1px solid #cbd5e1; border-radius: 11px; outline: none; transition: .18s ease; }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(15,118,110,.1); }
textarea.form-control { min-height: 125px; resize: vertical; }
.form-hint { color: var(--muted); font-size: .78rem; }
.field-error { margin-top: 3px; color: var(--danger); font-size: .78rem; }
.checkbox-row { display: flex; align-items: flex-start; gap: 9px; }
.checkbox-row input { margin-top: 5px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-top: 8px; }
.input-wrap { position: relative; }
.input-wrap .form-control { padding-right: 46px; }
.input-action { position: absolute; right: 5px; top: 5px; width: 36px; height: 35px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); }

.auth-page { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 48px 0; background: radial-gradient(circle at 15% 20%,rgba(20,184,166,.13),transparent 24%), var(--surface-alt); }
.auth-shell { width: min(1030px, calc(100% - 32px)); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 30px 90px rgba(15,23,42,.12); }
.auth-aside { padding: 48px; color: white; background: radial-gradient(circle at 90% 10%,rgba(45,212,191,.28),transparent 30%), linear-gradient(145deg,#0f172a,#0f766e); }
.auth-aside h1 { margin: 22px 0 12px; font-size: 2.15rem; line-height: 1.12; letter-spacing: -.04em; }
.auth-aside p { color: rgba(255,255,255,.74); }
.auth-points { display: grid; gap: 14px; margin-top: 32px; }
.auth-point { display: flex; align-items: flex-start; gap: 12px; }
.auth-point span:first-child { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: rgba(255,255,255,.12); }
.auth-point strong { display: block; font-size: .9rem; }
.auth-point small { color: rgba(255,255,255,.65); }
.auth-main { padding: 48px; }
.auth-main h2 { margin: 0 0 6px; font-size: 1.75rem; letter-spacing: -.03em; }
.auth-main > p { margin: 0 0 26px; color: var(--muted); }

.alerts { position: relative; z-index: 10; }
.alert { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 14px 0; padding: 13px 15px; border: 1px solid; border-radius: 12px; font-size: .9rem; }
.alert-success { color: #166534; border-color: #bbf7d0; background: #f0fdf4; }
.alert-warning { color: #92400e; border-color: #fde68a; background: #fffbeb; }
.alert-danger { color: #991b1b; border-color: #fecaca; background: #fef2f2; }
.alert-info { color: #1e40af; border-color: #bfdbfe; background: #eff6ff; }
.alert-close { border: 0; color: currentColor; background: transparent; font-size: 1rem; }
.errors-box { padding: 14px 17px; border: 1px solid #fecaca; border-radius: 12px; color: #991b1b; background: #fef2f2; }
.errors-box ul { margin: 6px 0 0; padding-left: 20px; }

.badge { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 4px 9px; border-radius: 999px; color: #475569; background: #f1f5f9; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.badge-success { color: #166534; background: #dcfce7; }
.badge-warning { color: #92400e; background: #fef3c7; }
.badge-danger { color: #991b1b; background: #fee2e2; }
.badge-info { color: #1d4ed8; background: #dbeafe; }

.filter-bar { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(140px,.65fr)) auto; gap: 10px; align-items: end; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.alumni-card { padding: 24px; text-align: center; }
.alumni-card .avatar { margin: 0 auto 14px; }
.alumni-card h3 { margin: 0; font-size: 1.05rem; }
.alumni-card .program { margin: 4px 0 0; color: var(--primary); font-size: .84rem; font-weight: 700; }
.alumni-card .career { min-height: 44px; margin: 12px 0 0; color: var(--muted); font-size: .84rem; }
.alumni-card-footer { display: flex; justify-content: center; gap: 7px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.empty-state { padding: 50px 24px; text-align: center; background: white; border: 1px dashed #cbd5e1; border-radius: 18px; }
.empty-state-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 20px; background: #f1f5f9; font-size: 1.6rem; }
.empty-state h3 { margin: 0 0 6px; }
.empty-state p { margin: 0; color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 28px; }
.page-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: .86rem; font-weight: 700; }
.page-link.active { color: white; border-color: var(--primary); background: var(--primary); }

.dashboard-wrap { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 24px; padding: 34px 0 72px; }
.member-sidebar { align-self: start; position: sticky; top: 98px; padding: 18px; }
.member-profile { padding: 12px 10px 20px; text-align: center; border-bottom: 1px solid var(--line); }
.member-profile .avatar { margin: 0 auto 10px; }
.member-profile strong, .member-profile small { display: block; }
.member-profile small { color: var(--muted); }
.member-menu { display: grid; gap: 4px; margin-top: 14px; }
.member-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: #475569; font-size: .87rem; font-weight: 650; }
.member-menu a:hover, .member-menu a.active { color: var(--primary); background: var(--primary-soft); }
.dashboard-main { min-width: 0; }
.welcome-card { padding: 28px; color: white; background: radial-gradient(circle at 90% 10%,rgba(45,212,191,.22),transparent 28%), linear-gradient(135deg,#0f172a,#0f766e); border: 0; }
.welcome-card h1 { margin: 0 0 7px; font-size: 1.75rem; }
.welcome-card p { margin: 0; color: rgba(255,255,255,.74); }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin: 18px 0; }
.mini-stat { padding: 20px; }
.mini-stat span { display: block; color: var(--muted); font-size: .78rem; }
.mini-stat strong { display: block; margin-top: 3px; font-size: 1.45rem; letter-spacing: -.03em; }
.progress { width: 100%; height: 9px; overflow: hidden; border-radius: 20px; background: #e2e8f0; }
.progress-bar { height: 100%; border-radius: 20px; background: linear-gradient(90deg,var(--primary),#14b8a6); }
.status-panel { display: flex; align-items: flex-start; gap: 15px; padding: 18px; border-radius: 14px; background: #f8fafc; border: 1px solid var(--line); }
.status-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--primary-soft); color: var(--primary); font-weight: 900; }

.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; min-width: 680px; }
.table th, .table td { padding: 13px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { color: #475569; background: #f8fafc; font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; }
.table td { font-size: .88rem; }
.table tr:last-child td { border-bottom: 0; }

.profile-hero { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 28px; padding: 32px; }
.profile-hero h1 { margin: 0; font-size: 2rem; }
.profile-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 10px; color: var(--muted); font-size: .9rem; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 24px; }
.detail-row { padding: 13px 0; border-bottom: 1px solid var(--line); }
.detail-row span { display: block; color: var(--muted); font-size: .76rem; }
.detail-row strong { display: block; margin-top: 2px; font-size: .92rem; }
.article { padding: 34px; }
.article h1 { margin: 0 0 12px; font-size: clamp(2rem,4vw,3rem); line-height: 1.15; letter-spacing: -.04em; }
.article-content { margin-top: 28px; color: #334155; line-height: 1.85; }
.article-content p:first-child { margin-top: 0; }

.site-footer { padding: 54px 0 22px; color: #cbd5e1; background: #0f172a; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 48px; }
.site-footer .brand { color: white; }
.footer-about { max-width: 500px; margin: 16px 0 0; color: #94a3b8; font-size: .9rem; }
.footer-title { margin: 0 0 14px; color: white; font-size: .9rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #94a3b8; font-size: .88rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(148,163,184,.18); color: #64748b; font-size: .8rem; }

@media (max-width: 1020px) {
    .nav-menu { position: fixed; inset: 74px 16px auto 16px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
    .nav-menu.open { display: flex; }
    .nav-toggle { display: grid; place-items: center; }
    .nav-actions .btn-outline { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-panel { max-width: 620px; }
    .floating-chip { right: 10px; }
    .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .directory-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .filter-bar { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .filter-bar .search-wide { grid-column: 1/-1; }
    .dashboard-wrap { grid-template-columns: 1fr; }
    .member-sidebar { position: static; }
    .member-menu { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .container { width: min(100% - 22px, 1160px); }
    .section { padding: 56px 0; }
    .navbar { min-height: 66px; }
    .brand-subtitle { display: none; }
    .nav-menu { top: 66px; }
    .nav-actions .btn { min-height: 38px; padding: 8px 11px; font-size: .8rem; }
    .hero { padding: 64px 0 58px; }
    .hero h1 { font-size: clamp(2.35rem,12vw,3.5rem); }
    .hero-copy { font-size: 1rem; }
    .hero-card { padding: 20px; }
    .floating-chip { position: static; margin-top: 12px; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .stat + .stat { border-left: 0; }
    .stat:nth-child(even) { border-left: 1px solid var(--line); }
    .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
    .grid-2, .grid-3, .grid-4, .directory-grid, .form-grid, .dashboard-stats, .detail-list { grid-template-columns: 1fr; }
    .section-head { align-items: flex-start; flex-direction: column; }
    .auth-shell { grid-template-columns: 1fr; }
    .auth-aside { padding: 32px 26px; }
    .auth-main { padding: 32px 24px; }
    .auth-points { display: none; }
    .filter-bar { grid-template-columns: 1fr; }
    .filter-bar .search-wide { grid-column: auto; }
    .member-menu { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .profile-hero { grid-template-columns: 1fr; text-align: center; }
    .profile-hero .avatar { margin: auto; }
    .profile-meta { justify-content: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; }
    .article { padding: 24px; }
}

@media (max-width: 460px) {
    .brand-title { max-width: 155px; }
    .nav-actions .btn-primary { display: none; }
    .hero-actions .btn { width: 100%; }
    .stats-grid { grid-template-columns: 1fr; }
    .stat:nth-child(even) { border-left: 0; }
    .stat + .stat { border-top: 1px solid var(--line); }
    .member-menu { grid-template-columns: 1fr; }
}
