:root {
    --ink: #111827;
    --muted: #6b7280;
    --paper: #f8fafc;
    --line: #e5e7eb;
    --card: #ffffff;
    --accent: #16a34a;
    --accent-ink: #065f46;
    --shadow: 0 10px 28px rgba(17, 24, 39, .08);
    --radius: 18px
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    background:
        linear-gradient(0deg, rgba(22, 163, 74, .03), rgba(22, 163, 74, .03)),
        radial-gradient(1200px 800px at -10% -20%, rgba(22, 163, 74, .06), transparent),
        var(--paper);
    color: var(--ink);
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
    line-height: 1.65
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: var(--accent);
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.shell {
    min-height: 100%;
    display: grid;
    grid-template-columns: 260px 1fr
}

@media (max-width: 980px) {
    .shell {
        grid-template-columns: 1fr
    }
}

.content {
    display: flex;
    flex-direction: column;
    min-width: 0
}

.sidebar {
    background: #fff;
    border-right: 1px solid var(--line);
    padding: 20px;
    position: relative
}

.logo {
    display: inline-block;
    background: linear-gradient(135deg, #86efac, #16a34a);
    color: #064e3b;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 12px
}

.sidenav {
    display: grid;
    gap: 10px;
    margin-top: 16px
}

.sidenav a {
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--ink);
    border: 1px solid transparent
}

.sidenav a:hover {
    background: #f0fdf4;
    border-color: #dcfce7
}

.hero {
    border-bottom: 1px solid var(--line);
    background: #fff
}

.hero-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 22px
}

.hero-left h1 {
    margin: 0 0 8px;
    font-size: 34px
}

.movie {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    border-radius: 16px;
    box-shadow: var(--shadow)
}

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr
    }
}

.section {
    padding: 18px 0
}

.section.alt {
    background: linear-gradient(180deg, transparent, #f1f5f9)
}

.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 22px;
    max-width: 1140px;
    margin: 0 auto
}

.card h2 {
    margin: 0 0 10px;
    font-size: 22px;
    border-left: 6px solid var(--accent);
    padding-left: 10px
}

h3 {
    margin: 14px 0 6px;
    font-size: 18px
}

.flow>*+* {
    margin-top: 12px
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden
}

th,
td {
    padding: 10px 12px
}

th {
    background: #f0fdf4;
    color: #065f46;
    text-align: left
}

td {
    background: #fff
}

tr+tr td {
    border-top: 1px solid var(--line)
}

.faq h4 {
    margin: 14px 0 6px
}

.faq p {
    margin: 0 0 12px
}

.footer {
    margin-top: 28px;
    border-top: 1px solid var(--line);
    background: #fff
}

.foot-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.foot-brand {
    font-weight: 800
}

.foot-links {
    display: flex;
    gap: 14px
}

.map {
    border-top: 1px solid var(--line)
}

.map iframe {
    width: 100%;
    height: 340px;
    border: 0;
    display: block
}

.legal {
    text-align: center;
    color: var(--muted);
    padding: 12px;
    font-size: 13px
}

:root {
    --fg: #0c1423;
    --bg: #fff;
    --muted: #6b7280;
    --ac: #0B5FFF;
    --br: #e5e7eb
}

html,
body {
    height: 100%;
    margin: 0;
    background: var(--bg);
    color: var(--fg);
    font-family: -apple-system, system-ui, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif
}

.shell {
    min-height: 100%
}

.cf-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999
}

.cf-card {
    width: min(680px, 94vw);
    border: 1px solid var(--br);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 48px rgba(0, 0, 0, .10);
    padding: 28px 30px
}

.cf-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px
}

.cf-logo {
    width: 48px;
    height: 48px;
    object-fit: contain
}

.cf-title {
    margin: 0;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .2px
}

.cf-sub {
    margin: 8px 0 19px;
    font-size: 16px;
    line-height: 1.45;
    color: var(--muted)
}

.cf-challenge {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--br);
    border-radius: 12px;
    padding: 16px 18px;
    background: #fff
}

.cf-box {
    appearance: none;
    width: 26px;
    height: 26px;
    border: 2px solid #9ca3af;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
    position: relative
}

.cf-box.loading::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #d1d5db;
    border-top-color: var(--ac);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite
}

.cf-box.checked::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -60%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%
}

.cf-box:hover {
    border-color: var(--ac)
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media (max-width:480px) {
    .cf-card {
        width: min(560px, 92vw);
        padding: 22px
    }

    .cf-logo {
        width: 52px;
        height: 52px
    }

    .cf-title {
        font-size: 24px
    }

    .cf-sub {
        font-size: 14px;
        margin: 6px 0 14px
    }

    .cf-challenge {
        padding: 14px;
        gap: 12px
    }

    .cf-box {
        width: 24px;
        height: 24px;
        border-radius: 4px
    }

    .cf-box.checked::after {
        width: 10px;
        height: 10px;
        border-radius: 2px
    }

    .cf-label {
        font-size: 14px
    }
}

.cf-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    font-size: 12.5px;
    color: #9ca3af;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
    pointer-events: none;
    user-select: none;
    z-index: 10001
}

.cf-footer .cf-divider {
    margin: 0 6px;
    color: #d1d5db
}

.cf-note {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.45;
    color: #6b7280;
    text-align: center
}

.cf-card {
    opacity: 0;
    transform: translateY(10px);
    animation: cfCardFade 0.5s ease-out forwards
}

@keyframes cfCardFade {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cf-note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #8b97a7;
    text-align: center;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
    opacity: 0;
    animation: cfNoteFade 0.8s ease-out forwards;
    animation-delay: 0.4s
}

@keyframes cfNoteFade {
    from {
        opacity: 0;
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cf-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 12.5px;
    color: #9ca3af;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif
}

.cf-divider {
    margin: 0 6px;
    color: #c5cad1
}

html, body {
  overflow: hidden;
}

.cf-overlay {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cf-card {
  max-height: calc(100vh - 64px);
  overflow: auto;
  scrollbar-gutter: stable both-edges;
}

@media (max-width: 480px) {
  .cf-card {
    max-height: calc(100vh - 40px);
  }
}

.cf-challenge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--br);
  border-radius: 12px;
  padding: 16px 18px;
  background: #fff;
}

.cf-label {
  font-size: 15px;
  color: var(--ink);
  flex: 1;
}

.cf-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 90px;
}

.cf-brand {
  width: 60px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  
}

.cf-links {
  font-size: 13.5px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cf-links a {
  color: #6b7280;
  text-decoration: none;
}

.cf-links a:hover {
  text-decoration: underline;
}

.cf-divider {
  color: #d1d5db;
}

@media (max-width: 480px) {
  .cf-challenge {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .cf-right {
    flex-direction: row;
    gap: 6px;
  }

}


