:root {
    --home-panel: #1a283e;
    --home-panel-deep: #142238;
    --home-panel-soft: #213655;
    --home-border: rgba(159, 179, 201, 0.15);
    --home-text: #f7fbff;
    --home-muted: #9fb3c9;
    --home-blue: #34adf1;
    --home-green: #60df35;
    --home-purple: #a987ff;
    --home-gold: #ffc93d;
}

.home-page,
.home-page * {
    box-sizing: border-box;
}

.home-page {
    overflow: hidden;
    padding: 0 0 4.5rem;
    color: var(--home-text);
    font-family: Poppins, sans-serif;
}

.launch-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
    gap: 1.25rem;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border: 1px solid rgba(52, 173, 241, 0.22);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 10% 5%, rgba(52, 173, 241, 0.2), transparent 31%),
        radial-gradient(circle at 92% 95%, rgba(96, 223, 53, 0.12), transparent 30%),
        linear-gradient(135deg, #1e3454 0%, #17273e 52%, #121f33 100%);
    box-shadow: 0 30px 80px rgba(3, 10, 22, 0.28);
}

.launch-hero::before,
.launch-hero::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.launch-hero::before {
    top: -210px;
    right: -120px;
    width: 460px;
    height: 460px;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.012), 0 0 0 110px rgba(255, 255, 255, 0.008);
}

.launch-hero::after {
    bottom: -190px;
    left: 30%;
    width: 330px;
    height: 330px;
}

.launch-hero-copy,
.launch-status-card {
    position: relative;
    z-index: 1;
}

.launch-hero-copy {
    display: flex;
    max-width: 760px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.launch-eyebrow,
.home-section-kicker {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    color: #79d9ff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.launch-eyebrow {
    margin-bottom: 1rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(121, 217, 255, 0.18);
    border-radius: 999px;
    background: rgba(8, 18, 32, 0.3);
}

.launch-hero h1 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.55rem, 6vw, 4.75rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.launch-hero h1 span {
    color: #79d9ff;
}

.launch-intro,
.launch-message {
    max-width: 690px;
    color: #b8c9da;
    line-height: 1.75;
}

.launch-intro {
    margin: 0 0 0.8rem;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.launch-intro strong {
    color: #fff;
}

.launch-message {
    margin: 0;
    font-size: 0.88rem;
}

.launch-actions,
.community-actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    align-items: center;
}

.launch-actions {
    margin-top: 1.5rem;
}

.home-button {
    display: inline-flex;
    min-height: 46px;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.72rem;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-button:hover,
.home-button:focus-visible {
    text-decoration: none;
    transform: translateY(-2px);
}

.home-button-primary,
.home-button-discord {
    background: linear-gradient(135deg, #5865f2, #4752c4);
    color: #fff;
    box-shadow: 0 14px 30px rgba(71, 82, 196, 0.24);
}

.home-button-primary:hover,
.home-button-primary:focus-visible,
.home-button-discord:hover,
.home-button-discord:focus-visible {
    color: #fff;
    box-shadow: 0 18px 36px rgba(71, 82, 196, 0.32);
}

.home-button-secondary {
    border-color: rgba(159, 179, 201, 0.22);
    background: rgba(8, 18, 32, 0.38);
    color: #dce8f5;
}

.home-button-secondary:hover,
.home-button-secondary:focus-visible {
    border-color: rgba(121, 217, 255, 0.45);
    color: #fff;
}

.owner-signoff {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    margin-top: 1.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(159, 179, 201, 0.12);
}

.owner-avatar {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(96, 223, 53, 0.35);
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #244d3d, #1b3940);
    color: #8ef16d;
    font-size: 0.9rem;
    font-weight: 800;
}

.owner-signoff > span:last-child {
    display: flex;
    flex-direction: column;
}

.owner-signoff strong {
    color: #fff;
    font-size: 0.78rem;
}

.owner-signoff small {
    margin-top: 0.1rem;
    color: #7890a9;
    font-size: 0.64rem;
}

.launch-status-card {
    align-self: stretch;
    padding: 1.35rem;
    border: 1px solid rgba(159, 179, 201, 0.16);
    border-radius: 1rem;
    background: rgba(9, 20, 35, 0.7);
    box-shadow: 0 20px 50px rgba(2, 8, 18, 0.24);
    backdrop-filter: blur(10px);
}

.launch-status-top {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
    color: #8fa8c1;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.launch-live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-green);
    box-shadow: 0 0 0 5px rgba(96, 223, 53, 0.09);
}

.launch-status-card h2 {
    margin: 0 0 0.45rem;
    color: #fff;
    font-size: 1.25rem;
}

.launch-status-card > p {
    margin: 0;
    color: #829bb4;
    font-size: 0.75rem;
    line-height: 1.6;
}

.launch-checklist {
    display: grid;
    gap: 0.65rem;
    margin: 1.2rem 0;
    padding: 0;
    list-style: none;
}

.launch-checklist li {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    padding: 0.72rem;
    border: 1px solid rgba(159, 179, 201, 0.1);
    border-radius: 0.7rem;
    background: rgba(26, 40, 62, 0.58);
}

.check-icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.55rem;
    background: rgba(96, 223, 53, 0.1);
    color: #8ef16d;
    font-size: 0.65rem;
}

.check-icon-progress {
    background: rgba(255, 201, 61, 0.1);
    color: #ffd86e;
}

.check-icon-community {
    background: rgba(52, 173, 241, 0.1);
    color: #79d9ff;
}

.launch-checklist li > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.launch-checklist strong {
    color: #eaf4ff;
    font-size: 0.72rem;
}

.launch-checklist small {
    margin-top: 0.12rem;
    color: #7189a3;
    font-size: 0.61rem;
}

.launch-server-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(52, 173, 241, 0.2);
    border-radius: 0.7rem;
    background: rgba(52, 173, 241, 0.07);
}

.launch-server-address span {
    color: #7890a9;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
}

.launch-server-address strong {
    color: #79d9ff;
    font-size: 0.74rem;
}

.home-section {
    padding: 4rem 0 1.25rem;
}

.home-section-heading {
    display: flex;
    gap: 2rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.home-section-heading h2,
.community-banner h2 {
    margin: 0.3rem 0 0;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.home-section-heading > p {
    max-width: 430px;
    margin: 0;
    color: #8199b1;
    font-size: 0.8rem;
    line-height: 1.6;
    text-align: right;
}

.home-priority-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-priority {
    --priority-color: var(--home-blue);
    --priority-glow: rgba(52, 173, 241, 0.11);
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 1.25rem;
    border: 1px solid var(--home-border);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 100% 0%, var(--priority-glow), transparent 38%),
        var(--home-panel);
}

.home-priority::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--priority-color);
    content: "";
}

