:root{--bg-color: #f6f8fc;--bg-card: rgba(255, 255, 255, .92);--bg-card-solid: #ffffff;--bg-card-subtle: #f8fafc;--border-color: #e2e8f0;--border-subtle: rgba(226, 232, 240, .7);--text-main: #1e293b;--text-secondary: #334155;--text-muted: #64748b;--text-highlight: #e11d48;--primary: #f43f5e;--primary-hover: #e11d48;--primary-gradient: linear-gradient(135deg, #f43f5e 0%, #ec4899 100%);--accent-pink: #ec4899;--accent-gold: #d97706;--accent-emerald: #059669;--accent-blue: #0284c7;--accent-purple: #7c3aed;--font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title: "Be Vietnam Pro", sans-serif;--shadow-sm: 0 2px 6px rgba(100, 116, 139, .08);--shadow-md: 0 6px 20px -4px rgba(100, 116, 139, .12), 0 2px 6px -1px rgba(244, 114, 182, .06);--shadow-lg: 0 16px 32px -6px rgba(100, 116, 139, .16);--glass-blur: blur(16px)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-family);font-weight:400;line-height:1.5;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:12px;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(135deg,#ffffffd1,#fff5f8e0),url(/8375567b-3e92-4582-9d61-5ab08e9dbc8c.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-1;pointer-events:none}.app-container{width:100%;max-width:540px;min-height:95vh;display:flex;flex-direction:column;position:relative;padding-bottom:84px;gap:14px}@media(min-width:880px){body{padding:24px 20px;align-items:center}.app-container{max-width:1060px;display:grid;grid-template-columns:360px 1fr;align-items:start;gap:20px;padding-bottom:20px}.sidebar-pane{position:sticky;top:24px}.mobile-only{display:none!important}}@media(max-width:879px){.desktop-action-box{display:none!important}}.glass-panel{background:var(--bg-card);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-color);border-radius:18px;box-shadow:var(--shadow-md)}.character-header{padding:18px;display:flex;flex-direction:column;gap:14px;border-top:3px solid var(--primary)}.char-top-row{display:flex;align-items:center;gap:12px}.avatar-badge{width:66px;height:66px;background:#fff;border:2px solid #f472b6;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #f472b640;flex-shrink:0;position:relative}.avatar-img{width:100%;height:100%;object-fit:cover;display:block}.char-meta{display:flex;flex-direction:column;gap:4px;flex:1}.char-name{font-family:var(--font-title);font-size:1.25rem;font-weight:600;color:#0f172a;letter-spacing:-.3px}.char-sub-tags{display:flex;flex-wrap:wrap;gap:5px}.badge{font-size:.72rem;font-weight:500;padding:2px 8px;border-radius:20px;display:inline-flex;align-items:center}.badge-age{background:#f43f5e14;color:#e11d48;border:1px solid rgba(244,63,94,.2)}.badge-loc{background:#0284c714;color:#0284c7;border:1px solid rgba(2,132,199,.2)}.badge-wealth{background:#f59e0b14;color:#b45309;border:1px solid rgba(245,158,11,.2)}.char-trait-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.badge-trait{background:#a855f714;color:#7c3aed;border:1px solid rgba(168,85,247,.2);font-size:.7rem;font-weight:500;padding:2px 7px;border-radius:6px}.badge-talent{background:#10b98114;color:#059669;border:1px solid rgba(16,185,129,.2);font-size:.7rem;font-weight:500;padding:2px 7px;border-radius:6px}.badge-zodiac{background:#f59e0b14;color:#b45309;border:1px solid rgba(245,158,11,.2);font-size:.7rem;font-weight:500;padding:2px 7px;border-radius:6px}.char-status-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1f5f9a6;padding:10px 12px;border-radius:12px;border:1px solid var(--border-color)}.status-item{display:flex;flex-direction:column;gap:1px}.status-label{font-size:.7rem;color:var(--text-muted);font-weight:500}.status-val{font-size:.85rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.money-text{color:#059669!important;font-weight:600}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat-bar-container{display:flex;flex-direction:column;gap:4px}.stat-info{display:flex;justify-content:space-between;font-size:.75rem;font-weight:500;color:#475569}.progress-track{height:7px;background:#e2e8f0;border-radius:8px;overflow:hidden}.progress-fill{height:100%;border-radius:8px;transition:width .35s ease}.progress-fill.health{background:linear-gradient(90deg,#f43f5e,#fb7185)}.progress-fill.happiness{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.progress-fill.smarts{background:linear-gradient(90deg,#0284c7,#38bdf8)}.progress-fill.looks{background:linear-gradient(90deg,#ec4899,#f472b6)}.progress-fill.karma{background:linear-gradient(90deg,#10b981,#34d399)}.progress-fill.fam{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}button,.btn{font-family:var(--font-family);font-size:.88rem;font-weight:500;border-radius:12px;cursor:pointer;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;-webkit-user-select:none;user-select:none;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.btn-primary,.btn-age-up,.btn-age-up-desktop,.btn-restart{background:var(--primary-gradient);color:#fff!important;box-shadow:0 4px 14px #f43f5e4d;padding:11px 18px;font-weight:600}.btn-primary:hover,.btn-age-up:hover,.btn-age-up-desktop:hover,.btn-restart:hover{transform:translateY(-1.5px);box-shadow:0 6px 18px #f43f5e66}.btn-primary:active,.btn-age-up:active,.btn-age-up-desktop:active,.btn-restart:active{transform:scale(.98)}.btn-secondary,.btn-custom-trigger,.btn-mobile-custom,.btn-cancel,.btn-text-action{background:#fff;color:#334155!important;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:10px 16px;font-weight:500}.btn-secondary:hover,.btn-custom-trigger:hover,.btn-mobile-custom:hover,.btn-cancel:hover,.btn-text-action:hover{border-color:#f472b6;color:#e11d48!important;background:#fff5f7;transform:translateY(-1px)}.btn-secondary:active,.btn-custom-trigger:active,.btn-mobile-custom:active,.btn-cancel:active,.btn-text-action:active{transform:scale(.98)}.btn-age-up{width:100%;flex-direction:column;padding:12px 16px;border-radius:14px}.btn-age-up .age-icon{font-size:1.4rem;line-height:1}.btn-age-up .age-text{font-size:1rem;font-weight:600;letter-spacing:.3px}.btn-age-up .sub-text{font-size:.7rem;opacity:.9;font-weight:400}.btn-custom-trigger{width:100%;margin-top:8px}.main-pane{display:flex;flex-direction:column;gap:14px}.tab-nav{display:flex;padding:4px;border-radius:14px;gap:4px;background:#ffffffe6;border:1px solid var(--border-color)}.tab-btn{flex:1;padding:9px 12px;border-radius:10px;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:500;border:none;transition:all .2s ease}.tab-btn:hover{color:#0f172a;background:#f1f5f9b3}.tab-btn.active{background:#fff;color:#e11d48!important;font-weight:600;box-shadow:0 2px 8px #f472b626;border:1px solid rgba(244,114,182,.2)}.tab-content{display:none}.tab-content.active{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.timeline-feed{display:flex;flex-direction:column;gap:10px}.timeline-card{background:var(--bg-card-solid);border:1px solid var(--border-color);border-radius:14px;padding:12px 16px;display:flex;align-items:flex-start;gap:12px;box-shadow:var(--shadow-sm);transition:transform .2s ease}.timeline-card:hover{transform:translateY(-1px);border-color:#f472b659}.timeline-age-badge{background:linear-gradient(135deg,#f472b6,#ec4899);color:#fff;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:20px;white-space:nowrap;flex-shrink:0}.timeline-text{font-size:.88rem;color:var(--text-secondary);line-height:1.5;font-weight:400}.activities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.activity-card{background:var(--bg-card-solid);border:1px solid var(--border-color);border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease}.activity-card:hover{transform:translateY(-2px);border-color:#f472b6;background:linear-gradient(135deg,#fff,#fff5f7);box-shadow:0 6px 16px #f472b61f}.activity-card:active{transform:scale(.98)}.activity-icon{width:42px;height:42px;background:linear-gradient(135deg,#fff0f5,#fce7f3);border:1px solid rgba(244,114,182,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.activity-info{display:flex;flex-direction:column;gap:2px;flex:1}.activity-name{font-size:.88rem;font-weight:600;color:#0f172a}.activity-desc{font-size:.75rem;color:var(--text-muted);line-height:1.35;font-weight:400}.activity-cost{font-size:.78rem;font-weight:600;color:#059669;white-space:nowrap}.profile-cards-container{display:flex;flex-direction:column;gap:14px}.profile-card{padding:18px;border-radius:16px}.profile-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:14px}.profile-card-title{font-size:1.05rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:14px}.profile-card-header .profile-card-title{border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}.profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.profile-item{display:flex;flex-direction:column;gap:2px;background:#f1f5f999;padding:10px 12px;border-radius:10px;border:1px solid var(--border-color)}.profile-item.full-width{grid-column:1 / -1}.p-label{font-size:.7rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.3px}.p-val{font-size:.86rem;font-weight:500;color:var(--text-main)}.p-val.highlight{color:#e11d48;font-weight:600}.p-val.dream-text{color:#b45309;font-style:italic}.family-list{display:flex;flex-direction:column;gap:10px}.family-member-card{display:flex;align-items:center;gap:12px;background:#f1f5f999;padding:12px 14px;border-radius:12px;border:1px solid var(--border-color);transition:all .2s ease}.family-member-card:hover{background:#fff;border-color:#f472b64d;box-shadow:var(--shadow-sm)}.fam-avatar{font-size:1.5rem;background:#fff;border:1px solid #e2e8f0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.fam-info{display:flex;flex-direction:column;gap:1px;flex:1}.fam-name{font-size:.88rem;font-weight:600;color:#0f172a}.fam-job{font-size:.78rem;color:var(--text-muted);font-weight:400}.fam-rel-badge{font-size:.75rem;font-weight:600;color:#e11d48;background:#f43f5e14;border:1px solid rgba(244,63,94,.2);padding:3px 8px;border-radius:20px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:14px;z-index:1000}.modal-overlay.active{display:flex;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-card{width:100%;max-width:500px;padding:24px 20px;border-radius:20px;background:#fff!important;border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-lg);text-align:center;position:relative;animation:modalPop .25s ease}@keyframes modalPop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.modal-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#e11d48;background:#f43f5e14;border:1px solid rgba(244,63,94,.2);padding:3px 10px;border-radius:20px;letter-spacing:.3px;margin-bottom:8px}.modal-title{font-family:var(--font-title);font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:8px}.modal-welcome-sub{font-size:.84rem;color:#64748b;line-height:1.45;margin:4px 0 12px;text-align:center;font-weight:400}.modal-welcome-sub strong{color:#e11d48;font-weight:600}.modal-body{font-size:.9rem;color:var(--text-secondary);line-height:1.55;margin-bottom:18px;text-align:left;background:#f8fafc;padding:14px;border-radius:12px;border:1px solid var(--border-color);font-weight:400}.modal-choices{display:flex;flex-direction:column;gap:8px}.choice-btn{width:100%;background:#fff;border:1px solid var(--border-color);padding:12px 16px;border-radius:12px;color:#1e293b;font-size:.88rem;font-weight:500;text-align:left;justify-content:flex-start;box-shadow:var(--shadow-sm)}.choice-btn:hover{border-color:#f43f5e;background:#fff5f7;color:#e11d48;transform:translateY(-1.5px)}.custom-life-card{max-width:540px!important;max-height:88vh;display:flex;flex-direction:column;padding:22px 18px!important}.fixed-info-banner{display:flex;justify-content:space-around;background:linear-gradient(135deg,#f43f5e0f,#0284c70f);border:1px solid rgba(244,114,182,.25);padding:8px 12px;border-radius:10px;font-size:.82rem;color:#334155;margin:6px 0 12px;flex-wrap:wrap;gap:6px;font-weight:400}.fixed-item strong{color:#e11d48;font-weight:600}.custom-life-scrollable{overflow-y:auto;padding-right:4px;margin-bottom:14px;max-height:52vh;text-align:left}.form-section-heading{font-size:.88rem;font-weight:600;color:#0f172a;margin:14px 0 8px;padding-bottom:3px;border-bottom:1px solid var(--border-color)}.form-section-heading:first-child{margin-top:0}.gender-toggle-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gender-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border-radius:10px;border:1.5px solid var(--border-color);background:#fff;color:var(--text-secondary);font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.gender-btn:hover{transform:translateY(-1px)}.gender-btn.male:hover{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.gender-btn.female:hover{border-color:#ec4899;background:#fdf2f8;color:#be185d}.gender-btn.male.active{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;box-shadow:0 3px 10px #3b82f633}.gender-btn.female.active{border-color:#ec4899;background:linear-gradient(135deg,#fdf2f8,#fce7f3);color:#be185d;box-shadow:0 3px 10px #ec489933}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}@media(max-width:480px){.form-row{grid-template-columns:1fr;gap:6px}}.form-group{display:flex;flex-direction:column;gap:3px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.74rem;font-weight:500;color:#475569}.form-control{background:#f8fafc;border:1px solid #cbd5e1;color:#0f172a;padding:9px 11px;border-radius:10px;font-family:var(--font-family);font-size:.85rem;font-weight:400;outline:none;transition:all .2s ease;min-height:40px}.form-control:focus{border-color:#f43f5e;background:#fff;box-shadow:0 0 0 2px #f43f5e1f}.astro-preview-box{background:linear-gradient(135deg,#fff1f2bf,#f0f9ffbf);border:1px solid rgba(244,114,182,.35);border-radius:14px;padding:12px 14px;margin-top:10px;box-shadow:var(--shadow-sm);animation:fadeIn .25s ease}.astro-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(226,232,240,.8)}.astro-badge{font-size:.68rem;font-weight:600;color:#7c3aed;background:#7c3aed14;border:1px solid rgba(124,58,237,.2);padding:2px 8px;border-radius:20px}.astro-date-label{font-size:.74rem;font-weight:600;color:#0284c7}.astro-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.astro-item{display:flex;flex-direction:column;gap:2px}.astro-item.full-width{grid-column:1 / -1}.a-label{font-size:.68rem;color:var(--text-muted);font-weight:500}.a-val{font-size:.82rem;font-weight:600;color:var(--text-main)}.a-val.highlight{color:#e11d48}.a-val.highlight-gold,.p-val.highlight-gold{color:#b45309}.a-val.highlight-purple,.p-val.highlight-purple{color:#7c3aed}.a-val.highlight-blue,.p-val.highlight-blue{color:#0284c7}.a-desc{font-size:.76rem;color:var(--text-secondary);line-height:1.4;background:#ffffffd9;padding:8px 10px;border-radius:8px;border:1px solid var(--border-subtle);margin-top:2px}.custom-modal-actions{display:flex;gap:8px;padding-top:10px;border-top:1px solid var(--border-color)}.custom-modal-actions .btn-primary{flex:2}.custom-modal-actions .btn-secondary{flex:1}.divination-container{display:flex;flex-direction:column;gap:14px}.divination-subtitle{font-size:.8rem;color:var(--text-muted);line-height:1.4;margin-bottom:12px}.tuvi-result-box{animation:fadeIn .3s ease}.tuvi-header{border-bottom:1px solid var(--border-color);padding-bottom:12px;margin-bottom:12px}.tuvi-main-title{font-size:1.05rem;font-weight:600;color:#0f172a}.tuvi-meta-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.tuvi-topic-header{font-size:.9rem;font-weight:600;color:#e11d48;margin-bottom:12px;padding:6px 10px;background:#f43f5e0f;border-radius:8px;border-left:3px solid #f43f5e}.tuvi-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.tuvi-section-card{background:#f8fafc;border:1px solid var(--border-color);border-radius:12px;padding:12px 14px}.tuvi-section-card.full-width{grid-column:1 / -1}.tuvi-section-title{font-size:.84rem;font-weight:600;color:#0f172a;margin-bottom:4px}.tuvi-section-body{font-size:.8rem;color:var(--text-secondary);line-height:1.5}.fengshui-card{background:linear-gradient(135deg,#f0fdf4,#fffbeb)!important;border-color:#10b98140!important}.fengshui-grid{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:#334155}.fengshui-grid strong{color:#047857}.tarot-board-card{padding:20px;text-align:center;animation:fadeIn .3s ease}.tarot-board-header{margin-bottom:16px}.tarot-board-title{font-size:1.1rem;font-weight:600;color:#0f172a}.tarot-instruction{font-size:.82rem;color:#e11d48;font-weight:500;margin-top:4px}.tarot-cards-row{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:16px 0 20px}.tarot-card-item{width:140px;height:220px;perspective:1000px;cursor:pointer}@media(max-width:480px){.tarot-card-item{width:100px;height:165px}}.tarot-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;border-radius:14px;box-shadow:var(--shadow-md)}.tarot-card-item.flipped .tarot-card-inner{transform:rotateY(180deg)}.tarot-card-front,.tarot-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;box-sizing:border-box}.tarot-card-back{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;border:2px solid #818cf8}.tarot-card-back .card-back-pattern{font-size:2.2rem;margin-bottom:6px;filter:drop-shadow(0 0 8px rgba(129,140,248,.6))}.tarot-card-back .card-back-hint{font-size:.72rem;color:#c7d2fe;font-weight:500}.tarot-card-front{background:#fff;border:2px solid #f472b6;transform:rotateY(180deg);box-shadow:0 8px 24px #f472b640}.tarot-card-front .card-pos{font-size:.65rem;font-weight:600;color:#e11d48;margin-bottom:2px;text-transform:uppercase}.tarot-card-front .card-icon{font-size:2.4rem;margin-bottom:4px}.tarot-card-front .card-name{font-size:.74rem;font-weight:600;color:#0f172a;line-height:1.2}.tarot-card-front .card-title{font-size:.68rem;color:#64748b;margin-top:2px}.tarot-reading-summary{background:#fdf4f8;border:1px solid rgba(244,114,182,.3);border-radius:14px;padding:14px 16px;text-align:left;margin-top:14px}.summary-badge{font-size:.72rem;font-weight:600;color:#e11d48;margin-bottom:4px}.summary-text{font-size:.82rem;color:var(--text-secondary);line-height:1.5}.tarot-card-details-list{display:flex;flex-direction:column;gap:8px;text-align:left;margin-top:14px}.tarot-card-detail-item{background:#fff;border:1px solid var(--border-color);border-left:3px solid #f43f5e;border-radius:12px;padding:12px 14px;font-size:.82rem;color:var(--text-secondary);line-height:1.5;box-shadow:var(--shadow-sm);animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}.tarot-card-detail-item strong{color:#0f172a}.tarot-card-item.flipped{filter:drop-shadow(0 0 12px rgba(244,114,182,.4))}.bottom-action-bar{position:fixed;bottom:0;left:0;right:0;padding:10px 14px;background:#fffffff0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border-color);box-shadow:0 -2px 14px #0000000f;display:flex;gap:8px;z-index:900}.bottom-action-bar .btn-age-up{flex:1;padding:9px;border-radius:12px}.btn-mobile-custom{white-space:nowrap;font-size:.8rem;padding:9px 12px;border-radius:12px}.death-card{border-top:4px solid #94a3b8}.tombstone-icon{font-size:2.6rem;margin-bottom:4px}.death-title{font-size:1.2rem;font-weight:600;color:#334155}.death-name{font-size:1.05rem;font-weight:600;color:#0f172a}.death-age,.death-cause{font-size:.82rem;color:var(--text-muted);font-weight:400}.death-summary-box{background:#f8fafc;padding:14px;border-radius:12px;margin:14px 0;border:1px solid var(--border-color)}.death-badge-title{font-size:1rem;font-weight:600;color:#e11d48;margin-bottom:2px}.death-stats-summary{display:flex;justify-content:space-around;font-size:.82rem;color:#475569;margin-bottom:16px;font-weight:400}.toast-msg{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fff;border:1px solid rgba(244,114,182,.4);padding:9px 18px;border-radius:50px;font-size:.85rem;font-weight:500;color:#0f172a;box-shadow:0 8px 24px #f43f5e26;z-index:2000;animation:toastIn .25s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}
