*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#00FFE0;--teal-dim:rgba(0,255,224,0.15);--teal-glow:rgba(0,255,224,0.35);--bg-deep:#080d12;--bg-card:rgba(14,19,26,0.85);--text-primary:#f0f2f5;--text-secondary:#a8b4c2;--text-muted:#6b7583;--font-stack:'Bai Jamjuree',system-ui,-apple-system,sans-serif}html,body{height:100%;width:100%;overflow:hidden;font-family:var(--font-stack);background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}body{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:100vh;min-height:100dvh}.bg-hex{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cpath d='M30 0l30 17.32v34.64L30 52 0 34.64V17.32z' fill='none' stroke='rgba(0,255,224,0.04)' stroke-width='0.6'/%3E%3Cpath d='M30 52l30-17.32V0L30 17.32z' fill='none' stroke='rgba(0,255,224,0.025)' stroke-width='0.4'/%3E%3C/svg%3E");background-size:90px 78px;background-position:center;will-change:transform;transform:translate(0,0)}@media(prefers-reduced-motion:reduce){.bg-hex{will-change:auto}}.cursor-glow{position:fixed;pointer-events:none;z-index:1;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,255,224,0.12) 0,rgba(0,255,224,0.04) 30%,transparent 65%);transform:translate(-50%,-50%);opacity:0;transition:opacity .4s;will-change:transform,opacity}@media(pointer:coarse),(pointer:none){.cursor-glow{display:none}}@media(prefers-reduced-motion:reduce){.cursor-glow{display:none}}.progress-top{position:fixed;top:0;left:0;height:1px;z-index:100;background:var(--teal);width:0;animation:progressShimmer 8s ease-in-out infinite;opacity:.7}@keyframes progressShimmer{0%{width:0;left:0}25%{width:35%;left:0}50%{width:25%;left:40%}75%{width:45%;left:20%}100%{width:0;left:100%}}@media(prefers-reduced-motion:reduce){.progress-top{animation:none;width:100%;left:0;opacity:.35}}.main-container{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(16px,4vw,40px);max-width:720px;width:100%}.logo-wrap{margin-bottom:clamp(16px,3vh,28px);opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:0s}.logo-wrap img{height:clamp(32px,5vw,44px);width:auto;display:block}@media(prefers-reduced-motion:reduce){.logo-wrap{opacity:1;animation:none}}.badge-ready{display:inline-flex;align-items:center;gap:7px;background:rgba(0,255,224,0.07);border:1px solid rgba(0,255,224,0.2);border-radius:20px;padding:6px 14px;font-size:clamp(11px,1.4vw,13px);font-weight:700;letter-spacing:.04em;color:var(--teal);margin-bottom:clamp(14px,2.5vh,22px);text-transform:uppercase;opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.04s}.badge-ready::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--teal);flex-shrink:0}@media(prefers-reduced-motion:reduce){.badge-ready{opacity:1;animation:none}}h1{font-size:clamp(28px,5.5vw,52px);font-weight:700;line-height:1.12;letter-spacing:-0.02em;color:var(--text-primary);margin-bottom:clamp(10px,1.8vh,16px);max-width:600px;opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.08s}h1 span{color:var(--teal)}@media(prefers-reduced-motion:reduce){h1{opacity:1;animation:none}}.subtitle{font-size:clamp(14px,1.8vw,17px);color:var(--text-secondary);line-height:1.5;max-width:480px;margin-bottom:clamp(16px,2.5vh,24px);font-weight:400;opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.12s}@media(prefers-reduced-motion:reduce){.subtitle{opacity:1;animation:none}}.trust-chips{display:flex;flex-wrap:wrap;gap:clamp(8px,1.5vw,14px);justify-content:center;margin-bottom:clamp(18px,3vh,28px);opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.17s}@media(prefers-reduced-motion:reduce){.trust-chips{opacity:1;animation:none}}.trust-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1.5px solid rgba(0,255,224,0.3);border-radius:24px;font-size:clamp(12px,1.5vw,14px);font-weight:700;color:var(--teal);background:rgba(0,255,224,0.03);letter-spacing:.02em;white-space:nowrap;transition:border-color .3s,box-shadow .3s,background .3s}.trust-chip:hover{border-color:var(--teal);box-shadow:0 0 18px rgba(0,255,224,0.2);background:rgba(0,255,224,0.06)}.trust-chip svg{width:14px;height:14px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2.5}@keyframes chipPulse{0%,100%{box-shadow:0 0 8px rgba(0,255,224,0.1)}50%{box-shadow:0 0 22px rgba(0,255,224,0.3)}}.trust-chip:nth-child(1){animation:chipPulse 3s ease-in-out infinite}.trust-chip:nth-child(2){animation:chipPulse 3s ease-in-out .5s infinite}.trust-chip:nth-child(3){animation:chipPulse 3s ease-in-out 1s infinite}@media(prefers-reduced-motion:reduce){.trust-chip{animation:none!important}}.cta-wrap{position:relative;display:inline-block;opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.22s}@media(prefers-reduced-motion:reduce){.cta-wrap{opacity:1;animation:none}}.cta-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:1;padding:clamp(14px,2.2vh,18px) clamp(28px,5vw,42px);font-size:clamp(15px,1.9vw,18px);font-weight:700;font-family:var(--font-stack);letter-spacing:.03em;color:#080d12;background:var(--teal);border:2px solid var(--teal);border-radius:10px;cursor:pointer;text-decoration:none;min-width:48px;min-height:48px;transition:transform .15s ease,box-shadow .25s ease,background .2s ease;outline:none;background-clip:padding-box;user-select:none;-webkit-tap-highlight-color:transparent}.cta-link::before{content:'';position:absolute;inset:-3px;border-radius:13px;background:conic-gradient(from 0deg,transparent 0deg,transparent 200deg,var(--teal) 240deg,transparent 250deg,transparent 360deg);z-index:-1;opacity:0;transition:opacity .3s}@media(hover:hover)and (pointer:fine){.cta-link:hover::before{opacity:1;animation:borderSweep 1.2s linear infinite}.cta-link:hover{box-shadow:0 0 36px rgba(0,255,224,0.45),0 0 80px rgba(0,255,224,0.2);transform:translateY(-1px)}.cta-link:active{transform:scale(0.96);box-shadow:0 0 20px rgba(0,255,224,0.5),0 0 50px rgba(0,255,224,0.3)}}@media(pointer:coarse),(pointer:none){.cta-link:active{transform:scale(0.96);box-shadow:0 0 20px rgba(0,255,224,0.5),0 0 50px rgba(0,255,224,0.3)}}.cta-link:focus-visible{outline:3px solid var(--teal);outline-offset:4px;box-shadow:0 0 28px rgba(0,255,224,0.5)}@keyframes borderSweep{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cta-link::before{display:none}.cta-link:hover{box-shadow:0 0 20px rgba(0,255,224,0.3)}}.cta-arrow{display:inline-block;transition:transform .25s ease;font-size:1.1em}.cta-link:hover .cta-arrow{transform:translateX(3px)}.activity-ticker{margin-top:clamp(12px,2vh,18px);font-size:clamp(11px,1.3vw,13px);color:var(--text-muted);letter-spacing:.03em;min-height:18px;display:flex;align-items:center;gap:6px;opacity:0;animation:fadeUp .55s ease-out forwards;animation-delay:.27s}@media(prefers-reduced-motion:reduce){.activity-ticker{opacity:1;animation:none}}.activity-dot{width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0;opacity:.8}.activity-text{transition:opacity .35s ease}.footer-minimal{position:fixed;bottom:clamp(10px,2vh,18px);z-index:10;font-size:clamp(10px,1.2vw,12px);color:var(--text-muted);letter-spacing:.04em;opacity:.6;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}100%{opacity:1;transform:translateY(0)}}canvas.particles-canvas{position:fixed;inset:0;pointer-events:none;z-index:200}