@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#6366f1;text-decoration:none}a:hover{color:#818cf8}body{margin:0;min-width:320px;min-height:100vh;background:#0f172a}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}button{font-family:inherit}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem}.login-card{background:#1e293b;border-radius:1rem;padding:2rem;width:100%;max-width:400px;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#f1f5f9;margin-bottom:.5rem}.login-header p{color:#94a3b8;font-size:.9rem}.login-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab{flex:1;padding:.75rem;border:none;background:#334155;color:#94a3b8;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:all .2s}.tab:hover{background:#475569}.tab.active{background:#6366f1;color:#fff}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#cbd5e1;font-size:.9rem;font-weight:500}.form-group input{padding:.75rem 1rem;border:2px solid #334155;border-radius:.5rem;background:#0f172a;color:#f1f5f9;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#6366f1}.form-group input::placeholder{color:#64748b}.error-message{background:#7f1d1d;color:#fecaca;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;text-align:center}.btn-primary{padding:.875rem 1rem;border:none;border-radius:.5rem;background:#6366f1;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#4f46e5}.btn-primary:disabled{background:#475569;cursor:not-allowed}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#64748b}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#334155}.divider span{padding:0 1rem;font-size:.85rem}.btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;border:2px solid #334155;border-radius:.5rem;background:transparent;color:#f1f5f9;font-size:1rem;cursor:pointer;transition:all .2s}.btn-google:hover:not(:disabled){background:#334155;border-color:#475569}.btn-google:disabled{opacity:.5;cursor:not-allowed}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#1e293b;border-bottom:1px solid #334155}.navbar-brand{display:flex;align-items:center;gap:.75rem}.navbar-logo{font-size:1.5rem}.navbar-title{font-size:1.25rem;font-weight:700;color:#f1f5f9}.navbar-info{display:flex;align-items:center;gap:1.5rem}.room-badge{display:flex;align-items:center;gap:.5rem;background:#334155;padding:.5rem 1rem;border-radius:.5rem}.room-label{color:#94a3b8;font-size:.85rem}.room-id{font-family:monospace;font-size:1.1rem;font-weight:700;color:#6366f1;letter-spacing:.1em}.user-info{display:flex;align-items:center;gap:1rem}.nav-links{display:flex;gap:.25rem}.btn-nav-link{padding:.5rem .75rem;border:none;border-radius:.375rem;background:transparent;color:#94a3b8;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-nav-link:hover{background:#334155;color:#f1f5f9}.btn-nav-link.active{background:#6366f1;color:#fff}.user-name{color:#cbd5e1;font-weight:500}.navbar-actions{display:flex;gap:.5rem}.btn-nav{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-leave{background:#7f1d1d;color:#fecaca}.btn-leave:hover{background:#991b1b}.btn-logout{background:#334155;color:#cbd5e1}.btn-logout:hover{background:#475569}@media(max-width:768px){.navbar{flex-direction:column;gap:.75rem;padding:1rem}.navbar-info,.user-info{flex-direction:column;gap:.75rem}.nav-links{flex-wrap:wrap;justify-content:center}}.home-container{min-height:calc(100vh - 73px);padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;gap:2rem}.home-header{text-align:center}.home-header h1{font-size:2.5rem;color:#f1f5f9;margin-bottom:.5rem}.home-header p{color:#94a3b8;font-size:1.1rem}.loading-text{color:#94a3b8;font-size:1.1rem;padding:4rem;text-align:center}.section-card{width:100%;max-width:600px;background:#1e293b;border-radius:1rem;padding:2rem}.section-card h2{color:#f1f5f9;margin-bottom:.25rem}.section-desc{color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem}.add-player-form{display:flex;gap:.75rem;margin-bottom:1.5rem}.add-player-form input{flex:1;padding:.75rem 1rem;border:2px solid #334155;border-radius:.5rem;background:#0f172a;color:#f1f5f9;font-size:1rem}.add-player-form input:focus{outline:none;border-color:#6366f1}.add-player-form input::placeholder{color:#64748b}.btn-add{padding:.75rem 1.25rem;border:none;border-radius:.5rem;background:#22c55e;color:#fff;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-add:hover:not(:disabled){background:#16a34a}.btn-add:disabled{background:#475569;cursor:not-allowed}.empty-state{text-align:center;padding:2rem;color:#64748b}.empty-icon{font-size:3rem;display:block;margin-bottom:.75rem}.select-all-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-select-all{padding:.5rem 1rem;border:1px solid #475569;border-radius:.375rem;background:transparent;color:#94a3b8;cursor:pointer;font-size:.85rem;transition:all .2s}.btn-select-all:hover{background:#334155;color:#f1f5f9}.selected-count{color:#6366f1;font-weight:600;font-size:.9rem}.players-grid{display:flex;flex-wrap:wrap;gap:.75rem}.player-chip{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#0f172a;border:2px solid #334155;border-radius:2rem;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.player-chip:hover{border-color:#6366f1}.player-chip.selected{border-color:#22c55e;background:#22c55e1a}.chip-check{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#334155;color:#22c55e;font-size:.75rem;font-weight:700}.player-chip.selected .chip-check{background:#22c55e;color:#fff}.chip-name{color:#f1f5f9;font-weight:500}.chip-remove{background:none;border:none;color:#64748b;cursor:pointer;font-size:.85rem;padding:0 .25rem;transition:color .2s;line-height:1}.chip-remove:hover{color:#ef4444}.setting-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.setting-row label{color:#cbd5e1;font-weight:500}.impostor-buttons{display:flex;gap:.5rem}.btn-impostor{width:44px;height:44px;border:2px solid #334155;border-radius:.5rem;background:#0f172a;color:#f1f5f9;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-impostor:hover{border-color:#6366f1}.btn-impostor.active{background:#6366f1;border-color:#6366f1}.timer-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-timer{padding:.5rem .9rem;border:2px solid #334155;border-radius:.5rem;background:#0f172a;color:#f1f5f9;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-timer:hover{border-color:#6366f1}.btn-timer.active{background:#6366f1;border-color:#6366f1}.btn-start-game{width:100%;padding:1rem;border:none;border-radius:.75rem;background:#6366f1;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.btn-start-game:hover:not(:disabled){background:#4f46e5}.btn-start-game:disabled{background:#475569;cursor:not-allowed}.hint-text{text-align:center;color:#eab308;font-size:.9rem;margin-top:.75rem}.error-banner{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#7f1d1d;color:#fecaca;padding:1rem 2rem;border-radius:.5rem;display:flex;align-items:center;gap:1rem;z-index:100}.error-banner button{background:none;border:none;color:#fecaca;cursor:pointer;font-size:1.2rem}@media(max-width:600px){.home-container{padding:1rem}.home-header h1{font-size:1.75rem}.section-card{padding:1.5rem}.add-player-form{flex-direction:column}}.reveal-container{min-height:calc(100vh - 73px);padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.reveal-progress{width:100%;max-width:400px;text-align:center;color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.progress-bar{width:100%;height:6px;background:#334155;border-radius:3px;margin-top:.5rem;overflow:hidden}.progress-fill{height:100%;background:#6366f1;border-radius:3px;transition:width .3s ease}.reveal-card{width:100%;max-width:400px;background:#1e293b;border-radius:1.5rem;padding:3rem 2rem;text-align:center;box-shadow:0 25px 50px -12px #00000080}.reveal-hidden{display:flex;flex-direction:column;align-items:center;gap:1rem}.player-name-big{font-size:2.5rem;font-weight:700;color:#f1f5f9}.reveal-instruction{color:#94a3b8;font-size:1.1rem}.reveal-instruction strong{color:#6366f1}.reveal-sub{color:#64748b;font-size:.9rem}.btn-show{margin-top:1rem;padding:1rem 2.5rem;border:none;border-radius:.75rem;background:#6366f1;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-show:hover{background:#4f46e5;transform:scale(1.02)}.reveal-visible{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.player-name-small{font-size:1rem;color:#94a3b8;font-weight:500}.role-reveal-badge{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:3rem}.role-reveal-badge.impostor{background:linear-gradient(135deg,#7f1d1d,#991b1b);box-shadow:0 0 40px #ef44444d}.role-reveal-badge.civilian{background:linear-gradient(135deg,#166534,#15803d);box-shadow:0 0 40px #22c55e4d}.role-label{font-size:1.5rem;font-weight:800;letter-spacing:.05em}.role-label.impostor{color:#fca5a5}.role-label.civilian{color:#86efac}.word-reveal{display:flex;flex-direction:column;gap:.25rem;background:#0f172a;padding:1rem 2rem;border-radius:.75rem;width:100%}.word-label{color:#64748b;font-size:.85rem}.word-value{font-size:2rem;font-weight:700;color:#6366f1}.role-hint{font-size:.9rem;margin:0;padding:.75rem 1rem;border-radius:.5rem;width:100%}.role-hint.impostor{background:#7f1d1d4d;color:#fca5a5}.role-hint.civilian{background:#1665344d;color:#86efac}.btn-next{margin-top:.5rem;padding:1rem 2.5rem;border:none;border-radius:.75rem;background:#22c55e;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;width:100%}.btn-next:hover{background:#16a34a}@media(max-width:480px){.reveal-card{padding:2rem 1.5rem}.player-name-big{font-size:2rem}.word-value{font-size:1.5rem}}.game-screen-container{min-height:calc(100vh - 73px);padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.playing-card{width:100%;max-width:500px;background:#1e293b;border-radius:1.5rem;padding:3rem 2rem;text-align:center;box-shadow:0 25px 50px -12px #00000080}.playing-header{margin-bottom:2rem}.playing-icon{font-size:4rem;display:block;margin-bottom:1rem}.playing-header h1{color:#f1f5f9;font-size:2rem;margin-bottom:.5rem}.playing-header p{color:#94a3b8;font-size:1rem}.players-summary{margin-bottom:2rem}.players-summary h3{color:#94a3b8;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.player-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.player-tag{padding:.4rem 1rem;background:#334155;color:#f1f5f9;border-radius:2rem;font-size:.9rem;font-weight:500}.game-info{margin-top:.75rem}.info-badge{padding:.4rem 1rem;background:#7f1d1d4d;color:#fca5a5;border-radius:2rem;font-size:.85rem;font-weight:600}.reveal-section{margin-top:1rem}.btn-reveal{padding:1rem 2.5rem;border:none;border-radius:.75rem;background:#dc2626;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-reveal:hover{background:#b91c1c;transform:scale(1.02)}.confirm-reveal p{color:#fbbf24;font-weight:600;margin-bottom:1rem}.confirm-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-confirm-yes{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background:#dc2626;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.btn-confirm-yes:hover{background:#b91c1c}.btn-confirm-no{padding:.75rem 1.5rem;border:2px solid #475569;border-radius:.5rem;background:transparent;color:#cbd5e1;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.btn-confirm-no:hover{background:#334155}.results-card{width:100%;max-width:600px;background:#1e293b;border-radius:1.5rem;padding:3rem 2rem;text-align:center;box-shadow:0 25px 50px -12px #00000080}.results-header{margin-bottom:2rem}.results-icon{font-size:4rem;display:block;margin-bottom:.5rem}.results-header h1{color:#f1f5f9;font-size:2.5rem}.words-section{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.word-box{padding:1.25rem 2rem;border-radius:1rem;text-align:center;min-width:160px}.word-box.civilian{background:linear-gradient(135deg,#166534,#15803d)}.word-box.impostor{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.word-type{display:block;font-size:.8rem;color:#ffffffb3;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.the-word{display:block;font-size:1.75rem;font-weight:700;color:#fff}.players-reveal{margin-bottom:2rem;text-align:left}.players-reveal h2{color:#f1f5f9;font-size:1.1rem;margin-bottom:.75rem;margin-top:1.5rem}.players-reveal h2:first-child{margin-top:0}.reveal-list{display:flex;flex-wrap:wrap;gap:.5rem}.reveal-player{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:600}.reveal-player.impostor{background:#7f1d1d66;color:#fca5a5}.reveal-player.civilian{background:#16653466;color:#86efac}.rp-emoji{font-size:1.2rem}.rp-name{font-size:1rem}.btn-new-game{padding:1rem 3rem;border:none;border-radius:.75rem;background:#22c55e;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:background .2s}.btn-new-game:hover{background:#16a34a}.timer-display{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.5rem;margin-bottom:1.5rem;background:#0f172a;border-radius:1rem;border:2px solid #334155}.timer-display.warning{border-color:#eab308;animation:pulse-warn 1s infinite}.timer-display.expired{border-color:#ef4444;background:#7f1d1d4d;animation:pulse-expired .5s infinite}@keyframes pulse-warn{0%,to{box-shadow:0 0 #eab3084d}50%{box-shadow:0 0 20px 4px #eab3084d}}@keyframes pulse-expired{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 20px 4px #ef444466}}.timer-icon{font-size:2rem}.timer-time{font-size:3.5rem;font-weight:800;color:#f1f5f9;font-variant-numeric:tabular-nums;letter-spacing:.05em}.timer-display.warning .timer-time{color:#eab308}.timer-display.expired .timer-time{color:#ef4444}.timer-label{font-size:1rem;font-weight:600;color:#ef4444}.winner-banner{margin-top:1rem;padding:.75rem 2rem;border-radius:.75rem;font-size:1.3rem;font-weight:700}.winner-banner.civilians{background:linear-gradient(135deg,#166534,#15803d);color:#86efac}.winner-banner.impostors{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fca5a5}.winner-choice{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.btn-winner{padding:.6rem 1.2rem;border:2px solid #475569;border-radius:.5rem;background:transparent;color:#cbd5e1;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn-winner:hover{border-color:#6366f1}.btn-winner.civilians.active{background:#16653466;border-color:#22c55e;color:#86efac}.btn-winner.impostors.active{background:#7f1d1d66;border-color:#ef4444;color:#fca5a5}.btn-winner.skip.active{background:#6366f133;border-color:#6366f1;color:#a5b4fc}.party-section{margin:2rem 0}.btn-party{width:100%;padding:1rem;border:2px dashed #6366f1;border-radius:.75rem;background:#6366f11a;color:#a5b4fc;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-party:hover{background:#6366f133;border-color:#818cf8}.party-list{text-align:left}.party-list h2{color:#f1f5f9;font-size:1.2rem;margin-bottom:1rem;text-align:center}.party-player{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:.5rem;animation:slideIn .4s ease-out both}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.party-player.impostor{background:#7f1d1d4d}.party-player.civilian{background:#1665344d}.party-idx{color:#64748b;font-weight:700;min-width:1.5rem}.party-emoji{font-size:1.2rem}.party-name{font-weight:600;color:#f1f5f9;flex:1}.party-word{color:#94a3b8;font-size:.85rem;font-style:italic}.party-role{font-size:.8rem;font-weight:700;padding:.2rem .6rem;border-radius:.25rem}.party-role.impostor{background:#ef44444d;color:#fca5a5}.party-role.civilian{background:#22c55e4d;color:#86efac}@media(max-width:480px){.playing-card,.results-card{padding:2rem 1.5rem}.playing-header h1{font-size:1.5rem}.results-header h1{font-size:2rem}.the-word{font-size:1.35rem}}.history-container{min-height:calc(100vh - 73px);padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.history-header{text-align:center}.history-header h1{font-size:2rem;color:#f1f5f9;margin-bottom:.25rem}.history-header p{color:#94a3b8;font-size:1rem}.empty-history{text-align:center;padding:4rem 2rem;color:#64748b}.empty-history .empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.empty-history p{font-size:1.1rem;color:#94a3b8}.empty-sub{font-size:.9rem!important;color:#64748b!important;margin-top:.5rem}.history-list{width:100%;max-width:700px;display:flex;flex-direction:column;gap:1rem}.history-entry{background:#1e293b;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.entry-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.entry-date{color:#94a3b8;font-size:.85rem}.entry-winner{font-size:.8rem;font-weight:700;padding:.2rem .75rem;border-radius:1rem}.entry-winner.civilians{background:#22c55e33;color:#86efac}.entry-winner.impostors{background:#ef444433;color:#fca5a5}.entry-timer{margin-left:auto;font-size:.8rem;color:#64748b}.entry-words{display:flex;gap:1rem;flex-wrap:wrap}.ew{font-size:.9rem;font-weight:600;padding:.3rem .75rem;border-radius:.375rem}.ew.civilian{background:#1665344d;color:#86efac}.ew.impostor{background:#7f1d1d4d;color:#fca5a5}.ew-label{font-weight:400;opacity:.7;font-size:.8rem}.entry-players{display:flex;flex-direction:column;gap:.5rem}.ep-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ep-title{font-size:.8rem;color:#94a3b8;min-width:100px}.ep-name{font-size:.85rem;font-weight:500;padding:.2rem .6rem;border-radius:.25rem}.ep-name.impostor{background:#7f1d1d4d;color:#fca5a5}.ep-name.civilian{background:#16653433;color:#86efac}.history-actions{width:100%;max-width:700px}.btn-delete-all{width:100%;padding:.75rem;border:2px dashed #7f1d1d;border-radius:.75rem;background:#7f1d1d1a;color:#fca5a5;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete-all:hover{background:#7f1d1d40;border-color:#ef4444}.confirm-delete-all{background:#1e293b;border-radius:.75rem;padding:1.25rem;text-align:center}.confirm-delete-all p{color:#fbbf24;font-weight:600;margin-bottom:1rem;font-size:1rem}.confirm-delete-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-confirm-delete{padding:.6rem 1.25rem;border:none;border-radius:.5rem;background:#dc2626;color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s}.btn-confirm-delete:hover:not(:disabled){background:#b91c1c}.btn-confirm-delete:disabled{background:#475569;cursor:not-allowed}.btn-cancel-delete{padding:.6rem 1.25rem;border:2px solid #475569;border-radius:.5rem;background:transparent;color:#cbd5e1;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-cancel-delete:hover:not(:disabled){background:#334155}.btn-entry-delete{margin-left:auto;background:none;border:none;font-size:1rem;cursor:pointer;opacity:.4;transition:opacity .2s;padding:.25rem;line-height:1}.btn-entry-delete:hover{opacity:1}.entry-delete-confirm{margin-left:auto;display:flex;gap:.35rem}.btn-entry-del-yes,.btn-entry-del-no{background:none;border:1px solid #475569;border-radius:.25rem;font-size:.85rem;cursor:pointer;padding:.2rem .5rem;line-height:1;transition:all .2s}.btn-entry-del-yes:hover:not(:disabled){background:#dc26264d;border-color:#ef4444}.btn-entry-del-no:hover:not(:disabled){background:#334155}.btn-entry-del-yes:disabled,.btn-entry-del-no:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.history-container{padding:1rem}.history-header h1{font-size:1.5rem}.history-entry{padding:1rem}}.stats-container{min-height:calc(100vh - 73px);padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.stats-header{text-align:center}.stats-header h1{font-size:2rem;color:#f1f5f9;margin-bottom:.25rem}.stats-header p{color:#94a3b8;font-size:1rem}.empty-stats{text-align:center;padding:4rem 2rem;color:#64748b}.empty-stats .empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.empty-stats p{font-size:1.1rem;color:#94a3b8}.stats-grid{width:100%;max-width:700px;display:flex;flex-direction:column;gap:1rem}.stat-card{background:#1e293b;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.stat-card-header{display:flex;justify-content:space-between;align-items:center}.stat-name{font-size:1.25rem;font-weight:700;color:#f1f5f9}.stat-total{font-size:.85rem;color:#94a3b8;background:#334155;padding:.25rem .75rem;border-radius:1rem}.stat-winrate{display:flex;align-items:center;gap:.75rem}.winrate-bar{flex:1;height:8px;background:#334155;border-radius:4px;overflow:hidden}.winrate-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .5s ease}.winrate-label{font-size:.85rem;color:#86efac;font-weight:600;min-width:90px;text-align:right}.stat-rows{display:flex;flex-direction:column;gap:.5rem}.stat-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#0f172a;border-radius:.5rem}.sr-icon{font-size:1rem}.sr-label{color:#cbd5e1;font-weight:500;min-width:80px}.sr-count{color:#6366f1;font-weight:700;min-width:30px}.sr-wins{color:#94a3b8;font-size:.85rem;margin-left:auto}.stat-ratio{display:flex;flex-direction:column;gap:.4rem}.ratio-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;background:#334155}.ratio-impostor{background:#ef4444;transition:width .5s ease}.ratio-civilian{background:#22c55e;transition:width .5s ease}.ratio-labels{display:flex;justify-content:space-between}.rl-impostor{font-size:.75rem;color:#fca5a5}.rl-civilian{font-size:.75rem;color:#86efac}@media(max-width:600px){.stats-container{padding:1rem}.stats-header h1{font-size:1.5rem}.stat-card{padding:1rem}.stat-row{flex-wrap:wrap}.sr-wins{margin-left:0;width:100%;margin-top:.25rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0f172a;color:#f1f5f9;line-height:1.6}#root{min-height:100vh}.app-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);gap:1rem}.loading-screen p{color:#94a3b8;font-size:1.1rem}.loading-spinner{width:50px;height:50px;border:4px solid #334155;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 73px);color:#94a3b8;font-size:1.25rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{background:#6366f1;color:#fff}:focus-visible{outline:2px solid #6366f1;outline-offset:2px}