.home-priority-green {
    --priority-color: var(--home-green);
    --priority-glow: rgba(96, 223, 53, 0.11);
}

.home-priority-blue {
    --priority-color: var(--home-blue);
    --priority-glow: rgba(52, 173, 241, 0.12);
}

.home-priority-purple {
    --priority-color: var(--home-purple);
    --priority-glow: rgba(169, 135, 255, 0.12);
}

.priority-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 1.4rem;
    place-items: center;
    border-radius: 0.7rem;
    background: var(--priority-glow);
    color: var(--priority-color);
    font-size: 1rem;
}

.priority-number {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    color: rgba(255, 255, 255, 0.08);
    font-size: 1.8rem;
    font-weight: 800;
}

.home-priority h3 {
    margin: 0 0 0.55rem;
    color: #fff;
    font-size: 1rem;
}

.home-priority p {
    margin: 0;
    color: #879fb7;
    font-size: 0.75rem;
    line-height: 1.7;
}

.community-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid rgba(88, 101, 242, 0.23);
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 0% 100%, rgba(88, 101, 242, 0.16), transparent 40%),
        linear-gradient(135deg, #1b2d49, #17243a);
}

.community-copy {
    display: flex;
    padding: clamp(1.4rem, 4vw, 2.4rem);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.community-copy > p {
    max-width: 680px;
    margin: 0.8rem 0 1.25rem;
    color: #92a9c0;
    font-size: 0.8rem;
    line-height: 1.7;
}

.community-actions > span {
    color: #7890a9;
    font-size: 0.67rem;
    font-weight: 700;
}

.community-actions > span i {
    margin-right: 0.25rem;
    color: #ff7d9d;
}

.community-art {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    background: #111d30;
}

.community-art::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #17243a 0%, transparent 34%);
    content: "";
    pointer-events: none;
}

.community-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
    .launch-live-dot {
        animation: home-pulse 2.2s ease-in-out infinite;
    }
}

@keyframes home-pulse {
    0%, 100% { box-shadow: 0 0 0 5px rgba(96, 223, 53, 0.08); }
    50% { box-shadow: 0 0 0 9px rgba(96, 223, 53, 0.02); }
}

@media (max-width: 1000px) {
    .launch-hero {
        grid-template-columns: 1fr;
    }

    .launch-status-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
        gap: 0 1.1rem;
    }

    .launch-status-top,
    .launch-status-card h2,
    .launch-status-card > p {
        grid-column: 1;
    }

    .launch-checklist {
        grid-column: 2;
        grid-row: 1 / span 4;
        margin: 0;
    }

    .launch-server-address {
        grid-column: 1;
        align-self: end;
        margin-top: 1rem;
    }
}

@media (max-width: 760px) {
    .home-section {
        padding-top: 3rem;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .home-section-heading > p {
        text-align: left;
    }

    .home-priority-grid {
        grid-template-columns: 1fr;
    }

    .home-priority {
        min-height: 0;
    }

    .community-banner {
        grid-template-columns: 1fr;
    }

    .community-art {
        min-height: 230px;
    }

    .community-art::after {
        background: linear-gradient(180deg, #17243a 0%, transparent 34%);
    }
}

@media (max-width: 640px) {
    .home-page {
        padding-bottom: 3rem;
    }

    .launch-hero {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .launch-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.2rem);
    }

    .launch-message {
        font-size: 0.8rem;
    }

    .launch-actions,
    .launch-actions .home-button {
        width: 100%;
    }

    .launch-status-card {
        display: block;
        padding: 1rem;
    }

    .launch-checklist {
        margin: 1rem 0;
    }

    .launch-server-address {
        margin-top: 0;
    }

    .community-actions,
    .community-actions .home-button {
        width: 100%;
    }

    .community-actions > span {
        width: 100%;
        text-align: center;
    }
}

