#wad-container { font-family: Arial, sans-serif; max-width: 800px; margin: 20px auto; padding: 20px; background: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.wad-btn { background: #0073aa; color: #fff; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; font-size: 16px; transition: 0.3s; }
.wad-btn:hover { background: #005177; }
.wad-btn-primary { background: #28a745; font-weight: bold; }
.wad-btn-large { font-size: 24px; padding: 20px; background: #28a745; width: 100%; font-weight: bold; border-radius: 10px; }
.wad-btn-large:disabled { background: #6c757d; cursor: not-allowed; }
.wad-spin-controls { margin-top: 35px; }
.wad-btn-huge { background: #ff7300; font-size: 20px; padding: 15px 40px; border-radius: 8px; font-weight: bold; width: 100%; text-transform: uppercase; }
.wad-remove-btn { color: #e74c3c !important; cursor: pointer; font-weight: bold; border: none; background: none; font-size: 18px; padding: 0 5px; }
.wad-remove-btn:hover { color: #c0392b !important; }

#wad-chat-text, #wad-prizes-input, #wad-draw-count { width: 100%; padding: 15px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; font-size: 20px; line-height: 1.4; }
#wad-chat-text::placeholder, #wad-prizes-input::placeholder { font-size: 20px; color: #333333; }

.wad-columns { display: flex; gap: 20px; flex-wrap: wrap; }
.wad-col { flex: 1; min-width: 300px; background: #fff; padding: 15px; border-radius: 8px; border: 1px solid #ddd; box-sizing: border-box; }

.wad-gender-filters { display: flex; gap: 5px; margin-bottom: 15px; }
.wad-filter-btn { flex: 1; padding: 8px; font-size: 14px; border: 1px solid #ccc; background: #eee; cursor: pointer; border-radius: 5px; font-weight: bold; color: #555; }
.wad-filter-btn.active { background: #0073aa; color: #fff; border-color: #005177; }
.wad-filter-btn[data-filter="female"].active { background: #e83e8c; border-color: #c93076; } 
.wad-filter-btn[data-filter="male"].active { background: #007bff; border-color: #0062cc; } 

.wad-recommendation-box { background: #e8f4fd; padding: 10px; border-radius: 5px; margin-bottom: 15px; font-size: 14px; border-left: 4px solid #0073aa; }
.wad-add-name-form { display: flex; gap: 10px; margin-top: 15px; }
#wad-manual-name { flex: 1; padding: 12px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; }

#wad-participants-list { list-style: none; padding: 10px; margin: 15px 0; max-height: 250px; overflow-y: auto; border: 1px solid #ccc; border-radius: 5px; background: #fefefe; }
#wad-participants-list li { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #eee; font-size: 18px; }

.wad-roulette-window { height: 100px; width: 95%; margin: 0 auto; overflow: hidden; border: 5px solid #333; border-radius: 12px; background: #fff; position: relative; }
.wad-roulette-window::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); pointer-events: none; }
#wad-roulette-names { list-style: none; margin: 0; padding: 0; transition: transform 4s cubic-bezier(0.1, 0.8, 0.2, 1); }
#wad-roulette-names li { height: 100px; font-size: 32px; font-weight: 800; color: #222; display: flex; align-items: center; justify-content: center; padding: 0 10px; box-sizing: border-box; text-align: center; word-break: break-word; overflow-wrap: break-word; margin: 0; line-height: normal; }

@media (max-width: 600px) { 
    #wad-roulette-names li { font-size: 22px; height: 80px; } 
    .wad-roulette-window { height: 80px; } 
}
.wad-results-section { margin-top: 35px; padding: 15px; background: #f0f0f0; border-radius: 10px; }
