.subscription-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.subscription-modal{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;padding:0;max-width:400px;width:90%;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out;border:1px solid rgba(255,255,255,.1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.subscription-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.subscription-modal-header h2{margin:0;color:#fff;font-size:1.5rem;font-weight:600}.subscription-modal-close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.subscription-modal-close:hover{background:#ffffff1a}.subscription-modal-body{padding:2rem 1.5rem;text-align:center}.subscription-status-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700}.subscription-status-icon.success{background:#22c55e33;color:#22c55e;border:3px solid #22c55e}.subscription-status-icon.warning{background:#fbbf2433;color:#fbbf24;border:3px solid #fbbf24}.subscription-modal-body h3{margin:0 0 .75rem;color:#fff;font-size:1.25rem;font-weight:600}.subscription-modal-body p{margin:0;color:#ffffffb3;font-size:1rem;line-height:1.5}.subscription-modal-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center}.subscription-modal-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s;min-width:120px}.subscription-modal-button:hover{background:#2563eb}.subscription-modal-button:active{transform:scale(.98)}.he-auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:2rem}.loading-spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-text{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#fff}.loading-subtext{font-size:1rem;color:#ffffffb3;text-align:center;max-width:400px}.he-auth-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:2rem;text-align:center}.error-icon{font-size:4rem;margin-bottom:1rem}.error-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#fff}.error-message{font-size:1rem;color:#fffc;margin-bottom:2rem;max-width:500px;line-height:1.6}.retry-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s}.retry-button:hover{background:#2563eb}.retry-button:active{transform:scale(.98)}.landing-page{min-height:100vh;padding-bottom:80px;position:relative;overflow-x:hidden;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff);color:#0f172a}.landing-container{max-width:500px;margin:0 auto;padding:10px 20px 20px;color:#0f172a}.landing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-top:8px;gap:12px;flex-wrap:wrap}.header-left{display:flex;align-items:center;gap:12px}.greeting{font-size:18px;font-weight:700;background:linear-gradient(135deg,#0f172a,#4c1d95);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.points-display{display:flex;align-items:center;gap:8px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 18px;border-radius:24px;font-weight:700;font-size:16px;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(15,23,42,.08);position:relative;overflow:hidden;color:#0f172a}.points-display:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);animation:glowRotate 4s linear infinite;pointer-events:none}.points-star-icon{color:gold;display:flex;align-items:center;justify-content:center;animation:starRotate 3s linear infinite;filter:drop-shadow(0 0 6px rgba(255,215,0,.6));position:relative;z-index:1}.points-star-icon svg{color:gold;fill:gold;stroke:gold}.points-value{font-weight:800;color:#0f172a;position:relative;z-index:1}.plus-icon{font-size:14px;opacity:.6;color:#0f172a;position:relative;z-index:1}.king-card{background:linear-gradient(135deg,#8b5cf6,#7c3aed,#ec4899);border-radius:28px;padding:28px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 12px 40px #8b5cf64d;animation:cardEntrance .6s ease-out}.king-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:glowRotate 6s linear infinite;pointer-events:none}.crown-background{position:absolute;top:-30px;right:-30px;width:140px;height:140px;opacity:.15;transform:rotate(-20deg);color:#fff;pointer-events:none;z-index:0}.crown-background svg{width:100%;height:100%;color:#fff;fill:#fff;stroke:#fff}.king-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:20px;position:relative;z-index:1}.king-content{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.king-avatar{width:64px;height:64px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.3);color:#fff;flex-shrink:0}.king-avatar svg{width:32px;height:32px;color:#fff;fill:#fff;stroke:#fff}.king-avatar-image{width:36px;height:36px;object-fit:contain;display:block}.king-info{flex:1}.king-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}.king-diamonds{font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center;gap:6px}.king-diamonds svg{width:18px;height:18px;color:gold;filter:drop-shadow(0 0 4px rgba(255,215,0,.6));animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.king-badge{position:absolute;top:20px;right:20px;width:48px;height:48px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);color:#fff;animation:badgePulse 2s ease-in-out infinite;z-index:2}.king-badge svg{width:24px;height:24px;color:#fff;fill:#fff;stroke:#fff}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #fff6}50%{transform:scale(1.1);box-shadow:0 0 0 8px #fff0}}.action-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.action-card{border-radius:24px;padding:48px 16px 52px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 32px #0f172a26;border:1px solid rgba(15,23,42,.08);position:relative;overflow:hidden;animation:cardSlideIn .6s ease-out forwards;opacity:1;color:#0f172a}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.action-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #0f172a33}.action-card:active{transform:translateY(-2px) scale(1)}.action-card-purple{background:linear-gradient(to bottom right,#c084fc,#7c3aed);color:#fff}.action-card-green{background:linear-gradient(to bottom right,#34d399,#047857);color:#fff}.action-card-orange{background:linear-gradient(to bottom right,#fb923c,#ec4899);color:#fff}.action-icon{font-size:32px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;color:inherit;transition:transform .3s ease;position:relative;z-index:1}.action-card:hover .action-icon{transform:scale(1.1) rotate(5deg)}.action-icon svg{width:28px;height:28px;color:inherit;fill:currentColor;stroke:currentColor}.action-label{font-size:13px;font-weight:600;color:inherit;position:relative;z-index:1}.action-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);animation:glowRotate 6s linear infinite;pointer-events:none;z-index:0}.action-card-background{position:absolute;top:-20px;right:-20px;width:100px;height:100px;opacity:.12;transform:rotate(-15deg);color:#fff;pointer-events:none;z-index:0}.action-card-background svg{width:100%;height:100%;color:#fff;fill:#fff;stroke:#fff}.daily-quiz-card{background:linear-gradient(135deg,#f59e0b,#d97706,#ec4899);border-radius:28px;padding:32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 40px #f59e0b4d;position:relative;overflow:visible;animation:cardEntrance .8s ease-out}.daily-quiz-card:after{content:"";position:absolute;bottom:-20px;left:5%;right:5%;height:20px;background:linear-gradient(to bottom,rgba(245,158,11,.4),transparent);border-radius:0 0 28px 28px;filter:blur(15px);z-index:-1;pointer-events:none}.daily-quiz-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:glowRotate 5s linear infinite;pointer-events:none}.daily-quiz-content{flex:1;position:relative;z-index:1}.daily-quiz-title{font-size:32px;font-weight:900;color:#fff;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.daily-quiz-subtitle{font-size:16px;color:#fffffff2;margin-bottom:20px;font-weight:500}.join-quiz-button{padding:14px 28px;border-radius:16px;border:none;color:#fff;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 6px 20px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;gap:8px;position:relative;overflow:hidden}.join-quiz-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.join-quiz-button:hover:before{left:100%}.join-quiz-button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000004d;background:#ffffff40}.join-quiz-button:active{transform:translateY(0) scale(.98)}.join-quiz-button svg{width:18px;height:18px;color:#fff;fill:#fff;stroke:#fff}.daily-quiz-icon{font-size:48px;opacity:.3;margin-left:16px;color:#fff;animation:questionRotate 3s ease-in-out infinite;position:relative;z-index:1}.daily-quiz-icon svg{width:64px;height:64px;color:#fff;fill:#fff;stroke:#fff}@keyframes questionRotate{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(10deg) scale(1.1)}}.browse-section{margin-bottom:24px}.browse-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#0f172a;font-size:20px;font-weight:700}.arrow-button{border:none;background:transparent;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .2s ease,transform .2s ease;color:#6366f1;font-size:16px;font-weight:600;opacity:.9}.arrow-button:hover{background:#6366f11a;transform:translate(2px);opacity:1}.arrow-button:focus-visible{outline:2px solid #a855f7;outline-offset:3px}.arrow-icon{display:flex;align-items:center;color:#6366f1;opacity:.9}.arrow-icon svg{width:20px;height:20px;color:currentColor;fill:currentColor;stroke:currentColor}.browse-cards{display:flex;flex-direction:column;gap:16px}.browse-card{border-radius:24px;padding:24px;box-shadow:0 20px 40px #0f172a1f;background:linear-gradient(135deg,#eef2ff,#dbeafe);border:1px solid rgba(15,23,42,.08);transition:all .3s ease;color:#0f172a;display:flex;align-items:center;gap:16px}.browse-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px #0f172a2e}.category-icon{width:64px;height:64px;border-radius:20px;background:#ffffffa6;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 10px #0f172a0d}.category-icon-image{width:100%;height:100%;object-fit:contain;padding:8px}.category-info{flex:1}.category-title{font-size:18px;font-weight:800;margin-bottom:4px}.category-subtitle{font-size:14px;color:#475569}.category-action{border:none;border-radius:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:700;padding:10px 20px;cursor:pointer;box-shadow:0 10px 20px #6366f159;transition:transform .2s ease,box-shadow .2s ease}.category-action:hover{transform:translateY(-2px);box-shadow:0 14px 30px #6366f173}.question-card{width:100%;max-width:500px;padding:32px 24px;border-radius:32px;background:#fffffff2;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px #0f172a1f;animation:cardEntrance .5s ease-out;position:relative;overflow:hidden;color:#0f172a}.question-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6366f114,#ec489914);opacity:.2;pointer-events:none;z-index:0}.question-card>*{position:relative;z-index:1}@keyframes cardEntrance{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.question-number-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f14d;animation:badgeShine 3s ease-in-out infinite}.question-number-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s ease-in-out infinite}@keyframes badgeShine{0%,to{box-shadow:0 4px 16px #6366f14d}50%{box-shadow:0 4px 24px #6366f180}}.question-number-text{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;position:relative;z-index:1}.question-text{font-size:22px;font-weight:700;line-height:1.5;margin-bottom:24px;background:linear-gradient(135deg,#0f172a,#4c1d95);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 6px 24px rgba(15,23,42,.15)}.question-image-container{width:100%;margin:24px 0;border-radius:20px;overflow:hidden;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}.question-image{width:100%;height:auto;display:block;object-fit:cover}.options-container{display:flex;flex-direction:column;gap:16px}.option-button{display:flex;align-items:center;gap:16px;padding:18px 20px;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:#fffffff2;font-size:16px;font-weight:600;color:#0f172a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.option-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease}.option-button:hover:not(:disabled):before{opacity:1}.option-button:hover:not(:disabled){border-color:#6366f166;background:#f5f3ff;transform:translateY(-2px);box-shadow:0 16px 30px #0f172a1f}.option-button:active:not(:disabled){transform:translateY(0)}.option-button:disabled{cursor:not-allowed}.ripple-effect{position:absolute;width:0;height:0;border-radius:50%;background:#6366f140;transform:translate(-50%,-50%);animation:ripple .6s ease-out;pointer-events:none}@keyframes ripple{0%{width:0;height:0;opacity:1}to{width:300px;height:300px;opacity:0}}.option-label{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#eef2ff;font-weight:700;font-size:14px;flex-shrink:0;transition:all .3s ease;border:1px solid rgba(99,102,241,.2);color:#4c1d95}.option-button:hover:not(:disabled) .option-label{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #6366f166}.option-text{flex:1;color:#0f172a}.option-result-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0;animation:iconPop .4s cubic-bezier(.68,-.55,.265,1.55)}.option-result-icon svg{width:20px;height:20px}.option-result-icon-check{background:#10b98126;color:#047857;border:2px solid rgba(16,185,129,.4)}.option-result-icon-cross{background:#ef444426;color:#b91c1c;border:2px solid rgba(239,68,68,.4)}@keyframes iconPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.option-correct{border-color:#10b98199;background:#10b9811f;animation:correctPulse .5s ease;color:#065f46}.option-correct .option-label{background:#10b981;color:#fff;border-color:#10b981}.option-incorrect{border-color:#ef444499;background:#ef44441f;animation:incorrectShake .5s ease;color:#7f1d1d}.option-incorrect .option-label{background:#ef4444;color:#fff;border-color:#ef4444}.option-disabled{opacity:.5}@keyframes correctPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes incorrectShake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.timer-bar-container{display:flex;justify-content:center;align-items:center;margin-bottom:24px;width:100%}.timer-circle-wrapper{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 30px #0f172a1f}.timer-svg{width:100%;height:100%;transform:rotate(-90deg);position:absolute;top:0;left:0}.timer-circle-bg{stroke:#0f172a1a}.timer-circle-progress{transition:stroke-dashoffset .3s ease,stroke .3s ease}.timer-pulse{animation:timerPulse 1s ease-in-out infinite}@keyframes timerPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.3);z-index:1;color:#0f172a}.score-display{display:flex;align-items:center;gap:12px;background:#fffffffa;padding:12px 20px;border-radius:24px;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 30px #0f172a1f;position:relative;overflow:hidden;animation:float 3s ease-in-out infinite}.score-display:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.2) 0%,transparent 70%);animation:glowRotate 4s linear infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.score-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.score-icon{color:gold;display:flex;align-items:center;justify-content:center;animation:starRotate 3s linear infinite;filter:drop-shadow(0 0 8px rgba(255,215,0,.6))}@keyframes starRotate{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}.score-value{font-weight:800;font-size:18px;letter-spacing:.5px;background:linear-gradient(135deg,gold,orange,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 8px rgba(255,215,0,.3);position:relative;z-index:1}.streak-counter{display:flex;align-items:center;gap:10px;background:#ff6b3526;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:10px 18px;border-radius:24px;border:1px solid rgba(255,107,53,.3);box-shadow:0 8px 32px #ff6b3533;position:relative;overflow:hidden;animation:streakGlow 2s ease-in-out infinite}.streak-counter:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,107,53,.2) 0%,transparent 70%);animation:glowRotate 3s linear infinite;pointer-events:none}@keyframes streakGlow{0%,to{box-shadow:0 8px 32px #ff6b3533;border-color:#ff6b354d}50%{box-shadow:0 8px 40px #ff6b3566;border-color:#ff6b3580}}@keyframes glowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.streak-fires{display:flex;gap:4px;align-items:center}.flame-wrapper{display:flex;align-items:center;justify-content:center;animation:flameFlicker .8s ease-in-out infinite;filter:drop-shadow(0 0 4px rgba(255,107,53,.8))}.flame-icon{color:#ff6b35;width:20px;height:20px;animation:flameFlicker .6s ease-in-out infinite}@keyframes flameFlicker{0%,to{transform:translateY(0) scale(1) rotate(-2deg);opacity:1}25%{transform:translateY(-2px) scale(1.05) rotate(2deg);opacity:.9}50%{transform:translateY(-1px) scale(1.1) rotate(-1deg);opacity:.95}75%{transform:translateY(-3px) scale(1.05) rotate(1deg);opacity:.85}}.streak-text{color:#ff6b35;font-weight:700;font-size:14px;text-shadow:0 2px 4px rgba(255,107,53,.3);position:relative;z-index:1}.multiplier-badge{padding:6px 14px;border-radius:16px;color:#fff;font-weight:800;font-size:11px;margin-left:4px;animation:multiplierBounce 1.5s ease-in-out infinite;box-shadow:0 4px 12px #ff6b3566;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:1}@keyframes multiplierBounce{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.08) translateY(-2px)}}.game-over-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.game-over-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:40px 24px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:slideUp .5s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.perfect-badge{background:linear-gradient(135deg,gold,orange);color:#fff;padding:12px 24px;border-radius:20px;font-weight:800;font-size:18px;margin-bottom:20px;animation:perfectGlow 2s ease infinite;box-shadow:0 4px 20px #ffd70066}@keyframes perfectGlow{0%,to{box-shadow:0 4px 20px #ffd70066}50%{box-shadow:0 4px 30px #ffd700cc}}.game-over-title{font-size:32px;font-weight:900;color:#1a1a1a;margin-bottom:24px}.score-display-large{margin:24px 0}.score-value-large{font-size:56px;font-weight:900;line-height:1;margin-bottom:8px}.score-label{font-size:18px;font-weight:600;opacity:.8}.stats-container{display:flex;align-items:center;justify-content:center;gap:24px;margin:32px 0;padding:24px;background:#00000008;border-radius:16px}.stat-item{flex:1}.stat-value{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:4px}.stat-label{font-size:14px;color:#0009;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:1px;height:40px;background:#0000001a}.badges-section{margin:32px 0;padding-top:32px;border-top:2px solid rgba(0,0,0,.1)}.badges-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px}.badge-item{padding:16px;border:2px solid;border-radius:16px;background:#fff;transition:transform .2s ease}.badge-item:hover{transform:translateY(-4px)}.badge-item-icon{font-size:32px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.badge-item-icon img{width:48px;height:48px;object-fit:contain}.badge-item-name{font-size:12px;font-weight:600;color:#1a1a1a}.game-over-actions{display:flex;flex-direction:row;gap:12px;margin-top:32px}.btn-play-again,.btn-share,.btn-continue-bank{padding:10px 20px;border-radius:14px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex:1}.btn-continue-bank{background:linear-gradient(135deg,#f59e0b,#d97706,#ec4899);color:#fff;box-shadow:0 6px 20px #f59e0b4d}.btn-continue-bank:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f59e0b66}.btn-continue-bank:active{transform:translateY(0) scale(.98)}.btn-play-again{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 20px #6366f159}.btn-play-again:hover{transform:translateY(-2px);box-shadow:0 14px 30px #6366f173}.btn-play-again:active{transform:translateY(0)}.btn-share{background:#fff;border:2px solid;transition:all .2s ease}.btn-share:hover{background:#6366f10d;transform:translateY(-2px)}.trivia-game,.trivia-game-ready{min-height:100vh;padding:20px 20px 100px;position:relative;overflow-x:hidden;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff);color:#0f172a}.trivia-game-ready{display:flex;align-items:center;justify-content:center}.ready-content{text-align:center;background:#fff;border-radius:32px;padding:48px 32px;max-width:400px;width:100%;box-shadow:0 30px 80px #0f172a26;border:1px solid rgba(15,23,42,.08);position:relative;overflow:hidden;animation:readyEntrance .6s ease-out}.ready-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6366f114,#ec489914);pointer-events:none;z-index:0}.ready-content>*{position:relative;z-index:1}@keyframes readyEntrance{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.ready-icon{font-size:80px;margin-bottom:24px;animation:bounce 2s ease infinite;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.ready-title{font-size:36px;font-weight:900;background:linear-gradient(135deg,#0f172a,#4c1d95);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;text-shadow:0 8px 24px rgba(15,23,42,.2)}.ready-subtitle{font-size:16px;color:#475569;margin-bottom:24px;font-weight:500}.daily-bonus-badge{background:linear-gradient(135deg,gold,orange);color:#fff;padding:12px 24px;border-radius:20px;font-weight:700;font-size:14px;margin-bottom:24px;display:inline-block;animation:pulse 2s ease infinite;box-shadow:0 4px 16px #ffd70066;position:relative;overflow:hidden}.daily-bonus-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s ease-in-out infinite}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #ffd70066}50%{transform:scale(1.05);box-shadow:0 4px 24px #ffd70099}}.start-button{width:100%;padding:18px 32px;border-radius:20px;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.start-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.start-button:hover:before{left:100%}.start-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f166}.start-button:active{transform:translateY(0) scale(.98)}.page-simple-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-top:8px}.game-stats-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.game-progress{margin-bottom:24px}.progress-bar{width:100%;height:10px;background:#0f172a14;border-radius:10px;overflow:hidden;margin-bottom:8px;position:relative;border:1px solid rgba(15,23,42,.1);box-shadow:inset 0 2px 6px #0f172a14}.progress-fill{height:100%;border-radius:10px;transition:width .3s ease;position:relative;overflow:hidden;box-shadow:0 0 20px #ffd70080}.progress-fill:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:progressShine 2s ease-in-out infinite}@keyframes progressShine{0%{left:-100%}50%,to{left:100%}}.progress-text{text-align:center;color:#0f172a;font-size:14px;font-weight:600}.game-content{max-width:500px;margin:0 auto}.leaderboard-container{width:100%;max-width:500px}.leaderboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.leaderboard-header h2{font-size:24px;font-weight:800;color:#0f172a;margin:0}.fire-emoji{font-size:24px;animation:fireFlicker 1s ease infinite}@keyframes fireFlicker{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.leaderboard-list{display:flex;flex-direction:column;gap:12px}.leaderboard-item{display:flex;align-items:center;gap:16px;padding:16px;background:#fffffff2;border-radius:16px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.leaderboard-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.leaderboard-item-top{border:2px solid;border-image:linear-gradient(135deg,gold,orange) 1}.leaderboard-item-current{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:2px solid rgba(99,102,241,.3)}.leaderboard-rank{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;flex-shrink:0}.leaderboard-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.leaderboard-avatar img{width:100%;height:100%;object-fit:cover}.leaderboard-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:800;font-size:20px}.leaderboard-info{flex:1;min-width:0}.leaderboard-name{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaderboard-badges{display:flex;gap:4px}.leaderboard-badge-icon{font-size:16px;display:inline-flex;align-items:center;justify-content:center}.leaderboard-badge-icon img{width:20px;height:20px;object-fit:contain}.leaderboard-score{font-size:20px;font-weight:800;flex-shrink:0}.leaderboard-page{min-height:100vh;padding:20px 20px 100px;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff);color:#0f172a}.leaderboard-page-container{max-width:500px;margin:0 auto}.leaderboard-tabs{display:flex;gap:12px;margin-bottom:24px}.tab-button{flex:1;padding:12px 16px;border:none;border-radius:12px;background:#fff;color:#0f172a;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 8px 20px #0f172a14;border:1px solid rgba(15,23,42,.08)}.tab-button.active{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 12px 30px #7c3aed59;border:none}.leaderboard-loading,.leaderboard-error,.leaderboard-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#64748b}.leaderboard-loading .loading-spinner{width:40px;height:40px;border:4px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.leaderboard-error button{margin-top:16px;padding:10px 24px;border:none;border-radius:8px;background:#6366f1;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease}.leaderboard-error button:hover{background:#4f46e5}.achievements-page{min-height:100vh;padding:20px 20px 100px;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff);color:#0f172a}.achievements-container{max-width:500px;margin:0 auto}.stats-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px}.stat-card{border-radius:16px;padding:20px 12px;text-align:center;box-shadow:0 16px 30px #0f172a1f;border:1px solid rgba(15,23,42,.08);color:#0f172a;position:relative;overflow:hidden}.stats-summary .stat-card:nth-child(1){background:linear-gradient(135deg,#eef2ff,#c7d2fe)}.stats-summary .stat-card:nth-child(2){background:linear-gradient(135deg,#ecfeff,#a5f3fc)}.stats-summary .stat-card:nth-child(3){background:linear-gradient(135deg,#fef3c7,#fdba74)}.stat-value{font-size:28px;font-weight:900;color:#1a1a1a;margin-bottom:4px}.stat-label{font-size:12px;color:#0009;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badges-section{margin-top:32px}.badges-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:20px}.badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.badge-card{border-radius:20px;padding:20px;text-align:center;border:2px solid;box-shadow:0 16px 30px #0f172a1f;position:relative;transition:transform .2s ease;background:linear-gradient(135deg,#fffffff2,#f8fafff2);color:#0f172a}.badge-card:nth-child(4n+1){background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.badge-card:nth-child(4n+2){background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.badge-card:nth-child(4n+3){background:linear-gradient(135deg,#f0fdfa,#ccfbf1)}.badge-card:nth-child(4n+4){background:linear-gradient(135deg,#fff7ed,#ffe4e6)}.badge-card:hover{transform:translateY(-4px)}.badge-earned{opacity:1}.badge-locked{filter:grayscale(.1);opacity:.65}.badge-icon-large{font-size:48px;margin-bottom:12px;text-shadow:0 6px 20px rgba(15,23,42,.2);display:flex;align-items:center;justify-content:center}.badge-icon-large img{width:48px;height:48px;object-fit:contain}.badge-name{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.badge-description{font-size:12px;color:#475569;line-height:1.4}.badge-locked-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;opacity:.5}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-around;padding:12px 8px;box-shadow:0 -8px 24px #0f172a1f;z-index:100;max-width:500px;margin:0 auto;border-top:1px solid rgba(15,23,42,.08)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border-radius:12px;cursor:pointer;transition:all .2s ease;flex:1;min-width:0;color:#94a3b8}.nav-item:hover{background:#6366f114;color:#4c1d95}.nav-item.active{background:#6366f126;color:#4c1d95}.nav-item-center{width:56px;height:56px;border-radius:50%;background:#6366f1;display:flex;align-items:center;justify-content:center;margin:-20px 8px 0;box-shadow:0 4px 12px #6366f166;flex:0 0 auto}.nav-item-center .nav-icon{font-size:28px;color:#fff}.nav-icon{font-size:24px;color:currentColor}.nav-label{font-size:10px;font-weight:600;color:inherit}.history-page{min-height:100vh;padding:20px 20px 100px;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff)}.history-container{max-width:520px;margin:0 auto}.history-list{display:flex;flex-direction:column;gap:16px}.history-card{background:#fffffff2;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:20px;box-shadow:0 25px 40px #0f172a1f}.history-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.history-delete-button{border:none;background:#f871711f;color:#b91c1c;font-weight:700;width:32px;height:32px;border-radius:12px;cursor:pointer;transition:background .2s ease,transform .2s ease;flex-shrink:0}.history-delete-button:hover{background:#f8717140;transform:scale(1.05)}.history-date{font-size:14px;color:#64748b;font-weight:600}.history-score{font-size:20px;font-weight:800;color:#0f172a}.history-category-badge{font-size:13px;color:#64748b;font-weight:600;display:inline-flex;align-items:center;gap:4px}.history-card-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:center}.history-label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.history-value{font-size:16px;font-weight:700;color:#0f172a}.history-badges{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.history-badge{padding:6px 12px;border-radius:12px;background:#6366f11a;color:#4c1d95;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.history-badge img{width:12px;height:12px;object-fit:contain;flex-shrink:0}.history-empty{margin-top:32px}.empty-card{border-radius:24px;padding:32px;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);text-align:center;color:#475569;box-shadow:0 20px 30px #0f172a14}.empty-card h3{margin-bottom:8px;color:#0f172a}.all-categories-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-top:8px}.all-categories-title{font-size:20px;font-weight:700;color:#0f172a}.category-emoji{font-size:40px;display:block}.not-subscribed-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#0a4b33 0,#020c0a 45%,#010406);padding:1.5rem;box-sizing:border-box}.not-subscribed-card{width:100%;max-width:460px;background:linear-gradient(145deg,#041e18fa,#06301efa);border-radius:24px;padding:2rem 1.75rem 1.75rem;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0a;color:#fff;position:relative;overflow:hidden}.not-subscribed-header{text-align:center;position:relative;z-index:2}.not-subscribed-logo-container{position:relative;margin-bottom:1rem;min-height:40px;display:flex;align-items:center;justify-content:center}.not-subscribed-logo{height:40px;filter:drop-shadow(0 0 8px rgba(0,0,0,.7))}.not-subscribed-logo-text{display:none;font-size:1.75rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:.05em}.not-subscribed-header h1{font-size:1.6rem;margin:0;margin-bottom:.5rem}.not-subscribed-subtitle{margin:0;font-size:.95rem;color:#d4f7e6}.not-subscribed-graphics{position:relative;height:120px;margin:1.75rem 0 1.5rem}.pitch-circle{position:absolute;border-radius:50%;border:2px solid rgba(86,246,153,.5);box-shadow:0 0 18px #56f69940}.pitch-circle-main{width:120px;height:120px;top:0;left:50%;transform:translate(-50%)}.pitch-circle-accent{width:70px;height:70px;top:26px;left:20%;border-color:#ffffff59;box-shadow:0 0 14px #ffffff2e}.pitch-badge{position:absolute;right:18%;top:38px;background:linear-gradient(135deg,#ffd900,#ff7b1c);color:#1a1200;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 10px 24px #00000073}.pitch-badge-text{white-space:nowrap}.not-subscribed-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.not-subscribed-button{border:none;border-radius:999px;padding:.75rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease,opacity .12s ease;display:flex;align-items:center;justify-content:center}.not-subscribed-button.primary{background:linear-gradient(135deg,#00a752,#00c569);color:#fff;box-shadow:0 12px 28px #00a7528c}.not-subscribed-button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px #00a752a6}.not-subscribed-button.primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.not-subscribed-button.ghost:disabled{opacity:.5;cursor:not-allowed}.not-subscribed-button.ghost{background:transparent;color:#d4f7e6;border:1px solid rgba(212,247,230,.4)}.not-subscribed-button.ghost:hover{background:#d4f7e60f}.not-subscribed-error{margin-top:.5rem;font-size:.8rem;color:#ffb4b4}.not-subscribed-footer-text{margin-top:.75rem;font-size:.75rem;color:#9fd7bc;text-align:center}.not-subscribed-loading-status{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;padding:.75rem;background:#56f69914;border-radius:12px;border:1px solid rgba(86,246,153,.2)}.loading-spinner-small{width:20px;height:20px;border:2px solid rgba(86,246,153,.3);border-top-color:#56f699;border-radius:50%;animation:spin .8s linear infinite}.loading-status-text{font-size:.9rem;color:#d4f7e6;font-weight:500}@media (min-width: 480px){.not-subscribed-card{padding:2.25rem 2.25rem 2rem}}.profile-page{min-height:100vh;padding:20px 20px 100px;background:linear-gradient(180deg,#fff,#f8faff 60%,#eef2ff)}.profile-container{max-width:520px;margin:0 auto}.page-simple-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-top:8px}.back-button-header{border:none;background:transparent;padding:6px;border-radius:999px;cursor:pointer;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;color:#0f172a}.back-button-header:hover{background:#6366f11a;transform:translate(-2px)}.back-button-header svg{width:20px;height:20px;color:currentColor;stroke:currentColor}.page-simple-title{font-size:20px;font-weight:700;color:#0f172a}.profile-loading{text-align:center;padding:60px 20px;color:#64748b}.profile-content{display:flex;flex-direction:column;gap:20px}.profile-info-card{background:#fffffff2;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:20px;box-shadow:0 25px 40px #0f172a1f}.profile-msisdn{display:flex;align-items:center;gap:12px}.profile-label{font-size:.875rem;color:#64748b;font-weight:600}.profile-value{font-size:1rem;color:#0f172a;font-weight:600;font-family:monospace}.profile-form{background:#fffffff2;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:24px;box-shadow:0 25px 40px #0f172a1f;display:flex;flex-direction:column;gap:1.25rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field label{font-size:.875rem;font-weight:600;color:#0f172a}.profile-field input{width:100%;padding:.75rem 1rem;border:2px solid rgba(15,23,42,.1);border-radius:12px;font-size:1rem;color:#0f172a;background:#ffffffe6;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.profile-field input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.profile-field input:disabled{opacity:.6;cursor:not-allowed}.profile-field input.input-error{border-color:#dc2626}.profile-field input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.username-error-text{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.5rem}.username-checking{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;margin-top:.25rem}.checking-spinner{width:14px;height:14px;border:2px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-error{padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#dc2626;font-size:.875rem;text-align:center}.profile-success{padding:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#16a34a;font-size:.875rem;text-align:center}.profile-save-button{width:100%;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.profile-save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #6366f166}.profile-save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:90}.sidebar-overlay.open{opacity:1;pointer-events:auto}.app-sidebar{position:fixed;left:-320px;top:0;bottom:0;width:280px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:10px 0 40px #0f172a26;padding:32px 24px;display:flex;flex-direction:column;gap:24px;transition:left .3s ease;z-index:100}.app-sidebar.open{left:0}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.sidebar-title{font-size:18px;font-weight:800;color:#0f172a}.sidebar-close{border:none;background:#0f172a14;border-radius:50%;width:36px;height:36px;font-size:18px;cursor:pointer;color:#0f172a}.sidebar-links{display:flex;flex-direction:column;gap:12px}.sidebar-link{border:none;background:#0f172a0d;color:#475569;font-size:16px;font-weight:600;padding:14px 16px;border-radius:16px;text-align:left;cursor:pointer;transition:all .2s ease}.sidebar-link.active{background:#6366f126;box-shadow:inset 0 0 0 1px #6366f14d}.sidebar-link:hover{transform:translate(4px);background:#6366f11a}.sidebar-trigger{border:none;background:#0f172a14;width:48px;height:48px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;box-shadow:0 6px 14px #0f172a26}.sidebar-trigger span{display:block;width:18px;height:2px;border-radius:2px;background:#0f172a}.sidebar-divider{height:1px;background:#0f172a1a;margin:16px 0}.sidebar-link-logout{color:#dc2626;background:#dc262614}.sidebar-link-logout:hover{background:#dc262626;transform:translate(4px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh}button,input,textarea{font-family:inherit}@media (max-width: 480px){body{font-size:14px}}html{scroll-behavior:smooth}button{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}input,textarea,select{font-size:16px}
