/* =====================================================
   FIRE FINDER ROLE PLAY — START PLAYING PAGE
   Requires the shared css/style.css file from the main site.
===================================================== */

:root {
    --play-bg: #070707;
    --play-bg-soft: #0d0d0f;
    --play-card: rgba(255, 255, 255, .055);
    --play-card-strong: rgba(255, 255, 255, .085);
    --play-border: rgba(255, 255, 255, .11);
    --play-text: #fff;
    --play-muted: rgba(255, 255, 255, .62);
    --play-accent: #ff7400;
    --play-accent-light: #ffad32;
    --play-red: #ff3d21;
    --play-green: #35e978;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.play-page {
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 70% 10%, rgba(255, 85, 0, .12), transparent 32%),
        var(--play-bg);
    color: var(--play-text);
    font-family: "Inter", Arial, sans-serif;
}

.play-page a {
    color: inherit;
    text-decoration: none;
}

.play-page button {
    font: inherit;
}

.play-page .container {
    width: min(1200px, 91%);
    margin: 0 auto;
}

.play-noise {
    position: fixed;
    inset: 0;
    z-index: 90;
    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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.play-glow {
    position: fixed;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.play-glow-one {
    top: 25%;
    left: -320px;
    background: rgba(255, 78, 0, .11);
}

.play-glow-two {
    right: -340px;
    bottom: 10%;
    background: rgba(255, 153, 0, .09);
}

/* Header */

.play-header {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0;
    transition: padding .3s ease, background .3s ease;
}

.play-header.scrolled {
    padding: 12px 0;
    background: rgba(5, 5, 6, .74);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    backdrop-filter: blur(22px);
}

.play-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.play-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.brand-mark {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 140, 0, .5);
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(255, 126, 0, .25), rgba(255, 45, 0, .06));
    box-shadow: 0 12px 35px rgba(255, 85, 0, .17);
    color: var(--play-accent-light);
    font-size: 19px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -2px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

.brand-copy small {
    margin-top: 6px;
    color: var(--play-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 4.1px;
}

.play-nav {
    display: flex;
    align-items: center;
    gap: 31px;
}

.play-nav a {
    position: relative;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 600;
    transition: color .25s ease;
}

.play-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    border-radius: 5px;
    background: var(--play-accent);
    transform: scaleX(0);
    transition: transform .25s ease;
}

.play-nav a:hover {
    color: #fff;
}

.play-nav a:hover::after {
    transform: scaleX(1);
}

.header-discord {
    padding: 12px 21px;
    border: 1px solid var(--play-border);
    border-radius: 99px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.header-discord:hover {
    border-color: rgba(255, 125, 0, .5);
    background: rgba(255, 116, 0, .12);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 12px;
    border: 1px solid var(--play-border);
    border-radius: 13px;
    background: var(--play-card);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 3px;
    background: white;
}

/* Hero */

.play-hero {
    position: relative;
    display: flex;
    min-height: 920px;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 100px;
}

.play-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 180px;
    background: linear-gradient(transparent, var(--play-bg));
    pointer-events: none;
}

.play-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 5, 6, .98) 0%, rgba(5, 5, 6, .78) 48%, rgba(5, 5, 6, .54) 100%),
        radial-gradient(circle at 78% 40%, rgba(255, 92, 0, .25), transparent 27%),
        linear-gradient(135deg, #08090b, #17100b 55%, #060606);
}

.play-hero-background::before {
    content: "";
    position: absolute;
    right: -8%;
    bottom: 10%;
    width: 59%;
    height: 69%;
    opacity: .36;
    background:
        linear-gradient(150deg, transparent 18%, rgba(255, 255, 255, .07) 19%, transparent 20%),
        linear-gradient(42deg, transparent 39%, rgba(255, 120, 0, .08) 40%, transparent 41%);
    clip-path: polygon(8% 100%, 21% 58%, 33% 74%, 45% 34%, 55% 63%, 67% 16%, 79% 54%, 92% 5%, 100% 100%);
    background-color: #111217;
}

.city-grid {
    position: absolute;
    right: -9%;
    bottom: -5%;
    width: 62%;
    height: 65%;
    opacity: .18;
    transform: perspective(800px) rotateX(68deg);
    transform-origin: bottom;
    background-image:
        linear-gradient(rgba(255, 119, 0, .35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 119, 0, .35) 1px, transparent 1px);
    background-size: 52px 52px;
}

