:root{color:#333;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{min-height:100vh;margin:0;padding:0}body{background:#f5f5f5}*{box-sizing:border-box}h1,h2,h3,p{margin:0}button,input{font:inherit}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.member-card{perspective:1000px;cursor:pointer;width:320px;height:200px;margin:20px auto;position:relative;overflow:hidden}.member-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s;position:relative}.member-card.flipped .member-card-inner{transform:rotateY(180deg)}.member-card-front,.member-card-front-image,.member-card-back{backface-visibility:hidden;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;box-shadow:0 4px 12px #00000026}.member-card-front{color:#fff;background:linear-gradient(135deg,#0f172a,#334155)}.member-card-front-image{color:#fff;backface-visibility:hidden;background-image:url(/images/front.png);background-size:100%}.member-card-back{background:#fff;transform:rotateY(180deg)}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg);width:320px;box-shadow:var(--shadow);text-align:center;background-color:#fff;border-radius:16px;padding:24px;box-shadow:4px 4px 20px -9px #565656}.modal-title{color:var(--text-h);margin:0 0 16px;font-weight:700}.modal-message{white-space:pre-line;margin-bottom:24px}.modal-buttons{gap:12px;display:flex}.modal-button{cursor:pointer;border-radius:10px;flex:1;height:44px}.modal-button.primary{background:var(--accent);border:none}.modal-button.secondary{border:1px solid var(--border);color:var(--text);background:0 0}.terms-modal{background:var(--bg);width:min(90vw,720px);max-height:80vh;box-shadow:var(--shadow);background-color:#fff;border-radius:16px;flex-direction:column;padding:24px;display:flex;box-shadow:4px 4px 20px -9px #565656}.terms-title{color:var(--text-h);text-align:center;margin:0 0 16px;font-weight:700}.terms-content{text-align:left;scrollbar-width:thin;flex:2;margin-bottom:20px;padding-right:8px;line-height:1.7;overflow-y:auto}.terms-content h2{margin-top:24px;margin-bottom:12px;font-size:18px}.terms-content h3{margin-top:20px;margin-bottom:8px;font-size:16px}.terms-content p{margin-bottom:12px}.terms-content ul{margin-bottom:12px;padding-left:24px}.terms-close{background:var(--accent);cursor:pointer;border:none;border-radius:10px;height:44px}.register-container{box-sizing:border-box;background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.register-card{text-align:center;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:420px;padding:32px 24px;box-shadow:0 6px 18px #0000000f}.register-title{color:#111827;margin:0 0 12px;font-size:28px}.register-description{color:#6b7280;margin:16px 0}.register-input{text-align:center;color:#111827;background:#fafafa;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin:2px auto;padding:14px 12px;font-size:16px;transition:all .2s}.register-input:hover{border-color:#9ca3af}.register-input:focus{background:#fff;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.register-button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:12px;width:100%;margin-top:20px;padding:14px;font-size:16px;transition:all .2s}.register-button:disabled{opacity:.5;cursor:not-allowed}.register-button:hover{background:#1d4ed8;transform:translateY(-1px)}.register-button:focus-visible{outline:none;box-shadow:0 0 0 3px #60a5fa59}.register-button:active{transform:translateY(1px)}.barcode-container{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.barcode-card{background:var(--bg);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);text-align:center;border-radius:20px;padding:32px}.member-hint{opacity:.6;margin-top:16px;margin-bottom:24px;font-size:12px}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;height:52px;font-size:16px;font-weight:600}.button-area{flex-direction:column;align-items:center;margin-top:24px;display:flex}.balance-button{cursor:pointer;border:none;border-radius:12px;width:320px;height:48px;font-size:16px;font-weight:600}.footer-links{justify-content:center;gap:8px;margin-top:24px;font-size:12px;display:flex}.footer-links button{cursor:pointer;border:none}.delete-link{color:#999;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:12px;text-decoration:underline}.delete-link:hover{color:#666}.terms-link{color:#999;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:12px;text-decoration:underline}.terms-link:hover{color:#666}
