:root {
    --orange: #f97316;
    --orange-dark: #d95c0b;
    --orange-soft: rgba(249, 115, 22, .14);
    --ink: #171b1c;
    --ink-2: #252b2b;
    --muted: #9ca8a8;
    --line: #344044;
    --paper: #161c1f;
    --white: #e9efed;
    --green: #42c477;
    --red: #dc514d;
    --shadow: 0 24px 80px rgba(0, 0, 0, .35);
    --radius: 18px;
    --radius-sm: 11px;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--orange); color: white; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
main { min-height: 65vh; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header {
    position: absolute;
    z-index: 50;
    inset: 0 0 auto;
    height: 84px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}
.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 12, .7), rgba(8, 12, 12, .1));
    pointer-events: none;
}
.nav-wrap { position: relative; height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 182px; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border-radius: 9px;
    background: var(--orange);
    color: white;
    font-weight: 950;
    font-size: 24px;
    letter-spacing: -3px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .13);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 21px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 5px; color: rgba(255, 255, 255, .55); font-size: 9px; text-transform: uppercase; letter-spacing: 2.3px; }
.main-nav { display: flex; align-items: center; gap: 30px; flex: 1; }
.main-nav a { position: relative; color: rgba(255, 255, 255, .68); font-size: 14px; font-weight: 650; transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -31px;
    height: 2px;
    background: var(--orange);
}
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions form { display: flex; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px; }
.icon-button {
    width: 39px; height: 39px; border: 1px solid rgba(255, 255, 255, .2);
    color: white; border-radius: 9px; background: rgba(255, 255, 255, .06);
}

.btn {
    border: 0;
    border-radius: 9px;
    min-height: 43px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-weight: 800;
    font-size: 14px;
    transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 9px 28px rgba(249, 115, 22, .27); }
