@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--bg-dark: #1e1b4b;--bg-main: #3730a3;--bg-card: #4338ca;--bg-card-light: #4f46e5;--bg-input: #312e81;--bg-input-dark: #1e1b4b;--yellow: #fbbf24;--yellow-light: #fcd34d;--yellow-dark: #f59e0b;--yellow-border: #d97706;--text-white: #ffffff;--text-light: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .6);--text-dark: #1e1b4b;--border-purple: rgba(139, 92, 246, .5);--border-light: rgba(255, 255, 255, .1);--success: #22c55e;--error: #ef4444;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 28px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-dark);color:var(--text-white);min-height:100vh;overflow-x:hidden}.app-container{min-height:100vh;background:var(--bg-dark);position:relative}.app-container:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236366f1' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.page-wrapper{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1100px;margin:0 auto;width:100%}.header__social{display:flex;gap:.5rem}.social-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-dark);border:none;border-radius:var(--radius-md);color:var(--text-white);cursor:pointer;transition:background .2s}.social-btn:hover{background:var(--bg-input)}.header__logo{text-align:center}.header__logo-sub{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.header__logo-main{font-size:1.75rem;font-weight:900;color:var(--yellow);text-transform:uppercase;letter-spacing:.05em}.header__lang{padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;background:var(--error);border:none;border-radius:var(--radius-md);color:#fff;font-weight:700;font-size:.875rem;cursor:pointer}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 2rem 2rem}.home-card{background:linear-gradient(145deg,var(--bg-card) 0%,var(--bg-card-light) 100%);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:3rem;width:100%;max-width:700px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.home-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.avatar-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.avatar-wrapper{position:relative;width:130px;height:130px}.avatar-ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:4px solid var(--yellow);border-radius:50%;animation:pulse-ring 2.5s ease-in-out infinite}@keyframes pulse-ring{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.7}}.avatar-image{width:100%;height:100%;border-radius:50%;background:var(--bg-input);overflow:hidden}.avatar-change-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;font-family:inherit;color:var(--yellow);background:transparent;border:2px solid var(--yellow);border-radius:var(--radius-full);cursor:pointer;transition:all .2s}.avatar-change-btn:hover{background:#fbbf2426}.name-input{width:100%;max-width:220px;padding:1rem 1.5rem;font-size:1.1rem;font-family:inherit;font-weight:600;text-align:center;color:var(--text-white);background:var(--bg-input);border:3px solid var(--border-purple);border-radius:var(--radius-xl);outline:none;transition:border-color .2s,box-shadow .2s}.name-input:focus{border-color:var(--yellow);box-shadow:0 0 20px #fbbf2433}.home-right{display:flex;flex-direction:column;justify-content:center}.home-title{font-size:1.75rem;font-weight:900;color:var(--yellow);margin-bottom:.5rem}.home-subtitle{font-size:.95rem;color:var(--text-muted);margin-bottom:2rem}.home-buttons{display:flex;flex-direction:column;gap:1rem}.home-hint{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:1.5rem}.card-title{grid-column:1 / -1;text-align:center;font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.avatar-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.avatar-wrapper{position:relative;width:140px;height:140px}.avatar-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:5px solid var(--yellow);border-radius:50%;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.avatar-image{width:100%;height:100%;border-radius:50%;background:var(--bg-input);overflow:hidden;cursor:pointer;transition:transform .2s}.avatar-image:hover{transform:scale(1.02)}.avatar-image img{width:100%;height:100%;object-fit:cover}.name-input{width:100%;max-width:200px;padding:.875rem 1.25rem;font-size:1rem;font-family:inherit;font-weight:600;text-align:center;color:var(--text-white);background:var(--bg-main);border:3px solid var(--border-purple);border-radius:var(--radius-xl);outline:none;transition:border-color .2s,background .2s}.name-input::placeholder{color:var(--text-muted)}.name-input:focus{border-color:var(--yellow);background:var(--bg-input)}.buttons-section{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:700;font-family:inherit;border-radius:var(--radius-xl);cursor:pointer;transition:all .2s;border:3px solid transparent}.btn-primary{background:var(--yellow);color:var(--text-dark);border-color:var(--yellow-border)}.btn-primary:hover{background:var(--yellow-light);transform:translateY(-2px);box-shadow:0 10px 20px #fbbf244d}.btn-outline{background:#fbbf241a;color:var(--yellow);border-color:var(--yellow)}.btn-outline:hover{background:#fbbf2433}.btn-secondary{background:var(--bg-input);color:var(--text-white);border-color:var(--border-purple)}.btn-secondary:hover{background:var(--bg-card-light);border-color:var(--yellow)}.btn-ghost{background:transparent;color:var(--text-muted);border-color:transparent}.btn-ghost:hover{color:var(--text-white);background:#ffffff0d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.btn-full{width:100%;justify-content:center}.btn-lg{padding:1.1rem 1.75rem;font-size:1.15rem}.join-form{display:flex;flex-direction:column;gap:1rem}.join-hint{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.info-section{background:var(--bg-card-light);border-radius:var(--radius-xl);padding:1.5rem;border:2px solid var(--border-purple)}.info-title{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.info-title span{color:var(--yellow)}.info-subtitle{font-size:1rem;font-weight:700;color:var(--yellow);margin-bottom:1rem}.info-content{font-size:.875rem;color:var(--text-light);line-height:1.6}.footer{padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--text-muted);max-width:1100px;margin:0 auto;width:100%}.footer__links{display:flex;gap:1.5rem}.footer__links a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--text-white)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--bg-card);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:2rem;max-width:500px;width:90%;animation:modal-in .3s ease}@keyframes modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-title{font-size:1.25rem;font-weight:800;text-align:center;margin-bottom:1.5rem}.avatar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem}.avatar-option{aspect-ratio:1;border-radius:50%;overflow:hidden;border:3px solid transparent;cursor:pointer;transition:all .2s;background:var(--bg-input)}.avatar-option:hover{border-color:var(--border-purple);transform:scale(1.1)}.avatar-option.selected{border-color:var(--yellow);box-shadow:0 0 20px #fbbf2480}.avatar-option img{width:100%;height:100%;object-fit:cover}.code-input{width:100%;padding:1.25rem;font-size:2.5rem;font-weight:800;font-family:inherit;text-align:center;letter-spacing:.4em;color:var(--text-white);background:var(--bg-input);border:3px solid var(--border-purple);border-radius:var(--radius-xl);outline:none;text-transform:uppercase}.code-input:focus{border-color:var(--yellow)}.code-input::placeholder{color:var(--text-muted);letter-spacing:.2em}.lobby-layout{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;width:100%;max-width:950px}.lobby-sidebar{background:var(--bg-card);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:1.5rem;display:flex;flex-direction:column}.room-code-section{text-align:center;margin-bottom:1.5rem}.room-code-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.room-code-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:var(--bg-input);border:2px dashed var(--border-purple);border-radius:var(--radius-lg);font-size:1.5rem;font-weight:900;letter-spacing:.25em;cursor:pointer;transition:all .2s}.room-code-display:hover{border-color:var(--yellow)}.invite-btn{margin-top:.75rem}.players-section{flex:1;margin-top:1rem}.section-label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.players-list{display:flex;flex-direction:column;gap:.5rem}.player-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;background:var(--bg-input);border-radius:var(--radius-lg);border:2px solid transparent;transition:all .2s}.player-item.is-me{border-color:var(--yellow);background:#fbbf241a}.player-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--border-purple);flex-shrink:0}.player-avatar img{width:100%;height:100%;object-fit:cover}.player-name{flex:1;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-badge{color:var(--yellow);flex-shrink:0}.kick-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ef444433;border:2px solid var(--error);border-radius:var(--radius-sm);color:var(--error);cursor:pointer;transition:all .2s;flex-shrink:0;margin-left:auto}.kick-btn:hover{background:var(--error);color:#fff}.lobby-main{background:var(--bg-card);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:1.5rem;display:flex;flex-direction:column}.settings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.settings-title{font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:.5rem}.settings-group{margin-bottom:1.5rem}.settings-options{display:flex;gap:.5rem;flex-wrap:wrap}.setting-option{padding:.625rem 1rem;font-size:.875rem;font-weight:700;font-family:inherit;color:var(--text-light);background:var(--bg-input);border:2px solid var(--border-purple);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s}.setting-option:hover:not(:disabled){border-color:var(--yellow)}.setting-option.active{background:var(--yellow);color:var(--text-dark);border-color:var(--yellow-border)}.setting-option:disabled{opacity:.5;cursor:not-allowed}.setting-option.small{padding:.5rem .75rem;font-size:.8rem}.time-settings{display:flex;flex-direction:column;gap:.75rem}.time-setting-row{display:flex;align-items:center;gap:.75rem}.time-label{width:110px;font-size:.85rem;color:var(--text-muted);flex-shrink:0}.lobby-footer{margin-top:auto;padding-top:1rem}.status-box{padding:1rem;background:var(--bg-input);border-radius:var(--radius-lg);text-align:center;margin-bottom:1rem;font-weight:600}.lobby-actions{display:flex;gap:.75rem}.start-btn{flex:1}.game-card{background:var(--bg-card);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:2rem;width:100%;max-width:550px;box-shadow:0 25px 50px -12px #0006}.scenario-section{text-align:center}.round-badge{display:inline-block;padding:.5rem 1rem;background:#fbbf2426;border:2px solid var(--yellow);border-radius:var(--radius-full);font-size:.8rem;font-weight:700;color:var(--yellow);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.scenario-text{font-size:1.5rem;font-weight:800;line-height:1.4;margin-bottom:1.5rem}.timer{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-input);border-radius:var(--radius-full);font-size:2rem;font-weight:800;color:var(--yellow)}.timer.warning{color:var(--yellow-dark)}.timer.danger{color:var(--error);animation:pulse .5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.vote-list{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.vote-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-input);border:2px solid transparent;border-radius:var(--radius-xl);cursor:pointer;transition:all .2s}.vote-card:hover:not(.disabled){border-color:var(--border-purple);background:var(--bg-card-light)}.vote-card.selected{border-color:var(--yellow);background:#fbbf2426}.vote-card.winner{border-color:var(--yellow);background:#fbbf2433;box-shadow:0 0 20px #fbbf244d}.vote-card.disabled{opacity:.5;cursor:default}.vote-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid var(--border-purple);flex-shrink:0}.vote-avatar img{width:100%;height:100%;object-fit:cover}.vote-name{flex:1;font-weight:700;font-size:1rem}.vote-bar{width:80px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.vote-bar-fill{height:100%;background:var(--yellow);transition:width .5s ease}.vote-count{font-weight:800;color:var(--yellow);min-width:30px;text-align:right}.defense-section{text-align:center}.defense-title{font-size:.9rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.defense-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:5px solid var(--yellow);margin:0 auto 1rem;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.defense-avatar img{width:100%;height:100%;object-fit:cover}.defense-name{font-size:2rem;font-weight:900;color:var(--yellow);margin-bottom:.5rem}.defense-prompt{color:var(--text-muted);margin-bottom:1.5rem}.defense-textarea{width:100%;min-height:100px;padding:1rem;font-size:1rem;font-family:inherit;color:var(--text-white);background:var(--bg-input);border:2px solid var(--border-purple);border-radius:var(--radius-xl);outline:none;resize:vertical}.defense-textarea:focus{border-color:var(--yellow)}.defense-display{padding:1.5rem;background:var(--bg-input);border:2px solid var(--yellow);border-radius:var(--radius-xl);font-style:italic;font-size:1.1rem;min-height:80px}.gameover-section{text-align:center}.gameover-title{font-size:2.5rem;font-weight:900;color:var(--yellow);margin-bottom:2rem}.winner-card{background:var(--bg-input);border:3px solid var(--yellow);border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:1.5rem}.winner-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.winner-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid var(--yellow);margin:0 auto 1rem}.winner-avatar img{width:100%;height:100%;object-fit:cover}.winner-name{font-size:1.5rem;font-weight:800;color:var(--yellow)}.winner-count{color:var(--text-muted);margin-top:.25rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat-box{background:var(--bg-input);border:2px solid var(--border-purple);border-radius:var(--radius-lg);padding:1rem}.stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:800;color:var(--yellow)}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.main-card{grid-template-columns:1fr;max-width:400px;gap:1.5rem}.main-card>.avatar-section{order:1}.main-card>.buttons-section{order:2}.main-card>.info-section{display:none}.lobby-layout{grid-template-columns:1fr}}@media(max-width:480px){.header,.main-content{padding:1rem}.game-card,.lobby-sidebar,.lobby-main{padding:1.25rem}.avatar-wrapper{width:120px;height:120px}.scenario-text{font-size:1.25rem}}.music-control{display:flex;align-items:center;gap:.5rem}.music-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-input);border:2px solid var(--border-purple);border-radius:var(--radius-md);color:var(--text-white);cursor:pointer;transition:all .2s}.music-btn:hover{border-color:var(--yellow);color:var(--yellow)}.music-slider{width:80px;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-input);border-radius:3px;cursor:pointer}.music-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:var(--yellow);border-radius:50%;cursor:pointer}.music-slider::-moz-range-thumb{width:14px;height:14px;background:var(--yellow);border:none;border-radius:50%;cursor:pointer}.room-code-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:var(--bg-input);border:2px dashed var(--border-purple);border-radius:var(--radius-lg)}.room-code-text{font-size:1.5rem;font-weight:900;letter-spacing:.25em;min-width:80px;text-align:center}.code-toggle-btn,.code-copy-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-purple);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all .2s}.code-toggle-btn:hover,.code-copy-btn:hover{border-color:var(--yellow);color:var(--yellow)}.join-card{background:linear-gradient(145deg,var(--bg-card) 0%,var(--bg-card-light) 100%);border:3px solid var(--border-purple);border-radius:var(--radius-2xl);padding:2.5rem;width:100%;max-width:400px;text-align:center;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.join-title{font-size:1.5rem;font-weight:800;color:var(--yellow);margin-bottom:.5rem}.join-subtitle{color:var(--text-muted);margin-bottom:2rem}.join-code{color:var(--text-white);font-weight:800;letter-spacing:.15em}.join-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.footer a{color:var(--yellow);text-decoration:none;font-weight:700;transition:opacity .2s}.footer a:hover{opacity:.8}
