*{box-sizing: border-box;-webkit-tap-highlight-color: transparent}::-webkit-scrollbar{display: none;width: 0px;background: transparent}body,.neon-box,.category-grid,.names-area{scrollbar-width: none;-ms-overflow-style: none}body{margin: 0;padding: 0;background-color: #000;color: #fff;font-family: 'Segoe UI',sans-serif;height: 100vh;width: 100vw;display: flex;justify-content: center;align-items: center;overflow: hidden}.screen{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px}.neon-box{border: 2px solid #00eaff;box-shadow: 0 0 20px rgba(0,234,255,0.4);border-radius: 20px;padding: 15px;width: 100%;max-width: 500px;background: #000;text-align: center;max-height: 96vh;display: flex;flex-direction: column;gap: 8px;overflow-y: auto;position: relative}.center-content{justify-content: center;align-items: center;min-height: 300px}h1,h2,h3{margin: 0;padding: 0}.main-title{font-size: 2.8rem;margin-bottom: 20px;color: #fff}.page-title{font-size: 1.6rem;margin-bottom: 5px;color: #fff}.sub-title{font-size: 0.95rem;margin-bottom: 3px}.neon-button-green{background: transparent !important;border: 2px solid #39ff14 !important;color: #39ff14 !important;padding: 12px 40px !important;font-size: 1.8rem !important;border-radius: 15px !important;cursor: pointer !important;font-weight: bold !important;box-shadow: 0 0 10px rgba(57,255,20,0.3) !important;font-family: inherit;margin: 0 auto;display: block;width: fit-content}.neon-button-green:hover{background: #39ff14 !important;color: #000 !important;box-shadow: 0 0 20px #39ff14 !important}.neon-button-blue{background: transparent !important;border: 2px solid #00eaff !important;color: #00eaff !important;padding: 12px 40px !important;font-size: 1.3rem !important;border-radius: 12px !important;cursor: pointer !important;font-weight: bold !important;box-shadow: 0 0 10px rgba(0,234,255,0.3) !important;margin: 10px auto 0 auto;display: block;width: fit-content;font-family: inherit}.neon-button-blue:hover{background: #00eaff !important;color: #000 !important;box-shadow: 0 0 20px #00eaff !important}input[type="text"]{background-color: #111 !important;color: #fff !important;border: 2px solid #00eaff !important;padding: 10px !important;border-radius: 10px !important;outline: none !important;width: 90%;margin: 4px auto;display: block;text-align: center;font-size: 1.1rem;font-family: inherit}input:-webkit-autofill{-webkit-box-shadow: 0 0 0 30px #111 inset !important;-webkit-text-fill-color: white !important;transition: background-color 5000s ease-in-out 0s}input::placeholder{color: #666 !important}.player-btn,.level-btn,.toggle-btn,.footer-btn,.game-btn{background-color: transparent;color: #fff;outline: none;font-family: inherit;border: 2px solid #444}.setting-group{margin-bottom: 2px}.category-grid{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 4px;max-height: 200px;overflow-y: auto;padding: 2px}.category-card{background: rgba(0,0,0,0.6);border: 2px solid #444;color: #fff;padding: 4px;border-radius: 10px;cursor: pointer;font-weight: bold;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 2px;transition: 0.2s;font-size: 0.75rem}.category-card img{width: 24px;height: 24px;border-radius: 4px;object-fit: contain}.category-card.selected{background: #00eaff !important;color: #000 !important;border-color: #00eaff !important;box-shadow: 0 0 15px #00eaff}.players-grid{display: flex;flex-wrap: wrap;justify-content: center;gap: 8px}.player-btn{width: 40px;height: 40px;border-radius: 8px;font-weight: bold;cursor: pointer;border-color: #444 !important}.player-btn.active{background: #00eaff !important;color: #000 !important;border-color: #00eaff !important;box-shadow: 0 0 10px #00eaff}.names-area{display: flex;flex-direction: column;gap: 5px;max-height: 180px;overflow-y: auto;margin-top: 10px}.toggle-row{display: flex;gap: 8px;justify-content: center;margin-bottom: 4px}.level-btn,.toggle-btn{flex: 1;padding: 6px;border-radius: 10px;font-weight: bold;cursor: pointer;border-color: #444 !important;font-size: 0.9rem}.level-btn.active-easy{background: #39ff14 !important;color: #000 !important;border-color: #39ff14 !important}.level-btn.active-medium{background: #ffc107 !important;color: #000 !important;border-color: #ffc107 !important}.level-btn.active-hard{background: #ff0000 !important;color: #fff !important;border-color: #ff0000 !important}.toggle-btn.selected{background: #00eaff !important;color: #000 !important;border-color: #00eaff !important}.footer-buttons{display: flex;justify-content: center;gap: 15px;width: 100%;margin-top: auto;padding-top: 5px;margin-bottom: 5px}.footer-btn{flex: 1;padding: 10px;border-radius: 12px;font-weight: bold;font-size: 1rem;cursor: pointer;border: 2px solid !important}.footer-btn.exit{border-color: #ff004c !important;color: #ff004c !important}.footer-btn.exit:hover{background: #ff004c !important;color: #000 !important}.footer-btn.next{border-color: #00eaff !important;color: #00eaff !important}.footer-btn.next:hover{background: #00eaff !important;color: #000 !important}.top-bar{display: flex;justify-content: space-between;align-items: center;width: 100%;margin-bottom: 5px}.scores-header{flex: 1;display: flex;justify-content: center;gap: 8px;flex-wrap: wrap;margin: 0 10px;font-size: 1.1rem;align-items: center}.player-score-box{padding: 5px 10px;border-radius: 10px;border: 2px solid transparent;transition: all 0.3s ease;min-width: 100px;white-space: nowrap;text-align: center}.active-player{border-color: #00eaff;background-color: rgba(0,234,255,0.15);box-shadow: 0 0 15px rgba(0,234,255,0.5);animation: playerPulse 1.2s infinite alternate;font-weight: bold;transform: scale(1.05)}@keyframes playerPulse{0%{box-shadow: 0 0 5px rgba(0,234,255,0.3);border-color: rgba(0,234,255,0.6)}100%{box-shadow: 0 0 20px rgba(0,234,255,0.9);border-color: #00eaff}}.stealer-player{border-color: #ff8c00 !important;background-color: rgba(255,140,0,0.15) !important;box-shadow: 0 0 15px rgba(255,140,0,0.5) !important;animation: stealerPulse 1s infinite alternate !important;font-weight: bold;transform: scale(1.05)}@keyframes stealerPulse{0%{box-shadow: 0 0 5px rgba(255,140,0,0.3);border-color: rgba(255,140,0,0.6)}100%{box-shadow: 0 0 20px rgba(255,140,0,0.9);border-color: #ff8c00}}.pause-circle,.exit-circle{width: 40px;height: 40px;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 1.1rem;font-weight: bold;transition: 0.3s;border: 2px solid}.pause-circle{border-color: #00eaff !important;color: #00eaff}.pause-circle:hover{background: #00eaff !important;color: #000 !important;box-shadow: 0 0 15px #00eaff}.exit-circle{border-color: #ff004c !important;color: #ff004c}.exit-circle:hover{background: #ff004c !important;color: #000 !important;box-shadow: 0 0 15px #ff004c}.game-buttons-row{display: flex;gap: 10px;width: 100%;margin: 10px 0}.game-btn{flex: 1;padding: 10px;border: 2px solid !important;border-radius: 10px;font-weight: bold;cursor: pointer;font-size: 1rem}.btn-green{border-color: #39ff14 !important;color: #39ff14 !important}.btn-yellow{border-color: #ffc107 !important;color: #ffc107 !important}.btn-orange{border-color: #ff8c00 !important;color: #ff8c00 !important}#hintBox{color: #ffc107 !important;font-size: 1.1rem;font-weight: bold;min-height: 25px;margin: 5px 0;transition: 0.2s}.timer-large{font-size: 3rem;font-weight: bold;color: #00eaff;margin-top: -5px}.word-text{font-size: 2.5rem;letter-spacing: 5px;color: #fff;margin: 10px 0}.chances-text{color: #ff004c;font-size: 1.1rem;font-weight: bold;margin: 5px 0;transition: 0.3s}.steal-alert{color: #ff8c00;font-size: 1.2rem;font-weight: bold;animation: stealerPulse 1s infinite alternate}.result-row{display: flex;justify-content: space-between;align-items: center;padding: 8px;border-bottom: 1px dashed #444;font-size: 1.1rem}.result-row.gold{color: #ffd700;font-size: 1.3rem;font-weight: bold;border-color: #ffd700}.score-red{color: #ff004c !important;font-weight: bold;text-shadow: 0 0 5px #ff004c}.score-green{color: #39ff14 !important;font-weight: bold;text-shadow: 0 0 5px #39ff14}.feedback-icon{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(0);font-size: 150px;z-index: 3000;opacity: 0;pointer-events: none}.animate-feedback{animation: feedbackPop 0.8s ease-in-out forwards}@keyframes feedbackPop{0%{transform: translate(-50%,-50%) scale(0);opacity: 0}40%{transform: translate(-50%,-50%) scale(1.2);opacity: 1}100%{transform: translate(-50%,-50%) scale(0.8);opacity: 0}}@keyframes shake{0%,100%{transform: translateX(0)}25%,75%{transform: translateX(-12px)}50%{transform: translateX(12px)}}.shake-effect{animation: shake 0.4s ease-in-out;border-color: #ff0000 !important;box-shadow: 0 0 25px #ff0000 !important}.stats-area{margin-top: 10px;background: rgba(0,234,255,0.05);border-radius: 12px;padding: 10px;border: 1px dashed #00eaff;font-size: 0.9rem}.stat-item{color: #00eaff;margin: 3px 0}.ad-container{width: 100%;height: 100px;min-height: 100px;background-color: #000;border: 2px solid #ffc107;border-radius: 10px;margin-top: 15px;margin-bottom: 5px;position: relative;box-shadow: 0 0 10px rgba(255,193,7,0.3);overflow: hidden;flex-shrink: 0}.ad-content-wrapper{width: 100%;height: 100%;position: relative;transition: opacity 0.5s ease}.ad-content-wrapper img,.ad-content-wrapper video,.ad-content-wrapper iframe{width: 100%;height: 100%;object-fit: cover;border: none;outline: none;pointer-events: none}.ad-link-overlay{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;display: block}.ad-badge{position: absolute;top: 2px;right: 5px;background: rgba(0,0,0,0.8);color: #ffc107;font-size: 0.65rem;padding: 2px 6px;border-radius: 4px;pointer-events: none;border: 1px solid #ffc107;z-index: 20}#settingsScreen #adBanner{display: none !important}.error-msg{color: #ff4444;font-size: 1.2rem;margin-top: 10px;text-shadow: 0 0 8px #ff0000;animation: shake 0.3s ease-in-out}.success-msg{color: #00ff6a;font-size: 1.2rem;margin-top: 10px;text-shadow: 0 0 8px #00ff6a}.fullscreen-ads-overlay{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.95);z-index: 10000;display: flex;justify-content: center;align-items: center;flex-direction: column}.ads-overlay-content{width: 90%;max-width: 800px;background: #000;border-radius: 20px;border: 2px solid #00eaff;box-shadow: 0 0 30px rgba(0,234,255,0.5);padding: 20px;text-align: center}.fullscreen-ad-container{width: 100%;background: #000;border-radius: 12px;overflow: hidden;margin-bottom: 20px;aspect-ratio: 16 / 9}.fullscreen-ad-container img,.fullscreen-ad-container video{width: 100%;height: 100%;object-fit: contain;background: #000;display: block}.resume-game-btn{margin-top: 15px;font-size: 1.4rem !important;padding: 10px 30px !important}.neon-button-yellow{background: transparent !important;border: 2px solid #ffc107 !important;color: #ffc107 !important;padding: 10px 30px !important;font-size: 1.1rem !important;border-radius: 12px !important;cursor: pointer !important;font-weight: bold !important;font-family: inherit}.plan-btn{margin: 5px auto;width: 80%}