.hero-fire {
    position: absolute;
    top: 25%;
    right: 8%;
    width: 390px;
    height: 390px;
    border-radius: 47% 53% 59% 41% / 60% 41% 59% 40%;
    background:
        radial-gradient(circle at 50% 65%, rgba(255, 214, 90, .5), transparent 18%),
        radial-gradient(circle at 50% 55%, rgba(255, 83, 0, .43), transparent 45%);
    filter: blur(35px);
    animation: firePulse 5s ease-in-out infinite;
}

@keyframes firePulse {
    0%, 100% {
        opacity: .45;
        transform: scale(.95) rotate(-3deg);
    }
    50% {
        opacity: .75;
        transform: scale(1.08) rotate(4deg);
    }
}

.play-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: 80px;
    align-items: center;
}

.play-hero-content {
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 27px;
    color: var(--play-accent-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--play-accent);
    box-shadow: 0 0 0 7px rgba(255, 116, 0, .12), 0 0 22px rgba(255, 116, 0, .8);
}

.play-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(58px, 7.2vw, 104px);
    font-weight: 900;
    letter-spacing: -6px;
    line-height: .93;
    text-transform: uppercase;
}

.play-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #ff551c, #ffbd43);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-description {
    max-width: 650px;
    margin: 34px 0 0;
    color: var(--play-muted);
    font-size: 17px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 39px;
}

.primary-action,
.secondary-action {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 800;
    transition: .3s ease;
}

.primary-action {
    gap: 25px;
    padding: 0 27px 0 31px;
    background: linear-gradient(110deg, var(--play-accent), #ffad2f);
    box-shadow: 0 16px 45px rgba(255, 91, 0, .26);
    color: #090909;
}

.action-arrow {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .13);
    font-size: 19px;
}

.primary-action:hover {
    box-shadow: 0 22px 65px rgba(255, 91, 0, .42);
    transform: translateY(-4px);
}

.secondary-action {
    padding: 0 27px;
    border: 1px solid var(--play-border);
    background: rgba(255, 255, 255, .045);
}

.secondary-action:hover {
    border-color: rgba(255, 145, 0, .45);
    background: rgba(255, 116, 0, .08);
    transform: translateY(-4px);
}

.hero-mini-stats {
    display: flex;
    gap: 44px;
    margin-top: 56px;
}

.hero-mini-stats div {
    display: flex;
    flex-direction: column;
}

.hero-mini-stats strong {
    font-size: 24px;
    font-weight: 900;
}

.hero-mini-stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .44);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Launch card */

.launch-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035));
    box-shadow: 0 35px 90px rgba(0, 0, 0, .46);
    backdrop-filter: blur(25px);
}

.launch-card::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -115px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 100, 0, .17);
    filter: blur(48px);
}

.launch-card-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.launch-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--play-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.launch-status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--play-green);
    box-shadow: 0 0 18px var(--play-green);
}

.launch-version {
    color: rgba(255, 255, 255, .32);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.launch-logo {
    display: grid;
    min-height: 230px;
    place-items: center;
}

.launch-logo-mark {
    position: relative;
    color: transparent;
    background: linear-gradient(135deg, #ff4b16 12%, #ffbe40 45%, #f5f5f5 46%, #aaa 85%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 145px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -24px;
    line-height: 1;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .6));
}

.launch-card h2 {
    margin: 2px 0 12px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
}

.launch-card > p {
    margin: 0;
    color: var(--play-muted);
    font-size: 13px;
    line-height: 1.65;
}

.server-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 23px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 17px;
    background: rgba(0, 0, 0, .2);
}

.server-address div {
    min-width: 0;
}

.server-address span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .38);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.server-address strong {
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server-address button {
    padding: 10px 13px;
    border: 0;
    border-radius: 11px;
    background: rgba(255, 116, 0, .13);
    color: var(--play-accent-light);
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    transition: .25s ease;
}

.server-address button:hover {
    background: var(--play-accent);
    color: #080808;
}

.address-note {
    display: block;
    margin-top: 11px;
    color: rgba(255, 255, 255, .25);
    font-size: 9px;
}

.scroll-hint {
    position: absolute;
    z-index: 3;
    bottom: 34px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .34);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    transform: translateX(-50%);
}

