@charset "UTF-8";
@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/inter-latin.woff2') format('woff2'); }
:root {
  color-scheme: light;
  --bg: #f8f8f3;
  --panel: #ffffff;
  --ink: #10120f;
  --muted: #5e6259;
  --line: #d9dcd2;
  --lime: #c8fa36;
  --soft: #eef1e7;
  font-family: Inter, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--ink); background: var(--bg); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; transition: color .18s, background .18s, border-color .18s; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
::selection { background: var(--lime); color: var(--ink); }
p,h1,h2,h3,figure { margin: 0; }
p { line-height: 1.8; }
h1,h2,h3 { text-wrap: balance; }
svg { display: block; }
button,input,textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; top: -80px; left: 24px; padding: 12px 18px; background: var(--lime); color: var(--ink); z-index: 10; }
.skip:focus { top: 12px; }
.site-header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
/* Preserve the complete original silhouette and its transparent safe area. */
.brand img { display: block; width: 62px; height: 62px; object-fit: contain; flex-shrink: 0; background: var(--bg); }
.brand > span { font-size: 29px; font-weight: 850; letter-spacing: -1.3px; line-height: 1.1; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: 2.8px; }
.site-header nav { display: flex; gap: 30px; font-size: 13px; font-weight: 550; }
.site-header nav a { padding-block: 15px; }
.site-header nav a:hover,.text-link:hover,.footer-links a:hover { text-decoration: underline; text-decoration-color: #71911b; text-underline-offset: 6px; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.locale-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 50px; font-size: 11px; gap: 2px; }
.locale-switch a { display: grid; place-items: center; min-width: 39px; min-height: 32px; border-radius: 30px; color: var(--muted); }
.locale-switch a[aria-current] { background: var(--ink); color: var(--bg); font-weight: 700; }
.locale-switch a:not([aria-current]):hover { color: var(--ink); background: var(--soft); }
.social-icon { display: flex; align-items: center; justify-content: center; gap: 4px; min-width: 40px; min-height: 44px; font-size: 18px; }
.social-icon:hover { background: var(--soft); border-radius: 8px; }
.social-icon > span:last-child { font-size: 12px; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 24px; align-items: center; padding: 76px 0 68px; }
.hero-copy { min-width: 0; position: relative; z-index: 1; }
.eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: 1.8px; font-weight: 700; text-transform: uppercase; color: var(--muted); }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.hero .eyebrow::before { content: ''; display: block; width: 32px; border-top: 4px solid var(--lime); }
h1 { margin-top: 25px; font-size: clamp(54px, 5.5vw, 78px); line-height: 1.1; font-weight: 850; letter-spacing: -3px; }
h1 em { font-style: normal; color: var(--ink); }
html[lang='en'] h1 { font-size: clamp(54px, 5.6vw, 80px); line-height: 1.02; letter-spacing: -4.8px; font-weight: 900; }
.lead { margin-top: 29px; max-width: 510px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 14px 23px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 700; border: 1px solid var(--lime); border-radius: 8px; white-space: nowrap; }
.button:hover { background: #b9eb27; border-color: #b9eb27; }
.button > span { font-size: 18px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; font-size: 13px; font-weight: 600; background: transparent; border: 0; padding: 0; }
.hero-note { margin-top: 23px; color: var(--muted); font-size: 10px; line-height: 1.7; letter-spacing: .25px; }
.hero-art { min-width: 0; text-align: center; }
.hero-art img { display: block; width: 106%; max-width: none; margin-left: -3%; height: auto; aspect-ratio: 6 / 5; object-fit: contain; mix-blend-mode: darken; }
.hero-art figcaption { margin-top: -12px; font-size: 9px; font-weight: 600; letter-spacing: 2.8px; color: var(--muted); }
.flow { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 28px; align-items: center; padding: 29px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-top { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 9px; font-weight: 700; letter-spacing: 1.3px; color: var(--muted); }
.network { color: var(--ink); letter-spacing: 1px; }
.flow-step { display: flex; align-items: flex-start; gap: 13px; }
.flow-number { font-size: 10px; font-weight: 700; padding-top: 3px; color: var(--muted); }
.flow-step h2 { font-size: 14px; font-weight: 750; letter-spacing: -.4px; }
.flow-step p { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.section { padding: 78px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.how { border-top: 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section h2 { font-size: 37px; line-height: 1.2; letter-spacing: -1.7px; font-weight: 800; }
.section-heading h2 { margin-top: 13px; }
.section-heading > p { max-width: 340px; font-size: 13px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.steps article { padding: 28px 27px 31px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); }
.step-number { display: inline-grid; place-items: center; width: 37px; height: 37px; background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 750; font-variant-numeric: tabular-nums; }
.steps h3 { font-size: 20px; letter-spacing: -.6px; font-weight: 750; margin-top: 25px; }
.steps p { margin-top: 12px; font-size: 13px; color: var(--muted); }
.empty-state { display: flex; align-items: center; gap: 23px; min-height: 154px; padding: 30px; border: 1px dashed #bfc5b5; border-radius: 12px; background: var(--soft); }
.empty-icon { display: grid; place-items: center; background: var(--bg); border-radius: 12px; width: 56px; height: 56px; flex-shrink: 0; }
.empty-icon svg { width: 30px; height: 30px; stroke: var(--ink); stroke-width: 1.5px; }
.empty-copy { flex: 1; max-width: 620px; }
.empty-copy h3 { font-size: 17px; font-weight: 700; }
.empty-copy p { font-size: 13px; color: var(--muted); margin-top: 7px; }
.secondary { margin-left: auto; background: transparent; color: var(--ink); border-color: #bfc5b5; font-size: 12px; min-height: 44px; padding: 11px 16px; gap: 15px; }
.secondary:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.rewards { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.reward-copy h2 { margin-top: 14px; }
.reward-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-top: 20px; }
.payment-stages { list-style: none; counter-reset: stage; margin: 28px 0 0; padding: 0; }
.payment-stages li { position: relative; padding: 0 0 23px 43px; counter-increment: stage; }
.payment-stages li:last-child { padding-bottom: 0; }
.payment-stages li:before { content: counter(stage); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 27px; height: 27px; background: var(--lime); border-radius: 50%; color: var(--ink); font-size: 10px; font-weight: 700; }
.payment-stages li:not(:last-child):after { content: ''; position: absolute; top: 31px; left: 13px; bottom: 4px; border-left: 1px solid var(--line); }
.payment-stages strong { display: block; font-size: 14px; font-weight: 650; line-height: 27px; }
.payment-stages span { display: block; color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 4px; }
.terms { padding: 31px 32px; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; align-self: start; }
.terms h3 { font-size: 18px; font-weight: 750; }
.terms ul { margin: 21px 0 0; padding-left: 18px; }
.terms li { font-size: 13px; line-height: 1.85; color: var(--muted); padding-left: 6px; margin-top: 16px; }
.terms li::marker { color: var(--ink); font-size: 10px; }
.terms li:first-child { margin-top: 0; }
.faq { padding-bottom: 74px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 15px; line-height: 1.6; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { display: grid; place-items: center; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 23px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary > span { transform: rotate(45deg); }
.faq details p { color: var(--muted); font-size: 14px; max-width: 890px; padding: 0 35px 24px 0; }
.faq summary:hover { color: #526918; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 25px; padding: 34px 0 26px; border-top: 1px solid var(--line); }
.footer-brand strong { font-size: 29px; font-weight: 850; letter-spacing: -1.3px; }
.footer-brand p { font-size: 12px; color: var(--muted); margin-top: 8px; }
.footer-links { display: flex; align-items: center; gap: 28px; font-size: 12px; }
.footer-links a { display: flex; align-items: center; gap: 8px; min-height: 44px; }
footer > small { grid-column: 1/-1; color: var(--muted); font-size: 10px; line-height: 1.8; border-top: 1px solid var(--line); padding-top: 19px; }
[hidden] { display: none !important; }
.participation { margin: -45px 0 68px; }
.participation-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; }
.participation-bar p { margin: 0; color: var(--muted); font-size: 13px; }
.participation button:disabled { opacity: .5; cursor: not-allowed; }
#live-tasks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.task-card,#work-panel,#my-rewards { padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); overflow-wrap: anywhere; }
.task-card h3 { font-size: 20px; margin-bottom: 14px; }
.task-card p,.task-card li { line-height: 1.7; color: var(--muted); font-size: 14px; }
.task-card ul { padding-left: 20px; }
.task-card button { margin-top: 14px; }
#work-panel,#my-rewards { margin-top: 24px; }
#work-form { display: grid; gap: 16px; margin-top: 20px; }
#work-content { display: block; width: 100%; resize: vertical; min-height: 180px; padding: 16px; color: var(--ink); border: 1px solid #adb6a1; border-radius: 8px; background: var(--bg); font: inherit; }
.accept-terms { display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; font-size: 13px; color: var(--muted); }
.accept-terms input { margin-top: 5px; accent-color: var(--ink); }
#reward-records a { display: inline-block; margin-left: 12px; color: #466008; text-decoration: underline; }
#activity-notice { padding: 16px; border: 1px solid #bfc5b5; border-radius: 8px; background: var(--soft); }
@media(min-width: 1600px) { .hero { padding-block: 90px; } }
@media(max-width: 1100px) {
 .wrap { width: calc(100% - 64px); }
 .site-header { gap: 18px; }
 .site-header nav { gap: 20px; font-size: 12px; }
 .brand > span { font-size: 25px; }
 .brand img { width: 54px; height: 54px; }
 .hero { padding: 65px 0; gap: 20px; }
 html[lang='en'] h1 { letter-spacing: -3.5px; }
 .hero-art img { width: 106%; margin-left: -3%; }
 .flow { gap: 20px; grid-template-columns: .7fr repeat(3, 1fr); }
 .flow-step { gap: 8px; }
 .flow-step h2 { font-size: 13px; }
 .rewards { gap: 50px; }
 .section h2 { font-size: 32px; }
 .steps article { padding: 24px; }
 .empty-state { flex-wrap: wrap; }
 .empty-copy { max-width: calc(100% - 80px); }
 .empty-state .secondary { margin-left: 79px; }
}
@media(max-width: 900px) {
 .site-header nav { display: none; }
 .hero { grid-template-columns: 1fr 1fr; }
 h1,html[lang='en'] h1 { font-size: clamp(42px, 6vw, 53px); letter-spacing: -3px; }
 .lead { font-size: 14px; }
 .hero-actions { gap: 18px; flex-wrap: wrap; }
 .flow { grid-template-columns: repeat(3,1fr); }
 .flow-top { grid-column: 1/-1; flex-direction: row; justify-content: space-between; }
 .steps { gap: 12px; }
 .steps article { padding: 22px 19px; }
 .steps h3 { font-size: 18px; }
}
@media(max-width: 640px) {
 .wrap { width: calc(100% - 40px); }
 .site-header { min-height: 90px; gap: 10px; }
 .brand { gap: 2px; }
 .brand img { width: 50px; height: 50px; }
 .brand > span { font-size: 24px; letter-spacing: -1px; }
 .brand small { font-size: 7px; letter-spacing: 1.7px; margin-top: 5px; }
 .header-actions { gap: 3px; }
 .social-icon { min-width: 34px; }
 .social-icon > span:last-child { display: none; }
 .locale-switch { padding: 3px; }
 .locale-switch a { min-width: 34px; }
 .hero { grid-template-columns: 1fr; gap: 10px; padding: 44px 0 35px; }
 .hero-copy { max-width: 100%; }
 .hero .eyebrow { font-size: 9px; letter-spacing: 1.1px; }
 h1 { font-size: clamp(45px, 12vw, 65px); line-height: 1.1; letter-spacing: -2px; margin-top: 20px; }
 html[lang='en'] h1 { font-size: clamp(44px, 11.9vw, 69px); line-height: 1.04; letter-spacing: -2.7px; }
 .lead { max-width: 490px; margin-top: 22px; font-size: 14px; line-height: 1.8; }
 .hero-actions { margin-top: 25px; gap: 22px; flex-wrap: nowrap; }
 .button { min-height: 50px; padding: 13px 19px; gap: 20px; }
 .hero-note { font-size: 9px; margin-top: 20px; }
 .hero-art { max-width: 420px; width: 100%; justify-self: center; }
 .hero-art img { width: 100%; margin: 0; }
 .hero-art figcaption { font-size: 8px; margin-top: -8px; }
 .flow { gap: 22px 12px; padding-block: 24px; }
 .flow-step { flex-direction: column; gap: 9px; }
 .flow-step h2 { font-size: 12px; letter-spacing: -.3px; }
 .flow-step p { font-size: 10px; }
 .flow-top { font-size: 8px; }
 .section { padding: 49px 0; }
 .section-heading { display: block; margin-bottom: 25px; }
 .section-heading > p { margin-top: 14px; max-width: 100%; }
 .section h2 { font-size: 29px; letter-spacing: -1.2px; }
 .steps { grid-template-columns: 1fr; gap: 12px; }
 .steps article { padding: 24px; display: grid; grid-template-columns: 35px 1fr; column-gap: 16px; }
 .step-number { width: 33px; height: 33px; grid-row: span 2; }
 .steps h3 { margin: 5px 0 0; font-size: 18px; }
 .steps p { grid-column: 2; margin-top: 9px; }
 .empty-state { padding: 24px; gap: 17px; }
 .empty-icon { width: 43px; height: 48px; }
 .empty-copy { max-width: calc(100% - 60px); }
 .empty-copy h3 { font-size: 16px; }
 .empty-copy p { font-size: 12px; }
 .empty-state .secondary { margin-left: 60px; }
 .rewards { grid-template-columns: 1fr; gap: 30px; }
 .terms { padding: 25px; }
 .faq summary { font-size: 14px; padding: 21px 0; }
 .faq details p { font-size: 13px; padding-right: 15px; }
 footer { grid-template-columns: 1fr; gap: 18px; padding-top: 28px; }
 .footer-links { gap: 24px; flex-wrap: wrap; }
 footer > small { grid-column: 1; }
 .participation { margin: -24px 0 45px; }
 .participation-bar { flex-wrap: wrap; }
 #live-tasks { grid-template-columns: 1fr; }
 .task-card,#work-panel,#my-rewards { padding: 20px; }
}
@media(max-width: 380px) {
 .wrap { width: calc(100% - 32px); }
 .brand img { width: 42px; height: 42px; }
 .brand > span { font-size: 20px; }
 .brand small { font-size: 6px; }
 .locale-switch a { min-width: 29px; font-size: 10px; }
 .social-icon { min-width: 28px; }
 .header-actions { gap: 2px; }
 html[lang='en'] h1 { font-size: 42px; letter-spacing: -2.8px; }
 .hero-actions { gap: 15px; }
 .button { padding-inline: 15px; gap: 13px; font-size: 12px; }
 .text-link { font-size: 12px; gap: 8px; }
 .flow-step h2 { font-size: 11px; }
 .section h2 { font-size: 26px; }
 .steps article { padding: 21px; }
 .empty-icon { display: none; }
 .empty-copy { max-width: 100%; }
 .empty-state .secondary { margin-left: 0; }
 .terms { padding: 23px; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*:before,*:after { transition: none !important; } }
