@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";.modal-overlay{backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;animation:.3s cubic-bezier(.34,1.56,.64,1) scaleUp;display:flex;box-shadow:0 25px 50px -12px #00000080}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:#f8fafc;margin:0;font-size:1.25rem}.close-button{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.close-button:hover{color:#fff}.modal-body{color:#cbd5e1;padding:24px;line-height:1.6;overflow-y:auto}.modal-body h3{color:#a855f7;text-transform:uppercase;letter-spacing:.5px;margin-top:20px;margin-bottom:8px;font-size:.9rem}.modal-body p{margin-bottom:16px;font-size:.95rem}.modal-full-text{text-align:center;margin-top:24px;font-size:.85rem}.modal-full-text a{color:#a855f7;text-decoration:underline}.modal-footer{text-align:center;border-top:1px solid #ffffff1a;padding:20px 24px}.modal-accept-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border:none;border-radius:12px;padding:12px 40px;font-weight:600;transition:transform .2s}.modal-accept-button:hover{transform:scale(1.05)}.thankyou-container{background:radial-gradient(circle at 100% 0,#1e1b4b,#0f172a);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.thankyou-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#1e293bb3;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:600px;padding:48px;animation:.8s ease-out fadeIn;box-shadow:0 25px 50px -12px #00000080}.promo-image{border-radius:16px;max-width:100%;height:auto;margin-bottom:30px;box-shadow:0 10px 30px #a855f733}.thankyou-title{background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:800}.thankyou-message{color:#cbd5e1;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.countdown-container{background:#0f172a80;border:1px solid #a855f733;border-radius:20px;margin-bottom:40px;padding:30px}.countdown-label{color:#94a3b8;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-size:.8rem;font-weight:800}.timer{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.timer-segment{flex-direction:column;align-items:center;display:flex}.timer-value{color:#f8fafc;text-shadow:0 0 15px #a855f780;font-size:2.2rem;font-weight:800}.timer-unit{color:#94a3b8;text-transform:uppercase;font-size:.7rem;font-weight:600}.thankyou-info{color:#94a3b8;margin-bottom:40px;font-size:.95rem}.thankyou-button{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#6366f1 100%);border-radius:12px;padding:14px 40px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.thankyou-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6366f166}@media (width<=600px){.thankyou-card{padding:32px 20px}.timer-value{font-size:1.6rem}.thankyou-title{font-size:2rem}}.tos-container{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.tos-card{background:#fff;border-radius:20px;width:100%;max-width:800px;padding:40px;box-shadow:0 20px 60px #0000004d}.tos-header{text-align:center;border-bottom:2px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px}.tos-title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;font-size:1.8rem;font-weight:700;line-height:1.2}.tos-date{color:#666;font-size:.9rem;font-weight:500}.tos-content{color:#333;max-height:60vh;margin-bottom:30px;padding-right:15px;font-size:.95rem;line-height:1.6;overflow-y:auto}.tos-content::-webkit-scrollbar{width:6px}.tos-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.tos-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.tos-content::-webkit-scrollbar-thumb:hover{background:#667eea}.tos-intro{color:#444;margin-bottom:25px;font-weight:500}.tos-content section{margin-bottom:30px}.tos-content h2{color:#764ba2;margin-bottom:15px;font-size:1.1rem;font-weight:700}.tos-content p{margin-bottom:15px}.tos-content ul{padding-left:0;list-style-type:none}.tos-content li{margin-bottom:12px;padding-left:20px;position:relative}.tos-content li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}.tos-footer{text-align:center;border-top:2px solid #f0f0f0;padding-top:20px}.tos-back-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:12px 30px;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.tos-back-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}@media (width<=600px){.tos-card{padding:30px 20px}.tos-title{font-size:1.4rem}}:root{--primary-gradient:linear-gradient(135deg, #a855f7 0%, #6366f1 100%);--bg-dark:#0f172a;--card-bg:#1e293bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-glow:0 0 20px #a855f766;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background:radial-gradient(circle at 100% 0,#1e1b4b,#0f172a);min-height:100vh;font-family:Outfit,sans-serif;overflow-x:hidden}.landing-intro-overlay{z-index:2000;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s ease-out,visibility 1s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.landing-intro-overlay.fade-out{opacity:0;visibility:hidden}#particle-canvas{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.intro-text-container{text-align:center;z-index:10;max-width:800px;padding:0 40px;position:relative}.intro-phrase{background:linear-gradient(135deg,#f8fafc 0%,#a855f7 100%);-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;margin-bottom:20px;font-size:2rem;font-weight:700;line-height:1.4;transition:all .8s ease-out;transform:translateY(20px)}.intro-phrase.active{opacity:1;transform:translateY(0)}.intro-phrase.small{color:#94a3b8;-webkit-text-fill-color:initial;background:0 0;font-size:1.2rem;font-weight:400}.register-container{opacity:0;background:radial-gradient(circle,#1e1b4b 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;transition:opacity 1.5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.register-container.visible{opacity:1}.register-container:before{content:"";background:radial-gradient(circle,#a855f70d 0%,#0000 60%);width:200%;height:200%;animation:15s ease-in-out infinite alternate pulse-bg;position:absolute;top:-50%;left:-50%}@keyframes pulse-bg{0%{transform:translate(-5%,-5%)scale(1)}to{transform:translate(5%,5%)scale(1.1)}}.register-card{-webkit-backdrop-filter:blur(25px)saturate(180%);z-index:10;background:#0f172a99;border:1px solid #a855f74d;border-radius:24px;width:100%;max-width:460px;padding:32px 40px;transition:transform .3s,box-shadow .3s;animation:.6s ease-out slideUp;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 40px #a855f71a}.register-card:hover{border-color:#a855f780;transform:translateY(-5px);box-shadow:0 30px 60px -12px #0009,0 0 50px #a855f726}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-header{text-align:center;margin-bottom:32px}.register-title{letter-spacing:-1px;background:var(--primary-gradient);-webkit-text-fill-color:transparent;text-shadow:var(--accent-glow);background-clip:text;margin-bottom:8px;font-size:3rem;font-weight:800}.register-subtitle{color:var(--text-muted);font-size:1.1rem;font-style:italic;font-weight:400}.username-prefix-wrapper{align-items:center;display:flex;position:relative}.username-prefix{color:#a855f7;pointer-events:none;font-size:1rem;font-weight:800;position:absolute;left:18px}.username-input-prefixed{padding-left:44px!important}.register-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-main);text-transform:uppercase;letter-spacing:.5px;padding-left:4px;font-size:.85rem;font-weight:600}.form-group input{border:1px solid var(--glass-border);color:#fff;box-sizing:border-box;background:#0f172a99;border-radius:12px;width:100%;height:52px;padding:0 18px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus{background:#0f172acc;border-color:#a855f7;outline:none;box-shadow:0 0 0 4px #a855f726}.promo-badge{color:#000;text-align:center;text-transform:uppercase;letter-spacing:1px;box-sizing:border-box;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:12px;width:100%;margin-bottom:24px;padding:7px 15px;font-size:.75rem;font-weight:800;box-shadow:0 4px 15px #f59e0b4d}.register-button{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:14px;margin-top:10px;padding:16px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px -5px #6366f166}.register-button:hover:not(:disabled){transform:translateY(-2px)scale(1.02);box-shadow:0 15px 30px -5px #6366f199}.register-button:active{transform:translateY(0)scale(.98)}.google-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.google-button:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.google-icon{width:20px;height:20px}.divider{text-align:center;color:var(--text-muted);align-items:center;margin:20px 0;font-size:.8rem;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid var(--glass-border);flex:1}.divider:not(:empty):before{margin-right:.75em}.divider:not(:empty):after{margin-left:.75em}.terms-group{margin:12px 0}.terms-checkbox-label{cursor:pointer;color:var(--text-muted);align-items:flex-start;gap:12px;font-size:.8rem;line-height:1.5;display:flex}.terms-checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#a855f7;flex-shrink:0;width:18px;height:18px;margin-top:2px}.terms-link{color:#a855f7;border-bottom:1px solid #a855f74d;font-weight:600;text-decoration:none;transition:all .2s}.terms-link:hover{color:#c084fc;border-bottom-color:#c084fc}.terms-link-btn{color:#a855f7;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.terms-link-btn:hover{color:#c084fc}.error-message{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;padding:12px;font-size:.85rem}.register-footer{text-align:center;color:var(--text-muted);margin-top:32px;font-size:.9rem}.register-footer a{color:#a855f7;font-weight:600;text-decoration:none}.register-footer a:hover{text-decoration:underline}@media (width<=480px){.register-card{border-radius:0;flex-direction:column;justify-content:center;min-height:100vh;padding:32px 24px;display:flex}.register-title{font-size:2.5rem}}.subtle-user-count{color:#ffffff26;pointer-events:none;letter-spacing:1px;user-select:none;z-index:1000;font-size:.75rem;font-weight:400;position:fixed;bottom:12px;right:16px}
