.homePage{min-height:100vh;display:flex;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f6f7fb;color:#111827}.homeHeader{background:#fff;border-bottom:1px solid #e5e7eb;padding:clamp(16px,2.5vw,28px)}.homeHeaderInner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,40px);flex-wrap:wrap;text-align:center}.homeLogo{height:clamp(128px,14vw,240px);max-width:min(84vw,840px);object-fit:contain}.homeMain{width:min(1000px,92vw);margin:clamp(16px,3vw,34px) auto 0;text-align:center;padding-bottom:32px}.homeTitle{font-size:clamp(28px,4vw,44px);margin:18px 0 6px;line-height:1.1}.homeSubtitle{margin:0 0 22px;font-size:clamp(14px,1.8vw,16px);color:#374151}.counterCard{background:#fff;border-radius:16px;padding:clamp(16px,2.2vw,24px);border:1px solid #e5e7eb;box-shadow:0 8px 24px #0000000f;margin-bottom:18px}.counterLabel{font-size:14px;color:#6b7280;margin-bottom:10px}.counterValue{font-size:clamp(40px,7vw,64px);font-weight:800;letter-spacing:-1px;word-break:break-word}.progressWrap{height:12px;border-radius:999px;background:#e5e7eb;margin-top:16px;overflow:hidden}.progressBar{height:100%;background:#111827}.progressText{margin-top:10px;font-size:13px;color:#6b7280}.startButton{margin-top:10px;border:none;border-radius:12px;padding:14px 22px;font-size:18px;font-weight:700;cursor:pointer;background:#111827;color:#fff;width:min(420px,92vw)}.secondaryButton{margin-top:8px;border:1px solid #d1d5db;border-radius:12px;padding:12px 20px;font-size:16px;font-weight:700;cursor:pointer;background:#fff;color:#111827;width:min(420px,92vw)}.futureGrid{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:left}@media(max-width:820px){.futureGrid{grid-template-columns:1fr}}.placeholderCard{background:#fff;border-radius:16px;padding:16px;border:1px dashed #d1d5db}.placeholderTitle{font-weight:800;margin-bottom:6px}.placeholderText{color:#6b7280;font-size:14px}.homeFooter{margin-top:auto;padding:16px;text-align:center;color:#6b7280}@media(max-width:1040px){.homeHeaderInner{flex-direction:column}.homeLogo{height:clamp(110px,22vw,180px);max-width:min(84vw,520px)}}*{box-sizing:border-box}html,body{height:100%;margin:0}#root{min-height:100vh}.appShell{min-height:100vh;display:flex;justify-content:center;align-items:stretch;background:#f6f7fb}.appShell>*{width:100%}
