:root{color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{margin:0;max-width:100%;overflow-x:clip;min-height:100vh;background:radial-gradient(circle at top,#252b3f 0,#08090f 45%,#050509);background-repeat:no-repeat;background-attachment:fixed;color:#f9fafb}.app-root{min-height:100vh;display:flex;align-items:stretch;justify-content:center;padding:24px;box-sizing:border-box}.game-shell{width:100%;max-width:1280px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,640px) minmax(0,1fr);gap:24px}.ad-slot{display:flex;align-items:center;justify-content:center}.ad-unit,.ad-placeholder{width:100%;max-width:240px;min-height:120px;box-sizing:border-box}.ad-unit{border-radius:12px;padding:8px;background:#0f172ab8;border:1px solid rgba(148,163,184,.18)}.ad-slot-card{min-height:600px}.ad-slot-card ins{width:100%;min-height:584px}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}.ad-unit:has(>ins.adsbygoogle[data-ad-status=unfilled]){display:none!important}.mobile-ad-slot{display:none}.mobile-ad-card{max-width:100%;min-height:140px}.mobile-ad-card ins{width:100%;min-height:124px}.ad-placeholder{border-radius:12px;border:1px dashed #4b5563;color:#9ca3af;font-size:.8rem;display:flex;align-items:center;justify-content:center;opacity:.7}.game-area{display:flex;align-items:center;justify-content:center;min-width:0}.game-card{width:100%;min-width:0;background:#000018;border-radius:24px;padding:24px 24px 28px;box-shadow:0 22px 60px #00000073;border:1px solid rgba(148,163,184,.2);box-sizing:border-box}.selected-day-banner{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#38bdf826;border:1px solid rgba(56,189,248,.35);color:#e0f2fe;font-size:.9rem}.game-nav-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}.secondary-button{border:1px solid rgba(148,163,184,.5);background:#0f172ae6;color:#e2e8f0;border-radius:999px;padding:7px 14px;cursor:pointer}.primary-button{border:none;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;border-radius:999px;padding:8px 16px;font-weight:600;cursor:pointer}.primary-button:disabled{opacity:.55;cursor:default}.secondary-button:disabled{opacity:.55;cursor:default}.previous-games-panel{text-align:left;background:#0f172acc;border-radius:14px;border:1px solid rgba(148,163,184,.25);padding:14px;margin-bottom:14px}.previous-games-panel h2{margin:0 0 10px;font-size:1rem}.previous-games-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.previous-games-item{display:flex;justify-content:space-between;gap:8px;align-items:center;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:10px}.previous-games-date{font-weight:700}.previous-games-status{font-size:.82rem;color:#cbd5e1}.logo-wrapper{display:flex;justify-content:center;margin-bottom:12px}.logo-image{max-width:200px;height:auto}.hints-box{background:#0f172ae6;border-radius:16px;padding:16px 18px 18px;border:1px solid rgba(148,163,184,.3);margin-bottom:18px;display:flex;flex-direction:column;gap:12px}.game-title{margin:0;font-size:1.6rem;letter-spacing:.03em}.game-subtitle{margin:4px 0 10px;font-size:.9rem;color:#9ca3af}.hints-list{margin:0;padding-left:18px;font-size:.9rem;color:#e5e7eb}.song-title-hint-card{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#6366f133,#ec489924);border:1px solid rgba(129,140,248,.35)}.song-title-hint-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1}.song-title-hint-button{padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#020617c7;color:#f8fafc;font-size:1rem;font-weight:700;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease}.song-title-hint-button:hover{border-color:#818cf88c;transform:translateY(-1px)}.song-title-hint-button-blurred{filter:blur(6px)}.song-title-hint-button-blurred:hover{filter:blur(4px)}.song-title-hint-helper{margin:0;font-size:.82rem;color:#cbd5e1}.guess-form{display:flex;flex-direction:column;gap:8px;width:100%}.guess-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.guess-label{font-size:.9rem;color:#e5e7eb;text-align:left}.help-button{flex-shrink:0;width:28px;height:28px;border:1px solid rgba(148,163,184,.45);border-radius:999px;background:#0f172ad9;color:#e5e7eb;font-size:.95rem;font-weight:700;cursor:pointer}.help-button:hover{background:#334155f2}.guess-input-wrapper{position:relative;width:100%}.guess-input{width:100%;box-sizing:border-box;padding:10px 12px;font-size:1rem;border-radius:999px;border:1px solid #4b5563;background:#020617;color:#f9fafb;outline:none}.guess-input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1b3}.suggestions-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;display:flex;flex-direction:column;max-height:min(320px,52vh);overflow-y:auto;padding:6px 0;border-radius:12px;background:#f3f4f6;border:1px solid rgba(148,163,184,.7);box-shadow:0 14px 30px #02061780}.suggestion-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 16px;border:none;border-radius:0;background:transparent;color:#030712;text-align:left;cursor:pointer;font-weight:600}.suggestion-item:hover{background:#94a3b840}.suggestion-item-disabled{color:#64748b;cursor:not-allowed}.suggestion-item-disabled:hover{background:transparent}.suggestion-status{flex-shrink:0;font-size:.75rem;color:#fbbf24;text-transform:uppercase;letter-spacing:.04em}.guess-button{margin-top:4px;align-self:flex-end;padding:8px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;font-weight:500;cursor:pointer;font-size:.95rem}.guess-button:disabled{opacity:.5;cursor:default}.result-message{margin-top:12px;font-size:.95rem;color:#fbbf24}.result-message.success{color:#4ade80}.result-summary-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:10px 0 6px}.compact-share-button{padding:7px 12px;font-size:.9rem;display:inline-flex;align-items:center;gap:6px}.share-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.result-share-feedback{margin-top:6px;text-align:center}.error-text{color:#f97373}.guesses-list{display:flex;flex-direction:column;gap:14px;margin-top:10px}.guess-row{background:#0f172ac7;border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:12px}.guess-row-header{margin-bottom:10px}.guess-artist-name{display:inline-block;font-size:1.02rem;font-weight:700;letter-spacing:.01em;color:#f8fafc;background:linear-gradient(135deg,#6366f152,#ec489938);border:1px solid rgba(99,102,241,.4);border-radius:999px;padding:6px 12px}@media(max-width:900px){.game-shell{grid-template-columns:1fr}.ad-slot{display:none}.mobile-ad-slot{display:flex;justify-content:center;width:100%;min-width:0}.game-card{margin-top:40px}}.guess-counter{margin-bottom:8px;font-size:.9rem;color:#e5e7eb;text-align:right;opacity:.9}.streak-panel{margin-bottom:12px;background:#fbbf241f;border:1px solid rgba(251,191,36,.35);border-radius:12px;padding:10px 12px}.streak-title{font-weight:700;color:#fde68a}.streak-hint{margin-top:4px;font-size:.82rem;color:#fef3c7}.streak-warning{margin-top:4px;font-size:.8rem;color:#fca5a5}.guess-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}.attribute-box{min-width:0;background:#2b2b3b;padding:10px;border-radius:8px;text-align:center;overflow:hidden}.attribute-label{display:block;font-size:12px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-mobile{display:none}.attribute-value{display:block;margin-top:2px;font-size:17px;font-weight:700;line-height:1.2}.exact-year{background-color:#2e8b57!important}.near-year{background-color:#b58f00!important}.year-box{position:relative}.year-arrow,.members-arrow,.popularity-arrow{position:absolute;top:2px;right:8px;font-size:18px;font-weight:700;line-height:1;opacity:.8}.year-box .attribute-label,.members-box .attribute-label,.popularity-box .attribute-label{padding-right:14px}.exact-members{background-color:#2e8b57!important}.near-members{background-color:#b58f00!important}.members-box{position:relative}.exact-genre,.exact-artist-gender{background-color:#2e8b57!important}.popularity-box{position:relative}.exact-popularity{background-color:#2e8b57!important}.near-popularity{background-color:#b58f00!important}.exact-state{background-color:#2e8b57!important}.near-state{background-color:#b58f00!important}.modal-backdrop{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#151527;border-radius:16px;padding:0;max-width:800px;width:90%;max-height:min(95vh,900px);overflow:hidden;box-shadow:0 20px 50px #0006;position:relative;box-sizing:border-box;display:flex;flex-direction:column}.modal-header{position:sticky;top:0;z-index:2;padding:20px 52px 12px 24px;background:#151527}.modal-body{padding:0 24px 24px;overflow-y:auto;overscroll-behavior:contain}.help-modal-content{max-width:620px;text-align:left}.help-content{display:flex;flex-direction:column;gap:14px}.help-summary{margin:0;color:#e5e7eb;line-height:1.5}.help-section{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:14px;background:#0f172a73;border:1px solid rgba(148,163,184,.2)}.help-section-title{margin:0;font-size:.92rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#cbd5e1}.help-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.help-color-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.help-color-card{display:flex;flex-direction:column;gap:8px}.help-color-card span{font-size:.9rem;line-height:1.35;color:#f8fafc}.help-color-box{display:flex;align-items:center;justify-content:center;min-height:72px;padding:10px;border-radius:10px;font-size:.84rem;font-weight:700;text-align:center;color:#f8fafc}.help-color-box-exact{background:#2e8b57}.help-color-box-near{background:#b58f00}.help-color-box-miss{background:#2b2b3b;border:1px solid rgba(148,163,184,.35)}.help-list-item{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-radius:10px;background:#02061785;border:1px solid rgba(148,163,184,.16);color:#f8fafc;line-height:1.35}.help-dot{width:12px;height:12px;border-radius:999px;flex-shrink:0}.help-dot-exact{background:#2e8b57}.help-dot-near{background:#b58f00}.help-dot-miss{background:#2b2b3b;border:1px solid rgba(148,163,184,.45)}.help-arrow-symbol{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#6366f159;color:#f8fafc;font-size:1rem;font-weight:700;flex-shrink:0}.help-footer-tip{margin:0;color:#93c5fd;font-size:.92rem;line-height:1.45}.info-content p{margin:0;color:#e5e7eb;line-height:1.55}.info-content a{color:#93c5fd}.site-footer{margin-top:22px;padding-top:14px;border-top:1px solid rgba(148,163,184,.2);display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px}.footer-link{border:none;background:transparent;color:#cbd5e1;font-size:.84rem;cursor:pointer;padding:2px 0;text-decoration:underline;text-underline-offset:3px}.footer-link:hover{color:#f8fafc}.cookie-consent-backdrop{position:fixed;inset:auto 0 0;padding:14px;display:flex;justify-content:center;z-index:999;pointer-events:none}.cookie-consent-banner{width:min(760px,100%);pointer-events:auto;border-radius:14px;border:1px solid rgba(148,163,184,.36);background:#020617f5;box-shadow:0 10px 32px #00000061;padding:14px;text-align:left}.cookie-consent-text{margin:0;color:#e2e8f0;font-size:.92rem;line-height:1.45}.cookie-consent-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.cookie-consent-button{font-size:.88rem;padding:8px 14px;min-height:38px}.player-stats-grid{margin-bottom:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.player-stats-card{background:#0f172ab8;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:9px 10px;text-align:left;display:flex;flex-direction:column;gap:4px}.player-stats-card-wide{grid-column:1 / -1}.player-stats-label{font-size:.78rem;color:#cbd5e1}.player-stats-value{font-size:1rem;color:#f8fafc;line-height:1.2}.modal-title{margin:0;text-align:center}.modal-close{position:absolute;top:8px;right:12px;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.share-section{margin-top:16px;text-align:center}.share-text{margin-bottom:8px;font-size:14px;opacity:.8}.share-buttons{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.share-button{border:none;border-radius:999px;padding:8px 16px;background:#2b2b3b;color:#fff;cursor:pointer;font-size:14px}.share-button:hover{filter:brightness(1.1)}.primary-share{background:#4263eb}.share-feedback{margin-top:10px;font-size:13px;color:#dbe4ff}@media(max-width:640px){.result-summary-actions{gap:6px}.compact-share-button{padding:6px 10px;font-size:.85rem}.guess-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attribute-label{font-size:11px}.attribute-value{font-size:18px}.label-desktop{display:none}.label-mobile{display:inline}.modal-content{width:calc(100% - 24px);padding:0;border-radius:14px;max-height:88vh}.modal-header{padding:16px 42px 10px 16px}.modal-body{padding:0 16px 16px}.modal-backdrop{padding:0 12px;box-sizing:border-box}.help-content{gap:12px}.help-section{padding:10px 12px;gap:7px}.help-section-title{font-size:.84rem}.help-summary,.help-list-item,.help-color-card span,.help-footer-tip{font-size:.9rem}.help-color-grid{grid-template-columns:1fr}.help-color-box{min-height:56px;font-size:.8rem}.help-list-item{align-items:flex-start;padding:8px 9px}.help-arrow-symbol{width:28px;height:28px}.cookie-consent-backdrop{padding:10px}.cookie-consent-banner{border-radius:12px;padding:12px}.cookie-consent-actions{justify-content:stretch}.cookie-consent-actions .cookie-consent-button{flex:1 1 180px;width:auto}.player-stats-grid{gap:7px}.player-stats-card{padding:8px 9px}.player-stats-label{font-size:.74rem}.player-stats-value{font-size:.95rem}}
