@tailwind base;@tailwind components;@tailwind utilities;:root{--background:210 11% 98%;--foreground:217 33% 17%;--muted:220 13% 91%;--muted-foreground:215 16% 47%;--popover:0 0% 100%;--popover-foreground:217 33% 17%;--card:0 0% 100%;--card-foreground:217 33% 17%;--border:220 13% 91%;--input:220 13% 91%;--primary:221 83% 53%;--primary-foreground:210 40% 98%;--secondary:220 14% 96%;--secondary-foreground:215 25% 27%;--accent:220 14% 96%;--accent-foreground:215 25% 27%;--destructive:0 84% 60%;--destructive-foreground:210 40% 98%;--ring:221 83% 53%;--radius:0.5rem;--game-blue:219 91% 33%;--game-blue-light:221 83% 53%;--game-orange:20 91% 48%;--game-orange-dark:16 84% 47%;--game-yellow:45 93% 47%;--game-green:142 71% 45%;--game-purple:248 53% 58%;--game-red:0 84% 60%}.dark{--background:224 71% 4%;--foreground:213 31% 91%;--muted:223 47% 11%;--muted-foreground:215 20% 65%;--popover:224 71% 4%;--popover-foreground:213 31% 91%;--card:224 71% 4%;--card-foreground:213 31% 91%;--border:223 47% 11%;--input:223 47% 11%;--primary:221 83% 53%;--primary-foreground:210 40% 98%;--secondary:223 47% 11%;--secondary-foreground:213 31% 91%;--accent:223 47% 11%;--accent-foreground:213 31% 91%;--destructive:0 63% 31%;--destructive-foreground:213 31% 91%;--ring:221 83% 53%}@layer base{*,body{@apply font-sans antialiased bg-background text-foreground}}.game-background{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);background:var(--theme-menu-background,linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#60a5fa 100%));min-height:100vh}.game-background,.game-button{overflow:hidden;position:relative}.game-button{border:none;border-radius:25px;box-shadow:0 4px 15px #0003;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.game-button:focus,.game-button:hover{box-shadow:0 6px 20px #0000004d;outline:none;transform:translateY(-2px)}.game-button:focus{box-shadow:0 6px 20px #0000004d,0 0 0 3px #ffd70080}.game-button-primary{background:linear-gradient(145deg,#ef4444,#dc2626);color:#fff;font-size:20px;padding:16px 32px}.game-button-primary:focus,.game-button-primary:hover{background:linear-gradient(145deg,#dc2626,#b91c1c)}.game-button-secondary{background:linear-gradient(145deg,#f59e0b,#d97706);color:#fff}.game-button-secondary:focus,.game-button-secondary:hover{background:linear-gradient(145deg,#d97706,#b45309)}.game-button-green{background:linear-gradient(145deg,#10b981,#059669);color:#fff}.game-button-green:focus,.game-button-green:hover{background:linear-gradient(145deg,#059669,#047857)}.game-button-purple{background:linear-gradient(145deg,#8b5cf6,#7c3aed);color:#fff}.game-button-purple:focus,.game-button-purple:hover{background:linear-gradient(145deg,#7c3aed,#6d28d9)}.game-button-orange{background:linear-gradient(145deg,#ff6b35,#ff8e53);color:#fff}.game-button-orange:focus,.game-button-orange:hover{background:linear-gradient(145deg,#ff8e53,#ff6b35)}.game-button-blue{background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff}.game-button-blue:focus,.game-button-blue:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8)}.game-button-default{background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff}.game-button-default:focus,.game-button-default:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8)}.game-button-glowing{animation:glow 2s ease-in-out infinite alternate}.game-button-fullwidth{width:100%}.menu-panel{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:20px}.menu-panel,.menu-panel-enhanced{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.menu-panel-enhanced{background:#ffffff26;background-image:linear-gradient(135deg,#fff3,#0000 50%,#0000001a);border:8px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #0000004d,inset 0 2px 4px #fff3,inset 0 -2px 4px #0000001a;margin:0 auto;max-width:300px;padding:24px;position:relative;width:calc(100% + 40px)}.floating-letters{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.floating-letter{align-items:center;animation:float 6s ease-in-out infinite;background:linear-gradient(145deg,#fbbf24,#f59e0b);border-radius:8px;box-shadow:0 4px 8px #0003;color:#1f2937;display:flex;font-family:Inter,sans-serif;font-weight:700;height:40px;justify-content:center;position:absolute;width:40px}.floating-letter:nth-child(2n){background:linear-gradient(145deg,#34d399,#10b981)}.floating-letter:nth-child(3n){background:linear-gradient(145deg,#f87171,#ef4444);color:#fff}.floating-letter:nth-child(4n){background:linear-gradient(145deg,#a78bfa,#8b5cf6);color:#fff}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(10px) rotate(-3deg)}}.animate-bounce-gentle{animation:bounce-gentle 3s ease-in-out infinite}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.sparkle{background:radial-gradient(circle,#fff 0,gold 50%,#fff8dc 100%)}.animate-sparkle,.sparkle{animation:sparkle 3s ease-in-out infinite}.animate-float{animation:float 6s ease-in-out infinite}.floating-element{animation:float 8s ease-in-out infinite}.animate-mascot-idle{animation:mascot-idle 4s ease-in-out infinite}@keyframes mascot-idle{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-5px) rotate(1deg)}75%{transform:translateY(5px) rotate(-1deg)}}@media (max-width:768px){.game-button{font-size:14px;padding:10px 20px}.game-button-primary{font-size:18px;padding:14px 28px}.floating-letter{font-size:14px;height:30px;width:30px}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-bounce{animation:bounce 1s infinite}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{bottom:0;left:0;right:0;top:0}.top-6{top:1.5rem}.top-8{top:2rem}.top-12{top:3rem}.top-16{top:4rem}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-32{top:8rem}.top-36{top:9rem}.top-40{top:10rem}.top-44{top:11rem}.top-48{top:12rem}.top-52{top:13rem}.top-60{top:15rem}.top-64{top:16rem}.top-72{top:18rem}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-1\/5{top:20%}.bottom-8{bottom:2rem}.bottom-12{bottom:3rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-28{bottom:7rem}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-40{bottom:10rem}.bottom-44{bottom:11rem}.bottom-48{bottom:12rem}.bottom-52{bottom:13rem}.bottom-64{bottom:16rem}.bottom-72{bottom:18rem}.bottom-1\/3{bottom:33.333333%}.bottom-1\/4{bottom:25%}.bottom-1\/5{bottom:20%}.left-12{left:3rem}.left-16{left:4rem}.left-20{left:5rem}.left-24{left:6rem}.left-28{left:7rem}.left-32{left:8rem}.left-40{left:10rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-1\/5{left:20%}.left-1\/6{left:16.666667%}.right-4{right:1rem}.right-12{right:3rem}.right-16{right:4rem}.right-20{right:5rem}.right-24{right:6rem}.right-28{right:7rem}.right-32{right:8rem}.right-36{right:9rem}.right-40{right:10rem}.right-1\/2{right:50%}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-1\/5{right:20%}.right-1\/6{right:16.666667%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-y-1\/2{--tw-translate-y:-50%}.z-10{z-index:10}.z-20{z-index:20}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-80{width:20rem}.w-full{width:100%}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.m-10{margin:10px}.m-20{margin:20px}.m-30{margin:30px}.p-10{padding:10px}.p-20{padding:20px}.p-30{padding:30px}.pt-30{padding-top:30px}.mb-5{margin-bottom:10px}.space-y-3>*+*{margin-top:.75rem}.flex{display:flex}.justify-center{justify-content:center}.items-center{align-items:center}.text-center{text-align:center}.hidden{display:none}.pointer-events-none{pointer-events:none}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-orange-400{--tw-gradient-from:#fb923c;--tw-gradient-to:#fb923c00;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-orange-600{--tw-gradient-to:#ea580c}.bg-yellow-400{background-color:#facc15}.bg-pink-400{background-color:#f472b6}.bg-blue-400{background-color:#60a5fa}.text-red-400{color:#f87171}.text-purple-400{color:#c084fc}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.w-20{width:5rem}.w-32{width:8rem}.w-40{width:10rem}.h-20{height:5rem}.h-32{height:8rem}.h-40{height:10rem}.-top-2{top:-.5rem}.-right-2{right:-.5rem}.-bottom-2{bottom:-.5rem}.-left-2{left:-.5rem}.-left-4{left:-1rem}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.drop-shadow-2xl{filter:drop-shadow(0 25px 25px rgb(0 0 0/.15))}@media (min-width:768px){.md\:block{display:block}}menu-footer-links{margin-top:10px;text-align:center}.icon-section{background:linear-gradient(90deg,#fff0,hsla(0,0%,100%,.315) 50%,#fff0);margin:20px auto;max-width:500px;padding:5px}.icon-button,.icon-section{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:center}.icon-button{border-radius:10px;box-shadow:0 4px 8px #0000004d,0 2px 4px #0003;color:#fff;cursor:pointer;display:flex;height:40px;margin:5px 5px 0;padding:0;transition:all .2s ease;width:40px;z-index:21}.icon-button,button.icon-button{background:#ffffff1a;border:1px solid #fff3}button.icon-button{font-family:inherit;font-size:inherit;outline:none}button.icon-button:focus{outline:2px solid #fbbf24;outline-offset:2px}.icon-button:hover{background:#ffffff26;box-shadow:0 6px 12px #0006,0 3px 6px #0000004d;color:#fbbf24;transform:translateY(-2px)}.icon-button:active{box-shadow:0 2px 4px #0003,0 1px 2px #0000001a;transform:translateY(1px)}.icon-button.disabled{cursor:not-allowed;filter:grayscale(1);opacity:.5}.icon-button.disabled:hover{background:#ffffff1a;box-shadow:0 4px 8px #0000004d,0 2px 4px #0003;color:#fff;transform:none}.icon-button-glowing{animation:iconShimmer 2s ease-in-out infinite;color:#fbbf24;position:relative}.icon-button-glowing img{animation:imageShimmer 2s ease-in-out infinite;filter:brightness(1) contrast(1) saturate(1.1)}.stats-bar-above{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#1f448700,#1f4487 15%,#1f4487 85%,#1f448700);border:0 solid #ffffff1a;border-radius:12px;margin:0 auto 15px;max-width:400px;padding:2px 10px;position:relative;width:100%;z-index:20}.stats-content{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;gap:8px;justify-content:center;text-shadow:0 1px 2px #00000080}.stats-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));height:24px;width:24px}.stats-text{color:#ffef92;font-weight:700}.gold-bar-below{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#1f448700,#1f4487 15%,#1f4487 85%,#1f448700);border:0 solid #ffffff1a;border-radius:12px;justify-content:space-between;margin:15px auto 0;max-width:400px;padding:2px 20px;position:relative;width:100%;z-index:20}.gold-bar-below,.gold-content{align-items:center;display:flex}.gold-content{color:#fff;font-size:18px;font-weight:600;gap:8px;justify-content:center;text-shadow:0 1px 2px #00000080;width:85%}.gold-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));height:24px;width:24px}.gold-text{color:#ffef92;font-weight:700}.treasure-chest{pointer-events:none;position:absolute;right:-20px;top:-80px;z-index:25}.treasure-chest-image{animation:treasureFloat 3s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));height:140px;width:144px}@keyframes treasureFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(1deg)}}.daily-gift-box{left:-30px;position:absolute;top:220px;z-index:1001}.daily-gift-button{background:none;border:none!important;box-shadow:none!important;cursor:pointer;margin:0;outline:none!important;padding:0;position:relative;transition:transform .2s ease}.daily-gift-button:hover{transform:scale(1.1)}.daily-gift-image{animation:giftBoxFloat 2.5s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5));height:157px;width:120px}@keyframes giftBoxFloat{0%,to{transform:translateY(0) rotate(0deg) scale(1)}25%{transform:translateY(-8px) rotate(-2deg) scale(1.05)}50%{transform:translateY(-12px) rotate(0deg) scale(1.1)}75%{transform:translateY(-8px) rotate(2deg) scale(1.05)}}.daily-gift-click-text{animation:clickTextPulse 1.5s ease-in-out infinite;background:#ffffff1a;border:0 solid #f44;border-radius:15px;box-shadow:0 3px 8px #0006;color:#fff;font-size:16px;font-weight:700;left:50%;padding:6px 12px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:29}@keyframes clickTextPulse{0%,to{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}@media (max-width:768px){.daily-gift-box{top:180px}}@media (max-height:700px){.daily-gift-box{top:160px}}@media (max-height:600px){.daily-gift-box{top:140px}}.login-link-button{background:none;border:none;color:#ffef92;cursor:pointer;font-size:inherit;font-weight:inherit;margin:0;padding:0;text-decoration:underline;transition:color .2s ease}.login-link-button:hover{color:#fff;text-decoration:none}@keyframes iconShimmer{0%,to{box-shadow:0 4px 8px #0000004d,0 2px 4px #0003,0 0 15px #fbbf2499,0 0 30px #fbbf244d;transform:scale(1)}50%{box-shadow:0 6px 12px #0006,0 3px 6px #0000004d,0 0 25px #fbbf24e6,0 0 50px #fbbf2480;transform:scale(1.1)}}@keyframes imageShimmer{0%,to{filter:brightness(1) contrast(1) saturate(1.1)}50%{filter:brightness(1.15) contrast(1.1) saturate(1.3)}}.gap-10px{gap:10px}.App{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);display:flex;flex-direction:column;height:100%;left:0;max-height:100vh;min-height:100vh;overflow:hidden;position:relative;text-align:center;top:0;width:100%}*{box-sizing:border-box}.game-container{-webkit-overflow-scrolling:touch;align-items:center;display:flex;flex:1 1;flex-direction:column;gap:16px;height:100%;margin:0 auto;max-width:1200px;overflow-y:auto;padding:16px 16px 120px;position:relative;width:100%}@media (max-width:600px){.game-container{gap:12px;padding:8px 8px 100px}.game-over-buttons{gap:8px}.game-over-buttons button{font-size:14px;min-width:80px;padding:6px 12px}.game-over-screen{padding:10px}}.loading-puzzle{margin-top:20px;text-align:center}.loading-puzzle h2{color:#333;font-size:1.5em}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.game-screen{flex:1 1;gap:5px}.score{color:#4caf50;font-size:1.5rem;font-weight:700}.daily-difficulty-selection{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:20px}.daily-difficulty-selection h2{color:#333;font-size:1.5em}.daily-difficulty-selection button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px}.daily-difficulty-selection button:hover{background-color:#0056b3}.words-counter{color:#333;font-size:1.2em;margin:10px 0}.menu-screen{align-items:center;background:#fff;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:5px;justify-content:center;margin:0 auto;padding:2rem 2rem 80px}.menu-title{color:#2c3e50;font-size:2.5rem;margin-bottom:30px}.menu-buttons{gap:10px}.menu-button{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;padding:12px 24px;transition:background-color .3s ease}.menu-button:hover{background-color:#45a049}.menu-button:disabled{background-color:#ccc;cursor:not-allowed}.menu-screen h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.menu-buttons button{background-color:#4caf50;border:none;border-radius:4px;box-shadow:0 0 5px #333 #0000001a;color:#fff;cursor:pointer;font-size:1.2rem;padding:.8rem 1.5rem;transition:all .2s ease;width:100%}.menu-buttons button:hover{background-color:#45a049;transform:translateY(-1px)}.menu-buttons button.primary-button{background-color:#2196f3;font-size:1.2rem;padding:1rem 2rem}.menu-buttons button.primary-button:hover{background-color:#1976d2}.menu-buttons button.secondary-button{background-color:#868f01;font-size:1.2rem;padding:1rem 2rem}.menu-buttons button.secondary-button:hover{background-color:#626901}.user-info{color:#fff;margin-top:20px;text-align:center}.user-email{color:#fff;font-weight:500}.guest-badge{color:#666;font-style:italic;margin-top:5px}.guest-badge,.user-info span{display:block;font-size:.9rem}.user-info span{color:#ccc;margin-top:.5rem}@media (max-width:768px){.App{padding:10px}.menu-title{font-size:2rem}.menu-button{font-size:1rem;padding:10px 20px}.menu-screen{padding-bottom:70px}}.menu-buttons .menu-button,.menu-buttons button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.2rem;min-width:150px;text-align:center;text-decoration:none;transition:all .2s ease}.settings-screen{display:flex;flex-direction:column;min-height:100vh;padding:0}.settings-content{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;flex:1 1;margin:0 auto;max-width:800px;overflow-y:auto;padding:2rem;width:90%}.settings-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.settings-header h1{font-size:2em;margin:0;text-align:center}.settings-content p{color:#555;font-size:1.1em;margin-bottom:20px}.settings-buttons{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:20px;position:sticky;z-index:10}.settings-buttons button{background-color:#4caf50;border:none;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 1 auto;font-size:16px;min-width:100px;padding:8px 16px;transition:all .2s ease}.settings-buttons button:hover{background-color:#45a049;transform:translateY(-1px)}@media (max-width:600px){.settings-content{padding:1rem}.settings-buttons{gap:8px;padding:15px}.settings-buttons button{font-size:14px;min-width:80px;padding:6px 12px}.settings-header h1{font-size:1.5em}}.game-over-screen,.game-over-screen-daily-puzzle{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0000004d;border:2px solid #ffd7004d;border-radius:16px;box-shadow:0 8px 32px #0000004d;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:800px;padding:32px;width:100%}.game-over-screen-daily-puzzle{height:100vh}.game-over-screen h1,.game-over-screen-daily-puzzle h1{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 4px #00000080}.game-over-screen-daily-puzzle>*,.game-over-screen>*{overflow-x:hidden}.final-score{color:gold;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center;text-shadow:0 2px 4px #00000080}.game-over-buttons{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000e6;border-top:2px solid #ffd7004d;bottom:0;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px;max-width:600px;padding:24px;position:fixed;width:100%;z-index:1000}.game-over-screen button,.top-game-over-buttons button{background:linear-gradient(135deg,#ff6b35,#ff8e53);border:1px solid #fff3;border-radius:8px;box-shadow:0 4px 12px #ff6b354d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin:0;outline:none;padding:12px 24px;text-shadow:0 2px 4px #0000004d;transition:all .2s ease}.game-over-screen button:hover,.top-game-over-buttons button:hover{background:linear-gradient(135deg,#ff5722,#ff7043);box-shadow:0 6px 16px #ff6b3566;transform:translateY(-2px)}.top-game-over-buttons{background:#0000!important;border:none!important;box-shadow:none!important;gap:16px;margin:16px 0;padding:0!important}.final-stats{display:flex;flex-direction:column;gap:8px;margin:16px 0;text-align:center}.final-stats p{color:gold;font-size:1.2rem;font-weight:700;margin:4px 0;text-shadow:0 2px 4px #00000080}.levels-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffd7004d;border-radius:12px;box-shadow:0 4px 12px #0003;margin-top:24px;padding:20px;width:100%}.levels-section h2{color:gold;font-size:1.5rem;font-weight:700;margin-bottom:16px;text-align:center;text-shadow:0 2px 4px #00000080}.levels-table{background:#ffffff0d;border:1px solid #ffd70033;border-radius:8px;overflow:hidden}.levels-table td,.levels-table th{border-bottom:1px solid #ffd7001a;color:#fff;padding:12px 16px;text-shadow:0 1px 2px #00000080}.levels-table th{background:#ffd70026;color:gold;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 4px #000000b3;text-transform:uppercase}.levels-table td{font-size:.9rem}.levels-table tr:hover{background:#ffffff14}.levels-table tr:last-child td{border-bottom:none}.game-over-screen .dictionary-monitor,.game-over-screen .firebase-debugger,.game-over-screen .performance-monitor,.game-over-screen .score-save-status,.game-over-screen .virtual-scroll-monitor{display:none!important}.dictionary-monitor,.firebase-debugger,.performance-monitor,.score-save-status,.virtual-scroll-monitor{background:#000000e6;border:1px solid #333;border-radius:6px;bottom:10px;box-shadow:0 4px 12px #0000004d;color:#fff;font-size:12px;max-width:250px;padding:10px;pointer-events:auto;position:fixed;right:10px;z-index:1000}.performance-monitor{bottom:10px;right:10px}.dictionary-monitor{bottom:10px;right:270px}.virtual-scroll-monitor{bottom:10px;right:530px}.score-save-status{bottom:60px;right:10px}.firebase-debugger{bottom:110px;right:10px}.levels-table .highlighted-row{background:linear-gradient(135deg,#ff6b354d,#ff8e534d)!important;border:1px solid #ff6b3580}.levels-table .highlighted-row td{color:#ff6b35;font-weight:700;text-shadow:0 2px 4px #000000b3}.game-over-buttons button{background-color:#4caf50;border:none;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 1 auto;font-size:16px;min-width:100px;padding:8px 16px;transition:all .2s ease}.game-over-buttons button:hover{background-color:#45a049;transform:translateY(-1px)}.top-game-over-buttons{background:#fff;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:.5rem;max-width:600px}.top-game-over-buttons button{background-color:#4caf50;border:none;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 1 auto;font-size:16px;min-width:100px;padding:8px 16px;transition:all .2s ease}.top-game-over-buttons button:hover{background-color:#45a049;transform:translateY(-1px)}.game-over-screen .final-stats{font-size:1.2em;text-align:center}.bonus-word{background-color:#fff;font-size:24px;margin-left:2px;margin-right:2px;margin-top:2px}.bonus-word-text{color:#10b981;flex:1 0 100%;font-weight:700;letter-spacing:1px}.bonus-word-title{color:#556b2f;font-size:18px;font-weight:700}.video-modal{aspect-ratio:9/16;margin:20px auto;max-height:90vh;max-width:90vw;overflow:auto;width:auto}.video-modal video{border-radius:3px;display:block;height:auto;margin-top:3px;width:100%}.shimmer{animation:shimmer .5s linear}.levels-section{margin-bottom:70px;margin-top:20px}.highlighted-level{color:#007bff;font-weight:700}.level-info{margin-top:20px}.highlighted-row{background-color:#e0f7fa;color:#007bff;font-weight:700}.game-header.level-active{background-color:#00000080;color:#fff;z-index:10}.level-display{align-items:center;background-color:#000000b3;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:20px;top:50%;width:100%}.level-message{color:#ff8c00;font-size:1.2em;margin-bottom:2px}.level-name{color:gold;font-size:1em;font-weight:700;margin-top:-10px}.levels-table-container{margin-top:20px}.levels-table .level-name{-webkit-text-fill-color:#4a90e2!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:#4a90e2!important;font-style:italic;font-weight:700!important}.game-header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.game-header-buttons{display:flex;gap:10px}.frenzle-logo{display:block;margin-bottom:10px;max-height:150px}.menu-buttons{display:flex;flex-direction:column;gap:15px;max-width:400px;width:100%}.footer-links{gap:10px;margin-top:20px;text-align:center}.footer-links button{background:none;border:1px solid #007bff;border-radius:5px;color:#007bff;cursor:pointer;margin:0 10px;padding:8px 16px}.footer-links button:hover{background-color:#007bff;color:#fff}.footer-links a,.footer-links p{color:#666;margin:0 10px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-links a:not(:last-child):after{color:#666;content:"|";margin-left:10px}.footer-links p:last-child:after{content:none}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-value{color:#1e293b;font-size:2rem;margin-bottom:8px}.stat-label{color:#64748b;font-size:.875rem;letter-spacing:.05em}.firebase-debug-panel{background:#222;border-radius:8px;bottom:20px;box-shadow:0 4px 15px #0003;color:#fff;font-family:monospace;font-size:14px;max-width:400px;position:fixed;right:20px;transition:all .3s ease;width:90%;z-index:9999}.firebase-debug-panel.closed{max-height:40px;overflow:hidden}.firebase-debug-panel.open{max-height:80vh;overflow-y:auto}.debug-header{align-items:center;background:#333;border-radius:8px 8px 0 0;cursor:pointer;display:flex;justify-content:space-between;padding:8px 15px}.debug-header h3{font-size:16px;margin:0}.debug-content{padding:15px}.auth-status,.firestore-status{margin-bottom:15px}.auth-status h4,.firestore-status h4{border-bottom:1px solid #444;color:#ddd;font-size:15px;margin:0 0 10px;padding-bottom:5px}.user-info{background:#333;border-radius:4px;margin-top:5px;padding:8px}.user-info p{font-size:13px;margin:5px 0;word-break:break-all}.test-button{background-color:#6c5ce7;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:10px;padding:8px 12px;transition:background-color .2s}.score-test-button{background-color:#e17055;margin-left:8px}.score-test-button:hover{background-color:#d63031}.test-button:hover{background-color:#5649c0}.test-button:disabled{background-color:#666;cursor:not-allowed}.test-results{margin-top:10px}.result-item{border-radius:4px;margin-bottom:5px;padding:8px}.result-item.success{background-color:#4caf5033;color:#81c784}.result-item.error{background-color:#f4433633;color:#e57373}.details-list{background:#333;border-radius:4px;list-style-type:none;margin:0;padding:10px}.details-list li{font-size:13px;line-height:1.4;margin-bottom:5px}.success-detail{color:#4caf50}.error-detail{color:#f44336}.help-box{background:#333;border-left:3px solid #6c5ce7;border-radius:4px;margin-top:15px;padding:12px}.help-box p{font-size:13px;margin:5px 0}.help-box ol{font-size:13px;margin:10px 0 10px 20px;padding:0}.help-box li{margin-bottom:5px}.help-box pre{background:#222;border:1px solid #444;border-radius:4px;color:#f0f0f0;font-size:12px;margin:10px 0;overflow-x:auto;padding:10px}.daily-reward-overlay{align-items:center;animation:overlayFadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes overlayFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1}}.daily-reward-popup{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);border:3px solid #ffffff40;border-radius:24px;box-shadow:0 25px 50px #0006,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6,0 0 100px #667eea4d;max-width:480px;overflow:hidden;padding:35px;position:relative;text-align:center;transform-origin:center;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.close-button-x{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;padding:8px;position:absolute;right:15px;top:15px;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:36px;z-index:2}.close-button-x:hover{background-color:#ffffff40;border-color:#ffffff80;box-shadow:0 4px 15px #fff3;transform:scale(1.15) rotate(90deg)}.daily-reward-popup:before{animation:sparkle 4s linear infinite;background:radial-gradient(circle at 20% 30%,#ffd70026 2px,#0000 0),radial-gradient(circle at 80% 70%,#ffffff1a 1px,#0000 0),radial-gradient(circle at 40% 80%,#ffb6c11a 1.5px,#0000 0);background-size:30px 30px,20px 20px,25px 25px;content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.daily-reward-popup:after{animation:sparkle 6s linear infinite reverse;background:radial-gradient(circle at 60% 20%,#ffd70014 3px,#0000 0),radial-gradient(circle at 30% 60%,#ffffff0f 2px,#0000 0);background-size:40px 40px,35px 35px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes sparkle{0%{opacity:.4;transform:rotate(0deg) scale(1)}25%{opacity:.7}50%{opacity:.8;transform:rotate(180deg) scale(1.1)}75%{opacity:.6}to{opacity:.4;transform:rotate(1turn) scale(1)}}.daily-reward-popup h2{-webkit-text-fill-color:#0000;animation:titleGlow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,gold,#ffed4e 50%,#fff);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800;letter-spacing:1px;margin-bottom:25px;position:relative;text-shadow:0 4px 8px #0000004d;z-index:1}@keyframes titleGlow{0%{filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}to{filter:drop-shadow(0 0 15px rgba(255,215,0,.8))}}.daily-reward-popup p{color:#fffffff2;font-size:18px;font-weight:500;line-height:1.4;margin-bottom:25px;position:relative;text-shadow:0 2px 4px #0006;z-index:1}.prize-boxes{display:flex;gap:15px;justify-content:space-around;margin-bottom:30px;padding:0 10px}.prize-box.disabled{cursor:not-allowed;filter:grayscale(.6);opacity:.4}.prize-box.disabled:hover{box-shadow:0 8px 16px #0003,inset 0 1px 0 #fff3;transform:none}.prize-box{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff40,#ffffff1a),linear-gradient(45deg,#ffd7001a,#ffb6c11a);border:3px solid #ffffff4d;border-radius:20px;box-shadow:0 10px 20px #00000040,inset 0 2px 0 #fff6,0 0 30px #ffd7001a;color:#fff;cursor:pointer;display:flex;font-size:24px;height:100px;justify-content:center;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:100px;z-index:1}.prize-box:hover:not(.disabled){background:linear-gradient(135deg,#ffffff59,#fff3),linear-gradient(45deg,#ffd70033,#ffb6c133);border-color:#ffd70099;box-shadow:0 20px 40px #0006,inset 0 2px 0 #fff9,0 0 50px #ffd7004d,0 0 100px #ffd7001a;transform:translateY(-8px) scale(1.08) rotate(2deg)}.prize-box:hover:not(.disabled):before{animation:shimmer .6s ease-out;background:linear-gradient(45deg,#0000 30%,#ffffff4d 50%,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.box-1,.box-2,.box-3{height:100px;width:100px}.hidden{display:none!important}.box-image{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:80%;object-fit:contain;transition:all .3s ease;width:80%}.prize-box:hover:not(.disabled) .box-image{filter:drop-shadow(0 6px 12px rgba(0,0,0,.4));transform:scale(1.1) rotate(-5deg)}.prize-box.red{background:linear-gradient(135deg,#e74c3c,#c0392b)}.prize-box.green{background:linear-gradient(135deg,#2ecc71,#27ae60)}.prize-box.blue{background:linear-gradient(135deg,#3498db,#2980b9)}.prize-box.selected{animation:selectedPulse .6s ease forwards;background:linear-gradient(135deg,#ffd70066,#ffffff4d),linear-gradient(45deg,#ffd70033,#ffb6c133);border:4px solid gold;box-shadow:0 0 30px #ffd70099,0 0 60px #ffd7004d,inset 0 2px 0 #fff9;transform:scale(1.15) rotate(0deg)}.prize-reveal{align-items:center;animation:prizeRevealGlow 1s ease-in-out infinite alternate;background:linear-gradient(135deg,#ffd7004d,#fff3);border-radius:15px;color:#fff;display:flex;flex-direction:column;font-size:16px;font-weight:700;height:100%;justify-content:center;overflow:hidden;position:relative;text-shadow:0 2px 4px #00000080;width:100%}.prize-reveal:before{animation:revealShimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes prizeRevealGlow{0%{box-shadow:inset 0 0 20px #ffd7004d}to{box-shadow:inset 0 0 30px #ffd70099}}@keyframes revealShimmer{0%{left:-100%}to{left:100%}}.reward-message{animation:messageSlideIn .5s ease-out;position:relative;z-index:1}.reward-message p{color:#fff;font-size:20px;font-weight:600;margin-bottom:15px;text-shadow:0 2px 4px #0006}.reward-message p:first-child{-webkit-text-fill-color:#0000;animation:celebrationPulse 1s ease-in-out infinite alternate;background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}@keyframes celebrationPulse{0%{filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}to{filter:drop-shadow(0 0 15px rgba(255,215,0,.8))}}@keyframes selectedPulse{0%{opacity:1;transform:scale(1)}30%{opacity:.8;transform:scale(1.2)}60%{opacity:.9;transform:scale(1.1)}to{opacity:1;transform:scale(1.15)}}.premium-bonus-notice{margin:15px 0 25px;position:relative;text-align:center;z-index:1}.premium-bonus-notice .premium-badge{animation:premiumGlow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,gold,#ffed4e 50%,gold);border:2px solid #ffd70099;border-radius:25px;box-shadow:0 6px 20px #ffd70066,inset 0 1px 0 #ffffff4d;color:#1e3a8a;display:inline-block;font-size:15px;font-weight:800;letter-spacing:.5px;overflow:hidden;padding:12px 20px;position:relative}.premium-bonus-notice .premium-badge:before{animation:premiumShimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes premiumGlow{0%{box-shadow:0 6px 20px #ffd70066,inset 0 1px 0 #ffffff4d;transform:scale(1)}to{box-shadow:0 8px 25px #ffd70099,inset 0 1px 0 #fff6;transform:scale(1.02)}}@keyframes premiumShimmer{0%{left:-100%}50%{left:-100%}to{left:100%}}.close-reward-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff3,#ffffff1a);border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.close-reward-button:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);border-color:#ffffff80;box-shadow:0 8px 20px #0000004d;transform:translateY(-2px) scale(1.05)}.close-reward-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.close-reward-button:hover:before{left:100%}.already-claimed-message,.loading-message,.login-message{animation:messageSlideIn .5s ease-out;position:relative;z-index:1}.already-claimed-message h2,.loading-message h2,.login-message h2{-webkit-text-fill-color:#0000;animation:titleGlow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,gold,#ffed4e 50%,#fff);-webkit-background-clip:text;background-clip:text;font-size:30px;font-weight:800;letter-spacing:1px;margin-bottom:20px}.already-claimed-message p,.loading-message p,.login-message p{color:#ffffffe6;font-size:18px;font-weight:500;margin-bottom:25px;text-shadow:0 2px 4px #0006}.loading-message:after{animation:loadingSpinner 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:gold;content:"";display:block;height:40px;margin:20px auto;width:40px}@keyframes loadingSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.already-claimed-message p{-webkit-text-fill-color:#0000;animation:countdownPulse 1s ease-in-out infinite alternate;background:linear-gradient(135deg,#ff6b6b,orange);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:600}@keyframes countdownPulse{0%{filter:drop-shadow(0 0 5px rgba(255,107,107,.5))}to{filter:drop-shadow(0 0 10px rgba(255,107,107,.8))}}@media (max-width:480px){.daily-reward-popup{margin:20px;max-width:calc(100vw - 40px);padding:25px}.daily-reward-popup h2{font-size:26px}.prize-boxes{gap:10px;padding:0 5px}.prize-box{height:85px;width:85px}.close-button-x{height:32px;right:10px;top:10px;width:32px}}.score-gain-popup{align-items:center!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0!important;display:flex!important;justify-content:center!important;left:0!important;position:fixed!important;right:0!important;top:0!important;transform:none!important;z-index:2000}.score-gain-content{animation:fadeInBounce .5s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#f093fb,#f5576c);border:3px solid gold;border-radius:20px;box-shadow:0 20px 40px #0000004d,0 0 0 1px #fff3,inset 0 1px 0 #ffffff4d;max-width:400px;overflow:hidden;padding:30px;position:relative;text-align:center;width:90%}.score-gain-content:before{animation:goldenGlow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,gold,#ffed4e,gold,#ffed4e);border-radius:20px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes goldenGlow{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.02)}}.coin-icon{animation:coinBounce 1s ease-in-out infinite alternate;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:auto;margin-bottom:15px;width:80px}@keyframes coinBounce{0%{transform:translateY(0) rotate(0deg)}to{transform:translateY(-10px) rotate(5deg)}}.score-gain-content p{color:#fff;font-size:1.3rem;font-weight:700;margin:8px 0;position:relative;text-shadow:2px 2px 4px #00000080;z-index:1}.score-gain-content p:last-child{animation:scoreGlow 1s ease-in-out infinite alternate;color:gold;font-size:1.4rem;text-shadow:2px 2px 4px #000000b3}@keyframes scoreGlow{0%{text-shadow:2px 2px 4px #000000b3,0 0 10px #ffd70080}to{text-shadow:2px 2px 4px #000000b3,0 0 20px #ffd700cc}}@keyframes fadeInBounce{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (max-width:600px){.score-gain-popup{bottom:0!important;height:100vh!important;left:0!important;margin:0!important;padding:0!important;position:fixed!important;right:0!important;top:0!important;width:100vw!important}.score-gain-content{margin:20px;max-width:85%;padding:20px}.score-gain-content p{font-size:1.1rem}.coin-icon{width:60px}}.public-id-setup-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.public-id-setup-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 20px 40px #0000004d;color:#fff;max-width:500px;padding:30px;text-align:center;width:100%}.public-id-setup-header{position:relative}.public-id-setup-header h2{font-size:2rem;font-weight:700;margin:0 0 10px}.public-id-setup-header p{font-size:1.1rem;margin:0 0 30px;opacity:.9}.close-btn{background:#fff3;border:1px solid #ffffff4d;color:#fff;font-size:1.2rem;height:35px;position:absolute;right:-10px;top:-10px;transition:all .3s ease;width:35px}.close-btn:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.close-btn:disabled{cursor:not-allowed;opacity:.5}.public-id-setup-content{margin-bottom:30px;text-align:left}.error-message{background:#f003;border:1px solid #ff000080;border-radius:8px;color:#fcc;padding:12px}.id-option{margin-bottom:20px}.radio-option{background:#ffffff1a;border:2px solid #fff3;border-radius:12px;cursor:pointer;display:block;padding:20px;transition:all .3s ease}.radio-option:hover{background:#ffffff26;border-color:#fff6}.radio-option input[type=radio]{margin-right:15px;transform:scale(1.2)}.radio-option input[type=radio]:checked+.option-content{opacity:1}.radio-option input[type=radio]:not(:checked)+.option-content{opacity:.7}.option-content h3{font-size:1.3rem;font-weight:700;margin:0 0 15px}.option-description{font-size:.9rem;line-height:1.4;margin:10px 0 0;opacity:.8}.auto-id-display{align-items:center;display:flex;gap:15px;margin:10px 0}.id-preview{border-radius:8px;flex:1 1;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;text-align:center}.generate-new-btn,.id-preview{background:#fff3;border:1px solid #ffffff4d;padding:10px 15px}.generate-new-btn{border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.generate-new-btn:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.generate-new-btn:disabled{cursor:not-allowed;opacity:.5}.custom-id-input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;font-size:1rem;margin:10px 0;padding:12px 15px;transition:all .3s ease;width:100%}.custom-id-input::placeholder{color:#fff9}.custom-id-input:focus{background:#ffffff26;border-color:#fff9;outline:none}.custom-id-input:disabled{cursor:not-allowed;opacity:.5}.public-id-setup-actions{display:flex;gap:15px;justify-content:center;margin-bottom:20px}.save-btn,.skip-btn{border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:700;min-width:140px;padding:12px 25px;transition:all .3s ease}.skip-btn{background:#fff3;border:1px solid #ffffff4d;color:#fff}.skip-btn:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.save-btn{background:linear-gradient(45deg,#4caf50,#45a049);box-shadow:0 4px 15px #4caf504d}.save-btn:hover:not(:disabled){background:linear-gradient(45deg,#45a049,#3d8b40);box-shadow:0 6px 20px #4caf5066;transform:translateY(-2px)}.save-btn:disabled,.skip-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.setup-note{opacity:.8;text-align:center}.setup-note p{font-size:.9rem;line-height:1.4;margin:0}@media (max-width:600px){.public-id-setup-container{margin:10px;padding:20px}.public-id-setup-header h2{font-size:1.6rem}.auto-id-display{flex-direction:column;gap:10px}.generate-new-btn{width:100%}.public-id-setup-actions{flex-direction:column}.save-btn,.skip-btn{width:100%}}.subscription-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.subscription-modal{background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 50px #00000080;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.subscription-modal-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:30px 30px 20px}.subscription-modal-header h2{color:#fff;font-size:28px;font-weight:700;margin:0}.close-button{font-size:32px;padding:0;transition:background-color .2s}.close-button:hover{background:#ffffff1a}.feature-prompt{background:#ffd7001a;border:1px solid #ffd7004d;border-radius:12px;color:gold;font-weight:500}.current-subscription,.feature-prompt{margin:20px 30px;padding:15px;text-align:center}.current-subscription{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;color:#22c55e}.manage-subscription-btn{background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:8px 16px;transition:background-color .2s}.manage-subscription-btn:hover{background:#16a34a}.billing-toggle{background:#ffffff1a;border-radius:12px;display:flex;margin:20px 30px;padding:4px;position:relative}.billing-toggle button{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:12px 20px;position:relative;transition:all .2s}.billing-toggle button.active{background:#fff3;box-shadow:0 2px 8px #0003}.savings-badge{background:gold;border-radius:4px;color:#1e3a8a;font-size:10px;font-weight:700;margin-left:8px;padding:2px 6px}.subscription-tiers{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:20px 30px}.subscription-tier{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:16px;cursor:pointer;padding:25px;position:relative;transition:all .3s}.subscription-tier:hover{border-color:#ffd70080;box-shadow:0 15px 30px #0000004d;transform:translateY(-4px)}.subscription-tier.selected{border-color:gold;box-shadow:0 0 20px #ffd7004d}.subscription-tier.popular{border-color:gold}.popular-badge{background:gold;border-radius:20px;color:#1e3a8a;font-size:12px;font-weight:700;left:50%;padding:6px 16px;position:absolute;top:-10px;transform:translateX(-50%)}.subscription-tier h3{color:#fff;font-size:24px;font-weight:700;margin:0 0 8px}.tier-description{color:#fffc;font-size:14px;line-height:1.4;margin:0 0 20px}.tier-price{margin-bottom:25px}.tier-price .price{color:#fff;font-size:36px;font-weight:700}.tier-price .period{color:#ffffffb3;font-size:16px;margin-left:4px}.savings{color:#22c55e;font-size:12px;font-weight:600;margin-top:4px}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{border-bottom:1px solid #ffffff1a;color:#ffffffe6;font-size:14px;padding:8px 0}.feature-list li:last-child{border-bottom:none}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;color:#ef4444;margin:20px 30px;padding:15px}.subscription-modal-footer{border-top:1px solid #ffffff1a;padding:20px 30px 30px}.subscribe-button{background:linear-gradient(135deg,gold,#ffed4e);border:none;border-radius:12px;color:#1e3a8a;cursor:pointer;font-size:18px;font-weight:700;margin-bottom:15px;padding:16px 24px;transition:all .2s;width:100%}.subscribe-button:hover{box-shadow:0 8px 20px #ffd7004d;transform:translateY(-2px)}.subscribe-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.subscription-terms{color:#fff9;font-size:12px;line-height:1.4;margin:0;text-align:center}@media (max-width:768px){.subscription-modal{margin:10px;max-height:95vh}.subscription-modal-header{padding:20px 20px 15px}.subscription-modal-header h2{font-size:24px}.subscription-tiers{gap:15px;grid-template-columns:1fr;padding:15px 20px}.subscription-tier{padding:20px}.billing-toggle{margin:15px 20px}.subscription-modal-footer{padding:15px 20px 20px}}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:Font Awesome\ 6 Free;font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em)}.fa-border{border:.08em solid #eee;border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);border-radius:.1em;border-radius:var(--fa-border-radius,.1em);padding:.2em .25em .15em;padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:.3em;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:.3em;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:2s;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:steps(8);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25);transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em);transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(1.05,.95) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(-.125em);transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:.4;opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(1.125);transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotateY(-180deg);transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(0);transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-v4compatibility.ea8f94e1d22e0d35ccd4.woff2) format("woff2"),url(/static/media/fa-v4compatibility.da94ef451f4969af06e6.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.classic-start-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.classic-start-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#dc2626f2,#ef4444f2 25%,#f97316f2 50%,#fb923cf2 75%,#fed7aaf2);border:2px solid #f973164d;border-radius:24px;box-shadow:0 20px 60px #0006;color:#1a1a1a;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:90%}.classic-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.classic-header h2{color:#7f1d1d;font-size:28px;font-weight:700;margin:0;text-shadow:0 2px 4px #0000001a}.close-button{background:#7f1d1d1a;border:1px solid #7f1d1d33;color:#7f1d1d}.close-button:hover{background:#7f1d1d33}.classic-description{margin-bottom:24px}.classic-description p{color:#451a03;font-size:16px;line-height:1.5;margin-bottom:16px}.classic-tagline{color:#7f1d1d;font-size:18px;font-weight:600;margin-bottom:12px!important}.classic-bullets{list-style:none;margin:0;padding:0}.classic-bullets li{align-items:flex-start;color:#451a03;display:flex;font-size:16px;line-height:1.4;margin-bottom:8px}.classic-bullets li:before{content:"🎯";flex-shrink:0;font-size:14px;margin-right:8px;margin-top:2px}.classic-settings{margin-bottom:32px}.classic-setting-item{margin-bottom:20px}.classic-setting-item label{color:#7f1d1d;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.classic-setting-options{display:flex;flex-wrap:wrap;gap:8px}.classic-setting-options button{background:#fffc;border:2px solid #7f1d1d4d;border-radius:8px;color:#7f1d1d;cursor:pointer;font-size:14px;font-weight:500;min-width:50px;padding:8px 16px;transition:all .2s ease}.classic-setting-options button:hover{background:#7f1d1d1a;border-color:#7f1d1d80}.classic-setting-options button.selected{background:linear-gradient(135deg,#dc2626,#ea580c 50%,#f97316);border-color:#dc2626;box-shadow:0 2px 8px #dc26264d;color:#fff}.classic-setting-options button.selected:hover{background:linear-gradient(135deg,#b91c1c,#c2410c 50%,#ea580c);box-shadow:0 4px 12px #dc262666;transform:translateY(-1px)}.classic-difficulty-display{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;margin:20px 0 16px;padding:12px 16px;text-align:center}.difficulty-text{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 2px #0000004d}.classic-actions{align-items:center;display:flex;gap:16px;justify-content:center}.start-classic-button{background:linear-gradient(135deg,#dc2626,#ea580c 50%,#f97316);border:none;border-radius:12px;box-shadow:0 4px 12px #dc26264d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:140px;padding:14px 28px;transition:all .3s ease}.start-classic-button:hover{background:linear-gradient(135deg,#b91c1c,#c2410c 50%,#ea580c);box-shadow:0 6px 16px #dc262666;transform:translateY(-2px)}.start-classic-button:active{box-shadow:0 2px 8px #dc26264d;transform:translateY(0)}.start-classic-button:disabled{background:#7f1d1d80;box-shadow:none;cursor:not-allowed;transform:none}.cancel-button{border:2px solid #7f1d1d4d;color:#7f1d1d}.cancel-button:hover{background:#7f1d1d1a;border-color:#7f1d1d80}@media (max-width:600px){.classic-start-content{margin:10px;padding:24px}.classic-actions{flex-direction:column}.cancel-button,.start-classic-button{width:100%}}@keyframes classicGlow{0%,to{box-shadow:0 0 5px #f9731680}50%{box-shadow:0 0 20px #f97316cc}}.classic-start-content{animation:classicGlow 4s ease-in-out infinite}.freeze-start-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.freeze-start-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#3b82f6f2,#93c5fdf2 30%,#dbeafef2 60%,#eff6fff2);border:2px solid #93c5fd4d;border-radius:24px;box-shadow:0 20px 60px #0006;color:#1e293b;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:90%}.freeze-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.freeze-header h2{color:#1e40af;font-size:28px;font-weight:700;margin:0;text-shadow:0 2px 4px #0000001a}.close-button{background:#1e40af1a;border:1px solid #1e40af33;color:#1e40af}.close-button:hover{background:#1e40af33}.freeze-description{margin-bottom:24px}.freeze-description p{color:#334155;font-size:16px;line-height:1.5;margin-bottom:16px}.freeze-tagline{margin-bottom:20px!important;text-align:center}.freeze-features{display:flex;flex-direction:column;gap:12px;margin-top:16px}.freeze-feature{align-items:center;background:#93c5fd1a;border-left:3px solid #3b82f6;border-radius:8px;display:flex;gap:12px;padding:8px 12px;transition:all .2s ease}.freeze-feature:hover{background:#93c5fd26;transform:translateX(2px)}.freeze-feature-icon{font-size:18px;min-width:24px;text-align:center}.freeze-feature span:last-child{color:#334155;font-size:14px;font-weight:500;line-height:1.4}.freeze-tagline{color:#1e40af;font-size:18px;font-weight:600;margin-bottom:12px!important}.freeze-settings{margin-bottom:32px}.freeze-setting-item{margin-bottom:20px}.freeze-setting-item label{color:#1e40af;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.freeze-setting-options{display:flex;flex-wrap:wrap;gap:8px}.freeze-setting-options button{background:#fffc;border:2px solid #1e40af4d;border-radius:8px;color:#1e40af;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.freeze-setting-options button:hover{background:#1e40af1a;border-color:#1e40af80}.freeze-setting-options button.selected{background:#1e40af;border-color:#1e40af;color:#fff}.freeze-setting-options button.selected:hover{background:#1e3a8a;border-color:#1e3a8a}.freeze-actions{display:flex;gap:12px;justify-content:center}.start-freeze-button{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);border:none;border-radius:12px;box-shadow:0 4px 12px #1e40af4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:140px;padding:12px 24px;transition:all .3s ease}.start-freeze-button:hover{background:linear-gradient(135deg,#1e3a8a,#2563eb 50%,#3b82f6);box-shadow:0 6px 16px #1e40af66;transform:translateY(-2px)}.start-freeze-button:active{box-shadow:0 2px 8px #1e40af4d;transform:translateY(0)}.cancel-button{background:#fffc;border:2px solid #1e40af4d;border-radius:12px;color:#1e40af;min-width:100px}.cancel-button:hover{background:#1e40af1a;border-color:#1e40af80}@media (max-width:600px){.freeze-start-content{margin:10px;padding:24px}.freeze-actions{flex-direction:column}.cancel-button,.start-freeze-button{width:100%}}@keyframes freezeGlow{0%,to{box-shadow:0 0 5px #93c5fd80}50%{box-shadow:0 0 20px #93c5fdcc}}.freeze-start-content{animation:freezeGlow 4s ease-in-out infinite}.login-modal{align-items:center;background-color:#00000080;display:flex;height:100%;height:100vh;height:100dvh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.login-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:2rem;position:relative;width:90%}.close-button{background:#0000001a;border:1px solid #0003;color:#333;font-size:1.5rem;line-height:1;padding:.5rem;right:1rem;top:1rem;transition:all .2s;z-index:1000}.close-button:hover{background-color:#f44336}.login-content h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.social-buttons{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.facebook-btn,.google-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:1rem;gap:.8rem;justify-content:center;padding:.8rem;transition:all .2s ease;width:100%}.facebook-btn img,.google-btn img{height:20px;width:20px}.google-btn{background-color:#fff;border:1px solid #ddd;color:#333}.google-btn:hover{background-color:#f8f8f8;transform:translateY(-1px)}.facebook-btn{background-color:#1877f2;color:#fff}.facebook-btn:hover{background-color:#166fe5;transform:translateY(-1px)}.auth-divider{color:#666;margin:1.5rem 0;position:relative;text-align:center}.auth-divider:after,.auth-divider:before{background-color:#ddd;content:"";height:1px;position:absolute;top:50%;width:45%}.auth-divider:before{left:0}.auth-divider:after{right:0}.login-content form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.login-content input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .2s}.login-content input:focus{border-color:#2196f3;font-size:max(1rem,16px);outline:none}.submit-btn{background-color:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem;transition:all .2s ease}.submit-btn:hover{background-color:#1976d2;transform:translateY(-1px)}.guest-btn{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:1rem;margin-bottom:1rem;padding:.8rem;transition:all .2s ease;width:100%}.guest-btn:hover{background-color:#e0e0e0;transform:translateY(-1px)}.auth-switch{color:#666;margin-top:1rem;text-align:center}.switch-btn{background:none;border:none;color:#2196f3;cursor:pointer;font-size:1rem;padding:0 .5rem;text-decoration:underline}.switch-btn:hover{color:#1976d2}.error-message{background-color:#ffebee;color:#d32f2f}.error-message,.success-message{border-radius:4px;font-size:.9rem;padding:.75rem}.success-message{animation:fadeIn .3s ease-in-out;background-color:#e8f5e9;color:#2e7d32;margin-bottom:1rem}.password-requirements{color:#666;font-size:.8rem;margin-bottom:.75rem;margin-top:.25rem;text-align:left}.password-input-container{align-items:center;display:flex;position:relative}.password-input{flex:1 1;padding-right:3rem}.password-toggle-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;min-height:32px;min-width:32px;padding:.25rem;position:absolute;right:.75rem;transition:color .2s;z-index:1}.password-toggle-btn:hover{color:#2196f3}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.login-message{color:#333;font-size:14px;margin-bottom:10px;text-align:center}@media (max-width:768px){.login-modal{overflow:hidden;position:fixed}.login-content{margin:20px;max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative}.login-content input{-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:max(1rem,16px);min-height:48px;padding:1rem;position:relative;transform:none!important;transition:none!important}.close-button{font-size:1.25rem;min-height:44px;min-width:44px;padding:.75rem}.password-toggle-btn{font-size:1.4rem;min-height:44px;min-width:44px;right:.5rem}.password-input{padding-right:3.5rem}}.profile-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.profile-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:85vh;max-width:800px;overflow-y:auto;position:relative;width:90%}.profile-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;color:#fff;justify-content:space-between}.profile-header,.profile-user-info{align-items:center;display:flex;padding:20px}.profile-user-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;gap:20px;margin:20px}.profile-avatar-section{flex-shrink:0}.profile-details{flex:1 1}.profile-details h3{color:#333;font-size:1.5rem;margin:0 0 10px}.profile-details .email,.profile-details .joined{color:#666;margin:5px 0}.profile-container h3{color:#333;font-size:1.5rem;margin:20px}.email,.joined,.public-id{color:#666;margin:10px 20px}.public-id{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.id-value{color:#333;font-weight:700}.public-id button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:background .3s ease}.public-id button:hover{background:#5a6fd8}.public-id input{border:1px solid #ddd;border-radius:6px;font-size:.9rem;padding:6px 12px}.profile-stats{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:20px}.stat-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex:1 1 150px;min-width:120px;padding:20px;text-align:center}.stat-box h4{color:#333;font-size:1.1em;margin:0 0 10px}.stat-box p{color:#333;font-size:1.5em;margin:0}.stat-value{color:#667eea}.level-info{color:#6b7280!important;font-size:.9em!important;margin-top:8px!important}.level-info .level-name{color:#4a90e2;font-style:italic;font-weight:700}.buy-more-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-top:10px;padding:8px 16px;text-transform:uppercase;transition:all .3s ease}.buy-more-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.buy-more-button.decorative{background:linear-gradient(135deg,#f093fb,#f5576c);overflow:hidden;position:relative}.buy-more-button.decorative:before{content:"✨";font-size:.8rem;left:8px;position:absolute;top:50%;transform:translateY(-50%)}.buy-more-button.decorative:hover{background:linear-gradient(135deg,#f5576c,#f093fb);box-shadow:0 4px 12px #f5576c66}.magical-charms-section{background:linear-gradient(135deg,#667eea11,#764ba211);border:1px solid #e0e6ed;border-radius:12px;margin:30px 20px;padding:20px}.magical-charms-section h3{color:#4a5568;font-size:1.3rem;font-weight:600;margin:0 0 20px;text-align:center;text-shadow:0 1px 2px #0000001a}.recent-games{margin:20px}.recent-games h3{color:#333;margin-bottom:15px}.no-games{color:#666;font-style:italic;padding:20px;text-align:center}.games-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;width:100%}.games-table th{background:#667eea;color:#fff;font-weight:600;padding:12px;text-align:left}.games-table td{border-bottom:1px solid #eee;color:#333;padding:12px}.games-table tr:hover{background:#f8f9fa}.delete-account-section{background:#fff5f5;border:1px solid #fed7d7;border-radius:12px;margin:20px;padding:20px}.delete-account-section h3{color:#c53030;margin:0 0 10px}.delete-account-section p{color:#744210;margin-bottom:15px}.delete-button{background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background .3s ease}.delete-button:hover{background:#c53030}.delete-confirmation{margin-top:15px}.delete-confirmation p{color:#c53030;font-weight:700}.confirm-delete{background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:8px 16px}.confirm-delete:hover{background:#c53030}.delete-confirmation button:not(.confirm-delete){background:gray;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.reauth-prompt{margin-top:15px}.reauth-prompt input{border:1px solid #ddd;border-radius:6px;font-size:1rem;margin:10px 5px;padding:8px 12px}.reauth-prompt button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;margin:5px;padding:8px 16px}.error{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#c53030;margin:20px;padding:15px}@media (max-width:768px){.profile-container{margin:20px auto;max-height:80vh;max-width:500px;width:92%}}@media (max-width:600px){.stat-box{flex:1 1 100%;margin:5px 0}.buy-more-button{font-size:.8rem;padding:6px 12px}.profile-container{margin:15px auto;max-height:75vh;max-width:450px;width:90%}.profile-stats,.public-id{flex-direction:column}.public-id{align-items:flex-start}.games-table{font-size:.9rem}.games-table td,.games-table th{padding:8px}.profile-user-info{flex-direction:column;gap:15px;text-align:center}.profile-details{width:100%}}.subscription-management-section{background:linear-gradient(135deg,#f8f9ff,#e8f0ff);border:2px solid #e1e8ff;border-radius:12px;margin:30px 0;padding:25px}.subscription-management-section h3{color:#4a5568;font-size:1.4rem;font-weight:600;margin-bottom:20px}.subscription-active{display:flex;flex-direction:column;gap:20px}.subscription-info{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.subscription-status{margin-bottom:15px}.status-badge{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;padding:8px 16px}.status-badge.premium{background:linear-gradient(135deg,#ffd93d,#ff9500);box-shadow:0 2px 8px #ffd93d4d;color:#333}.status-badge.warning{background:linear-gradient(135deg,#fed7aa,#f97316);box-shadow:0 2px 8px #f973164d;color:#333}.subscription-details{color:#4a5568;line-height:1.6;margin-bottom:20px}.premium-features-summary{background:#f7fafc;border-left:4px solid #48bb78;border-radius:6px;padding:15px}.premium-features-summary h4{color:#2d3748;font-size:1.1rem;margin-bottom:10px}.premium-features-summary ul{list-style:none;margin:0;padding:0}.premium-features-summary li{color:#4a5568;font-size:.95rem;padding:4px 0}.subscription-actions{text-align:center}.cancel-note{color:#718096;font-size:.85rem;font-style:italic;margin-top:10px}.subscription-inactive{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:30px;text-align:center}.subscription-inactive p{color:#4a5568;font-size:1.1rem;margin-bottom:20px}@media (max-width:768px){.subscription-management-section{margin:20px 0;padding:20px}.subscription-info{padding:15px}.premium-features-summary{padding:12px}.subscription-inactive{padding:20px}}.subscription-debug-modal{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.subscription-debug-modal .modal-overlay{background:#000000b3;bottom:0;left:0;position:absolute;right:0;top:0}.subscription-debug-modal .modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:800px;overflow:auto;position:relative;width:90%}.subscription-debug-modal .modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.subscription-debug-modal .modal-header h2{color:#333;margin:0}.subscription-debug-modal .close-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.subscription-debug-modal .close-btn:hover{color:#333}.subscription-debug-modal .debug-content{padding:20px}.subscription-debug-modal .current-state,.subscription-debug-modal .debug-actions,.subscription-debug-modal .debug-logs{margin-bottom:20px}.subscription-debug-modal .current-state h3,.subscription-debug-modal .debug-actions h3,.subscription-debug-modal .debug-logs h3{color:#333;font-size:16px;margin:0 0 10px}.subscription-debug-modal .action-buttons{display:flex;flex-wrap:wrap;gap:10px}@media (max-width:768px){.subscription-debug-modal .modal-content{max-height:95vh;width:95%}.subscription-debug-modal .debug-content{padding:15px}.subscription-debug-modal .action-buttons{flex-direction:column}.subscription-debug-modal .action-buttons button{width:100%}}.avatar-container{display:inline-block;position:relative}.avatar-display{align-items:center;background:#f7fafc;border:3px solid #e2e8f0;border-radius:50%;display:flex;height:100%;justify-content:center;overflow:hidden;transition:all .3s ease;width:100%}.avatar-display:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.avatar-photo,.avatar-silhouette{height:100%;width:100%}.avatar-photo{object-fit:cover}.avatar-created{height:100%;width:100%}.avatar-created,.avatar-face{align-items:center;display:flex;justify-content:center;position:relative}.avatar-face{border-radius:50%;flex-direction:column;height:70%;width:70%}.avatar-hair{border-radius:50% 50% 0 0;height:60%;left:0;position:absolute;right:0;top:0}.avatar-eyes{font-size:1.8em;letter-spacing:.1em;margin-bottom:.3em}.avatar-eyes,.avatar-mouth{font-family:monospace;font-weight:700;line-height:1}.avatar-mouth{font-size:1.5em}.avatar-controls{bottom:-10px;display:flex;gap:5px;position:absolute;right:-10px}.avatar-button{align-items:center;background:#667eea;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;display:flex;font-size:14px;height:30px;justify-content:center;transition:all .3s ease;width:30px}.avatar-button:hover{background:#5a6fd8;transform:scale(1.1)}.avatar-button.upload{background:#48bb78}.avatar-button.upload:hover{background:#38a169}.avatar-button.create{background:#ed8936}.avatar-button.create:hover{background:#dd6b20}.avatar-creator-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.avatar-creator{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.avatar-creator-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px}.avatar-creator-header h3{font-size:1.5rem;margin:0}.avatar-creator-content{display:flex;flex-wrap:wrap;gap:30px;padding:20px}.avatar-preview{align-items:center;background:#f8f9fa;border:2px dashed #e2e8f0;border-radius:12px;display:flex;flex:0 0 auto;justify-content:center;padding:20px}.avatar-options{flex:1 1;min-width:250px}.option-group{margin-bottom:20px}.option-group label{color:#4a5568;display:block;font-weight:600;margin-bottom:8px}.option-group input[type=color]{background:none;height:40px;width:50px}.option-group input[type=color],.option-group select{border:2px solid #e2e8f0;border-radius:8px;cursor:pointer}.option-group select{background:#fff;font-size:1rem;padding:10px;width:100%}.option-group select:focus{border-color:#667eea;outline:none}.emoji-options{display:flex;flex-wrap:wrap;gap:10px}.emoji-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;transition:all .3s ease;width:50px}.emoji-button:hover{background:#f0f8ff;border-color:#667eea}.emoji-button.selected{background:#667eea;border-color:#667eea;color:#fff}.avatar-creator-actions{border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:flex-end;padding:20px}.cancel-button{background:#718096;border:none;font-size:1rem;font-weight:600;transition:all .3s ease}.cancel-button:hover{background:#4a5568}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.save-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}@media (max-width:600px){.avatar-creator-content{align-items:center;flex-direction:column}.avatar-options,.avatar-preview{width:100%}.emoji-options{justify-content:center}.avatar-creator-actions{flex-direction:column}.cancel-button,.save-button{width:100%}}.referral-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#fff;margin:20px 0;padding:20px}.referral-section h3{font-size:1.4em;margin:0 0 20px;text-align:center;text-shadow:0 2px 4px #0000004d}.referral-section h4{color:#f0f0f0;font-size:1.1em;margin:0 0 12px}.referral-code-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;margin-bottom:20px;padding:16px}.referral-code-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.header-buttons{display:flex;gap:8px}.edit-code-btn,.share-code-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:.9em;padding:6px 12px;transition:all .3s ease}.edit-code-btn:hover:not(:disabled),.share-code-btn:hover:not(:disabled){background:#ffffff4d;transform:translateY(-1px)}.edit-code-btn:disabled,.share-code-btn:disabled{cursor:not-allowed;opacity:.5}.share-code-btn{background:#4caf504d;border-color:#4caf5080}.share-code-btn:hover:not(:disabled){background:#4caf5080}.edit-code-form{display:flex;flex-direction:column;gap:12px}.edit-code-form input{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;color:#fff;font-size:1em;padding:10px}.edit-code-form input::placeholder{color:#fff9}.edit-code-form input:focus{background:#ffffff26;border-color:#fff9;outline:none}.edit-code-buttons{display:flex;gap:8px}.cancel-btn,.save-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9em;padding:8px 16px;transition:all .3s ease}.save-btn{background:#4caf50;color:#fff}.save-btn:hover:not(:disabled){background:#45a049;transform:translateY(-1px)}.cancel-btn{background:#f44336}.cancel-btn:hover:not(:disabled){background:#da190b;transform:translateY(-1px)}.cancel-btn:disabled,.save-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.code-requirements{color:#fffc;font-size:.8em;line-height:1.4}.referral-code-display{display:flex;flex-direction:column;gap:12px}.code-value{background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:6px;font-size:1.2em;font-weight:700;padding:12px;text-align:center}.referral-url{align-items:center;display:flex;gap:8px}.url-input{background:#ffffff1a;flex:1 1;font-size:.9em;padding:8px}.copy-btn,.url-input{border:1px solid #ffffff4d;border-radius:6px;color:#fff}.copy-btn{background:#fff3;cursor:pointer;padding:8px 12px;transition:all .3s ease}.copy-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.error-message{background:#f4433633;border:1px solid #f4433680;border-radius:6px;color:#ffcdd2}.error-message,.success-message{font-size:.9em;margin-top:8px;padding:8px 12px}.success-message{background:#4caf5033;border:1px solid #4caf5080;border-radius:6px;color:#c8e6c9}.referral-rewards-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;margin-bottom:20px;padding:16px}.referral-rewards-info ul{line-height:1.6;margin:8px 0 0;padding-left:20px}.referral-rewards-info li{color:#ffffffe6;margin-bottom:6px}.referral-rewards-info strong{color:gold;text-shadow:0 1px 2px #0000004d}.referral-history{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;padding:16px}.loading,.no-referrals{color:#fffc;padding:20px}.no-referrals{text-align:center}.referrals-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto}.referral-item{align-items:center;background:#ffffff1a;border-left:4px solid #ffffff4d;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.referral-info{display:flex;flex-direction:column;gap:4px}.referral-user{color:#fffffff2;font-size:.95em;font-weight:700}.referral-date{color:#ffffffb3;font-size:.85em}.referral-status{text-align:right}.bonus-awarded{color:#4caf50;font-weight:700}.bonus-details{color:#ffffffb3;font-size:.8em;margin-top:2px}.bonus-pending{color:#ff9800;font-weight:700}.more-referrals,.waiting-first-game{color:#fff9;font-style:italic}.more-referrals{padding:8px;text-align:center}@media (max-width:768px){.referral-section{margin:16px 0;padding:16px}.referral-code-header{align-items:stretch;flex-direction:column;gap:8px}.header-buttons{justify-content:center}.referral-url{flex-direction:column}.url-input{font-size:.8em}.referral-item{align-items:stretch;flex-direction:column;gap:8px}.referral-info{align-items:center;flex-direction:row;justify-content:space-between}.referral-status{text-align:left}.edit-code-buttons{flex-direction:column}}.referrals-list::-webkit-scrollbar{width:6px}.referrals-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.referrals-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.referrals-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.share-popup-overlay{align-items:center;animation:fadeIn .3s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.share-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #00000026;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;left:50%;max-width:450px;padding:24px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}.share-popup .share-text .share-link,.share-popup .share-text a{color:#4caf50!important;cursor:pointer;font-weight:500;text-decoration:underline!important;transition:color .2s ease}.share-popup .share-text .share-link:hover,.share-popup .share-text a:hover{color:#45a049!important;text-decoration:underline!important;text-shadow:0 1px 2px #4caf504d}.profile-section{align-items:center;display:flex;gap:12px;margin-bottom:16px}.profile-icon{border:1px solid #e0e0e0;border-radius:50%;height:40px;object-fit:cover;width:40px}.profile-initials{align-items:center;background:#0078d4;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:600;height:40px;justify-content:center;width:40px}.share-popup h2{color:#1f1f1f;font-size:1.25em;font-weight:600;margin:0}.share-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));margin-bottom:20px}.share-button{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:12px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.share-button:hover{transform:scale(1.05)}.share-button i{font-size:24px}.share-button.gmail{background-color:#d14836}.share-button.facebook{background-color:#3b5998}.share-button.twitter{background-color:#1da1f2}.share-button.messenger{background-color:#0084ff}.share-button.whatsapp{background-color:#25d366}.share-button.native{background-color:#00c853}.share-button.copy{background-color:#757575}.copy-message{color:#0078d4;font-size:14px;margin:10px 0}.share-popup .close-button{align-items:center!important;background-color:#000c!important;border:2px solid #fff6!important;border-radius:50%!important;box-shadow:0 2px 8px #0006!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-family:Arial,sans-serif!important;font-size:24px!important;font-weight:700!important;height:32px!important;justify-content:center!important;line-height:1!important;padding:0!important;position:absolute!important;right:12px!important;top:12px!important;transition:all .2s ease!important;width:32px!important;z-index:10!important}.share-popup .close-button:hover{background-color:#000000f2!important;border-color:#fff9!important;box-shadow:0 4px 12px #00000080!important;color:#fff!important;transform:scale(1.1)!important}.share-text{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:14px;line-height:1.6;margin-bottom:20px;padding:12px;white-space:pre-wrap}@media (max-width:600px){.share-popup{padding:16px;width:95%}.share-button{padding:10px}.share-button i{font-size:20px}.profile-icon,.profile-initials{font-size:16px;height:32px;width:32px}.share-popup h2{font-size:1.1em}}.shop-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.shop-container{animation:shopSlideIn .3s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 20px 40px #0000004d;max-height:85vh;max-width:1000px;overflow-y:auto;position:relative;width:90%}@keyframes shopSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.shop-header{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:20px 20px 0 0;color:#fff;padding:20px;position:relative;text-align:center}.shop-header h2{font-size:2rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.close-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;position:absolute;right:20px;top:15px}.close-button:hover{background:#ffffff4d}.shop-content{background:#fff;border-radius:0 0 20px 20px;padding:30px}.current-resources{background:linear-gradient(135deg,#667eea11,#764ba211);border:2px solid #e0e6ed;border-radius:15px;display:flex;gap:20px;justify-content:center;margin-bottom:30px;padding:20px}.resource-item{align-items:center;display:flex;flex-direction:column;gap:5px;min-width:80px}.resource-icon{font-size:1.5rem}.resource-amount{color:#333;font-size:1.2rem;font-weight:700}.resource-label{color:#666;font-size:.8rem;text-align:center}.error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 4px 12px #ff6b6b4d}.error-message,.success-message{border-radius:10px;font-weight:600;margin-bottom:20px;text-align:center}.success-message{background:linear-gradient(135deg,#51cf66,#40c057);box-shadow:0 4px 12px #51cf664d;color:#fff;padding:12px 20px}.login-message-container{background:linear-gradient(135deg,#ffd93d,#ff9500);border-radius:10px;box-shadow:0 4px 12px #ffd93d4d;color:#333;font-weight:600;margin-bottom:20px;padding:15px 20px;text-align:center}.login-message{font-size:1rem;margin:0}.login-link,.signup-link{background:none;border:none;color:#06c;cursor:pointer;font-size:inherit;font-weight:700;margin:0;padding:0;text-decoration:underline;transition:color .2s ease}.login-link:hover,.signup-link:hover{color:#049;text-decoration:none}.shop-section{margin-bottom:40px}.shop-section h3{color:#333;font-size:1.8rem;margin-bottom:10px;text-align:center;text-shadow:0 1px 2px #0000001a}.section-description{color:#666;font-size:1.1rem;margin-bottom:30px;text-align:center}.charm-category{margin-bottom:30px}.charm-category h4{color:#4a5568;font-size:1.4rem;margin-bottom:15px;text-align:center}.packages-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.package-card{background:#fff;border:2px solid #e0e6ed;border-radius:15px;box-shadow:0 4px 12px #0000001a;overflow:hidden;padding:20px;position:relative;text-align:center;transition:all .3s ease}.package-card:hover{border-color:#667eea;box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.package-card.premium{background:linear-gradient(135deg,#f093fb11,#f5576c11);border:2px solid #f093fb}.package-card.premium:hover{border-color:#f5576c;box-shadow:0 8px 25px #f5576c4d}.package-header{margin-bottom:15px}.package-icon{display:block;font-size:2rem;margin-bottom:10px}.package-card h5{color:#333;font-size:1.1rem;font-weight:600;margin:0}.package-price{align-items:center;display:flex;gap:5px;justify-content:center;margin:15px 0}.price-amount{color:#333;font-size:1.5rem;font-weight:700}.price-currency{color:#666;font-size:1.2rem}.purchase-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:12px 20px;text-transform:uppercase;transition:all .3s ease;width:100%}.purchase-button:hover:not(:disabled){background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.purchase-button.premium{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 12px #f5576c4d}.purchase-button.premium:hover:not(:disabled){background:linear-gradient(135deg,#f5576c,#f093fb);box-shadow:0 6px 20px #f5576c66}.purchase-button:disabled{background:#ccc;box-shadow:none;color:#999;cursor:not-allowed;transform:none}.loading{color:#666;font-size:1.2rem;padding:40px;text-align:center}@media (max-width:768px){.shop-container{margin:20px auto;max-height:80vh;max-width:600px;width:92%}.shop-header h2{font-size:1.5rem}.shop-content{padding:20px}.current-resources{flex-wrap:wrap;gap:15px}.packages-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.package-card{padding:15px}.package-icon{font-size:1.5rem}.price-amount{font-size:1.3rem}.purchase-button{font-size:.9rem;padding:10px 15px}}@media (max-width:480px){.shop-container{margin:15px auto;max-height:75vh;max-width:400px;width:90%}.current-resources{align-items:center;flex-direction:column}.resource-item{flex-direction:row;gap:10px;justify-content:center;width:100%}.packages-grid{grid-template-columns:1fr}}.challenge-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.challenge-modal{background:linear-gradient(135deg,#4facfe,#00f2fe);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 50px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:650px;overflow:hidden;width:90%}.challenge-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:25px 30px}.challenge-header h3{color:#fff;font-size:24px;font-weight:600;margin:0;text-shadow:0 2px 4px #0000004d}.close-btn{background:none;border:none;color:#666;font-size:24px;height:40px;padding:5px;width:40px}.close-btn:hover{background:#e0e0e0}.error-message{background:#fee;border-bottom:1px solid #fcc;color:#c33;padding:12px 20px}.error-message button{color:#c33}.challenge-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;flex:1 1;overflow-y:auto;padding:25px 30px}.friend-info{background:#f8f9fa;border-radius:8px;margin-bottom:25px;padding:15px}.friend-avatar,.friend-info{align-items:center;display:flex}.friend-avatar{background:#ddd;border-radius:50%;height:60px;justify-content:center;margin-right:15px;overflow:hidden;width:60px}.friend-avatar img{height:100%;object-fit:cover;width:100%}.default-avatar{font-size:24px}.friend-details h4{color:#333;font-size:18px;margin:0 0 5px}.friend-details p{color:#666;font-size:14px;margin:0}.challenge-message,.challenge-summary,.game-mode-selection,.game-settings{margin-bottom:25px}.challenge-message h4,.challenge-summary h4,.game-mode-selection h4,.game-settings h4{color:#333;font-size:16px;font-weight:600;margin:0 0 15px}.game-modes-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.setting-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.button-content{text-align:center}.button-title{font-size:14px;font-weight:600}.button-description{font-size:12px;margin-top:2px;opacity:.8}.game-mode-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.challenge-type-selection{margin-bottom:20px}.challenge-types-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-height:300px;overflow-y:auto}.challenge-type-card{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .2s ease}.challenge-type-card:hover{background:#f8f9ff;border-color:#4facfe;box-shadow:0 4px 12px #4facfe26;transform:translateY(-1px)}.challenge-type-card.selected{background:linear-gradient(135deg,#e3f2fd,#f0f8ff);border-color:#4facfe;box-shadow:0 4px 12px #4facfe33}.challenge-icon{font-size:24px;min-width:32px;text-align:center}.challenge-info h5{color:#333;font-size:16px;font-weight:600;margin:0 0 4px}.challenge-description{color:#666;font-size:13px;font-weight:500;margin:0 0 4px}.challenge-objective{color:#888;font-size:12px;font-style:italic;margin:0}.challenge-details{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:16px}.challenge-rules ul{margin:8px 0 0;padding-left:20px}.challenge-rules li{color:#555;font-size:14px;margin-bottom:4px}.challenge-settings{margin-top:12px}.challenge-settings h5{color:#333;font-size:14px;font-weight:600;margin:0 0 8px}.challenge-settings p{color:#666;font-size:13px;margin:0 0 4px}.game-mode-option{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;padding:15px;transition:all .2s}.game-mode-option:hover{background:#f8f9ff;border-color:#007bff}.game-mode-option.selected{background:#e3f2fd;border-color:#007bff}.game-mode-option h5{color:#333;font-size:14px;font-weight:600;margin:0 0 5px}.game-mode-option p{color:#666;font-size:12px;line-height:1.4;margin:0}.setting-group{margin-bottom:15px}.setting-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:5px}.setting-group input,.setting-group select{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px;width:100%}.setting-group input:disabled,.setting-group select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.blitz-info{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:10px;padding:12px}.blitz-info p{color:#856404;font-size:14px;margin:0}.challenge-message textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;min-height:80px;padding:12px;resize:vertical;width:100%}.challenge-summary{background:#f8f9fa;border-radius:8px;padding:15px}.summary-details p{color:#333;font-size:14px;margin:0 0 8px}.summary-details p:last-child{margin-bottom:0}.challenge-actions{background:#f8f9fa;border-top:1px solid #e0e0e0;gap:15px;justify-content:flex-end;padding:20px}.cancel-btn{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px}.cancel-btn:hover:not(:disabled){background:#5a6268}.send-challenge-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px}.send-challenge-btn:hover:not(:disabled){background:#0056b3}.cancel-btn:disabled,.send-challenge-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.challenge-modal{max-height:95vh;width:95%}.challenge-content,.challenge-header{padding:15px}.challenge-actions{flex-direction:column;padding:15px}.game-modes{grid-template-columns:1fr}.friend-info{flex-direction:column;text-align:center}.friend-avatar{margin-bottom:10px;margin-right:0}}.friends-page{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.friends-modal{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px #0000004d,0 0 0 1px #fff3;display:flex;flex-direction:column;height:80%;max-height:650px;max-width:900px;overflow:hidden;position:relative;width:90%}.friends-modal:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:24px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.friends-header{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:25px 30px;position:relative;z-index:1}.friends-header h2{color:#fff;font-size:28px;font-weight:600;margin:0;text-shadow:0 2px 4px #0000004d}.close-btn{align-items:center;background:#ffffffe6;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0003;color:#333;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:36px;justify-content:center;padding:0;position:relative;right:-2px;top:-2px;transition:all .2s ease;width:36px}.close-btn:hover{background:#fff;box-shadow:0 4px 12px #0000004d;transform:scale(1.1)}.close-btn:active{transform:scale(.95)}.error-message{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff6b6be6;border-bottom:1px solid #fff3;color:#fff;display:flex;justify-content:space-between;padding:15px 25px}.error-message button{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;opacity:.8;transition:opacity .2s}.error-message button:hover{opacity:1}.friends-tabs{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;overflow-x:auto;position:relative;z-index:1}.tab{background:none;border:none;color:#ffffffb3;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;min-width:150px;padding:20px 16px;position:relative;text-align:center;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#ffffff1a;color:#ffffffe6}.tab.active{background:#ffffff40;border-bottom:4px solid #4facfe;color:#fff;font-weight:700}.tab.active:before{background:linear-gradient(135deg,#4facfe1a,#4facfe0d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.friends-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;flex:1 1;overflow-y:auto;padding:25px 30px;position:relative;z-index:1}.friends-tab-content>div{margin-bottom:30px}.friends-tab-content>div:last-child{margin-bottom:0}.challenges-section>div{margin-bottom:30px}.challenges-section>div:last-child{margin-bottom:0}.friends-content .loading-spinner{animation:none;background:none;border:none;border-radius:0;color:#667eea;font-size:16px;font-weight:500;height:auto;margin:0;padding:40px 20px;text-align:center;width:auto}.friends-content.disabled{filter:grayscale(.5);opacity:.5;pointer-events:none}.friends-content.disabled .game-button,.friends-content.disabled button,.friends-content.disabled input{cursor:not-allowed;opacity:.6}.activity-feed h3,.challenges-section h3,.friends-list h3,.requests-section h3,.search-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:20px;font-weight:600;margin:0 0 25px}.empty-state{background:#667eea0d;border:2px dashed #667eea33;border-radius:12px;color:#666;font-size:16px;font-style:italic;padding:60px 20px;text-align:center}.friend-item,.request-item,.search-result-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:space-between;margin-bottom:15px;padding:20px;transition:all .3s ease}.friend-item.compact,.request-item.compact{border-radius:12px;margin-bottom:12px;padding:15px}.friend-item.compact .friend-details,.request-item.compact .request-details{flex:1 1}.friend-item.compact .friend-details h4,.request-item.compact .request-details h4{font-size:15px;font-weight:600;margin:0 0 4px}.friend-item.compact .friend-id,.friend-item.compact .friend-since,.request-item.compact .request-id,.request-item.compact .request-time{font-size:12px;margin:2px 0;opacity:.8}.friend-item.compact .friend-actions,.request-item.compact .request-actions{gap:8px}.friend-item.compact .challenge-btn,.friend-item.compact .remove-btn,.request-item.compact .accept-btn,.request-item.compact .decline-btn{border-radius:20px;font-size:13px;padding:8px 16px}.friend-item:hover,.request-item:hover,.search-result-item:hover{border-color:#667eea4d;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.friend-info,.request-info,.result-info{align-items:center;display:flex;flex:1 1}.activity-avatar,.friend-avatar,.request-avatar,.result-avatar{align-items:center;background:#ddd;border-radius:50%;display:flex;height:50px;justify-content:center;margin-right:15px;overflow:hidden;width:50px}.activity-avatar img,.friend-avatar img,.request-avatar img,.result-avatar img{height:100%;object-fit:cover;width:100%}.default-avatar{align-items:center;background:#007bff;color:#fff;display:flex;font-size:18px;font-weight:700;height:100%;justify-content:center;width:100%}.friend-details,.request-details,.result-details{flex:1 1}.friend-details h4,.request-details h4,.result-details h4{color:#333;font-size:16px;margin:0 0 5px}.friend-id,.request-id,.result-id{color:#666;font-size:14px;margin:0 0 5px}.friend-since,.request-message,.request-time{color:#888;font-size:12px;margin:0}.request-message{color:#555;font-style:italic;margin:5px 0}.mutual-friends{color:#007bff;font-size:12px;margin:0}.friend-actions,.request-actions,.result-actions{display:flex;gap:10px}.accept-btn,.challenge-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease}.accept-btn:hover,.challenge-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.decline-btn,.remove-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:none;border-radius:25px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease}.decline-btn:hover,.remove-btn:hover{box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-2px)}.start-challenge-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:10px 16px;transition:all .2s ease}.start-challenge-btn:hover:not(:disabled){background:linear-gradient(135deg,#3d8bfe,#00d4fe);box-shadow:0 4px 12px #4facfe4d}.start-challenge-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.waiting-status{font-size:14px;padding:10px 16px}.request-status{align-items:center;display:flex}.pending-status{background:#ffc107;color:#856404}.pending-status,.status-badge{border-radius:4px;font-size:12px;padding:4px 8px}.status-badge{font-weight:700}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.received{background:#d4edda;color:#155724}.status-badge.friends{background:#cce5ff;color:#004085}.send-request-section{margin:0 auto 30px;max-width:600px}.send-request-form.inline{align-items:center;display:flex;gap:8px;margin-top:10px;max-width:100%;overflow:hidden;width:100%}.send-request-form.inline .request-input{background:#ffffffe6;border:2px solid #667eea33;border-radius:25px;flex:1 1;font-size:14px;min-width:0;padding:12px 16px;transition:all .3s ease}.send-request-form.inline .request-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.send-request-form.inline .send-request-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;max-width:80px;min-width:50px;padding:6px 12px;transition:all .3s ease;white-space:nowrap}.send-request-form.inline .send-request-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.send-request-form.inline .send-request-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.privacy-notice{background:#667eea1a;border:1px solid #667eea33;border-radius:12px;color:#555;font-size:14px;line-height:1.5;margin-bottom:25px;padding:15px}.send-request-form{background:#fffc;border-radius:16px;box-shadow:0 4px 15px #0000001a;margin-bottom:25px;padding:25px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.message-textarea,.request-input{background:#ffffffe6;border:2px solid #667eea33;border-radius:12px;font-family:inherit;font-size:14px;padding:12px 16px;transition:all .3s ease;width:100%}.message-textarea:focus,.request-input:focus{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a;outline:none}.message-textarea{min-height:80px;resize:vertical}.character-count{color:#666;font-size:12px;margin-top:5px;text-align:right}.send-request-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:all .3s ease;width:100%}.send-request-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.send-request-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.request-info{background:#fff9;border:1px solid #667eea1a;border-radius:12px;padding:20px}.request-info h4{color:#333;font-size:16px;font-weight:600;margin:0 0 15px}.request-info ul{color:#555;margin:0;padding-left:20px}.request-info li{font-size:14px;line-height:1.4;margin-bottom:8px}.activity-item{align-items:flex-start;background:none;border:none;border-radius:0;display:flex;margin-bottom:0;padding:15px}.activity-item:last-child{border-bottom:none}.activity-avatar{height:40px;margin-right:12px;width:40px}.activity-content{flex:1 1}.activity-text{color:#333;font-size:14px;line-height:1.4;margin:0 0 5px}.activity-time{color:#888;font-size:12px;margin:0}.challenges-section{display:flex;flex-direction:column;gap:20px}.challenge-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #667eea26;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:16px;margin-bottom:8px;min-height:64px;padding:12px 16px;transition:all .3s ease}.challenge-item:hover{border-color:#667eea4d;box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.challenge-item.pending{background:linear-gradient(135deg,#ffc10708,#fffffff2);border-left:4px solid #ffc107}.challenge-item.sent{background:linear-gradient(135deg,#17a2b808,#fffffff2);border-left:4px solid #17a2b8}.challenge-item.active{background:linear-gradient(135deg,#28a74508,#fffffff2);border-left:4px solid #28a745}.challenge-item.completed{background:linear-gradient(135deg,#6c757d08,#fffffff2);border-left:4px solid #6c757d;opacity:.9}.challenge-opponent{flex:0 0 auto;max-width:140px;min-width:120px}.challenge-opponent h4{color:#333;font-size:15px;font-weight:600;line-height:1.2;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.challenge-type{flex:1 1;min-width:0;padding:0 8px}.challenge-type-name{color:#667eea;font-size:14px;font-weight:600;margin:0 0 2px}.challenge-type-details,.challenge-type-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.challenge-type-details{color:#666;font-size:12px;margin:0}.challenge-scores-table{align-items:center;display:flex;flex:0 0 auto;gap:16px;min-width:140px}.score-column{min-width:60px;text-align:center}.score-header{color:#666;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0 0 2px;text-transform:uppercase}.score-value{color:#333;font-size:16px;font-weight:700;line-height:1;margin:0}.challenge-actions{align-items:center;display:flex;flex:0 0 auto;gap:8px;min-width:fit-content}.challenge-actions button{align-items:center;border:none;border-radius:20px;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:center;min-width:70px;padding:8px 16px;text-align:center;transition:all .2s ease;white-space:nowrap}.challenge-status{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:4px;padding:2px 8px;text-transform:uppercase}.challenge-status.waiting{background:#ffc10726;color:#856404}.challenge-status.active{background:#28a74526;color:#155724}.challenge-status.completed{background:#6c757d26;color:#495057}.challenge-result{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;margin:4px 0 0;padding:2px 8px}.challenge-result.won{background:#28a74526;color:#155724}.challenge-result.lost{background:#dc354526;color:#721c24}.challenge-result.tie{background:#6c757d26;color:#495057}.challenge-icon{font-size:16px}.challenge-message{color:#555;font-size:12px;font-style:italic;margin:2px 0}.challenge-time{color:#888;font-size:11px;margin:0}.challenge-target{color:#e67e22;font-size:12px;font-weight:600;margin-top:2px}.challenge-code{background-color:#f8f9fa;border-radius:4px;color:#7f8c8d;display:inline-block;font-family:Courier New,monospace;font-size:11px;font-weight:500;margin:2px 0;padding:1px 4px}.start-challenge-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.start-challenge-btn:hover:not(:disabled){box-shadow:0 3px 8px #4facfe4d;transform:translateY(-1px)}.remove-challenge-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.remove-challenge-btn:hover:not(:disabled){box-shadow:0 3px 8px #ff6b6b4d;transform:translateY(-1px)}.accept-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.accept-btn:hover:not(:disabled){box-shadow:0 3px 8px #28a7454d;transform:translateY(-1px)}.decline-btn{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff}.decline-btn:hover:not(:disabled){box-shadow:0 3px 8px #6c757d4d;transform:translateY(-1px)}.challenge-actions button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.waiting-status{background:#6c757d1a;border:1px solid #6c757d33;border-radius:20px;color:#666;font-size:12px;font-style:italic;margin:0;padding:8px 16px}@media (max-width:1024px) and (min-width:769px){.challenge-item{gap:12px;padding:10px 14px}.challenge-opponent{max-width:120px;min-width:100px}.challenge-opponent h4{font-size:14px}.challenge-type-name{font-size:13px}.challenge-type-details{font-size:11px}.challenge-scores-table{gap:12px;min-width:120px}.score-header{font-size:10px}.score-value{font-size:15px}.challenge-actions button{font-size:12px;min-width:60px;padding:6px 12px}.waiting-status{font-size:11px;min-width:60px;padding:6px 12px}}@media (max-width:768px){.friends-modal{height:80%;margin:20px auto;max-height:600px;max-width:600px;width:92%}.friends-header{padding:20px}.friends-header h2{font-size:24px}.friends-content{padding:20px}.friends-tabs{grid-gap:8px;background:#ffffff0d;border-radius:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin-bottom:10px;padding:10px}.tab{border-radius:8px;flex:none;font-size:12px;line-height:1.2;margin:0;min-width:auto;padding:12px 8px;text-align:center}.tab.active{background:#4facfe4d;border:2px solid #4facfe}.friend-item,.request-item,.search-result-item{align-items:flex-start;flex-direction:column;gap:15px;padding:15px}.challenge-item{align-items:stretch;flex-direction:column;gap:16px;min-height:auto;padding:16px}.challenge-opponent{align-items:center;display:flex;justify-content:space-between;max-width:none;min-width:auto;text-align:left}.challenge-opponent h4{font-size:16px;margin:0;overflow:visible;text-overflow:clip;white-space:normal}.challenge-status{font-size:10px;padding:2px 6px;white-space:nowrap}.challenge-type{padding:0;text-align:left}.challenge-type-name{font-size:15px}.challenge-type-details,.challenge-type-name{overflow:visible;text-overflow:clip;white-space:normal}.challenge-type-details{font-size:13px}.challenge-scores-table{background:#667eea0d;border-radius:8px;gap:16px;justify-content:space-between;min-width:auto;padding:12px}.score-column{flex:1 1;min-width:auto;text-align:center}.score-header{font-size:10px;margin-bottom:4px}.score-value{font-size:15px;font-weight:700}.challenge-actions{flex-direction:row;flex-wrap:nowrap;gap:12px;justify-content:center}.challenge-actions button,.waiting-status{flex:1 1;max-width:120px;min-width:80px;text-align:center}.waiting-status{font-size:11px;padding:6px 12px}.friend-actions,.request-actions,.result-actions{justify-content:flex-end;width:100%}.send-request-section{max-width:none}.send-request-form{padding:20px}.form-group{margin-bottom:15px}.challenges-section{gap:20px}}@media (max-width:480px){.friends-modal{border-radius:20px;height:75%;margin:15px auto;max-height:500px;max-width:400px;width:90%}.friends-header{padding:15px}.close-btn{font-size:18px;height:32px;right:-1px;top:-1px;width:32px}.friends-content{padding:15px}.friends-tabs{gap:6px;grid-template-columns:1fr 1fr;padding:8px}.tab{font-size:11px;margin:0;min-width:auto;padding:10px 6px}.challenge-item{gap:12px;padding:14px}.challenge-opponent h4{font-size:15px}.challenge-type-name{font-size:14px}.challenge-type-details{font-size:12px}.challenge-scores-table{gap:12px;padding:10px}.score-column{min-width:auto}.score-header{font-size:9px}.score-value{font-size:14px}.challenge-actions{flex-direction:row;flex-wrap:nowrap;gap:8px}.challenge-actions button{font-size:12px;text-align:center}.challenge-actions button,.waiting-status{flex:1 1;max-width:110px;min-width:70px;padding:8px 12px}.waiting-status{font-size:10px}}.premium-limitation-notice{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:2px solid #ffc1074d;border-radius:12px;margin:16px 0;padding:16px}.limitation-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.limitation-icon{font-size:20px}.limitation-header h4{color:#ffc107;font-size:16px;font-weight:700;margin:0}.limitation-content{display:flex;flex-direction:column;gap:12px}.limitation-item{display:flex;flex-direction:column;gap:6px}.limitation-text{color:#fff;font-size:14px;line-height:1.4}.limitation-description{color:#fffc;font-size:12px;font-style:italic}.limitation-progress{align-items:center;display:flex;gap:8px}.progress-bar{background:#fff3;flex:1 1}.progress-fill{background:linear-gradient(90deg,#ffc107,#ff9800);border-radius:3px}.progress-text{color:#ffc107;font-weight:700;min-width:40px;text-align:right}.limitation-upgrade{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;padding:12px;text-align:center}.upgrade-text{color:#fff;font-size:13px;line-height:1.4;margin:0 0 8px}.upgrade-button{background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:6px;box-shadow:0 2px 4px #0003;color:#000;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;transition:all .3s ease}.upgrade-button:hover{background:linear-gradient(135deg,#ffca28,#ffa726);box-shadow:0 4px 8px #0000004d;transform:translateY(-1px)}.upgrade-button:active{box-shadow:0 2px 4px #0003;transform:translateY(0)}@media (max-width:600px){.premium-limitation-notice{margin:12px 0;padding:12px}.limitation-header h4{font-size:14px}.limitation-text{font-size:13px}.upgrade-text{font-size:12px}.upgrade-button{font-size:13px;padding:6px 12px}}.zen-start-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.zen-start-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#228b22f2,#2e7d32f2 50%,#1b5e20f2);border:2px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0006;color:#fff;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:90%}.zen-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.zen-header h2{color:#fff;font-size:2rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.zen-description{margin-bottom:32px;text-align:center}.zen-tagline{color:#e8f5e8;font-size:1.3rem;font-style:italic;font-weight:600;margin:0 0 12px}.zen-details{color:#c8e6c9;font-size:1rem;line-height:1.5;margin:0}.zen-features{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}.zen-feature{align-items:center;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:12px;padding:12px;transition:all .3s ease}.zen-feature:hover{background:#ffffff26;transform:translateY(-2px)}.zen-feature-icon{font-size:1.5rem;opacity:.9}.zen-feature-text{color:#e8f5e8;font-size:.95rem;font-weight:500}.zen-settings{margin-bottom:32px}.zen-setting{margin-bottom:24px}.zen-setting label{color:#fff;display:block;font-size:1.1rem;font-weight:600;margin-bottom:12px}.zen-setting-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.zen-option-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:60px;padding:8px 16px;transition:all .3s ease}.zen-option-button:hover{background:#fff3;transform:translateY(-1px)}.zen-option-button.selected{background:#ffffff40;border-color:#fff9;box-shadow:0 0 12px #ffffff4d}.zen-setting-description{color:#c8e6c9;font-size:.85rem;font-style:italic;margin-top:8px}.zen-tips{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:32px;padding:20px}.zen-tips h4{color:#fff;font-size:1.1rem;margin:0 0 16px}.zen-tips ul{list-style:none;margin:0;padding-left:20px}.zen-tips li{color:#c8e6c9;font-size:.9rem;line-height:1.4;margin-bottom:8px;position:relative}.zen-tips li:before{content:"🌿";left:-20px;position:absolute;top:0}.zen-start-actions{text-align:center}.zen-start-button{font-size:1.1rem;min-width:200px;padding:14px 28px}@media (max-width:768px){.zen-start-content{margin:16px;padding:24px}.zen-header h2{font-size:1.7rem}.zen-features{gap:12px;grid-template-columns:1fr}.zen-feature{padding:10px}.zen-feature-icon{font-size:1.3rem}.zen-feature-text{font-size:.9rem}}@media (max-width:480px){.zen-start-content{margin:12px;padding:20px}.zen-header h2{font-size:1.5rem}.zen-setting-options{justify-content:center}.zen-option-button{font-size:.85rem;min-width:50px;padding:6px 12px}}.blitz-start-screen{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.blitz-start-content{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border:2px solid gold;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;position:relative;width:100%}.blitz-header{margin-bottom:0}.blitz-header h2{color:gold;font-size:28px;font-weight:700;margin:0;text-shadow:0 2px 4px #00000080}.blitz-description{margin-bottom:24px}.blitz-description p{color:#e0e0e0;font-size:16px;line-height:1.5;margin-bottom:16px}.blitz-features{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.blitz-config{margin-bottom:24px}.config-section label{color:gold}.config-option:hover{border-color:#ffd70080}.config-option.selected{background:linear-gradient(135deg,gold,#ffed4e);border-color:gold}.blitz-rules{margin-bottom:24px}.blitz-rules h3{color:gold;font-size:18px;font-weight:700;margin-bottom:12px}.blitz-rules ul{list-style:none;margin:0;padding:0}.blitz-rules li{color:#e0e0e0;font-size:14px;line-height:1.4;margin-bottom:8px;padding-left:16px;position:relative}.blitz-rules li:before{color:gold;content:"⚡";left:0;position:absolute}.blitz-rules strong{color:#fff}.blitz-scoring{margin-bottom:24px}.blitz-scoring h3{color:gold;font-size:18px;font-weight:700;margin-bottom:12px}.scoring-info{display:flex;flex-direction:column;gap:8px}.scoring-item{align-items:center;background:#ffffff0d;border-left:3px solid gold;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.scoring-label{color:#fff;font-size:14px;font-weight:500}.scoring-value{color:gold;font-size:14px;font-weight:700}.blitz-actions{display:flex;gap:12px;justify-content:center}.start-blitz-button{background:linear-gradient(135deg,#ff6b35,#ff8e53);border:none;border-radius:8px;box-shadow:0 4px 12px #ff6b354d;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;max-width:200px;padding:12px 24px;transition:all .2s ease}.start-blitz-button:hover:not(:disabled){box-shadow:0 6px 16px #ff6b3566;transform:translateY(-2px)}.start-blitz-button:active:not(:disabled){transform:translateY(0)}.start-blitz-button:disabled{background:linear-gradient(135deg,#666,#555);box-shadow:none;color:#999;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:600px){.blitz-start-content{margin:10px;padding:20px}.blitz-features{grid-template-columns:1fr}.config-options{flex-wrap:wrap}.blitz-actions{flex-direction:column}.cancel-button,.start-blitz-button{max-width:none}}@keyframes blitzGlow{0%,to{box-shadow:0 0 5px #ffd70080}50%{box-shadow:0 0 20px #ffd700cc}}.blitz-start-content{animation:blitzGlow 3s ease-in-out infinite}.crumble-start-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.crumble-start-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ff5722f2,#ff9800f2 50%,#e65100f2);border:2px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0006;color:#fff;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:90%}.crumble-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.crumble-header h2{color:#fff;font-size:2rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.crumble-description{margin-bottom:32px;text-align:center}.crumble-tagline{color:#fff3e0;font-size:1.3rem;font-style:italic;font-weight:600;margin:0 0 12px}.crumble-details{color:#ffcc80;font-size:1rem;line-height:1.5;margin:0}.crumble-settings{margin-bottom:32px}.crumble-setting{margin-bottom:24px}.crumble-setting label{color:#fff;display:block;font-size:1.1rem;font-weight:600;margin-bottom:12px}.crumble-setting-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.crumble-option-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;min-width:60px;padding:8px 16px;transition:all .3s ease}.crumble-option-button:hover{background:#fff3;transform:translateY(-1px)}.crumble-option-button.selected{background:#ffffff40;border-color:#fff9;box-shadow:0 0 12px #ffffff4d}.crumble-setting-description{color:#ffcc80;font-size:.85rem;font-style:italic;margin-top:8px}.crumble-difficulty-options{display:flex;flex-direction:column;gap:8px}.crumble-difficulty-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;padding:16px;text-align:left;transition:all .3s ease;width:100%}.crumble-difficulty-button:hover{background:#ffffff26;transform:translateY(-2px)}.crumble-difficulty-button.selected{background:#ffffff40;border-color:#fff9;box-shadow:0 0 12px #ffffff4d}.crumble-difficulty-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.crumble-difficulty-name{font-size:1.1rem;font-weight:600}.crumble-difficulty-timing{background:#ffffff1a;border-radius:4px;color:#ffffffb3;font-size:.8rem;padding:4px 8px}.crumble-difficulty-description{color:#ffcc80;font-size:.9rem;line-height:1.4;margin:0}.crumble-start-actions{display:flex;gap:12px}.crumble-cancel-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.crumble-cancel-button:hover{background:#ffffff26;transform:translateY(-1px)}.crumble-start-button{background:#fff3;border:2px solid #fff6;border-radius:12px;box-shadow:0 4px 12px #fff3;color:#fff;cursor:pointer;flex:2 1;font-size:1.1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.crumble-start-button:hover:not(:disabled){background:#ffffff4d;box-shadow:0 6px 16px #ffffff4d;transform:translateY(-2px)}.crumble-start-button:disabled{background:#64646433;border-color:#64646466;box-shadow:none;color:#999;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.crumble-start-content{margin:16px;padding:24px}.crumble-header h2{font-size:1.7rem}.crumble-difficulty-options{gap:6px}.crumble-difficulty-button{padding:12px}}@media (max-width:480px){.crumble-start-content{margin:12px;padding:20px}.crumble-header h2{font-size:1.5rem}.crumble-setting-options{justify-content:center}.crumble-option-button{font-size:.85rem;min-width:50px;padding:6px 12px}.crumble-start-actions{flex-direction:column}.crumble-cancel-button,.crumble-start-button{flex:none}}.survival-start-screen{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.survival-start-content{background:linear-gradient(135deg,#2d1b69,#11998e 50%,#38ef7d);border:2px solid #38ef7d;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:24px;position:relative;width:100%}.survival-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.survival-header h2{color:#38ef7d;font-size:28px;font-weight:700;margin:0;text-shadow:0 2px 4px #00000080}.close-button{font-size:16px;height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.survival-description{margin-bottom:24px}.survival-description p{color:#e0e0e0;font-size:16px;line-height:1.5;margin-bottom:16px}.survival-features{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.feature{align-items:center;color:#fff;display:flex;font-size:14px;gap:8px}.feature-icon{font-size:18px}.survival-config{margin-bottom:24px}.config-section{margin-bottom:20px}.config-section label{color:#38ef7d;display:block;font-size:16px;font-weight:700;margin-bottom:8px}.config-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.config-option{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.config-option:hover{background:#ffffff26;border-color:#38ef7d80}.config-option.selected{background:linear-gradient(135deg,#38ef7d,#11998e);border-color:#38ef7d;color:#1a1a2e;font-weight:700}.config-description{color:#b0b0b0;font-size:12px;font-style:italic}.survival-rules{margin-bottom:24px}.survival-rules h3{color:#38ef7d;font-size:18px;font-weight:700;margin-bottom:12px}.survival-rules ul{list-style:none;margin:0;padding:0}.survival-rules li{color:#e0e0e0;font-size:14px;line-height:1.4;margin-bottom:8px;padding-left:16px;position:relative}.survival-rules li:before{color:#38ef7d;content:"🏔️";left:0;position:absolute}.survival-rules strong{color:#fff}.survival-milestones{margin-bottom:24px}.survival-milestones h3{color:#38ef7d;font-size:18px;font-weight:700;margin-bottom:12px}.milestone-info{gap:8px}.milestone-info,.milestone-item{display:flex;flex-direction:column}.milestone-item{background:#ffffff0d;border-left:3px solid #38ef7d;border-radius:6px;gap:4px;padding:12px}.milestone-score{color:#fff;font-size:14px;font-weight:500}.milestone-reward{color:#38ef7d;font-size:14px;font-weight:700}.conversion-rate{color:gold;font-size:12px;font-style:italic;opacity:.9}.survival-actions{display:flex;gap:12px;justify-content:center}.start-survival-button{background:linear-gradient(135deg,#ff6b35,#ff8e53);border:2px solid gold;border-radius:8px;box-shadow:0 4px 12px #ff6b3566;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;max-width:200px;padding:12px 24px;transition:all .2s ease}.start-survival-button:hover:not(:disabled){border-color:#fff;box-shadow:0 6px 16px #ff6b3599;transform:translateY(-2px)}.start-survival-button:active:not(:disabled){transform:translateY(0)}.start-survival-button:disabled{background:linear-gradient(135deg,#666,#555);border-color:#666;box-shadow:none;color:#999;cursor:not-allowed;opacity:.6;transform:none}.cancel-button{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;max-width:120px;padding:12px 24px;transition:all .2s ease}.cancel-button:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width:600px){.survival-start-screen{padding:10px}.survival-start-content{margin:0;max-width:100%;padding:16px;width:100%}.survival-features{grid-template-columns:1fr}.config-options{flex-wrap:wrap;gap:6px}.config-option{font-size:13px;min-width:44px;padding:6px 12px}.survival-actions{flex-direction:column}.cancel-button,.start-survival-button{max-width:none}}@media (max-width:480px){.survival-start-content{padding:12px}.survival-header h2{font-size:24px}.config-option{font-size:12px;min-width:40px;padding:4px 8px}}@keyframes survivalGlow{0%,to{box-shadow:0 0 5px #38ef7d80}50%{box-shadow:0 0 20px #38ef7dcc}}.survival-start-content{animation:survivalGlow 3s ease-in-out infinite}.game-header{background:#0000;display:block;position:relative;width:100%}.message-display{animation:messageSlideDown .4s ease-out,bannerPulse 2s ease-in-out infinite;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffd700fa,#ff8c00fa 25%,#ff4500fa 50%,#ff1493fa 75%,#8a2be2fa);background-clip:padding-box;border:3px solid #0000;border-radius:0 0 16px 16px;box-shadow:0 6px 20px #ffd70099,0 0 30px #ff450066,inset 0 1px 0 #ffffff4d;color:#fff;font-size:32px;font-weight:900;left:0;overflow:hidden;padding:16px 20px;position:fixed;right:0;text-align:center;top:90px;z-index:1000}.message-display:before{animation:bannerShine 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.message-text{font-size:36px;letter-spacing:1px;line-height:1.1;margin:0;position:relative;text-shadow:0 2px 4px #000c,0 0 10px #ffffff4d;z-index:1}@keyframes messageSlideDown{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bannerPulse{0%,to{box-shadow:0 6px 20px #ffd70099,0 0 30px #ff450066,inset 0 1px 0 #ffffff4d;transform:scale(1)}50%{box-shadow:0 8px 25px #ffd700cc,0 0 40px #ff450099,inset 0 1px 0 #fff6;transform:scale(1.02)}}@keyframes bannerShine{0%{left:-100%}50%{left:100%}to{left:100%}}.blitz-header{box-sizing:border-box;padding:8px 16px;width:100%}.blitz-title h2{font-size:18px}.blitz-difficulty{font-size:10px;margin-top:2px}.blitz-stats{gap:16px}.stat-label{font-size:10px}.stat-value{font-size:14px;margin-top:1px}.bonus-word-stat{background:#10b98133;border:1px solid #10b98166;border-radius:8px;padding:4px 8px}.bonus-word-display{color:#10b981!important}.bonus-word-display.shimmer{animation:bonusShimmer 1s ease-in-out infinite alternate}@keyframes bonusShimmer{0%{color:#10b981;text-shadow:0 0 5px #10b98180}to{color:#34d399;text-shadow:0 0 10px #10b981cc}}.exit-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-grow:0;flex-shrink:0;font-size:16px;height:32px;justify-content:center;margin:0;max-height:32px;max-width:32px;min-height:32px;min-width:32px;padding:0;transition:all .2s ease;width:32px}.exit-button:hover{background:#fff3;transform:scale(1.1)}.header-controls{align-items:center;display:flex;gap:12px}.game-stats-row{background:#0003;box-sizing:border-box;gap:16px;justify-content:space-between;padding:12px 16px;width:100%}.game-stats-row,.stat-display{align-items:center;display:flex}.stat-display{flex:1 1;flex-direction:column;text-align:center}.stat-value-large{color:gold;font-size:28px;font-weight:700;line-height:1;margin-bottom:4px;text-shadow:0 2px 4px #00000080}.stat-label-large{color:#b0b0b0;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.clickable-time{border-radius:4px;cursor:pointer;padding:2px 4px;transition:all .2s ease}.clickable-time:hover{background:#ffffff1a;transform:scale(1.02)}.clickable-time:active{transform:scale(.98)}.blitz-timer .blitz-stats{display:flex;flex-shrink:1;gap:12px;min-width:0}.timer-display{flex-shrink:0;gap:8px}.time-remaining{font-size:24px;min-width:60px}.sound-toggle{cursor:pointer}.sound-icon{height:20px;transition:transform .2s ease;width:20px}.sound-icon:hover{transform:scale(1.1)}.keyboard-toggle{align-items:center;display:flex;margin-left:8px}.keyboard-toggle-btn{align-items:center;background:#ffffff1a;border:1px solid #ffd7004d;border-radius:4px;color:gold;cursor:pointer;display:flex;font-size:10px;font-weight:700;gap:2px;height:20px;justify-content:center;min-width:28px;padding:2px 6px;text-shadow:0 1px 2px #00000080;transition:all .2s ease}.keyboard-toggle-btn:hover{background:#ffd70033;border-color:#ffd70080;transform:scale(1.05)}.keyboard-toggle-btn.enabled{background:#22c55e33;border-color:#22c55e66;color:#22c55e}.keyboard-toggle-btn.disabled{background:#ef444433;border-color:#ef444466;color:#ef4444}.toggle-indicator{font-size:8px;margin-left:1px}.header-charms{gap:16px}.charm-control,.header-charms{align-items:center;display:flex}.charm-control{background:#ffffff1a;border:1px solid #ffd7004d;border-radius:8px;cursor:pointer;flex-direction:column;min-width:60px;padding:8px 12px;transition:all .2s ease}.charm-control:hover:not(.disabled){background:#ffd70033;border-color:#ffd70080;transform:translateY(-1px)}.charm-control.disabled{cursor:not-allowed;opacity:.5}.charm-control.flash-urgent{animation:charm-flash-urgent .25s ease-in-out}@keyframes charm-flash-urgent{0%{border:1px solid #ffd7004d;box-shadow:none}50%{border:2px solid #fff;box-shadow:0 0 0 1px #fff,0 0 8px #fff9}to{border:1px solid #ffd7004d;box-shadow:none}}.charm-icon{font-size:24px;margin-bottom:4px}.charm-count{color:gold;font-size:16px;font-weight:700}.bonus-new,.puzzle-mode-indicator,.score-new,.timer-new,.words-counter-new,.zen-mode-indicator{align-items:center;background:#0000;border:none;border-radius:0;color:gold;display:flex;flex-direction:column;font-size:.75rem;font-weight:600;min-width:0;overflow:hidden;padding:4px 8px;text-align:center;text-overflow:ellipsis;text-shadow:0 2px 4px #00000080;transition:all .2s ease;white-space:nowrap}.zen-mode-indicator{background:linear-gradient(135deg,#228b2233,#2e7d3233);border-color:#228b2266;color:#4caf50}.puzzle-mode-indicator{background:linear-gradient(135deg,#a855f733,#8b5cf633);border-color:#a855f766;color:#a855f7}.bonus-new:hover,.puzzle-mode-indicator:hover,.score-new:hover,.timer-new:hover,.words-counter-new:hover,.zen-mode-indicator:hover{background:#ffffff40}.zen-mode-indicator:hover{background:linear-gradient(135deg,#228b224d,#2e7d324d)}.puzzle-mode-indicator:hover{background:linear-gradient(135deg,#a855f74d,#8b5cf64d)}.bonus{color:gold!important;font-weight:700;text-shadow:1px 1px 2px #000000b3}.bonus-word-text.shimmer{animation:shimmer 1s infinite}@keyframes statUpdate{0%{transform:scale(1)}50%{background:#fff6;transform:scale(1.1)}to{transform:scale(1)}}.exit-btn{align-items:center;background:#dc3545;border:none;border-radius:3px;color:#fff;cursor:pointer;flex-shrink:1;font-size:.75rem;font-weight:600;gap:2px;min-width:0;padding:4px 8px;text-shadow:1px 1px 2px #0000004d;transition:all .2s ease;white-space:nowrap}.exit-btn:hover{background:#c82333}.share-game-button{background:#007bff;border:none;border-radius:3px;color:#fff;cursor:pointer;flex-shrink:1;font-size:.75rem;font-weight:600;min-width:0;padding:4px 8px;text-shadow:1px 1px 2px #0000004d;transition:all .2s ease;white-space:nowrap}.share-game-button:hover{background:#0056b3}.level-display{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eeaf2,#764ba2f2);border-bottom:2px solid #fff3;border-radius:0 0 16px 16px;box-shadow:0 4px 20px #0000004d;color:#fff;left:0;padding:16px;position:absolute;right:0;text-align:center;top:0;z-index:10}.level-message{font-size:1.3rem;font-weight:500;margin:0;opacity:.9;text-shadow:1px 1px 2px #0000004d}.level-display .level-name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);background-clip:text;-webkit-background-clip:text;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));font-size:1.8rem;font-weight:800;letter-spacing:1px;margin:8px 0 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.8)}50%{opacity:.8;transform:translateY(-10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.blitz-header,.game-header{padding:2px 6px!important}.blitz-title h2{font-size:14px!important;margin:0!important}.blitz-difficulty{font-size:8px!important;margin-top:0!important}.blitz-stats{gap:6px!important}.stat-label{font-size:11px!important}.stat-value{font-size:14px!important}.exit-button{flex-shrink:0!important;font-size:18px!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.time-remaining{font-size:16px!important;min-width:45px!important}.blitz-timer{gap:6px!important;padding:1px 6px!important}.blitz-timer .blitz-stats{gap:8px!important}.timer-display{gap:6px!important}.sound-icon{height:16px!important;width:16px!important}.keyboard-toggle{margin-left:4px!important}.keyboard-toggle-btn{font-size:8px!important;gap:1px!important;height:16px!important;min-width:24px!important;padding:1px 4px!important}.toggle-indicator{font-size:6px!important}.header-charms{gap:3px!important}.charm-control{min-width:28px!important;padding:1px 3px!important}.charm-icon{font-size:12px!important;margin-bottom:0!important}.charm-count{font-size:9px!important}.message-display{font-size:14px!important;padding:8px 12px!important;top:48px!important}}@media (max-width:480px){.blitz-header,.game-header{min-height:auto!important;padding:1px 4px!important}.blitz-title h2{font-size:12px!important;line-height:1.2!important;margin:0!important}.blitz-difficulty{font-size:7px!important;margin:0!important}.blitz-stats{gap:4px!important}.stat-item{align-items:center!important;display:flex!important;flex-direction:column!important;min-width:auto!important;text-align:center!important}.stat-label{font-size:10px!important;margin-bottom:2px!important}.stat-value{font-size:13px!important;margin-top:0!important}.exit-button{flex-shrink:0!important;font-size:16px!important;height:31px!important;max-height:31px!important;max-width:31px!important;min-height:31px!important;min-width:31px!important;padding:0!important;width:31px!important}.blitz-timer{min-height:auto!important;padding:0 4px!important}.timer-display{gap:4px!important}.time-remaining{font-size:14px!important;min-width:40px!important}.sound-toggle{margin:0!important}.sound-icon{height:14px!important;width:14px!important}.keyboard-toggle{margin-left:2px!important}.keyboard-toggle-btn{font-size:7px!important;gap:1px!important;height:14px!important;min-width:22px!important;padding:1px 3px!important}.toggle-indicator{font-size:5px!important}.header-charms{gap:2px!important}.charm-control{font-size:10px!important;min-width:24px!important;padding:0 2px!important}.charm-icon{font-size:10px!important;margin:0!important}.charm-count{font-size:8px!important}.message-display{font-size:12px!important;padding:6px 8px!important;top:70px!important}.timer-display{align-items:center!important;flex-direction:row!important;justify-content:flex-start!important;width:auto!important}.timer-bar{display:none!important}}@media (max-width:600px){.game-header{padding:2px 4px}.blitz-header{align-items:center!important;flex-direction:row!important;gap:8px!important;justify-content:space-between!important;padding:4px 8px!important}.blitz-title{flex-shrink:1;min-width:0}.blitz-title h2{font-size:14px!important;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blitz-difficulty{font-size:8px!important;margin-top:1px!important}.blitz-stats{flex-direction:row!important;flex-shrink:1;gap:6px!important;justify-content:center!important;min-width:0}.blitz-stats,.stat-item{align-items:center!important}.stat-item{display:flex!important;flex-direction:column!important;min-width:auto!important;padding:2px 4px!important;text-align:center!important}.stat-label{font-size:8px!important;margin-bottom:2px!important}.stat-value{font-size:12px!important;font-weight:700!important;margin-top:0!important}.exit-button{border:1px solid #ffffff4d!important;flex-shrink:0!important;font-size:17px!important;height:34px!important;margin:0!important;max-height:34px!important;max-width:34px!important;min-height:34px!important;min-width:34px!important;width:34px!important}.blitz-timer{align-items:center!important;flex-direction:row!important;gap:4px!important;justify-content:space-between!important;padding:4px 8px!important;width:100%!important}.blitz-timer .blitz-stats{flex-shrink:2;gap:4px!important}.timer-display{align-items:center!important;flex:1 1!important;flex-direction:row!important;gap:4px!important}.timer-label{font-size:10px!important}.time-remaining{font-size:14px!important;margin:0!important}.header-charms{flex-shrink:0!important;gap:3px!important}.charm-control{font-size:11px!important;min-width:24px!important;padding:1px 2px!important}.charm-icon{font-size:11px!important;margin:0!important}.charm-count{font-size:10px!important}}@media (max-width:768px){.game-header{gap:8px;padding:4px 8px}.header-top-row{gap:8px}.bonus-new,.score-new,.timer-new,.words-counter-new{font-size:12px;min-width:60px;padding:4px 8px}.exit-btn,.share-game-button{font-size:11px;padding:3px 6px}.header-bottom-row{gap:8px;padding:2px 0}.sound-toggle{height:18px;width:18px}.sound-icon{height:16px;width:16px}.keyboard-toggle{margin-left:6px}.keyboard-toggle-btn{font-size:9px;gap:2px;height:18px;min-width:26px;padding:2px 5px}.toggle-indicator{font-size:7px}.header-charms{gap:4px}.charm-control{min-width:32px;padding:2px 4px}.charm-icon{font-size:14px}.charm-count{font-size:10px}}@media (max-width:480px){.game-header{gap:6px;padding:3px 6px}.header-top-row{gap:6px}.bonus-new,.score-new,.timer-new,.words-counter-new{font-size:11px;min-width:50px;padding:3px 6px}.exit-btn,.share-game-button{font-size:10px;padding:2px 4px}.header-bottom-row{gap:6px;padding:1px 0}.sound-toggle{height:16px;width:16px}.sound-icon{height:14px;width:14px}.keyboard-toggle{margin-left:4px}.keyboard-toggle-btn{font-size:8px;gap:1px;height:16px;min-width:24px;padding:1px 4px}.toggle-indicator{font-size:6px}.header-charms{gap:3px}.charm-control{min-width:28px;padding:1px 3px}.charm-icon{font-size:12px}.charm-count{font-size:9px}.header-bottom-row{-ms-overflow-style:none;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.header-bottom-row::-webkit-scrollbar{display:none}}.score-display{align-items:center;display:inline-flex;gap:4px}.score-capped{animation:scoreCappedShimmer 2s ease-in-out infinite;color:#f44!important;font-weight:700!important}.score-cap-indicator{animation:lockPulse 1.5s ease-in-out infinite;font-size:.8em;opacity:.8}@keyframes scoreCappedShimmer{0%,to{text-shadow:0 0 5px #ff444480;transform:scale(1)}50%{text-shadow:0 0 15px #f44c,0 0 25px #f449;transform:scale(1.05)}}@keyframes lockPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.blitz-stats .stat-value.score-capped,.stat-value.score-capped{color:#f44!important;font-weight:700!important}.blitz-header .score-capped,.game-header .score-capped{text-shadow:0 0 5px #ff444480,0 2px 4px #0000004d}.game-board{aspect-ratio:1;-webkit-backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(var(--theme-backdrop-blur,15px));backdrop-filter:blur(15px);backdrop-filter:blur(var(--theme-backdrop-blur,15px));background:#0003;background:var(--theme-board-background,#0003);border:2px solid #ffd7004d;border:2px solid var(--theme-board-border,#ffd7004d);border-radius:16px;border-radius:var(--theme-border-radius,16px);box-shadow:0 8px 32px #0000004d;display:grid;margin:0 auto;width:100%}.game-board[data-dynamic-sizing=true] .board-cell{font-size:inherit!important;min-height:0!important;min-height:auto!important;min-width:0!important;min-width:auto!important}.game-board{gap:2px;max-width:min(88vw,440px);padding:4px}.game-board[style*="repeat(3,"]{gap:3px;max-width:min(75vw,320px);padding:6px}.game-board[style*="repeat(4,"]{gap:2px;max-width:min(80vw,360px);padding:4px}.game-board[style*="repeat(5,"]{gap:2px;max-width:min(85vw,400px);padding:4px}.game-board[style*="repeat(6,"]{gap:2px;max-width:min(88vw,440px);padding:4px}.game-board[style*="repeat(7,"]{gap:2px;max-width:min(90vw,480px);padding:4px}.game-board[style*="repeat(8,"],.game-board[style*="repeat(9,"]{gap:1px;max-width:min(92vw,520px);padding:3px}.game-board.puzzle-mode{gap:6px!important;max-width:min(85vw,420px)!important;padding:12px!important}.game-board.paused{animation:glow 1.5s ease-in-out infinite alternate;box-shadow:0 0 20px 5px #00bfffb3}@keyframes glow{0%{box-shadow:0 0 20px 5px #00bfffb3}to{box-shadow:0 0 30px 10px #00bfff80}}.board-cell{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;aspect-ratio:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;background:var(--theme-tile-background,#ffffff1a);border:2px solid #fff3;border:2px solid var(--theme-tile-border,#fff3);border-radius:12px;border-radius:calc(var(--theme-border-radius, 16px)*.75);color:var(--theme-tile-text,#fff);cursor:pointer;position:relative;touch-action:manipulation;transition:all .3s ease;user-select:none;-webkit-user-select:none;width:100%}.board-cell:active{transform:scale(.95);transition:transform .1s ease}.board-cell.has-letter:active{background:#fff3;background:var(--theme-tile-background-active,#fff3)}.game-board[style*="repeat(3,"] .board-cell{font-size:clamp(2.5rem,10vw,5rem);min-height:100px;min-width:100px}.game-board[style*="repeat(4,"] .board-cell{font-size:clamp(2rem,8vw,4rem);min-height:80px;min-width:80px}.game-board[style*="repeat(5,"] .board-cell{font-size:clamp(1.8rem,7vw,3.5rem);min-height:70px;min-width:70px}.game-board[style*="repeat(6,"] .board-cell{font-size:clamp(1.5rem,6vw,3rem);min-height:60px;min-width:60px}.game-board[style*="repeat(7,"] .board-cell{font-size:clamp(1.3rem,5.5vw,2.5rem);min-height:50px;min-width:50px}.game-board[style*="repeat(8,"] .board-cell,.game-board[style*="repeat(9,"] .board-cell{font-size:clamp(1.1rem,5vw,2.2rem);min-height:42px;min-width:42px}.game-board .board-cell{font-size:clamp(1.5rem,6vw,3rem);min-height:60px;min-width:60px}.game-board.puzzle-mode .board-cell{font-size:clamp(1.8rem,7vw,3.5rem)!important;min-height:75px!important;min-width:75px!important}.board-cell.has-letter{background:linear-gradient(135deg,#ffffff26,#ffffff40 50%,#ffffff26);border-color:#ffd70066;box-shadow:0 4px 12px #0003;color:#fff;text-shadow:0 2px 4px #00000080}.board-cell.has-letter:hover{background:linear-gradient(135deg,#fff3,#ffffff4d 50%,#fff3);border-color:#ffd70099;box-shadow:0 6px 16px #0000004d;transform:scale(1.05)}.board-cell.selected{background:linear-gradient(135deg,#ff6b35,#ff8e53);background:var(--theme-tile-selected,linear-gradient(135deg,#ff6b35,#ff8e53));border-color:#ff6b35;border-color:var(--theme-accent,#ff6b35);box-shadow:0 6px 16px #ff6b3566;color:#fff;color:var(--theme-tile-text,#fff);text-shadow:0 2px 4px #000000b3;transform:scale(1.05)}.board-cell .letter{font-size:32px;font-weight:700}.board-cell .points{bottom:4px;font-size:12px;opacity:.8;position:absolute;right:4px}.board-cell .special-label{color:#ffffffe6;font-size:8px;font-weight:700;left:50%;letter-spacing:.5px;line-height:1;pointer-events:none;position:absolute;text-align:center;text-shadow:1px 1px 2px #000000b3;top:2px;transform:translateX(-50%);white-space:nowrap;z-index:2}.word-bar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000;border:2px solid #ffd7004d;border-bottom:none;border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -4px 16px #0000004d;display:flex;flex-direction:column;gap:8px;left:50%;margin:0 auto;max-width:min(90vw,600px);padding:12px;position:fixed;transform:translateX(-50%);width:100%;z-index:100}.current-word{background:#ffffff1a;border:1px solid #ffd7004d;border-radius:8px;font-size:clamp(1rem,3vw,1.4rem);justify-content:center;letter-spacing:1px;padding:8px}.word-controls{display:flex;gap:12px;margin-top:8px}.word-controls button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:clamp(.9rem,2.5vw,1.2rem);font-weight:700;letter-spacing:1px;min-height:40px;padding:8px 16px;text-shadow:0 2px 4px #0000004d;text-transform:uppercase;transition:all .3s ease}.submit-button{background:linear-gradient(135deg,#4caf50,#66bb6a);border:1px solid #fff3;box-shadow:0 4px 12px #4caf504d;color:#fff}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#5cb85c);box-shadow:0 6px 16px #4caf5066;transform:translateY(-2px)}.clear-button{background:linear-gradient(135deg,#dc3545,#e74c3c);border:1px solid #fff3;box-shadow:0 4px 12px #dc35454d}.clear-button:hover:not(:disabled){background:linear-gradient(135deg,#c82333,#d32f2f);box-shadow:0 6px 16px #dc354566;transform:translateY(-2px)}button:disabled{box-shadow:none!important;cursor:not-allowed;opacity:.6;transform:none!important}.item-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffd70033;border-radius:12px;gap:16px;justify-content:space-around;margin-bottom:6px;padding:12px}.item-control,.item-controls{background:#ffffff0d;display:flex}.item-control{align-items:center;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;flex-direction:column;gap:4px;padding:8px;transition:all .3s ease}.item-control:hover{background:#ffffff1a;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.item-icon{color:#fff;font-size:20px;text-shadow:0 2px 4px #00000080}.item-icon.bomb{color:#ff6b35}.item-icon.pause{color:#4a90e2}.item-count{color:gold;font-size:12px;font-weight:700;text-shadow:0 1px 2px #00000080}.item-control.disabled{cursor:not-allowed;opacity:.5;transform:none}.game-board.bomb-mode .board-cell.has-letter{cursor:crosshair}.game-board.bomb-mode .board-cell.has-letter.bomb-mode{background-color:#f003}@media (max-width:1024px) and (min-width:769px){.game-board[style*="repeat(3,"]{max-width:min(70vw,300px)}.game-board[style*="repeat(4,"]{max-width:min(75vw,340px)}.game-board[style*="repeat(5,"]{max-width:min(80vw,380px)}.game-board[style*="repeat(6,"]{max-width:min(85vw,420px)}.game-board[style*="repeat(7,"]{max-width:min(88vw,460px)}.game-board[style*="repeat(8,"],.game-board[style*="repeat(9,"]{max-width:min(90vw,500px)}.game-board{max-width:min(85vw,420px)}}@media (max-width:768px){.game-board{margin:0 auto;max-width:90vw;width:90vw}.board-cell{border-radius:6px;min-height:0!important;min-height:auto!important;min-width:0!important;min-width:auto!important}.game-board.puzzle-mode{gap:4px!important;padding:8px!important}.game-board.puzzle-mode .board-cell{font-size:clamp(1.5rem,6vw,2.8rem)!important;min-height:60px!important;min-width:60px!important}.board-cell .points{bottom:2px;font-size:10px;right:2px}.word-bar{max-width:95vw;padding:8px}}.board-cell.crumble-glow{overflow:visible;position:relative}.board-cell.crumble-glow:before{animation:crumble-pulse 1s ease-in-out infinite alternate;border-radius:16px;border-radius:calc(var(--theme-border-radius, 16px)*.75 + 4px);bottom:-4px;content:"";left:-4px;position:absolute;right:-4px;top:-4px;z-index:-1}.board-cell.crumble-glow-green:before{background:radial-gradient(circle,#4caf5099 0,#4caf504d 50%,#4caf501a 100%);box-shadow:0 0 20px #4caf50cc,inset 0 0 20px #4caf504d}.board-cell.crumble-glow-orange:before{animation-duration:.7s;background:radial-gradient(circle,#ff9800b3 0,#ff980066 50%,#ff98001a 100%);box-shadow:0 0 25px #ff9800e6,inset 0 0 25px #ff980066}.board-cell.crumble-glow-red:before{animation-duration:.4s;background:radial-gradient(circle,#f44336cc 0,#f4433680 50%,#f4433633 100%);box-shadow:0 0 30px #f44336,inset 0 0 30px #f4433680}@keyframes crumble-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.board-cell.crumble-glow{border-color:#fff9;transform:scale(1.02);transition:all .3s ease}@media (max-width:768px){.board-cell.crumble-glow:before{bottom:-3px;left:-3px;right:-3px;top:-3px}.board-cell.crumble-glow-green:before{box-shadow:0 0 15px #4caf50b3,inset 0 0 15px #4caf5033}.board-cell.crumble-glow-orange:before{box-shadow:0 0 18px #ff9800cc,inset 0 0 18px #ff98004d}.board-cell.crumble-glow-red:before{box-shadow:0 0 22px #f44336e6,inset 0 0 22px #f4433666}.current-word{font-size:clamp(.9rem,3vw,1.2rem);min-height:32px;padding:6px}.word-controls{gap:8px}.word-controls button{font-size:clamp(.8rem,2.5vw,1rem);min-height:36px;padding:8px 12px}.game-header{display:flex;flex-direction:column;gap:0;padding:5px 5px 0}.game-header-left{justify-content:center;order:1;width:100%}.timer-exit-container{align-items:center;display:flex;gap:8px;justify-content:space-between;order:0;width:100%}.timer{flex:1 1;font-size:clamp(1rem,3.5vw,1.2rem);min-width:0;min-width:auto}}@media (max-width:480px){.board-cell{border-radius:4px}.game-board.puzzle-mode{gap:3px!important;padding:6px!important}.game-board.puzzle-mode .board-cell{font-size:clamp(1.3rem,5.5vw,2.5rem)!important;min-height:50px!important;min-width:50px!important}.board-cell .points{bottom:1px;font-size:8px;right:1px}.word-controls button{font-size:clamp(1.2rem,4vw,1.5rem);min-height:55px;padding:12px 16px}.game-header{padding:6px}.timer{font-size:clamp(.9rem,3vw,1.1rem);padding:6px 12px}}.game-board-container{aspect-ratio:1;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:min(90vw,600px);padding:16px;width:100%}.game-screen{align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);background:var(--theme-game-background,linear-gradient(135deg,#0f0f23 0,#1a1a2e 50%,#16213e 100%));color:#fff;color:var(--theme-text-primary,#fff);display:flex;flex-direction:column;gap:16px;min-height:100vh;overflow:hidden;padding:16px;position:relative;width:100%}.stats-panel{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0000004d;border:2px solid #ffd7004d;border-radius:16px;box-shadow:0 8px 32px #0000004d;color:#fff;margin:10px auto;max-width:600px;padding:20px}.histogram{margin:20px 0}.histogram h3{color:#fff;font-size:1.2rem;margin-bottom:16px;text-align:center;text-shadow:0 2px 4px #00000080}.histogram-container{align-items:flex-end;background:#ffffff0d;border:1px solid #ffd70033;border-radius:8px;display:flex;gap:8px;height:120px;justify-content:space-around;padding:16px}.histogram-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:32px;position:relative}.bar{align-items:flex-start;background:linear-gradient(135deg,#ff6b35,#ff8e53);border-radius:4px 4px 0 0;bottom:0;display:flex;justify-content:center;min-height:4px;position:absolute;transition:all .3s ease;width:100%}.bar:hover{background:linear-gradient(135deg,#ff5722,#ff7043)}.bar-value{color:#fff;font-size:10px;font-weight:700;margin-top:2px;text-shadow:0 1px 2px #000000b3}.bar-label{bottom:-25px;color:gold;font-size:12px;font-weight:700;margin-top:8px;position:absolute;text-align:center;text-shadow:0 1px 2px #00000080;width:100%}.word-list{margin-top:20px}.word-list h3{color:#fff;font-size:1.2rem;margin-bottom:16px;text-align:center;text-shadow:0 2px 4px #00000080}.word-list-container{background:#ffffff0d;border:1px solid #ffd70033;border-radius:8px;max-height:200px;overflow-y:auto;padding:16px}.word-list-container p{color:#fff;font-style:italic;opacity:.8;text-align:center}.word-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;display:flex;justify-content:space-between;margin:4px 0;padding:8px 12px;transition:all .2s ease}.word-item:hover{background:#ffffff1a;transform:translateX(2px)}.word-text{color:#fff;font-weight:700}.word-score,.word-text{text-shadow:0 1px 2px #00000080}.word-score{font-size:1rem}.stats-header{display:flex;justify-content:space-between;margin-bottom:16px}.stats-title{color:gold;font-size:24px;font-weight:700;text-shadow:0 2px 4px #00000080}.stats-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:24px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffd70033;border-radius:12px}.stat-label{margin-bottom:8px}.stat-value{color:gold;text-shadow:0 2px 4px #00000080}.virtual-word-list-container{background-color:#fff;border-radius:4px;position:relative}.virtual-word-item{transition:background-color .1s ease}.virtual-word-item:hover{background-color:#f5f5f5}.virtual-word-item:nth-child(2n){background-color:#fafafa}.virtual-word-item:nth-child(2n):hover{background-color:#f0f0f0}.virtual-word-list-container ::-webkit-scrollbar{width:8px}.virtual-word-list-container ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.virtual-word-list-container ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.virtual-word-list-container ::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.settings-panel{border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 auto;width:100%}.setting-item{align-items:flex-start;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;gap:20px;justify-content:space-between;padding:8px}.setting-item label{color:#2c3e50;flex:1 1;font-size:16px;font-weight:600;min-width:140px;padding-top:6px}.setting-controls{flex:2 1;gap:8px}.setting-controls select{border:1px solid #ced4da;border-radius:4px;color:#495057;font-size:14px;padding:8px;width:100%}.setting-toggle{gap:8px}.setting-toggle input[type=checkbox]{cursor:pointer;height:18px;width:18px}.setting-toggle span{color:#495057;font-size:14px}.setting-description{color:#6c757d;font-size:13px;margin-top:4px}.sound-toggle{align-items:center;display:flex;gap:8px}.sound-toggle input[type=checkbox]{cursor:pointer;height:20px;width:20px}.sound-toggle span{color:#495057;font-size:14px}.volume-control{display:flex;flex-direction:column;gap:8px}.volume-control input[type=range]{-webkit-appearance:none;background:#e9ecef;border-radius:3px;height:6px;opacity:.7;outline:none;transition:opacity .2s;width:100%}.volume-control input[type=range]:hover{opacity:1}.volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#4a6ee0;border-radius:50%;cursor:pointer;height:18px;-webkit-transition:all .2s ease;transition:all .2s ease;width:18px}.volume-control input[type=range]::-moz-range-thumb{background:#4a6ee0;border-radius:50%;cursor:pointer;height:18px;-moz-transition:all .2s ease;transition:all .2s ease;width:18px}.volume-control input[type=range]:disabled{cursor:not-allowed;opacity:.5}.volume-control input[type=range]:disabled::-webkit-slider-thumb{background:#adb5bd;cursor:not-allowed}.volume-control input[type=range]:disabled::-moz-range-thumb{background:#adb5bd;cursor:not-allowed}.settings-screen button{background-color:#4a6ee0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:16px;padding:12px;transition:all .2s ease;width:100%}.settings-screen button:hover{background-color:#3a5dcf;transform:translateY(-1px)}.settings-screen button:active{transform:translateY(0)}.game-header-left{align-items:center;display:flex;gap:16px}.timer{background-color:#eef2ff;border:2px solid #4a6ee0;border-radius:6px;box-shadow:0 2px 4px #4a6ee01a;color:#4a6ee0;font-family:Roboto Mono,monospace;font-size:24px;font-weight:700;min-width:140px;padding:8px 16px;text-align:center}.game-sound-toggle{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:8px;padding:8px}.game-sound-toggle input[type=checkbox]{cursor:pointer;height:18px;width:18px}.game-sound-toggle label{color:#495057;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}.score{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#2c3e50;font-size:18px;font-weight:600;padding:8px 16px}.timer{animation:timerPulse 2s infinite}@keyframes timerPulse{0%{box-shadow:0 2px 4px #4a6ee01a}50%{box-shadow:0 2px 8px #4a6ee033}to{box-shadow:0 2px 4px #4a6ee01a}}.board-cell.bomb-letter,.bomb-letter{background:#f55!important;background:var(--theme-bomb-tile,#f55)!important;background-color:#f55!important;background-color:var(--theme-bomb-tile,#f55)!important;border:2px solid #f33!important;border:2px solid var(--theme-bomb-tile,#f33)!important;box-shadow:0 0 8px #f55c!important}.board-cell.bomb-letter .letter,.bomb-letter .letter{color:#fff!important;font-weight:700;text-shadow:1px 1px 2px #00000080}.board-cell.bomb-letter .points,.bomb-letter .points{color:#ffe0e0!important;font-weight:700}.board-cell.bomb-letter:hover,.bomb-letter:hover{background:#f33!important;background-color:#f33!important;box-shadow:0 4px 12px #ff5555e6!important;transform:scale(1.05)}.board-cell.selected:not(.bomb-letter){background-color:#4caf50}.board-cell.bomb-letter.selected{background:#f11!important;background-color:#f11!important;border-color:#45a049!important;box-shadow:0 4px 12px #ff5555e6!important;color:#fff!important;transform:scale(1.05)}.board-cell.double-word-letter,.double-word-letter{background:#8b5cf6!important;background:var(--theme-double-tile,#8b5cf6)!important;background-color:#8b5cf6!important;background-color:var(--theme-double-tile,#8b5cf6)!important;border:2px solid #7c3aed!important;border:2px solid var(--theme-double-tile,#7c3aed)!important;box-shadow:0 0 8px #8b5cf6cc!important}.board-cell.double-word-letter .letter,.double-word-letter .letter{color:#fff!important;font-weight:700;text-shadow:1px 1px 2px #00000080}.board-cell.double-word-letter .points,.double-word-letter .points{color:#e9d5ff!important;font-weight:700}.board-cell.double-word-letter:hover,.double-word-letter:hover{background:#7c3aed!important;background-color:#7c3aed!important;box-shadow:0 4px 12px #8b5cf6e6!important;transform:scale(1.05)}.board-cell.double-word-letter.selected{background:#6d28d9!important;background-color:#6d28d9!important;border-color:#45a049!important;box-shadow:0 4px 12px #8b5cf6e6!important;color:#fff!important;transform:scale(1.05)}.board-cell.triple-word-letter,.triple-word-letter{background:#1e3a8a!important;background:var(--theme-triple-tile,#1e3a8a)!important;background-color:#1e3a8a!important;background-color:var(--theme-triple-tile,#1e3a8a)!important;border:2px solid #1e40af!important;border:2px solid var(--theme-triple-tile,#1e40af)!important;box-shadow:0 0 8px #1e3a8acc!important}.board-cell.triple-word-letter .letter,.triple-word-letter .letter{color:#fff!important;font-weight:700;text-shadow:1px 1px 2px #00000080}.board-cell.triple-word-letter .points,.triple-word-letter .points{color:#bfdbfe!important;font-weight:700}.board-cell.triple-word-letter:hover,.triple-word-letter:hover{background:#1e40af!important;background-color:#1e40af!important;box-shadow:0 4px 12px #1e3a8ae6!important;transform:scale(1.05)}.board-cell.triple-word-letter.selected{background:#1d4ed8!important;background-color:#1d4ed8!important;border-color:#45a049!important;box-shadow:0 4px 12px #1e3a8ae6!important;color:#fff!important;transform:scale(1.05)}.board-cell.sponsor-word-tile,.sponsor-word-tile{background:#fff!important;background-color:#fff!important;border:2px solid #3b82f6!important;box-shadow:0 0 12px #ffd70099!important}.board-cell.sponsor-word-tile .letter,.sponsor-word-tile .letter{color:#2563eb!important;font-weight:700;text-shadow:1px 1px 2px #2563eb33}.board-cell.sponsor-word-tile .points,.sponsor-word-tile .points{color:#1e40af!important;font-weight:700}.board-cell.sponsor-word-tile:hover,.sponsor-word-tile:hover{background:#f8fafc!important;background-color:#f8fafc!important;box-shadow:0 0 16px #ffd700cc!important;transform:scale(1.05)}.board-cell.sponsor-word-tile.selected{background:#e0f2fe!important;background-color:#e0f2fe!important;border-color:#0ea5e9!important;box-shadow:0 0 16px #ffd700cc!important;color:#0c4a6e!important;transform:scale(1.05)}.board-cell.selected:not(.bomb-letter):not(.double-word-letter):not(.triple-word-letter):not(.sponsor-word-tile){background-color:#4caf50}.board-cell.keyboard-focused{box-shadow:0 0 0 1px #fff,0 0 12px #ffd70099!important;outline:3px solid gold!important;outline-offset:2px!important;position:relative;z-index:10}.board-cell.empty-cell{background:#ffffff0d;border:1px dashed #fff3}.board-cell.empty-cell.keyboard-focused{background:#ffd7001a;border:1px dashed #ffd70080;box-shadow:0 0 0 1px #fff,0 0 12px #ffd70066!important;outline-color:gold!important}.board-cell.keyboard-focused.high-contrast{box-shadow:0 0 0 2px #000,0 0 16px #ff0c!important;outline:4px solid #ff0!important;outline-offset:3px!important}.board-cell.bomb-letter.keyboard-focused{box-shadow:0 0 0 1px #fff,0 0 12px #ff6b6b99!important;outline-color:#ff6b6b!important}.board-cell.double-word-letter.keyboard-focused{box-shadow:0 0 0 1px #fff,0 0 12px #a855f799!important;outline-color:#a855f7!important}.board-cell.triple-word-letter.keyboard-focused{box-shadow:0 0 0 1px #fff,0 0 12px #3b82f699!important;outline-color:#3b82f6!important}.board-cell.sponsor-word-tile.keyboard-focused{box-shadow:0 0 0 1px #2563eb,0 0 16px #ffd700cc!important;outline-color:gold!important}@keyframes keyboard-focus-pulse{0%{box-shadow:0 0 0 1px #fff,0 0 8px #ffd70066;outline-width:3px}50%{box-shadow:0 0 0 1px #fff,0 0 16px #ffd700cc;outline-width:4px}to{box-shadow:0 0 0 1px #fff,0 0 8px #ffd70066;outline-width:3px}}.board-cell.keyboard-focused{animation:keyboard-focus-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.board-cell.keyboard-focused{animation:none}}.game-board .board-cell.keyboard-focused{z-index:20}@media (max-width:600px){.board-cell .special-label{font-size:6px;top:1px}}@media (min-width:800px){.board-cell .special-label{font-size:10px;top:3px}}.sponsor-message{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #2563eb33;border-radius:12px;box-shadow:0 4px 8px #0000001a;display:flex;justify-content:center;margin:0;padding:5px}.sponsor-text{color:#374151;font-family:inherit;font-size:24px;line-height:1;text-align:center}.sponsor-text strong{color:#2563eb;font-weight:600}@media (max-width:768px){.sponsor-message{margin:12px 16px;padding:8px 16px}.sponsor-text{font-size:20px}}@media (prefers-color-scheme:dark){.sponsor-message{background:#000c;border-color:#2563eb4d}.sponsor-text{color:#d1d5db}.sponsor-text strong{color:#60a5fa}}.sponsor-message{animation:fadeInUp .3s ease-out}.survival-milestone-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:2000}.survival-milestone-overlay.visible{opacity:1}.survival-milestone-notification{animation:milestoneAppear .5s ease forwards;background:linear-gradient(135deg,#2d1b69,#11998e 50%,#38ef7d);border:3px solid #38ef7d;border-radius:20px;box-shadow:0 25px 50px #0006;max-width:400px;padding:32px;position:relative;transform:scale(.8);width:90%}@keyframes milestoneAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.milestone-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;position:relative}.milestone-icon{animation:milestoneGlow 2s ease-in-out infinite;font-size:32px;margin-right:12px}@keyframes milestoneGlow{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.milestone-header h2{color:#38ef7d;flex:1 1;font-size:24px;font-weight:700;margin:0;text-shadow:0 2px 4px #00000080}.milestone-close{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.milestone-close:hover{background:#fff3;transform:scale(1.1)}.milestone-info{margin-bottom:24px;text-align:center}.milestone-title{color:#fff;font-size:20px;font-weight:700;margin-bottom:8px}.milestone-score{color:#38ef7d;font-size:28px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #00000080}.milestone-description{color:#e0e0e0;font-size:16px;font-style:italic}.milestone-rewards{margin-bottom:24px}.milestone-rewards h3{color:#38ef7d;font-size:18px;font-weight:700;margin-bottom:16px;text-align:center}.rewards-list{display:flex;flex-direction:column;gap:12px}.reward-item{align-items:center;background:#ffffff1a;border:1px solid #38ef7d4d;border-radius:12px;display:flex;gap:12px;padding:12px 16px;transition:all .2s ease}.reward-item:hover{background:#ffffff26;border-color:#38ef7d80;transform:translateX(4px)}.reward-icon{font-size:24px;min-width:32px;text-align:center}.reward-amount{color:#38ef7d;font-size:20px;font-weight:700;min-width:40px}.reward-label{color:#fff;flex:1 1;font-size:16px;font-weight:500}.milestone-actions{display:flex;justify-content:center;margin-bottom:16px}.continue-button{background:linear-gradient(135deg,#11998e,#38ef7d);border:none;border-radius:12px;box-shadow:0 4px 12px #38ef7d4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;min-width:160px;padding:14px 28px;transition:all .2s ease}.continue-button:hover{box-shadow:0 6px 16px #38ef7d66;transform:translateY(-2px)}.continue-button:active{transform:translateY(0)}.milestone-progress{border-top:1px solid #fff3;padding-top:16px;text-align:center}.progress-text{color:#b0b0b0;font-style:italic}@media (max-width:480px){.survival-milestone-notification{margin:20px;padding:24px}.milestone-header h2{font-size:20px}.milestone-score{font-size:24px}.milestone-title{font-size:18px}.rewards-list{gap:8px}.reward-item{padding:10px 12px}.reward-icon{font-size:20px;min-width:28px}.reward-amount{font-size:18px;min-width:36px}.reward-label{font-size:14px}}@keyframes rewardPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.reward-item{animation:rewardPulse 2s ease-in-out infinite;animation-delay:calc(var(--index)*.2s)}.reward-item:first-child{--index:0}.reward-item:nth-child(2){--index:1}.reward-item:nth-child(3){--index:2}.reward-item:nth-child(4){--index:3}.survival-milestone-notification{box-shadow:0 25px 50px #0006,0 0 30px #38ef7d4d,inset 0 1px 0 #ffffff1a}.game-over-results-screen{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);display:flex;justify-content:center;min-height:100vh;padding:20px 20px 100px}.game-over-results-content{animation:gameOverGlow 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid gold;border-radius:16px;box-shadow:0 20px 40px #0000004d;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin:auto;max-width:600px;padding:32px;text-align:center;width:100%}.game-over-results-header{margin-bottom:24px;text-align:center}.game-over-results-header h1{color:#4ade80;font-size:2.5rem;font-weight:700;margin:0 0 16px;text-shadow:0 2px 4px #00000080}.game-over-performance-badge{align-items:center;display:flex;font-size:1.3rem;font-weight:700;gap:8px;justify-content:center;text-shadow:0 2px 4px #00000080}.game-over-login-message-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:16px 20px;text-align:center}.game-over-login-message{color:#fff;font-size:1.1rem!important;font-weight:600;margin:0;text-shadow:0 1px 2px #00000080}.game-over-login-link,.game-over-signup-link{background:none;border:none;color:gold;cursor:pointer;font-size:inherit;font-weight:700;margin:0;padding:0;text-decoration:underline;text-shadow:0 1px 2px #00000080;transition:all .2s ease}.game-over-login-link:hover,.game-over-signup-link:hover{color:#ffed4e;text-decoration:none;transform:scale(1.05)}.game-over-main-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}.game-over-main-stat{background:linear-gradient(135deg,#ffd70026,#ffffff14);border:2px solid #ffd7004d;border-radius:16px;box-shadow:0 8px 32px #ffd7001a;overflow:hidden;padding:24px 20px;position:relative;text-align:center;transition:all .3s ease}.game-over-main-stat:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.game-over-main-stat:hover{border-color:#ffd70080;box-shadow:0 12px 40px #ffd70033;transform:translateY(-2px)}.game-over-main-stat .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:3.5rem!important;font-weight:900;line-height:1;margin-bottom:8px;position:relative;text-shadow:0 4px 8px #000000b3;z-index:1}.game-over-main-stat .stat-label{color:gold;font-size:1.4rem!important;font-weight:700;letter-spacing:1.5px;position:relative;text-shadow:0 2px 4px #00000080;text-transform:uppercase;z-index:1}.game-over-main-stat.score-stat{background:linear-gradient(135deg,#ffffff1a,#f0f0f00d);border-color:#ffffffe6}.game-over-main-stat.score-stat .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fff0f0);-webkit-background-clip:text;background-clip:text}.game-over-main-stat.words-stat{background:linear-gradient(135deg,#ffffff1a,#f0f0f00d);border-color:#ffffffe6}.game-over-main-stat.words-stat .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fff0f0);-webkit-background-clip:text;background-clip:text}.game-over-detailed-stats{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:16px}.game-over-stat-row{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:8px 0}.game-over-stat-row:last-child{border-bottom:none}.game-over-stat-row .stat-name{color:gold;font-size:1.1rem!important;font-weight:600;text-shadow:0 2px 4px #00000080}.game-over-stat-row .stat-value{color:#fff;font-size:1.2rem!important;font-weight:700;text-shadow:0 2px 4px #00000080}.game-over-words-found{margin-bottom:32px}.game-over-words-found h3{color:gold;font-size:1.5rem!important;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px #00000080}.game-over-words-list{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-height:200px;overflow-y:auto;padding:16px}.game-over-found-word{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:1rem!important;font-weight:600;padding:6px 10px;text-shadow:0 1px 2px #0000004d;transition:all .2s ease}.game-over-found-word:hover{background:#fff3;transform:translateY(-1px)}.game-over-found-word.bonus{background:linear-gradient(135deg,gold,#ffed4e);border-color:gold;color:#1a1a2e;font-weight:700}.game-over-results-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-top:2px solid #ffd700b3;bottom:0;box-sizing:border-box;display:flex;gap:12px;justify-content:center;left:0;padding:16px;position:fixed;right:0;width:100%;z-index:1001}.game-over-results-actions .game-button{flex:1 1;max-width:150px;min-width:120px}@media (max-width:768px){.game-over-results-content{margin:16px;padding:24px}.game-over-main-stats{gap:12px;grid-template-columns:1fr 1fr}.game-over-main-stat{padding:20px 16px}.game-over-main-stat .stat-value{font-size:2.8rem!important}.game-over-main-stat .stat-label{font-size:1.2rem!important}.game-over-results-header h1{font-size:2rem}.game-over-results-actions{gap:8px;padding:12px}.game-over-results-actions .game-button{flex:1 1;font-size:.9rem!important;min-width:70px}.game-over-stat-row .stat-name{font-size:1rem!important}.game-over-stat-row .stat-value{font-size:1.1rem!important}.game-over-words-found h3{font-size:1.3rem!important}.game-over-found-word{font-size:.9rem!important}.game-over-login-message{font-size:1rem!important}}@media (max-width:480px){.game-over-results-content{margin:12px;padding:20px}.game-over-results-header h1{font-size:1.8rem}.game-over-main-stat{padding:16px 12px}.game-over-main-stat .stat-value{font-size:2.2rem!important}.game-over-main-stat .stat-label{font-size:1.1rem!important}.game-over-performance-badge{font-size:1.1rem}.game-over-results-actions .game-button{font-size:.8rem!important}.game-over-stat-row .stat-name{font-size:.95rem!important}.game-over-stat-row .stat-value{font-size:1rem!important}.game-over-words-found h3{font-size:1.2rem!important}.game-over-found-word{font-size:.85rem!important;padding:5px 8px}.game-over-login-message{font-size:.95rem!important}}@keyframes gameOverGlow{0%,to{box-shadow:0 20px 40px #0000004d,0 0 10px #ffd7004d}50%{box-shadow:0 20px 40px #0000004d,0 0 30px #ffd70099}}.page-wrapper{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);background:var(--theme-menu-background,linear-gradient(135deg,#1e3a8a 0,#3b82f6 50%,#60a5fa 100%));min-height:100vh}.page-container,.page-wrapper{display:flex;flex-direction:column}.page-container{background-color:#fff;flex-grow:1;margin-top:20px;max-width:800px;overflow-y:auto;padding:20px 20px 6rem}.page-content{flex-grow:1}.sponsors-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.sponsors-section h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.sponsor-content{color:#374151;line-height:1.6}.sponsor-content p{margin-bottom:1rem}.sponsor-content ul{margin-bottom:1rem;padding-left:1.5rem}.sponsor-content li{margin-bottom:.5rem}.sponsor-image{border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.page-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.page-header h1{color:#000;font-size:2em;margin:0;text-align:center}.page-buttons{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(var(--theme-backdrop-blur,10px));backdrop-filter:blur(var(--theme-backdrop-blur,10px));background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);background:var(--theme-game-background,linear-gradient(135deg,#0f0f23 0,#1a1a2e 50%,#16213e 100%));border-top:2px solid #ffd7004d;border-top:2px solid var(--theme-accent,#ffd7004d);bottom:0!important;box-shadow:0 -4px 20px #0000004d;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;left:0;padding:16px;position:fixed!important;width:100%;z-index:1000}.page-buttons .game-button{flex:0 1 auto;min-width:80px}.page-content h2{font-size:1.4em;margin-top:20px}.page-content h3{color:#333;font-size:1.2em;margin-top:15px}.page-content h4{color:#333;font-size:1.1em;margin-top:15px}.page-content p,.page-content ul{color:#333;font-size:1em;line-height:1.5}.page-content ul{margin-left:20px}.page-content a{color:#007bff;text-decoration:none}.page-content a:hover{text-decoration:underline}.tutorial-icon-text{color:#b15928;font-weight:700}.leaderboard-tabs{border-bottom:2px solid #e0e0e0;display:flex;margin-bottom:20px}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:12px 20px;text-align:center;transition:all .3s ease}.tab-button:hover{background-color:#f5f5f5;color:#333}.tab-button.active{background-color:#f8f9fa;border-bottom-color:#007bff;color:#007bff;font-weight:600}.leaderboard-table{border-collapse:collapse;margin-top:10px;width:100%}.leaderboard-table td,.leaderboard-table th{border-bottom:1px solid #ddd;font-size:1em;font-weight:400;padding:10px;text-align:center}.leaderboard-table th{background-color:#f5f5f5;font-weight:700}.leaderboard-table tr:hover{background-color:#f9f9f9}.leaderboard-table .rank{width:10%}.leaderboard-table .score{width:15%}.leaderboard-table .player{width:25%}.leaderboard-table .board-size,.leaderboard-table .difficulty,.leaderboard-table .letter-freq,.leaderboard-table .season-total{width:15%}.leaderboard-table .date{width:20%}.difficulty-header{cursor:help;display:inline-block}.info-icon{color:#007bff;font-size:.9em;margin-left:4px;opacity:.8;transition:opacity .2s ease}.difficulty-header:hover .info-icon{opacity:1}.difficulty-header:hover .tooltip{opacity:1;visibility:visible}.tooltip{background-color:#333;border-radius:6px;bottom:125%;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:400;left:50%;line-height:1.3;max-width:180px;min-width:140px;opacity:0;padding:8px 12px;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;white-space:normal;width:max-content;z-index:1000}.difficulty-header{position:relative}.difficulty-header .tooltip{left:50%;transform:translateX(-50%)}.leaderboard-table th:last-child .difficulty-header .tooltip,.leaderboard-table th:nth-last-child(2) .difficulty-header .tooltip{left:auto;right:0;transform:none}@media (max-width:600px){.tooltip{margin:0;max-width:calc(100vw - 60px);min-width:120px;width:auto}.leaderboard-table th:last-child .difficulty-header .tooltip,.leaderboard-table th:nth-last-child(2) .difficulty-header .tooltip,.tooltip{left:50%;right:auto;transform:translateX(-50%)}}.tooltip:after{border:5px solid #0000;border-top-color:#333;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.leaderboard-table th:last-child .difficulty-header .tooltip:after,.leaderboard-table th:nth-last-child(2) .difficulty-header .tooltip:after{left:80%;margin-left:-5px}@media (max-width:600px){.leaderboard-table th:last-child .difficulty-header .tooltip:after,.leaderboard-table th:nth-last-child(2) .difficulty-header .tooltip:after,.tooltip:after{left:50%;margin-left:-5px;transform:translateX(-50%)}}.rank-1 .player,.rank-1 .score{color:#d4a017;font-weight:700}.rank-2 .player,.rank-2 .score{color:#6b7280;font-weight:700}.rank-3 .player,.rank-3 .score{color:#b15928;font-weight:700}.your-score-row{background-color:#e3f2fd}.error,.loading,.no-scores{color:#555;font-size:1.2em;margin:20px 0;text-align:center}.error p{margin:0 0 10px}.score-saved-notice{background-color:#e7f3e7;border-radius:4px;margin-bottom:20px;padding:10px;text-align:center}.score-saved-notice p{color:#2e7d32;margin:0}.retry-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1em;padding:8px 16px;transition:background-color .2s ease}.retry-button:hover{background-color:#45a049}.settings-panel{gap:20px}.setting-item,.settings-panel{display:flex;flex-direction:column}.setting-item{gap:10px}.setting-controls{flex-direction:column;gap:5px}.setting-controls input[type=range],.setting-controls select{border:1px solid #ddd;border-radius:4px;font-size:1em;padding:8px}.setting-toggle{align-items:center;display:flex;gap:10px}.setting-toggle input[type=checkbox]{height:20px;width:20px}.setting-description{color:#555}.levels-table{border-collapse:collapse;margin-top:10px;width:100%}.levels-table td,.levels-table th{border:1px solid #ddd;padding:8px;text-align:left}.levels-table th{background-color:#f0f0f0}.video-tutorial-link{background:none;border:none;color:#007bff;cursor:pointer;font-size:1em;margin-bottom:10px;padding:0;text-decoration:underline}.video-tutorial-link:hover{color:#0056b3}.tutorial-image{box-shadow:0 4px 8px #0003;margin:10px auto;width:300px}@media (max-width:600px){.page-container{margin:15px auto 0;max-height:100vh;padding:1rem 1rem 8rem}.page-content{margin-bottom:2rem}.page-buttons{gap:8px;padding:12px}.page-buttons .game-button{font-size:.9rem!important;min-width:70px}.page-header h1{font-size:1.5em}.leaderboard-table td,.leaderboard-table th{font-size:14px;font-size:.9em;padding:8px}.tab-button{font-size:14px;padding:10px 15px}}@media (max-width:480px){.page-buttons .game-button{font-size:.8rem!important}}.save-status{border-radius:5px;font-weight:700;margin:10px 0;padding:10px;text-align:center}.save-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.save-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.default-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:5px 10px;transition:background-color .2s;white-space:nowrap}.default-button:hover:not(:disabled){background-color:#0056b3}.default-button:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.setting-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:10px}@media (max-width:600px){.setting-input-group{align-items:flex-start;flex-direction:column;gap:5px}}.page-content h2{border-bottom:2px solid #007bff;color:#333;margin-bottom:20px;padding-bottom:10px}.settings-panel{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:600px;padding:20px}.settings-panel .setting-item{margin:20px 0;text-align:left;width:100%}.settings-panel .setting-item label{color:#333;display:block;font-size:1.5em;font-weight:700;margin-bottom:10px}.setting-options{display:flex;flex-wrap:wrap;gap:10px;justify-content:left;margin-bottom:10px}.setting-options button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .2s ease}.setting-options button:hover{background-color:#0056b3}.setting-options button.selected{background-color:#4caf50}.setting-options button.selected:hover{background-color:#45a049}.setting-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.setting-description{color:#666;font-size:.9em;font-style:italic}.keyboard-help{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;margin-top:12px;max-width:100%;padding:20px}.keyboard-help p{border-bottom:2px solid #007bff;color:#212529;font-size:1.1em;font-weight:700;margin:0 0 16px;padding-bottom:8px;text-align:center}.keyboard-controls-grid{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:1fr 1fr;max-width:100%}.control-group{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;box-sizing:border-box;min-width:0;padding:16px}.control-group strong{border-bottom:1px solid #e9ecef;color:#007bff;display:block;font-size:1.05em;letter-spacing:.5px;margin-bottom:12px;padding-bottom:6px;text-transform:uppercase}.control-group ul{list-style-type:none;margin:0;padding:0}.control-group li{align-items:center;border-bottom:1px solid #f8f9fa;color:#495057;display:flex;flex-wrap:wrap;font-size:.9em;gap:8px;margin:8px 0;min-width:0;padding:6px 0}.control-group li:last-child{border-bottom:none}.control-group li:before{color:#28a745;content:"▶";flex-shrink:0;font-weight:700;width:12px}kbd{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #007bff;border-radius:6px;box-shadow:0 2px 4px #007bff33;color:#007bff;display:inline-block;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:.8em;font-weight:700;line-height:1.2;margin-right:4px;padding:4px 8px;text-transform:uppercase;white-space:nowrap}@media (max-width:768px){.keyboard-controls-grid{gap:16px;grid-template-columns:1fr}.keyboard-help{padding:14px}.keyboard-help p{font-size:1em}.control-group{padding:14px}.control-group strong{font-size:1em}.control-group li{font-size:.85em;gap:6px;padding:4px 0}kbd{font-size:.75em;padding:3px 6px}}@media (max-width:480px){.keyboard-help{margin-top:10px;padding:14px}.keyboard-help p{font-size:.95em;margin-bottom:14px}.control-group{padding:12px}.control-group strong{font-size:.95em;margin-bottom:10px}.control-group li{font-size:.8em;gap:8px;margin:6px 0}kbd{font-size:.7em;padding:2px 5px}}.checkout-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.checkout-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;max-width:500px;padding:2rem;width:100%}.checkout-header{margin-bottom:2rem;text-align:center}.checkout-header h2{color:#333;font-size:1.5rem;margin:0}.checkout-content{display:flex;flex-direction:column;gap:1.5rem}.checkout-message{border-radius:5px;font-weight:700;padding:1rem;text-align:center}.checkout-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.checkout-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-buttons{display:flex;gap:1rem}.checkout-button{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:1rem;padding:12px 24px;transition:background-color .2s ease}.checkout-button.primary{background-color:#007bff;color:#fff}.checkout-button.primary:hover:not(:disabled){background-color:#0056b3}.checkout-button.primary:disabled{background-color:#6c757d;cursor:not-allowed}.checkout-button.secondary{background-color:#6c757d;color:#fff}.checkout-button.secondary:hover{background-color:#545b62}.checkout-loading{padding:3rem;text-align:center}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#007bff;margin:0 auto 1rem}.checkout-error{padding:2rem;text-align:center}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24;margin-bottom:1rem;padding:1rem}.premium-gate{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffd7004d;border-radius:16px;overflow:hidden;padding:30px;position:relative;text-align:center}.premium-gate:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#ffd7001a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.premium-gate-content{position:relative;z-index:1}.premium-gate-icon{margin-bottom:15px}.crown-icon{animation:bounce 2s infinite;display:inline-block;font-size:48px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.premium-gate-title{color:gold;font-size:24px;font-weight:700;margin:0 0 15px;text-shadow:0 2px 4px #0000004d}.premium-gate-message{color:#ffffffe6;font-size:16px;line-height:1.5;margin:0 0 25px}.premium-gate-upgrade-btn{background:linear-gradient(135deg,gold,#ffed4e);border:none;border-radius:12px;box-shadow:0 4px 15px #ffd7004d;color:#1e3a8a;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;padding:14px 28px;text-transform:uppercase;transition:all .3s}.premium-gate-upgrade-btn:hover{background:linear-gradient(135deg,#ffed4e,gold);box-shadow:0 8px 25px #ffd70066;transform:translateY(-2px)}.premium-gate-upgrade-btn:active{transform:translateY(0)}.premium-gate-upgrade-btn.disabled{background:linear-gradient(135deg,#6b7280,#9ca3af);color:#374151;cursor:not-allowed;opacity:.6}.premium-gate-upgrade-btn.disabled:hover{background:linear-gradient(135deg,#6b7280,#9ca3af);box-shadow:0 4px 15px #6b72804d;transform:none}.premium-badge{align-items:center;border:1px solid #fff3;border-radius:12px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;display:inline-flex;font-size:11px;font-weight:600;gap:4px;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase;transition:all .2s}.premium-badge:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.premium-badge-small{border-radius:8px;font-size:9px;padding:2px 6px}.premium-badge-medium{border-radius:12px;font-size:11px;padding:4px 8px}.premium-badge-large{border-radius:16px;font-size:13px;padding:6px 12px}.premium-gate.compact{border-radius:12px;padding:20px}.premium-gate.compact .crown-icon{font-size:32px}.premium-gate.compact .premium-gate-title{font-size:18px;margin-bottom:10px}.premium-gate.compact .premium-gate-message{font-size:14px;margin-bottom:15px}.premium-gate.compact .premium-gate-upgrade-btn{font-size:14px;padding:10px 20px}.premium-gate.inline{align-items:center;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;display:inline-flex;gap:8px;padding:8px 12px}.premium-gate.inline .premium-gate-content{align-items:center;display:flex;gap:8px}.premium-gate.inline .crown-icon{animation:none;font-size:16px}.premium-gate.inline .premium-gate-message,.premium-gate.inline .premium-gate-title{display:none}.premium-gate.inline .premium-gate-upgrade-btn{border-radius:6px;font-size:12px;padding:4px 8px}.premium-gate{background:linear-gradient(135deg,#ffd7001a,#ffd7000d)}.premium-gate[data-feature=journey_mode_full]{background:linear-gradient(135deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf680}.premium-gate[data-feature=journey_mode_full] .premium-gate-title{color:#8b5cf6}.premium-gate[data-feature=premium_themes]{background:linear-gradient(135deg,#ec48991a,#ec48990d);border-color:#ec489980}.premium-gate[data-feature=premium_themes] .premium-gate-title{color:#ec4899}@media (max-width:768px){.premium-gate{border-radius:12px;padding:20px}.crown-icon{font-size:36px}.premium-gate-title{font-size:20px}.premium-gate-message{font-size:14px}.premium-gate-upgrade-btn{font-size:14px;padding:12px 24px}}.premium-gate{animation:fadeInUp .5s ease-out}.theme-selector{margin:0 auto;max-width:800px;padding:24px}.theme-selector h3{color:#fff;color:var(--theme-text-primary,#fff);font-size:1.8rem;font-weight:700;margin-bottom:8px;text-align:center}.theme-selector-description{color:#e5e7eb;color:var(--theme-text-secondary,#e5e7eb);font-size:1rem;margin-bottom:32px;text-align:center}.theme-selector-loading{align-items:center;color:#fff;color:var(--theme-text-primary,#fff);display:flex;justify-content:center;padding:48px}.theme-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.theme-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;border-radius:var(--theme-border-radius,16px);cursor:pointer;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.theme-card:hover{border-color:#fff3;box-shadow:0 8px 32px #0000004d;transform:translateY(-4px)}.theme-card.selected{border-color:gold;border-color:var(--theme-accent,gold);box-shadow:0 0 20px #ffd7004d}.theme-card.premium-locked{opacity:.7;position:relative}.theme-card.premium-locked:hover{border-color:#ffd7004d;transform:translateY(-2px)}.premium-lock-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border-radius:16px;border-radius:var(--theme-border-radius,16px);bottom:0;color:gold;display:flex;flex-direction:column;font-weight:600;gap:8px;justify-content:center;left:0;position:absolute;right:0;top:0}.premium-lock-overlay .lock-icon{font-size:24px}.premium-lock-overlay span{font-size:14px;letter-spacing:.5px;text-transform:uppercase}.theme-preview{align-items:center;border-radius:12px;display:flex;height:120px;justify-content:center;margin-bottom:16px;overflow:hidden;position:relative;width:100%}.theme-preview-board{grid-gap:4px;border-radius:8px;display:grid;gap:4px;grid-template-columns:repeat(3,1fr);height:80px;padding:8px;width:80px}.theme-preview-tile{align-items:center;border-radius:4px;display:flex;font-size:12px;font-weight:700;justify-content:center;transition:all .2s ease}.theme-preview-tile.selected{transform:scale(1.1)}.theme-preview-tile.bomb{font-size:10px}.theme-info{text-align:center}.theme-info h4{align-items:center;display:flex;font-size:1.2rem;font-weight:600;gap:8px;justify-content:center;margin:0 0 8px}.premium-badge{font-size:.9rem;opacity:.8}.theme-info p{font-size:.9rem;line-height:1.4;margin:0;opacity:.9}.theme-selected-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 8px;position:absolute;right:12px;top:12px}.theme-selector-actions{display:flex;justify-content:center;margin-top:24px}@media (max-width:768px){.theme-grid{gap:16px;grid-template-columns:1fr}.theme-card{padding:12px}.theme-preview{height:100px}.theme-preview-board{gap:3px;height:60px;padding:6px;width:60px}.theme-preview-tile{font-size:10px}.theme-info h4{font-size:1.1rem}.theme-info p{font-size:.85rem}}@media (max-width:480px){.theme-selector{padding:16px}.theme-selector h3{font-size:1.5rem}.theme-grid{gap:12px}}.blitz-game-screen{overflow:hidden;padding-bottom:120px;position:relative}.blitz-game-screen,.blitz-loading{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;display:flex;flex-direction:column;min-height:100vh}.blitz-loading{align-items:center;justify-content:center}.loading-spinner{font-size:48px}.blitz-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-bottom:2px solid gold;display:flex;justify-content:space-between;padding:16px 20px}.blitz-title h2{color:gold;font-size:24px;font-weight:700;margin:0;text-shadow:0 2px 4px #00000080}.blitz-difficulty{color:#ff6b35;font-size:12px;font-weight:700;margin-top:4px}.blitz-stats{display:flex;gap:24px}.stat-label{color:#b0b0b0;font-weight:500}.stat-value{font-size:18px;margin-top:2px}.stat-value.streak{color:#ff6b35;text-shadow:0 0 8px #ff6b3580}.blitz-timer-container{position:relative}.blitz-timer{background:#0003;justify-content:space-between;padding:16px 20px}.blitz-timer,.timer-display{align-items:center;display:flex}.timer-display{gap:16px}.time-remaining{color:gold;font-size:32px;font-weight:700;min-width:80px;text-shadow:0 2px 4px #00000080}.timer-bar{background:#ffffff1a;border:1px solid #ffd7004d;border-radius:4px;height:8px;overflow:hidden;width:200px}.timer-progress{background:linear-gradient(90deg,gold,#ff6b35);border-radius:4px;height:100%;transition:width .1s ease}.streak-indicator{align-items:center;animation:pulse 1s ease-in-out infinite;color:#ff6b35;display:flex;font-size:16px;font-weight:700;gap:8px}.multiplier{color:gold;font-size:14px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.blitz-board-container{flex:1 1;position:relative}.blitz-board-container,.blitz-word-area{align-items:center;display:flex;justify-content:center;padding:20px}.blitz-word-area{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-top:2px solid gold;bottom:0;left:0;position:fixed;right:0;z-index:100}.blitz-word-container{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:600px;width:100%}.blitz-word-display{align-items:center;display:flex;justify-content:center}.blitz-word-controls{display:flex;gap:12px;justify-content:center}.current-word{align-items:center;color:gold;display:flex;font-size:24px;font-weight:700;letter-spacing:2px;min-height:32px;text-shadow:0 2px 4px #00000080;text-transform:uppercase}.submit-word-button{background:linear-gradient(135deg,#ff6b35,#ff8e53);box-shadow:0 4px 12px #ff6b354d}.clear-button,.submit-word-button{border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:700;min-width:120px;padding:12px 24px;transition:all .2s ease}.clear-button{background:linear-gradient(135deg,#6c757d,#868e96);box-shadow:0 4px 12px #6c757d4d}.submit-word-button:hover:not(:disabled){box-shadow:0 6px 16px #ff6b3566;transform:translateY(-2px)}.submit-word-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.clear-button:hover{box-shadow:0 6px 16px #6c757d66;transform:translateY(-2px)}.score-popup{animation:scorePopup 2s ease-out forwards;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.score-popup-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:2px solid gold;border-radius:12px;padding:16px 24px;text-align:center}.word-score{color:gold;font-size:32px;font-weight:700;text-shadow:0 2px 4px #00000080}.streak-bonus,.time-bonus{color:#ff6b35;font-size:14px;font-weight:700;margin-top:4px}.new-streak{animation:pulse .5s ease-in-out;color:#ff6b35;font-size:18px;font-weight:700;margin-top:8px}@keyframes scorePopup{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}20%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}80%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}@media (max-width:768px){.blitz-header{padding:12px 16px}.blitz-stats{gap:16px}.stat-value{font-size:16px}.time-remaining{font-size:24px}.timer-bar{width:120px}.blitz-word-area{padding:16px}.blitz-game-screen{padding-bottom:140px}.blitz-word-controls{flex-direction:column;gap:12px}.current-word{font-size:20px}.clear-button,.submit-word-button{flex:none;width:100%}.final-stats{grid-template-columns:1fr}.rapid-generation-indicator{font-size:10px;padding:6px 12px;right:10px;top:140px}}@media (max-width:480px){.blitz-header{align-items:center}.blitz-header,.blitz-timer{flex-direction:column;gap:12px}.blitz-timer{text-align:center}.timer-display{flex-direction:column;gap:8px}.game-over-content{padding:24px}.game-over-content h2{font-size:24px}.game-over-actions{align-items:center;flex-direction:column;gap:12px}.game-over-actions button{max-width:200px;width:100%}.blitz-game-screen{padding-bottom:160px}}@keyframes blitzGameOverGlow{0%,to{box-shadow:0 20px 40px #00000080,0 0 10px #ffd7004d}50%{box-shadow:0 20px 40px #00000080,0 0 30px #ffd70099}}.blitz-results-screen{align-items:center;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:20px}.results-content{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border:2px solid gold;box-shadow:0 20px 40px #0000004d;text-align:center}.results-header{margin-bottom:32px}.results-header h1{color:gold;font-size:36px;margin-bottom:16px}.performance-badge{background:#ffffff1a;border:2px solid;border-radius:20px;display:inline-flex;font-size:18px;padding:8px 16px}.performance-emoji{font-size:24px}.main-stats{grid-gap:24px;gap:24px;margin-bottom:32px}.main-stat{border:1px solid #ffd70033;padding:20px}.main-stat .stat-value{color:gold;font-size:32px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #00000080}.main-stat .stat-label{color:#b0b0b0;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.detailed-stats{margin-bottom:32px;padding:20px}.stat-row .stat-name{color:#e0e0e0;font-size:14px;font-weight:500}.stat-row .stat-value{color:gold;font-size:14px;font-weight:700}.words-found{margin-bottom:32px}.words-found h3{color:gold;font-size:20px;font-weight:700;margin-bottom:16px}.words-list{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;max-height:120px;overflow-y:auto;padding:16px}.found-word{background:#ff6b3533;border:1px solid #ff6b354d;border-radius:4px;color:#ff6b35;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.results-actions{flex-wrap:wrap}.results-actions button{background:linear-gradient(135deg,#4ade80,#22c55e);border:none;border-radius:8px;box-shadow:0 4px 12px #4ade804d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;min-width:120px;padding:12px 20px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.results-actions button:hover{box-shadow:0 6px 16px #4ade8066;transform:translateY(-2px)}.play-again-button{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 4px 12px #3b82f64d!important}.play-again-button:hover{box-shadow:0 6px 16px #3b82f666!important}.share-button{background:linear-gradient(135deg,#a855f7,#9333ea)!important;box-shadow:0 4px 12px #a855f74d!important}.share-button:hover{box-shadow:0 6px 16px #a855f766!important}@media (max-width:768px){.results-content{margin:10px;padding:24px}.results-header h1{font-size:28px}.performance-badge{font-size:16px}.main-stats{gap:16px;grid-template-columns:1fr}.main-stat .stat-value{font-size:28px}.results-actions{align-items:center;flex-direction:column}.results-actions button{max-width:200px;width:100%}}@media (max-width:480px){.results-content{padding:20px}.results-header h1{font-size:24px}.performance-badge{font-size:14px;padding:6px 12px}.main-stat .stat-value{font-size:24px}.words-list{max-height:80px;padding:12px}.found-word{font-size:10px;padding:3px 6px}}@keyframes resultsGlow{0%,to{box-shadow:0 0 10px #ffd7004d}50%{box-shadow:0 0 30px #ffd70099}}.results-content{animation:resultsGlow 3s ease-in-out infinite}.words-list::-webkit-scrollbar{width:4px}.words-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.words-list::-webkit-scrollbar-thumb{background:#ffd70080;border-radius:2px}.words-list::-webkit-scrollbar-thumb:hover{background:#ffd700b3}.puzzle-start-screen{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.puzzle-start-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#3b82f6f2,#6366f1f2 50%,#8b5cf6f2);border:2px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #0006;color:#fff;max-height:95vh;max-width:900px;overflow-y:auto;padding:32px;width:95%}.puzzle-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.puzzle-header h2{color:#fff;font-size:2rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.close-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;flex-grow:0;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;max-height:40px;max-width:40px;min-height:40px;min-width:40px;transition:all .3s ease;width:40px}.close-button:hover{background:#fff3;transform:scale(1.1)}.puzzle-stats-summary{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:24px;margin-bottom:32px;padding:20px}.stat-item{align-items:center;display:flex;flex-direction:column;gap:4px}.stat-value{color:#fff;font-size:1.5rem}.stat-label{font-size:.85rem}.puzzle-categories{margin-bottom:32px}.puzzle-categories h3{color:#fff;font-size:1.3rem;margin:0 0 16px}.category-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card{background:#ffffff1a;border:2px solid #fff3;border-radius:16px;color:#fff;cursor:pointer;padding:20px;position:relative;text-align:center;transition:all .3s ease}.category-card:hover:not(.locked){background:#ffffff26;box-shadow:0 8px 24px #0003;transform:translateY(-2px)}.category-card.selected{background:#fff3;border-color:#fff6;box-shadow:0 0 20px #ffffff4d}.category-card.locked{cursor:not-allowed;opacity:.5}.category-icon{font-size:2rem;margin-bottom:12px}.category-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.category-description{color:#fffc;font-size:.9rem;line-height:1.4}.lock-overlay{font-size:2rem;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%)}.puzzle-collections{margin-bottom:32px}.puzzle-collections h3{color:#fff;font-size:1.3rem;margin:0 0 16px}.collection-list{display:flex;flex-direction:column;gap:12px}.collection-card{background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;color:#fff;cursor:pointer;padding:16px;position:relative;text-align:left;transition:all .3s ease}.collection-card:hover:not(.locked){background:#ffffff1f;transform:translateX(4px)}.collection-card.selected{background:#ffffff26;border-color:#ffffff4d}.collection-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.collection-header h4{font-size:1.1rem;font-weight:600;margin:0}.collection-progress{background:#ffffff1a;border-radius:8px;color:#fffc;font-size:.9rem;padding:4px 8px}.collection-description{color:#fffc;font-size:.9rem;line-height:1.4;margin-bottom:12px}.collection-meta{align-items:center;display:flex;gap:12px}.difficulty{font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.theme{background:#ffffff1a;border-radius:4px;color:#ffffffb3;font-size:.8rem;padding:2px 6px}.puzzle-selection{margin-bottom:32px}.puzzle-selection h3{color:#fff;font-size:1.3rem;margin:0 0 16px}.puzzle-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.puzzle-card{background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;color:#fff;cursor:pointer;padding:16px;position:relative;text-align:left;transition:all .3s ease}.puzzle-card:hover{background:#ffffff1f;transform:translateY(-2px)}.puzzle-card.selected{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 0 16px #fff3}.puzzle-card .puzzle-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.puzzle-card h4{font-size:1.1rem;font-weight:600;margin:0}.puzzle-stars{font-size:.9rem}.puzzle-card .puzzle-description{color:#fffc;font-size:.9rem;line-height:1.4;margin-bottom:12px}.puzzle-card .puzzle-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.board-size,.target-words{background:#ffffff1a;border-radius:4px;color:#ffffffb3;font-size:.8rem;padding:2px 6px}.time-limit{color:#fffc;font-size:.8rem;margin-bottom:8px}.completion-badge{color:#4ade80;font-size:.8rem;font-weight:600}.puzzle-preview{background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;margin-bottom:32px;padding:20px}.puzzle-preview h3{color:#fff;font-size:1.3rem;margin:0 0 16px}.preview-content{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr auto}.preview-info h4{color:#fff;font-size:1.2rem;margin:0 0 8px}.preview-info p{color:#fffc;line-height:1.4;margin:0 0 16px}.preview-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.preview-stats .stat{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;justify-content:space-between;padding:8px 12px}.preview-stats .label{color:#fffc;font-size:.9rem}.preview-stats .value{color:#fff;font-size:.9rem;font-weight:600}.mini-board{grid-gap:2px;background:#ffffff1a;border-radius:8px;display:grid;gap:2px;padding:12px}.mini-row{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(auto,1fr)}.mini-cell{align-items:center;background:#fff3;border-radius:4px;color:#fff;display:flex;font-size:.8rem;font-weight:600;height:24px;justify-content:center;width:24px}.puzzle-actions{text-align:center}.start-puzzle-button{font-size:1.1rem;min-width:200px;padding:14px 28px}.selection-hint{color:#fff9;font-size:1rem;font-style:italic}@media (max-width:768px){.puzzle-start-content{margin:16px;padding:24px}.puzzle-stats-summary{gap:16px;padding:16px}.category-grid,.preview-content,.puzzle-grid{grid-template-columns:1fr}.preview-content{gap:16px}.preview-stats{grid-template-columns:1fr}}@media (max-width:480px){.puzzle-start-content{margin:12px;padding:20px}.puzzle-header h2{font-size:1.7rem}.puzzle-stats-summary{flex-direction:column;gap:12px}.stat-item{flex-direction:row;justify-content:space-between}}.puzzle-game-placeholder{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);display:flex;justify-content:center;min-height:100vh;padding:20px}.placeholder-content{background:#ffffff1a;border:2px solid #fff3;border-radius:16px;color:#fff;max-width:600px;padding:32px;text-align:center;width:100%}.placeholder-content h2{color:#a855f7;font-size:2rem;margin-bottom:16px;text-shadow:0 2px 4px #00000080}.placeholder-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:12px}.puzzle-board-preview{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin:24px 0;padding:20px}.puzzle-board-preview h3{color:#fff;font-size:1.2rem;margin-bottom:16px}.board-grid{background:#ffffff1a;border-radius:8px;display:inline-block;gap:4px;padding:16px}.board-row{display:flex;gap:4px;margin-bottom:4px}.board-row:last-child{margin-bottom:0}.board-cell{align-items:center;background:linear-gradient(135deg,#a855f7,#c084fc);border:1px solid #fff3;border-radius:6px;color:#fff;font-size:1.2rem;font-weight:700;height:40px;text-shadow:0 1px 2px #0000004d;width:40px}.board-cell,.placeholder-actions{display:flex;justify-content:center}.placeholder-actions{gap:16px;margin-top:24px}.placeholder-actions button{background:linear-gradient(135deg,#a855f7,#c084fc);border:none;border-radius:8px;box-shadow:0 4px 12px #a855f74d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.placeholder-actions button:hover{box-shadow:0 6px 16px #a855f766;transform:translateY(-2px)}.puzzle-results-screen{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);display:flex;justify-content:center;min-height:100vh;padding:20px}.results-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:16px;color:#fff;max-width:600px;padding:32px;width:100%}.results-header{margin-bottom:24px;text-align:center}.results-header h1{color:#a855f7;font-size:2.5rem;font-weight:700;margin:0 0 16px;text-shadow:0 2px 4px #00000080}.performance-badge{align-items:center;display:flex;font-size:1.3rem;font-weight:700;gap:8px;justify-content:center}.performance-emoji{font-size:1.5rem}.puzzle-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:16px;text-align:center}.puzzle-info h2{color:#fff;font-size:1.5rem;margin:0 0 8px}.puzzle-info p{color:#fffc;font-size:1rem;line-height:1.4;margin:0}.main-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.main-stat{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:16px;text-align:center}.stat-value{color:#a855f7;font-size:1.8rem;font-weight:700}.stat-label{color:#fffc;font-size:.9rem}.detailed-stats{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:16px}.stat-row{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:8px 0}.stat-row:last-child{border-bottom:none}.stat-name{color:#fffc;font-size:.95rem}.stat-row .stat-value{color:#fff;font-size:.95rem;font-weight:600}.words-found{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:16px}.words-found h3{color:#fff;font-size:1.2rem;margin:0 0 12px}.words-list{display:flex;flex-wrap:wrap;gap:8px}.found-word{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:.9rem;font-weight:500;padding:4px 8px}.found-word.target{background:linear-gradient(135deg,#4ade80,#22c55e);border-color:#22c55e}.found-word.bonus{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#f59e0b}.results-actions{display:flex;gap:12px;justify-content:center}.play-again-button{background:linear-gradient(135deg,#a855f7,#c084fc);border:none;border-radius:8px;box-shadow:0 4px 12px #a855f74d;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;max-width:200px;padding:12px 24px;transition:all .3s ease}.play-again-button:hover{box-shadow:0 6px 16px #a855f766;transform:translateY(-2px)}@media (max-width:768px){.placeholder-content,.results-content{margin:16px;padding:24px}.main-stats{gap:12px;grid-template-columns:1fr}.results-actions{flex-direction:column}.exit-button,.play-again-button{max-width:none}.board-cell{font-size:1rem;height:32px;width:32px}}@media (max-width:480px){.placeholder-content,.results-content{margin:12px;padding:20px}.results-header h1{font-size:2rem}.placeholder-actions{flex-direction:column}.board-cell{font-size:.9rem;height:28px;width:28px}}.premium-upgrade-banner{background:linear-gradient(135deg,#ffd93d,#ff9500);border-radius:10px;box-shadow:0 4px 12px #ffd93d4d;color:#333;font-weight:600;margin-bottom:20px;padding:15px 20px;text-align:center}.premium-upgrade-banner p{font-size:1rem;margin:0}.upgrade-link{background:none;border:none;color:#06c;cursor:pointer;font-size:inherit;font-weight:700;margin:0;padding:0;text-decoration:underline;transition:color .2s ease}.upgrade-link:hover{color:#049;text-decoration:none}.journey-mode-start-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.journey-mode-start-modal{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);border:1px solid #333;border:1px solid var(--border-color,#333);border-radius:16px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;width:100%}.journey-start-header{align-items:center;border-bottom:1px solid #333;border-bottom:1px solid var(--border-color,#333);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.journey-start-header h2{color:#fff;color:var(--text-primary,#fff);font-size:24px;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:4px;color:#ccc;color:var(--text-secondary,#ccc);cursor:pointer;font-size:24px;padding:4px 8px;transition:all .2s ease}.close-button:hover{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);color:#fff;color:var(--text-primary,#fff)}.overall-progress{margin-bottom:24px}.overall-progress h3{color:#fff;color:var(--text-primary,#fff);font-size:18px;font-weight:500;margin:0 0 16px}.progress-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.stat-item{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:1px solid #333;border:1px solid var(--border-color,#333);border-radius:8px;padding:16px;text-align:center}.stat-value{color:#4caf50;color:var(--accent-color,#4caf50);display:block;font-size:24px;font-weight:600;margin-bottom:4px}.stat-label{color:#ccc;color:var(--text-secondary,#ccc);display:block;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.board-size-selection{margin-bottom:24px}.board-size-selection h3{color:#fff;color:var(--text-primary,#fff);font-size:18px;font-weight:500;margin:0 0 16px}.board-size-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.board-size-option{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:2px solid #333;border:2px solid var(--border-color,#333);border-radius:8px;cursor:pointer;padding:16px;transition:all .2s ease}.board-size-option:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.board-size-option.selected,.board-size-option:hover{border-color:#4caf50;border-color:var(--accent-color,#4caf50)}.board-size-option.selected{background:#3a3a5e;background:var(--bg-tertiary,#3a3a5e);box-shadow:0 0 0 2px #4caf5033}.board-size-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.board-size-label{color:#fff;color:var(--text-primary,#fff);font-size:18px;font-weight:600}.difficulty-indicator{font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.board-progress{margin-bottom:12px}.progress-bar{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);border-radius:3px;height:6px;margin-bottom:4px;overflow:hidden;width:100%}.progress-fill{background:#4caf50;background:var(--accent-color,#4caf50);height:100%;transition:width .3s ease}.board-stats,.progress-text{font-size:12px}.board-stats{align-items:center;color:#ccc;color:var(--text-secondary,#ccc);display:flex;justify-content:space-between}.premium-notice{background:#ff98001a;border:1px solid #ff98004d;border-radius:4px;color:#ff9800;font-size:11px;margin-top:8px;padding:6px 8px}.journey-info{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:1px solid #333;border:1px solid var(--border-color,#333);border-radius:8px;margin-bottom:24px;padding:16px}.journey-info h4{color:#fff;color:var(--text-primary,#fff);font-size:16px;font-weight:500;margin:0 0 12px}.journey-info ul{list-style:none;margin:0;padding-left:0}.journey-info li{color:#ccc;color:var(--text-secondary,#ccc);font-size:14px;line-height:1.5;margin-bottom:8px;padding-left:0}.journey-info li:last-child{margin-bottom:0}.journey-content{flex:1 1;margin-bottom:16px;overflow-y:auto}.journey-actions{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);border-top:1px solid #333;border-top:1px solid var(--border-color,#333);bottom:0;box-shadow:0 -4px 8px #0000001a;display:flex;gap:12px;justify-content:flex-end;margin-top:auto;padding:16px 0 0;position:sticky;z-index:10}.cancel-button,.start-journey-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.cancel-button{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:1px solid #333;border:1px solid var(--border-color,#333);color:#ccc;color:var(--text-secondary,#ccc)}.cancel-button:hover{background:#3a3a5e;background:var(--bg-tertiary,#3a3a5e);color:#fff;color:var(--text-primary,#fff)}.start-journey-button{background:#4caf50;background:var(--accent-color,#4caf50);color:#fff;min-width:180px}.start-journey-button:hover{box-shadow:0 4px 12px #0003;filter:brightness(1.1);transform:translateY(-1px)}@media (max-width:768px){.journey-mode-start-modal{margin:10px;max-height:95vh;padding:20px}.progress-stats{gap:12px}.board-size-grid,.progress-stats{grid-template-columns:1fr}.journey-actions{flex-direction:column}.cancel-button,.start-journey-button{width:100%}}.journey-mode-container{padding:20px}.journey-mode-container,.journey-mode-loading{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);color:#fff;color:var(--text-primary,#fff);min-height:100vh}.journey-mode-loading{align-items:center;display:flex;flex-direction:column;justify-content:center}.loading-spinner{border:4px solid #333;border-top:4px solid #4caf50;border:4px solid var(--border-color,#333);border-top-color:var(--accent-color,#4caf50);margin-bottom:16px}.journey-header{align-items:center;border-bottom:1px solid #333;border-bottom:1px solid var(--border-color,#333);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.journey-header h1{font-size:24px;font-weight:600;margin:0}.journey-stats{color:#ccc;color:var(--text-secondary,#ccc);display:flex;font-size:14px;gap:16px}.back-button{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:1px solid #333;border:1px solid var(--border-color,#333);border-radius:8px;color:#fff;color:var(--text-primary,#fff);cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.back-button:hover{background:#3a3a5e;background:var(--bg-tertiary,#3a3a5e);transform:translateY(-1px)}.progress-overview{margin-bottom:32px;text-align:center}.progress-bar-container{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden;width:100%}.progress-bar-fill{background:linear-gradient(90deg,#4caf50,#8bc34a);height:100%;transition:width .3s ease}.progress-text{color:#ccc;color:var(--text-secondary,#ccc);font-size:14px;margin:0}.board-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:32px}.board-card{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:2px solid #333;border:2px solid var(--border-color,#333);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-height:140px;padding:16px;position:relative;transition:all .2s ease}.board-card:hover:not(.locked){border-color:#4caf50;border-color:var(--accent-color,#4caf50);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.board-card.completed{background:linear-gradient(135deg,#2a2a4e,#4caf501a);background:linear-gradient(135deg,var(--bg-secondary,#2a2a4e),#4caf501a);border-color:#4caf50}.board-card.locked{cursor:not-allowed;opacity:.7;position:relative}.board-card.premium-required{border-color:#ffc10780}.board-number{color:#fff;color:var(--text-primary,#fff);font-size:24px;font-weight:600;margin-bottom:8px}.board-info{align-items:center;display:flex;justify-content:flex-start;margin-bottom:12px}.difficulty-badge{border-radius:4px;font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.difficulty-badge[data-difficulty=easy]{background:#4caf5033;color:#4caf50}.difficulty-badge[data-difficulty=medium]{background:#ff980033;color:#ff9800}.difficulty-badge[data-difficulty=hard]{background:#f4433633;color:#f44336}.difficulty-badge[data-difficulty=challenging]{background:#9c27b033;color:#9c27b0}.completion-info{margin-top:auto}.stars{font-size:14px;margin-bottom:4px}.best-score{color:#ccc;color:var(--text-secondary,#ccc);font-size:12px}.lock-content-inline{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border-radius:8px;color:#fff;color:var(--text-primary,#fff);left:50%;padding:8px 12px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.lock-content-inline .lock-icon{display:block;font-size:20px;margin-bottom:4px}.lock-content-inline .lock-text{font-size:11px;font-weight:500;white-space:nowrap}.bottom-actions{align-items:center;border-top:1px solid #333;border-top:1px solid var(--border-color,#333);display:flex;justify-content:space-between;margin:32px 0;padding:16px 0}.load-more-button,.main-menu-button{background:#2a2a4e;background:var(--bg-secondary,#2a2a4e);border:1px solid #333;border:1px solid var(--border-color,#333);border-radius:8px;color:#fff;color:var(--text-primary,#fff);cursor:pointer;font-size:14px;padding:12px 24px;transition:all .2s ease}.main-menu-button{background:#4caf50;background:var(--accent-color,#4caf50);border-color:#4caf50;border-color:var(--accent-color,#4caf50)}.load-more-button:hover,.main-menu-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.main-menu-button:hover{filter:brightness(1.1)}.board-navigation{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin:24px 0;padding:20px}.board-range-info{align-items:center;color:#ccc;color:var(--text-secondary,#ccc);display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px}.range-start{color:#fff;color:var(--text-primary,#fff);font-weight:700}.range-total{opacity:.8}.slider-container{position:relative}.slider-track-container{position:relative;width:100%}.slider-progress-track{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:4px;height:8px;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;transition:width .3s ease;z-index:1}.board-slider{-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:4px;cursor:pointer;height:8px;outline:none;position:relative;transition:all .2s ease;width:100%;z-index:2}.board-slider:focus{box-shadow:0 0 0 2px #6366f14d}.board-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 2px 8px #6366f166;cursor:pointer;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;width:20px}.board-slider::-webkit-slider-thumb:hover{box-shadow:0 4px 12px #6366f199;transform:scale(1.1)}.board-slider::-moz-range-thumb{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50%;box-shadow:0 2px 8px #6366f166;cursor:pointer;height:20px;-moz-transition:all .2s ease;transition:all .2s ease;width:20px}.board-slider::-moz-range-thumb:hover{box-shadow:0 4px 12px #6366f199;transform:scale(1.1)}.board-slider::-webkit-slider-track{background:#ffffff1a;border-radius:4px;height:8px}.board-slider::-moz-range-track{background:#ffffff1a;border:none;border-radius:4px;height:8px}.slider-labels{color:#ccc;color:var(--text-secondary,#ccc);display:flex;font-size:12px;justify-content:space-between;margin-top:8px;opacity:.7}.slider-label-end,.slider-label-start{font-weight:500}.premium-notice{background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:1px solid #ffc1074d;border-radius:12px;margin-bottom:32px;padding:24px;text-align:center}.premium-notice h3{color:#ffc107;font-size:18px;margin:0 0 8px}.premium-notice p{color:#ccc;color:var(--text-secondary,#ccc);font-size:14px;margin:0 0 16px}.premium-button{background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:8px;color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.premium-button:hover{box-shadow:0 4px 12px #ffc1074d;transform:translateY(-1px)}.journey-game-placeholder{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);color:#fff;color:var(--text-primary,#fff);min-height:100vh;padding:20px}.journey-game-header{align-items:center;border-bottom:1px solid #333;border-bottom:1px solid var(--border-color,#333);display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.journey-game-header h2{font-size:20px;font-weight:600;margin:0}.game-placeholder-content{margin:0 auto;max-width:600px;padding:40px 20px;text-align:center}.game-placeholder-content h3{color:#4caf50;color:var(--accent-color,#4caf50);font-size:24px;margin-bottom:16px}.game-placeholder-content p{color:#ccc;color:var(--text-secondary,#ccc);font-size:16px;line-height:1.5;margin-bottom:16px}.placeholder-actions{margin-top:32px}.primary-button{background:#4caf50;background:var(--accent-color,#4caf50);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.primary-button:hover{box-shadow:0 4px 12px #4caf504d;filter:brightness(1.1);transform:translateY(-1px)}@media (max-width:768px){.journey-mode-container{padding:16px}.journey-header{flex-direction:column;gap:12px;text-align:center}.journey-header h1{font-size:20px}.board-navigation{margin:16px 0;padding:16px}.board-range-info{font-size:13px;margin-bottom:12px}.board-slider::-webkit-slider-thumb{height:24px;width:24px}.board-slider::-moz-range-thumb{height:24px;width:24px}.slider-labels{font-size:11px;margin-top:6px}.board-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.board-card{min-height:120px;padding:12px}.board-number{font-size:20px}.bottom-actions{flex-direction:column;gap:12px}.main-menu-button{width:100%}}.survival-mode-page{align-items:center;background:linear-gradient(135deg,#2d1b69,#11998e 50%,#38ef7d);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.survival-loading{color:#38ef7d;font-size:18px;padding:40px;text-align:center}.survival-error{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:8px;color:#ff6b6b;font-size:16px;margin:20px;padding:20px;text-align:center}@media (max-width:768px){.survival-mode-page{padding:10px}}@keyframes survivalPulse{0%,to{opacity:.6}50%{opacity:1}}.survival-loading{animation:survivalPulse 2s ease-in-out infinite}.team-directory{margin:0 auto;max-width:800px;padding:20px}.team-directory h3{font-size:1.8em;margin-bottom:10px}.team-list{list-style:none;padding:0}.team-item{border-bottom:1px solid #ddd;cursor:pointer}.team-item:hover{background-color:#f5f5f5}.no-teams{color:#666;font-style:italic}.create-team-section,.search-teams-section{margin-bottom:20px}.search-input,.team-name-input{border:1px solid #ccc;border-radius:4px;margin-right:10px;padding:8px;width:200px}.create-team-button,.join-team-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.create-team-button:hover,.join-team-button:hover{background-color:#45a049}.join-team-button:disabled{background-color:#ccc;cursor:not-allowed}.team-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:10px}.team-name{cursor:pointer}.team-name:hover{text-decoration:underline}.team-profile{margin:0 auto;max-width:800px;padding:20px}.team-profile p{margin:5px 0}.action-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px 0;padding:10px 20px}.action-button:hover{background-color:#0056b3}.no-scores{color:#666;font-style:italic}.subscription-success-page{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6 50%,#60a5fa);display:flex;justify-content:center;min-height:100vh;padding:20px}.success-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #0000004d;max-width:600px;padding:40px;text-align:center;width:100%}.success-icon{margin-bottom:30px}.checkmark{align-items:center;animation:checkmarkPop .6s ease-out;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;box-shadow:0 8px 20px #22c55e4d;color:#fff;display:flex;font-size:48px;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}@keyframes checkmarkPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.success-container h1{animation:fadeInUp .8s ease-out .2s forwards;color:#fff;font-size:32px;font-weight:700;margin:0 0 20px}.success-message{animation:fadeInUp .8s ease-out .4s forwards;color:#ffffffe6;font-size:18px;line-height:1.6;margin:0 0 30px}.premium-features{animation:fadeInUp .8s ease-out .6s forwards;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:30px 0;padding:25px}.premium-features h2{color:gold;font-size:20px;font-weight:600;margin:0 0 15px}.premium-features ul{list-style:none;margin:0;padding:0}.premium-features li{border-bottom:1px solid #ffffff1a;color:#ffffffe6;font-size:16px;padding:8px 0;text-align:left}.premium-features li:last-child{border-bottom:none}.next-steps{animation:fadeInUp .8s ease-out .8s forwards;margin:30px 0}.next-steps h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 10px}.next-steps p{color:#fffc;font-size:14px;line-height:1.5;margin:0}.action-buttons{animation:fadeInUp .8s ease-out 1s forwards}.primary-btn{background:linear-gradient(135deg,gold,#ffed4e);border:none;border-radius:12px;box-shadow:0 4px 15px #ffd7004d;color:#1e3a8a;cursor:pointer;font-size:16px;font-weight:700;padding:14px 28px;transition:all .3s}.primary-btn:hover{box-shadow:0 8px 25px #ffd70066;transform:translateY(-2px)}.secondary-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px;transition:all .3s}.secondary-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.auto-redirect{animation:fadeInUp .8s ease-out 1.2s forwards}.session-info{animation:fadeInUp .8s ease-out 1.4s forwards;border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px}.session-id{color:#ffffff80;font-family:monospace;font-size:12px;margin:0}.loading-state{padding:40px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:gold;height:40px;margin:0 auto 20px;width:40px}.loading-state p{color:#fffc;font-size:16px;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.subscription-success-page{padding:10px}.success-container{padding:30px 20px}.success-container h1{font-size:28px}.success-message{font-size:16px}.action-buttons{flex-direction:column;gap:10px}.primary-btn,.secondary-btn{padding:12px 24px;width:100%}.checkmark{font-size:36px;height:60px;width:60px}}.subscription-cancel-page{align-items:center;background:linear-gradient(135deg,#7c2d12,#dc2626 50%,#ef4444);display:flex;justify-content:center;min-height:100vh;padding:20px}.cancel-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #0000004d;max-width:600px;padding:40px;text-align:center;width:100%}.cancel-icon{margin-bottom:30px}.x-mark{align-items:center;animation:shake .6s ease-out;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 8px 20px #ef44444d;color:#fff;display:flex;font-size:48px;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.cancel-container h1{animation:fadeInUp .8s ease-out .2s both;color:#fff;font-size:32px;font-weight:700;margin:0 0 20px}.cancel-message{animation:fadeInUp .8s ease-out .4s both;color:#ffffffe6;font-size:18px;line-height:1.6;margin:0 0 30px}.what-you-missed{animation:fadeInUp .8s ease-out .6s both;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:30px 0;padding:25px}.what-you-missed h2{color:#fbbf24;font-size:20px;font-weight:600;margin:0 0 15px}.what-you-missed ul{list-style:none;margin:0;padding:0}.what-you-missed li{border-bottom:1px solid #ffffff1a;color:#ffffffe6;font-size:16px;padding:8px 0;text-align:left}.what-you-missed li:last-child{border-bottom:none}.special-offer{animation:fadeInUp .8s ease-out .8s both;background:linear-gradient(135deg,#fbbf2433,#f59e0b1a);border:2px solid #fbbf2466;border-radius:16px;margin:30px 0;overflow:hidden;padding:25px;position:relative}.special-offer:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fbbf241a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.special-offer h3{color:#fbbf24;font-size:20px;font-weight:700;margin:0 0 10px}.special-offer p{color:#ffffffe6;font-size:16px;line-height:1.5;margin:0 0 15px}.offer-code{background:#fbbf2433;border:1px solid #fbbf2480;border-radius:8px;color:#fbbf24;font-size:18px;font-weight:700;letter-spacing:1px;padding:10px 15px}.action-buttons{animation:fadeInUp .8s ease-out 1s both;display:flex;gap:15px;justify-content:center;margin:30px 0}.try-again-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:none;border-radius:12px;box-shadow:0 4px 15px #fbbf244d;color:#7c2d12;cursor:pointer;font-size:16px;font-weight:700;padding:14px 28px;transition:all .3s}.try-again-btn:hover{box-shadow:0 8px 25px #fbbf2466;transform:translateY(-2px)}.continue-free-btn{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px;transition:all .3s}.continue-free-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.feedback-section{animation:fadeInUp .8s ease-out 1.2s both;border-top:1px solid #ffffff1a;margin:30px 0;padding:20px 0}.feedback-section h4{color:#fff;font-size:16px;font-weight:600;margin:0 0 10px}.feedback-section p{color:#ffffffb3;font-size:14px;margin:0}.feedback-link{color:#fbbf24;font-weight:600;text-decoration:none}.feedback-link:hover{text-decoration:underline}.auto-redirect{animation:fadeInUp .8s ease-out 1.4s both;margin:20px 0}.auto-redirect p{color:#fff9;font-size:14px;margin:0}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.subscription-cancel-page{padding:10px}.cancel-container{padding:30px 20px}.cancel-container h1{font-size:28px}.cancel-message{font-size:16px}.action-buttons{flex-direction:column;gap:10px}.continue-free-btn,.try-again-btn{padding:12px 24px;width:100%}.x-mark{font-size:36px;height:60px;width:60px}}
/*# sourceMappingURL=main.a5ba1db3.css.map*/