@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0c29;width:100%;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{width:100%;height:100%}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.deezer-picker{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.deezer-picker-title{color:#ffffffb3;text-align:center;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.deezer-search-bar{flex-shrink:0;margin-bottom:1rem}.deezer-search-input{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff2e;border-radius:.875rem;outline:none;width:100%;padding:.75rem 1.25rem;font-size:1rem;transition:border-color .2s,background .2s}.deezer-search-input::placeholder{color:#ffffff4d}.deezer-search-input:focus{background:#ffffff1c;border-color:#a78bfa99}.deezer-scroll-area{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding-right:2px;overflow-y:auto}.deezer-scroll-area::-webkit-scrollbar{width:5px}.deezer-scroll-area::-webkit-scrollbar-track{background:0 0}.deezer-scroll-area::-webkit-scrollbar-thumb{background:#a78bfa59;border-radius:3px}.deezer-center{justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.deezer-spinner{border:3px solid #ffffff26;border-top-color:#a78bfa;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite deezerSpin}@keyframes deezerSpin{to{transform:rotate(360deg)}}.deezer-empty{color:#fff6;text-align:center;padding:1.5rem 1rem;font-size:.9rem}.deezer-error{color:#f87171;text-align:center;padding:1rem;font-size:.9rem}.deezer-section-label{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;text-align:center;margin-bottom:.875rem;font-size:.75rem;font-weight:700}.deezer-results-list{flex-direction:column;gap:.5rem;display:flex}.deezer-result-row{color:#fff;cursor:pointer;text-align:left;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:.875rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background .15s,border-color .15s;display:flex}.deezer-result-row:hover,.deezer-result-row:active{background:#a78bfa2e;border-color:#a78bfa66}.deezer-result-thumb{object-fit:cover;background:#ffffff14;border-radius:.5rem;flex-shrink:0;width:48px;height:48px}.deezer-result-info{flex:1;min-width:0}.deezer-result-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.deezer-result-meta{color:#fff6;white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.75rem;overflow:hidden}.deezer-genres-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:.75rem;display:grid}.deezer-genre-card{cursor:pointer;color:#fff;text-align:left;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;transition:background .15s,border-color .15s,transform .1s;display:flex;overflow:hidden}.deezer-genre-card:hover{background:#a78bfa26;border-color:#a78bfa66}.deezer-genre-card:active{transform:scale(.97)}.deezer-genre-img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.deezer-genre-img-placeholder{aspect-ratio:1;background:#ffffff14;width:100%}.deezer-genre-body{padding:.625rem .75rem .875rem}.deezer-genre-name{font-size:.88rem;font-weight:700;line-height:1.2}.deezer-genre-desc{color:#ffffff61;margin-top:.2rem;font-size:.7rem;line-height:1.3}@media (width<=640px){.deezer-picker-title{margin-bottom:.75rem;font-size:.95rem}.deezer-search-input{padding:.7rem 1rem;font-size:.95rem}.deezer-genres-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.deezer-result-row{border-radius:.75rem;padding:.625rem}.deezer-result-thumb{width:42px;height:42px}.deezer-result-name{font-size:.85rem}}.rrv-wrap{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1000px;display:flex}.rrv-question-track{text-align:center}.rrv-question-number{text-transform:uppercase;letter-spacing:.2em;color:#fff6;font-size:.9rem}.rrv-track-name{background:linear-gradient(135deg,#fff,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:.5rem 0;font-size:3rem;font-weight:800}.rrv-track-hint{color:#ffffff80;font-size:1.25rem}.rrv-timer-ring{width:140px;height:140px;position:relative}.rrv-timer-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.rrv-timer-bg{fill:none;stroke:#ffffff14;stroke-width:8px}.rrv-timer-fill{fill:none;stroke:#a78bfa;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .1s linear,stroke .3s}.rrv-timer-ring.urgent .rrv-timer-fill{stroke:#f87171;animation:.5s ease-in-out infinite rrvTimerPulse}@keyframes rrvTimerPulse{50%{stroke:#fbbf24}}.rrv-timer-text{color:#fff;font-size:3rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rrv-timer-ring.urgent .rrv-timer-text{color:#f87171}.rrv-answer-grid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:800px;display:grid}.rrv-answer-card{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.35rem;font-weight:600;transition:transform .1s,opacity .2s,filter .2s;display:flex}.rrv-answer-card.color-0{background:#ef444433;border:2px solid #ef444480}.rrv-answer-card.color-1{background:#3b82f633;border:2px solid #3b82f680}.rrv-answer-card.color-2{background:#22c55e33;border:2px solid #22c55e80}.rrv-answer-card.color-3{background:#facc1533;border:2px solid #facc1580}.rrv-answer-card:not(:disabled):hover{filter:brightness(1.15);transform:translateY(-2px)}.rrv-answer-card:not(:disabled):active{transform:scale(.97)}.rrv-answer-card.selected{filter:brightness(1.2);animation:.25s ease-out rrvSelectPop;box-shadow:0 0 0 4px #ffffff80}@keyframes rrvSelectPop{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.rrv-answer-card.dimmed{opacity:.3;filter:grayscale(.4)}.rrv-answer-icon{opacity:.85;flex-shrink:0;font-size:1.5rem}.rrv-answer-card.color-0 .rrv-answer-icon{color:#ef4444}.rrv-answer-card.color-1 .rrv-answer-icon{color:#3b82f6}.rrv-answer-card.color-2 .rrv-answer-icon{color:#22c55e}.rrv-answer-card.color-3 .rrv-answer-icon{color:#facc15}.rrv-answer-text{color:#ffffffe6;text-shadow:0 1px 3px #0006;font-size:1rem;font-weight:600;line-height:1.35}.rrv-feedback{text-align:center;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:480px;padding:3rem 2rem;animation:.35s ease-out rrvFadeUp;display:flex}@keyframes rrvFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.rrv-feedback.correct{background:#34d3991f;border:2px solid #34d39966}.rrv-feedback.wrong{background:#f871711f;border:2px solid #f871714d}.rrv-fb-icon{font-size:3.5rem;font-weight:800;line-height:1}.rrv-feedback.correct .rrv-fb-icon{color:#34d399}.rrv-feedback.wrong .rrv-fb-icon{color:#f87171}.rrv-fb-label{font-size:1.75rem;font-weight:800}.rrv-feedback.correct .rrv-fb-label{color:#34d399}.rrv-feedback.wrong .rrv-fb-label{color:#f87171}.rrv-fb-points{color:#34d399;font-size:2.25rem;font-weight:800}.rrv-fb-total{color:#ffffff8c;font-size:1.1rem;font-weight:500}@media (width<=640px){.rrv-wrap{gap:1.25rem}.rrv-track-name{font-size:1.75rem}.rrv-track-hint{font-size:1rem}.rrv-timer-ring{width:100px;height:100px}.rrv-timer-text{font-size:2.25rem}.rrv-answer-card{gap:.75rem;padding:1rem 1.25rem;font-size:1.05rem}.rrv-answer-icon{font-size:1.25rem}.rrv-answer-text{font-size:.88rem}}.final-title{background:linear-gradient(135deg,#fbbf24,#f472b6,#a78bfa);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800}@media (width<=640px){.final-title{font-size:2rem}}.leaderboard{flex-direction:column;gap:.5rem;width:100%;display:flex}.leaderboard.final .lb-row.first{background:linear-gradient(135deg,#fbbf2433,#fbbf240d);border-color:#fbbf2480;transform:scale(1.05)}.lb-row{background:#ffffff0d;border:1px solid #ffffff14;border-radius:1rem;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:transform .3s,background .3s;display:flex}.lb-row.first{background:#fbbf241a;border-color:#fbbf244d}.lb-row.second{background:#c0c0c014;border-color:#c0c0c033}.lb-row.third{background:#cd7f3214;border-color:#cd7f3233}.lb-row.me{background:#a78bfa1a;border-color:#a78bfa80}.lb-row.first.me{background:linear-gradient(135deg,#fbbf2433,#a78bfa1a);border-color:#a78bfa80}.lb-rank{text-align:center;width:2.5rem;font-size:1.5rem}.lb-avatar{background:linear-gradient(135deg,#a78bfa,#f472b6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.1rem;font-weight:700;display:flex}.lb-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1.15rem;font-weight:600;overflow:hidden}.lb-score{color:#a78bfa;flex-shrink:0;font-size:1.25rem;font-weight:800}.lb-empty{text-align:center;color:#ffffff4d}@media (width<=480px){.lb-row{gap:.75rem;padding:.75rem 1rem}.lb-rank{width:2rem;font-size:1.25rem}.lb-avatar{width:2rem;height:2rem;font-size:.9rem}.lb-name{font-size:1rem}.lb-score{font-size:1.05rem}}.host-screen{color:#fff;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);flex-direction:column;width:100vw;height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.host-loading,.host-error{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.loading-spinner{border:4px solid #ffffff26;border-top-color:#a78bfa;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-card{text-align:center;background:#ffffff14;border:1px solid #ff64644d;border-radius:1.5rem;padding:3rem}.error-card h1{margin-bottom:1rem;font-size:2rem}.error-card p{color:#fca5a5;margin-bottom:2rem}.error-card button{color:#fff;cursor:pointer;background:#a78bfa;border:none;border-radius:.75rem;padding:.75rem 2rem;font-size:1rem}.host-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.host-logo{background:linear-gradient(135deg,#a78bfa,#f472b6,#60a5fa,#a78bfa) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;animation:5s infinite gradientShift}.host-pin-badge{background:#ffffff1a;border:1px solid #ffffff26;border-radius:2rem;align-items:center;gap:.75rem;padding:.5rem 1.25rem;display:flex}.pin-label{text-transform:uppercase;letter-spacing:.15em;color:#fff9;font-size:.75rem}.pin-value{letter-spacing:.25em;color:#a78bfa;font-size:1.5rem;font-weight:800}.host-player-count{align-items:baseline;gap:.4rem;display:flex}.count-num{color:#34d399;font-size:1.75rem;font-weight:800}.count-label{color:#ffffff80;font-size:.85rem}.join-toast-container{z-index:100;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:5rem;right:2rem}.join-toast{color:#34d399;background:#34d39933;border:1px solid #34d39966;border-radius:1rem;padding:.75rem 1.5rem;font-weight:600;animation:.3s ease-out slideIn,.5s ease-out 2.5s forwards fadeOut}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}.host-main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;overflow-y:auto}.lobby-view{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:900px;padding:1rem 0;display:flex}.lobby-pin-display h2{color:#fff9;margin-bottom:.25rem;font-size:1.5rem;font-weight:400}.lobby-url{color:#a78bfa;margin-bottom:1.5rem;font-size:1.25rem}.lobby-pin-big{justify-content:center;gap:.75rem;display:flex}.pin-digit{color:#fff;background:#ffffff12;border:2px solid #a78bfa66;border-radius:1rem;justify-content:center;align-items:center;width:5rem;height:6.5rem;font-size:3.5rem;font-weight:800;animation:2s ease-in-out infinite digitPulse;display:flex}.pin-digit:nth-child(2){animation-delay:.1s}.pin-digit:nth-child(3){animation-delay:.2s}.pin-digit:nth-child(4){animation-delay:.3s}.pin-digit:nth-child(5){animation-delay:.4s}.pin-digit:nth-child(6){animation-delay:.5s}@keyframes digitPulse{0%,to{border-color:#a78bfa4d}50%{border-color:#a78bfab3}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lobby-qr-wrap{background:#ffffff0f;border:1px solid #a78bfa40;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.875rem;animation:.4s fadeIn;display:flex}.lobby-qr-wrap svg{border-radius:.5rem;display:block}.lobby-qr-hint{color:#ffffff73;letter-spacing:.02em;margin:0;font-size:.78rem}.playlist-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:1rem;align-items:center;gap:1rem;width:100%;max-width:480px;padding:.75rem .75rem .75rem 1rem;display:flex}.playlist-card-img{object-fit:cover;border-radius:.5rem;flex-shrink:0;width:52px;height:52px}.playlist-card-info{text-align:left;flex:1;min-width:0}.playlist-card-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.playlist-card-tracks{color:#34d399;margin-top:.2rem;font-size:.8rem}.playlist-card-edit{color:#ffffff8c;cursor:pointer;background:#ffffff12;border:1px solid #ffffff24;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s,border-color .15s;display:flex}.playlist-card-edit:hover{color:#a78bfa;background:#a78bfa2e;border-color:#a78bfa73}.lobby-players{min-height:120px}.waiting-text{color:#fff6;font-size:1.25rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.player-bubbles{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px;display:flex}.player-bubble{background:#ffffff14;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem .5rem;animation:.3s ease-out popIn;display:flex}@keyframes popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.bubble-avatar{background:linear-gradient(135deg,#a78bfa,#f472b6);border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1rem;font-weight:700;display:flex}.btn-start{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border:none;border-radius:1rem;padding:1rem 3rem;font-size:1.25rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #8b5cf666}.btn-start:hover{transform:translateY(-2px);box-shadow:0 6px 30px #8b5cf699}.btn-start:active{transform:translateY(0)}.btn-start-disabled,.btn-start:disabled{opacity:.35;cursor:not-allowed;box-shadow:none!important;transform:none!important}.question-view{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1000px;display:flex}.question-track{text-align:center}.question-number{text-transform:uppercase;letter-spacing:.2em;color:#fff6;font-size:.9rem}.track-name{background:linear-gradient(135deg,#fff,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:.5rem 0;font-size:3rem;font-weight:800}.track-hint{color:#ffffff80;font-size:1.25rem}.timer-ring{width:140px;height:140px;position:relative}.timer-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.timer-bg{fill:none;stroke:#ffffff14;stroke-width:8px}.timer-fill{fill:none;stroke:#a78bfa;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset .1s linear,stroke .3s}.timer-ring.urgent .timer-fill{stroke:#f87171;animation:.5s ease-in-out infinite timerPulse}@keyframes timerPulse{50%{stroke:#fbbf24}}.timer-text{font-size:3rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timer-ring.urgent .timer-text{color:#f87171}.answer-grid-display{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:800px;display:grid}.answer-card{border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:1.35rem;font-weight:600;display:flex}.answer-card.color-0{background:#ef444433;border:2px solid #ef444480}.answer-card.color-1{background:#3b82f633;border:2px solid #3b82f680}.answer-card.color-2{background:#22c55e33;border:2px solid #22c55e80}.answer-card.color-3{background:#facc1533;border:2px solid #facc1580}.answer-icon{opacity:.8;font-size:1.5rem}.answer-card.color-0 .answer-icon{color:#ef4444}.answer-card.color-1 .answer-icon{color:#3b82f6}.answer-card.color-2 .answer-icon{color:#22c55e}.answer-card.color-3 .answer-icon{color:#facc15}.reveal-view{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:700px;animation:.5s ease-out fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal-title{color:#34d399;font-size:3rem;font-weight:800}.reveal-subtitle{color:#ffffff80;margin-top:-1rem;font-size:1.25rem}.final-view{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:700px;animation:.5s ease-out fadeUp;display:flex}.final-title{background:linear-gradient(135deg,#fbbf24,#f472b6,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800}.final-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-outline{color:#ffffffb3;cursor:pointer;background:0 0;border:1.5px solid #ffffff40;border-radius:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:border-color .15s,color .15s}.btn-outline:hover{color:#fff;border-color:#ffffff80}.lobby-start-controls{flex-direction:column;align-items:center;gap:.75rem;display:flex}.settings-summary{color:#ffffff73;letter-spacing:.02em;font-size:.85rem;font-weight:500}.start-hint{color:#ffffff4d;margin:0;font-size:.78rem}.solo-ready-text{color:#a78bfacc;margin:0;font-size:.9rem;font-style:italic}.start-row{align-items:center;gap:.75rem;display:flex}.btn-settings{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,color .15s,border-color .15s;display:flex}.btn-settings:hover{color:#fff;background:#a78bfa33;border-color:#a78bfa80}.settings-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.settings-modal{background:#1e1b4b;border:1px solid #a78bfa4d;border-radius:1.5rem;flex-direction:column;gap:1.5rem;width:100%;max-width:440px;padding:2rem;display:flex;box-shadow:0 24px 60px #00000080}.settings-title{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.settings-group{flex-direction:column;gap:.6rem;display:flex}.settings-row{gap:1rem;display:flex}.settings-group-half{flex:1}.settings-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.mode-carousel{align-items:center;gap:.5rem;display:flex}.carousel-arrow{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.4rem;line-height:1;transition:background .15s,color .15s;display:flex}.carousel-arrow:hover{color:#fff;background:#a78bfa33;border-color:#a78bfa80}.mode-card{color:#fff;text-align:center;background:#a78bfa26;border:1.5px solid #a78bfa;border-radius:.875rem;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:72px;padding:.875rem .75rem;display:flex}.mode-btn-name{font-size:.95rem;font-weight:700}.mode-btn-desc{color:#ffffffa6;margin-top:.25rem;font-size:.75rem}.mode-dots{justify-content:center;gap:.4rem;margin-top:.4rem;display:flex}.mode-dot{background:#fff3;border-radius:50%;width:6px;height:6px;transition:background .2s}.mode-dot.active{background:#a78bfa}.survival-over-view{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;width:100%;max-width:520px;animation:.5s ease-out fadeUp;display:flex}.survival-over-hearts{justify-content:center;gap:1rem;display:flex}.survival-over-hearts .heart{font-size:2.5rem;animation:.5s ease-out forwards heartBreak}@keyframes heartBreak{0%{color:#f87171;transform:scale(1.3)}to{color:#ffffff26;transform:scale(1)}}.survival-over-title{background:linear-gradient(135deg,#f87171,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:800}.survival-over-sub{color:#ffffff80;margin:-1rem 0 0;font-size:1.1rem}.survival-over-stats{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1.25rem;justify-content:center;align-items:center;gap:0;width:100%;padding:1.5rem 3rem;display:flex}.survival-stat{flex-direction:column;flex:1;align-items:center;gap:.35rem;display:flex}.survival-stat-value{color:#fff;font-size:2.5rem;font-weight:800}.survival-stat-label{text-transform:uppercase;letter-spacing:.08em;color:#fff6;font-size:.75rem;font-weight:600}.survival-stat-divider{background:#ffffff1f;flex-shrink:0;width:1px;height:3.5rem;margin:0 2rem}@media (width<=640px){.survival-over-title{font-size:2rem}.survival-over-stats{padding:1.25rem 1.5rem}.survival-stat-value{font-size:2rem}.survival-stat-divider{margin:0 1rem}}.survival-hearts{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.heart{font-size:1.75rem;line-height:1;transition:color .3s,transform .3s}.heart-full{color:#f87171;text-shadow:0 0 8px #f8717199}.heart-empty{color:#ffffff26}.survival-round-info{color:#ffffff73;margin-left:.5rem;font-size:.82rem;font-weight:500}.settings-select{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:.75rem;width:100%;padding:.65rem .875rem;font-size:1rem;font-weight:700}.settings-select option{color:#fff;background:#24243e}.btn-settings-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border:none;border-radius:.875rem;width:100%;padding:.875rem;font-size:1rem;font-weight:700;transition:opacity .15s;box-shadow:0 4px 16px #8b5cf659}.btn-settings-save:hover{opacity:.9}.picker-screen{overflow:hidden}.picker-inner{box-sizing:border-box;flex-direction:column;width:100%;max-width:700px;height:calc(100dvh - 64px);margin:0 auto;padding:3rem 1.5rem 1.5rem;display:flex}@media (width<=640px){.picker-inner{height:calc(100dvh - 52px);padding:3rem .875rem 1rem}}.playlist-picker{flex-direction:column;align-items:center;display:flex}@media (width<=640px){.host-screen{height:100dvh}.host-header{gap:.5rem;padding:.6rem .875rem}.host-logo{font-size:1rem}.host-pin-badge{gap:.4rem;padding:.35rem .75rem}.pin-label{font-size:.6rem}.pin-value{letter-spacing:.12em;font-size:1rem}.count-num{font-size:1.35rem}.count-label{font-size:.7rem}.join-toast-container{top:3.5rem;right:.75rem}.join-toast{padding:.5rem .875rem;font-size:.8rem}.host-main{align-items:flex-start;padding:.75rem}.lobby-view{gap:.875rem;padding:.5rem 0}.lobby-pin-display h2{font-size:1rem}.lobby-url{margin-bottom:.625rem;font-size:.9rem}.lobby-pin-big{gap:.35rem}.pin-digit{border-radius:.625rem;width:2.75rem;height:3.75rem;font-size:2rem}.lobby-qr-wrap{margin-top:.625rem;padding:.625rem}.lobby-qr-wrap svg{width:108px!important;height:108px!important}.lobby-players{min-height:60px}.player-bubbles{gap:.5rem}.player-bubble{padding:.4rem .75rem .4rem .4rem;font-size:.85rem}.bubble-avatar{width:1.875rem;height:1.875rem;font-size:.85rem}.lobby-start-controls{gap:.5rem;width:100%}.btn-start{padding:.875rem 2rem;font-size:1.05rem}.settings-modal{border-radius:1.25rem;max-width:100%;margin:0 .5rem;padding:1.5rem}.question-view{gap:1.25rem}.track-name{font-size:1.75rem}.track-hint{font-size:.95rem}.timer-ring{width:110px;height:110px}.timer-text{font-size:2.25rem}.answer-grid-display{gap:.5rem}.answer-card{border-radius:.75rem;gap:.625rem;padding:.875rem 1rem;font-size:.95rem}.answer-icon{font-size:1.1rem}.reveal-view,.final-view{gap:1.25rem}.reveal-title{text-align:center;font-size:1.75rem;line-height:1.2}.final-title{font-size:2rem}.final-actions{gap:.625rem}.btn-outline{padding:.875rem 1.5rem;font-size:.9rem}}.confirm-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-modal{background:#1e1b4b;border:1px solid #a78bfa59;border-radius:1.5rem;flex-direction:column;gap:1.5rem;width:100%;max-width:360px;padding:2rem 2rem 1.5rem;animation:.18s cubic-bezier(.34,1.56,.64,1) confirmPop;display:flex;box-shadow:0 24px 60px #0000008c}@keyframes confirmPop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.confirm-text{color:#fff;text-align:center;margin:0;font-size:1.05rem;font-weight:600;line-height:1.45}.confirm-actions{gap:.75rem;display:flex}.confirm-btn{cursor:pointer;border:none;border-radius:.875rem;flex:1;padding:.8rem 1rem;font-size:.95rem;font-weight:700;transition:opacity .15s,transform .1s}.confirm-btn:active{transform:scale(.97)}.confirm-btn-cancel{color:#ffffffbf;background:#ffffff1a}.confirm-btn-cancel:hover{background:#ffffff29}.confirm-btn-leave{color:#fff;background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 16px #ef444459}.confirm-btn-leave:hover{opacity:.9}.source-btn-group{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.source-btn{color:#fff;text-align:left;cursor:pointer;border:none;border-radius:1rem;align-items:center;gap:1rem;width:100%;max-width:420px;padding:1.25rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.source-btn-text{flex-direction:column;flex:1;gap:.2rem;display:flex}.source-btn-title{font-size:1.1rem;font-weight:700;line-height:1.2}.source-btn-sub{color:#ffffff8c;font-size:.8rem;font-weight:400}.source-badge{letter-spacing:.06em;text-transform:uppercase;color:#1ed760;white-space:nowrap;background:#1ed7602e;border:1px solid #1ed76066;border-radius:999px;margin-left:auto;padding:.25rem .6rem;font-size:.65rem;font-weight:700}.source-btn--spotify{cursor:not-allowed;opacity:.6;background:#1ed76014;border:1px solid #1ed76040!important}.source-btn--deezer{background:#ff64001f;border:1px solid #ff640059!important}.source-btn--deezer:hover{background:#ff640038;transform:translateY(-2px);box-shadow:0 6px 24px #ff640040}.source-btn--deezer:active{box-shadow:none;transform:translateY(0)}@media (width<=600px){.source-btn-group{padding:0 1.5rem}.source-btn{gap:.85rem;max-width:100%;padding:1rem 1.25rem}.source-btn-title{font-size:1rem}.source-btn-sub--desktop{display:none}}.player-screen{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100vw;height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.join-screen{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e)}.join-card{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:360px;padding:2.5rem 2rem;display:flex}.join-title{background:linear-gradient(135deg,#a78bfa,#f472b6,#60a5fa,#a78bfa) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:0;font-size:2.5rem;font-weight:800;animation:5s infinite gradientShift}.join-subtitle{color:#ffffff80;margin-top:-.5rem;font-size:.95rem}.pin-input-group{width:100%}.pin-input{letter-spacing:.5em;text-align:center;color:#fff;box-sizing:border-box;background:#ffffff0f;border:2px solid #a78bfa4d;border-radius:1rem;outline:none;width:100%;padding:1.25rem;font-size:2rem;font-weight:800;transition:border-color .2s}.pin-input::placeholder{color:#ffffff26;letter-spacing:.5em}.pin-input:focus{border-color:#a78bfa;box-shadow:0 0 20px #a78bfa33}.name-input{text-align:center;color:#fff;box-sizing:border-box;background:#ffffff0f;border:2px solid #ffffff1f;border-radius:1rem;outline:none;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:border-color .2s}.name-input::placeholder{color:#ffffff40}.name-input:focus{border-color:#a78bfa}.join-error{color:#f87171;font-size:.9rem;font-weight:500}.btn-join{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border:none;border-radius:1rem;width:100%;padding:1.1rem;font-size:1.15rem;font-weight:700;transition:transform .1s,opacity .2s;box-shadow:0 4px 20px #8b5cf666}.btn-join:active{transform:scale(.97)}.btn-join:disabled{opacity:.6}.lobby-screen{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);justify-content:center;align-items:center;position:relative;overflow:hidden}.lobby-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.lobby-orb-1{background:#8b5cf680;width:340px;height:340px;animation:9s ease-in-out infinite orbFloat1;top:-80px;left:-80px}.lobby-orb-2{background:#f472b661;width:260px;height:260px;animation:11s ease-in-out infinite orbFloat2;bottom:-60px;right:-60px}.lobby-orb-3{background:#34d39938;width:200px;height:200px;animation:7s ease-in-out infinite orbFloat3;top:45%;left:55%}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,40px)scale(1.1)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-25px,-35px)scale(1.08)}}@keyframes orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,20px)scale(.92)}}.lobby-content{z-index:1;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:380px;padding:2rem 1.5rem;animation:.5s ease-out both lobbyFadeUp;display:flex;position:relative}@keyframes lobbyFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.lobby-badge{letter-spacing:.05em;color:#34d399;text-transform:uppercase;background:#34d3991f;border:1px solid #34d39959;border-radius:2rem;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.lobby-badge-dot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{box-shadow:0 2px 8px #f59e0b73}50%{box-shadow:0 2px 18px #f59e0bbf}}.lobby-nickname{background:linear-gradient(135deg,#fff 30%,#a78bfa);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.6rem;font-weight:800;line-height:1.1}.lobby-pin-block{background:#ffffff0a;border:1px solid #ffffff17;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:1rem 1.75rem;display:flex}.lobby-pin-label{letter-spacing:.2em;color:#ffffff59;text-transform:uppercase;font-size:.65rem;font-weight:700}.lobby-pin-digits{gap:.4rem;display:flex}.lobby-pin-digit{color:#a78bfa;background:#a78bfa1f;border:1px solid #a78bfa4d;border-radius:.5rem;justify-content:center;align-items:center;width:2.1rem;height:2.6rem;font-size:1.5rem;font-weight:800;display:flex}.lobby-players-block{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.lobby-players-label{color:#fff6;align-items:center;gap:.45rem;font-size:.8rem;font-weight:500;display:flex}.lobby-players-dot{background:#34d399;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s ease-in-out infinite badgePulse}.lobby-avatars{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.lobby-avatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#f472b6);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-size:1rem;font-weight:800;animation:.35s cubic-bezier(.175,.885,.32,1.275) both avatarPop;display:flex}.lobby-avatar.me{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa40}@keyframes avatarPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.lobby-mode-card{border-radius:1.1rem;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;display:flex}.lobby-mode-card.remote{background:#a78bfa1a;border:1px solid #a78bfa47}.lobby-mode-card.party{background:#34d39914;border:1px solid #34d39938}.lobby-mode-emoji{flex-shrink:0;font-size:1.75rem;line-height:1}.lobby-mode-text{text-align:left}.lobby-mode-title{color:#fff;margin-bottom:.2rem;font-size:.9rem;font-weight:700}.lobby-mode-desc{color:#ffffff73;font-size:.78rem;line-height:1.4}.lobby-mode-equalizer{flex-shrink:0;align-items:flex-end;gap:3px;height:28px;display:flex}.lobby-eq-bar{background:linear-gradient(#f472b6,#a78bfa);border-radius:2px;width:4px;animation:1.1s ease-in-out infinite eqBounce}.lobby-eq-bar.bar-1{animation-duration:.9s;animation-delay:0s}.lobby-eq-bar.bar-2{animation-duration:1.1s;animation-delay:.15s}.lobby-eq-bar.bar-3{animation-duration:.8s;animation-delay:50ms}.lobby-eq-bar.bar-4{animation-duration:1.2s;animation-delay:.2s}.lobby-eq-bar.bar-5{animation-duration:1s;animation-delay:.1s}@keyframes eqBounce{0%,to{opacity:.5;height:6px}50%{opacity:1;height:26px}}.lobby-waiting-row{align-items:center;gap:.6rem;display:flex}.lobby-waiting-text{color:#ffffff4d;font-size:.8rem}.lobby-waiting-dots{gap:4px;display:flex}.lobby-waiting-dots span{background:#ffffff40;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite dotBounce;display:block}.lobby-waiting-dots span:nth-child(2){animation-delay:.2s}.lobby-waiting-dots span:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.answer-screen{background:#1a1a2e;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:.75rem}.answer-grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;min-height:0;display:grid}.answer-btn{background:var(--btn-color);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:1.25rem;justify-content:center;align-items:center;transition:transform .1s,opacity .2s,filter .2s;display:flex}.answer-btn:active:not(:disabled){transform:scale(.95)}.answer-btn.selected{box-shadow:0 0 0 4px #fff9, 0 0 30px var(--btn-color);animation:.3s ease-out selectPop}@keyframes selectPop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.answer-btn.dimmed{opacity:.25;filter:grayscale(.5)}.answer-btn-icon{color:#ffffffe6;text-shadow:0 2px 10px #0000004d;font-size:4rem}.result-screen.correct{background:linear-gradient(135deg,#064e3b,#065f46,#047857)}.result-screen.wrong{background:linear-gradient(135deg,#450a0a,#7f1d1d,#991b1b)}.result-card{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:.75rem;animation:.4s ease-out fadeUp;display:flex}.result-icon{border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:3.5rem;font-weight:800;display:flex}.result-icon.correct{color:#34d399;background:#34d39933;border:3px solid #34d399}.result-icon.wrong{color:#f87171;background:#f8717133;border:3px solid #f87171}.result-card h2{font-size:2rem;font-weight:800}.result-points{color:#34d399;font-size:3rem;font-weight:800}.result-total{color:#ffffffb3;font-size:1.25rem}.result-hint{color:#ffffff59;margin-top:1rem;font-size:.9rem}.player-dark-screen{color:#fff;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);justify-content:center;align-items:center;padding:1.5rem;overflow-y:auto}.remote-active-screen{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);justify-content:center;align-items:center;padding:1.25rem;overflow-y:auto}.waiting-screen{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);position:relative;overflow:hidden}.waiting-screen:before{content:"";filter:blur(90px);pointer-events:none;background:#8b5cf659;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;left:-60px}.waiting-screen:after{content:"";filter:blur(70px);pointer-events:none;background:#f472b640;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;right:-40px}.waiting-card{z-index:1;-webkit-backdrop-filter:blur(12px);text-align:center;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.75rem;flex-direction:column;align-items:center;gap:1.1rem;width:100%;max-width:340px;padding:2.5rem 2rem;animation:.45s ease-out both fadeUp;display:flex;position:relative}.waiting-card h2{background:linear-gradient(135deg,#fff 30%,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.waiting-pulse{background:#a78bfa26;border:2px solid #a78bfa80;border-radius:50%;flex-shrink:0;width:64px;height:64px;position:relative}.waiting-pulse:before,.waiting-pulse:after{content:"";border:2px solid #a78bfa59;border-radius:50%;animation:2s ease-out infinite pulseRing;position:absolute;inset:-10px}.waiting-pulse:after{animation-delay:.7s}@keyframes pulseRing{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.waiting-hint{color:#ffffff73;margin:0;font-size:.9rem;line-height:1.5}.waiting-name{color:#a78bfa;margin:0;font-size:1.4rem;font-weight:700}.party-rank-badge{background:#a78bfa1a;border:1px solid #a78bfa40;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.2rem;width:100%;padding:1rem 2rem;display:flex}.party-rank-number{background:linear-gradient(135deg,#a78bfa,#f472b6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1}.party-rank-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;font-size:.7rem;font-weight:700}.landing-screen{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:3.5rem clamp(1rem,5vw,2rem) 2.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.landing-bg-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#a78bfa2e 0%,#0000 70%);width:380px;height:380px;animation:8s ease-in-out infinite orbFloat;top:-80px;left:-80px}.orb-2{background:radial-gradient(circle,#f472b624 0%,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite reverse orbFloat;bottom:-60px;right:-60px}@keyframes orbFloat{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}.landing-main{z-index:1;flex-direction:column;align-items:center;gap:2.5rem;display:flex;position:relative}.landing-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.landing-logo-row{align-items:center;gap:.5rem;display:flex;position:relative}.landing-logo-icon{flex-shrink:0;font-size:clamp(1.8rem,6vw,2.4rem);animation:2.5s ease-in-out infinite iconBounce;display:inline-block}@keyframes iconBounce{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-6px)rotate(5deg)}}.landing-title{background:linear-gradient(135deg,#a78bfa,#f472b6,#60a5fa,#a78bfa) 0 0/300% 300%;-webkit-text-fill-color:transparent;letter-spacing:-.5px;white-space:nowrap;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.2rem,10vw,3.25rem);font-weight:800;line-height:1;animation:5s infinite gradientShift}.beta-badge{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:999px;padding:.18rem .45rem;font-size:.55rem;font-weight:800;animation:3s ease-in-out infinite badgePulse;position:absolute;top:-.6rem;right:-2.8rem;box-shadow:0 2px 8px #f59e0b73}.landing-subtitle{color:#ffffff73;margin:0;font-size:1rem}.landing-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:360px;display:flex}.btn-landing{cursor:pointer;text-align:center;color:#fff;border:none;border-radius:1.1rem;width:100%;padding:1rem 2rem;font-family:inherit;font-size:1.15rem;font-weight:700;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s}.btn-landing:hover{transform:translateY(-3px)scale(1.02)}.btn-landing:active{transition:transform 80ms;transform:scale(.97)}.btn-host{background:linear-gradient(135deg,#1db954,#1ed760);box-shadow:0 4px 20px #1db9544d}.btn-host:hover{box-shadow:0 8px 32px #1db95480}.btn-play{background:linear-gradient(135deg,#7c3aed,#a78bfa);box-shadow:0 4px 20px #7c3aed4d}.btn-play:hover{box-shadow:0 8px 32px #7c3aed80}.landing-connected{color:#1db954;margin:0;font-size:.85rem;font-weight:600}.landing-footer{z-index:1;justify-content:center;display:flex;position:absolute;bottom:2.5rem}.lang-toggle{background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:2px;padding:3px;display:flex}.lang-option{color:#ffffff73;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.35rem .9rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .2s,color .2s}.lang-option.lang-active{color:#a78bfa;background:#a78bfa40}.lang-option:not(.lang-active):hover{color:#ffffffb3}