.scroll-hint i {
    display: block;
    width: 30px;
    height: 1px;
    background: var(--play-accent);
    animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
    0%, 100% { transform: scaleX(.45); opacity: .4; }
    50% { transform: scaleX(1); opacity: 1; }
}

/* Notice */

.shutdown-notice {
    padding: 0 0 40px;
}

.notice-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(255, 154, 39, .24);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 92, 0, .08), rgba(255, 255, 255, .025));
}

.notice-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 116, 0, .14);
    color: var(--play-accent-light);
    font-size: 20px;
    font-weight: 900;
}

.notice-card strong {
    font-size: 14px;
}

.notice-card p {
    margin: 7px 0 0;
    color: var(--play-muted);
    font-size: 12px;
    line-height: 1.55;
}

.notice-card > a {
    padding: 11px 16px;
    border: 1px solid var(--play-border);
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
}

/* Section defaults */

.requirements-section,
.steps-section,
.system-section,
.faq-section,
.final-cta {
    padding: 110px 0;
}

.section-heading {
    max-width: 700px;
    margin-bottom: 55px;
}

.section-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading > span,
.system-kicker,
.final-cta-card > div > span {
    color: var(--play-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 4px;
}

.section-heading h2,
.system-copy h2 {
    margin: 15px 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
}

.section-heading p,
.system-copy p {
    margin: 0;
    color: var(--play-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* Requirements */

.requirements-section {
    position: relative;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
}

.requirement-card {
    position: relative;
    min-height: 345px;
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--play-border);
    border-radius: 25px;
    background: var(--play-card);
    transition: .35s ease;
}

.requirement-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -95px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 93, 0, .10);
    filter: blur(37px);
    transition: .35s ease;
}

.requirement-card:hover {
    border-color: rgba(255, 128, 0, .43);
    background: rgba(255, 255, 255, .075);
    transform: translateY(-9px);
}

.requirement-card:hover::after {
    background: rgba(255, 93, 0, .22);
}

.requirement-number {
    position: absolute;
    top: 21px;
    right: 23px;
    color: rgba(255, 255, 255, .07);
    font-size: 45px;
    font-weight: 900;
}

.requirement-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .055);
    color: var(--play-accent-light);
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
}

.requirement-fire {
    background: linear-gradient(135deg, rgba(255, 53, 0, .25), rgba(255, 158, 0, .1));
}

.requirement-card h3 {
    margin: 30px 0 14px;
    font-size: 21px;
    font-weight: 850;
    letter-spacing: -.7px;
}

.requirement-card p {
    margin: 0;
    color: var(--play-muted);
    font-size: 13px;
    line-height: 1.68;
}

.requirement-card > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 26px;
    color: var(--play-accent-light);
    font-size: 12px;
    font-weight: 750;
}

.requirement-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
}

.requirement-tags span {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .54);
    font-size: 9px;
    font-weight: 700;
}

/* Steps */

.steps-section {
    background:
        linear-gradient(180deg, transparent, rgba(255, 255, 255, .017), transparent);
}

.steps-list {
    max-width: 1000px;
    margin: 0 auto;
}

.install-step {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 20px;
}

.step-rail {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.step-index {
    display: grid;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    background: #101012;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    font-weight: 900;
    transition: .3s ease;
}

.step-line {
    width: 1px;
    min-height: 64px;
    flex: 1;
    background: linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .025));
}

.step-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 25px;
    padding: 34px;
    border: 1px solid var(--play-border);
    border-radius: 27px;
    background: var(--play-card);
    transition: .35s ease;
}

.step-card:hover {
    border-color: rgba(255, 116, 0, .28);
    background: rgba(255, 255, 255, .067);
}

.step-card-final {
    background:
        linear-gradient(120deg, rgba(255, 91, 0, .09), rgba(255, 255, 255, .045));
}

.step-card-content {
    max-width: 700px;
}