.btn-primary:hover { background: #ff8329; box-shadow: 0 12px 35px rgba(249, 115, 22, .4); }
.btn-dark { background: var(--ink); color: white; }
.btn-dark:hover { background: #000; }
.btn-soft { background: rgba(255, 255, 255, .12); color: white; border: 1px solid rgba(255, 255, 255, .15); }
.btn-ghost { color: white; background: transparent; }
.btn-glass { color: white; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2); backdrop-filter: blur(12px); }
.btn-outline-dark { color: var(--ink); background: transparent; border: 1px solid #bfc2bd; }
.btn-sm { min-height: 39px; padding-inline: 14px; font-size: 13px; }
.btn-lg { min-height: 54px; padding-inline: 25px; }
.btn-block { width: 100%; }

.alerts { position: fixed; z-index: 100; top: 94px; left: 50%; transform: translateX(-50%); pointer-events: none; }
.alert { pointer-events: auto; margin-left: auto; width: min(560px, 100%); padding: 15px 18px; border-radius: 12px; box-shadow: var(--shadow); font-size: 14px; }
.alert + .alert { margin-top: 9px; }
.alert-success { background: #e9faef; color: #166b36; border: 1px solid #bde7ca; }
.alert-error { background: #fff0ed; color: #932f2a; border: 1px solid #f4c3bc; }
.alert ul { margin: 6px 0 0; padding-left: 18px; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; color: white; overflow: hidden; background: #0e1212; }
.hero-image { position: absolute; inset: 0; background: url("../images/brand/hero-minhild-v2.png") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 10, 10, .97) 0%, rgba(7, 10, 10, .78) 36%, rgba(7, 10, 10, .15) 68%, rgba(7, 10, 10, .23) 100%), linear-gradient(0deg, rgba(7, 10, 10, .6), transparent 48%); }
.hero::after {
    content: ""; position: absolute; inset: auto 0 0; height: 160px;
    background: linear-gradient(transparent, rgba(8, 10, 10, .75));
}
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 95px; }
.hero-copy { width: min(690px, 64%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .74); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 2.3px; }
.eyebrow i { display: inline-block; width: 27px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #747b7a; }
.hero h1 {
    margin: 20px 0 23px;
    max-width: 690px;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(58px, 6.4vw, 96px);
    line-height: .94;
    letter-spacing: -5.2px;
    text-transform: uppercase;
}
.hero h1::first-line { color: white; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-proof { display: flex; gap: 24px; margin-top: 51px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-proof span { max-width: 155px; color: rgba(255, 255, 255, .5); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .7px; }
.hero-proof b { color: var(--orange); margin-right: 6px; }
.server-widget {
    width: 300px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 16px;
    background: rgba(10, 13, 13, .63);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}
.server-widget-head { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .62); font-size: 11px; text-transform: uppercase; letter-spacing: 1.6px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #858b8a; box-shadow: 0 0 0 5px rgba(133, 139, 138, .12); }
.status-dot.online { background: var(--green); box-shadow: 0 0 0 5px rgba(66, 196, 119, .12), 0 0 18px rgba(66, 196, 119, .7); }
.server-widget > strong { display: block; margin: 17px 0 10px; font-size: 22px; }
.copy-line { width: 100%; display: flex; justify-content: space-between; padding: 11px 13px; color: rgba(255, 255, 255, .68); background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; font-size: 12px; }
.copy-line:hover { background: rgba(255, 255, 255, .12); }
.copy-line b { color: var(--orange); }
.server-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 17px; }
.server-meta div { display: grid; }
.server-meta small { color: rgba(255, 255, 255, .38); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.server-meta b { margin-top: 3px; font-size: 14px; }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .37); font-size: 10px; text-transform: uppercase; letter-spacing: 1.9px; }
.hero-scroll span { color: var(--orange); margin-left: 8px; }

.section { padding: 112px 0; }
.section-heading h2, .final-cta h2 {
    margin: 14px 0 0;
    font-family: "Arial Black", Impact, sans-serif;
    font-size: clamp(38px, 4.4vw, 64px);
    line-height: 1.02;
    letter-spacing: -3px;
    text-transform: uppercase;
}
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.split-heading p { margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 49px; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p { color: var(--muted); margin: 16px auto 0; }

.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.feature-card {
    position: relative;
    min-height: 380px;
    padding: 30px;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card-wide { background: var(--ink); color: white; }
.feature-number { position: absolute; top: 26px; right: 26px; color: #c9ccc8; font: 800 11px/1 monospace; }
.feature-card-wide .feature-number { color: rgba(255, 255, 255, .28); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--orange-soft); color: var(--orange); font-size: 22px; }
.feature-card-wide .feature-icon { background: rgba(249, 115, 22, .16); }
.feature-card h3 { margin: 67px 0 12px; max-width: 280px; font-size: 22px; line-height: 1.2; letter-spacing: -.6px; }
.feature-card p { position: relative; z-index: 2; margin: 0; max-width: 315px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-card-wide p { color: rgba(255, 255, 255, .55); }
.feature-card-media { min-height: 390px; padding: 0; background: #101618; color: white; }
.feature-card-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.feature-card-media:hover > img { transform: scale(1.045); }
.feature-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 12, 13, .18), rgba(8, 12, 13, .93) 88%); }
.feature-card-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: end; padding: 30px; }
.feature-card-content .feature-number { top: 26px; right: 26px; color: rgba(255, 255, 255, .62); }
.feature-card-content .feature-icon { margin-bottom: auto; background: rgba(249, 115, 22, .84); color: white; }
.feature-card-content h3 { margin: 22px 0 10px; max-width: 300px; }
.feature-card-content p { color: rgba(255, 255, 255, .68); }
.feature-art { position: absolute; inset: auto 0 0; height: 120px; opacity: .65; }
.forest-art { background: linear-gradient(transparent, rgba(249, 115, 22, .12)); }
.forest-art::before, .forest-art::after, .forest-art span, .forest-art i, .forest-art b {
    content: ""; position: absolute; bottom: 0; width: 0; height: 0;
    border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 110px solid #252d2d;
}
.forest-art::before { left: 20px; }
.forest-art::after { left: 140px; border-left-width: 60px; border-right-width: 60px; border-bottom-width: 140px; }
.forest-art span { left: 270px; border-bottom-color: #303a39; }
.forest-art i { left: 390px; border-bottom: 100px solid #202626; }
.forest-art b { left: 500px; border-bottom-color: #2c3434; }

.store-preview { background: #f0f0eb; border-block: 1px solid #e1e1dc; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { position: relative; height: 215px; overflow: hidden; background: #242929; }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 20, 20, .7), transparent 65%); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-placeholder { height: 100%; display: grid; place-items: center; color: #fff; font-size: 60px; font-weight: 950; }
.product-badge, .product-category { position: absolute; z-index: 2; top: 15px; padding: 6px 9px; border-radius: 6px; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.product-badge { left: 15px; background: var(--orange); color: #fff; }
.product-category { right: 15px; background: rgba(18, 22, 22, .7); color: rgba(255, 255, 255, .73); backdrop-filter: blur(8px); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.product-body h3 { margin: 0 0 7px; font-size: 24px; letter-spacing: -.8px; }
.product-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-list { list-style: none; margin: 21px 0 0; padding: 0; }
.feature-list li { position: relative; padding-left: 20px; margin: 8px 0; color: #4f5758; font-size: 12px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.product-footer { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: auto; padding-top: 23px; border-top: 1px solid var(--line); }
.product-footer form { margin: 0; }
.price { display: grid; }
.price strong { font-size: 24px; line-height: 1; }
.old-price { color: #9ca09f; font-size: 12px; text-decoration: line-through; }
.center-action { display: flex; justify-content: center; margin-top: 43px; }

.community-section { background: white; }
.community-card { position: relative; min-height: 430px; border-radius: 22px; overflow: hidden; display: flex; align-items: center; color: white; }
.community-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.community-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 15, 10, .96), rgba(51, 24, 8, .73) 48%, rgba(51, 24, 8, .15)); }
.community-copy { position: relative; z-index: 2; width: min(560px, 70%); padding: 60px; }
.community-copy h2 { margin: 14px 0; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -2.5px; text-transform: uppercase; font-family: "Arial Black", Impact, sans-serif; }
.community-copy p { color: rgba(255, 255, 255, .65); max-width: 480px; }

.final-cta { padding-top: 55px; background: white; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 120px; align-items: end; padding: 75px 0 112px; border-top: 1px solid var(--line); }
.final-cta-inner > div:last-child > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.world-section { background: #101618; color: white; border-block: 1px solid #273236; }
.world-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.world-copy h2 { margin: 14px 0 22px; max-width: 540px; font: 900 clamp(39px, 4.5vw, 66px)/.98 "Arial Black", Impact, sans-serif; letter-spacing: -3px; text-transform: uppercase; }
.world-copy p { max-width: 560px; margin: 0 0 18px; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.8; }
.world-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.world-list li { display: grid; gap: 2px; padding: 14px 0 14px 17px; border-left: 2px solid var(--orange); }
.world-list b { color: white; font-size: 13px; }
.world-list span { color: rgba(255, 255, 255, .48); font-size: 11px; }
.world-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 560px; }
.world-shot { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-sm); background: #20282a; }
.world-shot-large { grid-row: 1 / 3; }
.world-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.world-shot:hover img { transform: scale(1.06); }
.world-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7, 11, 12, .84), transparent 52%); pointer-events: none; }
.world-shot figcaption { position: absolute; z-index: 2; right: 14px; bottom: 13px; left: 14px; color: rgba(255, 255, 255, .78); font-size: 11px; line-height: 1.35; }
.community-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 56px; border: 1px solid #354145; border-radius: var(--radius); background: radial-gradient(circle at 85% 30%, rgba(249, 115, 22, .17), transparent 32%), #20282a; }
.community-cta h2 { margin: 14px 0 9px; max-width: 650px; color: white; font: 900 clamp(34px, 4vw, 57px)/1 "Arial Black", Impact, sans-serif; letter-spacing: -2.5px; text-transform: uppercase; }
.community-cta p { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .58); font-size: 15px; }

.site-footer { padding: 60px 0; background: #151919; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .62fr .95fr 1.15fr .68fr; gap: 42px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 330px; color: rgba(255, 255, 255, .4); font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; font-size: 12px; color: rgba(255, 255, 255, .43); }
.footer-grid > div:not(:first-child) strong { color: white; margin-bottom: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.footer-grid a:hover { color: var(--orange); }
.footer-note { justify-content: end; }

.page-hero { min-height: 390px; padding: 145px 0 65px; color: white; background-color: #141818; background-position: center; background-size: cover; position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 16, 16, .96), rgba(12, 16, 16, .6)); }
.page-hero-inner { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.page-hero h1 { margin: 15px 0 10px; font-family: "Arial Black", Impact, sans-serif; font-size: clamp(44px, 6vw, 75px); line-height: 1; text-transform: uppercase; letter-spacing: -3.5px; }
.page-hero p { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .6); font-size: 16px; }
.store-hero { background-image: linear-gradient(90deg, rgba(12, 16, 16, .2), rgba(12, 16, 16, .45)), url("../images/world/golden-wastes.png"); }
.cabinet-hero { background-image: url("../images/world/night-forest.png"); background-position: center 60%; }
.legal-hero { min-height: 330px; background-image: linear-gradient(90deg, rgba(12, 16, 16, .22), rgba(12, 16, 16, .7)), url("../images/world/foggy-swamp.png"); background-position: center 43%; }
.legal-hero h1 { max-width: 930px; font-size: clamp(38px, 5.4vw, 70px); }
.legal-section { background: var(--paper); }
.legal-card { max-width: 940px; margin: 0 auto; padding: clamp(24px, 4vw, 56px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 55px rgba(23, 27, 28, .07); }
.legal-copy { color: #3c4444; font-size: 15px; line-height: 1.78; }
.legal-copy h1, .legal-copy h2, .legal-copy h3, .legal-copy h4 { color: var(--ink); line-height: 1.18; letter-spacing: -.45px; }
.legal-copy h1 { margin: 0 0 26px; font-size: clamp(30px, 4vw, 46px); }
.legal-copy h2 { margin: 34px 0 14px; padding-top: 8px; border-top: 1px solid var(--line); font-size: 25px; }
.legal-copy h3, .legal-copy h4 { margin: 25px 0 10px; font-size: 19px; }
.legal-copy p { margin: 0 0 15px; }
.legal-copy ul { margin: 0 0 18px; padding-left: 24px; }
.legal-copy li { margin: 5px 0; padding-left: 4px; }
.legal-copy hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }
.legal-copy a { color: var(--orange-dark); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(217, 92, 11, .28); text-underline-offset: 3px; }
.legal-copy a:hover { color: var(--orange); }
.safe-payment { display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .17); background: rgba(255, 255, 255, .07); border-radius: 12px; backdrop-filter: blur(15px); }
.safe-payment > span { color: var(--orange); font-size: 20px; }
.safe-payment div { display: grid; }
.safe-payment small { color: rgba(255, 255, 255, .45); font-size: 10px; }
.store-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.store-toolbar b { color: var(--ink); font-size: 18px; margin-right: 3px; }
.empty-state { grid-column: 1/-1; padding: 80px; text-align: center; background: white; border: 1px dashed #ccd0cb; border-radius: var(--radius); color: var(--muted); }
.pagination-wrap { margin-top: 40px; }
.pagination-wrap nav > div:first-child { display: none; }
.pagination-wrap nav > div:last-child { display: flex; align-items: center; justify-content: space-between; }
.pagination-wrap nav span, .pagination-wrap nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--line); background: white; font-size: 12px; }
.pagination-wrap nav span[aria-current="page"] span { color: white; background: var(--orange); border-color: var(--orange); }

.auth-page .site-header { background: rgba(14, 18, 18, .9); }
.auth-page .site-footer { display: none; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.auth-visual { position: relative; min-height: 760px; padding: 130px 9vw 70px; display: flex; align-items: end; color: white; background: url("../images/brand/hero-minhild-v2.png") center/cover no-repeat; }
.auth-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 13, 13, .92), rgba(10, 13, 13, .13) 75%), linear-gradient(90deg, rgba(10, 13, 13, .45), transparent); }
.register-visual { background-image: url("../images/world/night-forest.png"); }
.auth-visual-copy { position: relative; z-index: 2; max-width: 570px; }
.auth-visual-copy h1 { margin: 15px 0; font: 900 clamp(48px, 5vw, 75px)/.98 "Arial Black", Impact, sans-serif; letter-spacing: -3px; text-transform: uppercase; }
.auth-visual-copy p { color: rgba(255, 255, 255, .62); font-size: 17px; }
.auth-panel { display: grid; place-items: center; padding: 120px 8vw 60px; }
.auth-form { width: min(500px, 100%); }
.form-kicker, .panel-kicker { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.auth-form h2 { margin: 9px 0 4px; font-size: 35px; letter-spacing: -1.5px; }
.auth-form > p { margin: 0 0 31px; color: var(--muted); font-size: 14px; }
.auth-form label:not(.check-row), .inline-form label, .admin-form label { display: grid; gap: 7px; margin-bottom: 17px; }
.auth-form label > span, .inline-form label > span, .admin-form label > span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
input, textarea, select {
    width: 100%;
    border: 1px solid #dfe1dd;
    border-radius: 9px;
    background: #fbfbf8;
    color: var(--ink);
    outline: none;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
input, select { height: 48px; padding: 0 14px; }
textarea { min-height: 120px; padding: 13px 14px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 4px rgba(249, 115, 22, .1); }
label small { color: #8c9290; font-size: 10px; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin: 21px 0; color: var(--muted); font-size: 12px; }
.check-row input { flex: 0 0 17px; width: 17px; height: 17px; accent-color: var(--orange); }
.check-row a, .form-switch a { color: var(--orange-dark); font-weight: 800; }
.form-divider { position: relative; height: 1px; margin: 27px 0; background: var(--line); text-align: center; }
.form-divider span { position: relative; top: -10px; padding: 0 11px; background: white; color: #9ba09e; font-size: 10px; text-transform: uppercase; }
.auth-form .form-switch { text-align: center; margin: 0; }

.cabinet-section { padding-top: 45px; }
.cabinet-grid { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; }
.profile-card, .panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.profile-card { position: sticky; top: 25px; overflow: hidden; }
.profile-card-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.4px; }
.skin-stage { position: relative; height: 365px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #fff 0, #f1f1eb 62%, #e7e7df 100%); }
.skin-stage::before { content: ""; position: absolute; inset: 20px; background-image: linear-gradient(rgba(35, 42, 42, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 42, 42, .035) 1px, transparent 1px); background-size: 20px 20px; }
.skin-stage img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.skin-stage canvas { position: relative; z-index: 2; width: 180px; height: 300px; image-rendering: pixelated; }
.skin-floor { position: absolute; z-index: 1; bottom: 26px; width: 150px; height: 26px; background: rgba(23, 27, 28, .14); filter: blur(8px); border-radius: 50%; }
.profile-name { padding: 21px 22px 15px; text-align: center; }
.profile-name h2 { margin: 0; font-size: 24px; }
.profile-name span { color: var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.profile-facts { margin: 0; padding: 0 20px 20px; }
.profile-facts > div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 11px; }
.profile-facts dt { color: var(--muted); }
.profile-facts dd { margin: 0; font-weight: 750; }
.text-success { color: #219a50; }
.text-warn { color: #c17c12; }
.cabinet-main { display: grid; gap: 20px; }
.panel { padding: 26px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-heading h2 { margin: 3px 0 0; font-size: 24px; letter-spacing: -.7px; }
.panel-heading > a { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.file-note { color: var(--muted); font-size: 10px; }
.upload-zone { display: flex; align-items: center; gap: 20px; padding: 18px; border: 1px dashed #cdd0cb; border-radius: 12px; background: #fafaf7; }
.upload-zone > label { flex: 1; position: relative; display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: center; cursor: pointer; }
.upload-zone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; height: 100%; }
.upload-icon { grid-row: 1/3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; color: var(--orange); background: var(--orange-soft); font-size: 22px; }
.upload-zone b { font-size: 13px; }
.upload-zone small { color: var(--muted); font-size: 10px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { padding: 10px 12px; color: #8c9290; border-bottom: 1px solid var(--line); text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
td { padding: 14px 12px; border-bottom: 1px solid #f0f0ec; font-size: 12px; vertical-align: middle; }
tr:last-child td { border-bottom: 0; }
.mono { font-family: "SFMono-Regular", Consolas, monospace; }
.table-empty { padding: 40px; text-align: center; color: var(--muted); }
.status-pill { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: #eee; font-size: 9px; font-weight: 850; text-transform: uppercase; white-space: nowrap; }
.status-created, .status-pending { color: #956116; background: #fff3d8; }
.status-paid { color: #1a6d94; background: #e4f3fa; }
.status-fulfilled { color: #207243; background: #e5f7eb; }
.status-canceled, .status-failed { color: #9b3530; background: #fee9e6; }
.password-form { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 12px; align-items: end; }
.password-form label { margin: 0; }

.admin-shell { display: grid; grid-template-columns: 230px 1fr; gap: 24px; padding: 35px 0 80px; align-items: start; }
.admin-nav { position: sticky; top: 25px; display: grid; gap: 4px; padding: 13px; background: var(--ink); color: white; border-radius: 14px; }
.admin-nav strong { padding: 12px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.admin-nav a { padding: 10px 12px; border-radius: 8px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.admin-nav a:hover, .admin-nav a.active { color: white; background: rgba(255,255,255,.08); }
.admin-nav a.active { box-shadow: inset 3px 0 var(--orange); }
.admin-content { min-width: 0; }
.admin-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.admin-title h1 { margin: 4px 0 0; font-size: 36px; letter-spacing: -1.6px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 22px; }
.stat-card { padding: 20px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.stat-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.stat-card strong { display: block; margin-top: 7px; font-size: 26px; }
.admin-panel { margin-bottom: 20px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.admin-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 17px; }
.admin-panel-head h2 { margin: 0; font-size: 19px; }
.admin-panel-head p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.admin-form { display: grid; gap: 15px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1/-1; }
.admin-form label { margin: 0; }
.admin-form-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 15px; border-top: 1px solid var(--line); }
.admin-row-actions { display: flex; align-items: center; gap: 7px; }
.admin-row-actions form { margin: 0; }
.admin-hero { min-height: 310px; padding-top: 130px; background-image: url("../images/world/dungeon.png"); background-position: center 58%; }
.admin-hero h1 { font-size: clamp(42px, 5vw, 62px); }
.server-admin-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; padding: 15px; background: #f7f7f3; border-radius: 10px; color: var(--muted); font-size: 11px; }
.server-admin-strip b { color: var(--ink); margin-right: auto; }
.user-manage-form { display: grid; grid-template-columns: 110px minmax(150px, 1fr) auto auto; gap: 7px; align-items: center; min-width: 470px; }
.user-manage-form input, .user-manage-form select { height: 34px; font-size: 11px; }
.mini-check { display: flex; align-items: center; gap: 4px; font-size: 10px; }
.mini-check input { width: 15px; height: 15px; accent-color: var(--orange); }
.link-button { border: 0; padding: 0; background: none; color: var(--orange-dark); font-size: 11px; font-weight: 800; }
.danger-link { color: var(--red); }
.filter-bar { display: flex; gap: 9px; margin-bottom: 17px; }
.filter-bar input, .filter-bar select { max-width: 300px; }
.access-card { width: min(470px, calc(100% - 40px)); margin: 160px auto 100px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.access-card h1 { margin: 8px 0; font-size: 30px; }
.access-card p { color: var(--muted); font-size: 13px; }

@media (max-width: 1050px) {
    .main-nav { gap: 18px; }
    .hero-copy { width: 70%; }
    .hero-proof { display: none; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .feature-card-wide { grid-column: 1/-1; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-note { grid-column: 1/-1; }
    .password-form { grid-template-columns: 1fr 1fr; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 28px, var(--container)); }
    .site-header { height: 70px; }
    .nav-wrap { gap: 12px; }
    .brand { min-width: 0; margin-right: auto; }
    .brand-mark { width: 36px; height: 36px; }
    .brand-copy strong { font-size: 18px; }
    .nav-toggle { display: block; order: 2; }
    .main-nav {
        display: none; position: absolute; top: 69px; left: -14px; right: -14px;
        padding: 20px; flex-direction: column; align-items: stretch; background: #151919; border-top: 1px solid rgba(255,255,255,.1);
    }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 8px; }
    .main-nav a.active::after { display: none; }
    .nav-actions { order: 1; }
    .nav-actions .btn-ghost, .nav-actions .btn-soft, .nav-actions .icon-button { display: none; }
    .hero { min-height: 760px; align-items: flex-start; }
    .hero-image { background-position: 62% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,10,10,.96), rgba(7,10,10,.7)), linear-gradient(0deg, rgba(7,10,10,.75), transparent); }
    .hero-content { display: block; padding-top: 160px; }
    .hero-copy { width: 100%; }
    .hero h1 { letter-spacing: -3px; }
    .server-widget { margin-top: 34px; width: min(100%, 350px); }
    .hero-scroll { display: none; }
    .section { padding: 75px 0; }
    .split-heading, .final-cta-inner { grid-template-columns: 1fr; gap: 25px; }
    .feature-grid, .products-grid { grid-template-columns: 1fr; }
    .feature-card-wide { grid-column: auto; }
    .community-card { min-height: 510px; align-items: end; }
    .community-shade { background: linear-gradient(0deg, rgba(23,15,10,.97), rgba(51,24,8,.28)); }
    .community-copy { width: 100%; padding: 35px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-grid > div:first-child, .footer-note { grid-column: 1/-1; }
    .page-hero-inner { display: grid; }
    .auth-shell { grid-template-columns: 1fr; }
    .auth-visual { display: none; }
    .auth-panel { min-height: 100vh; padding: 115px 24px 55px; }
    .cabinet-grid { grid-template-columns: 1fr; }
    .profile-card { position: static; }
    .password-form { grid-template-columns: 1fr; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-nav { position: static; grid-template-columns: repeat(3, 1fr); }
    .admin-nav strong { grid-column: 1/-1; }
}

@media (max-width: 560px) {
    .brand-copy small { display: none; }
    .nav-actions .btn-primary { display: none; }
    .hero { min-height: 790px; }
    .hero-content { padding-top: 135px; }
    .hero h1 { font-size: 49px; letter-spacing: -2.5px; }
    .hero-copy > p { font-size: 15px; }
    .hero-actions .btn { width: 100%; }
    .section-heading h2, .final-cta h2 { font-size: 38px; letter-spacing: -2px; }
    .two-fields, .form-grid { grid-template-columns: 1fr; }
    .product-media { height: 200px; }
    .community-copy { padding: 28px 22px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child, .footer-note { grid-column: auto; }
    .page-hero { padding-top: 120px; }
    .page-hero h1 { font-size: 43px; letter-spacing: -2px; }
    .safe-payment { display: none; }
    .upload-zone { display: grid; }
    .upload-zone > .btn { width: 100%; }
    .panel { padding: 19px; }
    .panel-heading { align-items: flex-start; flex-direction: column; }
    .admin-stats { grid-template-columns: 1fr; }
    .admin-nav { grid-template-columns: 1fr 1fr; }
    .admin-title { align-items: flex-start; flex-direction: column; }
}

/* Dark atmosphere */
body { background: var(--paper); color: var(--ink); }
.intro-section, .community-section { background: #171e21; }
.store-preview, .final-cta { background: #121719; border-color: #2a3438; }
.feature-card, .product-card, .legal-card, .profile-card, .panel, .stat-card, .admin-panel, .access-card {
    background: #20282b;
    border-color: #344044;
}
.feature-card-wide, .btn-dark, .admin-nav { background: #0d1315; }
.feature-card h3, .product-body h3, .panel-heading h2, .admin-panel-head h2, .stat-card strong, .access-card h1 { color: #eef3f0; }
.feature-list li { color: #b4c0be; }
.legal-copy { color: #bac5c2; }
.legal-copy h1, .legal-copy h2, .legal-copy h3, .legal-copy h4 { color: #eef3f0; }
.legal-copy h2 { border-color: #344044; }
.legal-section { background: #161c1f; }
.empty-state { background: #20282b; border-color: #405055; color: #aeb9b7; }
.pagination-wrap nav span, .pagination-wrap nav a { background: #20282b; color: #dce5e2; border-color: #344044; }
.auth-shell, .auth-panel { background: #161c1f; }
.auth-form h2 { color: #eef3f0; }
input, textarea, select { background: #20282b; color: #eef3f0; border-color: #405055; }
input::placeholder, textarea::placeholder { color: #74817f; }
input:focus, textarea:focus, select:focus { background: #263033; }
.form-divider, .form-divider span { background: #344044; }
.form-divider span { background: #161c1f; }
.skin-stage { background: radial-gradient(circle at 50% 45%, #354144 0, #222b2e 62%, #182023 100%); }
.upload-zone, .server-admin-strip { background: #1a2225; border-color: #405055; }
.server-admin-strip b { color: #eef3f0; }
.status-created, .status-pending { color: #f5c76a; background: rgba(245, 199, 106, .13); }
.btn-outline-dark { color: #edf2ef; border-color: #566468; }
.btn-outline-dark:hover { color: white; border-color: var(--orange); background: rgba(249, 115, 22, .12); }
.footer-grid > div:first-child p, .footer-note { color: rgba(255, 255, 255, .5); }

@media (max-width: 820px) {
    .world-grid { grid-template-columns: 1fr; gap: 40px; }
    .world-gallery { min-height: 480px; }
    .community-cta { display: grid; padding: 34px 28px; }
    .community-cta .btn { width: 100%; }
}

@media (max-width: 560px) {
    .world-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; min-height: 520px; }
    .world-shot-large { grid-column: 1/-1; grid-row: auto; }
    .feature-card-media { min-height: 355px; }
}
