*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00d4aa;--primary-dark: #00a88f;--primary-light: #00ffd1;--bg-dark: #0a0e1a;--bg-gradient-start: #0f1419;--bg-gradient-end: #1a1f2e;--text-primary: #ffffff;--text-secondary: #a0aec0;--success: #10b981;--shadow-color: rgba(0, 212, 170, .3)}html,body,#root{width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);background-attachment:fixed;color:var(--text-primary);overflow:hidden;overscroll-behavior-y:auto;touch-action:pan-y}.hero{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:1.5rem;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;gap:1.5rem}.app-icon{width:80px;height:80px;animation:float 3s ease-in-out infinite}.app-icon svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px rgba(0,212,170,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.title{font-size:clamp(2rem,8vw,2.75rem);font-weight:800;line-height:1.2;background:linear-gradient(135deg,#fff,#00ffd1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;animation:fadeInUp .6s ease-out}.subtitle{font-size:clamp(1rem,4vw,1.125rem);color:#a0aec0;font-weight:400;animation:fadeInUp .6s ease-out .1s both}.promo-display{display:inline-flex;flex-direction:column;gap:.5rem;padding:1.5rem 2rem 3.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(0,212,170,.2);border-radius:16px;animation:fadeInUp .6s ease-out .2s both;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;min-height:140px;justify-content:space-between}.promo-display:hover{border-color:#00d4aa66;transform:translateY(-2px);box-shadow:0 8px 24px #00d4aa4d}.promo-display.hidden .promo-code{filter:blur(8px);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.promo-display.hidden{border-color:#00d4aa4d;box-shadow:0 4px 16px #00d4aa33}.promo-display.hidden:hover{border-color:#00d4aa80;box-shadow:0 8px 32px #00d4aa66;transform:translateY(-4px) scale(1.02)}.promo-display.hidden:hover .promo-code{filter:blur(4px);transform:scale(1.02)}.promo-display.revealed{border-color:#00d4aa66;justify-content:center;padding:1.5rem 2rem}.promo-display.revealed .promo-code{filter:blur(0);animation:revealCode .5s cubic-bezier(.16,1,.3,1)}@keyframes revealCode{0%{filter:blur(8px);opacity:.5;transform:scale(.95)}to{filter:blur(0);opacity:1;transform:scale(1)}}.reveal-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:#00d4aa1a;border-radius:8px;color:#00d4aa;font-size:.875rem;font-weight:600;animation:pulse 2s ease-in-out infinite;white-space:nowrap}.reveal-hint svg{filter:drop-shadow(0 2px 4px rgba(0,212,170,.3))}.promo-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#00d4aa;font-weight:600;transition:all .3s ease}.promo-code{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;letter-spacing:.05em;font-family:Courier New,monospace;color:#fff;transition:all .3s ease}.promo-stats{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px;animation:fadeInUp .6s ease-out .25s both}.promo-stat-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .875rem;background:#ffffff08;border:1px solid rgba(0,212,170,.15);border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.promo-stat-item:hover{background:#ffffff0d;border-color:#00d4aa40;transform:translate(4px)}.stat-icon{flex-shrink:0;width:16px;height:16px;color:#00d4aa;filter:drop-shadow(0 2px 4px rgba(0,212,170,.3))}.stat-text{font-size:.8125rem;color:#a0aec0;font-weight:500;line-height:1.3}@media (max-width: 375px){.promo-stats{gap:.5rem}.promo-stat-item{padding:.625rem .875rem;gap:.625rem}.stat-icon{width:18px;height:18px}.stat-text{font-size:.8rem}}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 3rem;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#00d4aa,#00a88f);border:none;border-radius:24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00d4aa4d;animation:fadeInUp .6s ease-out .3s both,pulse 2s ease-in-out infinite;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:100%;max-width:400px;min-height:56px;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .5s cubic-bezier(.4,0,.2,1),height .5s cubic-bezier(.4,0,.2,1)}.cta-button:hover:before{width:300px;height:300px}.cta-button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 32px #00d4aa4d}.cta-button:active{transform:translateY(-2px) scale(.98)}.cta-button .icon{position:relative;z-index:1}@keyframes pulse{0%,to{box-shadow:0 4px 16px #00d4aa4d}50%{box-shadow:0 4px 24px #00d4aa80}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:1000;pointer-events:none}.toast-notification{position:absolute;bottom:0;right:0;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#1a1f2e,#0f1419);border:2px solid rgba(16,185,129,.4);border-radius:16px;box-shadow:0 8px 32px #10b9814d,0 0 0 1px #ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInRight .4s cubic-bezier(.16,1,.3,1);max-width:90vw;width:auto;pointer-events:auto;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;touch-action:manipulation;-webkit-touch-callout:none}.toast-notification:active{cursor:grabbing}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon svg{filter:drop-shadow(0 2px 8px rgba(16,185,129,.4))}.toast-content{display:flex;flex-direction:column;gap:.25rem;text-align:left}.toast-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.toast-subtitle{font-size:.875rem;color:#10b981;font-weight:600;font-family:Courier New,monospace;margin:0;line-height:1.2}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.toast-container{bottom:1rem;right:1rem;left:1rem}.toast-notification{right:0;left:0;max-width:100%}}@media (max-width: 375px){.toast-notification{padding:.875rem 1.25rem;gap:.75rem}.toast-title{font-size:.9rem}.toast-subtitle{font-size:.75rem}.toast-icon svg{width:20px;height:20px}}.contacts{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#a0aec0;animation:fadeInUp .6s ease-out .4s both}.contacts a{color:#00d4aa;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.contacts a:hover{color:#00ffd1;text-decoration:underline}.legal{font-size:.75rem;opacity:.7}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none;animation:float 6s ease-in-out infinite}.orb-1{width:300px;height:300px;background:radial-gradient(circle,#00d4aa 0%,transparent 70%);top:-100px;right:-100px}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#00a88f 0%,transparent 70%);bottom:-150px;left:-150px;animation-delay:-3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 375px){.hero{padding:.5rem}.container{gap:.6rem}.app-icon{width:56px;height:56px}.title{font-size:1.65rem;line-height:1.15}.subtitle{font-size:.875rem}.promo-display{padding:.875rem 1.25rem;gap:.3rem}.promo-label{font-size:.625rem}.promo-code{font-size:1.25rem}.cta-button{padding:.875rem 1rem;font-size:1rem;min-height:48px}.contacts{font-size:.75rem}.legal{font-size:.625rem}}@media (max-width: 768px){.hero{padding:.75rem}.container{gap:.875rem}.cta-button{padding:1rem 1.5rem;font-size:1.05rem;width:100%;max-width:100%}}@media (max-width: 768px) and (max-height: 700px){.container{gap:.7rem}.app-icon{width:60px;height:60px}.hero{padding:.75rem}.cta-button{position:relative;width:100%;max-width:100%;padding:.875rem 1rem;min-height:48px;font-size:1rem}}@media (max-height: 600px){.container{gap:.5rem}.app-icon{width:48px;height:48px}.title{font-size:1.4rem;line-height:1.15}.promo-display{padding:.65rem 1rem}.hero{padding:.5rem}.cta-button{padding:.75rem 1rem;min-height:44px;font-size:.95rem}}@media (min-height: 700px) and (min-width: 600px){.container{gap:2rem}}@media (min-width: 768px){.hero{padding:3rem}.container{gap:2rem}.app-icon{width:96px;height:96px}.cta-button{max-width:420px;min-height:64px;font-size:1.25rem}}@media (min-width: 1024px){.container{max-width:600px;gap:3rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
