* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    background-color: #0C1B2E;
    background-image: linear-gradient(170deg, #0C1B2E 0%, #132B48 40%, #1A3A5C 70%, #1E4A6A 100%);
    color: #FFFFFF;
    min-height: 100vh;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

nav .logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #78D86C;
    text-decoration: none;
}

nav .logo img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

nav a:hover {
    color: #FFFFFF;
}

nav > div:last-child {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.glow {
    position: fixed;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(74, 175, 58, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.breadcrumbs {
    max-width: 780px;
    margin: 0 auto;
    padding: 1.5rem 2rem 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #78D86C;
}

article {
    max-width: 780px;
    margin: 0 auto;
    padding: 1rem 2rem 3rem;
}

article h1 {
    font-size: clamp(1.9rem, 5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #78D86C, #5AB856, #A8D5BA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

article .lede {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin-bottom: 1.75rem;
}

article h2 {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 2.25rem 0 0.85rem;
}

article h3 {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 1.5rem 0 0.5rem;
}

article p,
article li {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 1rem;
}

article ul,
article ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

article li {
    margin-bottom: 0.5rem;
}

article a {
    color: #78D86C;
    text-decoration: none;
}

article a:hover {
    text-decoration: underline;
}

article strong {
    color: rgba(255, 255, 255, 0.92);
}

.team-hero {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.team-hero h1 {
    margin-bottom: 0;
}

.team-badge {
    display: block;
    flex-shrink: 0;
}

.answer-card {
    background: rgba(90, 184, 86, 0.09);
    border: 1px solid rgba(120, 216, 108, 0.28);
    border-left-width: 4px;
    border-radius: 16px;
    padding: 1.35rem 1.6rem;
    margin: 1.5rem 0 2rem;
}

.answer-card h2 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.answer-card p:last-child {
    margin-bottom: 0;
}

.steps-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 1.75rem;
    margin: 1.25rem 0;
}

.steps-card ol {
    margin-bottom: 0;
}

.callout {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.screenshot {
    margin: 2rem auto;
    text-align: center;
}

.screenshot img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.screenshot figcaption {
    max-width: 340px;
    margin: 0.85rem auto 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    line-height: 1.45;
}

.club-file {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.75rem;
    margin: 1.25rem 0 1rem;
}

.club-file > div {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
}

.club-file dt {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.3rem;
}

.club-file dd {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.club-file dd a {
    color: #78D86C;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    gap: 0.6rem;
    margin: 1.25rem 0 1rem;
}

.team-tile {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
    transition: border-color 0.2s, background 0.2s;
}

.team-tile:hover {
    border-color: rgba(120, 216, 108, 0.4);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.team-tile[aria-current="page"] {
    border-color: rgba(120, 216, 108, 0.5);
    background: rgba(90, 184, 86, 0.12);
}

.hub-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.85rem;
    margin: 1.25rem 0 1rem;
}

.hub-card {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.35rem;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.hub-card:hover {
    border-color: rgba(120, 216, 108, 0.4);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.hub-card h3 {
    margin: 0 0 0.35rem;
    color: #FFFFFF;
    font-size: 1.05rem;
}

.hub-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

.hub-card.featured {
    border-color: rgba(120, 216, 108, 0.45);
    background: rgba(90, 184, 86, 0.1);
}

.bracket {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    margin: 1.5rem 0 0.75rem;
    align-items: start;
}

.bracket-week h3 {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.45);
}

.bracket-tie {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.7rem 0.8rem;
    margin-bottom: 0.5rem;
}

.bracket-tie .seeds {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.bracket-tie .stage {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.5);
}

.bracket-tie.sudden-death {
    border-color: rgba(212, 43, 43, 0.45);
}

.bracket-tie.decider {
    border-color: rgba(120, 216, 108, 0.5);
    background: rgba(90, 184, 86, 0.12);
}

.bracket-key {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
}

.bracket-key span::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 3px;
    margin-right: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.bracket-key .double-chance::before {
    border-color: rgba(255, 255, 255, 0.3);
}

.bracket-key .sudden-death::before {
    border-color: rgba(212, 43, 43, 0.6);
}

.bracket-key .decider::before {
    border-color: rgba(120, 216, 108, 0.6);
    background: rgba(90, 184, 86, 0.3);
}

.faq-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0 1.25rem;
    margin-bottom: 0.6rem;
}

.faq-item summary {
    cursor: pointer;
    padding: 1rem 0;
    list-style: none;
    font-weight: 700;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.92);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    float: right;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

.faq-item[open] summary::after {
    content: "\2212";
}

.faq-item p {
    margin: 0 0 1rem;
    font-size: 0.95rem;
}

.guide-cta {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.25rem 1.75rem;
    margin: 2.5rem 0 1rem;
}

.guide-cta h2 {
    margin-top: 0;
}

.guide-cta p {
    max-width: 480px;
    margin: 0 auto 1.5rem;
}

.store-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-badge {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-badge:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.store-badge img {
    height: 54px;
    width: auto;
    display: block;
}

.google-play-badge img {
    height: 80px;
    margin: -13px -10px;
}

.related-links {
    margin-top: 2.5rem;
}

.related-links ul {
    list-style: none;
    padding-left: 0;
}

.related-links li {
    margin-bottom: 0.6rem;
}

footer {
    text-align: center;
    padding: 3rem 2rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.85rem;
    line-height: 1.8;
    max-width: 1100px;
    margin: 0 auto;
}

footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

footer a:hover {
    color: #78D86C;
}

@media (max-width: 720px) {
    .bracket {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
    .bracket-week {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 600px) {
    nav { padding: 1rem 1.25rem; }
    nav .logo { gap: 0.4rem; font-size: 1.05rem; }
    nav .logo img { width: 32px; height: 32px; }
    nav > div:last-child { gap: 0.75rem; }
    nav a { font-size: 0.78rem; }
    article { padding: 1rem 1.25rem 2.5rem; }
    .breadcrumbs { padding: 1.25rem 1.25rem 0; }
    .team-hero { gap: 0.9rem; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    footer { padding: 2rem 1.25rem; }
}

@media (max-width: 430px) {
    nav > div:last-child { gap: 0.5rem; }
    nav a { font-size: 0.72rem; }
}

@media (max-width: 400px) {
    .team-grid { grid-template-columns: 1fr; }
}
