*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #050709;--bg-app: #0a0d14;--bg-card: rgba(255, 255, 255, .05);--bg-card-subtle: rgba(255, 255, 255, .04);--bg-elevated: #161830;--primary: #00FF00;--primary-dim: rgba(0, 255, 0, .15);--primary-glow: rgba(0, 255, 0, .3);--teal: #00e5cc;--blue: #00bfff;--orange: #FFB347;--red: #FF6B6B;--purple: #9B8FFF;--gold: #FFD700;--amber: #FFB347;--text: #ffffff;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .4);--text-dim: rgba(255, 255, 255, .3);--text-hint: rgba(255, 255, 255, .25);--border: rgba(255, 255, 255, .08);--border-subtle: rgba(255, 255, 255, .06);--border-card: rgba(255, 255, 255, .1);--danger: #FF6B6B;--warning: #FFB347;--info: #00aaff;--success: #00FF00;--radius: 16px;--radius-sm: 10px;--radius-lg: 24px;--bg-gradient: linear-gradient(160deg, #03100a 0%, #010406 45%, #030309 100%)}html,body{font-family:-apple-system,SF Pro Display,DM Sans,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100dvh;display:flex;flex-direction:column;max-width:100%;margin:0 auto}input,textarea,select,button{font-family:-apple-system,SF Pro Display,DM Sans,sans-serif}input,textarea,select{border:none;outline:none;background:transparent;color:inherit}button{border:none;cursor:pointer;background:none;color:inherit}a{color:var(--primary);text-decoration:none}::-webkit-scrollbar{width:0;height:0}.page-loading{display:flex;align-items:center;justify-content:center;height:50vh;color:var(--primary);font-size:16px;font-weight:500}.kamroc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.kamroc-pill{padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600;background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.kamroc-pill.active{background:var(--primary);color:#000;border-color:var(--primary)}.kamroc-btn{background:var(--primary);color:#000;font-weight:700;padding:12px 20px;border-radius:14px;font-size:14px;display:flex;align-items:center;gap:6px;justify-content:center}@media(prefers-reduced-motion:no-preference){.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.splash{position:fixed;inset:0;z-index:9999;background:#000;display:flex;align-items:center;justify-content:center}.splash-content{display:flex;flex-direction:column;align-items:center;gap:24px}.splash-logo{width:200px;height:auto;object-fit:contain;animation:splash-glow 1.5s ease-in-out infinite}@keyframes splash-glow{0%,to{filter:drop-shadow(0 0 16px rgba(0,255,0,.3))}50%{filter:drop-shadow(0 0 40px rgba(0,255,0,.7)) drop-shadow(0 0 80px rgba(0,255,0,.25))}}.splash-loader-track{width:160px;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.splash-loader-fill{width:100%;height:100%;background:#0f0;border-radius:2px;transform-origin:left;box-shadow:0 0 12px #00ff0080}.splash-subtitle{font-size:13px;font-weight:500;color:#fff;letter-spacing:3px;text-transform:uppercase}.app-header{display:flex;align-items:center;justify-content:space-between;padding:calc(12px + env(safe-area-inset-top)) 16px 10px;border-bottom:1px solid var(--border);background:#080a1073;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);position:sticky;top:0;z-index:50}.app-header-spacer{width:32px;height:32px;flex-shrink:0}.app-header-title{font-size:14px;font-weight:600;color:#ffffffd9;letter-spacing:.2px;min-width:70px;flex-shrink:0}.header-logo{position:absolute;left:50%;transform:translate(-50%);max-width:120px;height:24px;width:auto;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,255,0,.4));user-select:none;-webkit-user-select:none;pointer-events:none}.app-header-avatar{width:32px;height:32px;border-radius:50%;background:#00ff001f;border:1.5px solid rgba(0,255,0,.4);color:#0f0;font-size:13px;font-weight:700;font-family:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s;box-shadow:0 0 10px #00ff0026;min-width:32px}.app-header-avatar:active{transform:scale(.92)}.streak-overlay{position:fixed;inset:0;background:#000000eb;z-index:200;overflow-y:auto;-webkit-overflow-scrolling:touch}.streak-content{max-width:400px;margin:0 auto;padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:100px;text-align:center;position:relative}.streak-close{position:absolute;top:max(16px,env(safe-area-inset-top));right:16px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:8px;border-radius:50%;transition:color .2s}.streak-close:hover{color:var(--text)}.streak-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:20px}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.streak-bruno{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:center top;animation:wave 2s ease-in-out infinite;margin:0 auto 16px;display:block;border:3px solid var(--primary)}@keyframes flamePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.streak-flame{font-size:64px;line-height:1;margin:12px 0;animation:flamePulse 2s ease-in-out infinite}.streak-count{font-size:48px;font-weight:700;margin:8px 0 4px}.streak-tier-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.streak-motivation{font-size:16px;color:var(--text-muted);margin-bottom:24px;line-height:1.4}.skill-tree{display:flex;flex-direction:column;align-items:center;gap:0;margin:32px 0}.tree-node{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:16px;width:100%;max-width:280px;transition:all .3s}.tree-node.locked{opacity:.3;filter:grayscale(1)}.tree-node.reached{opacity:1}.tree-node.current{background:#ffffff0d}.tree-emoji{font-size:28px;flex-shrink:0}.tree-info{flex:1;text-align:left}.tree-label{font-size:16px;font-weight:500;color:var(--text);display:block}.tree-days{font-size:12px;color:var(--text-muted)}.tree-check{color:var(--primary);font-size:16px;font-weight:700;flex-shrink:0}.tree-connector{width:2px;height:24px;background:#ffffff1a;margin:0 auto}.tree-connector.reached{background:var(--primary)}.tree-progress{width:100%;max-width:280px;margin:0 auto 8px}.tree-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.tree-progress-fill{height:100%;border-radius:2px;transition:width .5s ease}.tree-progress-label{font-size:11px;color:var(--text-muted);margin-top:4px;display:block}.streak-stats{margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.streak-stats-title{font-size:14px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.streak-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.streak-stats-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;background:#ffffff0a;border-radius:12px}.streak-stats-val{font-size:18px;font-weight:700;color:var(--text)}.streak-stats-sub{font-size:13px;font-weight:400;color:var(--text-muted)}.streak-stats-lbl{font-size:10px;color:var(--text-secondary);text-align:center}.streak-trend{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:12px;font-weight:500}.streak-trend--up{color:#0f0}.streak-trend--down{color:#f44}.dashboard{display:flex;flex-direction:column;gap:16px;padding:16px 16px 100px;min-height:100vh;font-family:-apple-system,SF Pro Display,DM Sans,sans-serif}.glass-card{background:#ffffff0f;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.12);border-radius:24px;box-shadow:0 8px 32px #00000073,inset 0 1px #ffffff24;padding:16px}.db-section-label{font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#ffffffd9}.db-date-nav{display:flex;align-items:center;justify-content:center;gap:12px}.db-date-btn{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.db-date-btn:hover{color:#0f0;border-color:#00ff004d}.db-date-label{font-size:17px;font-weight:600;color:#fff;background:none;border:none;cursor:pointer;padding:6px 16px;border-radius:12px;display:flex;align-items:center;gap:5px;font-family:inherit;-webkit-tap-highlight-color:transparent;min-width:120px;justify-content:center}.db-date-label:hover{background:#ffffff0f}.db-date-cal{margin-left:4px}.db-date-picker-hidden{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.db-avatar{width:36px;height:36px;border-radius:50%;background:#00ff001f;border:1.5px solid rgba(0,255,0,.4);color:#0f0;font-size:14px;font-weight:700;font-family:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s;box-shadow:0 0 12px #00ff0026}.db-avatar:active{transform:scale(.92)}.db-health-section{display:flex;flex-direction:column;gap:10px}.db-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.db-body-item{padding:14px;display:flex;flex-direction:column;gap:6px;border-radius:18px}.db-body-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff9}.db-body-val-row{display:flex;align-items:baseline;gap:6px}.db-body-val{font-size:22px;font-weight:700;color:#0f0}.db-body-trend{display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600}.db-body-trend--good{color:#0f0}.db-body-trend--bad{color:#f44}.db-activity-card{display:flex;flex-direction:column;gap:12px;box-shadow:0 0 30px #00ff000a}.db-activity-header{display:flex;justify-content:space-between;align-items:center}.db-health-pill{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:11px;font-weight:500;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s}.db-health-pill:hover{color:#0f0;border-color:#00ff004d}.db-activity-body{display:flex;align-items:center;gap:16px}.db-rings-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 8px rgba(0,255,0,.12))}.db-activity-legend{flex:1;display:flex;flex-direction:column;gap:18px}.db-legend-item{display:flex;align-items:center;gap:10px}.db-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.db-legend-text{display:flex;flex-direction:column;gap:1px}.db-legend-label{font-size:11px;color:#fff9;font-weight:500;letter-spacing:.3px}.db-legend-val{font-size:19px;font-weight:700;color:#fff}.db-legend-target{font-size:12px;font-weight:400;color:#ffffffb3}.db-cal-card{display:flex;flex-direction:column;gap:8px}.db-cal-header{display:flex;justify-content:space-between;align-items:center}.db-cal-log-btn{padding:4px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:11px;font-weight:500;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s}.db-cal-log-btn:hover{background:#00ff001f;border-color:#00ff004d;color:#0f0}.db-cal-value{font-size:28px;font-weight:700;color:#0f0;text-shadow:0 0 12px rgba(0,255,0,.3)}.db-cal-value--over{color:#f44;text-shadow:0 0 12px rgba(255,68,68,.3)}.db-cal-bar-wrap{display:flex;flex-direction:column;gap:6px}.db-cal-bar{height:8px;border-radius:4px;background:#ffffff0f;overflow:hidden}.db-cal-fill{height:100%;border-radius:4px;background:#0f0;box-shadow:0 0 8px #0f06;transition:width .4s ease}.db-cal-fill--over{background:#f44;box-shadow:0 0 8px #f446}.db-cal-goal{font-size:12px;color:#ffffffb3;text-align:right}.db-cal-goal-breakdown{font-size:11px;color:#ffffff8c}.db-macros-card{display:flex;flex-direction:column;gap:14px}.db-macro-row{display:flex;align-items:center;gap:10px}.db-macro-name{font-size:12px;font-weight:500;color:#ffffff80;width:95px;flex-shrink:0}.db-macro-track{flex:1;height:5px;border-radius:3px;background:#ffffff0f;overflow:hidden}.db-macro-fill{height:100%;border-radius:3px;background:#0f0;box-shadow:0 0 6px #0f06;transition:width .4s ease}.db-macro-nums{font-size:13px;font-weight:700;color:#fff;text-align:right;min-width:65px;flex-shrink:0}.db-macro-target{font-size:9px;font-weight:400;color:#ffffff40}.db-water-card{display:flex;flex-direction:column;gap:10px}.db-water-top{display:flex;justify-content:space-between;align-items:center}.db-water-left{display:flex;align-items:center;gap:6px}.db-water-icon{color:#0af}.db-water-body{display:flex;flex-direction:column;gap:6px}.db-water-info{display:flex;align-items:baseline;gap:5px}.db-water-val{font-size:22px;font-weight:700;color:#fff}.db-water-goal{font-size:12px;color:#ffffff40}.db-water-track{height:6px;border-radius:3px;background:#ffffff0f;overflow:hidden}.db-water-fill{height:100%;border-radius:3px;background:#0af;box-shadow:0 0 6px #0af6;transition:width .3s ease}.db-water-remaining{font-size:11px;color:#ffffff4d}.db-water-done{font-size:11px;color:#0f0;font-weight:600}.db-water-btns{display:flex;gap:6px}.db-water-btn{width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff6;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s}.db-water-btn:disabled{opacity:.2;cursor:default}.db-water-btn--add{background:#00aaff26;border-color:#00aaff4d;color:#0af}.db-water-btn--add:hover{background:#00aaff40}.db-water-hint{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:#00aaff14;font-size:12px;color:#fff6}.db-water-hint-img{width:24px;height:24px;border-radius:50%;object-fit:cover}.health-modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:16px}.health-modal{background:#141623f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px 20px 0 0;max-width:480px;width:100%;max-height:85vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1)}.health-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 12px;position:sticky;top:0;background:#141623f2;z-index:1}.health-modal-header h2{font-size:18px;font-weight:700;color:#fff}.health-modal-close{width:32px;height:32px;border-radius:50%;background:#ffffff0f;border:none;color:#fff6;display:flex;align-items:center;justify-content:center;cursor:pointer}.health-modal-body{padding:0 20px 24px;display:flex;flex-direction:column;gap:16px}.health-modal-intro{font-size:13px;color:#ffffff80;line-height:1.5}.health-modal-download{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#00ff001a;border:1px solid rgba(0,255,0,.25);border-radius:12px;color:#0f0;font-weight:600;font-size:14px;text-decoration:none;transition:background .2s}.health-modal-download:hover{background:#00ff002e}.health-steps{display:flex;flex-direction:column;gap:14px}.health-step{display:flex;gap:12px;align-items:flex-start}.health-step-num{width:24px;height:24px;border-radius:50%;background:#00ff001f;border:1px solid rgba(0,255,0,.25);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#0f0;flex-shrink:0}.health-step-content h3{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px}.health-step-content p{font-size:12px;color:#fff6;line-height:1.5}.health-list{margin-top:4px;padding-left:16px;font-size:12px;color:#fff6;line-height:1.6}.health-modal-details{display:flex;align-items:center;gap:5px;color:#ffffff4d;font-size:12px;text-decoration:none;padding:8px 0}.health-modal-details:hover{color:#0f0}.health-modal-note{display:flex;gap:8px;align-items:flex-start;padding:10px;background:#00ff000f;border-radius:10px;font-size:12px;color:#fff6;line-height:1.4}.health-modal-note svg{color:#0f0;flex-shrink:0;margin-top:1px}.health-key-box{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 10px;background:#00ff000f;border:1px solid rgba(0,255,0,.2);border-radius:8px}.health-key-value{flex:1;font-size:11px;color:#0f0;word-break:break-all;line-height:1.4;font-family:SF Mono,Menlo,monospace}.health-key-copy{width:32px;height:32px;border-radius:6px;background:#00ff001a;border:none;color:#0f0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.health-key-copy:hover{background:#0f03}.health-key-generate{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px 14px;background:#00ff001a;border:1px solid rgba(0,255,0,.3);border-radius:8px;color:#0f0;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.health-key-generate:hover{background:#00ff002e}.health-key-generate:disabled{opacity:.5;cursor:not-allowed}.shop-fab{position:fixed;bottom:90px;right:16px;display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:24px;background:#0f0;color:#000;font-weight:600;font-size:13px;font-family:inherit;border:none;cursor:pointer;z-index:100;box-shadow:0 4px 20px #00ff0059;-webkit-tap-highlight-color:transparent}.shop-overlay{position:fixed;inset:0;background:#0a0c14fa;z-index:1000;display:flex;flex-direction:column}.shop-overlay-inner{max-width:480px;width:100%;margin:0 auto;display:flex;flex-direction:column;height:100%}.shop-overlay-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.shop-overlay-header h2{font-size:18px;font-weight:700;color:#fff}.shop-overlay-close{width:32px;height:32px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff6;display:flex;align-items:center;justify-content:center;cursor:pointer}.shop-overlay-body{flex:1;overflow-y:auto;padding:16px 20px}.shop-cat{margin-bottom:16px}.shop-cat-title{display:block;font-size:10px;font-weight:600;color:#ffffff40;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.shop-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;cursor:pointer;-webkit-tap-highlight-color:transparent}.shop-item.checked .shop-item-name{text-decoration:line-through;opacity:.3}.shop-item input[type=checkbox]{width:18px;height:18px;accent-color:#00FF00;margin-top:2px;flex-shrink:0}.shop-item-info{display:flex;flex-direction:column;gap:2px}.shop-item-name{font-size:13px;color:#ffffffb3}.shop-item-used{font-size:11px;color:#fff3}.shop-pantry-badge{display:inline-block;margin-left:6px;padding:1px 5px;border-radius:4px;background:#ffffff0f;font-size:9px;color:#ffffff4d}.collapsible-card{overflow:hidden}.collapsible-header{display:flex;align-items:center;gap:8px;width:100%;padding:0;background:none;border:none;color:var(--text);cursor:pointer;text-align:left;font-family:inherit;-webkit-tap-highlight-color:transparent}.collapsible-title-row{display:flex;align-items:center;gap:8px;flex-shrink:0}.collapsible-title{margin:0!important;font-size:14px}.collapsible-icon{display:flex;align-items:center;color:var(--primary)}.collapsible-summary{flex:1;font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;padding-right:4px}.collapsible-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s}.collapsible-chevron--open{transform:rotate(180deg)}.collapsible-body{overflow:hidden;padding-top:12px}.collapsible-card .health-connect-btn{display:flex;margin-left:auto;margin-bottom:4px}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:24px 20px}.auth-container{width:100%;max-width:400px}.auth-logo{text-align:center;margin-bottom:40px}.auth-logo-img{height:48px;object-fit:contain}.auth-tabs{display:flex;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:4px;margin-bottom:24px}.auth-tab{flex:1;padding:10px;background:transparent;border:none;border-radius:calc(var(--radius) - 4px);color:var(--text-secondary);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.auth-tab.active{background:var(--primary);color:#000}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;font-weight:600;color:var(--text-secondary)}.auth-field input{width:100%;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:15px;outline:none;transition:border-color .2s}.auth-field input:focus{border-color:var(--primary)}.auth-field input::placeholder{color:var(--text-muted)}.auth-error{font-size:13px;color:#f44;text-align:center;padding:10px;background:#ff44441a;border-radius:var(--radius-sm)}.auth-success{font-size:13px;color:var(--primary);text-align:center;padding:10px;background:var(--primary-dim);border-radius:var(--radius-sm)}.auth-btn{width:100%;padding:16px;background:var(--primary);color:#000;font-family:inherit;font-size:16px;font-weight:700;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s;box-shadow:0 0 24px #00ff004d;margin-top:8px}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn:hover:not(:disabled){box-shadow:0 0 32px #00ff0073}.auth-tab{font-size:12px;padding:10px 6px}.auth-hint{font-size:12px;color:var(--text-muted);text-align:center;line-height:1.5;padding:4px 8px 0}.badge-popup-overlay{position:fixed;inset:0;z-index:9800;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:24px}.badge-popup{position:relative;width:100%;max-width:300px;background:var(--bg-card);border:2px solid #00FF00;border-radius:24px;padding:32px 24px 24px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;overflow:hidden;box-shadow:0 0 40px #0f03}.badge-popup-emoji{font-size:56px;line-height:1}.badge-popup-title{font-size:13px;font-weight:600;color:#0f0;text-transform:uppercase;letter-spacing:1px}.badge-popup-name{font-size:22px;font-weight:800;color:var(--text)}.badge-popup-desc{font-size:14px;color:var(--text-secondary);margin-bottom:8px}.badge-popup-btn{width:100%;padding:12px;background:#0f0;color:#080808;border:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.badge-popup-btn:active{transform:scale(.97)}.badge-confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}.badge-confetti-dot{position:absolute;top:-8px;width:6px;height:6px;border-radius:50%;animation:confetti-fall 1.5s ease-out forwards}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(300px) rotate(720deg) scale(.3);opacity:0}}.app-shell{display:flex;flex-direction:column;min-height:100dvh;max-width:480px;margin:0 auto;width:100%;position:relative;background:var(--bg-gradient)}.app-content{flex:1;padding:0;padding-bottom:calc(100px + env(safe-area-inset-bottom));overflow-y:auto}.page-loading{padding:60px 20px;text-align:center;color:#fff6;font-size:14px}
