:root {
    --bg: #060b0a;
    --bg-deep: #030605;
    --surface: #0d1714;
    --surface-2: #12211c;
    --surface-3: #172b24;
    --jade: #2f7760;
    --jade-bright: #66b18f;
    --jade-soft: #a3d7bd;
    --gold: #d7aa54;
    --gold-bright: #f2d78e;
    --gold-dark: #81511e;
    --red: #9e3930;
    --red-bright: #d76555;
    --ink: #f2ecdd;
    --muted: #a7aea7;
    --subtle: #737e77;
    --line: rgba(215, 170, 84, .18);
    --line-soft: rgba(231, 236, 225, .09);
    --danger: #f18479;
    --success: #78c99f;
    --warning: #e8bd67;
    --display: "Cinzel", Georgia, serif;
    --body: "Manrope", system-ui, -apple-system, sans-serif;
    --radius: 14px;
    --radius-lg: 24px;
    --shadow: 0 24px 70px rgba(0, 0, 0, .36);
    --gold-shadow: 0 18px 50px rgba(99, 56, 16, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--bg); font-family: var(--body); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: radial-gradient(circle at 50% -10%, rgba(47, 119, 96, .14), transparent 38%), linear-gradient(180deg, #09100e 0%, var(--bg) 45%, #040706 100%); }
.page-grain { position: fixed; inset: 0; z-index: 50; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E"); }
img { max-width: 100%; }
a { color: var(--jade-soft); }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: var(--display); line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5vw, 5.2rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
h3 { font-size: 1.2rem; }
p { text-wrap: pretty; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line-soft); background: rgba(5, 10, 8, .88); box-shadow: 0 10px 35px rgba(0, 0, 0, .2); backdrop-filter: blur(18px); }
.nav-container, .page-shell, .footer-inner { width: min(100% - 48px, 1240px); margin-inline: auto; }
.nav-container { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); text-decoration: none; }
.brand-crest { width: 46px; height: 46px; filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .35)); transition: transform .25s ease; }
.brand:hover .brand-crest { transform: translateY(-2px); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy b { font-family: var(--display); font-size: .93rem; letter-spacing: .04em; }
.brand-copy small { margin-top: .28rem; color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.nav-menu { position: relative; }
.nav-menu > summary { list-style: none; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-links { display: flex; align-items: center; gap: .2rem; }
.nav-links a, .link-button { padding: .72rem .9rem; color: #bcc3bd; background: transparent; border: 0; border-radius: 7px; font-size: .76rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; }
.nav-links a:hover, .nav-links a.active, .link-button:hover { color: var(--ink); background: rgba(255, 255, 255, .045); }
.nav-links a.active { color: var(--gold-bright); }
.nav-links .nav-cta { margin-left: .45rem; padding-inline: 1.15rem; color: #170e04; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border: 1px solid #f5d986; box-shadow: inset 0 1px rgba(255, 255, 255, .5), 0 8px 22px rgba(126, 77, 20, .22); }
.nav-links .nav-cta:hover { color: #170e04; background: linear-gradient(135deg, #ffebb1, #e4b960); }
.nav-admin { color: var(--red-bright) !important; }
.nav-logout { margin: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--gold); }

.page-shell { min-height: calc(100vh - 240px); padding: 3rem 0 6rem; }
.home-page .page-shell { width: 100%; max-width: none; padding-top: 0; }
.home-page .page-shell > :not(.hero-home) { width: min(100% - 48px, 1240px); margin-inline: auto; }
.hero-home { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -3; background: url("../images/conquer-hero.webp") center right / cover no-repeat; animation: hero-reveal 1.2s ease both; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 7, 6, .98) 0%, rgba(4, 9, 8, .91) 28%, rgba(4, 9, 8, .42) 59%, rgba(4, 8, 7, .15) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 23%, rgba(0, 0, 0, .15) 100%); }
.hero-home::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(180deg, transparent, var(--bg)); pointer-events: none; }
.hero-content { width: min(100% - 48px, 1240px); margin: 0 auto; padding: 5rem 0 5.4rem; }
.hero-content > * { max-width: 675px; }
.hero-kicker, .section-kicker { display: flex; align-items: center; gap: .65rem; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker span { width: 32px; height: 1px; background: linear-gradient(90deg, var(--red-bright), var(--gold)); }
.hero-content h1 { margin: 1.05rem 0 1.2rem; font-size: clamp(2.8rem, 5.2vw, 5rem); text-shadow: 0 6px 24px rgba(0, 0, 0, .6); }
.hero-content h1 em { color: var(--gold-bright); font-style: normal; background: linear-gradient(180deg, #fff1b5, #c99039); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-content > p { max-width: 620px; margin: 0; color: #c1c8c1; font-size: 1.04rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-trust { display: flex; gap: 0; margin-top: 3.2rem; }
.hero-trust div { min-width: 138px; padding: 0 1.3rem; border-left: 1px solid var(--line); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust b, .hero-trust span { display: block; }
.hero-trust b { color: var(--ink); font-family: var(--display); font-size: .86rem; }
.hero-trust span { margin-top: .1rem; color: var(--subtle); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-seal { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 6rem; z-index: 2; width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(239, 208, 132, .55); border-radius: 50%; background: rgba(4, 9, 8, .62); box-shadow: inset 0 0 0 5px rgba(215, 170, 84, .07), 0 12px 35px rgba(0, 0, 0, .35); backdrop-filter: blur(10px); }
.hero-seal::before, .hero-seal::after { content: "✦"; position: absolute; top: 42px; color: var(--gold); font-size: .55rem; }
.hero-seal::before { left: 9px; }.hero-seal::after { right: 9px; }
.hero-seal span, .hero-seal small { color: var(--subtle); font-size: .5rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-seal b { color: var(--gold-bright); font-family: var(--display); font-size: 1.15rem; }

.btn { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: .55rem; padding: .68rem 1rem; color: var(--ink); background: var(--surface-2); border: 1px solid var(--line-soft); border-radius: 8px; font-size: .76rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); border-color: rgba(215, 170, 84, .42); }
.btn-large { min-height: 50px; padding: .85rem 1.35rem; }
.btn-primary { color: #160e05; background: linear-gradient(135deg, var(--gold-bright), #c58d35); border-color: #ebc975; box-shadow: inset 0 1px rgba(255, 255, 255, .45), 0 12px 30px rgba(116, 70, 18, .2); }
.btn-primary:hover { color: #160e05; background: linear-gradient(135deg, #fff0b7, #dda84c); box-shadow: inset 0 1px rgba(255, 255, 255, .5), 0 16px 36px rgba(116, 70, 18, .3); }
.btn-gold { color: #170e04; background: linear-gradient(135deg, #f8dfa0, #c78e35); border-color: #f3d98b; }
.btn-glass { color: var(--ink); background: rgba(8, 18, 15, .66); border-color: rgba(238, 222, 182, .26); backdrop-filter: blur(12px); }
.btn-glass:hover { background: rgba(18, 38, 31, .82); }
.btn-secondary { color: var(--ink); background: rgba(20, 38, 32, .92); border-color: rgba(105, 159, 133, .3); }
.btn-secondary:hover { background: #1a332a; border-color: rgba(105, 184, 145, .5); }
.btn-quiet { color: var(--muted); background: transparent; border-color: transparent; }
.btn-quiet:hover { color: var(--ink); background: rgba(255, 255, 255, .04); }
.btn-vote { color: #07110d; background: linear-gradient(135deg, #8dd0ae, #4e9a79); border-color: #91d1b0; }
.btn-danger { color: #fff; background: rgba(158, 57, 48, .12); border-color: rgba(241, 132, 121, .35); }
.btn-block { width: 100%; margin-top: .65rem; }
.btn-submit { min-height: 50px; padding-inline: 1.35rem; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--gold-bright); font-size: .75rem; font-weight: 800; text-decoration: none; }
.text-link:hover { color: #fff1b1; }

.featured-section { padding-top: 5.4rem; }
.ornament-heading, .directory-heading, .page-heading, .detail-topbar, .form-intro-inline { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.ornament-heading { position: relative; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.ornament-heading::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 120px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.ornament-heading h2, .directory-heading h2 { margin: .55rem 0 .35rem; }
.ornament-heading p, .directory-heading p { max-width: 660px; margin: 0; color: var(--muted); }
.sponsored-note { display: inline-flex; align-items: center; gap: .5rem; color: var(--subtle); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.sponsored-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(215, 170, 84, .7); }
.featured-grid { display: grid; grid-template-columns: 1fr; gap: 1.15rem; margin-top: 1.5rem; }
.premium-card { position: relative; display: grid; grid-template-columns: minmax(340px, .9fr) 1.1fr; min-width: 0; overflow: hidden; border: 1px solid rgba(215, 170, 84, .3); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(26, 41, 35, .97), rgba(9, 16, 14, .98)); box-shadow: var(--gold-shadow); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.premium-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 230, 164, .04); }
.premium-card:hover { transform: translateY(-5px); border-color: rgba(242, 215, 142, .55); box-shadow: 0 28px 70px rgba(75, 43, 13, .34); }
.premium-media { position: relative; min-height: 340px; overflow: hidden; background: #07100d; }
.premium-media > img:first-child { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.premium-card:hover .premium-media > img:first-child { transform: scale(1.035); }
.premium-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(4, 9, 7, .12) 45%, rgba(8, 17, 14, .98)); }
.premium-ribbon { position: absolute; top: 15px; left: 15px; padding: .4rem .65rem; color: #211305; background: linear-gradient(135deg, #ffe9a8, #c78c32); border: 1px solid rgba(255, 236, 177, .75); border-radius: 6px; box-shadow: 0 5px 15px rgba(0, 0, 0, .3); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.premium-disclosure { position: absolute; top: 19px; right: 15px; color: rgba(255, 255, 255, .78); font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; text-shadow: 0 2px 6px #000; }
.premium-logo { position: absolute; left: 22px; bottom: -1px; width: 62px; height: 62px; object-fit: contain; padding: .4rem; border: 1px solid rgba(242, 215, 142, .45); border-radius: 13px 13px 0 0; background: #0b1512; box-shadow: 0 -8px 25px rgba(0, 0, 0, .35); }
.premium-monogram, .server-monogram { display: grid; place-items: center; color: var(--gold-bright); font-family: var(--display); font-weight: 800; }
.premium-body { display: flex; flex-direction: column; justify-content: center; padding: 2rem 2.4rem; }
.premium-body h3 { margin: .75rem 0 .45rem; font-size: 1.35rem; }
.premium-body h3 a { color: var(--ink); text-decoration: none; }
.premium-body p { max-width: 58ch; margin: 0; color: var(--muted); font-size: .86rem; }
.premium-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; padding: .95rem 0; margin-top: 1rem; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.premium-facts span { min-width: 0; }
.premium-facts small, .premium-facts b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.premium-facts small { color: var(--subtle); font-size: .55rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.premium-facts b { margin-top: .15rem; color: var(--gold-bright); font-size: .79rem; }
.premium-actions { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1rem; }
.premium-actions .btn { flex: 1; }

.directory-section { padding-top: 6rem; scroll-margin-top: 80px; }
.directory-heading { align-items: center; margin-bottom: 1.5rem; }
.realm-count { min-width: 125px; padding: .85rem 1.1rem; text-align: right; border-right: 2px solid var(--gold); }
.realm-count strong, .realm-count span { display: block; }
.realm-count strong { color: var(--gold-bright); font-family: var(--display); font-size: 1.55rem; line-height: 1; }
.realm-count span { margin-top: .3rem; color: var(--subtle); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-panel { display: grid; grid-template-columns: 1.15fr minmax(210px, 1.45fr) repeat(4, minmax(115px, 1fr)) auto; gap: .65rem; align-items: end; padding: 1rem; margin-bottom: 1.15rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(21, 39, 32, .96), rgba(10, 18, 15, .96)); box-shadow: 0 14px 40px rgba(0, 0, 0, .16); }
.filter-title { display: flex; align-items: center; gap: .7rem; align-self: center; }
.filter-title b, .filter-title small { display: block; }
.filter-title b { font-family: var(--display); font-size: .75rem; }
.filter-title small { color: var(--subtle); font-size: .58rem; }
.filter-glyph { width: 35px; height: 35px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; }
.filter-panel label, .server-form label, .auth-form label, .profile-form label { display: block; margin-bottom: .38rem; color: #b6beb7; font-size: .66rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.filter-actions { display: flex; gap: .25rem; }
.form-control { width: 100%; min-height: 44px; padding: .68rem .78rem; color: var(--ink); background: rgba(3, 10, 7, .72); border: 1px solid rgba(202, 219, 207, .14); border-radius: 8px; outline: 0; transition: border .18s ease, box-shadow .18s ease, background .18s ease; }
.form-control::placeholder { color: #66716a; }
.form-control:focus { background: rgba(4, 13, 9, .92); border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215, 170, 84, .11); }
select.form-control { appearance: none; padding-right: 2rem; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 15px) 19px, calc(100% - 10px) 19px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
textarea.form-control { resize: vertical; }
.ranking-key { display: grid; grid-template-columns: minmax(265px, 1.45fr) 1fr 130px 100px; gap: 1rem; padding: 0 1.2rem .55rem; color: #69746d; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ranking-key span:nth-child(3), .ranking-key span:nth-child(4) { text-align: center; }
.server-list { display: grid; gap: .65rem; }
.server-card { position: relative; display: grid; grid-template-columns: 62px minmax(260px, 1.45fr) minmax(250px, 1fr) 130px 100px; align-items: center; gap: 1rem; padding: 1rem 1.1rem; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 12px; background: linear-gradient(105deg, rgba(17, 31, 26, .92), rgba(9, 17, 14, .95)); box-shadow: 0 8px 24px rgba(0, 0, 0, .12); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.server-card::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 2px; background: linear-gradient(180deg, transparent, var(--jade), transparent); opacity: 0; transition: opacity .18s ease; }
.server-card:hover { transform: translateX(3px); border-color: rgba(80, 145, 114, .38); background: linear-gradient(105deg, rgba(20, 39, 32, .96), rgba(10, 19, 16, .98)); }
.server-card:hover::before { opacity: 1; }
.server-rank { text-align: center; border-right: 1px solid var(--line-soft); }
.server-rank strong, .server-rank small { display: block; }
.server-rank strong { color: var(--gold-bright); font-family: var(--display); font-size: 1.35rem; }
.server-rank small { color: var(--subtle); font-size: .54rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.server-title-row { display: flex; align-items: center; gap: .8rem; }
.server-logo { flex: 0 0 auto; width: 45px; height: 45px; object-fit: contain; padding: .25rem; border: 1px solid var(--line); border-radius: 9px; background: #08100d; }
.server-monogram { font-size: .82rem; }
.server-identity h3 { margin: .26rem 0 .18rem; font-family: var(--body); font-size: 1.02rem; letter-spacing: -.01em; }
.server-identity h3 a { color: var(--ink); text-decoration: none; }
.server-identity h3 a:hover { color: var(--gold-bright); }
.server-identity > p { margin: .45rem 0 0; color: #939d96; font-size: .76rem; line-height: 1.5; }
.tag-row, .tag-cloud { display: flex; flex-wrap: wrap; align-items: center; gap: .32rem; }
.tag { display: inline-flex; padding: .18rem .42rem; color: #aad6c0; background: rgba(68, 141, 108, .12); border: 1px solid rgba(84, 157, 123, .13); border-radius: 4px; font-size: .55rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.tag-muted, .tag-dark { color: #9fa8a1; background: rgba(255, 255, 255, .035); border-color: rgba(255, 255, 255, .06); }
.tag-gold, .tag-featured { color: #f7d98d; background: rgba(215, 170, 84, .11); border-color: rgba(215, 170, 84, .2); }
.tag-approved { color: var(--success); }.tag-pending { color: var(--warning); }.tag-rejected, .tag-suspended { color: var(--danger); }
.status-dot { display: inline-flex; align-items: center; gap: .3rem; color: var(--subtle); font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.status-dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 7px currentColor; }
.status-dot.online { color: var(--success); }.status-dot.offline { color: var(--danger); }
.server-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem .75rem; }
.server-meta span { min-width: 0; }
.server-meta small, .server-meta b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.server-meta small { color: var(--subtle); font-size: .52rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.server-meta b { margin-top: .08rem; color: #ced4cf; font-size: .72rem; }
.server-vote { text-align: center; }
.server-vote strong { display: block; color: var(--jade-soft); font-family: var(--display); font-size: 1.45rem; line-height: 1; }
.server-vote span { display: block; margin: .22rem 0 .45rem; color: var(--subtle); font-size: .51rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.server-vote .btn { width: 100%; min-height: 36px; padding: .45rem; }
.server-actions { display: grid; gap: .45rem; text-align: center; }
.server-actions .btn { min-height: 36px; padding: .45rem; }
.server-actions .text-link { justify-content: center; }
.empty-state { padding: 4rem 1rem; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(13, 25, 21, .56); }
.empty-state h3 { margin-bottom: .3rem; }.empty-state p { color: var(--muted); }.empty-icon { color: var(--gold); font-size: 2.5rem; }

.pagination-wrap { margin-top: 1.5rem; }
.pagination-wrap nav > div:first-child { display: none; }.pagination-wrap nav > div:last-child, .pagination-wrap ul.pagination { display: flex; justify-content: center; gap: .3rem; padding: 0; list-style: none; }
.pagination-wrap a, .pagination-wrap span, .pagination-wrap .page-link { min-width: 36px; display: inline-flex; justify-content: center; padding: .45rem .65rem; color: var(--muted); background: var(--surface); border: 1px solid var(--line-soft); border-radius: 7px; text-decoration: none; font-size: .75rem; }
.pagination-wrap span[aria-current="page"], .pagination-wrap .active .page-link { color: #170e04; background: var(--gold); border-color: var(--gold); }

.alert { display: flex; align-items: flex-start; gap: .65rem; padding: .85rem 1rem; margin-bottom: 1rem; border: 1px solid; border-radius: 9px; font-size: .82rem; }
.alert > span { width: 21px; height: 21px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; }
.alert-success { color: var(--success); background: rgba(67, 137, 102, .09); border-color: rgba(105, 197, 151, .24); }
.alert-error { color: var(--danger); background: rgba(158, 57, 48, .09); border-color: rgba(241, 132, 121, .28); }
.alert-warning { color: var(--warning); background: rgba(215, 170, 84, .08); border-color: rgba(215, 170, 84, .25); }
.alert ul { margin: .45rem 0 0; padding-left: 1.2rem; }

/* Authentication */
.auth-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; background: #060b09; }
.auth-header, .auth-footer { width: min(100% - 48px, 1240px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.auth-header { min-height: 82px; }
.auth-back { color: var(--muted); font-size: .72rem; font-weight: 700; text-decoration: none; }.auth-back:hover { color: var(--gold-bright); }
.auth-shell { width: min(100% - 48px, 1100px); min-height: 630px; display: grid; grid-template-columns: .92fr 1.08fr; margin: 1rem auto 4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); }
.auth-story { position: relative; min-height: 100%; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.auth-story-art { position: absolute; inset: 0; z-index: -3; background: url("../images/conquer-hero.webp") 65% center / cover no-repeat; }
.auth-story-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(3, 8, 6, .15), rgba(3, 8, 6, .55) 38%, rgba(4, 10, 8, .98) 88%), linear-gradient(90deg, rgba(7, 19, 14, .25), transparent); }
.auth-story-content { padding: 3rem; }
.auth-story-content h2 { max-width: 420px; margin: .8rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.auth-story-content > p { max-width: 430px; color: #b7c0b9; font-size: .88rem; }
.auth-story-content ul { display: grid; gap: .7rem; padding: 1.25rem 0 0; margin: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.auth-story-content li { display: flex; align-items: center; gap: .7rem; color: #d7ddd8; font-size: .76rem; font-weight: 700; }
.auth-story-content li span { color: var(--gold); font-family: var(--display); font-size: .63rem; }
.auth-card { display: grid; place-items: center; padding: 3rem clamp(2rem, 6vw, 5rem); background: linear-gradient(145deg, rgba(19, 35, 29, .96), rgba(9, 16, 14, .98)); }
.auth-card-inner { width: 100%; max-width: 470px; }
.auth-card h1 { margin: .7rem 0 .65rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.auth-intro { margin: 0 0 1.7rem; color: var(--muted); font-size: .86rem; }
.auth-form { display: grid; gap: 1rem; }
.auth-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.form-group { min-width: 0; }
.label-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.label-row a { margin-bottom: .38rem; color: var(--gold); font-size: .67rem; text-decoration: none; }
.checkbox-label { display: flex !important; align-items: center; gap: .55rem; margin: .1rem 0; color: var(--muted) !important; font-size: .7rem !important; letter-spacing: 0 !important; text-transform: none !important; }
.checkbox-label input { width: 17px; height: 17px; accent-color: var(--gold); }
.auth-form .btn-submit, .auth-card-inner > .btn-submit { width: 100%; margin-top: .2rem; }
.field-error { display: block; margin-top: .32rem; color: var(--danger); font-size: .67rem; }
.auth-status { padding: .75rem; margin-bottom: 1rem; color: var(--success); background: rgba(77, 160, 118, .08); border-radius: 8px; font-size: .75rem; }
.auth-divider { display: flex; align-items: center; gap: .75rem; margin: 1.35rem 0; color: var(--subtle); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }
.auth-switch, .form-consent, .verification-copy { color: var(--muted); font-size: .72rem; text-align: center; }.auth-switch { margin-top: 1.3rem; }.auth-switch a, .form-consent a { color: var(--gold-bright); }
.verification-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 1.4rem auto 1rem; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 50%; background: rgba(215, 170, 84, .07); font-size: 1.8rem; }
.auth-actions-split { display: flex; justify-content: center; gap: .5rem; margin-top: 1.5rem; }.auth-actions-split form { margin: 0; }
.auth-footer { min-height: 70px; padding: 1rem 0; color: var(--subtle); border-top: 1px solid var(--line-soft); font-size: .65rem; }.auth-footer div { display: flex; gap: 1rem; }.auth-footer a { color: var(--muted); text-decoration: none; }

/* Forms and owner surfaces */
.form-page, .server-detail-page, .dashboard-page, .stats-page, .profile-page { max-width: 1080px; margin: 0 auto; }
.form-intro { margin-bottom: 1.5rem; }
.form-intro-art { position: relative; min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(90deg, rgba(6, 13, 10, .97), rgba(8, 17, 13, .75)), url("../images/conquer-hero.webp") center / cover; box-shadow: var(--shadow); }
.form-intro-art > div:first-child { max-width: 650px; }
.form-intro h1, .page-heading h1 { margin: .55rem 0; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.form-intro p, .page-heading p { margin: 0; color: var(--muted); }
.form-intro-note { flex: 0 0 210px; display: grid; gap: .4rem; padding: 1.1rem; border: 1px solid rgba(215, 170, 84, .26); border-radius: 12px; background: rgba(5, 12, 9, .7); backdrop-filter: blur(8px); }
.form-intro-note span, .form-intro-note small { color: var(--subtle); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.form-intro-note b { color: #d7ddd8; font-size: .72rem; }.form-intro-note small { padding-top: .45rem; margin-top: .2rem; border-top: 1px solid var(--line-soft); color: var(--gold); }
.form-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: .3rem; padding: .75rem; border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(14, 26, 22, .75); }
.form-steps span { display: flex; align-items: center; justify-content: center; gap: .4rem; color: var(--subtle); font-size: .63rem; font-weight: 700; }.form-steps b { color: var(--gold); font-family: var(--display); font-size: .6rem; }
.server-form { display: grid; gap: 1rem; }
.form-section { min-width: 0; padding: 1.5rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18, 34, 28, .84), rgba(9, 17, 14, .88)); }
.form-section:focus-within { border-color: rgba(215, 170, 84, .26); }
.form-section legend { display: grid; grid-template-columns: 34px auto; column-gap: .65rem; align-items: center; padding: 0 .55rem; color: var(--ink); }
.form-section legend > span { grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); border-radius: 50%; font-family: var(--display); font-size: .62rem; }
.form-section legend > b { font-family: var(--display); font-size: .95rem; }.form-section legend > small { color: var(--subtle); font-size: .58rem; font-weight: 500; }
.form-grid { display: grid; gap: 1rem; }.form-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }.form-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-section .form-group { margin-top: .8rem; }.required { color: var(--gold); }.optional, .field-help { color: var(--subtle); font-size: .67rem; font-weight: 500; }.field-help { display: block; margin-top: .3rem; }
.form-section-technical { border-color: rgba(69, 135, 104, .24); }.admin-form-section { border-color: rgba(215, 170, 84, .3); }
.locked-field { padding: .85rem; color: var(--muted); background: rgba(255, 255, 255, .035); border: 1px solid var(--line-soft); border-radius: 8px; font-size: .76rem; }.locked-field a { color: var(--gold); }
.form-submit-bar { position: sticky; bottom: 12px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border: 1px solid rgba(215, 170, 84, .28); border-radius: 12px; background: rgba(7, 14, 11, .92); box-shadow: 0 15px 40px rgba(0, 0, 0, .32); backdrop-filter: blur(14px); }.form-submit-bar strong, .form-submit-bar span { display: block; }.form-submit-bar strong { font-family: var(--display); font-size: .82rem; }.form-submit-bar > div > span { color: var(--subtle); font-size: .63rem; }
.page-heading { align-items: center; margin-bottom: 1.5rem; }.component-header { max-width: 1080px; margin: 0 auto 1.2rem; }

/* Server detail, dashboard and admin */
.back-link { color: var(--muted); font-size: .75rem; text-decoration: none; }.back-link:hover { color: var(--gold-bright); }.detail-topbar { margin-bottom: 1rem; align-items: center; }
.detail-hero { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 10%, rgba(66, 135, 103, .16), transparent 35%), linear-gradient(135deg, rgba(20, 39, 32, .96), rgba(7, 14, 12, .98)); box-shadow: var(--shadow); }
.detail-hero::after { content: ""; position: absolute; right: -45px; top: -55px; width: 230px; height: 230px; border: 1px solid rgba(215, 170, 84, .08); border-radius: 50%; box-shadow: inset 0 0 0 18px rgba(215, 170, 84, .025); }
.detail-title { display: flex; align-items: center; gap: 1rem; }.detail-logo { width: 82px; height: 82px; object-fit: contain; padding: .35rem; border: 1px solid var(--line); border-radius: 14px; background: #07100c; }.detail-title h1 { margin: .5rem 0 .35rem; font-size: clamp(2rem, 4vw, 3.7rem); }.detail-title p { max-width: 670px; margin: 0; color: var(--muted); }
.detail-rank-card { min-width: 125px; z-index: 1; padding: .75rem; text-align: center; border-left: 1px solid var(--line); }.detail-rank-card span, .detail-rank-card small { display: block; }.detail-rank-card span { color: var(--gold-bright); font-family: var(--display); font-size: 2rem; }.detail-rank-card small { color: var(--subtle); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.detail-banner { max-height: 320px; margin: 1rem 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }.detail-banner img { width: 100%; max-height: 320px; display: block; object-fit: cover; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 1rem; margin-top: 1rem; }.detail-main { display: grid; gap: 1rem; }.detail-panel, .cta-panel, .side-note, .owner-card, .locked-panel, .metric-card, .admin-callout, .panel { padding: 1.3rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17, 32, 26, .86), rgba(9, 17, 14, .9)); }
.detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.detail-stats div, .metric-card, .owner-metrics div { text-align: center; }.detail-stats strong, .metric-card strong, .owner-metrics strong { display: block; color: var(--gold-bright); font-family: var(--display); font-size: 1.55rem; }.detail-stats span, .metric-card span, .owner-metrics span { display: block; color: var(--subtle); font-size: .57rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.panel-heading { margin-bottom: 1rem; }.panel-heading h2 { margin: .25rem 0 0; }.eyebrow { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.prose-lite p { margin: 0; color: var(--muted); white-space: pre-line; }.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; }.facts-grid dt { color: var(--subtle); font-size: .58rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.facts-grid dd { margin: .18rem 0 0; color: var(--ink); font-size: .82rem; font-weight: 700; }.tag-cloud { padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--line-soft); }
.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; }.screenshot-grid img { width: 100%; height: 165px; object-fit: cover; border: 1px solid var(--line-soft); border-radius: 9px; }.cta-panel { position: sticky; top: 98px; border-color: rgba(215, 170, 84, .25); box-shadow: var(--gold-shadow); }.cta-panel p, .side-note span, .owner-panel p { color: var(--muted); font-size: .78rem; }.side-note { margin-top: .75rem; }.side-note strong, .side-note span { display: block; }.owner-panel code { display: block; overflow-wrap: anywhere; padding: .7rem; margin-top: .55rem; color: var(--jade-soft); background: #050c09; border-radius: 7px; font-size: .7rem; }.related-section { margin-top: 3.5rem; }
.vote-page { max-width: 580px; margin: 1rem auto; }.vote-card { padding: 2.2rem; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(21, 40, 33, .96), rgba(7, 14, 12, .98)); box-shadow: var(--shadow); }.vote-logo { width: 70px; height: 70px; object-fit: contain; }.vote-card p { color: var(--muted); }.vote-context { padding: .75rem; margin: 1rem 0; color: var(--jade-soft); background: rgba(65, 137, 104, .09); border-radius: 8px; font-size: .78rem; }.vote-footnote { display: block; margin-top: 1rem; color: var(--subtle); font-size: .68rem; }
.owner-list { display: grid; gap: .8rem; }.owner-card-title, .owner-actions { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }.owner-card h2 { margin: .45rem 0 .25rem; font-size: 1.35rem; }.owner-card h2 a { color: var(--ink); text-decoration: none; }.owner-card p { margin: 0; color: var(--muted); font-size: .8rem; }.owner-metrics, .metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }.owner-metrics { padding: 1rem 0; margin-top: 1rem; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }.owner-metrics strong { font-size: 1.18rem; }.owner-actions { justify-content: flex-start; margin-top: .8rem; }.notice-line { padding: .65rem .75rem; margin-top: .8rem; color: var(--warning); background: rgba(215, 170, 84, .07); border-radius: 7px; font-size: .74rem; }.notice-line-danger { color: var(--danger); background: rgba(158, 57, 48, .08); }.metrics-grid { margin-bottom: 1rem; }.locked-panel { display: flex; align-items: center; gap: 1.2rem; }.lock-icon { color: var(--gold); font-size: 2rem; }.locked-panel p { color: var(--muted); }
.table-scroll { overflow-x: auto; }.data-table { width: 100%; min-width: 480px; border-collapse: collapse; }.data-table th, .data-table td { padding: .75rem; text-align: left; border-bottom: 1px solid var(--line-soft); }.data-table th { color: var(--subtle); font-size: .62rem; text-transform: uppercase; }.data-table td { color: var(--muted); font-size: .78rem; }
.admin-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 1.2rem; }.admin-nav { align-self: start; position: sticky; top: 98px; padding: 1rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--surface); }.admin-nav h2 { margin: .35rem 0 1rem; font-size: 1.2rem; }.admin-nav nav { display: grid; gap: .25rem; }.admin-nav a { padding: .6rem .7rem; color: var(--muted); border-radius: 7px; text-decoration: none; font-size: .76rem; }.admin-nav a:hover, .admin-nav a.active { color: var(--gold-bright); background: rgba(215, 170, 84, .07); }.admin-content { min-width: 0; }.admin-callout { margin-top: 1rem; color: var(--muted); }.admin-list { display: grid; gap: .65rem; }.admin-list-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--surface); }.admin-list-main h2 { margin: .3rem 0 .12rem; font-size: 1rem; }.admin-list-main h2 a { color: var(--ink); text-decoration: none; }.admin-list-main p, .admin-list-stats { margin: 0; color: var(--muted); font-size: .7rem; }.admin-list-stats, .admin-list-actions { display: flex; gap: .7rem; align-items: center; }.admin-list-stats strong { color: var(--gold); }.admin-list-actions form { margin: 0; }

/* Footer and lightweight compatibility */
.site-footer { border-top: 1px solid var(--line-soft); background: #040806; }.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.2rem 2rem; padding: 2.5rem 0; }.footer-brand { display: flex; align-items: center; gap: .75rem; }.footer-crest { width: 42px; height: 42px; }.footer-brand strong { font-family: var(--display); font-size: .84rem; }.footer-brand p { margin: .25rem 0 0; color: var(--subtle); font-size: .68rem; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .9rem; }.footer-links a { color: var(--muted); font-size: .68rem; text-decoration: none; }.footer-links a:hover { color: var(--gold-bright); }.footer-inner > small { grid-column: 1 / -1; color: #566059; font-size: .6rem; }
.panel h1 { color: var(--ink) !important; }.panel p, .panel li { color: var(--muted); }.space-y-6 > * + * { margin-top: 1rem; }
.profile-page { display: grid; gap: 1rem; }.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.profile-panel { padding: 1.4rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--surface); }.profile-panel h2 { margin-bottom: .35rem; font-size: 1.2rem; }.profile-panel > p { color: var(--muted); font-size: .76rem; }.profile-form { display: grid; gap: .9rem; margin-top: 1rem; }.profile-form .btn { justify-self: start; }
.profile-save { display: flex; align-items: center; gap: .8rem; }.profile-save > span { color: var(--success); font-size: .7rem; }.profile-danger { border-color: rgba(241, 132, 121, .2); }.danger-disclosure > summary { width: max-content; list-style: none; }.danger-disclosure > summary::-webkit-details-marker { display: none; }.danger-form { max-width: 520px; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid rgba(241, 132, 121, .16); }.danger-form p { margin: 0; color: var(--danger); font-size: .72rem; }
.legal-page { max-width: 860px; margin: 0 auto; }.legal-header { padding: 2rem 0 1.6rem; border-bottom: 1px solid var(--line); }.legal-header h1 { margin: .6rem 0 .35rem; font-size: clamp(2.5rem, 5vw, 4.4rem); }.legal-header p { margin: 0; color: var(--muted); }.legal-copy { padding: 2rem; margin-top: 1rem; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(18, 34, 28, .86), rgba(8, 16, 13, .92)); }.legal-copy > p { color: var(--muted); }.legal-copy h2 { display: flex; align-items: center; gap: .7rem; margin: 2rem 0 .5rem; font-family: var(--body); font-size: 1rem; }.legal-copy h2 span { color: var(--gold); font-family: var(--display); font-size: .7rem; }.legal-copy h2 + p { margin-top: 0; color: var(--muted); font-size: .84rem; }

@keyframes hero-reveal { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1120px) {
    .filter-panel { grid-template-columns: repeat(3, 1fr); }.filter-title { grid-column: span 1; }.search-field { grid-column: span 2; }.filter-actions { grid-column: span 3; }
    .server-card { grid-template-columns: 54px minmax(260px, 1.4fr) 1fr 115px; }.server-actions { grid-column: 2 / -1; display: flex; justify-content: flex-end; }.server-actions .btn { width: auto; min-width: 90px; }
    .ranking-key { display: none; }
    .featured-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .nav-toggle { display: block; }.nav-links { display: none; position: absolute; right: 0; top: 50px; min-width: 220px; padding: .6rem; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 11px; background: #0d1814; box-shadow: var(--shadow); }.nav-menu[open] .nav-links { display: flex; }.nav-links .nav-cta { margin: .3rem 0 0; text-align: center; }
    .hero-home { min-height: 500px; }.hero-vignette { background: linear-gradient(90deg, rgba(3, 7, 6, .96), rgba(4, 9, 8, .65) 70%, rgba(4, 8, 7, .35)), linear-gradient(0deg, var(--bg), transparent 28%); }.hero-seal { display: none; }
    .featured-grid { grid-template-columns: 1fr; }.premium-card { grid-template-columns: 1fr; }.premium-media { min-height: 250px; }.premium-body { padding: 1.35rem; }.premium-body p { min-height: 0; }
    .server-card { grid-template-columns: 48px minmax(0, 1fr) 108px; }.server-meta { grid-column: 2 / -1; grid-template-columns: repeat(4, 1fr); padding-top: .65rem; border-top: 1px solid var(--line-soft); }.server-actions { grid-column: 2 / -1; }
    .detail-layout { grid-template-columns: 1fr; }.cta-panel { position: static; }.form-intro-art { align-items: flex-start; flex-direction: column; }.form-intro-note { width: 100%; flex-basis: auto; grid-template-columns: repeat(3, 1fr); }.form-intro-note span, .form-intro-note small { grid-column: 1 / -1; }
    .auth-shell { grid-template-columns: 1fr; }.auth-story { min-height: 280px; }.auth-story-content { padding: 2rem; }.auth-story-content ul { display: none; }.auth-card { padding: 2.5rem; }
    .admin-shell { grid-template-columns: 1fr; }.admin-nav { position: static; }.admin-nav nav { display: flex; overflow-x: auto; }.profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .nav-container, .page-shell, .footer-inner, .auth-header, .auth-footer { width: min(100% - 24px, 1240px); }.home-page .page-shell > :not(.hero-home) { width: min(100% - 24px, 1240px); }.nav-container { min-height: 68px; }.brand-crest { width: 38px; height: 38px; }.brand-copy b { font-size: .78rem; }.brand-copy small { font-size: .54rem; }
    .page-shell { padding: 1.6rem 0 4rem; }.hero-home { min-height: 590px; }.hero-art { background-position: 63% center; }.hero-vignette { background: linear-gradient(90deg, rgba(3, 7, 6, .97), rgba(4, 9, 8, .73)), linear-gradient(0deg, var(--bg), transparent 25%); }.hero-content { width: min(100% - 28px, 1240px); padding: 4.4rem 0 5.5rem; }.hero-content h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }.hero-content > p { font-size: .9rem; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-trust { justify-content: space-between; gap: .6rem; }.hero-trust div { min-width: 0; padding: 0 .55rem; }.hero-trust b { font-size: .72rem; }.hero-trust span { font-size: .48rem; }
    .featured-section { padding-top: 3.8rem; }.ornament-heading, .directory-heading, .page-heading, .detail-topbar, .form-intro-inline { align-items: flex-start; flex-direction: column; gap: 1rem; }.sponsored-note { align-self: flex-start; }.directory-section { padding-top: 4rem; }.realm-count { padding-left: 0; text-align: left; border-right: 0; border-left: 2px solid var(--gold); padding-inline-start: .8rem; }
    .filter-panel { grid-template-columns: 1fr 1fr; }.filter-title, .search-field, .filter-actions { grid-column: span 2; }.filter-title { padding-bottom: .45rem; border-bottom: 1px solid var(--line-soft); }.filter-actions .btn { flex: 1; }
    .server-card { grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: .7rem; padding: .85rem; }.server-rank { min-height: 48px; border-right: 0; border-bottom: 1px solid var(--line-soft); }.server-rank strong { font-size: 1rem; }.server-identity { grid-column: 2; }.server-logo { width: 40px; height: 40px; }.server-identity > p { grid-column: 1 / -1; }.server-meta { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }.server-vote { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr 110px; align-items: center; gap: .55rem; padding-top: .7rem; border-top: 1px solid var(--line-soft); text-align: left; }.server-vote span { margin: 0; }.server-vote .btn { grid-column: 3; grid-row: 1; }.server-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.server-actions .btn { width: 100%; }.server-actions .text-link { justify-content: center; }
    .premium-media { height: 175px; }.premium-actions { align-items: stretch; flex-direction: column; }.premium-actions .text-link { justify-content: center; padding: .5rem; }
    .detail-hero { align-items: flex-start; flex-direction: column; padding: 1.2rem; }.detail-title { align-items: flex-start; }.detail-logo { width: 58px; height: 58px; }.detail-rank-card { width: 100%; padding: .65rem 0 0; border-left: 0; border-top: 1px solid var(--line); text-align: left; }.detail-rank-card span, .detail-rank-card small { display: inline; margin-right: .35rem; }.detail-stats, .facts-grid, .metrics-grid, .owner-metrics { grid-template-columns: repeat(2, 1fr); }.screenshot-grid { grid-template-columns: 1fr; }
    .form-intro-art { min-height: 0; padding: 1.4rem; }.form-intro-note { grid-template-columns: 1fr; }.form-intro-note span, .form-intro-note small { grid-column: auto; }.form-steps { grid-template-columns: repeat(5, minmax(55px, 1fr)); overflow-x: auto; }.form-steps span { display: grid; text-align: center; }.form-grid-2, .form-grid-3 { grid-template-columns: 1fr; }.form-section { padding: 1rem; }.form-submit-bar { align-items: stretch; flex-direction: column; bottom: 6px; }.form-submit-bar .btn { width: 100%; }
    .auth-header { min-height: 68px; }.auth-back { font-size: .62rem; }.auth-shell { width: min(100% - 20px, 1100px); margin: .5rem auto 2rem; border-radius: 18px; }.auth-story { min-height: 210px; }.auth-story-content { padding: 1.4rem; }.auth-story-content h2 { font-size: 1.85rem; }.auth-story-content > p { display: none; }.auth-card { padding: 2rem 1.25rem; }.auth-form-grid { grid-template-columns: 1fr; }.auth-actions-split { align-items: stretch; flex-direction: column; }.auth-actions-split .btn { width: 100%; }.auth-footer { align-items: flex-start; flex-direction: column; }
    .owner-card-title, .owner-actions { flex-direction: column; }.owner-card-title .btn { width: 100%; }.owner-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }.admin-list-row { grid-template-columns: 1fr; }.admin-list-stats, .admin-list-actions { justify-content: space-between; }.footer-inner { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-inner > small { grid-column: auto; }
}
