.page_container__jZF7q{display:flex;flex-direction:column;min-height:100vh;background:#1a1a1f;color:white;position:relative}.page_content___38fW{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;padding:2rem;text-align:center}.page_title__po7na{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;background:linear-gradient(135deg,#ffffff,#e0e0e0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page_tagline__FsEDs{font-size:1.1rem;color:rgba(255,255,255,.6);margin-bottom:1rem;font-weight:300}.page_greeting__f9HkH{font-size:.9rem;color:rgba(255,255,255,.5);margin-bottom:1rem}.page_priceTag__04S0G{font-size:1rem;font-weight:600;color:#fbbf24;background:rgba(251,191,36,.1);padding:.5rem 1.5rem;border-radius:20px;margin-bottom:1.5rem;border:2px solid rgba(251,191,36,.3);animation:page_pulse__XPtbN 2s ease-in-out infinite}.page_magicBallSection__zj8pG{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:2rem}.page_magicBall__L4jqc{width:250px;height:250px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#2a2a35,#0a0a0f);box-shadow:inset -25px -25px 40px rgba(0,0,0,.5),inset 25px 25px 40px rgba(255,255,255,.05),0 0 50px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;transition:transform .3s ease;position:relative}.page_magicBall__L4jqc:hover{transform:scale(1.05)}.page_magicBall__L4jqc.page_shaking__V4ydK{animation:page_shake__6omdc .5s ease-in-out infinite}@keyframes page_shake__6omdc{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.page_ballInner__LJ5of{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.page_ballNumber__mtqHm{font-size:6rem;font-weight:700;color:rgba(255,255,255,.9);text-shadow:0 0 20px rgba(255,255,255,.5)}.page_answerWindow__8lrUA{width:120px;height:120px;background:linear-gradient(135deg,#1e1e28,#0f0f14);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:inset 0 0 20px rgba(0,0,0,.8),0 0 30px rgba(100,100,255,.3)}.page_answerText__c0Z89{font-size:1.2rem;font-weight:600;color:#ffffff;text-align:center;text-shadow:0 0 10px rgba(255,255,255,.8);animation:page_fadeIn__jjObi .5s ease-in}.page_processingWindow__0nZWF{width:120px;height:120px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:inset 0 0 20px rgba(0,0,0,.2),0 0 40px rgba(251,191,36,.5);animation:page_pulseGlow__jkvIp 1s ease-in-out infinite}.page_processingText__3Ns9m{font-size:3rem;animation:page_spin__OXxwq 2s linear infinite}@keyframes page_pulseGlow__jkvIp{0%,to{box-shadow:inset 0 0 20px rgba(0,0,0,.2),0 0 40px rgba(251,191,36,.5)}50%{box-shadow:inset 0 0 20px rgba(0,0,0,.2),0 0 60px rgba(251,191,36,.8)}}@keyframes page_spin__OXxwq{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes page_fadeIn__jjObi{0%{opacity:0}to{opacity:1}}.page_error__JBrsB{color:#ef4444;font-size:.9rem;margin:.5rem 0;padding:.5rem;background:rgba(239,68,68,.1);border-radius:8px;border:1px solid rgba(239,68,68,.3)}.page_questionSection__xZ_gs{width:100%;display:flex;flex-direction:column;gap:1rem}.page_questionInput__JdyUy{width:100%;padding:1rem 1.5rem;font-size:1rem;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:12px;color:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;text-align:center}.page_questionInput__JdyUy::placeholder{color:rgba(255,255,255,.4)}.page_questionInput__JdyUy:focus{outline:none;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08);box-shadow:0 0 20px rgba(255,255,255,.1)}.page_questionInput__JdyUy:disabled{opacity:.5;cursor:not-allowed}.page_askButton__VKHj6,.page_resetButton__uvLeL{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(99,102,241,.3)}.page_askButton__VKHj6:hover:not(:disabled),.page_resetButton__uvLeL:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(99,102,241,.4)}.page_askButton__VKHj6:disabled{opacity:.5;cursor:not-allowed;transform:none}.page_resetButton__uvLeL{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 20px rgba(16,185,129,.3)}.page_resetButton__uvLeL:hover{box-shadow:0 6px 25px rgba(16,185,129,.4)}.page_instruction__uYiBH{margin-top:2rem;font-size:.9rem;color:rgba(255,255,255,.5);max-width:400px}