.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.auth-card{background:var(--surface);border-radius:1rem;padding:2rem;width:100%;max-width:400px;box-shadow:0 10px 25px #0003}.auth-card h1{margin-bottom:1.5rem;text-align:center;color:var(--text)}.form-group{margin-bottom:1rem}.auth-footer{margin-top:1.5rem;text-align:center;color:var(--text-light)}.auth-footer a{color:var(--primary);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}@media (max-width: 640px){.auth-card{padding:1.5rem}}.dashboard h1{margin-bottom:2rem;text-align:center}.dashboard-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.dashboard-actions .card h2{margin-bottom:.5rem;color:var(--text)}.dashboard-actions .card p{color:var(--text-light);margin-bottom:1.5rem}.join-form{display:flex;flex-direction:column;gap:1rem}.my-games-section{margin-bottom:2rem}.my-games-section h2{margin-bottom:1rem;color:var(--text)}.games-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (max-width: 640px){.dashboard-actions{grid-template-columns:1fr;gap:1rem}.game-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.game-card-meta{flex-direction:column;gap:.25rem}}.avatar{position:relative;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.avatar-clickable:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.5em}.avatar-small{width:32px;height:32px;font-size:14px}.avatar-medium{width:48px;height:48px;font-size:18px}.avatar-large{width:80px;height:80px;font-size:32px}.avatar-xlarge{width:120px;height:120px;font-size:48px}.avatar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out;cursor:pointer}.avatar-modal-content{position:relative;background:#fff;border-radius:12px;padding:2rem;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:default;animation:scaleIn .2s ease-in-out;box-shadow:0 10px 40px #0000004d}.avatar-modal-close{position:absolute;top:.5rem;right:.5rem;background:#00000080;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.avatar-modal-close:hover{background:#000000b3}.avatar-modal-image{max-width:80vw;max-height:70vh;width:auto;height:auto;border-radius:8px;object-fit:contain}.avatar-modal-initials{display:none;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:6rem;font-weight:700;align-items:center;justify-content:center;max-width:80vw;max-height:70vh;aspect-ratio:1}.avatar-modal-username{font-size:1.5rem;font-weight:600;color:#333;text-align:center;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.avatar-modal-content{padding:1.5rem;max-width:95vw}.avatar-modal-image{max-width:90vw;max-height:60vh}.avatar-modal-initials{width:250px;height:250px;font-size:4rem;max-width:90vw;max-height:60vh}.avatar-modal-username{font-size:1.2rem}.avatar-modal-close{width:2rem;height:2rem;font-size:1.2rem}}.game-room{max-width:800px;margin:0 auto}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.game-header h1{margin:0}.target-card{text-align:center;background:#1e3a8a!important;background-color:#1e3a8a!important;color:#fff!important;margin-bottom:2rem;box-shadow:0 1px 3px #0000004d!important}.target-card h2{color:#fff!important;margin-bottom:0;font-weight:600}.target-card p{color:#fff!important}.target-name{font-size:2.5rem;font-weight:700;margin:1rem 0;text-transform:uppercase;letter-spacing:.1em;color:#fff!important}.target-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.target-card-toggle{background-color:#fff3!important;color:#fff!important;border-color:#fff!important;transition:background-color .2s;font-weight:600}.target-card-toggle:hover,.target-card-toggle.active{background-color:#ffffff4d!important}.elimination-card{background:#b45309!important;background-color:#b45309!important;color:#fff!important;margin-bottom:2rem;box-shadow:0 1px 3px #0000004d!important}.elimination-card h2{color:#fff!important;font-weight:600}.elimination-card p,.elimination-card strong{color:#fff!important}.eliminator-select{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.participants-list{display:flex;flex-direction:column;gap:.5rem}.participant{padding:.75rem;background:var(--bg);border-radius:.5rem;border:2px solid var(--border);color:var(--text);display:flex;align-items:center;gap:.75rem}.participant.active{background:#d1fae5;border-color:var(--secondary);color:#065f46;font-weight:500}.participant.eliminated{background:#fee2e2;border-color:var(--danger);color:#991b1b;opacity:1}.share-link{margin-top:1.5rem}.share-link p{margin-bottom:.5rem;font-weight:600}.winner-card{text-align:center;background:linear-gradient(135deg,#f59e0b,#d97706)!important;background-color:#f59e0b!important;color:#fff!important;border-radius:1rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003!important;animation:winnerPulse 2s ease-in-out infinite}@keyframes winnerPulse{0%,to{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}50%{box-shadow:0 8px 12px -2px #f59e0b80,0 4px 8px -2px #f59e0b4d}}.winner-card h2{color:#fff!important;font-size:2rem;font-weight:700;margin-bottom:1rem}.winner{text-align:center;padding:2rem}.winner-name{font-size:2.5rem;color:#fff!important;font-weight:700;margin:1rem 0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.winner p{color:#fff!important;font-size:1.2rem;margin-top:.5rem}.participant.winner-participant{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#d97706;color:#78350f;font-weight:600;box-shadow:0 2px 4px #f59e0b4d}.participant-rank{font-weight:600;margin-right:.5rem;min-width:2rem;display:inline-block;color:var(--primary)}.creator-badge{font-size:.875rem;color:var(--text-light);font-style:italic;margin-left:auto}.participant-name{flex:1;margin-right:1rem}.participant-status{font-weight:500;margin-left:auto}.game-content{display:flex;flex-direction:column;gap:1rem}.loading{text-align:center;padding:2rem;color:var(--text-light)}@media (max-width: 640px){.game-header{flex-direction:column;align-items:stretch}.target-name{font-size:2rem}.target-card-header{flex-direction:column;align-items:stretch}.target-card-header h2{text-align:center}.target-card-toggle{width:100%}.eliminator-select{flex-direction:column}}.profile h1,.profile-section{margin-bottom:2rem}.profile-section h2{margin-top:0;margin-bottom:1rem}.help-text{color:#666;font-size:.9rem;margin-bottom:1rem}.avatar-section{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.avatar-preview{flex-shrink:0}.avatar-actions{display:flex;gap:1rem;flex-wrap:wrap}.sound-section{margin-top:1rem}.sound-actions{display:flex;flex-direction:column;gap:2rem}.recording-section,.file-upload-section,.sound-preview{padding:1rem;background:#f5f5f5;border-radius:8px}.recording-section h3,.file-upload-section h3,.sound-preview h3{margin-top:0;margin-bottom:1rem;font-size:1rem}.recording-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.recording-indicator{color:#e74c3c;font-weight:700;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.recording-preview{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.recording-preview audio{width:100%;max-width:400px}.sound-preview{margin-top:1rem}.sound-preview audio{width:100%;max-width:400px;margin-bottom:1rem}.file-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.error-message{white-space:pre-wrap;word-wrap:break-word;max-width:100%;background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #fcc}.success-message{background:#efe;color:#3c3;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #cfc}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:var(--surface);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 2px 4px #0000001a;border:2px solid var(--border)}.stat-value{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.my-games-section{margin-top:3rem}.my-games-section h2{margin-bottom:1.5rem;color:var(--text)}.no-games{text-align:center;padding:2rem;color:var(--text-light);background:var(--surface);border-radius:1rem;border:2px solid var(--border)}.games-list{display:flex;flex-direction:column;gap:1rem}.game-card{background:var(--surface);border-radius:1rem;padding:1.5rem;border:2px solid var(--border);cursor:pointer;transition:all .2s}.game-card:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.game-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.game-room-code{font-size:1.25rem;font-weight:700;color:var(--primary)}.game-status{padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase}.status-lobby{background:#dbeafe;color:#1e40af}.status-in-progress{background:#dcfce7;color:#166534}.status-finished{background:#f3f4f6;color:#6b7280}.game-card-meta{display:flex;gap:1rem;font-size:.875rem;color:var(--text-light);flex-wrap:wrap}@media (max-width: 640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-value{font-size:2rem}.game-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.game-card-meta{flex-direction:column;gap:.25rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.nav-links{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-user-section{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;transition:opacity .2s;cursor:pointer}.nav-user-section:hover{opacity:.7}.nav-user{color:var(--text-light);font-size:.875rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.main-content{flex:1;padding:2rem 0}@media (max-width: 640px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.main-content{padding:1rem 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4f46e5;--primary-dark: #4338ca;--secondary: #10b981;--danger: #ef4444;--warning: #f59e0b;--bg: #f9fafb;--surface: #ffffff;--text: #1f2937;--text-light: #6b7280;--border: #e5e7eb}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-dark)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-danger{background-color:var(--danger);color:#fff}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover:not(:disabled){background-color:var(--primary);color:#fff}.card{background:var(--surface);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:.5rem;font-size:1rem;margin-bottom:1rem}.input:focus{outline:none;border-color:var(--primary)}.label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text)}.error{color:var(--danger);margin-top:.5rem;font-size:.875rem}.success{color:var(--secondary);margin-top:.5rem;font-size:.875rem}@media (max-width: 640px){.container{padding:.5rem}.card{padding:1rem}}