.step-kicker {
    color: var(--play-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 3px;
}

.step-card h3 {
    margin: 12px 0 14px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1.2px;
}

.step-card p {
    margin: 0;
    color: var(--play-muted);
    font-size: 13px;
    line-height: 1.72;
}

.step-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.step-buttons a {
    padding: 10px 14px;
    border: 1px solid var(--play-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 750;
    transition: .25s ease;
}

.step-buttons a:hover,
.step-buttons .step-primary {
    border-color: rgba(255, 116, 0, .35);
    background: rgba(255, 116, 0, .13);
    color: var(--play-accent-light);
}

.step-warning {
    margin-top: 20px;
    padding: 12px 14px;
    border-left: 2px solid var(--play-accent);
    background: rgba(255, 116, 0, .07);
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    line-height: 1.55;
}

.path-example,
.direct-connect {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 13px;
    background: rgba(0, 0, 0, .23);
}

.path-example span,
.direct-connect span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .32);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.path-example code {
    display: block;
    overflow-x: auto;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    white-space: nowrap;
}

.direct-connect strong {
    color: var(--play-accent-light);
    font-size: 13px;
}

.complete-step {
    flex: 0 0 185px;
    min-height: 46px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 99px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .56);
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    transition: .3s ease;
}

.complete-step .checkmark {
    display: inline-grid;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.complete-step:hover {
    border-color: rgba(255, 116, 0, .35);
    color: white;
}

.install-step.completed .step-index {
    border-color: rgba(53, 233, 120, .35);
    background: rgba(53, 233, 120, .12);
    color: var(--play-green);
}

.install-step.completed .step-card {
    border-color: rgba(53, 233, 120, .22);
}

.install-step.completed .complete-step {
    border-color: rgba(53, 233, 120, .27);
    background: rgba(53, 233, 120, .1);
    color: var(--play-green);
}

.install-step.completed .checkmark {
    background: var(--play-green);
    color: #071109;
}

.progress-card {
    display: grid;
    max-width: 900px;
    grid-template-columns: 180px 1fr auto;
    gap: 25px;
    align-items: center;
    margin: 32px auto 0;
    padding: 21px 24px;
    border: 1px solid var(--play-border);
    border-radius: 19px;
    background: rgba(255, 255, 255, .04);
}

.progress-card > div:first-child {
    display: flex;
    flex-direction: column;
}

.progress-card span {
    color: rgba(255, 255, 255, .38);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress-card strong {
    margin-top: 4px;
    font-size: 14px;
}

.progress-track {
    height: 7px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
}

.progress-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--play-accent), var(--play-accent-light));
    transition: width .45s ease;
}

#resetProgress {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .35);
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}

/* System */

.system-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: center;
}

.system-copy a {
    display: inline-block;
    margin-top: 26px;
    color: var(--play-accent-light);
    font-size: 12px;
    font-weight: 800;
}

.system-card {
    padding: 12px 28px;
    border: 1px solid var(--play-border);
    border-radius: 26px;
    background: var(--play-card);
}

.system-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.system-row:last-child {
    border-bottom: 0;
}

.system-row span {
    color: var(--play-muted);
    font-size: 12px;
}

.system-row strong {
    font-size: 13px;
    text-align: right;
}

/* FAQ */

.faq-section {
    background: rgba(255, 255, 255, .014);
}

.faq-list {
    display: grid;
    max-width: 930px;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--play-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
}

.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 21px 23px;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 13px;
    font-weight: 750;
}

.faq-question i {
    color: var(--play-accent);
    font-size: 20px;
    font-style: normal;
    transition: transform .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 23px 22px;
    color: var(--play-muted);
    font-size: 12px;
    line-height: 1.65;
}

.faq-item.open .faq-question i {
    transform: rotate(45deg);
}

/* CTA */

.final-cta {
    padding-top: 85px;
}

.final-cta-card {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 54px 58px;
    border: 1px solid rgba(255, 132, 0, .29);
    border-radius: 31px;
    background:
        radial-gradient(circle at 78% 50%, rgba(255, 120, 0, .15), transparent 28%),
        linear-gradient(120deg, rgba(255, 75, 0, .12), rgba(255, 255, 255, .04));
}

.final-cta-card::before {
    content: "FF";
    position: absolute;
    right: 15%;
    color: rgba(255, 255, 255, .025);
    font-size: 210px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -30px;
}

.final-cta-card h2 {
    position: relative;
    margin: 14px 0 10px;
    font-size: clamp(37px, 5vw, 60px);
    font-weight: 900;
    letter-spacing: -3px;
}

.final-cta-card p {
    position: relative;
    max-width: 560px;
    margin: 0;
    color: var(--play-muted);
    font-size: 14px;
    line-height: 1.65;
}

