*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8f8f8;--gold:#f59e0b;--gold-dark:#d97706;--black:#111;--white:#fff;--text:#222;--gray:#9ca3af;--light-gray:#e5e7eb;--success:#22c55e;--danger:#ef4444;--nav-height:64px}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-shell{flex-direction:column;max-width:600px;height:100%;margin:0 auto;display:flex;position:relative}.app-screen{flex-direction:column;flex:1;min-height:0;animation:.2s ease-out tab-fade;overflow:hidden}.app-screen.slide-left{animation:.2s ease-out slide-in-left}.app-screen.slide-right{animation:.2s ease-out slide-in-right}@keyframes tab-fade{0%{opacity:.7}to{opacity:1}}@keyframes slide-in-left{0%{opacity:.5;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:.5;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.loading-screen{background:var(--black);justify-content:center;align-items:center;height:100%;display:flex}.loader{border:3px solid #f59e0b4d;border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ob-container{width:100%;height:100%;transition:opacity .3s}.ob-fade-in{opacity:1}.ob-fade-out{opacity:0}.ob-dark{background:var(--black);height:100%;color:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.ob-light{background:var(--bg);height:100%;color:var(--text);flex-direction:column;padding:2rem;display:flex;overflow-y:auto}.ob-gift-icon{font-size:5rem;animation:2.5s ease-in-out infinite ob-float}@keyframes ob-float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.ob-tap-text{color:#ffffff59;letter-spacing:3px;text-transform:uppercase;margin-top:2rem;font-size:.85rem}.ob-confetti-container{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ob-confetti{border-radius:2px;animation:linear infinite ob-confetti-fall;position:absolute;top:-12px}@keyframes ob-confetti-fall{0%{opacity:1;transform:translateY(-12px)rotate(0)}to{opacity:0;transform:translateY(105vh)rotate(720deg)}}.ob-birthday-sub{color:var(--white);letter-spacing:2px;opacity:.8;margin-bottom:.5rem;font-size:1rem;font-weight:300}.ob-birthday-number{color:var(--gold);text-shadow:0 0 40px #f59e0b66,0 0 80px #f59e0b33;font-family:Georgia,Times New Roman,serif;font-size:8rem;font-weight:900;line-height:1}.ob-birthday-name{color:var(--gold);letter-spacing:1px;margin-top:.5rem;font-size:2rem;font-weight:700}.ob-message{cursor:default;justify-content:center;padding:2rem}.ob-message-content{text-align:left;flex-direction:column;gap:1rem;max-width:400px;display:flex}.ob-msg-line{color:#ffffffd9;opacity:0;font-size:.95rem;line-height:1.8;transition:opacity .6s,transform .6s;transform:translateY(8px)}.ob-msg-line.visible{opacity:1;transform:translateY(0)}.ob-msg-signature-main{color:var(--gold);opacity:0;margin-top:.5rem;font-size:1.1rem;font-weight:700;transition:opacity .6s}.ob-msg-signature-main.visible{opacity:1}.ob-msg-signature{color:#fff6;opacity:0;font-size:.9rem;font-style:italic;transition:opacity .6s}.ob-msg-signature.visible{opacity:1}.ob-continue-hint{color:#ffffff4d;letter-spacing:1px;cursor:pointer;font-size:.75rem;animation:2.5s ease-in-out infinite ob-float;position:absolute;bottom:2rem}.ob-blaky-avatar-wrap{border:3px solid var(--gold);opacity:0;border-radius:50%;width:120px;height:120px;transition:all .6s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;transform:scale(0);box-shadow:0 0 30px #f59e0b4d}.ob-blaky-avatar-wrap.visible{opacity:1;transform:scale(1)}.ob-blaky-avatar{object-fit:cover;width:100%;height:100%}.ob-blaky-name{color:var(--gold);letter-spacing:6px;opacity:0;margin-top:1rem;font-size:1.8rem;font-weight:900;transition:opacity .5s}.ob-blaky-name.visible{opacity:1}.ob-blaky-sub{color:#ffffff80;opacity:0;font-size:.85rem;font-weight:300;transition:opacity .5s}.ob-blaky-sub.visible{opacity:1}.ob-blaky-bubble{text-align:left;background:#ffffff14;border:1px solid #f59e0b40;border-radius:16px;max-width:340px;margin-top:1.5rem;padding:1.25rem}.ob-blaky-bubble p{color:#ffffffe6;font-size:.9rem;line-height:1.6}.ob-slide{justify-content:space-between;align-items:center;padding:2rem 2rem 3rem}.ob-slide-top{align-self:flex-start;align-items:center;gap:.75rem;display:flex}.ob-slide-mini-avatar{object-fit:cover;border:2px solid var(--gold);border-radius:50%;width:36px;height:36px}.ob-slide-intro{color:var(--gray);font-size:.85rem}.ob-slide-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;animation:.4s ob-slide-in;display:flex}@keyframes ob-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.ob-slide-icon{font-size:4rem}.ob-slide-title{color:var(--black);font-size:1.3rem;font-weight:800}.ob-slide-desc{color:var(--gray);max-width:320px;font-size:.95rem;line-height:1.6}.ob-slide-dots{gap:8px;margin:1rem 0;display:flex}.ob-slide-dot{background:var(--light-gray);border-radius:50%;width:8px;height:8px;transition:all .3s}.ob-slide-dot.active{background:var(--gold);transform:scale(1.3)}.ob-slide-btn{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:14px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.ob-slide-btn.primary{background:var(--gold);color:var(--white);box-shadow:0 4px 12px #f59e0b4d}.ob-slide-btn.primary:hover{background:var(--gold-dark)}.ob-slide-btn:disabled{opacity:.4}.ob-install{align-items:center;gap:1.5rem;padding:2rem}.ob-install-header{align-items:flex-start;gap:.75rem;width:100%;max-width:400px;display:flex}.ob-install-bubble{background:var(--white);border-radius:16px;flex:1;padding:1rem;font-size:.9rem;line-height:1.5;box-shadow:0 1px 3px #00000014}.ob-install-steps{flex-direction:column;gap:1rem;width:100%;max-width:400px;display:flex}.ob-install-step{background:var(--white);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000f}.ob-step-num{background:var(--gold);width:32px;height:32px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.ob-install-step span{font-size:.9rem;line-height:1.4}.ob-install-generic{color:var(--gray);font-size:.85rem;line-height:1.5}.ob-install-native-btn{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:14px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;box-shadow:0 4px 12px #f59e0b4d}.ob-install-note{color:var(--gray);text-align:center;font-size:.8rem}.ob-install-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:400px;display:flex}.ob-install-skip{color:var(--gray);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.ob-firstq{gap:1.5rem;padding:2rem}.ob-firstq-header{align-items:flex-start;gap:.75rem;display:flex}.ob-firstq-bubble{background:var(--white);border-radius:16px;flex:1;padding:1rem;font-size:.95rem;font-weight:500;line-height:1.6;box-shadow:0 1px 3px #00000014}.ob-firstq-input{flex-direction:column;flex:1;justify-content:flex-end;gap:.75rem;display:flex}.ob-firstq-textarea{border:1px solid var(--light-gray);resize:none;border-radius:14px;outline:none;width:100%;min-height:100px;padding:1rem;font-family:inherit;font-size:1rem}.ob-firstq-textarea:focus{border-color:var(--gold)}.ob-firstq-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.ob-firstq-mic{background:var(--light-gray);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ob-firstq-mic.active{background:var(--danger);animation:1.5s infinite mic-pulse}.animate-bounce{animation:1s infinite ob-float}.animate-pulse{animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.bottom-nav{height:var(--nav-height);background:var(--white);padding-bottom:env(safe-area-inset-bottom,0);z-index:20;border-top:none;border-radius:20px 20px 0 0;flex-shrink:0;justify-content:space-around;align-items:center;display:flex;position:relative;box-shadow:0 -2px 10px #0000000d}.nav-tab{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:8px 16px;transition:transform .15s;display:flex}.nav-tab:active{transform:scale(.9)}.nav-label{color:var(--gray);font-size:10px;font-weight:500}.nav-tab.active .nav-label{color:var(--gold);font-weight:700}.nav-center-btn{background:linear-gradient(135deg, var(--gold), var(--gold-dark));cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-top:-16px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #f59e0b66}.nav-center-btn:active{transform:scale(.92)}.nav-center-btn.active{transform:scale(1.05);box-shadow:0 6px 20px #f59e0b80}.nav-center-ring{border:2px solid var(--white);border-radius:50%;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;overflow:hidden}.nav-center-avatar{object-fit:cover;border-radius:50%;width:44px;max-width:44px;height:44px;max-height:44px;display:block}.screen-header{background:var(--white);border-bottom:1px solid var(--light-gray);flex-shrink:0;justify-content:center;align-items:center;padding:.75rem 1.25rem;display:flex}.screen-header-title{color:var(--black);font-size:1.05rem;font-weight:700}.chat-container{background:var(--bg);flex-direction:column;height:100%;display:flex}.chat-header{background:var(--white);border-bottom:1px solid var(--light-gray);flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.blacky-avatar{object-fit:cover;border:2px solid var(--gold);border-radius:50%;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px}.header-info{flex-direction:column;flex:1;display:flex}.header-title{color:var(--black);font-size:1.05rem;font-weight:700;line-height:1.2}.header-status{color:var(--success);font-size:.7rem;font-weight:500}.header-streak{color:var(--gold-dark);background:#fef3c7;border-radius:12px;padding:.2rem .6rem;font-size:.85rem;font-weight:700;animation:2s infinite alternate streak-glow}.messages-area{background:var(--bg);flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.empty-state{color:var(--gray);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.empty-icon{object-fit:cover;border-radius:50%;width:80px;max-width:80px;height:80px;max-height:80px;display:block}.empty-state p{font-size:1rem}.message{gap:.5rem;max-width:85%;animation:.3s msg-in;display:flex}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse;align-self:flex-end}.message.assistant{align-self:flex-start}.msg-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;min-width:28px;max-width:28px;height:28px;min-height:28px;max-height:28px;margin-top:4px}.bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;position:relative}.bubble.user{background:var(--black);color:var(--white);border-bottom-right-radius:4px}.bubble.assistant{background:var(--white);color:var(--text);border-bottom-left-radius:4px;box-shadow:0 1px 3px #00000014}.tts-btn{cursor:pointer;opacity:.3;background:0 0;border:none;padding:2px;font-size:.7rem;transition:opacity .2s;position:absolute;bottom:2px;right:4px}.tts-btn:hover{opacity:.8}.bubble.typing{align-items:center;gap:4px;padding:.75rem 1rem;display:flex}.typing-paws{gap:4px;margin-bottom:4px;display:flex}.typing-paw{font-size:14px;animation:1.2s infinite paw-bounce}.typing-paw:nth-child(2){animation-delay:.2s}.typing-paw:nth-child(3){animation-delay:.4s}@keyframes paw-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.typing-label{color:var(--gray);font-size:.75rem;font-style:italic}.badge-notification{background:var(--gold);color:var(--white);text-align:center;padding:.5rem;font-size:.9rem;font-weight:600;animation:.3s slide-down,.5s 3.5s forwards fade-out-delayed}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fade-out-delayed{to{opacity:0}}.input-area{background:var(--white);border-top:1px solid var(--light-gray);flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.5rem .75rem;display:flex}.input-area textarea{resize:none;border:1px solid var(--light-gray);background:var(--bg);max-height:120px;color:var(--text);border-radius:20px;outline:none;flex:1;padding:.6rem 1rem;font-family:inherit;font-size:.95rem}.input-area textarea:focus{border-color:var(--gold)}.mic-btn{background:var(--bg);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.mic-btn.active{background:var(--danger);animation:1.5s infinite mic-pulse}@keyframes mic-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.mic-btn:disabled{opacity:.4}.send-btn{background:var(--gold);width:40px;height:40px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s;display:flex}.send-btn:hover:not(:disabled){background:var(--gold-dark)}.send-btn:disabled{opacity:.4;cursor:not-allowed}.screen-container{background:var(--bg);flex-direction:column;height:100%;display:flex;overflow:hidden}.screen-content{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.screen-tabs{background:var(--white);border-bottom:1px solid var(--light-gray);flex-shrink:0;gap:0;display:flex}.screen-tab{color:var(--gray);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.6rem .5rem;font-size:.8rem;font-weight:600;transition:all .2s}.screen-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold)}.profile-content{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem 1rem;display:flex;overflow-y:auto}.profile-avatar-section{flex-direction:column;align-items:center;gap:.75rem;display:flex}.profile-avatar{object-fit:cover;border:3px solid var(--gold);border-radius:50%;width:80px;height:80px}.profile-name{color:var(--black);font-size:1.3rem;font-weight:700}.profile-stats{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.stat-card{background:var(--white);text-align:center;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000f}.stat-value{color:var(--gold-dark);font-size:1.5rem;font-weight:800}.stat-label{color:var(--gray);font-size:.8rem}.profile-section{flex-direction:column;gap:.5rem;display:flex}.profile-section h3{color:var(--black);margin-bottom:.25rem;font-size:1rem;font-weight:700}.btp-counter{background:var(--white);text-align:center;border:2px solid var(--gold);border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.btp-counter.danger{border-color:var(--danger)}.btp-label{color:var(--gray);letter-spacing:1px;font-size:.7rem;font-weight:700}.btp-value{color:var(--gold-dark);font-size:2.5rem;font-weight:900}.btp-counter.danger .btp-value{color:var(--danger)}.badges-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.badge-card{background:var(--white);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}.badge-card.locked{opacity:.35;filter:grayscale()}.badge-icon{font-size:1.5rem}.badge-name{color:var(--text);font-size:.7rem;font-weight:600}.badge-check{color:var(--success);font-size:.65rem;font-weight:700;position:absolute;top:4px;right:6px}.badge-condition{color:var(--gray);font-size:.6rem;line-height:1.2}.facts-group{margin-bottom:.75rem}.facts-cat{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:inline-block}.fact-row{background:var(--white);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.3rem;padding:.5rem .75rem;display:flex;box-shadow:0 1px 2px #0000000a}.fact-text{color:var(--text);flex:1;font-size:.85rem}.fact-delete{color:var(--gray);cursor:pointer;opacity:.5;background:0 0;border:none;padding:0 .3rem;font-size:.85rem;transition:opacity .2s}.fact-delete:hover{opacity:1;color:var(--danger)}.setting-row{background:var(--white);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0000000f}.setting-row span:first-child{color:var(--text);font-size:.95rem}.toggle{background:var(--light-gray);color:var(--gray);border-radius:12px;padding:.25rem .6rem;font-size:.8rem;font-weight:700;transition:all .2s}.toggle.on{background:var(--gold);color:var(--white)}.setting-slider{background:var(--white);border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 3px #0000000f}.setting-slider label{color:var(--text);margin-bottom:.4rem;font-size:.85rem;display:block}.setting-slider input[type=range]{width:100%;accent-color:var(--gold)}.roadmap{flex-direction:column;gap:1rem;display:flex}.phase-card{background:var(--white);border-left:4px solid var(--light-gray);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000f}.phase-card.current{border-left-color:var(--gold)}.phase-card.done{border-left-color:var(--success)}.phase-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.phase-number{color:var(--gold-dark);text-transform:uppercase;font-size:.7rem;font-weight:700}.phase-name{flex:1;font-size:.95rem;font-weight:600}.phase-check{color:var(--success);font-size:.75rem;font-weight:700}.phase-steps{flex-direction:column;gap:.4rem;display:flex}.step-row{align-items:center;gap:.5rem;padding:.4rem 0;display:flex}.step-check{text-align:center;width:20px;font-size:.85rem}.step-row.done .step-check{color:var(--success)}.step-row.current .step-check{color:var(--gold)}.step-text{flex:1;font-size:.85rem}.step-row.done .step-text{color:var(--gray);text-decoration:line-through}.step-btn{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:16px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;transition:background .2s}.step-btn:hover{background:var(--gold-dark)}.business-tree{flex-direction:column;gap:1rem;display:flex}.tree-progress{flex-direction:column;gap:.5rem;display:flex}.tree-day{color:var(--gold-dark);font-size:.9rem;font-weight:700}.progress-bar{background:var(--light-gray);border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:var(--gold);border-radius:4px;height:100%;transition:width .5s}.tree-question-card{background:var(--white);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.tree-question{color:var(--black);margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.5}.tree-input{border:1px solid var(--light-gray);resize:vertical;border-radius:12px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem;font-family:inherit;font-size:.9rem}.tree-input:focus{border-color:var(--gold)}.tree-submit{background:var(--gold);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:.7rem;font-size:.9rem;font-weight:600}.tree-submit:disabled{opacity:.4}.tree-complete{text-align:center;color:var(--success);padding:2rem 1rem;font-weight:600}.tree-history{flex-direction:column;gap:.5rem;display:flex}.tree-history h4{color:var(--black);font-size:.9rem;font-weight:700}.tree-answer-card{background:var(--white);border-radius:10px;padding:.75rem;box-shadow:0 1px 2px #0000000a}.tree-answer-day{color:var(--gold-dark);font-size:.7rem;font-weight:700}.tree-answer-q{color:var(--gray);margin:.25rem 0;font-size:.8rem}.tree-answer-a{color:var(--text);font-size:.85rem}.calculator{flex-direction:column;gap:1rem;display:flex}.calculator h3{text-align:center;font-size:1.1rem;font-weight:700}.calc-slider{background:var(--white);border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 3px #0000000f}.calc-slider label{color:var(--text);margin-bottom:.4rem;font-size:.85rem;display:block}.calc-slider input[type=range]{width:100%;accent-color:var(--gold)}.calc-result{background:var(--white);text-align:center;border-radius:12px;flex-direction:column;gap:.4rem;padding:1.25rem;display:flex;box-shadow:0 2px 6px #00000014}.calc-amount{color:var(--gold-dark);font-size:1.5rem;font-weight:800}.calc-diff{font-size:.9rem;font-weight:600}.calc-diff.positive{color:var(--success)}.calc-diff.negative{color:var(--danger)}.calc-blaky{color:var(--gray);text-align:center;font-size:.9rem;font-style:italic;line-height:1.5}.templates-list{flex-direction:column;gap:.75rem;display:flex}.template-card{background:var(--white);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000f}.template-card h4{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.template-card p{color:var(--gray);white-space:pre-wrap;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.copy-btn{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:16px;padding:.3rem .8rem;font-size:.75rem;transition:all .2s}.copy-btn:hover{background:var(--gold);color:var(--white)}.walk-content{align-items:center}.walk-start-btn{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;margin-top:2rem;padding:2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #f59e0b4d}.walk-start-btn:hover{background:var(--gold-dark);transform:translateY(-2px)}.walk-start-icon{font-size:2.5rem}.walk-history{width:100%;margin-top:2rem}.walk-history h4{margin-bottom:.75rem;font-size:.9rem;font-weight:700}.walk-card{background:var(--white);border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 2px #0000000a}.walk-card span{color:var(--text);font-size:.85rem}.walk-topics{color:var(--gray);flex:1;margin:0;font-size:.8rem}.walk-timer{color:var(--gold-dark);font-variant-numeric:tabular-nums;margin:1rem 0;font-size:3rem;font-weight:900}.walk-messages{flex-direction:column;gap:.5rem;width:100%;max-height:40vh;padding:0 .5rem;display:flex;overflow-y:auto}.walk-msg{align-items:flex-start;gap:.5rem;max-width:90%;display:flex}.walk-msg.user{flex-direction:row-reverse;align-self:flex-end}.walk-msg.assistant{align-self:flex-start}.walk-msg-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.walk-msg span{border-radius:12px;padding:.6rem .8rem;font-size:.9rem;line-height:1.4}.walk-msg.user span{background:var(--black);color:var(--white)}.walk-msg.assistant span{background:var(--white);box-shadow:0 1px 2px #0000000f}.walk-controls{gap:1rem;margin-top:1.5rem;display:flex}.walk-mic{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:24px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.walk-mic.active{background:var(--danger);animation:1.5s infinite mic-pulse}.walk-end{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:24px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.idea-capture-btn{background:var(--gold);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:14px;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s}.idea-capture-btn:hover{background:var(--gold-dark)}.idea-toast{background:var(--success);color:var(--white);z-index:100;border-radius:20px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;animation:.3s toast-in;position:fixed;top:60px;left:50%;transform:translate(-50%)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.idea-modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.idea-modal{background:var(--white);border-radius:16px;width:100%;max-width:400px;padding:1.5rem}.idea-input{border:1px solid var(--light-gray);resize:vertical;border-radius:12px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem;font-family:inherit;font-size:.95rem}.idea-input:focus{border-color:var(--gold)}.idea-modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.idea-mic{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.idea-mic.active{background:var(--danger);color:var(--white)}.idea-save{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:20px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.idea-save:disabled{opacity:.4}.ideas-list{flex-direction:column;gap:.75rem;display:flex}.idea-card{background:var(--white);border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 3px #0000000f}.idea-card-top{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.idea-source{color:var(--white);text-transform:uppercase;border-radius:8px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.idea-date{color:var(--gray);flex:1;font-size:.75rem}.idea-delete{color:var(--gray);cursor:pointer;opacity:.5;background:0 0;border:none;font-size:.85rem}.idea-delete:hover{opacity:1;color:var(--danger)}.idea-text{color:var(--text);margin:0;font-size:.9rem;line-height:1.4}.empty-state-small{text-align:center;color:var(--gray);padding:2rem 1rem}.empty-state-small p{font-size:.9rem}.empty-text{color:var(--gray);text-align:center;padding:1rem;font-size:.85rem}.quick-actions{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--bg);flex-shrink:0;gap:.5rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.quick-actions::-webkit-scrollbar{display:none}.quick-btn{border:1px solid var(--light-gray);background:var(--white);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.quick-btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.quick-btn:disabled{opacity:.5;cursor:not-allowed}.mode-toggle{background:var(--light-gray);border-radius:12px;flex-shrink:0;gap:0;padding:3px;display:flex}.mode-btn{cursor:pointer;color:var(--gray);background:0 0;border:none;border-radius:10px;flex:1;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.mode-btn.active{background:var(--white);color:var(--gold-dark);box-shadow:0 1px 3px #0000001a}.game-unlock-banner{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);text-align:center;padding:.6rem;font-size:.9rem;font-weight:700;animation:.3s slide-down}.game-container{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.game-canvas{touch-action:none;border-radius:12px;width:100%;max-width:360px}.game-stats{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.game-stat{background:var(--white);text-align:center;border-radius:10px;flex-direction:column;gap:.15rem;padding:.6rem;display:flex;box-shadow:0 1px 3px #0000000f}.game-stat-val{color:var(--gold-dark);font-size:1.2rem;font-weight:800}.game-stat-lbl{color:var(--gray);font-size:.65rem}.game-locked{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.game-lock-icon{font-size:4rem}.game-lock-progress{flex-direction:column;align-items:center;gap:.5rem;width:80%;max-width:260px;display:flex}.game-lock-bar{background:var(--light-gray);border-radius:5px;width:100%;height:10px;overflow:hidden}.game-lock-fill{background:var(--gold);border-radius:5px;height:100%;transition:width .3s}.game-lock-count{color:var(--gold);font-size:.9rem;font-weight:600}.game-start-overlay,.game-over-overlay{z-index:5;background:#1a1a2ee6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.game-start-overlay p,.game-over-title{color:var(--white);font-size:1.5rem;font-weight:800}.game-play-btn{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:14px;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:700;box-shadow:0 4px 12px #f59e0b66}.game-hint{color:#fff6;font-size:.8rem}.game-over-score{color:var(--gold);font-size:2rem;font-weight:900}.game-over-level{color:#fff9;font-size:.9rem}.exercises-list{flex-direction:column;gap:.75rem;display:flex}.exercise-card{background:var(--white);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000f}.exercise-card.locked{opacity:.4}.exercise-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.exercise-header h4{font-size:1rem;font-weight:700}.exercise-lock{color:var(--gray);font-size:.75rem}.exercise-steps{margin-bottom:.75rem;padding-left:1.25rem}.exercise-steps li{color:var(--text);font-size:.85rem;line-height:1.6}.exercise-meta{color:var(--gray);margin-top:.2rem;font-size:.75rem;display:block}.exercise-tip{border-left:3px solid var(--gold);background:#f59e0b0f;border-radius:0 8px 8px 0;margin-bottom:.75rem;padding:.6rem .75rem}.exercise-tip-label{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.exercise-tip p{color:var(--text);margin-top:.2rem;font-size:.85rem;font-style:italic;line-height:1.5}.exercise-done-btn{background:var(--gold);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:.6rem;font-size:.85rem;font-weight:600}.walk-challenge-card{background:var(--white);border-left:4px solid var(--gold);border-radius:12px;width:100%;padding:1rem;box-shadow:0 1px 3px #0000000f}.walk-challenge-card h4{color:var(--gold-dark);margin-bottom:.4rem;font-size:.85rem;font-weight:700}.walk-challenge-card p{color:var(--text);font-size:.9rem;line-height:1.5}.walk-challenge-inline{background:var(--white);border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0000000f}.walk-challenge-inline span{color:var(--text);flex:1;font-size:.85rem}.walk-challenge-check{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:16px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.walk-challenge-check.done{background:var(--success);color:var(--white)}.walk-reflection{background:#f59e0b14;border:1px solid #f59e0b33;border-radius:12px;width:100%;padding:1rem}.walk-reflection-label{color:var(--gold-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.walk-reflection-q{color:var(--text);font-size:.9rem;font-style:italic;line-height:1.5}.walk-notes{border:1px solid var(--light-gray);resize:vertical;border-radius:12px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.9rem}.walk-notes:focus{border-color:var(--gold)}.walk-capture-btn{background:var(--white);color:var(--gold-dark);border:1px solid var(--gold);cursor:pointer;border-radius:16px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600}.walk-idea-capture{align-items:center;gap:.5rem;width:100%;display:flex}.walk-idea-input{border:1px solid var(--light-gray);border-radius:12px;outline:none;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.walk-idea-input:focus{border-color:var(--gold)}.walk-idea-save{background:var(--gold);color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:.5rem 1rem;font-weight:600}.walk-idea-cancel{color:var(--gray);cursor:pointer;background:0 0;border:none;font-size:1rem}.walk-badge-done{color:var(--success);background:#22c55e1a;border-radius:8px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.walk-end{background:var(--light-gray);color:var(--text);cursor:pointer;border:none;border-radius:24px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.profile-duo{justify-content:center;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.profile-duo-person{flex-direction:column;align-items:center;gap:.4rem;display:flex}.profile-duo-link{font-size:1.5rem}.profile-duo-name{color:var(--black);font-size:.85rem;font-weight:700}.profile-info-card{background:var(--white);cursor:pointer;border-radius:12px;padding:1rem;transition:box-shadow .2s;box-shadow:0 1px 3px #0000000f}.profile-info-card:active{box-shadow:0 2px 8px #0000001f}.profile-bio{color:var(--gray);margin-top:.3rem;font-size:.85rem}.profile-objective{color:var(--gold-dark);margin-top:.3rem;font-size:.85rem;font-weight:600}.profile-edit-hint{color:var(--gray);margin-top:.5rem;font-size:.7rem;display:block}.profile-edit{flex-direction:column;gap:.5rem;display:flex}.profile-input{border:1px solid var(--light-gray);border-radius:10px;outline:none;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.profile-input:focus{border-color:var(--gold)}.profile-edit-actions{gap:.5rem;margin-top:.25rem;display:flex}.profile-label{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;margin-top:.3rem;font-size:.75rem;font-weight:700}.profile-edit-section-title{color:var(--black);border-bottom:2px solid var(--gold);margin-top:.75rem;margin-bottom:.25rem;padding-bottom:.25rem;font-size:1rem;font-weight:800}.profile-chips{flex-wrap:wrap;gap:.4rem;display:flex}.profile-chip{border:1px solid var(--light-gray);background:var(--white);color:var(--text);cursor:pointer;border-radius:16px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.profile-chip.active{background:var(--gold);color:var(--white);border-color:var(--gold)}.profile-situation{color:var(--gray);margin-top:.2rem;font-size:.85rem}.profile-blocker{color:var(--danger);margin-top:.2rem;font-size:.8rem}.profile-interests-display{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.profile-interest-tag{color:var(--gold-dark);background:#f59e0b1a;border-radius:8px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.profile-blacky-card{color:var(--white);background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;padding:1rem}.profile-blacky-card p{opacity:.9;font-size:.85rem;line-height:1.6}.profile-blacky-card strong{color:var(--gold)}.slider-labels{color:var(--gray);justify-content:space-between;margin-top:.2rem;font-size:.7rem;display:flex}.reset-btn{background:var(--white);width:100%;color:var(--danger);border:1px solid var(--danger);cursor:pointer;border-radius:12px;padding:.75rem;font-size:.9rem;font-weight:600}.reset-confirm{background:var(--danger);color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.vision-section{flex-direction:column;gap:.75rem;display:flex}.vision-section h3{font-size:1.1rem;font-weight:700}.vision-hint{color:var(--gray);font-size:.85rem;line-height:1.5}.vision-textarea{border:1px solid var(--light-gray);resize:vertical;border-radius:12px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem}.vision-textarea:focus{border-color:var(--gold)}.template-filters{scrollbar-width:none;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.template-filters::-webkit-scrollbar{display:none}.template-filter{border:1px solid var(--light-gray);background:var(--white);color:var(--text);cursor:pointer;border-radius:16px;flex-shrink:0;padding:.4rem .8rem;font-size:.8rem;transition:all .2s}.template-filter.active{background:var(--gold);color:var(--white);border-color:var(--gold)}.template-cat{color:var(--gold-dark);background:#f59e0b1a;border-radius:8px;margin-bottom:.4rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.welcome-back-screen{background:var(--black);height:100%;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;animation:.5s wb-fade-in;display:flex}@keyframes wb-fade-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.wb-avatar{border:3px solid var(--gold);animation:1s infinite alternate wb-bounce}@keyframes wb-bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.wb-mood{font-size:2.5rem}.wb-message{color:var(--gold);font-size:1.2rem;font-weight:600;line-height:1.5}.wb-last-topic{color:var(--gray);max-width:280px;font-size:.85rem;font-style:italic}.wb-btn{background:var(--gold);color:var(--black);cursor:pointer;border:none;border-radius:24px;margin-top:1rem;padding:.75rem 2rem;font-size:1rem;font-weight:700}.streak-toast{color:var(--gold-dark);z-index:200;background:#fef3c7;border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;animation:.3s toast-pop,.3s 2.7s forwards toast-out;position:fixed;top:60px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #f59e0b4d}@keyframes streak-glow{0%{box-shadow:0 0 #f59e0b00}to{box-shadow:0 0 8px #f59e0b66}}.chat-reaction{z-index:100;pointer-events:none;font-size:2rem;animation:1.2s forwards reaction-float;position:fixed;bottom:120px;right:30px}@keyframes reaction-float{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-30px)scale(1.3)}to{opacity:0;transform:translateY(-60px)scale(.8)}}.msg-time{color:#aaa;margin-top:2px;font-size:10px;display:block}.msg-time.user{text-align:right}.msg-time.assistant{text-align:left}.date-separator{text-align:center;color:#aaa;margin:12px 0 8px;font-size:11px;position:relative}.date-separator:before,.date-separator:after{content:"";background:var(--light-gray);width:25%;height:1px;position:absolute;top:50%}.date-separator:before{left:10%}.date-separator:after{right:10%}.chat-header img{object-fit:cover!important;border-radius:50%!important;width:40px!important;max-width:40px!important;height:40px!important;max-height:40px!important}.msg-avatar{width:28px!important;max-width:28px!important;height:28px!important;max-height:28px!important}.nav-center-avatar{width:44px!important;max-width:44px!important;height:44px!important;max-height:44px!important}#game-container{z-index:9999;touch-action:none;-webkit-user-select:none;user-select:none;background:#000;position:fixed;inset:0;overflow:hidden}#game-container canvas{touch-action:none;display:block;width:100%!important;height:100%!important}.game-loading-screen{z-index:9999;color:#fff;background:#1a1a2e;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-family:sans-serif;display:flex;position:fixed;inset:0}.game-loading-bar{background:#333;border-radius:3px;width:200px;height:6px;overflow:hidden}.game-loading-fill{background:var(--gold);height:100%;animation:1.5s ease-in-out infinite loading-pulse}@keyframes loading-pulse{0%,to{width:30%}50%{width:80%}}.game-error-screen{z-index:9999;color:#fff;text-align:center;background:#1a1a2e;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;font-family:sans-serif;display:flex;position:fixed;inset:0}.game-fullscreen{z-index:9999;touch-action:none;-webkit-user-select:none;user-select:none;background:#1a1a2e;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.game-canvas-full{touch-action:none;width:100%;height:100%;display:block}.game-close-btn{z-index:10001;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex;position:fixed;top:12px;right:12px}.game-pause-btn{z-index:10001;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex;position:fixed;top:12px;left:12px}.game-mute-btn{z-index:10001;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;position:fixed;top:12px;left:56px}.game-overlay{z-index:10002;background:#1a1a2eeb;flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:.3s overlay-fade;display:flex;position:fixed;inset:0}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}.game-overlay h2{color:#fff;font-size:2rem;font-weight:900}.game-overlay p{color:#ffffffb3;font-size:1rem}.game-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:14px;padding:.7rem 2rem;font-size:1rem;font-weight:700;transition:background .2s}.game-btn:active{background:#ffffff40}.game-btn.gold{background:var(--gold);color:#fff;box-shadow:0 4px 12px #f59e0b66}.game-btn.gold:active{background:var(--gold-dark)}.gameover-title{text-shadow:0 2px 8px #ef444466;font-weight:900;color:var(--danger)!important;font-size:2.5rem!important}.gameover-score{font-size:2rem;font-weight:900;color:var(--gold)!important}.gameover-level{font-size:.9rem;color:#ffffff80!important}.game-overlay.transition{background:#1a1a2ef2}.transition-next{font-size:1.2rem;font-weight:700;color:var(--gold)!important}.transition-stars{letter-spacing:.5rem;font-size:2rem}.game-tutorial-overlay{z-index:10003;background:#000c;justify-content:center;align-items:center;animation:.3s overlay-fade;display:flex;position:fixed;inset:0}.game-tutorial-box{text-align:center;background:#222;border-radius:16px;flex-direction:column;gap:1rem;max-width:300px;padding:2rem;display:flex}.game-tutorial-text{color:#fff;font-size:1.1rem;line-height:1.6}.game-portrait-warning{color:var(--gold);text-align:center;z-index:10005;background:#000000e6;border-radius:16px;padding:1.5rem 2rem;font-size:1rem;font-weight:700;animation:2s infinite pulse-warn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse-warn{0%,to{opacity:1}50%{opacity:.6}}.game-home{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.game-home-title{background:linear-gradient(135deg, var(--gold), var(--gold-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900}.game-home-subtitle{color:var(--gray);margin-top:-.5rem;font-size:.9rem}.game-home-stats{gap:1.5rem;margin:.5rem 0;display:flex}.game-levels-btn{border:2px solid var(--gold);color:var(--gold);cursor:pointer;background:0 0;border-radius:12px;padding:.6rem 2rem;font-size:.95rem;font-weight:700}.level-select-title{text-align:center;margin-bottom:1rem;font-size:1.2rem;font-weight:800}.level-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.level-card{background:var(--white);text-align:center;cursor:pointer;border:2px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:.3rem;padding:1rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #00000014}.level-card:active{transform:scale(.96)}.level-card.locked{opacity:.35;cursor:default}.level-card.current{border-color:var(--gold);box-shadow:0 2px 12px #f59e0b4d}.level-num{color:var(--gold-dark);font-size:1.5rem;font-weight:900}.level-name{color:var(--text);font-size:.8rem;font-weight:600}.level-stars{letter-spacing:2px;font-size:.7rem}.victory-screen{text-align:center;flex-direction:column;gap:.5rem;padding:2rem;background:radial-gradient(#1a1a4e 0%,#0d0d1a 100%)!important}.victory-bg{background:radial-gradient(circle at 50% 30%,#f59e0b26 0%,#0000 70%);position:absolute;inset:0}.victory-blacky{font-size:5rem;animation:.6s infinite alternate victory-bounce;position:relative}@keyframes victory-bounce{0%{transform:translateY(0)rotate(-5deg)}to{transform:translateY(-20px)rotate(5deg)}}.victory-dance{display:inline-block}.victory-sunglasses{font-size:.6em;position:absolute;top:-.3em;left:50%;transform:translate(-50%)}.victory-crown{margin-top:-1rem;font-size:3rem;animation:1.5s infinite crown-glow}@keyframes crown-glow{0%,to{filter:brightness()}50%{filter:brightness(1.5)drop-shadow(0 0 8px gold)}}.victory-title{letter-spacing:4px;text-shadow:0 0 20px #f59e0b80;font-weight:900;color:var(--gold)!important;font-size:2.5rem!important}.victory-subtitle{color:#fffc;letter-spacing:2px;font-size:1.2rem;font-weight:600}.victory-fireworks{pointer-events:none;position:absolute;inset:0;overflow:hidden}.firework{background:var(--color,gold);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite firework-rise;position:absolute}@keyframes firework-rise{0%{opacity:1;bottom:-10px;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}to{opacity:0;bottom:100%;transform:scale(.5)}}.victory-score{color:#fff9;margin-top:.5rem;font-size:1rem}.game-stats-detail{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.stat-level-row{border-bottom:1px solid var(--light-gray);justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.85rem;display:flex}.exercise-step{color:var(--text);padding:.1rem 0;font-size:.85rem;line-height:1.6}@media (width<=600px){.app-shell{max-width:100%}.message{max-width:90%}.birthday-number{font-size:6rem}.game-stats,.level-grid{grid-template-columns:repeat(2,1fr)}}
