@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";.tigermom-game *{margin:0;padding:0;box-sizing:border-box}.tigermom-game{font-family:Manrope,sans-serif;background:var(--tigermom-bg, #FFF8F0);color:var(--tigermom-text, #2D2D2D);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;overflow-x:hidden}.tigermom-game :root,.tigermom-game{--bg: #FFF8F0;--card: #FFFFFF;--text: #2D2D2D;--subtle: #8E8E93;--coral: #F28C7E;--gold: #F5CB5C;--mint: #7ED4BB;--lavender: #B3A0D4;--spice-color: #F28C7E}.tigermom-game .tm-game-title{text-align:center;margin-bottom:24px;background:var(--tigermom-bg, #FFF8F0)!important;box-shadow:none!important;border-radius:0!important;padding:0!important;border:none!important}.tigermom-game .tm-game-title-inner{max-width:1200px;margin-left:auto;margin-right:auto;text-align:left;background:var(--tigermom-bg, #FFF8F0)!important;box-shadow:none!important;border:none!important}.tigermom-game .tm-game-title h1{font-size:36px;font-weight:800;margin-bottom:8px;text-align:center}.tigermom-game .tm-game-title p{color:var(--subtle);font-size:16px;font-weight:500;text-align:center}.tigermom-game .spice-selector{background:var(--card);border-radius:20px;padding:14px 20px;width:100%;max-width:1200px;margin-bottom:24px;box-shadow:0 2px 20px #0000000f}.tigermom-game .spice-current{font-size:16px;font-weight:700;color:var(--spice-color);transition:color .3s}.tigermom-game .spice-slider-row{display:flex;align-items:center;gap:16px;width:100%}.tigermom-game .spice-end{text-align:center;flex-shrink:0;min-width:80px}.tigermom-game .spice-end-emoji{font-size:28px;line-height:1}.tigermom-game .spice-end-name{font-size:13px;font-weight:700;color:var(--text);margin-top:3px}.tigermom-game .spice-end-desc{font-size:11px;color:var(--subtle)}.tigermom-game .spice-slider-track{flex:1;position:relative}.tigermom-game .spice-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#7ed4bb,#f5cb5c,#f28c7e 60%,#e85d04,#dc3545);outline:none;cursor:pointer}.tigermom-game .spice-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--spice-color);border:3px solid white;box-shadow:0 2px 8px #00000040;cursor:grab;transition:transform .15s,background .2s}.tigermom-game .spice-range::-webkit-slider-thumb:hover{transform:scale(1.15)}.tigermom-game .spice-range::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.2)}.tigermom-game .spice-range::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--spice-color);border:3px solid white;box-shadow:0 2px 8px #00000040;cursor:grab}.tigermom-game .spice-current-display{text-align:center;margin-top:16px;transition:all .2s;width:100%}.tigermom-game .spice-current-peppers{font-size:24px;letter-spacing:2px;margin-bottom:6px;min-height:30px;text-align:center}.tigermom-game .spice-current-name{font-size:22px;font-weight:800;color:var(--spice-color);transition:color .2s}.tigermom-game .spice-current-desc{font-size:15px;color:#6b6b70;margin-top:5px;letter-spacing:.2px;text-align:center}.tigermom-game .how-to-play-wrap{width:100%;max-width:1200px;margin-bottom:24px}.tigermom-game .how-to-play-bento{background:var(--card);border-radius:20px;padding:14px 20px;box-shadow:0 2px 20px #0000000f;color:var(--subtle);font-size:13px;line-height:1.6}.tigermom-game .how-to-play-label{font-weight:700;color:var(--text)}.tigermom-game .quote-bento-wrap{width:100%;max-width:1200px;margin-bottom:24px}.tigermom-game .timer-section{display:flex;gap:24px;align-items:stretch;width:100%;max-width:1200px;margin-bottom:24px}.tigermom-game .timer-section-left{display:flex;flex-direction:column;flex-shrink:0;min-width:140px;min-height:0}.tigermom-game .timer-section-left-inner{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0}.tigermom-game .timer-section-left-inner .stat-card{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center}.tigermom-game .timer-section-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}.tigermom-game .quote-bento{background:var(--card);border-radius:24px;padding:24px 28px;box-shadow:0 2px 20px #0000000f}.tigermom-game .quote-bento-text{font-size:15px;color:#6b6b70;letter-spacing:.2px;text-align:center;line-height:1.5;font-style:normal}.tigermom-game .quote-bento-spice{text-align:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #F0EDE8}.tigermom-game .quote-bento-spice-row{display:flex;align-items:center;justify-content:center;gap:8px}.tigermom-game .quote-bento-voice-btn{background:none;border:none;font-size:22px;cursor:pointer;opacity:.85;transition:opacity .2s;padding:0;line-height:1}.tigermom-game .quote-bento-voice-btn:hover{opacity:1}.tigermom-game .timer-card{background:var(--card);border-radius:24px;padding:32px 36px;min-width:0;margin-bottom:0;box-shadow:0 2px 20px #0000000f}.tigermom-game .timer-card-inner{display:flex;align-items:center;gap:32px;justify-content:center;flex-wrap:wrap}.tigermom-game .timer-card-left{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.tigermom-game .tiger-mom-avatar{width:280px;height:280px;flex-shrink:0;animation:tigermomBreathe 3s ease-in-out infinite}.tigermom-game .timer-content{flex:1;min-width:250px;text-align:center}@keyframes tigermomBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tigermom-game .timer-display{font-size:96px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-3px;margin-bottom:12px;color:var(--text)}.tigermom-game .timer-label{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--subtle);margin-bottom:8px}.tigermom-game .timer-controls{display:flex;gap:12px;justify-content:center}.tigermom-game .timer-card-settings{display:flex;gap:12px;justify-content:center;margin-top:20px;flex-wrap:wrap}.tigermom-game .timer-card-settings .setting{flex:1;min-width:120px;max-width:180px}.tigermom-game .btn{padding:14px 40px;border:none;border-radius:14px;font-family:Manrope,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s}.tigermom-game .btn-primary{background:var(--spice-color);color:#fff;transition:background .3s}.tigermom-game .btn-primary:hover{opacity:.9;transform:scale(1.02)}.tigermom-game .btn-secondary{background:#f0ede8;color:var(--text)}.tigermom-game .btn-secondary:hover{background:#e5e1db}.tigermom-game .speech-text{font-size:16px;font-weight:600;line-height:1.5;text-align:center;color:var(--text);font-style:italic;opacity:.75;margin-top:12px;padding:0 12px}.tigermom-game .speech-text.quote-bar{border-left:4px solid #e8836a;padding-left:12px;margin-left:auto;margin-right:auto;max-width:90%;box-sizing:border-box}.tigermom-game .spice-level-emojis{display:flex;justify-content:space-between;padding:0 2px 6px;font-size:18px;line-height:1}.tigermom-game .spice-level-emojis span{display:inline}.tigermom-game .stats-row{display:flex;gap:12px}.tigermom-game .stat-card{flex:1;background:var(--card);border-radius:14px;padding:12px 14px;text-align:center;box-shadow:0 2px 20px #0000000f}.tigermom-game .stat-num{font-size:26px;font-weight:800}.tigermom-game .stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--subtle);margin-top:2px;white-space:nowrap}.tigermom-game .settings-row{display:flex;gap:12px;width:100%;max-width:1200px;margin-bottom:24px}.tigermom-game .setting{flex:1;background:var(--card);border-radius:14px;padding:10px 14px;box-shadow:0 2px 20px #0000000f;display:flex;align-items:center;justify-content:space-between}.tigermom-game .setting-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--subtle);white-space:nowrap;margin-right:12px}.tigermom-game .setting-value{display:flex;align-items:center;gap:4px}.tigermom-game .setting-btn{width:26px;height:26px;border-radius:8px;border:2px solid #F0EDE8;background:var(--card);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text);transition:all .15s}.tigermom-game .setting-btn:hover{border-color:var(--spice-color);color:var(--spice-color)}.tigermom-game .setting-num{font-size:16px;font-weight:700;width:26px;text-align:center}.tigermom-game .call-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:1100;align-items:center;justify-content:center;flex-direction:column;padding:20px;animation:tigermomCallFadeIn .3s ease}.tigermom-game .call-overlay.show{display:flex}@keyframes tigermomCallFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tigermomCallPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes tigermomCallRing{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.tigermom-game .call-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:28px;padding:48px 56px;width:100%;max-width:560px;text-align:center;box-shadow:0 20px 60px #00000080}.tigermom-game .call-emoji{font-size:64px;margin-bottom:8px;animation:tigermomCallPulse 1.5s ease infinite}.tigermom-game .call-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.3);margin-bottom:12px;animation:tigermomCallPulse 1.5s ease infinite}.tigermom-game .call-icon{font-size:40px;animation:tigermomCallRing .5s ease infinite;margin-bottom:16px}.tigermom-game .call-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#8e8e93;margin-bottom:4px}.tigermom-game .call-name{font-size:36px;font-weight:800;color:#fff;margin-bottom:4px}.tigermom-game .call-subtitle{font-size:14px;color:#8e8e93;margin-bottom:24px}.tigermom-game .call-message{font-size:18px;color:#f28c7e;font-weight:600;margin-bottom:28px;min-height:40px;line-height:1.4}.tigermom-game .call-buttons{display:flex;gap:12px;justify-content:center}.tigermom-game .call-btn{width:64px;height:64px;border-radius:50%;border:none;font-size:28px;cursor:pointer;transition:transform .15s}.tigermom-game .call-btn:active{transform:scale(.9)}.tigermom-game .call-accept{background:#30d158;color:#fff}.tigermom-game .call-decline{background:#ff453a;color:#fff}.tigermom-game .modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;align-items:center;justify-content:center;padding:20px}.tigermom-game .modal-overlay.show{display:flex}.tigermom-game .report-card{background:var(--card);border-radius:24px;padding:40px 48px;width:100%;max-width:720px;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d}.tigermom-game .report-title{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--subtle);margin-bottom:8px}.tigermom-game .report-grade{font-size:96px;font-weight:800;line-height:1;margin-bottom:4px}.tigermom-game .report-verdict{font-size:18px;font-weight:600;color:var(--spice-color);margin-bottom:20px;font-style:italic}.tigermom-game .report-stats{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;margin-bottom:24px}.tigermom-game .report-stat{background:#f8f6f3;border-radius:12px;padding:16px}.tigermom-game .report-stat-num{font-size:28px;font-weight:800}.tigermom-game .report-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--subtle)}.tigermom-game .report-lingling{background:linear-gradient(135deg,#fff5f0,#fff0f5);border-radius:12px;padding:12px;margin-bottom:20px;font-size:13px;font-weight:600}.tigermom-game .report-lingling-pct{font-size:36px;font-weight:800;color:var(--spice-color)}.tigermom-game .report-mom-quote{font-style:italic;font-size:16px;color:var(--text);margin-bottom:20px;line-height:1.4;padding:12px;background:#fffdf8;border-radius:12px;border-left:3px solid var(--spice-color)}.tigermom-game .report-streak-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--gold),#F5A623);color:#fff;padding:6px 16px;border-radius:20px;font-weight:700;font-size:13px;margin-bottom:16px}.tigermom-game .report-btns{display:flex;gap:8px;justify-content:center}.tigermom-game .report-btns .btn{font-size:13px;padding:10px 20px}.tigermom-game .share-btn{background:var(--lavender)!important;color:#fff!important}.tigermom-game .streak-banner{background:linear-gradient(135deg,var(--gold),#F5A623);color:#fff;border-radius:16px;padding:12px 20px;width:100%;max-width:1200px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:14px;box-shadow:0 2px 12px #f5cb5c4d}.tigermom-game .streak-banner.hidden{display:none}.tigermom-game .streak-days{font-size:24px;font-weight:800}.tigermom-game .streak-mom-msg{font-size:12px;font-weight:500;opacity:.9;font-style:italic;max-width:200px}@keyframes tigermomShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.tigermom-game .shake{animation:tigermomShake .5s}@media (max-width: 480px){.tigermom-game .timer-display{font-size:56px}.tigermom-game .spice-current-desc{display:none}.game-page .game-page-top-bar{position:sticky;top:0;z-index:100}.tigermom-game .tm-game-title{margin-bottom:12px}.tigermom-game .tm-game-title h1{font-size:24px}.tigermom-game .tm-game-title p{font-size:14px}.tigermom-game .timer-section{flex-direction:column;align-items:stretch}.tigermom-game .timer-section-left{min-width:0}.tigermom-game .timer-card-inner{flex-direction:column;gap:20px}.tigermom-game .timer-card-left{width:100%;max-width:200px;margin:0 auto}.tigermom-game .tiger-mom-avatar{width:100%;max-width:200px;height:auto;aspect-ratio:1;flex-shrink:0}.tigermom-game .timer-content{min-width:0}.tigermom-game .stat-card{padding:8px 10px}.tigermom-game .stat-num{font-size:18px}.tigermom-game .stat-label{font-size:10px}.tigermom-game .how-to-play-wrap,.tigermom-game .spice-end,.game-page .game-page-sync-idle,.tigermom-game .timer-section-left,.tigermom-game .timer-card-settings{display:none}}