.final-cta-card > a {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 59px;
    align-items: center;
    gap: 25px;
    padding: 0 27px;
    border-radius: 99px;
    background: linear-gradient(110deg, var(--play-accent), #ffb337);
    box-shadow: 0 15px 42px rgba(255, 91, 0, .25);
    color: #070707;
    font-size: 13px;
    font-weight: 900;
}

.final-cta-card > a i {
    font-size: 18px;
    font-style: normal;
}

/* Footer */

.play-footer {
    padding: 80px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .075);
    background: #040405;
}

.play-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.4fr 1fr;
    gap: 50px;
}

.footer-brand-block p {
    max-width: 380px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .42);
    font-size: 12px;
    line-height: 1.7;
}

.footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
}

.footer-column h3 {
    margin: 0 0 8px;
    font-size: 13px;
}

.footer-column a {
    color: rgba(255, 255, 255, .42);
    font-size: 11px;
    transition: .25s ease;
}

.footer-column a:hover {
    color: var(--play-accent-light);
    transform: translateX(4px);
}

.play-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 55px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .26);
    font-size: 10px;
}

/* Toast */

.toast {
    position: fixed;
    z-index: 120;
    right: 24px;
    bottom: 24px;
    padding: 14px 18px;
    border: 1px solid rgba(53, 233, 120, .3);
    border-radius: 13px;
    background: rgba(8, 20, 12, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
    color: var(--play-green);
    font-size: 11px;
    font-weight: 750;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    transition: .3s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */

@media (max-width: 1050px) {
    .play-nav {
        gap: 19px;
    }

    .play-hero-grid {
        grid-template-columns: 1fr .7fr;
        gap: 38px;
    }

    .requirements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .play-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .header-discord,
    .play-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .play-nav.open {
        position: absolute;
        top: 74px;
        right: 4.5%;
        display: flex;
        width: min(320px, 91%);
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
        padding: 15px;
        border: 1px solid var(--play-border);
        border-radius: 18px;
        background: rgba(8, 8, 9, .97);
        box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    }

    .play-nav.open a {
        padding: 12px;
        border-radius: 10px;
    }

    .play-nav.open a:hover {
        background: rgba(255, 116, 0, .08);
    }

    .play-hero {
        min-height: auto;
        padding-top: 155px;
    }

    .play-hero-grid {
        grid-template-columns: 1fr;
    }

    .play-hero-content {
        text-align: center;
    }

    .eyebrow {
        justify-content: center;
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-actions,
    .hero-mini-stats {
        justify-content: center;
    }

    .launch-card {
        width: min(520px, 100%);
        margin: 15px auto 0;
    }

    .shutdown-notice {
        padding-top: 45px;
    }

    .notice-card {
        grid-template-columns: auto 1fr;
    }

    .notice-card > a {
        grid-column: 2;
        justify-self: start;
    }

    .step-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .complete-step {
        flex-basis: auto;
    }

    .system-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .final-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .play-page .container {
        width: 92%;
    }

    .play-header {
        padding: 14px 0;
    }

    .brand-mark {
        width: 43px;
        height: 43px;
    }

    .brand-copy strong {
        font-size: 13px;
    }

    .play-hero {
        padding: 135px 0 80px;
    }

    .play-hero h1 {
        font-size: 49px;
        letter-spacing: -3.6px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-mini-stats {
        gap: 19px;
        justify-content: space-between;
    }

    .hero-mini-stats strong {
        font-size: 19px;
    }

    .hero-mini-stats span {
        font-size: 8px;
    }

    .launch-card {
        padding: 21px;
    }

    .launch-logo {
        min-height: 170px;
    }

    .launch-logo-mark {
        font-size: 105px;
    }

    .server-address {
        align-items: stretch;
        flex-direction: column;
    }

    .requirements-section,
    .steps-section,
    .system-section,
    .faq-section,
    .final-cta {
        padding: 80px 0;
    }

    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .install-step {
        grid-template-columns: 1fr;
    }

    .step-rail {
        display: none;
    }

    .step-card {
        padding: 25px;
    }

    .step-card h3 {
        font-size: 24px;
    }

    .complete-step {
        width: 100%;
    }

    .progress-card {
        grid-template-columns: 1fr;
    }

    .system-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .system-row strong {
        text-align: left;
    }

    .final-cta-card {
        padding: 36px 25px;
    }

    .final-cta-card > a {
        width: 100%;
        justify-content: space-between;
    }

    .play-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand-block {
        grid-column: auto;
    }

    .play-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .notice-card {
        grid-template-columns: 1fr;
    }

    .notice-card > a {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
