@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar--default{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);font-weight:500}.navbar{position:fixed;top:0;left:0;right:0;height:calc(52px + env(safe-area-inset-top));background:var(--bg);border-bottom:.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding-top:env(safe-area-inset-top);padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right));z-index:100}.navbar__brand{display:flex;align-items:center;gap:5px}.navbar__logo{width:25px;height:25px;border-radius:5px;flex-shrink:0}.navbar__wordmark{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:18px;letter-spacing:-.04em;color:var(--text-primary)}.navbar__links{display:flex;align-items:center;gap:1rem}.navbar__link{color:var(--text-muted);font-size:14px;transition:color .12s ease}.navbar__link--active{color:var(--text-primary);font-weight:500}.navbar__link--admin{color:var(--amber)}@media (hover: hover) and (pointer: fine){.navbar__link:hover{color:var(--text-primary)}}.navbar__signup{background:var(--amber);color:#0f0f0f;font-size:13px;font-weight:500;padding:10px 15px;border-radius:999px;display:inline-block;line-height:1}.navbar__search-wrap{position:relative}.navbar__search-btn{display:flex;align-items:center;color:var(--text-muted);padding:4px;transition:color .12s}.navbar__search-btn:hover{color:var(--text-primary)}.navbar__search-box{position:relative}.navbar__search-input{width:180px;background:var(--surface);border:1px solid var(--amber);border-radius:6px;padding:5px 10px;font-size:13px;color:var(--text-primary);outline:none;font-family:inherit}.navbar__search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#111;border:1px solid var(--border);border-radius:8px;overflow:hidden;z-index:200;min-width:200px}.navbar__search-result{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;color:var(--text-primary);background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;font-family:inherit}.navbar__search-result:last-child{border-bottom:none}.navbar__search-result:hover{background:#1a1a1a}.username-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.username-modal__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem;width:100%;max-width:380px;animation:slideUp .2s ease}.username-modal__eyebrow{font-size:11px;color:var(--amber);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.4rem}.username-modal__title{font-size:22px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.4rem}.username-modal__sub{font-size:13px;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.username-modal__form{display:flex;flex-direction:column;gap:.5rem}.username-modal__input-wrap{display:flex;align-items:center;background:#111;border:1px solid var(--amber);border-radius:8px;padding:0 12px;gap:4px}.username-modal__at{color:var(--amber);font-size:15px;font-weight:500;flex-shrink:0}.username-modal__input{flex:1;background:transparent;border:none;outline:none;padding:10px 0;font-size:15px;color:var(--text-primary);font-family:inherit}.username-modal__input:focus,.username-modal__input:focus-visible{outline:none}.username-modal__input::-moz-placeholder{color:var(--text-dim)}.username-modal__input::placeholder{color:var(--text-dim)}.username-modal__error{font-size:12px;color:#ef4444}.username-modal__hint{font-size:11px;color:var(--text-dim)}.username-modal__btn{margin-top:.5rem;padding:11px;background:var(--amber);color:#0f0f0f;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity 80ms}.username-modal__btn:disabled{opacity:.4;cursor:not-allowed}.game-tile{display:block;position:relative;border:1px solid var(--border);border-radius:10px;overflow:hidden;padding:1.5rem}.game-tile--featured{padding:2rem 1.75rem}.game-tile__waveform{position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:180px;opacity:.06;pointer-events:none}.game-tile__header{display:flex;justify-content:space-between;align-items:flex-start}.game-tile__body{flex:1}.game-tile--featured .game-tile__body{padding-right:120px}.game-tile__name{font-size:15px;font-weight:500;color:var(--text-primary);margin-bottom:.35rem}.game-tile__description{font-size:13px;color:var(--text-muted);line-height:1.5}.game-tile__dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0;margin-top:4px;background:var(--amber)}.game-tile__dot--complete{background:var(--green)}.game-tile__footer{display:flex;align-items:center;gap:.6rem;margin-top:1.25rem}.game-tile__play-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--amber);padding:6px 14px;border:1px solid var(--amber);border-radius:999px}.game-tile__genre-pill{font-size:11px;padding:4px 9px;border-radius:999px;font-weight:500}.home-header{margin-bottom:2rem}.home-date{font-size:12px;color:var(--text-muted);margin-bottom:.35rem}.home-title{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.home-no-account{margin-top:2.5rem;font-size:13px;color:var(--text-dim);text-align:center}.home-no-account a{color:var(--text-muted)}.streak-card{padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.streak-card__label{font-size:11px;color:var(--text-muted);margin-bottom:.35rem}.streak-card__value{font-size:22px;font-weight:500;color:var(--text-dim);line-height:1}.streak-card__value--active{color:var(--amber)}.dashboard-greeting{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.dashboard-title{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.dashboard-badge{font-size:12px;font-weight:500;padding:4px 10px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-dim)}.dashboard-badge--subscribed{background:var(--amber-glow);border-color:var(--amber);color:var(--amber)}.dashboard-section{margin-bottom:2.5rem}.dashboard-section-label{font-size:12px;color:var(--text-muted);margin-bottom:.75rem}.dashboard-streak-placeholder{height:80px;background:var(--surface);border-radius:8px;border:1px solid var(--border)}.dashboard-stats-placeholder{height:210px;background:var(--surface);border-radius:8px;border:1px solid var(--border)}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.dashboard-stat-card{padding:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.dashboard-stat-card__label{font-size:11px;color:var(--text-muted);margin-bottom:.35rem}.dashboard-stat-card__value{font-size:22px;line-height:1;font-weight:500;color:var(--text-primary);margin-bottom:.45rem}.dashboard-stat-card__detail{font-size:11px;color:var(--text-dim)}.dashboard-game-stats{display:flex;flex-direction:column;gap:.65rem}.dashboard-game-stat{padding:.9rem 1rem;border:1px solid var(--border);border-radius:8px}.dashboard-game-stat__top,.dashboard-game-stat__meta{display:flex;justify-content:space-between;gap:1rem}.dashboard-game-stat__top{color:var(--text-primary);font-size:13px;font-weight:500;margin-bottom:.55rem}.dashboard-game-stat__top strong{color:var(--amber);font-weight:500}.dashboard-game-stat__bar{height:4px;background:var(--border);border-radius:999px;overflow:hidden;margin-bottom:.5rem}.dashboard-game-stat__bar span{display:block;height:100%;min-width:0;background:var(--amber)}.dashboard-game-stat__meta{font-size:11px;color:var(--text-muted)}.dashboard-empty{font-size:13px;color:var(--text-dim)}.dashboard-empty a{color:var(--text-muted)}.dashboard-score-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.dashboard-score-row:not(:last-child){border-bottom:1px solid var(--border)}.dashboard-score-left{display:flex;gap:1rem;align-items:center}.dashboard-score-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:1px;background:var(--text-dim)}.dashboard-score-dot--complete{background:var(--green)}.dashboard-score-name{font-size:14px;color:var(--text-primary);font-weight:500}.dashboard-score-date{font-size:12px;color:var(--text-muted)}.dashboard-score-attempts{font-size:13px;color:var(--text-muted)}.dashboard-billing-link{font-size:13px;color:var(--text-muted);text-decoration:underline;text-decoration-color:var(--border)}.dashboard-upsell{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.dashboard-upsell-title{font-size:15px;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.dashboard-upsell-body{font-size:13px;color:var(--text-muted);margin-bottom:1.25rem}.dashboard-upsell-btn{display:inline-block;background:var(--amber);color:#0f0f0f;font-size:13px;font-weight:500;padding:8px 18px;border-radius:999px}@media (max-width: 640px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}}.archive-lock{text-align:center;padding:3rem 1.5rem}.archive-lock__icon{width:40px;height:40px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.archive-lock__title{font-size:15px;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.archive-lock__body{font-size:13px;color:var(--text-muted);max-width:280px;margin:0 auto 1.5rem}.archive-lock__cta{display:inline-block;background:var(--amber);color:#0f0f0f;font-size:13px;font-weight:500;padding:9px 20px;border-radius:999px}.archive-day-back{font-size:13px;color:var(--text-muted);display:inline-block;margin-bottom:1.5rem}.archive-day-header{margin-bottom:2rem}.archive-day-eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.35rem}.archive-day-title{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.archive-day-empty{font-size:13px;color:var(--text-muted)}.archive-puzzle-list{display:flex;flex-direction:column;gap:.75rem}.archive-puzzle-card{display:block;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:10px}.archive-puzzle-name{font-size:15px;font-weight:500;color:var(--text-primary);margin-bottom:.25rem}.archive-puzzle-answer{font-size:13px;color:var(--text-muted)}.explore-header{margin-bottom:1.5rem}.explore-eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.35rem}.explore-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.explore-title{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.explore-view-toggle{display:flex;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:3px;flex-shrink:0}.explore-view-btn{padding:5px 12px;border-radius:5px;border:none;font-size:12px;font-weight:400;color:var(--text-muted);cursor:pointer;background:transparent;transition:background .1s ease,color .1s ease}.explore-view-btn--active{background:var(--border);color:var(--text-primary);font-weight:500}.explore-pills{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:2rem;scrollbar-width:none}.explore-pills::-webkit-scrollbar{display:none}.explore-games{display:flex;flex-direction:column;gap:2rem}.explore-game-row__title{font-weight:500;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.explore-game-row__scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.explore-game-row__scroll::-webkit-scrollbar{display:none}.explore-game-card{flex-shrink:0;width:148px;padding:.875rem 1rem;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:2px;text-decoration:none}.explore-game-card__date{font-size:11px;color:var(--text-dim);margin-bottom:4px}.explore-game-card__unplayed{font-size:12px;color:var(--text-dim);font-style:italic;flex:1}.explore-game-card__answer{font-size:13px;font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-game-card__artist{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-game-card__footer{display:flex;align-items:center;gap:5px;margin-top:6px}.explore-game-card__genre{font-size:10px;font-weight:500;padding:2px 6px;border-radius:999px;white-space:nowrap}.explore-game-card--played{border-color:var(--green);background:#22c55e0f}.explore-game-card__played-label{font-size:10px;font-weight:500;color:var(--green);margin-left:auto}.explore-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.explore-cal-title{font-size:18px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.archive-day--pre-launch{opacity:.3;pointer-events:none}.explore-empty{font-size:13px;color:var(--text-muted)}.archive-header{margin-bottom:2rem}.archive-eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.35rem}.archive-month-row{display:flex;align-items:center;justify-content:space-between}.archive-month-title{font-size:22px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em}.archive-month-nav{display:flex;gap:.5rem}.archive-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}.archive-weekday{text-align:center;font-size:11px;color:var(--text-dim);padding:4px 0}.archive-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.archive-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;border:1px solid transparent;text-decoration:none}.archive-day--today{border-color:var(--amber)}.archive-day--future{pointer-events:none}.archive-day__num{font-size:12px}.archive-day__num--today{color:var(--text-primary)}.archive-day__num--past{color:var(--text-muted)}.archive-day__num--future{color:var(--text-dim)}.archive-day__dot{width:4px;height:4px;border-radius:50%;background:var(--amber);display:block;margin:2px auto 0}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.25rem}.auth-card{width:100%;max-width:400px}.auth-title{font-size:20px;font-weight:500;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.auth-subtitle{font-size:13px;color:var(--text-muted);margin-bottom:2rem}.auth-link{color:var(--text-primary)}.auth-google-btn{width:100%;padding:10px 16px;border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-bottom:1.25rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.auth-divider__line{flex:1;height:1px;background:var(--border)}.auth-divider__text{font-size:12px;color:var(--text-dim)}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 14px;color:var(--text-primary);font-size:14px;outline:none}.auth-error{font-size:12px;color:#ef4444}.auth-submit{width:100%;padding:10px;background:var(--amber);border-radius:8px;color:#0f0f0f;font-size:14px;font-weight:500;margin-top:.25rem;cursor:pointer}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-hint{font-size:12px;color:var(--text-dim);margin-top:1rem;text-align:center}.auth-sent{max-width:400px;text-align:center}.auth-sent-icon{font-size:20px;margin-bottom:1rem}.auth-sent-title{font-size:18px;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.auth-sent-body{font-size:13px;color:var(--text-muted)}.profile-back{font-size:13px;color:var(--text-muted);display:inline-block;margin-bottom:2rem}.profile-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.profile-email{font-size:15px;font-weight:500;color:var(--text-primary);margin-bottom:.35rem}.profile-badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-dim)}.profile-badge--subscribed{background:var(--amber-glow);border-color:var(--amber);color:var(--amber)}.profile-section{border-top:1px solid var(--border);padding-top:2rem;margin-bottom:2rem}.profile-section-label{font-size:12px;color:var(--text-muted);margin-bottom:1.5rem}.profile-picker-label{font-size:12px;color:var(--text-dim);margin-bottom:.75rem}.profile-icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:1.5rem}.profile-icon-btn{aspect-ratio:1;border-radius:10px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 80ms ease,border-color 80ms ease}.profile-icon-btn--active{background:var(--amber-glow);border-color:var(--amber)}@media (hover: hover) and (pointer: fine){.profile-icon-btn:not(.profile-icon-btn--active):hover{background:#222}}.profile-icon{font-size:16px;color:var(--text-muted)}.profile-icon--active{color:var(--amber)}.profile-color-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.75rem}.profile-save-btn{padding:8px 20px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-dim);font-size:13px;font-weight:500;cursor:default;transition:background .15s ease,border-color .15s ease,color .15s ease}.profile-save-btn--dirty{border-color:var(--amber);background:var(--amber);color:#0f0f0f;cursor:pointer}.profile-signout-section{border-top:1px solid var(--border);padding-top:1.5rem}.profile-signout-btn{font-size:13px;color:var(--text-muted);cursor:pointer;padding:0;background:none;border:none}.pubprofile__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.pubprofile__info{flex:1}.pubprofile__name{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.pubprofile__meta{display:flex;gap:.5rem;font-size:12px;color:var(--text-muted)}.pubprofile__follow-btn{padding:7px 16px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;border:1px solid var(--amber);background:var(--amber);color:#0f0f0f;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap;transition:opacity 80ms}.pubprofile__follow-btn--following,.pubprofile__follow-btn--edit{background:transparent;color:var(--text-muted);border-color:var(--border)}.pubprofile__locked{padding:.75rem 0}.pubprofile__meta-btn{background:none;border:none;padding:0;font-size:12px;color:var(--text-muted);cursor:pointer;transition:color .12s}.pubprofile__meta-btn:hover,.pubprofile__meta-btn strong{color:var(--text-primary)}.pubprofile__panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.5rem;animation:fadeIn .15s ease forwards}.pubprofile__panel-title{font-size:11px;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}.pubprofile__panel-list{list-style:none;display:flex;flex-direction:column;gap:2px}.pubprofile__panel-row{display:flex;align-items:center;justify-content:space-between;padding:5px 4px;border-radius:6px}.pubprofile__panel-row:hover{background:#1e1e1e}.pubprofile__panel-user{display:flex;align-items:center;gap:.6rem;font-size:13px;color:var(--text-primary);text-decoration:none;flex:1}.pubprofile__panel-user:hover{color:var(--amber)}.pubprofile__unfollow-btn{font-size:11px;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:999px;padding:3px 10px;cursor:pointer;transition:border-color 80ms,color 80ms;flex-shrink:0}.pubprofile__unfollow-btn:hover{color:#ef4444;border-color:#ef4444}.subscribe-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.25rem}.subscribe-card{width:100%;max-width:400px}.subscribe-eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.subscribe-title{font-size:24px;font-weight:500;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem}.subscribe-body{font-size:14px;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.subscribe-price-box{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.subscribe-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:.25rem}.subscribe-price{font-size:28px;font-weight:500;color:var(--text-primary)}.subscribe-price-unit{font-size:14px;color:var(--text-muted)}.subscribe-fine-print{font-size:12px;color:var(--text-dim)}.subscribe-cta{width:100%;padding:12px;background:var(--amber);border-radius:8px;color:#0f0f0f;font-size:15px;font-weight:500;cursor:pointer}.subscribe-hint{font-size:12px;color:var(--text-dim);margin-top:1rem;text-align:center}.success-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.25rem}.success-card{max-width:400px;text-align:center}.success-icon{width:44px;height:44px;border-radius:50%;background:var(--amber-glow);border:1px solid var(--amber);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.success-title{font-size:20px;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.success-body{font-size:14px;color:var(--text-muted);margin-bottom:1.75rem}.success-actions{display:flex;gap:.75rem;justify-content:center}.success-btn-primary{display:inline-block;background:var(--amber);color:#0f0f0f;font-size:13px;font-weight:500;padding:9px 20px;border-radius:999px}.success-btn-secondary{display:inline-block;font-size:13px;color:var(--text-muted);padding:9px 20px;border:1px solid var(--border);border-radius:999px}.audio-player{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.audio-player__label{font-size:12px;color:var(--text-muted);margin-bottom:.75rem}.audio-player__controls{display:flex;align-items:center;gap:1rem}.audio-player__play-btn{width:44px;height:44px;border-radius:50%;background:var(--amber);display:flex;align-items:center;justify-content:center}.audio-player__progress{flex:1}.audio-player__track{position:relative;height:3px;background:var(--border);border-radius:2px;margin-bottom:6px;display:block}.audio-player__fill{position:absolute;inset:0 auto 0 0;height:100%;background:var(--amber);border-radius:2px;transition:width .1s linear;pointer-events:none}.audio-player__scrubber{position:absolute;top:-10px;right:0;bottom:-10px;left:0;width:100%;opacity:0;cursor:pointer}.audio-player__times{display:flex;justify-content:space-between}.audio-player__time{font-size:11px;color:var(--text-muted)}.audio-player__time--total{color:var(--text-dim)}.guess-input{position:relative;width:100%}.guess-input__field-wrap{position:relative}.guess-input__field{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 14px;color:var(--text-primary);font-size:14px;outline:none}.guess-input__field:disabled{opacity:.5}.guess-input__searching{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--text-dim)}.guess-input__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;z-index:50}.guess-input__option{width:100%;text-align:left;padding:10px 14px;border-bottom:1px solid var(--border);cursor:pointer}.guess-input__option-title{font-size:14px;color:var(--text-primary);font-weight:500}.guess-input__option-artist{font-size:12px;color:var(--text-muted);margin-top:1px}.share-btn{font-size:13px;color:var(--text-muted);padding:7px 14px;border:1px solid var(--border);border-radius:999px;transition:color .1s ease}.share-btn--copied{color:var(--green)}.track-artwork{display:flex;align-items:center;gap:.85rem}.track-artwork--medium{width:100px;height:100px;margin-bottom:1rem}.track-artwork--small{width:60px;height:60px;margin-bottom:.75rem}.track-artwork__img,.track-artwork__fallback{width:100px;height:100px;border-radius:8px;border:1px solid var(--border);flex-shrink:0}.track-artwork--small .track-artwork__img,.track-artwork--small .track-artwork__fallback{width:60px;height:60px}.track-artwork__img{-o-object-fit:cover;object-fit:cover;background:var(--surface)}.track-artwork__fallback{display:grid;place-items:center;background:var(--surface)}.track-artwork__fallback span{width:25px;height:25px;border:2px solid var(--amber);border-left-color:transparent;border-bottom-color:transparent;transform:rotate(45deg)}.track-artwork__label{font-size:12px;color:var(--text-muted)}.leaderboard{margin-top:1.25rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.leaderboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.leaderboard__title{font-size:12px;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.07em}.leaderboard__tabs{display:flex;gap:4px;background:#111;border-radius:6px;padding:3px}.leaderboard__tab{font-size:11px;padding:3px 10px;border-radius:4px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:background 80ms,color 80ms}.leaderboard__tab--active{background:var(--amber);color:#0f0f0f;font-weight:600}.leaderboard__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.leaderboard__row{display:flex;align-items:center;gap:.6rem;padding:6px 8px;border-radius:6px;font-size:13px}.leaderboard__row--me{background:#fbbf2412}.leaderboard__rank{font-size:11px;color:var(--text-dim);width:16px;flex-shrink:0;text-align:right}.leaderboard__name{flex:1;color:var(--text-primary);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaderboard__name:hover{color:var(--amber)}.leaderboard__you{color:var(--text-muted);font-size:11px}.leaderboard__score{font-size:12px;color:var(--amber);font-variant-numeric:tabular-nums;flex-shrink:0}.leaderboard__empty{font-size:13px;color:var(--text-muted);text-align:center;padding:.5rem 0}.leaderboard__empty a{color:var(--amber)}.leaderboard__upsell{font-size:11px;color:var(--text-dim);margin-top:.85rem;text-align:center}.leaderboard__upsell a{color:var(--amber)}.result-card{margin-top:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.result-card--correct{border-color:var(--green)}.result-card__status{font-size:12px;color:var(--text-muted);margin-bottom:.5rem;font-weight:500}.result-card__status--correct{color:var(--green)}.result-card__answer{font-size:18px;color:var(--text-primary);font-weight:500;margin-bottom:2px}.result-card__answer-row{display:flex;align-items:center;gap:.85rem}.result-card__answer-row .track-artwork{margin-bottom:0}.result-card__artist{font-size:13px;color:var(--text-muted)}.result-card__detail{font-size:13px;color:var(--text-muted);margin-top:.25rem}.result-card__extra{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.result-card__emoji{font-family:monospace;font-size:18px;letter-spacing:2px;margin-top:1rem;margin-bottom:.25rem}.result-card__actions{display:flex;gap:.75rem;margin-top:1.25rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.result-card__next{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 18px;border-radius:8px;background:var(--amber);color:#0f0f0f;font-size:13px;font-weight:600}@media (max-width: 420px){.result-card__actions{align-items:stretch;flex-direction:column-reverse}.result-card__next,.result-card__actions .share-btn{width:100%}}.one-bar__header{margin-bottom:1.5rem}.one-bar__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.one-bar__title{font-size:18px;font-weight:500;color:var(--text-primary);line-height:1.4}.one-bar__progress{margin-top:.5rem;margin-bottom:1.25rem}.one-bar__bars{display:flex;gap:4px;margin-top:.75rem}.one-bar__bar{flex:1;height:4px;border-radius:2px;background:var(--border)}.one-bar__bar--used{background:var(--text-dim)}.one-bar__bar--correct{background:var(--green)}.one-bar__progress-label{font-size:12px;color:var(--text-dim);margin-top:.5rem}.one-bar__guesses{margin-top:.75rem;display:flex;flex-direction:column;gap:4px}.one-bar__guess-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);padding:6px 0;border-bottom:1px solid var(--border)}.one-bar__guess-x{color:var(--text-dim)}.hit-or-miss__header{margin-bottom:1.5rem}.hit-or-miss__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.hit-or-miss__title{font-size:18px;font-weight:500;color:var(--text-primary);line-height:1.4}.hit-or-miss__song{display:flex;align-items:center;gap:.85rem;margin-top:1.25rem;margin-bottom:1.5rem}.hit-or-miss__song .track-artwork{margin-bottom:0}.hit-or-miss__song-name{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:.25rem}.hit-or-miss__song-artist{font-size:13px;color:var(--text-muted)}.hit-or-miss__choices{display:flex;gap:.75rem}.hit-or-miss__choice-btn{flex:1;padding:1.25rem;border:1px solid var(--border);border-radius:10px;color:var(--text-primary);font-size:15px;font-weight:500;cursor:pointer}.sampled__header{margin-bottom:1.5rem}.sampled__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.sampled__title{font-size:18px;font-weight:500;color:var(--text-primary);line-height:1.4}.sampled__source{margin-bottom:.5rem}.sampled__source-track{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.sampled__source-track .track-artwork{margin-bottom:0}.sampled__source-title{font-size:14px;color:var(--text-primary);font-weight:500;margin-bottom:.15rem}.sampled__source-label{font-size:13px;color:var(--text-muted)}.sampled__options{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.sampled__option{width:100%;text-align:left;padding:14px 16px;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s ease;display:flex;align-items:center;gap:.85rem}.sampled__option .track-artwork{margin-bottom:0}.sampled__option--answer{border-color:var(--green)}.sampled__option--wrong{border-color:#ef44441a}.sampled__option--faded{opacity:.5}.sampled__option-title{font-size:14px;color:var(--text-primary);font-weight:500}.sampled__option-artist{font-size:12px;color:var(--text-muted);margin-top:2px}.sampled__original{margin-top:1.5rem}.sampled__original-label{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.era__header{margin-bottom:1.5rem}.era__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.era__title{font-size:18px;font-weight:500;color:var(--text-primary);line-height:1.4}.era__decades{display:flex;gap:6px;margin-top:1.25rem;flex-wrap:wrap}.era__decade-btn{padding:8px 16px;background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:color .15s ease,border-color .15s ease}.era__decade-btn--answer{border-color:var(--amber);color:var(--amber)}.era__decade-btn--faded{color:var(--text-dim)}.era__decade-btn--done{cursor:default}.cover-or-not__header{margin-bottom:1.5rem}.cover-or-not__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.cover-or-not__title{font-size:18px;font-weight:500;color:var(--text-primary);line-height:1.4}.cover-or-not__song{margin-bottom:1.25rem}.cover-or-not__song-track{display:flex;align-items:center;gap:.85rem;margin-bottom:.75rem}.cover-or-not__song-track .track-artwork{margin-bottom:0}.cover-or-not__song-name{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:.15rem}.cover-or-not__song-meta{font-size:13px;color:var(--text-muted)}.cover-or-not__choices{display:flex;gap:.75rem}.cover-or-not__choice-btn{flex:1;padding:1rem;border:1px solid var(--border);border-radius:10px;color:var(--text-primary);font-size:14px;font-weight:500;cursor:pointer}.cover-or-not__original-label{font-size:12px;color:var(--text-muted);margin-bottom:.75rem}.cover-or-not__original-name{font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:.15rem}.cover-or-not__original-meta{font-size:13px;color:var(--text-muted);margin-bottom:.75rem}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--bg: #0e0e0e;--surface: #1a1a1a;--border: #2a2a2a;--amber: #f59e0b;--amber-light: #fcd34d;--amber-glow: #f59e0b1a;--green: #22c55e;--text-primary: #fcfcfc;--text-muted: #a0a0a0;--text-dim: #555555}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text-muted);line-height:1.5;min-height:100dvh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}:focus-visible{outline:1.5px solid var(--amber);outline-offset:2px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}60%{opacity:1;transform:translateY(-4px) scale(1.05)}80%{transform:translateY(2px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes playingPulse{0%{box-shadow:0 0 #f59e0b8c}65%{box-shadow:0 0 0 11px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}@keyframes dotPulse{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 5px #f59e0b00}}.btn-press{transition:transform .2s ease}.btn-press:active{transform:scale(.95)!important}.slide-up{animation:slideUp .35s cubic-bezier(.34,1.2,.64,1) forwards}.fade-in{animation:fadeIn .15s ease forwards}.fade-in-up{animation:fadeInUp .25s ease both}.stagger-list>*:nth-child(1){animation:fadeInUp .25s ease both;animation-delay:0s}.stagger-list>*:nth-child(2){animation:fadeInUp .25s ease both;animation-delay:.05s}.stagger-list>*:nth-child(3){animation:fadeInUp .25s ease both;animation-delay:.1s}.stagger-list>*:nth-child(4){animation:fadeInUp .25s ease both;animation-delay:.15s}.stagger-list>*:nth-child(5){animation:fadeInUp .25s ease both;animation-delay:.2s}.stagger-list>*:nth-child(6){animation:fadeInUp .25s ease both;animation-delay:.25s}.stagger-list>*:nth-child(7){animation:fadeInUp .25s ease both;animation-delay:.3s}.stagger-list>*:nth-child(8){animation:fadeInUp .25s ease both;animation-delay:.35s}.card-hover{background:var(--surface);transition:background-color .2s ease,border-color .2s ease;text-decoration:none}.card-lift{transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.btn-hover{background:transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn-amber{transition:filter .2s ease}.audio-play-btn{transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.audio-play-btn.playing{animation:playingPulse 1.8s ease-out infinite}.dot-pulse{animation:dotPulse 2.8s ease-in-out infinite}.day-hover{transition:background-color .2s ease}.nav-link{position:relative;transition:color .2s ease}@media (hover: hover) and (pointer: fine){.card-hover:hover{background:#1e1e1e;border-color:#363636}.card-lift:hover{background:#1e1e1e;border-color:#363636;transform:translateY(-2px);box-shadow:0 8px 24px #00000073}.btn-hover:hover{background:#222}.btn-amber:hover{filter:brightness(1.14)}.audio-play-btn:hover{transform:scale(1.1);box-shadow:0 0 0 8px var(--amber-glow)}.nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:currentColor;transition:width .2s ease}.nav-link:hover{color:var(--text-primary)!important}.nav-link:hover:after{width:100%}.navbar__link--active:after{width:100%}.day-hover:hover{background:var(--surface)}.nav-btn:hover:not(:disabled){background:#222;border-color:#363636}}.card-hover:active,.card-lift:active{background:#1e1e1e;transform:scale(.98)!important;box-shadow:none!important}.btn-hover:active{background:#222}.home-grid-mid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.home-grid-bot{display:grid;grid-template-columns:3fr 2fr;gap:.75rem}@media (max-width: 500px){.home-grid-mid,.home-grid-bot{grid-template-columns:1fr}}@media (max-width: 640px){input,textarea,select{font-size:16px}}.page-shell{max-width:560px;margin-left:auto;margin-right:auto;padding-top:calc(88px + env(safe-area-inset-top));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(4rem,calc(1.5rem + env(safe-area-inset-bottom)));padding-left:max(1.25rem,env(safe-area-inset-left))}.page-shell-wide{max-width:680px;margin-left:auto;margin-right:auto;padding-top:calc(88px + env(safe-area-inset-top));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(4rem,calc(1.5rem + env(safe-area-inset-bottom)));padding-left:max(1.25rem,env(safe-area-inset-left))}.page-shell-narrow{max-width:480px;margin-left:auto;margin-right:auto;padding-top:calc(88px + env(safe-area-inset-top));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(4rem,calc(1.5rem + env(safe-area-inset-bottom)));padding-left:max(1.25rem,env(safe-area-inset-left))}.page-shell-admin{max-width:780px;margin-left:auto;margin-right:auto;padding-top:calc(88px + env(safe-area-inset-top));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(6rem,calc(2rem + env(safe-area-inset-bottom)));padding-left:max(1.25rem,env(safe-area-inset-left))}.game-back-link{font-size:13px;color:var(--text-muted);display:inline-block;margin-bottom:1.5rem}.game-header{margin-bottom:1.5rem}.game-header__eyebrow{font-size:12px;color:var(--text-muted);margin-bottom:.5rem}.game-header__title{font-size:20px;font-weight:500;color:var(--text-primary);line-height:1.4}.streak-row{display:flex;gap:.5rem;flex-wrap:wrap}.streak-row>*{flex:1;min-width:70px}.game-timer{font-size:12px;color:var(--text-dim);font-variant-numeric:tabular-nums;margin-top:4px}.result-card__time{color:var(--text-muted);font-weight:400}
