.language-select-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:24px;background:linear-gradient(135deg,#f8faf8,#e8f5e9)}.language-select-card{background:#fff;border-radius:20px;padding:40px 28px 32px;max-width:360px;width:100%;text-align:center;box-shadow:0 4px 24px #00000014}.language-select-logo{font-size:48px;margin-bottom:12px}.language-select-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 6px}.language-select-subtitle{font-size:15px;color:#666;margin:0 0 28px}.language-select-options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.language-option{display:flex;align-items:center;gap:14px;padding:14px 18px;border:2px solid #e8e8e8;border-radius:14px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:16px;color:#333}.language-option:active{transform:scale(.98)}.language-option.active{border-color:#4caf50;background:#f1f8e9}.language-option-flag{font-size:28px}.language-option-label{flex:1;text-align:left;font-weight:600}.language-option-check{color:#4caf50;font-weight:700;font-size:18px}.language-select-continue{width:100%;padding:14px;border:none;border-radius:14px;background:#4caf50;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.language-select-continue:active{background:#388e3c}.ptr-container{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1;min-height:0;height:100%;overscroll-behavior-y:contain;position:relative;scrollbar-gutter:stable;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:scroll-position}.ptr-indicator{display:flex;align-items:center;justify-content:center;overflow:hidden;transition:height .2s ease,opacity .2s ease;flex-shrink:0}.ptr-indicator.refreshing{transition:none}.ptr-spinner{font-size:1.4rem;color:#4caf50;transition:transform .1s linear;line-height:1}.ptr-indicator.refreshing .ptr-spinner{animation:ptr-spin .8s linear infinite}.ptr-indicator.triggered .ptr-spinner{color:#2e7d32}@keyframes ptr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ufab{position:fixed;bottom:calc(78px + env(safe-area-inset-bottom,0px));right:1rem;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.ufab-btn,.ufab-menu--open .ufab-item{pointer-events:auto}.ufab-btn{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#43a047,#2e7d32);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #2e7d3259,0 1px 4px #0000001a;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,border-radius .2s ease;-webkit-tap-highlight-color:transparent;position:relative}.ufab-btn:active{transform:scale(.9)}.ufab-btn--open{border-radius:50%;background:linear-gradient(135deg,#333,#555);box-shadow:0 4px 16px #00000040,0 1px 4px #0000001a}.ufab-icon{opacity:.95}.ufab-close-icon{animation:ufab-rotate-in .25s ease}@keyframes ufab-rotate-in{0%{transform:rotate(-90deg);opacity:0}to{transform:rotate(0);opacity:1}}.ufab-btn:disabled{opacity:.85;cursor:default}.ufab-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;border-radius:9px;background:#f44336;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2.5px solid #fff;line-height:1;box-shadow:0 2px 6px #f443364d}.ufab-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ufab-spin .6s linear infinite}@keyframes ufab-spin{to{transform:rotate(360deg)}}.ufab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.ufab-menu--open{pointer-events:auto}.ufab-item{display:flex;align-items:center;gap:8px;width:130px;padding:10px 14px;border:none;border-radius:14px;background:#fff;color:#43a047;box-shadow:0 3px 14px #0000001f,0 1px 3px #0000000f;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative;opacity:0;transform:translateY(12px) scale(.9);transition:opacity .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.ufab-menu--open .ufab-item{opacity:1;transform:translateY(0) scale(1)}.ufab-item:active{transform:scale(.95)!important;box-shadow:0 1px 6px #0000001a}.ufab-item-svg{flex-shrink:0}.ufab-item-label{font-size:.82rem;font-weight:600;color:#333;white-space:nowrap;letter-spacing:-.01em}.ufab-item-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:9px;background:#f44336;color:#fff;font-size:.55rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;line-height:1;box-shadow:0 2px 6px #f443364d}@media(min-width:768px){.ufab{bottom:2rem;right:2rem}}.trial-banner{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);cursor:pointer;transition:all .2s ease;gap:12px}.trial-banner:active{opacity:.9}.trial-banner.urgent{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.trial-banner.last-day{background:linear-gradient(135deg,#fce4ec,#f8bbd0)}.trial-banner-text{font-size:13px;font-weight:600;color:#333;flex:1}.trial-banner.urgent .trial-banner-text{color:#e65100}.trial-banner.last-day .trial-banner-text{color:#c62828}.trial-banner-action{font-size:12px;font-weight:700;color:#fff;background:#4caf50;padding:5px 12px;border-radius:20px;white-space:nowrap;flex-shrink:0}.trial-banner.urgent .trial-banner-action{background:#e65100}.trial-banner.last-day .trial-banner-action{background:#c62828}.avatar{position:relative;border-radius:50%;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.avatar-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.avatar-initial{z-index:0}.avatar.avatar-fallback .avatar-initial{z-index:2}.app-layout{display:flex;min-height:100vh;min-height:100dvh;max-width:100%;overflow-x:hidden}.sidebar{display:none;width:260px;background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e8e8e8}.sidebar-logo{font-size:1.5rem;font-weight:700;color:#4caf50}.sidebar-tagline{font-size:.75rem;color:#999}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#555;text-decoration:none;font-size:.95rem;transition:all .15s ease}.sidebar-nav-item:hover{background:#f5f5f5;color:#333}.sidebar-nav-item.active{background:#e8f5e9;color:#2e7d32;font-weight:600;border-right:3px solid #4CAF50}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #e8e8e8}.sidebar-user{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;width:100%;padding:.5rem;margin-left:-.5rem;margin-right:-.5rem;background:none;border:none;border-radius:8px;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:background .15s ease}.sidebar-user:hover{background:#0000000a}.sidebar-user:focus-visible{outline:2px solid #4CAF50;outline-offset:2px}.sidebar-user-avatar{font-size:.9rem}.sidebar-user-info{display:flex;flex-direction:column;overflow:hidden}.sidebar-user-name{font-size:.85rem;font-weight:600;color:#333}.sidebar-user-email{font-size:.75rem;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{width:100%;padding:.5rem;background:none;border:1px solid #ddd;border-radius:6px;color:#666;font-size:.85rem;cursor:pointer;transition:all .15s ease}.sidebar-logout:hover{background:#fee;border-color:#fcc;color:#c33}.app-main{flex:1;display:flex;flex-direction:column;height:100vh;height:100dvh;min-width:0;max-width:100%;overflow:hidden}.chat-mode .app-main{height:100vh;height:100dvh}.app-content{flex:1;padding:1rem;padding-bottom:calc(70px + env(safe-area-inset-bottom,0px) + 2rem);overflow-x:hidden;max-width:600px;margin:0 auto;width:100%;box-sizing:border-box}.app-content-chat{padding:0;padding-top:env(safe-area-inset-top,0px);padding-bottom:0;max-width:100%;display:flex;flex-direction:column;background:#fff}@media(min-width:768px){.app-content-chat{padding:1.5rem;max-width:700px}}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:50}.mobile-header-avatar-btn{border:none;background:transparent;padding:0;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #0000001a}.mobile-header-avatar-btn:active{transform:scale(.93)}.mobile-header-avatar{font-size:.95rem}.mobile-header-spacer{width:36px;flex-shrink:0}.mobile-logo{font-size:1.25rem;font-weight:700;color:#4caf50;margin:0}.bottom-nav{display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #e8e8e8;padding:.5rem 0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);position:fixed;bottom:0;left:0;right:0;z-index:100}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-decoration:none;color:#999;font-size:.62rem;padding:.25rem .4rem;transition:color .15s ease;flex:1;min-width:0}.bottom-nav-item .nav-icon{font-size:1.2rem}.bottom-nav-item.active{color:#4caf50}.bottom-nav-item.active .nav-label{font-weight:600}.bottom-nav-item.preloading,.sidebar-nav-item.preloading{opacity:.7;pointer-events:none;position:relative}.bottom-nav-item .nav-icon,.sidebar-nav-item .nav-icon{position:relative}.bottom-nav-item.preloading .nav-icon{visibility:hidden}.nav-preload-spinner{position:absolute;width:18px;height:18px;border:2px solid rgba(76,175,80,.25);border-top-color:#4caf50;border-radius:50%;animation:nav-preload-spin .7s linear infinite;pointer-events:none}.bottom-nav-item .nav-preload-spinner{top:.3rem;left:50%;transform:translate(-50%)}.sidebar-nav-item .nav-preload-spinner{right:.75rem;top:50%;transform:translateY(-50%);width:14px;height:14px;border-width:1.5px}@keyframes nav-preload-spin{to{transform:translate(-50%) rotate(360deg)}}.sidebar-nav-item .nav-preload-spinner{animation-name:nav-preload-spin-sidebar}@keyframes nav-preload-spin-sidebar{to{transform:translateY(-50%) rotate(360deg)}}.dashboard-greeting{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.dashboard-greeting h2{font-size:1.4rem;font-weight:700;color:#333}.dashboard-greeting p{color:#999;font-size:.85rem;margin-top:.25rem}.dashboard-share-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e8e8e8;background:#fff;border-radius:10px;cursor:pointer;color:#999;transition:all .15s;flex-shrink:0}.dashboard-share-btn:active{background:#f0f0f0;transform:scale(.92);color:#4caf50}.dashboard-share-btn:disabled{opacity:.4}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1rem}.widget{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.widget-title{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.03em}.widget-icon{font-size:1.2rem}.widget-value{font-size:2rem;font-weight:700;color:#333}.widget-unit{font-size:.9rem;font-weight:400;color:#999;margin-left:.25rem}.widget-sub{font-size:.8rem;color:#999;margin-top:.25rem}.widget-progress{height:6px;background:#f0f0f0;border-radius:3px;margin-top:.75rem;overflow:hidden}.widget-progress-bar{height:100%;border-radius:3px;transition:width .3s ease}.widget-progress-bar.green{background:#4caf50}.widget-progress-bar.orange{background:#ff9800}.widget-progress-bar.red{background:#f44336}.widget-progress-bar.blue{background:#2196f3}.macro-bars{display:flex;flex-direction:column;gap:.75rem}.macro-row{display:flex;align-items:center;gap:.75rem}.macro-label{font-size:.8rem;color:#666;width:60px;flex-shrink:0}.macro-bar-track{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.macro-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.macro-value{font-size:.75rem;color:#999;width:65px;text-align:right;flex-shrink:0}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#f8f9fa;border:1px solid #e8e8e8;border-radius:10px;cursor:pointer;transition:all .15s ease;font-size:.85rem;color:#555}.quick-action-btn:hover{background:#e8f5e9;border-color:#c8e6c9;color:#2e7d32}.quick-action-btn .nav-icon{font-size:1.5rem}.page-header{margin-bottom:1.5rem}.page-header h2{font-size:1.3rem;font-weight:700;color:#333}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#999;text-align:center}.page-placeholder .nav-icon{font-size:3rem;margin-bottom:1rem}@media(min-width:768px){.sidebar{display:flex}.app-main{margin-left:260px}.mobile-header,.bottom-nav{display:none}.app-content{padding:2rem;max-width:700px}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.dashboard-greeting h2{font-size:1.6rem}}.force-update-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.force-update-modal{background:#fff;border-radius:20px;padding:40px 28px 32px;max-width:340px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:forceUpdateSlideUp .4s ease-out}@keyframes forceUpdateSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.force-update-icon{margin-bottom:20px}.force-update-title{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}.force-update-message{font-size:.95rem;color:#666;line-height:1.5;margin:0 0 16px}.force-update-versions{font-size:.8rem;color:#999;margin:0 0 28px;font-family:monospace}.force-update-button{display:block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#43e97b,#38a169);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px #43e97b4d}.force-update-button:active{transform:scale(.97)}.force-update-overlay.is-warning{background:#0000008c}.force-update-later{display:block;width:100%;margin-top:12px;padding:12px 24px;background:transparent;color:#666;font-size:.95rem;font-weight:500;border:none;border-radius:12px;cursor:pointer;transition:background .15s,color .15s}.force-update-later:active{background:#0000000d;color:#1a1a2e}.force-update-modal{position:relative}.force-update-admin-close{position:absolute;top:10px;right:10px;width:32px;height:32px;padding:0;background:transparent;border:none;color:#c0c0c8;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.force-update-admin-close:active{background:#0000000f;color:#1a1a2e}.update-banner{position:fixed;top:env(safe-area-inset-top,0);left:8px;right:8px;margin:8px;padding:10px 12px;background:#fff;border-radius:14px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 16px #0000001f,0 1px 3px #0000000f;z-index:9000;border:1px solid rgba(67,233,123,.25);animation:update-banner-in .2s ease-out}@keyframes update-banner-in{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.update-banner-icon{flex:0 0 auto;color:#43e97b;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#43e97b1f;border-radius:8px}.update-banner-text{flex:1 1 auto;min-width:0}.update-banner-title{font-size:.92rem;font-weight:600;color:#1a1a2e;line-height:1.2}.update-banner-versions{font-size:.78rem;color:#666;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;margin-top:2px}.update-banner-cta{flex:0 0 auto;padding:8px 14px;background:linear-gradient(135deg,#43e97b,#38d169);color:#fff;font-size:.85rem;font-weight:600;border-radius:10px;text-decoration:none;white-space:nowrap}.update-banner-cta:active{transform:scale(.97)}.update-banner-close{flex:0 0 auto;width:28px;height:28px;padding:0;background:transparent;border:none;color:#999;font-size:1.4rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.update-banner-close:active{background:#0000000f;color:#1a1a2e}.week-loading{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;color:#bbb;font-size:.82rem}.week-nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;margin-bottom:.5rem}.week-nav-btn{background:none;border:1.5px solid #eee;width:34px;height:34px;border-radius:10px;font-size:1.1rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.week-nav-btn:disabled{opacity:.3;cursor:not-allowed}.week-nav-btn:not(:disabled):active{background:#f5f5f5}.week-nav-center{display:flex;flex-direction:column;align-items:center;gap:.2rem}.week-nav-range{font-size:.82rem;font-weight:700;color:#333}.week-nav-today{background:none;border:none;font-size:.65rem;color:#4caf50;font-weight:600;cursor:pointer;padding:.1rem .5rem}.week-score-card{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:16px;border:1px solid #f0f0f0;padding:1rem 1.25rem;margin-bottom:.5rem}.week-score-ring-container{position:relative;width:80px;height:80px;flex-shrink:0}.week-score-ring{width:100%;height:100%}.week-score-progress{transition:stroke-dasharray .6s ease}.week-score-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.week-score-emoji{font-size:1.1rem;line-height:1}.week-score-value{font-size:1.3rem;font-weight:800;color:#333;line-height:1.1}.week-score-info{flex:1}.week-score-label{font-size:1rem;font-weight:700;color:#333}.week-score-tracked{font-size:.72rem;color:#999;margin-top:.15rem}.week-details-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:.6rem .85rem;margin-bottom:.75rem}.week-detail-row{font-size:.75rem;color:#555;padding:.35rem 0;line-height:1.4;display:flex;align-items:center;gap:.5rem}.week-detail-row+.week-detail-row{border-top:1px solid #f8f8f8}.week-detail-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.week-detail-good .week-detail-dot{background:#4caf50}.week-detail-ok .week-detail-dot{background:#ff9800}.week-detail-warn .week-detail-dot{background:#f44336}.week-barchart{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:.75rem .85rem;margin-bottom:.5rem}.week-barchart-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.week-barchart-bars{display:flex;gap:.35rem;align-items:flex-end;height:130px}.week-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.week-bar-col.today .week-bar-label{color:#4caf50;font-weight:800}.week-bar-value{font-size:.55rem;font-weight:700;color:#999;height:1.2rem;display:flex;align-items:flex-end;justify-content:center}.week-bar-track{flex:1;width:100%;position:relative;border-radius:6px;overflow:hidden;background:#f8f8f8}.week-bar-fill{position:absolute;bottom:0;left:0;right:0;border-radius:6px;transition:height .4s ease;min-height:2px}.week-bar-fill.over{border:1.5px solid #f4433640}.week-bar-goal-line{position:absolute;left:-2px;right:-2px;height:1.5px;background:#666;z-index:1;opacity:.35}.week-bar-label{font-size:.62rem;font-weight:600;color:#bbb;margin-top:.25rem;height:1rem}.week-barchart-legend{display:flex;align-items:center;gap:.35rem;margin-top:.4rem;font-size:.6rem;color:#bbb}.week-barchart-goal-marker{width:14px;height:1.5px;background:#666;opacity:.5}.week-averages-card,.week-training-card,.week-vitals-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:.75rem .85rem;margin-bottom:.5rem}.week-card-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.week-avg-row{margin-bottom:.6rem}.week-avg-row:last-child{margin-bottom:0}.week-avg-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.week-avg-label{font-size:.75rem;font-weight:600;color:#555}.week-avg-values{font-size:.72rem;color:#999;display:flex;align-items:center;gap:.15rem}.week-avg-divider{color:#ddd}.week-avg-diff{font-size:.6rem;font-weight:700;margin-left:.25rem}.week-avg-diff.over{color:#f44336}.week-avg-diff.under{color:#ff9800}.week-avg-bar-track{height:5px;background:#f0f0f0;border-radius:3px;overflow:visible;position:relative}.week-avg-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.week-avg-bar-tick{position:absolute;top:-2px;width:1.5px;height:9px;background:#d0d0d0;border-radius:1px;transform:translate(-50%)}.week-training-stats{display:flex;gap:.5rem;margin-bottom:.6rem}.week-training-stat{flex:1;display:flex;flex-direction:column;align-items:center;background:#f8f8f8;border-radius:10px;padding:.5rem .3rem}.week-training-stat-value{font-size:.88rem;font-weight:800;color:#333}.week-training-stat-label{font-size:.58rem;font-weight:600;color:#bbb;text-transform:uppercase}.week-training-list{border-top:1px solid #f5f5f5;padding-top:.4rem}.week-training-item{display:flex;align-items:center;gap:.4rem;padding:.3rem 0;font-size:.72rem}.week-training-icon{font-size:.9rem;width:1.2rem;text-align:center}.week-training-name{flex:1;color:#555;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.week-training-day{font-size:.62rem;color:#bbb;font-weight:600}.week-training-dur{font-size:.68rem;color:#999;font-weight:700;min-width:2rem;text-align:right}.week-vitals-grid{display:flex;gap:.5rem}.week-vital-item{flex:1;display:flex;flex-direction:column;align-items:center;background:#f8f8f8;border-radius:10px;padding:.6rem .3rem}.week-vital-icon{font-size:1.1rem;margin-bottom:.15rem}.week-vital-value{font-size:.88rem;font-weight:800;color:#333}.week-vital-label{font-size:.55rem;font-weight:600;color:#bbb;text-transform:uppercase;margin-top:.1rem}.week-tab-bar{display:flex;gap:.25rem;background:#f5f5f5;border-radius:10px;padding:3px;margin-bottom:.5rem}.week-tab{flex:1;border:none;background:transparent;padding:.4rem .5rem;border-radius:8px;font-size:.72rem;font-weight:600;color:#999;cursor:pointer;transition:all .2s}.week-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.week-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#bbb;text-align:center}.week-history-empty p{font-size:.8rem;margin-top:.5rem}.week-history-chart-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:.75rem .85rem;margin-bottom:.5rem}.week-history-chart{display:flex;gap:.25rem;align-items:flex-end;height:120px;padding:.25rem 0}.week-history-chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;cursor:pointer;min-width:0}.week-history-chart-bar.active .week-history-chart-track{outline:2px solid #4CAF50;outline-offset:1px}.week-history-chart-value{font-size:.5rem;font-weight:700;color:#999;height:1rem;display:flex;align-items:flex-end;justify-content:center}.week-history-chart-track{flex:1;width:100%;position:relative;border-radius:5px;overflow:hidden;background:#f8f8f8}.week-history-chart-fill{position:absolute;bottom:0;left:0;right:0;border-radius:5px;transition:height .4s ease;min-height:2px}.week-history-chart-label{font-size:.5rem;font-weight:600;color:#bbb;margin-top:.2rem;white-space:nowrap}.week-history-trend{font-size:.68rem;font-weight:700;margin-top:.4rem;text-align:center}.week-history-trend.up{color:#4caf50}.week-history-trend.down{color:#f44336}.week-history-trend.neutral{color:#999}.week-history-list{display:flex;flex-direction:column;gap:.35rem}.week-history-item{background:#fff;border-radius:12px;border:1px solid #f0f0f0;overflow:hidden;cursor:pointer;transition:border-color .2s}.week-history-item.expanded{border-color:#e0e0e0}.week-history-item-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem}.week-history-item-left{display:flex;align-items:center;gap:.5rem}.week-history-item-kw{font-size:.72rem;font-weight:800;color:#333;min-width:2.5rem}.week-history-item-range{font-size:.68rem;color:#999}.week-history-item-right{display:flex;align-items:center;gap:.35rem}.week-history-item-emoji{font-size:.85rem}.week-history-item-score{font-size:1rem;font-weight:800}.week-history-item-chevron{font-size:.7rem;color:#ccc;margin-left:.2rem}.week-history-item-details{padding:0 .85rem .75rem;border-top:1px solid #f5f5f5}.week-history-detail-grid{display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.5rem}.week-history-detail{background:#f8f8f8;border-radius:8px;padding:.35rem .6rem;display:flex;flex-direction:column;align-items:center}.week-history-detail-value{font-size:.75rem;font-weight:800;color:#333}.week-history-detail-label{font-size:.55rem;font-weight:600;color:#bbb;text-transform:uppercase}.week-history-breakdown{margin-top:.5rem;padding-top:.4rem;border-top:1px solid #f5f5f5}.week-history-detail-text{font-size:.68rem;color:#777}.week-history-load-more{display:block;width:100%;margin-top:.5rem;padding:.6rem;border:1.5px solid #eee;border-radius:10px;background:none;font-size:.72rem;font-weight:600;color:#4caf50;cursor:pointer}.week-history-load-more:disabled{opacity:.5;cursor:not-allowed}.week-micro-card{background:#fff;border-radius:14px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 4px #0000000f}.week-micro-note{font-size:.65rem;color:#aaa;margin-top:-.2rem;margin-bottom:.6rem}.week-micro-row{margin-bottom:.55rem}.week-micro-row:last-child{margin-bottom:0}.week-micro-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.week-micro-label{font-size:.72rem;font-weight:600;color:#333}.week-micro-values{display:flex;align-items:center;gap:.15rem;font-size:.68rem}.week-micro-avg{font-weight:700}.week-micro-avg.micro-good{color:#4caf50}.week-micro-avg.micro-ok{color:#ff9800}.week-micro-avg.micro-low{color:#f44336}.week-micro-sep{color:#ccc}.week-micro-goal{color:#999}.week-micro-pct{font-weight:600;font-size:.62rem;margin-left:.25rem;padding:.05rem .3rem;border-radius:6px;background:#f5f5f5}.week-micro-pct.micro-good{color:#4caf50;background:#e8f5e9}.week-micro-pct.micro-ok{color:#ff9800;background:#fff3e0}.week-micro-pct.micro-low{color:#f44336;background:#ffebee}.week-micro-bar-track{height:6px;background:#f0f0f0;border-radius:3px;overflow:visible;position:relative}.week-micro-bar-fill{height:100%;border-radius:3px}.week-micro-bar-tick{position:absolute;top:-2px;width:1.5px;height:10px;background:#d0d0d0;border-radius:1px;transform:translate(-50%)}.ddm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;background:#00000073;display:flex;align-items:flex-end;justify-content:center;padding:0;animation:ddmOverlayIn .2s ease}@keyframes ddmOverlayIn{0%{opacity:0}to{opacity:1}}.ddm-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;padding:1.25rem 1.25rem calc(env(safe-area-inset-bottom,0px) + 1.25rem);box-shadow:0 -4px 30px #00000026;animation:ddmSlideUp .3s cubic-bezier(.32,.72,0,1)}@keyframes ddmSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ddm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ddm-header-left{display:flex;align-items:center;gap:.5rem}.ddm-header-icon{font-size:1.2rem}.ddm-header-title{font-size:1rem;font-weight:700;color:#333}.ddm-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:.85rem;color:#666;cursor:pointer;flex-shrink:0}.ddm-close:active{background:#eee;transform:scale(.95)}.ddm-skeleton{display:flex;flex-direction:column}.ddm-skel-block{background:#f0f0f0;animation:ddmPulse 1.2s ease-in-out infinite}@keyframes ddmPulse{0%,to{opacity:1}50%{opacity:.4}}.ddm-skel-row{display:flex;align-items:flex-end;margin-bottom:.25rem}.ddm-skel-chart{width:100%;height:0;padding-bottom:47%;border-radius:12px;margin:.5rem 0 .25rem}.ddm-skel-stats{display:flex;justify-content:space-around;padding:.65rem 0;border-bottom:1px solid #f3f3f3;margin-bottom:.5rem}.ddm-skel-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem}.ddm-skel-days{display:flex;flex-direction:column;gap:.4rem}.ddm-skel-day{display:flex;align-items:center;gap:.6rem;padding:.35rem 0}.ddm-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 0;color:#bbb;font-size:.85rem}.ddm-empty-icon{font-size:2rem;opacity:.4}.ddm-current{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.25rem;flex-wrap:wrap}.ddm-current-value{font-size:2rem;font-weight:800;line-height:1}.ddm-current-unit{font-size:.9rem;color:#999;font-weight:600}.ddm-current-goal{font-size:.8rem;color:#ccc;font-weight:500}.ddm-current-date{font-size:.72rem;color:#999;margin-left:.25rem}.ddm-chart{width:100%;height:auto;display:block;cursor:crosshair;-webkit-user-select:none;user-select:none;margin:.5rem 0 .25rem}.ddm-stats{display:flex;justify-content:space-around;padding:.65rem 0;border-bottom:1px solid #f3f3f3;margin-bottom:.5rem}.ddm-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem}.ddm-stat-label{font-size:.58rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.02em}.ddm-stat-value{font-size:.8rem;font-weight:700;color:#333}.ddm-days{display:flex;flex-direction:column;gap:.4rem}.ddm-day{display:flex;align-items:center;gap:.6rem;padding:.35rem 0}.ddm-day-date{font-size:.72rem;color:#999;font-weight:500;min-width:70px;flex-shrink:0}.ddm-day-bar-wrap{flex:1;min-width:0}.ddm-day-bar-track{height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden}.ddm-day-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.ddm-day-value{font-size:.78rem;font-weight:700;min-width:60px;text-align:right;flex-shrink:0}.ddm-day-unit{font-size:.65rem;color:#bbb;font-weight:500}@media(min-width:768px){.ddm-overlay{align-items:center;padding:1rem}.ddm-modal{border-radius:20px;max-height:80vh}}.ji-section{margin-bottom:16px}.ji-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ji-title{font-weight:600;font-size:.95rem;color:var(--text-primary)}.ji-count{background:#ff6b6b;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ji-list{display:flex;flex-direction:column;gap:10px}.ji-card{background:var(--surface);border-radius:14px;padding:14px;border:1px solid var(--border-color, #eee);border-left:4px solid var(--ji-color, #6C5CE7)}.ji-card-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.ji-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.ji-info{flex:1;min-width:0}.ji-name{font-weight:600;font-size:.95rem;color:var(--text-primary);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ji-from{font-size:.8rem;color:var(--text-secondary);display:block}.ji-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ji-meta-item{font-size:.75rem;color:var(--text-secondary);background:var(--bg-tertiary, #f5f5f5);padding:3px 8px;border-radius:8px}.ji-actions{display:flex;gap:8px}.ji-btn{flex:1;border:none;padding:9px 12px;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.ji-btn:disabled{opacity:.5}.ji-btn:active{opacity:.7}.ji-btn-decline{background:var(--bg-tertiary, #f0f0f0);color:var(--text-secondary)}.ji-btn-accept{color:#fff}.journey-list{display:flex;flex-direction:column;gap:.75rem}.journey-filter-tabs{display:flex;background:#f0f0f0;border-radius:8px;padding:2px;gap:2px;margin-bottom:.25rem}.journey-filter-tab{flex:1;padding:.35rem .5rem;border:none;border-radius:6px;background:transparent;font-size:.72rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease}.journey-filter-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.journey-card{background:#fff;border-radius:12px;padding:.85rem;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.journey-card:active{transform:scale(.98);box-shadow:0 1px 6px #0000001a}.journey-card-paused{opacity:.7}.journey-card-cancelled{opacity:.5}.journey-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.journey-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.journey-card-info{flex:1;min-width:0}.journey-card-name{font-size:.88rem;font-weight:700;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journey-card-type{font-size:.68rem;color:#999}.journey-card-status{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;flex-shrink:0}.journey-status-active{background:#e8f5e9;color:#2e7d32}.journey-status-paused{background:#fff3e0;color:#ef6c00}.journey-status-completed{background:#e3f2fd;color:#1565c0}.journey-status-cancelled{background:#fbe9e7;color:#bf360c}.journey-card-desc{font-size:.72rem;color:#777;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journey-card-progress{margin-bottom:.4rem}.journey-progress-bar{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-bottom:.25rem}.journey-progress-fill{height:100%;border-radius:2px;transition:width .4s ease}.journey-progress-label{font-size:.65rem;color:#aaa}.journey-card-footer{display:flex;gap:.75rem}.journey-card-stat{font-size:.68rem;color:#999}.journey-empty{text-align:center;padding:2rem 1rem}.journey-empty-icon{font-size:3rem;margin-bottom:.75rem}.journey-empty h3{font-size:1rem;color:#333;margin:0 0 .3rem}.journey-empty p{font-size:.78rem;color:#999;margin:0 0 1.25rem}.journey-create-btn{background:#6c5ce7;color:#fff;border:none;border-radius:10px;padding:.65rem 1.5rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .2s}.journey-create-btn:active{opacity:.8}.journey-add-fab{position:fixed;bottom:calc(82px + env(safe-area-inset-bottom,0px));right:16px;width:48px;height:48px;border-radius:50%;background:#6c5ce7;color:#fff;border:none;font-size:1.5rem;font-weight:300;box-shadow:0 4px 12px #6c5ce766;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:50;transition:transform .2s}.journey-add-fab:active{transform:scale(.9)}.journey-card-skeleton{pointer-events:none}.skeleton-line{border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-title{height:16px;width:60%;margin-bottom:8px}.skeleton-subtitle{height:12px;width:40%;margin-bottom:12px}.skeleton-bar{height:4px;width:100%}.journey-card-linked{color:var(--text-accent, #6C5CE7);font-weight:500}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-sub-tabs{display:flex;background:#f0f0f0;border-radius:10px;padding:3px;margin-bottom:.75rem;gap:3px}.dashboard-sub-tab{flex:1;padding:.45rem .5rem;border:none;border-radius:8px;background:transparent;font-size:.76rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease;text-align:center}.dashboard-sub-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.dashboard-sub-tab:active{transform:scale(.97)}.dashboard-sub-tab-badge{background:#ff6b6b;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;padding:0 4px;line-height:1;vertical-align:middle}.calorie-card{background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.calorie-card:active{transform:scale(.98);box-shadow:0 1px 6px #0000001a}.calorie-ring-container{position:relative;width:130px;height:130px;margin-bottom:.75rem}.calorie-ring{width:100%;height:100%}.calorie-ring-progress{transition:stroke-dasharray .6s ease}.calorie-ring-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column}.calorie-ring-value{font-size:1.8rem;font-weight:700;color:#333;line-height:1}.calorie-ring-value.over{color:#f44336}.calorie-ring-unit{font-size:.7rem;color:#999;margin-top:.2rem}.calorie-breakdown{display:flex;align-items:center;justify-content:center;gap:0;width:100%}.calorie-breakdown-item{display:flex;flex-direction:column;align-items:center;flex:1}.calorie-breakdown-value{font-size:1.1rem;font-weight:700;color:#333}.calorie-breakdown-label{font-size:.7rem;color:#999;margin-top:.1rem}.calorie-breakdown-divider{width:1px;height:30px;background:#e8e8e8}.calorie-goal-explanation{font-size:.68rem;color:#999;text-align:center;margin-top:.45rem;padding-top:.65rem;margin-bottom:-.1rem;border-top:1px solid #f0f0f0;width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem}.calorie-zone-indicator{display:inline-block;width:14px;height:8px;border-radius:2px;flex-shrink:0}.calorie-zone-indicator.deficit{background:repeating-linear-gradient(45deg,#fee2e2,#fee2e2 2px,#f4434633 2px,#f4434633 4px);border:1px solid #fca5a5}.calorie-zone-indicator.surplus{background:#e8f5e9;border:1px solid #a5d6a7}.section-title{font-size:.8rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.tile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.5rem;margin-bottom:1.5rem}.tile{background:#fff;border-radius:10px;padding:.65rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.25rem;overflow:hidden;min-width:0}.tile-clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.tile-clickable:active{transform:scale(.97);box-shadow:0 1px 6px #0000001a}.tile-top{display:flex;justify-content:space-between;align-items:center}.tile-label{font-size:.6rem;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tile-pct{font-size:.6rem;font-weight:700;flex-shrink:0}.tile-value{font-size:.85rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tile-goal{font-size:.7rem;color:#bbb;font-weight:400}.tile-bar-track{height:5px;background:#f0f0f0;border-radius:3px;overflow:visible;margin-top:.15rem;position:relative}.tile-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.tile-bar-fill--planned{position:absolute;top:0;height:100%;border-radius:3px;opacity:.35;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.6) 2px,rgba(255,255,255,.6) 4px);transition:width .4s ease,left .4s ease}.tile-bar-tick{position:absolute;top:-2px;width:1.5px;height:9px;background:#d0d0d0;border-radius:1px;transform:translate(-50%)}.tile-hint{font-size:.7rem;color:#ccc}.calorie-workout-hint{margin-top:.6rem;width:100%;padding:.45rem .75rem;background:#fff4e5;border:1px solid #ffe0b2;border-radius:8px;font-size:.72rem;font-weight:600;color:#e65100;cursor:pointer;text-align:center;transition:background .15s}.calorie-workout-hint:active{background:#ffe0b2}.calorie-workout-hint--loading{opacity:.6;pointer-events:none}.workout-groups{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.workout-group{background:#f9f9f9;border-radius:10px;border:1px solid #f0f0f0;overflow:hidden}.workout-group-header{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem}.workout-group-title{font-size:.85rem;font-weight:600;color:#333}.workout-group-duration{font-size:.85rem;font-weight:700;color:#555;background:#efefef;border-radius:6px;padding:.15rem .45rem}.workout-group-history{border-top:1px solid #efefef;display:flex;flex-direction:column;gap:0}.workout-history-row{display:flex;flex-direction:column;padding:.45rem .75rem;border-top:1px solid #f5f5f5;gap:.15rem;cursor:pointer;transition:background .15s}.workout-history-row:first-child{border-top:none}.workout-history-row:active{background:#efefef}.workout-history-name{font-size:.8rem;font-weight:600;color:#333}.workout-history-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.workout-history-detail{font-size:.72rem;color:#999}.workout-history-times{font-size:.72rem;font-weight:600;color:#e65100;white-space:nowrap;flex-shrink:0}.workout-history-times--done{color:#4caf50}.workout-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:workoutFadeIn .2s ease}@keyframes workoutFadeIn{0%{opacity:0}to{opacity:1}}.workout-modal{background:#fff;border-radius:20px 20px 0 0;padding:.5rem 1.25rem 2rem;width:100%;max-width:480px;animation:workoutSlideUp .25s cubic-bezier(.4,0,.2,1)}@keyframes workoutSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.workout-modal-handle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:.5rem auto 1rem}.workout-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.workout-modal-title{font-size:.95rem;font-weight:700;color:#333}.workout-modal-close{background:#f0f0f0;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer;color:#888}.workout-modal-surplus{font-size:.8rem;color:#666;margin:0 0 1rem;padding:.6rem .75rem;background:#fff8f0;border-radius:8px;border-left:3px solid #FF9800}.workout-modal-surplus strong{color:#f44336}.workout-modal-activities{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.workout-activity-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;background:#f9f9f9;border-radius:10px;border:1px solid #f0f0f0}.workout-activity-name{font-size:.85rem;color:#444;font-weight:500}.workout-activity-time{font-size:.85rem;font-weight:700;color:#333}.workout-modal-burned{display:flex;flex-direction:column;gap:.15rem;font-size:.78rem;color:#555;padding:.5rem .75rem;background:#f0faf0;border-radius:8px;border-left:3px solid #4CAF50;margin-bottom:.75rem}.workout-modal-remaining{font-size:.72rem;color:#888}.workout-modal-balanced{text-align:center;font-size:.9rem;font-weight:600;color:#4caf50;padding:1rem 0 .5rem}.workout-modal-note{font-size:.68rem;color:#bbb;text-align:center;margin:0}.min-threshold-hint-tick{display:inline-block;width:2px;height:10px;background:silver;border-radius:1px;flex-shrink:0}@media(min-width:768px){.calorie-ring-container{width:160px;height:160px}.calorie-breakdown-value{font-size:1.3rem}.tile-grid{grid-template-columns:repeat(2,1fr)}.tile{padding:1rem}}.tile-loading{opacity:.6;pointer-events:none}@media(min-width:1200px){.calorie-ring-container{width:180px;height:180px}.calorie-ring-value{font-size:2.2rem}}.dash-score-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;margin-bottom:1.5rem;overflow:hidden}.dash-score-top{display:flex;align-items:center;justify-content:space-between;padding:.7rem .75rem .55rem}.dash-score-title{font-size:.6rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.07em}.dash-score-my-rank{font-size:.68rem;color:#bbb;font-weight:500}.dash-score-list{display:flex;flex-direction:column}.dash-score-row{display:grid;grid-template-columns:2rem 26px 1fr 2.8rem;align-items:center;gap:.5rem;padding:.4rem .75rem;border-top:1px solid #f5f5f5;transition:background .15s}.dash-score-row.is-me{background:#f9fdf9}.dash-score-rank{font-size:.85rem;text-align:center;line-height:1}.dash-score-rank-num{font-size:.65rem;color:#ccc;font-weight:700;text-align:center}.dash-score-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#e0e0e0,#c8c8c8);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden;border:1.5px solid #f0f0f0}.dash-score-avatar img{width:100%;height:100%;object-fit:cover}.dash-score-row.is-me .dash-score-avatar{border-color:#c8e6c9;background:linear-gradient(135deg,#66bb6a,#43a047)}.dash-score-mid{display:flex;flex-direction:column;min-width:0;gap:.22rem}.dash-score-name{font-size:.78rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.dash-score-row.is-me .dash-score-name{font-weight:700;color:#2e7d32}.dash-score-bar-track{height:3px;background:#efefef;border-radius:2px;overflow:hidden}.dash-score-bar{height:100%;border-radius:2px;transition:width .8s cubic-bezier(.4,0,.2,1)}.dash-score-val-wrap{display:flex;align-items:baseline;justify-content:flex-end;gap:.15rem;flex-shrink:0}.dash-score-value{font-size:1rem;font-weight:800;line-height:1;letter-spacing:-.02em}.dash-score-pts{font-size:.52rem;color:#bbb;font-weight:500;text-transform:uppercase;letter-spacing:.03em;padding-bottom:.05rem}.dash-score-trend{font-size:.62rem;font-weight:700;line-height:1;white-space:nowrap}.dash-pinned-journey{background:#fff;border-radius:14px;padding:.75rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0;cursor:pointer;transition:box-shadow .15s;margin-bottom:.5rem}.dash-pinned-journey:active{box-shadow:0 1px 8px #0000001f}.dash-pj-header{display:flex;align-items:center;gap:.5rem}.dash-pj-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.dash-pj-info{flex:1;min-width:0}.dash-pj-name{display:block;font-size:.82rem;font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-pj-meta{font-size:.65rem;color:#999}.dash-pj-chevron{font-size:1.2rem;color:#ccc;flex-shrink:0}.dash-pj-goals{margin-top:.65rem;display:flex;flex-direction:column;gap:.55rem}.dash-pj-goal-chip{display:flex;flex-direction:column;gap:.2rem}.dash-pj-goal-top{display:flex;align-items:center;gap:.35rem}.dash-pj-goal-icon{font-size:.78rem;flex-shrink:0;width:16px;text-align:center}.dash-pj-goal-metriclabel{font-size:.72rem;font-weight:600;color:#444;flex:1}.dash-pj-goal-pct{font-size:.72rem;font-weight:700;flex-shrink:0}.dash-pj-goal-values{display:flex;align-items:center;gap:.3rem;padding-left:20px}.dash-pj-goal-current{font-size:.72rem;font-weight:700;color:#333}.dash-pj-goal-arrow{font-size:.65rem;color:#bbb}.dash-pj-goal-target{font-size:.68rem;color:#999}.dash-pj-goal-bar-track{height:3px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-top:.1rem;margin-left:20px}.dash-pj-goal-bar-fill{height:100%;border-radius:2px;transition:width .5s ease}.dash-pj-progress{margin-top:.6rem;padding-top:.5rem;border-top:1px solid #f5f5f5}.dash-pj-bar-track{height:4px;background:#f0f0f0;border-radius:3px;overflow:hidden}.dash-pj-bar-fill{height:100%;border-radius:3px;transition:width .4s ease;opacity:.5}.dash-pj-days-left{display:block;font-size:.62rem;color:#bbb;margin-top:.2rem;text-align:right}.dashboard-modal-error-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#c62828;color:#fff;padding:.6rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #00000040;z-index:10000;max-width:calc(100vw - 2rem);text-align:center;animation:dashModalErrSnackIn .25s ease}@keyframes dashModalErrSnackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.dashboard-modal-error-snackbar{bottom:2rem}}.datepicker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.datepicker{background:#fff;border-radius:16px;width:100%;max-width:340px;box-shadow:0 8px 30px #00000026;overflow:hidden}.datepicker-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.datepicker-month{font-size:1rem;font-weight:700;color:#333;text-transform:capitalize}.datepicker-nav{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.2rem;color:#555;cursor:pointer;transition:all .15s ease}.datepicker-nav:hover{background:#e8f5e9;color:#4caf50}.datepicker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:0 .75rem;margin-bottom:.25rem}.datepicker-weekday{text-align:center;font-size:.7rem;font-weight:600;color:#bbb;padding:.25rem 0}.datepicker-days{display:grid;grid-template-columns:repeat(7,1fr);padding:0 .75rem;gap:.2rem}.datepicker-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:50%;font-size:.85rem;color:#333;cursor:pointer;transition:all .1s ease}.datepicker-day:hover:not(.empty){background:#f0f0f0}.datepicker-day.empty{cursor:default}.datepicker-day.today{font-weight:700;color:#4caf50}.datepicker-day.selected{background:#4caf50;color:#fff;font-weight:700}.datepicker-day.selected.today{color:#fff}.datepicker-footer{display:flex;justify-content:space-between;padding:.75rem 1rem;border-top:1px solid #f0f0f0}.datepicker-today-btn,.datepicker-close-btn{background:none;border:none;font-size:.85rem;font-weight:600;cursor:pointer;padding:.4rem .75rem;border-radius:8px;transition:all .15s ease}.datepicker-today-btn{color:#4caf50}.datepicker-today-btn:hover{background:#e8f5e9}.datepicker-close-btn{color:#999}.datepicker-close-btn:hover{background:#f5f5f5}.planner-tab{display:flex;flex-direction:column;gap:.75rem}.planner-circles{display:flex;align-items:flex-start;justify-content:space-around;background:#fff;border-radius:12px;padding:.75rem .25rem .5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.planner-legend{display:flex;justify-content:center;gap:1rem;font-size:.68rem;color:#888;margin-top:-.5rem}.planner-legend-item{display:flex;align-items:center;gap:.3rem}.planner-legend-dot{width:8px;height:8px;border-radius:50%}.planner-legend-dot.confirmed{background:#4caf50}.planner-legend-dot.predicted{background:#4caf504d;border:1px solid rgba(76,175,80,.5)}.planner-pantry-card{background:#fff;border-radius:12px;padding:.75rem .875rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;cursor:pointer;transition:background .15s}.planner-pantry-card:active{background:#fafafa}.planner-pantry-header{display:flex;align-items:center;gap:.5rem}.planner-pantry-icon{font-size:1.2rem}.planner-pantry-title{font-size:.9rem;font-weight:600;color:#333;flex:1}.planner-pantry-count{font-size:.75rem;color:#999}.planner-pantry-chevron{font-size:1.1rem;color:#ccc}.planner-pantry-macros{display:flex;gap:.75rem;margin-top:.5rem;font-size:.78rem;font-weight:500;color:#555;padding-left:1.7rem}.planner-pantry-macros .macro-p{color:#4caf50}.planner-pantry-macros .macro-c{color:#ff9800}.planner-pantry-macros .macro-f{color:#9c7b5e}.planner-pantry-empty{font-size:.78rem;color:#bbb;margin-top:.4rem;padding-left:1.7rem}.planner-slots{background:#fff;border-radius:12px;padding:.75rem .875rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.planner-slots-label{font-size:.78rem;color:#888;margin-bottom:.5rem}.planner-slots-row{display:flex;flex-wrap:wrap;gap:.5rem}.planner-slot-btn{flex:1 1 auto;min-width:calc(33% - .5rem);display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.5rem .4rem;border:1.5px solid #e8e8e8;border-radius:10px;background:#fff;font-size:.75rem;color:#888;cursor:pointer;transition:all .15s ease}.planner-slot-btn.active{border-color:#4caf50;background:#e8f5e9;color:#2e7d32;font-weight:600}.planner-generate-btn{width:100%;padding:.85rem;border:none;border-radius:12px;background:linear-gradient(135deg,#4caf50,#43a047);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #4caf504d;transition:all .2s ease}.planner-generate-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.planner-generate-btn:not(:disabled):active{transform:scale(.98)}.planner-generate-loading{animation:pulse 1.5s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.planner-limit{text-align:center;font-size:.68rem;color:#bbb;margin-top:-.25rem}.planner-error{background:#ffebee;color:#c62828;padding:.6rem .875rem;border-radius:10px;font-size:.82rem}.planner-incomplete-warning{background:#fff8e1;color:#e65100;border:1px solid #ffe082;border-radius:10px;padding:.65rem .875rem;font-size:.82rem;font-weight:500;line-height:1.4}.planner-results{display:flex;flex-direction:column;gap:.75rem}.planner-meal-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.planner-meal-header{display:flex;align-items:center;gap:.5rem;padding:.7rem .875rem;border-bottom:1px solid #f5f5f5}.planner-meal-icon{font-size:1.1rem}.planner-meal-label{font-size:.9rem;font-weight:600;color:#333;flex:1}.planner-meal-kcal{font-size:.8rem;font-weight:600;color:#4caf50}.planner-meal-items{padding:0}.planner-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .875rem;border-bottom:1px solid #f8f8f8}.planner-item:last-child{border-bottom:none}.planner-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.planner-item-name{font-size:.85rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.planner-item-amount{font-size:.65rem;color:#bbb}.planner-item-macros{font-size:.75rem;font-weight:600;color:#555;flex-shrink:0}.planner-meal-totals{display:flex;justify-content:center;gap:1rem;padding:.4rem .875rem;font-size:.72rem;font-weight:500;color:#999;border-top:1px solid #f5f5f5;background:#fafafa}.planner-confirm-btn{width:100%;padding:.85rem;border:none;border-radius:12px;background:#1976d2;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #1976d24d;transition:all .2s ease}.planner-confirm-btn:disabled{opacity:.6}.planner-confirm-btn:not(:disabled):active{transform:scale(.98)}.planner-success{background:#e8f5e9;color:#2e7d32;padding:.75rem .875rem;border-radius:12px;font-size:.82rem;text-align:center;font-weight:500;display:flex;flex-direction:column;gap:8px;align-items:center}.planner-replan-btn{background:none;border:1px solid #a5d6a7;border-radius:8px;color:#2e7d32;padding:6px 14px;font-size:.78rem;font-weight:500;cursor:pointer}.shopping-tab{padding:0 0 100px}.shopping-quick-add{display:flex;gap:8px;padding:12px 16px;position:sticky;top:0;background:var(--bg-primary, #f5f5f5);z-index:5}.shopping-quick-add input{flex:1;padding:12px 16px;border:1.5px solid #e0e0e0;border-radius:12px;font-size:15px;background:#fff;outline:none;transition:border-color .2s}.shopping-quick-add input:focus{border-color:var(--primary, #4CAF50)}.shopping-quick-add-btn{width:44px;height:44px;border:none;background:var(--primary, #4CAF50);color:#fff;border-radius:12px;font-size:22px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shopping-add-details{padding:0 16px 8px;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.shopping-add-row{display:flex;gap:8px;margin-bottom:8px}.shopping-add-qty{flex:1;padding:8px 12px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px;background:#fff;outline:none}.shopping-add-unit{width:70px;padding:8px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:14px;background:#fff;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.shopping-add-categories{display:flex;gap:6px;flex-wrap:wrap}.shopping-cat-btn{padding:6px 10px;border:1.5px solid #e8e8e8;border-radius:20px;background:#fff;font-size:16px;cursor:pointer;transition:all .15s}.shopping-cat-btn.active{border-color:var(--primary, #4CAF50);background:#e8f5e9}.shopping-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;gap:8px}.shopping-count{font-size:13px;color:#999}.shopping-action-btns{display:flex;gap:8px}.shopping-action-btn{padding:6px 12px;border:none;background:#f0f0f0;border-radius:8px;font-size:12px;color:#555;cursor:pointer;white-space:nowrap}.shopping-action-btn:active{background:#e0e0e0}.shopping-empty{display:flex;flex-direction:column;align-items:center;padding:60px 32px;text-align:center;gap:8px}.shopping-empty-icon{font-size:48px;margin-bottom:8px}.shopping-empty-title{font-size:16px;font-weight:600;color:#333}.shopping-empty-sub{font-size:13px;color:#999;max-width:280px;line-height:1.4}.shopping-loading{padding:60px 0;text-align:center;color:#999;font-size:14px}.shopping-list{padding:0 16px}.shopping-group{margin-bottom:16px}.shopping-group--checked{opacity:.6}.shopping-group-header{display:flex;align-items:center;gap:8px;padding:8px 0 4px}.shopping-group-icon{font-size:16px}.shopping-group-label{font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.3px}.shopping-item{display:flex;align-items:center;background:#fff;border-radius:12px;margin-bottom:6px;overflow:hidden;position:relative;transition:transform .2s;box-shadow:0 1px 3px #0000000a}.shopping-item--swiped{transform:translate(-60px)}.shopping-item-main{display:flex;align-items:center;gap:10px;padding:12px 14px;flex:1;min-width:0;cursor:pointer}.shopping-checkbox{width:22px;height:22px;border:2px solid #d0d0d0;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;flex-shrink:0;transition:all .2s}.shopping-checkbox--checked{background:var(--primary, #4CAF50);border-color:var(--primary, #4CAF50)}.shopping-item-name{flex:1;font-size:15px;color:#1a1a2e;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.shopping-item-name--checked{text-decoration:line-through;color:#aaa}.shopping-item-badge{flex-shrink:0;padding:3px 8px;background:#3366cc14;color:#36c;font-size:12px;font-weight:700;border-radius:6px;white-space:nowrap;letter-spacing:.2px}.shopping-item-badge--checked{background:#f0f0f0;color:#bbb}.shopping-item-delete{position:absolute;right:0;top:0;bottom:0;width:60px;border:none;background:#f44336;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translate(60px);transition:transform .2s}.shopping-item--swiped .shopping-item-delete{transform:translate(0)}.shopping-ctx-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.shopping-ctx-menu{position:fixed;z-index:100;background:#fff;border-radius:14px;box-shadow:0 4px 24px #00000026;min-width:180px;padding:4px 0;animation:ctxFade .15s ease}@keyframes ctxFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.shopping-ctx-header{padding:10px 16px 6px;font-size:13px;font-weight:600;color:#999;border-bottom:1px solid #f0f0f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.shopping-ctx-item{display:block;width:100%;text-align:left;padding:11px 16px;border:none;background:none;font-size:14px;color:#333;cursor:pointer}.shopping-ctx-item:active{background:#f5f5f5}.shopping-ctx-danger{color:#e53935}.shopping-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:200;animation:fadeIn .15s ease}.shopping-edit-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:24px 20px calc(env(safe-area-inset-bottom,0px) + 20px);z-index:201;animation:slideUp .25s ease;max-height:80vh;overflow-y:auto}.shopping-edit-title{font-size:17px;font-weight:700;color:#333;margin-bottom:16px}.shopping-edit-field{margin-bottom:14px}.shopping-edit-field label{display:block;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px}.shopping-edit-field input,.shopping-edit-field select{width:100%;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;background:#fff;outline:none;box-sizing:border-box}.shopping-edit-field input:focus,.shopping-edit-field select:focus{border-color:var(--primary, #4CAF50)}.shopping-edit-row{display:flex;gap:10px}.shopping-edit-buttons{display:flex;gap:10px;margin-top:20px}.shopping-edit-cancel{flex:1;padding:12px;border:1.5px solid #e0e0e0;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#666;cursor:pointer}.shopping-edit-save{flex:1;padding:12px;border:none;border-radius:12px;background:var(--primary, #4CAF50);font-size:15px;font-weight:600;color:#fff;cursor:pointer}.shopping-edit-save:disabled{opacity:.5}.mtp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;animation:mtp-fade-in .15s ease}@keyframes mtp-fade-in{0%{opacity:0}to{opacity:1}}.mtp-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:24px 20px 0;z-index:201;animation:mtp-slide-up .25s ease;max-height:85vh;max-height:85svh;overflow-y:auto}@keyframes mtp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mtp-title{font-size:1.05rem;font-weight:700;color:#222;margin-bottom:4px}.mtp-subtitle{font-size:.9rem;font-weight:600;color:#444}.mtp-subtitle-meta{font-size:.8rem;color:#888;margin-bottom:16px}.mtp-field{margin-top:14px}.mtp-field>label{display:block;font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.mtp-date-input{width:100%;padding:10px 12px;border:1.5px solid #e8e8e8;border-radius:12px;font-size:.9rem;color:#333;background:#fafafa;outline:none;transition:border-color .15s}.mtp-date-input:focus{border-color:#4caf50}.mtp-meal-types{display:flex;gap:6px;flex-wrap:wrap}.mtp-meal-btn{display:flex;align-items:center;gap:5px;padding:8px 12px;border:1.5px solid #e8e8e8;border-radius:12px;background:#fafafa;font-size:.8rem;color:#555;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.mtp-meal-btn.active{border-color:#4caf50;background:#e8f5e9;color:#2e7d32;font-weight:600}.mtp-meal-icon{font-size:.9rem}.mtp-meal-label{font-size:.8rem}.mtp-buttons{display:flex;gap:10px;margin-top:20px;position:sticky;bottom:0;background:#fff;padding-top:12px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(0,0,0,.05);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;flex-shrink:0}.mtp-cancel{flex:1;padding:12px;border:1.5px solid #e0e0e0;border-radius:14px;background:#fff;color:#666;font-size:.9rem;font-weight:600;cursor:pointer}.mtp-confirm{flex:1.5;padding:12px;border:none;border-radius:14px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.mtp-confirm:active{transform:scale(.97)}.mtp-confirm:disabled{opacity:.7}.mtp-confirm.success{background:#2e7d32}.mtp-confirm.error{background:#d32f2f}@media(min-width:768px){.mtp-modal{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);max-width:420px;border-radius:20px;animation:mtp-pop-in .2s ease}@keyframes mtp-pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}.msh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400;animation:msh-fade .15s ease}@keyframes msh-fade{0%{opacity:0}to{opacity:1}}.msh-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:401;display:flex;flex-direction:column;max-height:88vh;max-height:88svh;animation:msh-slide-up .25s ease}@keyframes msh-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.msh-handle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:10px auto 0;flex-shrink:0}.msh-header{padding:14px 20px 12px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.msh-title{font-size:1.05rem;font-weight:700;color:#222}.msh-date-label{font-size:.78rem;color:#999;margin-top:2px}.msh-body{overflow-y:auto;padding:16px 20px 8px;flex:1;overscroll-behavior:contain}.msh-section-label{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.msh-section-label--row{display:flex;justify-content:space-between;align-items:center}.msh-select-all-btn{font-size:.75rem;font-weight:600;color:#4caf50;background:none;border:none;cursor:pointer;padding:0;text-transform:none;letter-spacing:0}.msh-friends{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.msh-friend-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:#fafafa;border:1.5px solid #efefef;border-radius:12px;cursor:pointer;transition:all .15s ease;text-align:left}.msh-friend-btn.active{border-color:#4caf50;background:#e8f5e9}.msh-friend-btn:active{transform:scale(.98)}.msh-friend-avatar{width:34px;height:34px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:.85rem;font-weight:700;color:#666}.msh-friend-avatar img{width:100%;height:100%;object-fit:cover}.msh-friend-name{flex:1;font-size:.88rem;font-weight:500;color:#333}.msh-friend-check{font-size:.85rem;color:#4caf50;font-weight:700}.msh-items-list{display:flex;flex-direction:column;gap:6px}.msh-meal-group{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}.msh-meal-header{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:left;transition:background .1s}.msh-meal-header:active{background:#f5f5f5}.msh-meal-header.selected{background:#e8f5e9}.msh-meal-header.partial{background:#f3faf3}.msh-meal-icon{font-size:1rem;flex-shrink:0}.msh-meal-name{flex:1;font-size:.82rem;font-weight:600;color:#333}.msh-meal-count{font-size:.72rem;color:#bbb;margin-right:4px}.msh-cb{width:20px;height:20px;border-radius:6px;border:1.5px solid #d0d0d0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;transition:all .1s}.msh-cb.checked{background:#4caf50;border-color:#4caf50}.msh-cb.partial{background:#a5d6a7;border-color:#a5d6a7;color:#2e7d32}.msh-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;border-bottom:1px solid #f5f5f5;cursor:pointer;text-align:left;transition:background .1s}.msh-item:last-child{border-bottom:none}.msh-item:active{background:#f9f9f9}.msh-item.selected{background:#f1faf2}.msh-item-name{flex:1;font-size:.81rem;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msh-item-cal{font-size:.75rem;font-weight:600;color:#888;flex-shrink:0}.msh-placeholder{font-size:.82rem;color:#bbb;text-align:center;padding:.75rem 0}.msh-footer{padding:10px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid #f0f0f0;background:#fff;flex-shrink:0}.msh-summary{font-size:.75rem;color:#888;text-align:center;margin-bottom:8px}.msh-buttons{display:flex;gap:10px}.msh-cancel{flex:1;padding:12px;border:1.5px solid #e0e0e0;border-radius:14px;background:#fff;color:#666;font-size:.9rem;font-weight:600;cursor:pointer}.msh-send{flex:1.8;padding:12px;border:none;border-radius:14px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s,transform .1s,opacity .15s}.msh-send:active{transform:scale(.97)}.msh-send:disabled{opacity:.55}.msh-send.success{background:#2e7d32}.msh-send.error{background:#d32f2f}@media(min-width:768px){.msh-modal{bottom:auto;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);max-width:460px;width:100%;border-radius:20px;animation:msh-pop .2s ease}@keyframes msh-pop{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}.cmm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;animation:cmm-fade-in .15s ease}@keyframes cmm-fade-in{0%{opacity:0}to{opacity:1}}.cmm-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:24px 20px calc(16px + env(safe-area-inset-bottom,0px));z-index:201;animation:cmm-slide-up .25s ease;max-height:85vh;max-height:85svh;overflow-y:auto}@keyframes cmm-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cmm-title{font-size:1.05rem;font-weight:700;color:#222;margin-bottom:12px}.cmm-field{margin-top:14px}.cmm-field>label{display:block;font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.cmm-name-input{width:100%;padding:10px 12px;border:1.5px solid #e8e8e8;border-radius:12px;font-size:.9rem;color:#333;background:#fafafa;outline:none;transition:border-color .15s;box-sizing:border-box}.cmm-name-input:focus{border-color:#4caf50}.cmm-items{display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto;margin:0 -4px;padding:0 4px}.cmm-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1.5px solid #e8e8e8;border-radius:12px;background:#fafafa;cursor:pointer;text-align:left;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.cmm-item.checked{border-color:#4caf50;background:#e8f5e9}.cmm-checkbox{width:20px;height:20px;border-radius:6px;border:1.5px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;background:#fff;flex-shrink:0}.cmm-checkbox.checked{background:#4caf50;border-color:#4caf50}.cmm-item-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cmm-item-name{font-size:.9rem;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmm-item-meta{font-size:.75rem;color:#888}.cmm-empty{padding:16px;text-align:center;color:#888;font-size:.85rem}.cmm-error{margin-top:12px;padding:8px 12px;background:#fdecea;color:#c62828;border-radius:8px;font-size:.8rem}.cmm-save-as-recipe{margin-top:14px;padding:10px;border:1.5px dashed #4CAF50;border-radius:12px;background:transparent;color:#2e7d32;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.cmm-save-as-recipe:disabled{opacity:.6;cursor:not-allowed}.cmm-buttons{display:flex;gap:10px;margin-top:20px;background:#fff;padding-top:12px;border-top:1px solid rgba(0,0,0,.05);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.cmm-cancel{flex:1;padding:12px;border:1.5px solid #e0e0e0;border-radius:14px;background:#fff;color:#666;font-size:.9rem;font-weight:600;cursor:pointer}.cmm-confirm{flex:1.5;padding:12px;border:none;border-radius:14px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.cmm-confirm:active{transform:scale(.97)}.cmm-confirm:disabled{opacity:.6;cursor:not-allowed}.cmm-confirm.error{background:#d32f2f}@media(min-width:768px){.cmm-modal{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);max-width:460px;border-radius:20px;animation:cmm-pop-in .2s ease}@keyframes cmm-pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}.dgd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:210;animation:dgd-fade-in .15s ease}@keyframes dgd-fade-in{0%{opacity:0}to{opacity:1}}.dgd-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:24px 20px calc(20px + env(safe-area-inset-bottom,0px));z-index:211;animation:dgd-slide-up .25s ease}@keyframes dgd-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dgd-title{font-size:1.05rem;font-weight:700;color:#222;text-align:center}.dgd-subtitle{font-size:.85rem;color:#888;text-align:center;margin-top:4px}.dgd-options{display:flex;flex-direction:column;gap:8px;margin-top:18px}.dgd-option{padding:14px;border:1.5px solid #e8e8e8;border-radius:14px;background:#fafafa;font-size:.9rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .1s}.dgd-option:active:not(:disabled){transform:scale(.98)}.dgd-option:disabled{opacity:.6;cursor:not-allowed}.dgd-option-cascade{background:#fdecea;border-color:#f5c6c1;color:#c62828}.dgd-option-dissolve{background:#fafafa;border-color:#e8e8e8;color:#333}.dgd-option-cancel{background:#fff;border-color:#e0e0e0;color:#666}@media(min-width:768px){.dgd-modal{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);max-width:380px;border-radius:20px;animation:dgd-pop-in .2s ease}@keyframes dgd-pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}.meals-tabs{display:flex;background:#f0f0f0;border-radius:10px;padding:3px;margin-bottom:.75rem;gap:3px}.meals-tab{flex:1;padding:.45rem .5rem;border:none;border-radius:8px;background:transparent;font-size:.76rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease;text-align:center}.meals-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.meals-tab:active{transform:scale(.97)}.date-nav{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.date-nav-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer;flex-shrink:0}.date-nav-btn:hover{background:#e8f5e9;color:#4caf50}.date-nav-btn:disabled,.date-nav-center:disabled{opacity:.4;pointer-events:none}.date-nav-center{display:flex;flex-direction:column;align-items:center;background:none;border:none;cursor:pointer;padding:.25rem 1rem}.date-nav-label{font-size:1rem;font-weight:700;color:#333}.date-nav-full{font-size:.7rem;color:#999}.day-circles.clickable{cursor:pointer}.day-circles.clickable:active{background:#fafafa}.day-circles{display:flex;align-items:flex-start;justify-content:space-around;background:#fff;border-radius:12px;padding:.75rem .25rem .5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.circle-progress{display:flex;flex-direction:column;align-items:center;position:relative}.circle-progress svg{display:block}.circle-value{position:absolute;top:0;left:0;right:0;bottom:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.circle-num{font-size:.78rem;font-weight:700;color:#333;line-height:1}.circle-unit{font-size:.48rem;color:#999;line-height:1;margin-top:1px}.circle-label{font-size:.58rem;color:#888;margin-top:.2rem;text-align:center}.day-quality-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;padding:.75rem .875rem .6rem;margin-bottom:0;position:relative;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.day-quality-emoji{font-size:2.8rem;line-height:1}.day-quality-label{font-size:.95rem;font-weight:700;margin-top:.2rem;line-height:1.2}.day-quality-sub{font-size:.62rem;color:#999;margin-top:.05rem}.meals-separator{display:flex;align-items:center;justify-content:center;padding:.4rem 0 .6rem}.meals-separator-line{width:60%;height:1px;background:linear-gradient(90deg,transparent,#d8d8d8 25%,#d8d8d8 75%,transparent)}.day-quality-card.clickable{cursor:pointer;position:relative}.day-quality-card.clickable:active{background:#fafafa}.day-quality-chevron{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);font-size:1.3rem;color:#ccc}.meals-list{display:flex;flex-direction:column;gap:.75rem}.meal-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.meal-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem .875rem;border-bottom:1px solid #f5f5f5}.meal-card-header.clickable{cursor:pointer}.meal-card-header.clickable:active{background:#fafafa}.meal-card-title{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#333}.meal-card-icon{font-size:1.1rem}.meal-card-right{display:flex;align-items:center;gap:.3rem}.meal-card-kcal{font-size:.8rem;font-weight:600;color:#4caf50}.meal-card-chevron{font-size:1.1rem;color:#ccc}.meal-items{padding:0}.meal-item{padding:.5rem .875rem;background:#fff;cursor:pointer;border-bottom:1px solid #f8f8f8;transition:background .15s ease;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.meal-item:last-child{border-bottom:none}.meal-item:active{background:#f9f9f9}.meal-item-top{display:flex;align-items:center;gap:.6rem}.meal-item-score{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.meal-item-score-emoji{font-size:1.1rem;line-height:1}.meal-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.meal-item-name{font-size:.85rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meal-item-amount{font-size:.65rem;color:#bbb}.meal-item-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0;margin-left:.5rem}.meal-item-cal{font-size:.75rem;font-weight:600;color:#555;flex-shrink:0}.meal-item-chevron{font-size:1.1rem;color:#ccc}.nutri-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.3rem}.nutri-tag{display:inline-flex;align-items:center;padding:.12rem .4rem;border-radius:6px;font-size:.58rem;font-weight:600;line-height:1.3}.meal-empty{padding:.75rem .875rem;font-size:.8rem;color:#ccc;text-align:center}.meal-add-btn{width:100%;padding:.6rem;background:none;border:none;border-top:1px solid #f0f0f0;color:#4caf50;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease}.meal-add-btn:hover{background:#f8fdf8}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000026;animation:overlayIn .15s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.ctx-menu{position:fixed;z-index:200;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000002e;border:1px solid #e8e8e8;overflow:hidden;min-width:180px;animation:ctxIn .15s ease}@keyframes ctxIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ctx-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .875rem;background:none;border:none;font-size:.82rem;cursor:pointer;text-align:left;color:#333;transition:background .1s ease}.undo-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.6rem .8rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;font-size:.8rem;box-shadow:0 4px 12px #00000040;z-index:100;animation:snackIn .25s ease;max-width:calc(100% - 2rem)}.undo-snackbar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.undo-snackbar button{background:none;border:none;color:#81c784;font-weight:700;font-size:.8rem;cursor:pointer;flex-shrink:0;padding:.2rem .4rem}@keyframes snackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.fab-today{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#4caf50;color:#fff;border:none;border-radius:20px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #4caf504d;z-index:99}@media(min-width:768px){.fab-today{bottom:2rem;right:2rem}.undo-snackbar{bottom:2rem}.ctx-menu-item:hover{background:#f5f5f5}.ctx-menu-item.danger:hover{background:#ffebee}}.edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;animation:fadeIn .15s ease}.edit-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:20px;width:min(90vw,340px);z-index:1001;box-shadow:0 8px 32px #0003;animation:scaleIn .2s ease}.edit-modal-title{font-size:1rem;font-weight:600;color:#222;margin-bottom:12px;line-height:1.3}.edit-modal-preview{margin-bottom:16px;min-height:28px}.edit-modal-macros{display:flex;gap:12px;font-size:.82rem;font-weight:500;color:#555}.edit-modal-macros span:first-child{color:#222;font-weight:600}.edit-macro-p{color:#4caf50}.edit-macro-c{color:#ff9800}.edit-macro-f{color:#f44336}.edit-modal-field label{display:block;font-size:.78rem;color:#888;margin-bottom:6px}.edit-modal-input-row{display:flex;align-items:center;gap:0}.edit-modal-input-row input{flex:1;min-width:0;font-size:1.2rem;font-weight:600;padding:10px 12px;border:2px solid #e0e0e0;border-radius:10px;outline:none;transition:border-color .2s;-moz-appearance:textfield}.edit-modal-input-row input:focus{border-color:#4caf50}.edit-modal-input-row input::-webkit-outer-spin-button,.edit-modal-input-row input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.edit-modal-unit{font-size:1rem;color:#888;font-weight:500;width:30px;flex-shrink:0;text-align:right}.edit-modal-slider{margin-top:12px}.edit-slider{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e8e8e8;border-radius:3px;outline:none;cursor:pointer}.edit-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#4caf50;border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.edit-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#4caf50;border:3px solid #fff;box-shadow:0 1px 4px #0003;cursor:pointer}.edit-slider-labels{display:flex;justify-content:space-between;margin-top:4px;font-size:.7rem;color:#bbb}.edit-modal-buttons{display:flex;gap:10px;margin-top:18px}.edit-modal-cancel{flex:1;padding:10px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#666;font-size:.9rem;font-weight:500;cursor:pointer}.edit-modal-save{flex:1;padding:10px;border:none;border-radius:10px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.edit-modal-save:disabled{opacity:.6}.edit-modal-save.success{background:#4caf50}.edit-modal-save.error{background:#f44336}.copy-modal-item-name{font-size:.95rem;font-weight:600;color:#333;text-align:center;margin-top:-.25rem}.copy-modal-item-meta{font-size:.78rem;color:#999;text-align:center;margin-bottom:.75rem}.copy-date-input{width:100%;padding:.6rem .75rem;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.9rem;color:#333;background:#fafafa;outline:none;transition:border-color .2s;-webkit-appearance:none}.copy-date-input:focus{border-color:#4caf50}.copy-meal-types{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.25rem}.copy-meal-type-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem .65rem;border:1.5px solid #e8e8e8;border-radius:10px;background:#fff;font-size:.8rem;color:#555;cursor:pointer;transition:all .15s ease}.copy-meal-type-btn:hover{border-color:#ccc;background:#fafafa}.copy-meal-type-btn.active{border-color:#4caf50;background:#e8f5e9;color:#2e7d32;font-weight:600}.meal-item--predicted{opacity:.7;border-left:3px solid #FF9800;background:repeating-linear-gradient(135deg,transparent,transparent 8px,rgba(255,152,0,.04) 8px,rgba(255,152,0,.04) 16px)}.meal-item-score--predicted{background:#fff3e0!important}.meal-item-cal--predicted{color:#ff9800}.meal-item-predicted-label{font-size:.65rem;color:#ff9800;font-weight:600;padding:0 .5rem .35rem 2.75rem;letter-spacing:.02em}.meal-item-confirm-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:2px solid #4CAF50;background:#fff;color:#4caf50;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s ease;flex-shrink:0;margin-left:.35rem}.meal-item-confirm-btn:active{background:#4caf50;color:#fff;transform:scale(.9)}.meal-card-kcal-predicted{color:#ff9800;font-weight:400;font-size:.75rem}.circle-progress-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.avg-badge{position:absolute;top:-4px;right:-6px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;cursor:pointer;z-index:2;padding:0;box-shadow:0 1px 4px #00000026;transition:transform .15s ease}.avg-badge:active{transform:scale(.9)}.avg-badge--available{background:#ff9800;color:#fff}.avg-badge--active{background:#2196f3;color:#fff;animation:avgPulse 2s ease-in-out infinite}@keyframes avgPulse{0%,to{box-shadow:0 1px 4px #2196f34d}50%{box-shadow:0 1px 8px #2196f399}}.avg-modal-text{font-size:.85rem;color:#555;line-height:1.5;margin:.5rem 0 1rem}.avg-modal-visual--vertical{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.avg-modal-row{display:flex;flex-direction:column;gap:.2rem;padding:.6rem .75rem;background:#f8f9fa;border-radius:10px}.avg-modal-row-label{font-size:.78rem;font-weight:600;color:#333}.avg-modal-row-detail{display:flex;justify-content:space-between;align-items:center}.avg-modal-row-line{font-size:.82rem;color:#666}.avg-modal-row-line strong{font-weight:700}.avg-modal-day-goal--up{color:#ff9800}.avg-modal-day-goal--down{color:#2196f3}.avg-modal-row-shift{font-size:.72rem;font-weight:600;padding:.15rem .4rem;border-radius:6px;white-space:nowrap;margin-left:.5rem}.avg-modal-row-shift--up{color:#e65100;background:#fff3e0}.avg-modal-row-shift--down{color:#1565c0;background:#e3f2fd}.avg-modal-cap-hint{font-size:.72rem;color:#ff9800;text-align:center;margin:0 0 .5rem;padding:.4rem .6rem;background:#fff3e0;border-radius:8px;line-height:1.4}.avg-modal-hint{font-size:.72rem;color:#999;text-align:center;margin:0 0 .5rem;font-style:italic}.priority-hint{display:flex;align-items:flex-start;gap:8px;margin:0 16px 12px;padding:10px 14px;border-radius:12px;font-size:.82rem;line-height:1.45;animation:priorityFadeIn .4s ease}.priority-hint-text{color:inherit}.shop-unit-select{padding:10px 12px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;background:#fff;outline:none;width:80px;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.meal-item-source-icon{font-size:.55rem;margin-left:4px;vertical-align:middle;opacity:.7}.barcode-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:1000;display:flex;flex-direction:column}.barcode-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;padding-top:calc(.5rem + env(safe-area-inset-top,0px));background:#0009;position:relative;z-index:2}.barcode-close,.barcode-flash{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;border-radius:50%}.barcode-close:active,.barcode-flash:active{background:#ffffff26}.barcode-flash.on{color:#ffd600}.barcode-title{font-size:.9rem;font-weight:600;color:#fff}.barcode-camera{flex:1;position:relative;overflow:hidden}.barcode-camera video{width:100%;height:100%;object-fit:cover}.barcode-guide{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.guide-frame{width:260px;height:160px;position:relative}.guide-corner{position:absolute;width:24px;height:24px;border-color:#4caf50;border-style:solid;border-width:0}.guide-corner.tl{top:0;left:0;border-top-width:3px;border-left-width:3px;border-top-left-radius:8px}.guide-corner.tr{top:0;right:0;border-top-width:3px;border-right-width:3px;border-top-right-radius:8px}.guide-corner.bl{bottom:0;left:0;border-bottom-width:3px;border-left-width:3px;border-bottom-left-radius:8px}.guide-corner.br{bottom:0;right:0;border-bottom-width:3px;border-right-width:3px;border-bottom-right-radius:8px}.guide-line{position:absolute;top:50%;left:10px;right:10px;height:2px;background:#f44336;opacity:.7;animation:scanLine 2s ease-in-out infinite}@keyframes scanLine{0%,to{top:30%}50%{top:70%}}.guide-text{margin-top:1.5rem;color:#fffc;font-size:.82rem;text-align:center}.barcode-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:8px;z-index:1}.barcode-loading-dot{width:10px;height:10px;background:#ffffffb3;border-radius:50%;animation:barcodePulse 1.2s ease-in-out infinite}.barcode-loading-dot:nth-child(2){animation-delay:.15s}.barcode-loading-dot:nth-child(3){animation-delay:.3s}@keyframes barcodePulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.barcode-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center}.barcode-error p{margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.barcode-error button{padding:.6rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer}.add-meal-page{display:flex;flex-direction:column;flex:1;min-height:0;background:#f8f8f8;padding:.75rem;padding-bottom:calc(.75rem + 52px);gap:.5rem}.add-meal-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;flex-shrink:0}.add-meal-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer}.add-meal-back:active{background:#e8e8e8}.add-meal-title{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0;padding:0 .5rem}.add-meal-title-text{font-size:.95rem;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.add-meal-date{font-size:.65rem;color:#999}.ai-limit-bar{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;flex-shrink:0}.ai-limit-track{flex:1;height:4px;background:#eee;border-radius:2px;overflow:hidden}.ai-limit-fill{height:100%;background:#4caf50;border-radius:2px;transition:width .4s ease,background .3s ease}.ai-limit-fill.warning{background:#ff9800}.ai-limit-fill.critical{background:#f44336}.ai-limit-label{font-size:.62rem;color:#aaa;white-space:nowrap;flex-shrink:0}.add-meal-messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.msg-row{display:flex;align-items:flex-end;gap:.4rem;max-width:88%;animation:msgFadeIn .2s ease}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.msg-row.user{align-self:flex-end}.msg-row.assistant{align-self:flex-start}.msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.7rem;font-weight:700}.msg-avatar.ai{background:#e8f5e9;font-size:.9rem}.msg-avatar.user{background:#4caf50;color:#fff}.msg-content{min-width:0}.msg-bubble{padding:.5rem .7rem;border-radius:14px;font-size:.82rem;line-height:1.45;white-space:pre-line;word-wrap:break-word}.msg-bubble.assistant{background:#fff;color:#333;border:1px solid #f0f0f0;border-bottom-left-radius:4px}.msg-bubble.user{background:#4caf50;color:#fff;border-bottom-right-radius:4px}.typing-dots span{display:inline-block;animation:typingBlink 1.4s infinite both;font-size:1.4rem;font-weight:700;line-height:1;color:#bbb}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.25}40%{opacity:1}}.msg-items-card{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);overflow:hidden;box-shadow:0 1px 3px #0000000a}.msg-items-header{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;border-bottom:1px solid rgba(0,0,0,.05);font-size:.68rem;font-weight:600;color:#999;letter-spacing:.01em}.msg-items-kcal{color:#4caf50;font-weight:700;font-size:.75rem}.msg-food{border-bottom:1px solid rgba(0,0,0,.04)}.msg-food:last-of-type{border-bottom:none}.msg-food-top{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem .3rem;cursor:pointer;transition:background .1s}.msg-food-top:active{background:#fafafa}.msg-food-info{display:flex;flex-direction:column;min-width:0;flex:1;gap:.05rem}.msg-food-name{font-size:.82rem;font-weight:600;color:#1a1a1a;line-height:1.3}.msg-food-amount{font-size:.64rem;color:#aaa;font-weight:400}.msg-food-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.msg-food-cal{font-size:.78rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums}.msg-items-pantry-legend{display:inline-flex;align-items:center;gap:.2rem;font-size:.58rem;color:#ff9800;font-weight:500;white-space:nowrap}.msg-food-pantry{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ccc;cursor:pointer;border-radius:50%;transition:all .2s;flex-shrink:0}.msg-food-pantry.active{color:#ff9800;background:#ff98001a}.msg-food-pantry.active:hover,.msg-food-pantry.active:active{background:#ff98002e}.msg-food-pantry:not(.disabled):not(.active):hover,.msg-food-pantry:not(.disabled):not(.active):active{background:#f5f5f5;color:#999}.msg-food-pantry.disabled{opacity:.25;cursor:default;pointer-events:none}.pantry-partial-hint{color:#ff9800;font-size:.58rem;font-weight:500}.msg-food-pantry-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#fafafa;border-top:1px solid rgba(0,0,0,.04);cursor:pointer;transition:background .15s;-webkit-tap-highlight-color:transparent}.msg-food-pantry-row:active{background:#f0f0f0}.msg-food-pantry-row svg{flex-shrink:0;color:#bbb;transition:color .2s}.msg-food-pantry-row.active svg{color:#ff9800}.msg-food-pantry-row-label{flex:1;font-size:.72rem;font-weight:500;color:#aaa;transition:color .2s}.msg-food-pantry-row.active .msg-food-pantry-row-label{color:#ff9800}.msg-food-pantry-toggle{width:34px;height:20px;border-radius:10px;background:#ddd;position:relative;flex-shrink:0;transition:background .2s}.msg-food-pantry-toggle:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .2s}.msg-food-pantry-toggle.active{background:#ff9800}.msg-food-pantry-toggle.active:after{left:17px}.msg-food-edit{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#bbb;cursor:pointer;border-radius:50%;transition:all .15s}.msg-food-edit:hover,.msg-food-edit:active{background:#f0f7f0;color:#4caf50}.msg-food-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ccc;font-size:.55rem;cursor:pointer;border-radius:50%;transition:all .15s}.msg-food-remove:hover,.msg-food-remove:active{background:#fef2f2;color:#f44336}.msg-food-macro-bar{display:flex;height:4px;margin:.15rem .75rem .35rem;border-radius:2px;overflow:hidden;background:#f0f0f0;gap:1px}.macro-segment{height:100%;border-radius:2px;transition:width .3s ease}.macro-segment.protein{background:#4caf50}.macro-segment.carbs{background:#ff9800}.macro-segment.fat{background:#f44336}.msg-food-macros{display:flex;gap:.4rem;padding:0 .75rem .5rem;flex-wrap:wrap}.macro-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.62rem;font-weight:600;color:#666;letter-spacing:.01em}.macro-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.macro-pill.protein .macro-dot{background:#4caf50}.macro-pill.carbs .macro-dot{background:#ff9800}.macro-pill.fat .macro-dot{background:#f44336}.msg-food-detail{padding:.4rem .75rem .5rem;background:#fafafa;display:flex;flex-direction:column;gap:.25rem;border-top:1px solid rgba(0,0,0,.04)}.detail-row{display:flex;justify-content:space-between;font-size:.68rem;color:#777}.detail-row span:last-child{font-weight:500;color:#555;font-variant-numeric:tabular-nums}.msg-items-footer{background:#fff;border-top:2px solid rgba(0,0,0,.08)}.msg-items-footer .footer-top{cursor:default;padding-top:.5rem}.msg-items-footer .footer-top:active{background:transparent}.add-meal-bottom{flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;padding:.5rem .65rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:.4rem}.confirm-buttons{display:flex;gap:.4rem}.confirm-btn-eat{flex:1;padding:.6rem .5rem;background:#4caf50;color:#fff;border:none;border-radius:12px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.confirm-btn-eat:active{background:#43a047}.confirm-btn-eat:disabled{background:#ccc;cursor:not-allowed}.confirm-btn-plan-icon{flex:0 0 auto;width:2.75rem;padding:.6rem 0;background:#fff;color:#4caf50;border:1.5px solid #4CAF50;border-radius:12px;font-size:1.05rem;line-height:1;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.confirm-btn-plan-icon:active{background:#4caf5014}.confirm-btn-plan-icon:disabled{opacity:.5;cursor:not-allowed}.input-card{display:flex;align-items:center;gap:.35rem;background:#f5f5f5;border-radius:24px;padding:.35rem .35rem .35rem .85rem}.input-field{flex:1;min-width:0;padding:.35rem 0;border:none;font-size:.88rem;outline:none;background:transparent;color:#333}.input-field::placeholder{color:#bbb}.input-field:disabled{opacity:.5}.input-actions{display:flex;align-items:center;gap:.1rem;flex-shrink:0}.action-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:#999;transition:all .15s}.action-btn:active{background:#eee}.action-btn:disabled{opacity:.35;cursor:not-allowed}.send-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ddd;color:#fff;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .15s}.send-btn.active{background:#4caf50}.send-btn:disabled{background:#ddd;cursor:default}.msg-tool-event{align-self:flex-start;font-size:.68rem;color:#999;padding:.15rem .5rem;margin-left:36px;line-height:1.5;animation:msgFadeIn .2s ease}.msg-photo-thumb{max-width:180px;border-radius:14px 14px 4px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 4px #00000014}.msg-photo-thumb img{width:100%;height:auto;display:block;max-height:200px;object-fit:cover}.suggestion-chips-container{padding:0 1rem .5rem 3rem}.suggestion-chips-label{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;font-weight:600}.suggestion-chips{display:flex;flex-wrap:wrap;gap:.4rem}.suggestion-chip{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#fff;border:1.5px solid #e5e5e5;border-radius:20px;font-size:.78rem;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.suggestion-chip:active{transform:scale(.95);border-color:var(--primary, #4CAF50);background:#4caf500f}.suggestion-chip-name{font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.suggestion-chip-meta{color:#999;font-size:.7rem;white-space:nowrap}.suggestion-chip-add{color:var(--primary, #4CAF50);font-weight:700;font-size:.9rem;margin-left:.1rem}.suggestion-chip.added{border-color:var(--primary, #4CAF50);background:#4caf5014;opacity:.6;cursor:default}.suggestion-chip.added .suggestion-chip-add{color:var(--primary, #4CAF50)}.edit-item-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:overlayFadeIn .2s ease}.edit-item-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;padding:0;animation:modalSlideUp .25s ease;padding-bottom:env(safe-area-inset-bottom,0px)}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-item-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem .7rem;border-bottom:1px solid #f0f0f0}.edit-item-title{font-size:.95rem;font-weight:700;color:#1a1a1a}.edit-item-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;font-size:.6rem;cursor:pointer}.edit-item-body{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.35rem}.edit-item-label{font-size:.72rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.03em;margin-top:.3rem}.edit-item-input{width:100%;padding:.55rem .75rem;border:1.5px solid #e8e8e8;border-radius:10px;font-size:.9rem;color:#1a1a1a;background:#fafafa;outline:none;box-sizing:border-box;transition:border-color .15s}.edit-item-input:focus{border-color:#4caf50;background:#fff}.edit-item-row{display:flex;gap:.5rem}.edit-item-input.amount{flex:2;width:auto}.edit-item-input.unit{flex:1;width:auto}.edit-item-footer{display:flex;gap:.5rem;padding:.6rem 1.1rem 1rem}.edit-item-cancel{flex:1;padding:.65rem;background:#f5f5f5;border:none;border-radius:12px;font-size:.88rem;font-weight:600;color:#666;cursor:pointer}.edit-item-save{flex:2;padding:.65rem;background:#4caf50;border:none;border-radius:12px;font-size:.88rem;font-weight:600;color:#fff;cursor:pointer;transition:background .15s}.edit-item-save:active{background:#43a047}@media(min-width:768px){.add-meal-page{height:calc(100vh - 56px);background:transparent;max-width:600px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid #e8e8e8}.add-meal-header{border-radius:16px 16px 0 0}.add-meal-messages{background:#f8f8f8}.add-meal-bottom{border-radius:0 0 16px 16px;padding-bottom:.5rem}.msg-row{max-width:75%}}.food-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:overlayFadeIn .2s ease}.food-picker-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;max-height:75vh;display:flex;flex-direction:column;animation:modalSlideUp .25s ease;padding-bottom:env(safe-area-inset-bottom,0px)}.food-picker-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem .6rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.food-picker-title{font-size:.95rem;font-weight:700;color:#1a1a1a}.food-picker-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;font-size:.9rem;cursor:pointer}.food-picker-search-row{padding:.6rem 1rem;border-bottom:1px solid #f5f5f5;flex-shrink:0}.food-picker-search{width:100%;padding:.5rem .75rem;border:1.5px solid #e8e8e8;border-radius:10px;font-size:.88rem;background:#fafafa;outline:none;box-sizing:border-box;transition:border-color .15s}.food-picker-search:focus{border-color:#4caf50;background:#fff}.food-picker-list{overflow-y:auto;flex:1;padding:.3rem 0}.food-picker-loading,.food-picker-empty{text-align:center;padding:2rem 1rem;color:#aaa;font-size:.82rem}.food-picker-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem 1.1rem;background:none;border:none;border-bottom:1px solid rgba(0,0,0,.04);text-align:left;cursor:pointer;transition:background .1s;-webkit-tap-highlight-color:transparent}.food-picker-item:active{background:#f5f5f5}.food-picker-item.added{opacity:.5;cursor:default}.food-picker-item-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.food-picker-item-name{font-size:.85rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.food-picker-item-meta{font-size:.68rem;color:#aaa}.food-picker-item-check{font-size:1rem;font-weight:700;color:#4caf50;margin-left:.5rem;flex-shrink:0}.food-picker-item.added .food-picker-item-check{color:#4caf50}.low-stock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.low-stock-snackbar{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding:20px 16px calc(env(safe-area-inset-bottom,16px) + 16px);box-shadow:0 -4px 24px #0000001f;animation:slideUp .3s ease}.low-stock-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.low-stock-icon{font-size:20px}.low-stock-title{flex:1;font-size:16px;font-weight:700;color:#1a1a2e}.low-stock-close{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:4px}.low-stock-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.low-stock-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fef9f0;border:1px solid #f5e6cc;border-radius:12px}.low-stock-item-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.low-stock-item-name{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.low-stock-item-detail{font-size:12px;color:#e67e22}.low-stock-add-btn{flex-shrink:0;width:40px;height:40px;border-radius:10px;border:1.5px solid #e0e0e0;background:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.low-stock-add-btn:active:not(:disabled){transform:scale(.92)}.low-stock-add-btn.done{background:#e8f5e9;border-color:#4caf50;color:#4caf50;font-weight:700}.low-stock-dismiss{width:100%;padding:14px;border:none;border-radius:12px;background:#1a1a2e;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.detail-chart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;background:#0006;display:flex;align-items:center;justify-content:center;padding:1rem;animation:detailOverlayIn .2s ease}@keyframes detailOverlayIn{0%{opacity:0}to{opacity:1}}.detail-chart-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:1rem;box-shadow:0 8px 30px #0003;animation:detailModalIn .25s ease}@keyframes detailModalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.detail-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.detail-chart-title{display:flex;flex-direction:column;gap:.15rem}.detail-chart-title>span:first-child{font-size:.95rem;font-weight:700;color:#333}.detail-chart-total-diff{font-size:.68rem;font-weight:600}.detail-chart-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;font-size:.9rem;color:#666;cursor:pointer;flex-shrink:0}.detail-chart-close:active{background:#eee}.detail-chart-tooltip{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem;min-height:1.5rem}.detail-chart-tooltip-value{font-size:1.4rem;font-weight:700;line-height:1}.detail-chart-tooltip-date{font-size:.68rem;color:#999}.detail-chart-svg{width:100%;height:auto;display:block;cursor:crosshair;-webkit-user-select:none;user-select:none}.detail-chart-stats{display:flex;justify-content:space-around;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.detail-chart-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.detail-chart-stat-label{font-size:.6rem;font-weight:600;color:#bbb;text-transform:uppercase}.detail-chart-stat-value{font-size:.78rem;font-weight:700;color:#333}.graph-settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1000;animation:gsBackdropIn .2s ease}@keyframes gsBackdropIn{0%{opacity:0}to{opacity:1}}.graph-settings-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:0 0 env(safe-area-inset-bottom,16px);z-index:1001;max-height:80vh;overflow-y:auto;animation:gsSheetIn .28s cubic-bezier(.34,1.2,.64,1)}@keyframes gsSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.graph-settings-handle{width:36px;height:4px;border-radius:2px;background:#d1d5db;margin:10px auto 0}.graph-settings-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 4px}.graph-settings-title{font-size:1rem;font-weight:700;color:#111827}.graph-settings-done{background:none;border:none;color:#6366f1;font-size:.9rem;font-weight:600;cursor:pointer;padding:4px 0}.graph-settings-subtitle{padding:0 20px 6px;font-size:.75rem;color:#6b7280;margin:0}.graph-settings-bulk-actions{display:flex;gap:8px;padding:4px 20px 12px}.graph-settings-bulk-btn{flex:1;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.75rem;padding:6px 0;cursor:pointer}.graph-settings-bulk-btn:active{background:#e5e7eb}.graph-settings-list{padding:0 12px 16px;display:flex;flex-direction:column;gap:2px}.graph-settings-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:12px;cursor:pointer;transition:background .15s}.graph-settings-row:active{background:#f3f4f6}.graph-settings-row.off{opacity:.45}.graph-settings-icon{font-size:1.1rem;width:24px;text-align:center}.graph-settings-label-wrap{flex:1;display:flex;flex-direction:column;gap:1px}.graph-settings-label{font-size:.9rem;color:#111827;font-weight:500}.graph-settings-no-data{font-size:.7rem;color:#9ca3af}.graph-settings-toggle{width:44px;height:24px;border-radius:12px;background:#d1d5db;position:relative;transition:background .2s;flex-shrink:0}.graph-settings-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s cubic-bezier(.34,1.3,.64,1);box-shadow:0 1px 3px #00000040}.graph-settings-toggle.active .graph-settings-toggle-thumb{transform:translate(20px)}.cs-info-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;animation:cs-fade-in .2s ease}@keyframes cs-fade-in{0%{opacity:0}to{opacity:1}}.cs-info-modal{background:#fff;border-radius:16px;padding:20px;max-width:400px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:cs-slide-up .25s ease}@keyframes cs-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.cs-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cs-info-title{font-size:1.1rem;font-weight:700}.cs-info-close{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:4px 8px}.cs-info-desc{color:#555;font-size:.88rem;line-height:1.5;margin-bottom:16px}.cs-info-section{margin-bottom:16px}.cs-info-section h4{font-size:.85rem;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.cs-info-req{display:flex;flex-direction:column;gap:6px}.cs-info-req-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#555}.cs-info-req-icon{font-size:1rem}.cs-info-comp{background:#f8f9fa;border-radius:10px;padding:10px 12px;margin-bottom:6px}.cs-info-comp-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600}.cs-info-comp-weight{color:#4caf50;font-weight:700;font-size:.8rem}.cs-info-comp-desc{font-size:.78rem;color:#777;margin-top:4px;line-height:1.4}.cs-info-levels{display:flex;flex-direction:column;gap:4px}.cs-info-level{display:flex;align-items:center;gap:8px;font-size:.82rem}.cs-info-level-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cs-info-level-range{color:#999;font-size:.75rem;width:28px;text-align:right}.cs-info-level-label{color:#555}.cs-info-note{font-size:.75rem;color:#aaa;line-height:1.4;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.cs-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px #0000000f}.cs-card-empty{text-align:center}.cs-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cs-card-title{font-weight:700;font-size:.9rem}.cs-card-hint{color:#999;font-size:.8rem;line-height:1.4}.cs-card-single{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0}.cs-card-score{font-size:2.5rem;font-weight:800;line-height:1}.cs-card-label{font-size:.82rem;font-weight:600}.cs-info-btn{background:none;border:1px solid #e0e0e0;border-radius:50%;width:22px;height:22px;font-size:.72rem;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-style:italic;font-weight:600}.cs-profile-stat{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8f9fa;border-radius:10px;cursor:pointer;transition:background .15s;margin-bottom:10px}.cs-profile-stat:active{background:#f0f0f0}.cs-profile-left{display:flex;align-items:center;gap:10px}.cs-profile-icon{font-size:1.2rem}.cs-profile-value{font-size:1.4rem;font-weight:800;line-height:1}.cs-profile-info{display:flex;flex-direction:column;gap:1px}.cs-profile-name{font-size:.75rem;color:#999;font-weight:500}.cs-profile-level{font-size:.8rem;font-weight:600}.cs-profile-date{font-size:.7rem;color:#bbb}.cs-detail-overlay{z-index:9999}.alc{width:100%}.alc-svg{width:100%;height:auto;display:block}.alc .alc-fill{opacity:0;transition:opacity ease}.alc .alc-gap{opacity:0;transition:opacity .3s ease}.alc .alc-dot{transform:scale(0);transform-origin:center;transform-box:fill-box;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.alc--animate .alc-fill{opacity:1}.alc--animate .alc-gap{opacity:.3}.alc--animate .alc-dot{transform:scale(1)}.body-page{padding-bottom:2rem}.body-tabs{display:flex;gap:0;margin-bottom:.75rem;background:#f5f6f7;border-radius:10px;padding:3px}.body-tab-btn{flex:1;padding:.45rem .5rem;border:none;background:none;border-radius:8px;font-size:.78rem;font-weight:600;color:#999;cursor:pointer;transition:all .15s ease}.body-tab-btn.active{background:#fff;color:#333;box-shadow:0 1px 3px #0000001a}.weekly-tab{display:flex;flex-direction:column;gap:.5rem}.weekly-group{display:flex;flex-direction:column;gap:.4rem}.weekly-group-title{font-size:.65rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.4px;padding:0 .1rem;margin-bottom:.1rem;margin-top:.25rem}.weekly-metric-card{background:#fff;border-radius:12px;padding:.7rem .75rem .5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.weekly-metric-header{display:flex;align-items:center;gap:.3rem;margin-bottom:.4rem}.weekly-metric-icon{font-size:.85rem;line-height:1}.weekly-metric-label{font-size:.75rem;font-weight:600;color:#555;flex:1}.weekly-metric-hint{font-size:.58rem;color:#bbb;font-weight:400;white-space:nowrap}.weekly-range-selector{display:flex;gap:.3rem;margin-bottom:.75rem}.weekly-range-btn{flex:1;padding:.35rem 0;border:1px solid #e8e8e8;border-radius:8px;background:#fff;font-size:.72rem;font-weight:600;color:#aaa;cursor:pointer;transition:all .15s ease}.weekly-range-btn.active{background:#333;border-color:#333;color:#fff}.weekly-trend-badge{font-size:.62rem;font-weight:700;letter-spacing:.2px}.weekly-stagnation-badge{font-size:.58rem;font-weight:600;color:#ff9800;background:#fff3e0;padding:2px 6px;border-radius:10px}.weekly-barchart-bars{display:flex;align-items:flex-end;gap:4px;height:80px}.weekly-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.weekly-bar-value{font-size:.48rem;color:#bbb;line-height:1;margin-bottom:2px;min-height:8px;text-align:center;white-space:nowrap}.weekly-bar-col.latest .weekly-bar-value{color:#555;font-weight:700}.weekly-bar-track{flex:1;width:100%;background:#f3f4f6;border-radius:4px 4px 2px 2px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.weekly-bar-fill{width:100%;border-radius:4px 4px 2px 2px;transition:height .5s ease}.weekly-bar-label{font-size:.5rem;color:#bbb;margin-top:3px;text-align:center;white-space:nowrap}.weekly-bar-col.latest .weekly-bar-label{color:#888;font-weight:600}.body-goal-card{background:#fff;border-radius:14px;padding:.85rem;margin-bottom:.75rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.body-goal-locked{border:1px dashed #d0d0d0;background:#fafbfc}.body-goal-locked .body-goal-header{margin-bottom:0}.body-goal-locked-content{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem .5rem;gap:.5rem}.body-goal-locked-icon{font-size:1.6rem;opacity:.5}.body-goal-locked-text{font-size:.75rem;color:#999;text-align:center;line-height:1.4;margin:0}.body-goal-locked-btn{padding:.45rem 1.2rem;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:opacity .15s}.body-goal-locked-btn:active{opacity:.8}.body-goal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.body-goal-title{font-size:.78rem;font-weight:700;color:#444}.body-goal-status{font-size:.68rem;font-weight:600;padding:3px 10px;border-radius:20px}.body-goal-visual{margin-bottom:.5rem}.wg-race-track{position:relative;display:flex;align-items:center;gap:0;padding:40px 0 22px}.wg-race-lane{flex:1;position:relative;height:40px;background:#f3f4f6;border-radius:20px;overflow:visible}.wg-race-fill{position:absolute;left:0;top:0;bottom:0;border-radius:20px;background:#eaeaea;transition:width .7s cubic-bezier(.34,1.56,.64,1)}.wg-race-finish{font-size:16px;flex-shrink:0;margin-left:6px;opacity:.7}.wg-race-milestone{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:0}.wg-race-ms-dot{width:6px;height:6px;border-radius:50%;transition:background .3s}.wg-race-ms-label{font-size:8px;color:#ccc;margin-top:2px;font-weight:600}.wg-race-milestone.reached .wg-race-ms-label{color:#999}.wg-race-runner{position:absolute;top:50%;transform:translateY(-50%);transition:left .7s cubic-bezier(.34,1.56,.64,1);z-index:10}.wg-race-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:2.5px solid white;box-shadow:0 1px 5px #0000001f}.wg-race-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.wg-race-avatar-initial{color:#555;font-weight:700;font-size:14px;line-height:1}.wg-race-avatar-rel{position:relative;display:inline-block}.wg-rod-wrap{position:absolute;top:0;left:0;pointer-events:none;z-index:25;overflow:visible}.wg-race-mood{position:absolute;bottom:-2px;right:-4px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;line-height:1;z-index:30;background:#fff;border:1.5px solid #eee;box-shadow:0 1px 3px #0000001a}.wg-race-tooltip{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);color:#666;background:#f0f0f0;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700;white-space:nowrap}.wg-race-labels{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.15rem;padding:0 2px}.wg-race-label-start,.wg-race-label-current,.wg-race-label-end{display:flex;flex-direction:column}.wg-race-label-current{align-items:center}.wg-race-label-end{align-items:flex-end}.wg-race-label-value{font-size:.9rem;font-weight:800;color:#444;line-height:1}.wg-race-label-sub{font-size:.55rem;color:#bbb;margin-top:1px}.body-goal-diff{text-align:center;font-size:.72rem;color:#888;margin-top:.5rem}.body-goal-details{border-top:1px solid #f0f0f0;padding-top:.6rem;display:flex;flex-direction:column;gap:.35rem}.body-goal-detail{display:flex;justify-content:space-between;align-items:center}.body-goal-detail-label{font-size:.74rem;color:#888}.body-goal-detail-value{font-size:.74rem;font-weight:600;color:#333}.body-goal-gear-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f5f6f7;border:none;border-radius:50%;font-size:.8rem;cursor:pointer;flex-shrink:0;transition:background .15s}.body-goal-gear-btn:active{background:#e8e8e8}.body-goal-journey-picker{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.75rem;padding:.5rem;background:#f8f9fa;border-radius:10px}.body-goal-journey-option{display:flex;justify-content:space-between;align-items:center;padding:.5rem .65rem;background:#fff;border:1.5px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .15s}.body-goal-journey-option.active{border-color:#4caf50;background:#f0faf1}.body-goal-journey-option:active{background:#f5f5f5}.body-goal-journey-option-name{font-size:.78rem;font-weight:600;color:#333}.body-goal-journey-option-date{font-size:.65rem;color:#999}.body-goal-placeholder{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;gap:.3rem}.body-goal-placeholder-icon{font-size:1.5rem;opacity:.4}.body-goal-placeholder-text{font-size:.8rem;color:#aaa;text-align:center}.body-goal-placeholder-sub{font-size:.72rem;color:#ccc}@media(prefers-color-scheme:dark){.body-goal-card{background:#fff!important;color:#333!important}.body-goal-title,.body-goal-endpoint-value,.body-goal-detail-value{color:#333!important}}.body-loading{text-align:center;padding:3rem;color:#999}.body-current-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.body-current-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;font-weight:600;color:#333}.body-current-date{font-size:.7rem;color:#999;font-weight:400}.body-current-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.body-current-item{display:flex;flex-direction:column;align-items:center;padding:.4rem .2rem;background:#fafafa;border-radius:8px}.body-current-icon{font-size:.9rem;line-height:1}.body-current-value{font-size:.85rem;font-weight:700;margin-top:.15rem}.body-current-unit{font-size:.55rem;color:#bbb;margin-top:-.1rem}.body-current-label{font-size:.55rem;color:#999;margin-top:.1rem;text-align:center}.chart-filter{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.chart-filter-btn{padding:.3rem .6rem;border-radius:20px;border:1px solid #e0e0e0;background:#fff;font-size:.65rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s ease}.chart-filter-btn.active{border-color:currentColor;font-weight:600}.charts-container{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.mini-chart{background:#fff;border-radius:12px;padding:.65rem .75rem .4rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;cursor:pointer;transition:box-shadow .15s ease}.mini-chart:active{box-shadow:0 1px 6px #0000001f}.mini-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.mini-chart-title{font-size:.75rem;font-weight:600;color:#555}.mini-chart-values{display:flex;align-items:baseline;gap:.4rem}.mini-chart-current{font-size:.9rem;font-weight:700}.mini-chart-diff{font-size:.65rem;font-weight:600;color:#999}.mini-chart-diff.up{color:#e65100}.mini-chart-diff.down{color:#2e7d32}.mini-chart-add{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1.5px solid;background:none;font-size:.85rem;font-weight:700;cursor:pointer;line-height:1;padding:2px 0 0;flex-shrink:0;transition:background .15s}.mini-chart-add:active{background:#0000000a}.mini-chart-inline-form{display:flex;align-items:center;gap:.3rem}.mini-chart-inline-input{width:65px;padding:.25rem .4rem;border:1.5px solid #ddd;border-radius:6px;font-size:.8rem;text-align:right;color:#333;background:#fafafa;outline:none;transition:border-color .15s;-moz-appearance:textfield}.mini-chart-inline-input::-webkit-outer-spin-button,.mini-chart-inline-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mini-chart-inline-input:focus{background:#fff}.mini-chart-inline-unit{font-size:.65rem;color:#999;min-width:18px}.mini-chart-inline-save{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;padding:0;flex-shrink:0}.mini-chart-inline-save:disabled{opacity:.4;cursor:not-allowed}.mini-chart-inline-cancel{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:6px;background:none;color:#999;font-size:.75rem;cursor:pointer;padding:0;flex-shrink:0}.mini-chart-svg{width:100%;height:60px;display:block}.mini-chart-animated .alc-svg{height:60px}.mini-chart-range{display:flex;justify-content:space-between;font-size:.55rem;color:#ccc;margin-top:.1rem}.body-entries{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.body-entries-header{display:flex;justify-content:space-between;align-items:center;padding:.7rem .9rem;font-size:.85rem;font-weight:600;color:#333;border-bottom:1px solid #f5f5f5}.body-add-btn{background:none;border:none;color:#4caf50;font-size:.8rem;font-weight:600;cursor:pointer}.body-empty{padding:2rem 1rem;text-align:center;color:#ccc}.body-empty span{font-size:2rem;display:block;margin-bottom:.5rem}.body-empty p{font-size:.85rem;margin-bottom:1rem}.body-start-btn{padding:.5rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.body-entry-row{display:flex;align-items:center;gap:.65rem;padding:.6rem .9rem;border-bottom:1px solid #f6f6f6;cursor:pointer;transition:background .12s;position:relative}.body-entry-row:last-child{border-bottom:none}.body-entry-row:active{background:#f9fafb}.body-entry-date{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:10px;background:#f3f4f6}.body-entry-date-weekday{font-size:.52rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.3px;line-height:1}.body-entry-date-day{font-size:.92rem;font-weight:800;color:#333;line-height:1.1}.body-entry-date-month{font-size:.5rem;font-weight:600;color:#bbb;text-transform:uppercase;line-height:1}.body-entry-values{display:flex;flex-wrap:wrap;gap:.3rem .5rem;flex:1;min-width:0;align-items:center}.body-entry-tag{display:flex;align-items:baseline;gap:.15rem;font-size:.8rem;font-weight:700;white-space:nowrap}.body-entry-tag-unit{font-size:.55rem;font-weight:500;opacity:.7}.body-entry-tag-icon{font-size:.75rem;opacity:.8}.body-entry-more{font-size:.6rem;color:#bbb;font-weight:500}.body-entry-chevron{font-size:1rem;color:#d0d0d0;flex-shrink:0;margin-left:auto}.body-entries-expand{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.6rem;background:none;border:none;border-top:1px solid #f0f0f0;color:#4caf50;font-size:.78rem;font-weight:600;cursor:pointer}.body-entries-expand:active{background:#fafafa}.expand-icon{font-size:.7rem;line-height:1}.active-session-banner{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:14px;padding:.85rem .9rem;margin-bottom:.75rem;cursor:pointer;border:1px solid #e8f5e9;border-left:3px solid #4CAF50;box-shadow:0 1px 4px #0000000f;transition:transform .12s,opacity .12s;-webkit-user-select:none;user-select:none}.active-session-banner:active{transform:scale(.985);opacity:.85}.active-session-banner.paused{border-left-color:#bbb;border-color:#f0f0f0}.active-session-left{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}.active-session-pulse-wrap{position:relative;width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f1f8f1;border-radius:10px}.active-session-sport-icon{font-size:1.2rem;z-index:1;position:relative}.active-session-pulse-ring{position:absolute;top:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:#4caf50;animation:session-pulse 2s ease-in-out infinite}@keyframes session-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.active-session-text{min-width:0}.active-session-title{font-size:.82rem;font-weight:700;color:#333;display:flex;align-items:center;gap:.4rem}.active-session-paused-badge{font-size:.58rem;font-weight:700;background:#f5f5f5;color:#999;padding:.1rem .4rem;border-radius:6px;letter-spacing:.02em}.active-session-subtitle{font-size:.65rem;color:#aaa;margin-top:1px}.active-session-stats{display:flex;gap:.75rem;flex-shrink:0}.active-session-stat{display:flex;flex-direction:column;align-items:center;gap:1px}.active-session-stat-value{font-size:.88rem;font-weight:800;color:#333;font-variant-numeric:tabular-nums;line-height:1}.active-session-stat-label{font-size:.55rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.03em}.active-session-chevron{font-size:1rem;color:#ccc;flex-shrink:0;margin-left:.1rem}.ex-week-hero{background:#fff;border-radius:14px;padding:.85rem;margin-bottom:.6rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.ex-week-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.ex-week-header-right{display:flex;align-items:center;gap:.45rem}.ex-week-history-link{font-size:.6rem;font-weight:600;color:#4caf50}.ex-week-hero:active{transform:scale(.985);transition:transform .1s}.ex-week-title{font-size:.82rem;font-weight:700;color:#333}.ex-streak-badge{font-size:.62rem;font-weight:700;color:#ff6d00;background:linear-gradient(135deg,#fff3e0,#ffe0b2);padding:.2rem .55rem;border-radius:20px;letter-spacing:.01em}.ex-weekday-dots{display:flex;justify-content:space-between;padding:0 .25rem;margin-bottom:.75rem}.ex-weekday{display:flex;flex-direction:column;align-items:center;gap:.25rem}.ex-weekday-dot{width:28px;height:28px;border-radius:50%;background:#f5f5f5;border:2px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:transparent;transition:all .2s ease}.ex-weekday-dot.filled{background:linear-gradient(135deg,#4caf50,#43a047);border-color:#4caf50;color:#fff;box-shadow:0 2px 6px #4caf504d}.ex-weekday.today .ex-weekday-dot:not(.filled):not(.rest-filled){border-color:#4caf50;border-style:dashed}.ex-weekday-dot.rest-filled{background:linear-gradient(135deg,#7c4dff22,#b388ff33);border-color:#7c4dff;color:#7c4dff;font-size:.7rem;box-shadow:0 2px 6px #7c4dff33}.ex-weekday-dot.filled.high-intensity{background:linear-gradient(135deg,#ff6d00,#ff9800);border-color:#ff6d00;box-shadow:0 2px 6px #ff6d0059}.ex-weekday.rest .ex-weekday-label{color:#7c4dff}.ex-weekday-label{font-size:.58rem;font-weight:600;color:#bbb;text-transform:uppercase}.ex-weekday.today .ex-weekday-label{color:#4caf50}.ex-weekday.active .ex-weekday-label{color:#666}.ex-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ex-stat-item{background:#f9faf9;border-radius:10px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.1rem}.ex-stat-value{font-size:.95rem;font-weight:800;color:#333;line-height:1.1}.ex-stat-label{font-size:.6rem;font-weight:600;color:#999;display:flex;align-items:center;gap:.25rem}.ex-stat-up{color:#4caf50;font-weight:800;font-size:.65rem}.ex-stat-down{color:#f44336;font-weight:800;font-size:.65rem}.ex-no-training-hint{text-align:center;font-size:.78rem;color:#bbb;padding:.5rem 0 .25rem}.ex-trends-card{background:#fff;border-radius:14px;padding:.75rem .85rem;margin-bottom:.6rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.ex-trends-header{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.4rem}.ex-trend-weeks{padding-top:.15rem}.ex-trend-row-pair{display:flex;gap:1.25rem}.ex-trend-col{flex:1;min-width:0}.ex-trend-col-label{font-size:.6rem;font-weight:600;color:#bbb;margin-bottom:.35rem}.ex-trend-bars{display:flex;align-items:flex-end;gap:3px;height:56px}.ex-trend-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:2px}.ex-trend-bar-value{font-size:.52rem;font-weight:700;line-height:1}.ex-trend-bar{width:100%;max-width:18px;min-height:2px;border-radius:3px 3px 1px 1px;transition:height .3s ease}.ex-trend-bar-label{font-size:.48rem;font-weight:600;color:#ccc;white-space:nowrap;margin-top:1px}.exercise-sessions-section{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.exercise-list-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;font-size:.82rem;font-weight:700;color:#333;border-bottom:1px solid #f5f5f5}.exercise-add-btn{background:none;border:1.5px solid #4CAF50;color:#4caf50;font-size:.68rem;font-weight:700;padding:.25rem .65rem;border-radius:20px;cursor:pointer;transition:all .15s ease}.exercise-add-btn:active{background:#4caf50;color:#fff}.exercise-start-btn{margin-top:.75rem;background:#4caf50;color:#fff;border:none;font-size:.78rem;font-weight:600;padding:.5rem 1.2rem;border-radius:20px;cursor:pointer}.exercise-empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;color:#999;text-align:center}.exercise-empty>span{font-size:2rem;margin-bottom:.5rem}.exercise-empty p{margin:.15rem 0;font-size:.82rem}.exercise-empty-hint{color:#bbb;font-size:.72rem!important}.exercise-day-group{padding:0 .85rem}.exercise-day-group:last-child{padding-bottom:.5rem}.exercise-day-header{font-size:.62rem;font-weight:700;color:#bbb;text-transform:uppercase;padding:.6rem 0 .3rem;letter-spacing:.02em}.exercise-card{background:#fafafa;border-radius:12px;margin-bottom:.35rem;overflow:hidden;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.exercise-card:active{transform:scale(.985)}.exercise-card.expanded{background:#f5f9f5}.exercise-card-main{display:flex;align-items:center;padding:.6rem .65rem;gap:.55rem}.exercise-card-icon{font-size:1.2rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;flex-shrink:0;box-shadow:0 1px 3px #0000000d}.exercise-card-info{flex:1;min-width:0}.exercise-card-type{font-size:.8rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.35rem}.exercise-manual-badge{font-size:.5rem;font-weight:700;color:#4caf50;background:#4caf5012;padding:.08rem .3rem;border-radius:6px;text-transform:uppercase;letter-spacing:.02em;flex-shrink:0}.exercise-card-meta{font-size:.65rem;color:#999;margin-top:.1rem}.exercise-card-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.exercise-card-distance{font-size:.75rem;font-weight:700;color:#4caf50}.exercise-card-chevron{font-size:.65rem;color:#ccc;transition:transform .2s ease}.exercise-card.expanded .exercise-card-chevron{color:#999}.exercise-card-details{padding:0 .65rem .6rem;border-top:1px solid #e8efe8;animation:exerciseDetailsIn .25s ease}@keyframes exerciseDetailsIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ex-detail-heroes{display:flex;gap:.4rem;padding-top:.65rem;margin-bottom:.55rem}.ex-detail-hero{flex:1;background:linear-gradient(135deg,#f8fbf8,#f2f7f2);border-radius:10px;padding:.5rem .45rem;display:flex;flex-direction:column;align-items:center;gap:.08rem;text-align:center;position:relative}.ex-detail-hero-icon{font-size:.9rem;margin-bottom:.1rem}.ex-detail-hero-value{font-size:.88rem;font-weight:800;color:#333;line-height:1.1}.ex-detail-hero-value small{font-size:.58rem;font-weight:600;color:#999}.ex-detail-hero-label{font-size:.52rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.02em}.ex-detail-hero-cmp{font-size:.52rem;font-weight:700;margin-top:.05rem}.ex-detail-avg-hint{font-size:.55rem;color:#bbb;text-align:center;margin-bottom:.5rem;font-style:italic}.ex-detail-intensity{margin-bottom:.55rem}.ex-detail-intensity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.ex-detail-intensity-label{font-size:.6rem;font-weight:700;color:#999;text-transform:uppercase}.ex-detail-intensity-value{font-size:.65rem;font-weight:800}.ex-detail-intensity-track{height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden}.ex-detail-intensity-fill{height:100%;border-radius:3px;transition:width .4s ease}.ex-detail-intensity-sub{font-size:.52rem;color:#ccc;margin-top:.15rem;display:block}.ex-detail-metrics{margin-bottom:.4rem}.ex-detail-metrics-title{font-size:.6rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.35rem}.ex-detail-metric-row{display:flex;align-items:center;padding:.35rem 0;border-bottom:1px solid #f5f5f5;gap:.4rem}.ex-detail-metric-row:last-child{border-bottom:none}.ex-detail-metric-icon{font-size:.75rem;width:22px;text-align:center;flex-shrink:0}.ex-detail-metric-name{flex:1;font-size:.72rem;font-weight:500;color:#666}.ex-detail-metric-val{font-size:.75rem;font-weight:700;color:#333}.ex-detail-metric-cmp{font-size:.55rem;font-weight:700;min-width:36px;text-align:right}.ex-detail-metric-sub{font-size:.55rem;color:#bbb;font-weight:600}.ex-detail-notes{background:#fafafa;border-radius:8px;padding:.45rem .55rem;margin-bottom:.4rem}.ex-detail-notes-label{font-size:.55rem;font-weight:700;color:#bbb;text-transform:uppercase;display:block;margin-bottom:.15rem}.ex-detail-notes-text{font-size:.72rem;color:#666;line-height:1.35}.exercise-detail-source{margin-top:.6rem;padding-top:.4rem;border-top:1px solid #e8efe8;font-size:.6rem;color:#ccc}.exercise-detail-actions{display:flex;gap:.5rem;margin-top:.6rem;padding-top:.5rem;border-top:1px solid #e8efe8}.exercise-action-edit,.exercise-action-delete{flex:1;padding:.45rem;border-radius:8px;font-size:.72rem;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.exercise-action-edit{background:#f0f7ff;color:#2196f3}.exercise-action-delete{background:#fff5f5;color:#f44336}.exercise-action-edit:active,.exercise-action-delete:active{opacity:.7}.exercise-list .ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000026;animation:exOverlayIn .15s ease}@keyframes exOverlayIn{0%{opacity:0}to{opacity:1}}.exercise-list .ctx-menu{position:fixed;z-index:200;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000002e;border:1px solid #e8e8e8;overflow:hidden;min-width:180px;animation:exCtxIn .15s ease}@keyframes exCtxIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.exercise-list .ctx-menu-header{padding:.6rem .875rem .4rem;font-size:.72rem;font-weight:600;color:#999;border-bottom:1px solid #f0f0f0}.exercise-list .ctx-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .875rem;background:none;border:none;font-size:.82rem;cursor:pointer;text-align:left;color:#333;transition:background .1s ease}.exercise-list .ctx-menu-item:active{background:#f5f5f5}.exercise-list .ctx-menu-item.danger{color:#d32f2f}.exercise-list .ctx-menu-item.danger:active{background:#ffebee}.exercise-list .undo-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.6rem .8rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;font-size:.8rem;box-shadow:0 4px 12px #00000040;z-index:100;animation:exSnackIn .25s ease;max-width:calc(100% - 2rem)}.exercise-list .undo-snackbar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exercise-list .undo-snackbar button{background:none;border:none;color:#81c784;font-weight:700;font-size:.8rem;cursor:pointer;flex-shrink:0;padding:.2rem .4rem}@keyframes exSnackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.exercise-list .undo-snackbar{bottom:2rem}.exercise-list .ctx-menu-item:hover{background:#f5f5f5}.exercise-list .ctx-menu-item.danger:hover{background:#ffebee}}.rename-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:1.25rem 1rem 1rem;width:min(340px,calc(100vw - 2rem));z-index:200;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;gap:.5rem}.rename-modal-header{font-size:.92rem;font-weight:700;color:#333}.rename-modal-sub{font-size:.72rem;color:#999;margin-bottom:.25rem}.rename-modal-input{width:100%;font-size:.95rem;padding:.5rem .65rem;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;font-family:inherit;color:#333;box-sizing:border-box}.rename-modal-input:focus{border-color:#4caf50}.rename-modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.rename-modal-cancel{background:none;border:none;color:#999;font-size:.85rem;font-weight:600;padding:.4rem .75rem;cursor:pointer;border-radius:8px}.rename-modal-save{background:#4caf50;color:#fff;border:none;font-size:.85rem;font-weight:700;padding:.4rem 1rem;border-radius:8px;cursor:pointer}.exh-container{display:flex;flex-direction:column;gap:.6rem}.exh-empty{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;color:#999;text-align:center}.exh-empty>span{font-size:2rem;margin-bottom:.5rem}.exh-empty p{font-size:.82rem}.exh-totals-card{background:#fff;border-radius:14px;padding:.85rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.exh-totals-title{font-size:.82rem;font-weight:700;color:#333;margin-bottom:.15rem}.exh-totals-since{font-size:.6rem;color:#bbb;margin-bottom:.65rem}.exh-totals-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.45rem}.exh-total-item{background:#f9faf9;border-radius:10px;padding:.5rem .4rem;display:flex;flex-direction:column;align-items:center;gap:.08rem;text-align:center}.exh-total-value{font-size:.9rem;font-weight:800;color:#333;line-height:1.15}.exh-total-label{font-size:.55rem;font-weight:600;color:#999}.exh-records-card{background:#fff;border-radius:14px;padding:.85rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.exh-records-title{font-size:.82rem;font-weight:700;color:#333;margin-bottom:.6rem}.exh-records-list{display:flex;flex-direction:column;gap:.5rem}.exh-record-item{display:flex;align-items:flex-start;gap:.55rem;padding:.45rem .5rem;background:linear-gradient(135deg,#fffef5,#fefcf0);border-radius:10px;border:1px solid #fef3c7}.exh-record-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.exh-record-info{display:flex;flex-direction:column;gap:.05rem;min-width:0}.exh-record-label{font-size:.62rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.02em}.exh-record-value{font-size:.88rem;font-weight:800;color:#333}.exh-record-detail{font-size:.6rem;color:#bbb;display:flex;align-items:center;gap:.2rem}.exh-types-card{background:#fff;border-radius:14px;padding:.85rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.exh-types-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.55rem}.exh-types-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;gap:1px;margin-bottom:.6rem}.exh-types-bar-segment{min-width:4px;border-radius:2px;transition:opacity .15s}.exh-types-list{display:flex;flex-direction:column;gap:.3rem}.exh-type-row{display:flex;align-items:center;gap:.35rem;padding:.25rem 0}.exh-type-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.exh-type-icon{font-size:.8rem;flex-shrink:0}.exh-type-name{flex:1;font-size:.72rem;font-weight:600;color:#444;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exh-type-pct{font-size:.68rem;font-weight:800;color:#333;min-width:30px;text-align:right}.exh-type-detail{font-size:.58rem;color:#bbb;white-space:nowrap}.exh-monthly-card{background:#fff;border-radius:14px;padding:.85rem;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.exh-monthly-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}.exh-monthly-bars{display:flex;align-items:flex-end;gap:3px;height:72px;padding-bottom:0}.exh-monthly-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:2px;cursor:pointer;transition:opacity .15s}.exh-monthly-bar-col:active{opacity:.7}.exh-monthly-bar-col.selected .exh-monthly-bar-label{color:#4caf50;font-weight:700}.exh-monthly-bar-val{font-size:.5rem;font-weight:700;color:#999;line-height:1}.exh-monthly-bar{width:100%;max-width:22px;min-height:3px;border-radius:3px 3px 1px 1px;transition:all .2s ease}.exh-monthly-bar-label{font-size:.48rem;font-weight:600;color:#ccc;white-space:nowrap;margin-top:1px;text-transform:uppercase}.exh-month-detail{margin-top:.6rem;padding-top:.55rem;border-top:1px solid #f0f0f0;animation:exhDetailIn .2s ease}@keyframes exhDetailIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.exh-month-detail-title{font-size:.75rem;font-weight:700;color:#333;margin-bottom:.45rem;text-transform:capitalize}.exh-month-detail-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.35rem}.exh-month-stat{background:#f5f9f5;border-radius:8px;padding:.4rem .35rem;display:flex;flex-direction:column;align-items:center;text-align:center}.exh-month-stat-val{font-size:.82rem;font-weight:800;color:#333;line-height:1.15}.exh-month-stat-label{font-size:.5rem;font-weight:600;color:#999}.activity-page{padding-bottom:2rem}.activity-sub-tabs{display:flex;background:#f0f0f0;border-radius:10px;padding:3px;margin-bottom:.75rem;gap:3px}.activity-sub-tab{flex:1;padding:.45rem .35rem;border:none;border-radius:8px;background:transparent;font-size:.72rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease;text-align:center}.activity-sub-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.activity-sub-tab:active{transform:scale(.97)}.activity-current-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.activity-current-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;font-weight:600;color:#333}.activity-current-date{font-size:.7rem;color:#999;font-weight:400}.activity-current-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.activity-current-item{display:flex;flex-direction:column;align-items:center;padding:.4rem .2rem;background:#fafafa;border-radius:8px}.activity-current-icon{font-size:.9rem;line-height:1}.activity-current-value{font-size:.85rem;font-weight:700;margin-top:.15rem}.activity-current-unit{font-size:.55rem;color:#bbb;margin-top:-.1rem}.activity-current-label{font-size:.55rem;color:#999;margin-top:.1rem;text-align:center}.activity-entries{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.activity-entries-header{display:flex;justify-content:space-between;align-items:center;padding:.65rem .875rem;font-size:.85rem;font-weight:600;color:#333;border-bottom:1px solid #f5f5f5}.activity-add-btn{background:none;border:none;color:#4caf50;font-size:.8rem;font-weight:600;cursor:pointer}.activity-empty{padding:2rem 1rem;text-align:center;color:#ccc}.activity-empty span{font-size:2rem;display:block;margin-bottom:.5rem}.activity-empty p{font-size:.85rem;margin-bottom:1rem}.activity-start-btn{padding:.5rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.activity-entry-row{display:flex;align-items:center;gap:.65rem;padding:.6rem .9rem;border-bottom:1px solid #f6f6f6;cursor:pointer;transition:background .12s;position:relative}.activity-entry-row:last-child{border-bottom:none}.activity-entry-row:active{background:#f9fafb}.activity-entry-date{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:10px;background:#f3f4f6}.activity-entry-date-weekday{font-size:.52rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.3px;line-height:1}.activity-entry-date-day{font-size:.92rem;font-weight:800;color:#333;line-height:1.1}.activity-entry-date-month{font-size:.5rem;font-weight:600;color:#bbb;text-transform:uppercase;line-height:1}.activity-entry-values{display:flex;flex-wrap:wrap;gap:.3rem .5rem;flex:1;min-width:0;align-items:center}.activity-entry-tag{display:flex;align-items:baseline;gap:.15rem;font-size:.8rem;font-weight:700;white-space:nowrap}.activity-entry-tag-unit{font-size:.55rem;font-weight:500;opacity:.7}.activity-entry-tag-icon{font-size:.75rem;opacity:.8}.activity-entry-more{font-size:.6rem;color:#bbb;font-weight:500}.activity-entry-chevron{font-size:1rem;color:#d0d0d0;flex-shrink:0;margin-left:auto}.body-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:300;background:#fff;display:flex;flex-direction:column;animation:overlayFadeIn .2s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top,0px)}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.body-form{background:#fff;width:100%;max-width:480px;margin:0 auto;flex:1;display:flex;flex-direction:column}.body-form-header{display:flex;align-items:center;gap:.5rem;padding:.875rem;border-bottom:1px solid #f0f0f0;font-size:.9rem;font-weight:600;color:#333;position:sticky;top:0;background:#fff;z-index:1}.body-form-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;font-size:.9rem;color:#666;cursor:pointer}.body-form-date{margin-left:auto;border:1px solid #e0e0e0;border-radius:6px;padding:.25rem .4rem;font-size:.72rem;color:#555}.body-form-fields{padding:.5rem .875rem}.body-form-group{margin-bottom:.75rem}.body-form-group-title{font-size:.65rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.4rem}.body-form-field{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid #f8f8f8}.body-form-field label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#444;flex-shrink:0}.body-field-icon{font-size:.9rem}.body-field-unit{font-size:.65rem;color:#bbb;margin-left:.15rem}.body-field-input{width:90px;padding:.35rem .5rem;border:1px solid #e8e8e8;border-radius:8px;font-size:.85rem;text-align:right;color:#333;background:#fafafa;outline:none;transition:border-color .15s}.body-field-input:focus{border-color:#4caf50;background:#fff}.body-field-input::placeholder{color:#ddd}.body-field-textarea{width:100%;text-align:left;resize:none;font-family:inherit}.body-form-save{display:block;width:calc(100% - 1.75rem);margin:.5rem .875rem 1rem;padding:.75rem;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer}.body-form-save:disabled{opacity:.5;cursor:not-allowed}@media(min-width:768px){.body-form-overlay{background:#0000004d;align-items:center;justify-content:center}.body-form{border-radius:16px;max-height:85vh;overflow-y:auto;flex:none}}.sleep-stages{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.sleep-stages-label{font-size:.8rem;font-weight:600;color:#555;margin-bottom:.5rem}.sleep-stages-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;gap:1px;background:#f0f0f0}.sleep-stage-segment{min-width:4px;border-radius:1px}.sleep-stages-legend{display:flex;flex-wrap:wrap;gap:.5rem .85rem;margin-top:.5rem}.sleep-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#666;white-space:nowrap}.sleep-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sleep-stages.clickable{cursor:pointer;transition:background .15s;border-radius:8px;margin:.75rem -.4rem 0;padding:.75rem .4rem 0}.sleep-stages.clickable:active{background:#f8f8ff}.sleep-stages-tap-hint{text-align:right;font-size:.68rem;color:#3f51b5;font-weight:600;margin-top:.35rem}.activity-today-training{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0;cursor:pointer}.activity-today-training-header{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:600;color:#333;margin-bottom:.5rem}.activity-today-training-count{font-weight:500;color:#999;font-size:.72rem}.activity-today-training-sessions{display:flex;flex-direction:column;gap:.4rem}.activity-today-training-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;background:#f8f9fa;border-radius:10px;transition:background .15s}.activity-today-training-item:active{background:#eef0f2}.activity-today-training-icon{font-size:1.2rem;flex-shrink:0}.activity-today-training-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.activity-today-training-type{font-size:.78rem;font-weight:600;color:#333}.activity-today-training-meta{font-size:.68rem;color:#888}.activity-today-training-chevron{color:#ccc;font-size:1rem;flex-shrink:0}.activity-today-training-totals{display:flex;gap:.75rem;justify-content:center;margin-top:.5rem;padding-top:.4rem;border-top:1px solid #f0f0f0;font-size:.72rem;font-weight:600;color:#666}.activity-page .activity-save-error-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#c62828;color:#fff;padding:.6rem 1rem;border-radius:10px;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px #00000040;z-index:100;white-space:nowrap;animation:actSnackIn .25s ease}@keyframes actSnackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.activity-page .activity-save-error-snackbar{bottom:2rem}}.activity-page .activity-load-error{display:flex;align-items:center;gap:.6rem;margin:.75rem 1rem 0;padding:.6rem .9rem;background:#fff3e0;border:1px solid #ffb74d;border-radius:10px;color:#6d4c00;font-size:.85rem}.activity-page .activity-load-error-icon{font-size:1.1rem;flex-shrink:0}.activity-page .activity-load-error-text{flex:1;font-weight:500}.activity-page .activity-load-error-retry{background:#f57c00;color:#fff;border:none;border-radius:6px;padding:.35rem .7rem;font-size:.8rem;font-weight:600;cursor:pointer;flex-shrink:0}.activity-page .activity-load-error-retry:hover{background:#e65100}.feed-page{padding-bottom:1rem}.feed-title{font-size:1.4rem;font-weight:700;color:#222;margin:0 0 .25rem}.feed-subtitle{font-size:.82rem;color:#888;margin:0 0 1rem}.feed-tabs{display:flex;gap:0;margin-bottom:1rem;background:#f0f0f0;border-radius:12px;padding:3px}.feed-tab{flex:1;padding:.5rem .75rem;border:none;background:transparent;border-radius:10px;font-size:.82rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s;white-space:nowrap}.feed-tab.active{background:#fff;color:#333;box-shadow:0 1px 4px #0000001a}.feed-tab:active{transform:scale(.97)}.feed-own-subtitle{font-size:.82rem;color:#888;margin:0 0 1rem;text-align:center}.feed-filters{display:flex;gap:6px;overflow-x:auto;padding-bottom:.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.feed-filters::-webkit-scrollbar{display:none}.feed-filter-pill{display:flex;align-items:center;gap:4px;padding:.4rem .75rem;border:1.5px solid #e0e0e0;background:#fff;border-radius:20px;font-size:.75rem;font-weight:600;color:#666;cursor:pointer;white-space:nowrap;transition:all .2s}.feed-filter-pill.active{background:#4caf50;border-color:#4caf50;color:#fff}.feed-filter-pill:active{transform:scale(.95)}.feed-filter-icon{font-size:.85rem}.feed-list{display:flex;flex-direction:column;gap:.75rem}.feed-card{background:#fff;border-radius:14px;padding:.85rem;box-shadow:0 1px 4px #0000000f}.feed-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.feed-card-avatar{width:36px;height:36px;border-radius:50%;background:#4caf50;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;cursor:pointer;flex-shrink:0;overflow:hidden}.feed-card-avatar img{width:100%;height:100%;object-fit:cover}.feed-card-meta{flex:1;min-width:0}.feed-card-name{display:block;font-size:.85rem;font-weight:600;color:#333;cursor:pointer;line-height:1.3}.feed-card-name:active{color:#4caf50}.feed-card-time{display:block;font-size:.7rem;color:#aaa;line-height:1.3}.feed-card-type-icon{font-size:1.3rem;flex-shrink:0}.feed-card-body{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin:0 -.25rem;padding:.35rem .25rem;border-radius:10px;transition:background .15s}.feed-card-body:active{background:#f5f5f5}.feed-card-body-content{flex:1;min-width:0}.feed-card-arrow{width:18px;height:18px;color:#ccc;flex-shrink:0;transition:color .15s}.feed-card-body:active .feed-card-arrow{color:#4caf50}.feed-item-content{margin-bottom:.6rem}.feed-item-headline{font-size:.85rem;color:#333;line-height:1.4;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.feed-sport-icon{font-size:1rem}.feed-item-stats{display:flex;gap:.75rem;margin-top:.4rem;flex-wrap:wrap}.feed-stat{font-size:.78rem;color:#666;background:#f5f5f5;padding:.2rem .5rem;border-radius:8px}.feed-item-detail{font-size:.78rem;color:#888;margin-top:.25rem}.feed-recipe-comment{font-size:.8rem;color:#555;font-style:italic;margin-top:.4rem;line-height:1.4}.feed-recipe-link{display:inline-block;margin-top:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;color:#4caf50;background:#e8f5e9;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.feed-recipe-link:active{background:#c8e6c9}.feed-streak-flames{font-size:1.1rem;margin-top:.3rem;letter-spacing:2px}.feed-progress-bar{height:6px;background:#e8e8e8;border-radius:3px;margin-top:.5rem;overflow:hidden}.feed-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:3px;transition:width .5s ease}.feed-progress-label{font-size:.7rem;color:#4caf50;font-weight:600;margin-top:.2rem}.feed-score-change{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}.feed-score-up{font-size:.85rem;font-weight:700;color:#4caf50}.feed-score-from{font-size:.75rem;color:#aaa}.feed-card-reactions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;position:relative}.feed-reaction{display:flex;align-items:center;gap:3px;padding:.25rem .55rem;border:1.5px solid #e8e8e8;background:#fafafa;border-radius:16px;font-size:.75rem;cursor:pointer;transition:all .15s;color:#555}.feed-reaction.active{border-color:#4caf50;background:#e8f5e9;color:#333}.feed-reaction:active{transform:scale(.92)}.feed-reaction-add{font-size:.85rem;font-weight:600;color:#bbb;padding:.25rem .6rem}.feed-reaction-picker{position:absolute;bottom:calc(100% + 6px);right:0;display:flex;gap:2px;background:#fff;border-radius:20px;padding:4px 6px;box-shadow:0 4px 16px #0000001f;z-index:10;animation:feedPickerIn .15s ease-out}@keyframes feedPickerIn{0%{opacity:0;transform:translateY(4px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feed-reaction-option{font-size:1.2rem;padding:4px 6px;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .15s}.feed-reaction-option:active{background:#f0f0f0}.feed-empty{text-align:center;padding:3rem 1rem;color:#aaa}.feed-empty-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.feed-empty p{font-size:.85rem;margin:0}.feed-card-skeleton{min-height:100px}.feed-skeleton-header{height:36px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:.6rem}.feed-skeleton-body{height:48px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:.6rem}.feed-skeleton-reactions{height:24px;width:40%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}.feed-load-more{display:block;width:100%;padding:.75rem;margin-top:.5rem;border:1.5px solid #e0e0e0;background:#fff;border-radius:12px;font-size:.85rem;font-weight:600;color:#666;cursor:pointer;transition:background .15s}.feed-load-more:active{background:#f5f5f5}.feed-load-more:disabled{opacity:.5;cursor:default}.visibility-settings{margin-top:.75rem;border-top:1px solid #f0f0f0;padding-top:.75rem}.visibility-always{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#999;margin-bottom:.5rem;padding:.3rem .5rem;background:#fafafa;border-radius:6px}.visibility-always-icon{color:#4caf50;font-weight:700}.visibility-toggles{display:flex;flex-direction:column}.visibility-row{display:flex;align-items:center;padding:.45rem 0;border-bottom:1px solid #f8f8f8}.visibility-row:last-child{border-bottom:none}.visibility-row-icon{font-size:.9rem;width:24px;text-align:center;flex-shrink:0}.visibility-row-label{flex:1;font-size:.82rem;color:#555;margin-left:.4rem}.visibility-toggle{position:relative;width:42px;height:24px;border-radius:12px;border:none;cursor:pointer;transition:background-color .2s;padding:0;flex-shrink:0}.visibility-toggle.on{background:#4caf50}.visibility-toggle.off{background:#ddd}.visibility-toggle:disabled{opacity:.6}.visibility-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.visibility-toggle.on .visibility-toggle-thumb{transform:translate(18px)}.visibility-toggle.off .visibility-toggle-thumb{transform:translate(0)}.vis-setup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1100;display:flex;align-items:center;justify-content:center;animation:visSetupFadeIn .3s ease}@keyframes visSetupFadeIn{0%{opacity:0}to{opacity:1}}.vis-setup-container{width:100%;max-width:420px;max-height:100vh;overflow-y:auto;padding:1.5rem 1.25rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.vis-setup-header{text-align:center;margin-bottom:1.25rem}.vis-setup-icon{font-size:2.5rem;margin-bottom:.5rem}.vis-setup-title{font-size:1.25rem;font-weight:700;color:#333;margin:0 0 .4rem}.vis-setup-desc{font-size:.82rem;color:#888;margin:0;line-height:1.4}.vis-setup-always{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#999;padding:.4rem .6rem;background:#f5faf5;border-radius:8px;margin-bottom:.75rem}.vis-setup-always-icon{color:#4caf50;font-weight:700}.vis-setup-toggles{display:flex;flex-direction:column;background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;margin-bottom:.75rem}.vis-setup-row{display:flex;align-items:center;padding:.6rem .75rem;border-bottom:1px solid #f5f5f5}.vis-setup-row:last-child{border-bottom:none}.vis-setup-row-icon{font-size:.95rem;width:26px;text-align:center;flex-shrink:0}.vis-setup-row-label{flex:1;font-size:.85rem;color:#444;margin-left:.4rem}.vis-setup-hint{font-size:.7rem;color:#bbb;text-align:center;margin:0 0 1rem;line-height:1.4}.vis-setup-actions{display:flex;flex-direction:column;gap:.5rem}.vis-setup-save{width:100%;padding:.75rem;background:#4caf50;color:#fff;border:none;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.vis-setup-save:active:not(:disabled){transform:scale(.98);background:#388e3c}.vis-setup-save:disabled{opacity:.6}.vis-setup-cancel{width:100%;padding:.5rem;background:transparent;border:none;color:#999;font-size:.8rem;cursor:pointer}.vis-setup-cancel:active{color:#666}.friends-tab{padding-bottom:2rem}.friends-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.friends-card-title{font-size:.7rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem;display:flex;align-items:center;gap:6px}.friends-code-row{display:flex;align-items:center;gap:.5rem}.friends-code{font-size:1.5rem;font-weight:800;color:#333;letter-spacing:2px;font-family:SF Mono,Fira Code,monospace}.friends-code-copy{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f0faf0;border-radius:10px;cursor:pointer;color:#4caf50;font-size:1rem;font-weight:700;transition:all .2s}.friends-code-copy:active{transform:scale(.92);background:#e0f5e0}.friends-code-copied{font-size:.7rem;color:#4caf50;margin-top:.25rem}.friends-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:.65rem;border:2px dashed #ddd;border-radius:10px;background:transparent;color:#888;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.friends-add-btn:active{border-color:#4caf50;color:#4caf50;transform:scale(.98)}.friends-add-icon{font-size:1.1rem;font-weight:300}.friends-add-form{display:flex;gap:.4rem;margin-bottom:.5rem}.friends-add-input{flex:1;padding:.55rem .65rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-weight:600;letter-spacing:1px;font-family:SF Mono,Fira Code,monospace;outline:none;text-align:center;color:#333}.friends-add-input:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf5026}.friends-add-submit{padding:.55rem .75rem;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.friends-add-submit:disabled{opacity:.5}.friends-add-submit:active:not(:disabled){transform:scale(.95)}.friends-add-message{font-size:.75rem;padding:.4rem .5rem;border-radius:6px;margin-bottom:.4rem}.friends-add-message.success{background:#f0faf0;color:#2e7d32}.friends-add-message.error{background:#fff5f5;color:#c62828}.friends-add-cancel{width:100%;padding:.4rem;border:none;background:transparent;color:#999;font-size:.75rem;cursor:pointer}.friends-request-badge{background:#f44336;color:#fff;font-size:.55rem;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.friends-request-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.friends-request-item:last-child{border-bottom:none}.friends-request-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.friends-request-info{flex:1;display:flex;flex-direction:column;min-width:0}.friends-request-name{font-size:.85rem;font-weight:600;color:#333}.friends-request-code{font-size:.65rem;color:#bbb;font-family:SF Mono,Fira Code,monospace}.friends-request-actions{display:flex;gap:.3rem;flex-shrink:0}.friends-request-accept,.friends-request-decline{padding:.35rem .6rem;border:none;border-radius:6px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s}.friends-request-accept{background:#4caf50;color:#fff}.friends-request-accept:active{transform:scale(.95)}.friends-request-decline{background:#f5f5f5;color:#888}.friends-request-decline:active{transform:scale(.95)}.friends-request-accept:disabled,.friends-request-decline:disabled{opacity:.5}.friends-empty{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0;gap:.25rem}.friends-empty-icon{font-size:2rem;opacity:.3}.friends-empty-text{font-size:.85rem;color:#999;font-weight:600}.friends-empty-hint{font-size:.7rem;color:#ccc;text-align:center}.friends-list{display:flex;flex-direction:column}.friends-list-item{display:flex;align-items:center;gap:4px;border-bottom:1px solid #f5f5f5}.friends-list-item:last-child{border-bottom:none}.friends-list-item-main{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.friends-list-item-main:active{opacity:.7}.friends-list-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.friends-list-info{flex:1;display:flex;flex-direction:column;min-width:0}.friends-list-name{font-size:.85rem;font-weight:600;color:#333}.friends-list-since{font-size:.65rem;color:#bbb}.friends-list-arrow{color:#ccc;flex-shrink:0}.friends-list-remove{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#ddd;cursor:pointer;border-radius:8px;flex-shrink:0;transition:all .2s}.friends-list-remove:active{background:#fff5f5;color:#f44336}.friends-visibility-btn{width:100%;border:none;background:none;padding:0;cursor:pointer;text-align:left}.friends-visibility-header{display:flex;align-items:center;gap:.5rem}.friends-visibility-icon{font-size:1.2rem}.friends-visibility-text{flex:1;display:flex;flex-direction:column}.friends-visibility-text strong{font-size:.85rem;color:#333}.friends-visibility-text span{font-size:.68rem;color:#999}.friends-visibility-chevron{color:#ccc;transition:transform .2s;flex-shrink:0}.friends-visibility-chevron.open{transform:rotate(180deg)}.shared-recipes-tab{padding:.5rem 0}.shared-recipes-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#888}.shared-recipes-empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.6}.shared-recipes-empty-text{font-size:.95rem;font-weight:600;color:#555;margin:0 0 .25rem}.shared-recipes-empty-hint{font-size:.82rem;color:#999;margin:0}.community-page{padding-bottom:0}.community-page--loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.community-loading-spinner{width:28px;height:28px;border:2.5px solid rgba(76,175,80,.2);border-top-color:#4caf50;border-radius:50%;animation:community-spin .8s linear infinite}@keyframes community-spin{to{transform:rotate(360deg)}}.community-tabs{display:flex;gap:4px;background:#f5f5f5;border-radius:12px;padding:3px;margin-bottom:.75rem}.community-tab{flex:1;padding:.5rem .75rem;border:none;background:transparent;border-radius:10px;font-size:.82rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.community-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.community-tab:active{transform:scale(.97)}.community-tab-badge{background:#f44336;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.community-tab-panel[hidden]{display:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.erm-card{background:#fff;border-radius:14px;margin:0 .85rem .6rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0;overflow:hidden;isolation:isolate}.erm-card.erm-expanded{margin:0;border-radius:0;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top,0px)}.erm-header{display:flex;align-items:center;gap:.4rem;padding:.65rem .75rem}.erm-header-icon{font-size:.85rem}.erm-header-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;flex:1}.erm-header-points{font-size:.55rem;color:#ccc;font-weight:500}.erm-expand-btn{background:none;border:1px solid #eee;border-radius:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#999;cursor:pointer;padding:0;line-height:1}.erm-expand-btn:active{background:#f5f5f5}.erm-fullscreen-header{display:flex;align-items:center;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;position:relative}.erm-fullscreen-back{background:none;border:none;font-size:1.6rem;color:#4caf50;padding:0 .2rem;cursor:pointer;font-weight:300;line-height:1;z-index:1}.erm-fullscreen-title{position:absolute;left:0;right:0;text-align:center;font-size:1.25rem;font-weight:700;color:#4caf50;pointer-events:none}.erm-fullscreen-points{margin-left:auto;font-size:.6rem;color:#bbb;font-weight:500;z-index:1}.erm-map-wrapper{height:220px;width:100%;background:#f0f0f0}.erm-expanded .erm-map-wrapper{flex:1;height:auto}.erm-map-wrapper .leaflet-container{height:100%;width:100%;font-family:inherit}.erm-map-wrapper .leaflet-tooltip{font-size:.6rem;font-weight:600;padding:.15rem .4rem;border-radius:4px;border:none;box-shadow:0 1px 4px #0003}.erm-elevation{display:flex;gap:.75rem;padding:.45rem .75rem;border-top:1px solid #f5f5f5}.erm-elevation-stat{display:flex;align-items:center;gap:.25rem}.erm-elevation-label{font-size:.65rem;color:#bbb}.erm-elevation-value{font-size:.65rem;font-weight:700;color:#777}.erm-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;color:#bbb;font-size:.72rem}.erm-spinner{width:16px;height:16px;border:2px solid #eee;border-top-color:#4caf50;border-radius:50%;animation:erm-spin .7s linear infinite}@keyframes erm-spin{to{transform:rotate(360deg)}}.erm-message{text-align:center;padding:1rem;color:#bbb}.erm-message span{font-size:1.2rem;display:block;margin-bottom:.3rem}.erm-message p{font-size:.72rem;margin:0 0 .5rem}.erm-retry{background:none;border:1px solid #ddd;border-radius:16px;padding:.3rem .8rem;font-size:.65rem;font-weight:600;color:#4caf50;cursor:pointer}.erm-retry:active{background:#f8f8f8}.erm-elev-chart{padding:.6rem .75rem .5rem;border-top:1px solid #f0f0f0}.erm-elev-chart-header{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:600;color:#555;margin-bottom:.4rem;gap:.5rem}.erm-elev-chart-stats{font-size:.65rem;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fex-page{min-height:100vh;background:#f5f6f8;padding-bottom:2rem}.fex-hero{position:relative;padding:1rem 1rem 1.4rem;color:#fff;overflow:hidden;background:linear-gradient(135deg,#43a047,#2e7d32)}.fex-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,#fff0,#fff0 20px,#ffffff0a 20px,#ffffff0a 21px);pointer-events:none}.fex-back{position:relative;z-index:2;background:#fff3;border:none;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s}.fex-back:active{background:#ffffff59}.fex-back svg{width:20px;height:20px;color:#fff}.fex-hero-content{position:relative;z-index:2;margin-top:.8rem;text-align:center}.fex-hero-sport-icon{font-size:2.5rem;display:block;margin-bottom:.3rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));animation:fex-bounce-in .5s cubic-bezier(.34,1.56,.64,1)}@keyframes fex-bounce-in{0%{transform:scale(.3) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.fex-hero-title{font-size:1.25rem;font-weight:800;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.15);line-height:1.3}.fex-hero-date{font-size:.78rem;margin:.25rem 0 0;opacity:.85;font-weight:500}.fex-hero-friend{position:relative;z-index:2;display:flex;align-items:center;gap:.45rem;margin:.75rem auto 0;padding:.3rem .75rem .3rem .3rem;background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;cursor:pointer;width:fit-content;transition:background .15s}.fex-hero-friend:active{background:#ffffff59}.fex-hero-friend-avatar{width:26px;height:26px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.fex-hero-friend-avatar img{width:100%;height:100%;object-fit:cover}.fex-hero-friend-name{font-size:.78rem;font-weight:600;color:#fff}.fex-quick-stats{display:flex;justify-content:center;gap:.75rem;padding:1rem .85rem;margin-top:-.5rem;position:relative;z-index:3}.fex-quick-stat{display:flex;align-items:center;gap:.35rem;background:#fff;padding:.5rem .85rem;border-radius:12px;box-shadow:0 2px 10px #0000000f}.fex-quick-stat-icon{font-size:.95rem}.fex-quick-stat-value{font-size:.85rem;font-weight:700;color:#333}.fex-section-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.fex-comparison-card{background:#fff;border-radius:16px;margin:0 .85rem .75rem;padding:.85rem .65rem .65rem;box-shadow:0 2px 12px #0000000d;overflow-x:auto}.fex-comp-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.fex-comp-header-row .fex-section-title{margin:0;flex-shrink:0}.fex-switcher{display:flex;background:#e8f5e9;border-radius:8px;padding:2px;gap:2px}.fex-switcher-btn{font-size:.65rem;font-weight:600;color:#66bb6a;background:transparent;border:none;border-radius:6px;padding:.3rem .6rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;line-height:1.2}.fex-switcher-btn.active{background:#fff;color:#2e7d32;box-shadow:0 1px 4px #2e7d3226;font-weight:700}.fex-comp-table{display:flex;flex-direction:column;gap:0}.fex-comp-table-header{display:grid;grid-template-columns:minmax(60px,.8fr) 1fr 1fr 1fr;gap:.3rem;padding-bottom:.45rem;border-bottom:1px solid #f0f0f0;margin-bottom:.15rem}.fex-comp-th{font-size:.6rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;text-align:center;padding:0 .15rem}.fex-comp-th-metric{text-align:left}.fex-comp-row{display:grid;grid-template-columns:minmax(60px,.8fr) 1fr 1fr 1fr;gap:.3rem;padding:.5rem 0;border-bottom:1px solid #f8f8f8;animation:fex-row-in .35s ease-out backwards}.fex-comp-row:nth-child(2){animation-delay:.05s}.fex-comp-row:nth-child(3){animation-delay:.1s}.fex-comp-row:nth-child(4){animation-delay:.15s}.fex-comp-row:nth-child(5){animation-delay:.2s}.fex-comp-row:nth-child(6){animation-delay:.25s}@keyframes fex-row-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.fex-comp-row:last-child{border-bottom:none}.fex-comp-td{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:0 .1rem}.fex-comp-td-metric{flex-direction:row;align-items:center;justify-content:flex-start;gap:.3rem}.fex-comp-row-icon{font-size:.85rem;flex-shrink:0}.fex-comp-row-label{font-size:.68rem;font-weight:600;color:#555;line-height:1.2}.fex-comp-td-friend{font-size:.78rem;font-weight:800;line-height:1.2}.fex-comp-td-user{align-items:center}.fex-comp-val{font-size:.72rem;font-weight:700;color:#444;line-height:1.2;text-align:center}.fex-comp-val-na{color:#ccc}.fex-comp-diff{font-size:.55rem;font-weight:700;padding:.05rem .35rem;border-radius:6px;line-height:1.4;white-space:nowrap}.fex-comp-diff-more{color:#2e7d32;background:#e8f5e9}.fex-comp-diff-less{color:#c62828;background:#ffebee}.fex-comp-diff-same{color:#888;background:#f5f5f5}.fex-comparison-note{font-size:.62rem;color:#bbb;margin:.55rem 0 0;text-align:center;font-style:italic}.fex-stats-card{background:#fff;border-radius:16px;margin:0 .85rem 1rem;padding:.85rem;box-shadow:0 2px 12px #0000000d}.fex-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}.fex-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.65rem .4rem;border-radius:12px;background:#f8f9fa;animation:fex-stat-in .4s ease-out backwards}.fex-stat:nth-child(1){animation-delay:.1s}.fex-stat:nth-child(2){animation-delay:.15s}.fex-stat:nth-child(3){animation-delay:.2s}.fex-stat:nth-child(4){animation-delay:.25s}.fex-stat:nth-child(5){animation-delay:.3s}.fex-stat:nth-child(6){animation-delay:.35s}@keyframes fex-stat-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fex-stat-icon{font-size:1.15rem}.fex-stat-value{font-size:1.05rem;font-weight:800;color:#333;line-height:1.1}.fex-stat-label{font-size:.6rem;font-weight:600;color:#aaa}.fex-no-comparison{text-align:center;padding:1.5rem 1rem;color:#bbb}.fex-no-comparison span{font-size:2rem;display:block;margin-bottom:.5rem}.fex-no-comparison p{font-size:.82rem;margin:0}.fex-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.fex-spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:fex-spin .8s linear infinite}@keyframes fex-spin{to{transform:rotate(360deg)}}.fex-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.5rem;color:#999}.fex-error-icon{font-size:2.5rem}.fex-error p{margin:0;font-size:.85rem}.fex-error-btn{background:#4caf50;color:#fff;border:none;padding:.45rem 1.25rem;border-radius:20px;font-weight:600;font-size:.82rem;cursor:pointer;margin-top:.5rem}.fp-page{padding-bottom:2rem}.fp-loading{height:200px}.fp-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.fp-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#666;flex-shrink:0}.fp-back:active{background:#e8e8e8;transform:scale(.95)}.fp-header-info{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0}.fp-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fp-header-text{display:flex;flex-direction:column;min-width:0}.fp-name{font-size:1.1rem;font-weight:700;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-code{font-size:.65rem;color:#bbb;font-family:SF Mono,Fira Code,monospace}.fp-member-since{font-size:.68rem;color:#bbb;margin-bottom:.75rem;padding-left:calc(84px + 1.35rem)}.fp-tabs{display:flex;gap:4px;background:#f5f5f5;border-radius:12px;padding:3px;margin-bottom:.75rem}.fp-tab{flex:1;padding:.5rem;border:none;background:transparent;border-radius:10px;font-size:.78rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:4px}.fp-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.fp-tab:active{transform:scale(.97)}.fp-tab-icon{font-size:.85rem}.fp-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.6rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.fp-card-title{font-size:.68rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem}.fp-empty{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;gap:.3rem}.fp-empty-icon{font-size:2rem;opacity:.3}.fp-empty-text{font-size:.82rem;color:#bbb}.fp-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.4rem}.fp-info-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;background:#fafafa;border-radius:10px;text-align:center}.fp-info-icon{font-size:1.1rem;margin-bottom:.15rem}.fp-info-value{font-size:.85rem;font-weight:600;color:#333}.fp-info-label{font-size:.6rem;color:#aaa;margin-top:.1rem}.fp-body-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.fp-body-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:#fafafa;border-radius:10px}.fp-body-icon{font-size:.9rem}.fp-body-value{font-size:1.15rem;font-weight:700;color:#333;margin-top:.1rem}.fp-body-unit{font-size:.6rem;color:#999}.fp-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.4rem}.fp-stat-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:#fafafa;border-radius:10px}.fp-stat-item.highlight{background:#fff8e1}.fp-stat-value{font-size:1.1rem;font-weight:700;color:#333}.fp-stat-label{font-size:.58rem;color:#999;text-align:center;margin-top:.1rem}.fp-kcal-hero{text-align:center;margin-bottom:.6rem}.fp-kcal-value{font-size:2.2rem;font-weight:800;color:#333;line-height:1}.fp-kcal-unit{font-size:.75rem;color:#999;margin-left:2px}.fp-macro-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem}.fp-macro-item{display:flex;flex-direction:column;align-items:center;padding:.4rem .2rem;background:#fafafa;border-radius:8px;border-top:2px solid var(--macro-color, #ccc)}.fp-macro-value{font-size:.9rem;font-weight:700;color:#333}.fp-macro-label{font-size:.55rem;color:#999;margin-top:.05rem}.fp-week-avg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem}.fp-week-avg-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .2rem;background:#fafafa;border-radius:8px}.fp-week-avg-value{font-size:.95rem;font-weight:700;color:#333}.fp-week-avg-label{font-size:.55rem;color:#999;margin-top:.05rem}.fp-week-exercise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.4rem}.fp-week-ex-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;background:#fafafa;border-radius:10px}.fp-week-ex-value{font-size:1rem;font-weight:700;color:#333}.fp-week-ex-label{font-size:.55rem;color:#999;margin-top:.05rem;text-align:center}.fp-exercise-list{display:flex;flex-direction:column}.fp-exercise-item{padding:.5rem 0;border-bottom:1px solid #f5f5f5}.fp-exercise-item-clickable{display:flex;align-items:center;gap:.5rem;cursor:pointer;border-radius:8px;margin:0 -.4rem;padding:.5rem .4rem;transition:background .15s}.fp-exercise-item-clickable:active{background:#f5f5f5}.fp-exercise-item-clickable .fp-exercise-details{flex:1;min-width:0}.fp-exercise-arrow{width:16px;height:16px;color:#ccc;flex-shrink:0}.fp-exercise-item:last-child{border-bottom:none}.fp-exercise-type{font-size:.85rem;font-weight:600;color:#333}.fp-exercise-details{display:flex;flex-direction:column;gap:.1rem}.fp-exercise-title{font-size:.72rem;color:#666}.fp-exercise-meta{font-size:.65rem;color:#aaa}.fp-score-card{text-align:center}.fp-score-wrap{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem 0}.fp-score-label{font-size:.85rem;font-weight:600;color:#555}.acm-page{display:flex;flex-direction:column;align-items:center;padding:24px 20px 40px;animation:acm-fade-in .25s ease}@keyframes acm-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.acm-title{color:#333;font-size:18px;font-weight:700;margin-bottom:4px;text-align:center}.acm-subtitle{color:#999;font-size:13px;margin-bottom:24px;text-align:center}.acm-crop-container{position:relative;width:280px;height:280px;flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014}.acm-crop-area{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none;user-select:none;-webkit-user-select:none;background:#e8e8e8}.acm-image{position:absolute;transform-origin:0 0;pointer-events:none;will-change:transform}.acm-circle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.acm-circle-overlay svg{width:100%;height:100%;display:block}.acm-zoom-row{display:flex;align-items:center;gap:12px;margin-top:20px;width:280px}.acm-zoom-icon{color:#bbb;flex-shrink:0}.acm-zoom-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:#e0e0e0;outline:none}.acm-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px #00000026,0 0 0 1px #0000000f}.acm-zoom-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px #00000026,0 0 0 1px #0000000f}.acm-actions{display:flex;gap:12px;margin-top:28px;width:280px}.acm-btn{flex:1;padding:13px 0;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s,opacity .15s;text-align:center}.acm-btn:active{transform:scale(.96)}.acm-btn-cancel{background:#fff;color:#666;border:2px solid #e8e8e8}.acm-btn-save{background:#4caf50;color:#fff}.acm-btn-save:disabled{opacity:.5;cursor:not-allowed}.activity-survey-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#00000059;display:flex;align-items:center;justify-content:center;padding:16px;animation:asFadeIn .2s ease}.activity-survey-modal{background:#fff;border-radius:20px;width:100%;max-width:400px;max-height:85vh;overflow-y:auto;position:relative;animation:asSlideUp .3s ease;box-shadow:0 8px 32px #0000001f}.activity-survey-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:8px;z-index:1}.activity-survey-content{padding:24px 20px}.activity-survey-progress{display:flex;gap:8px;justify-content:center;margin-bottom:20px}.activity-survey-dot{width:8px;height:8px;border-radius:50%;background:#e8e8e8;transition:all .3s ease}.activity-survey-dot.active{background:#4caf50;width:24px;border-radius:4px}.activity-survey-dot.done{background:#4caf50;opacity:.4}.activity-survey-title{font-size:18px;font-weight:700;color:#333;text-align:center;margin:0 0 6px}.activity-survey-subtitle{font-size:13px;color:#888;text-align:center;margin:0 0 20px;line-height:1.4}.activity-survey-options{display:flex;flex-direction:column;gap:10px}.activity-survey-option{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fafafa;border:2px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.activity-survey-option:active{transform:scale(.98)}.activity-survey-option.selected{border-color:#4caf50;background:#f0faf0}.activity-survey-option-icon{font-size:28px;flex-shrink:0;width:40px;text-align:center}.activity-survey-option-text{display:flex;flex-direction:column;gap:2px;min-width:0}.activity-survey-option-label{font-size:15px;font-weight:600;color:#333}.activity-survey-option-desc{font-size:12px;color:#888;line-height:1.3}.activity-survey-back{display:block;margin:16px auto 0;background:none;border:none;color:#888;font-size:13px;cursor:pointer;padding:8px 16px}.activity-survey-back:hover{color:#333}.activity-survey-hint{font-size:11px;color:#bbb;text-align:center;margin:16px 0 0;line-height:1.4}@keyframes asFadeIn{0%{opacity:0}to{opacity:1}}@keyframes asSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.profile-setup{min-height:100vh;min-height:100dvh;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;padding:24px 20px env(safe-area-inset-bottom,20px);overflow-y:auto}.profile-setup-step{width:100%;max-width:400px;opacity:0;transform:translateY(16px);transition:all .3s ease}.profile-setup-step.visible{opacity:1;transform:translateY(0)}.profile-setup-title{font-size:20px;font-weight:700;color:#333;text-align:center;margin:0 0 6px}.profile-setup-desc{font-size:13px;color:#888;text-align:center;margin:0 0 24px;line-height:1.4}.profile-setup-form{display:flex;flex-direction:column;gap:18px}.profile-setup-field label{display:block;font-size:13px;font-weight:600;color:#888;margin-bottom:8px}.profile-setup-optional{font-weight:400;opacity:.6}.profile-setup-input{width:100%;padding:12px 14px;background:#fff;border:2px solid #e8e8e8;border-radius:12px;color:#333;font-size:15px;outline:none;transition:border-color .2s;box-sizing:border-box}.profile-setup-input:focus{border-color:#4caf50}.profile-setup-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-setup-gender-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.profile-setup-gender-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#fff;border:2px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .2s;color:#333;font-size:13px}.profile-setup-gender-btn:active{transform:scale(.96)}.profile-setup-gender-btn.selected{border-color:#4caf50;background:#f0faf0}.profile-setup-gender-btn span:first-child{font-size:24px}.profile-setup-goal-options{display:flex;flex-direction:column;gap:10px}.profile-setup-goal-btn{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:2px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.profile-setup-goal-btn:active{transform:scale(.98)}.profile-setup-goal-btn.selected{border-color:#4caf50;background:#f0faf0}.profile-setup-goal-icon{font-size:28px;flex-shrink:0}.profile-setup-goal-label{display:block;font-size:15px;font-weight:600;color:#333}.profile-setup-goal-desc{display:block;font-size:12px;color:#888;margin-top:2px}.profile-setup-summary{background:#fff;border-radius:16px;padding:16px;margin-bottom:20px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000f}.profile-setup-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.profile-setup-summary-row:last-child{border-bottom:none}.profile-setup-summary-row span:first-child{font-size:13px;color:#888}.profile-setup-summary-row span:last-child{font-size:14px;font-weight:600;color:#333}.profile-setup-summary-row.subtle span:last-child{font-weight:400;color:#888;font-size:13px}.profile-setup-next{width:100%;padding:14px;background:#4caf50;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;margin-top:24px;transition:all .2s}.profile-setup-next:disabled{opacity:.4;cursor:not-allowed}.profile-setup-next:active:not(:disabled){transform:scale(.98)}.profile-setup-back{display:block;margin:12px auto 0;background:none;border:none;color:#888;font-size:13px;cursor:pointer;padding:8px 16px}.profile-page{padding-bottom:2rem}.profile-loading{text-align:center;padding:3rem;color:#999}.profile-delete-link strong{color:#c62828!important}.profile-header-card{display:flex;align-items:center;gap:.875rem;background:#fff;border-radius:12px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;position:relative}.profile-avatar-wrapper{position:relative;flex-shrink:0}.profile-avatar-edit{position:absolute;bottom:-2px;right:-2px;width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #f0f0f0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;color:#666;transition:all .2s}.profile-avatar-edit:active{transform:scale(.9);background:#f5f5f5}.profile-avatar-input{display:none}.profile-avatar-edit-spinner{width:12px;height:12px;border:2px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:avatarSpin .6s linear infinite}@keyframes avatarSpin{to{transform:rotate(360deg)}}.profile-header-info{display:flex;flex-direction:column;min-width:0;flex:1}.profile-settings-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#888;transition:all .2s}.profile-settings-btn:active{background:#e8e8e8;transform:scale(.92)}.profile-name{font-size:1.05rem;font-weight:700;color:#333}.profile-email{font-size:.75rem;color:#999;overflow:hidden;text-overflow:ellipsis}.profile-member{font-size:.65rem;color:#bbb;margin-top:.15rem}.profile-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.profile-card-title{font-size:.7rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.profile-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;background:#fafafa;border-radius:10px}.profile-stat-icon{font-size:1rem;line-height:1}.profile-stat-value{font-size:1.1rem;font-weight:700;color:#333;margin-top:.2rem;line-height:1}.profile-stat-unit{font-size:.55rem;color:#bbb;margin-top:.05rem}.profile-stat-label{font-size:.58rem;color:#999;margin-top:.15rem}.profile-hint{text-align:center;font-size:.75rem;color:#ccc;padding:.75rem 0}.profile-stat-clickable{cursor:pointer;transition:background .15s,transform .12s;position:relative}.profile-stat-clickable:active{background:#f0f0f0;transform:scale(.95)}.profile-stat-chart-hint{font-size:.55rem;opacity:.45;margin-top:.1rem;line-height:1}.profile-stat-index{position:relative}.profile-stat-index-header{display:flex;align-items:center;justify-content:center;gap:4px;width:100%}.profile-stat-info-btn{background:none;border:none;padding:0;cursor:pointer;color:#bbb;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;transition:color .15s;flex-shrink:0}.profile-stat-info-btn:active{color:#4caf50}.index-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:indexOverlayIn .2s ease}@keyframes indexOverlayIn{0%{opacity:0}to{opacity:1}}.index-modal{background:#fff;border-radius:20px 20px 0 0;padding:1.25rem 1rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));width:100%;max-width:480px;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 -4px 30px #00000026;animation:indexSlideUp .3s cubic-bezier(.32,.72,0,1)}@keyframes indexSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:768px){.index-modal-backdrop{align-items:center;padding:1rem}.index-modal{border-radius:20px;max-height:80vh}}.index-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.index-modal-title{font-size:.95rem;font-weight:700;color:#333}.index-modal-close{background:#f5f5f5;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#888}.index-modal-value-row{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.5rem}.index-modal-value{font-size:2rem;font-weight:800;line-height:1}.index-modal-cat{font-size:.82rem;font-weight:600}.index-modal-missing{display:flex;align-items:flex-start;gap:.4rem;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:.5rem .6rem;font-size:.78rem;color:#795548;margin-bottom:.75rem;line-height:1.4}.index-modal-missing svg{flex-shrink:0;margin-top:1px;color:#f9a825}.index-modal-desc{font-size:.82rem;color:#555;line-height:1.5;margin:0 0 .9rem}.index-modal-scale-title{font-size:.7rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem}.index-modal-scale{display:flex;flex-direction:column;gap:.3rem}.index-modal-scale-row{display:flex;align-items:center;gap:.6rem;border-left:3px solid #ccc;padding-left:.6rem}.index-modal-scale-range{font-size:.75rem;font-weight:700;min-width:72px;font-variant-numeric:tabular-nums}.index-modal-scale-label{font-size:.78rem;color:#444}.profile-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid #f8f8f8}.profile-row:last-child{border-bottom:none}.profile-row-label{font-size:.82rem;color:#555;flex-shrink:0}.profile-row-value{background:none;border:none;font-size:.82rem;font-weight:500;color:#333;cursor:pointer;text-align:right;padding:.2rem 0;display:flex;align-items:center;gap:6px}.profile-row-edit-icon{color:#ccc;flex-shrink:0}.profile-row-empty{color:#ccc;font-weight:400}.profile-row-edit{display:flex;align-items:center;gap:.3rem}.profile-row-input{padding:.3rem .5rem;border:1px solid #4CAF50;border-radius:6px;font-size:.82rem;width:120px;text-align:right;outline:none;background:#fff;color:#333}.profile-row-input:focus{box-shadow:0 0 0 2px #4caf5033}.profile-row-save,.profile-row-cancel{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:.8rem;cursor:pointer}.profile-row-save{background:#4caf50;color:#fff}.profile-row-save:disabled{opacity:.5}.profile-row-cancel{background:#f5f5f5;color:#999}.profile-row-value-static{font-size:.82rem;font-weight:500;color:#333;text-align:right}.profile-wizard-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:.7rem;margin-top:.5rem;background:#f0faf0;border:1px solid #c8e6c9;border-radius:10px;color:#4caf50;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.profile-wizard-btn:active{background:#e0f2e0;transform:scale(.98)}.profile-name-editable{background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:0;text-align:left}.profile-name-edit-icon{color:#ccc;flex-shrink:0}.profile-name-edit{display:flex;align-items:center;gap:.3rem}.profile-name-edit-input{padding:.25rem .5rem;border:1px solid #4CAF50;border-radius:6px;font-size:.95rem;font-weight:700;outline:none;background:#fff;color:#333;width:140px}.profile-name-edit-input:focus{box-shadow:0 0 0 2px #4caf5033}.profile-name-edit-save,.profile-name-edit-cancel{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:.75rem;cursor:pointer}.profile-name-edit-save{background:#4caf50;color:#fff}.profile-name-edit-save:disabled{opacity:.5}.profile-name-edit-cancel{background:#f5f5f5;color:#999}.profile-activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.profile-activity-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:#fafafa;border-radius:10px}.profile-activity-value{font-size:1.2rem;font-weight:700;color:#4caf50}.profile-activity-label{font-size:.6rem;color:#999;margin-top:.15rem;text-align:center}.profile-health-link{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .25rem;background:none;border:none;cursor:pointer;text-align:left}.profile-health-link-icon{font-size:1.4rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f0faf0;border-radius:10px;flex-shrink:0}.profile-health-link-text{display:flex;flex-direction:column;flex:1;min-width:0}.profile-health-link-text strong{font-size:.85rem;color:#333}.profile-health-link-text span{font-size:.68rem;color:#999;margin-top:.05rem}.profile-health-link-arrow{font-size:1.3rem;color:#ccc;font-weight:300}.profile-app-info{font-size:.8rem;color:#999}.profile-logout{width:100%;padding:.75rem;background:#fff;border:1px solid #f44336;border-radius:10px;color:#f44336;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.5rem}.profile-logout:active{background:#fff5f5}.meal-detail{padding-bottom:2rem}.meal-detail-loading,.meal-detail-empty{text-align:center;padding:3rem 1rem;color:#999}.meal-detail-empty button{margin-top:1rem;padding:.5rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer}.meal-detail-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.meal-detail-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer}.meal-detail-title{display:flex;flex-direction:column;align-items:center;min-width:0;flex:1;padding:0 .5rem}.meal-detail-title>span:first-child{font-size:.95rem;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.meal-detail-date{font-size:.65rem;color:#999}.meal-detail-cal{font-size:.9rem;font-weight:700;color:#4caf50;flex-shrink:0}.meal-detail-items{background:#fff;border-radius:12px;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.md-item{display:flex;justify-content:space-between;align-items:center;padding:.65rem .875rem;border-bottom:1px solid #f5f5f5}.md-item:last-child{border-bottom:none}.md-item.clickable{cursor:pointer;transition:background .15s ease}.md-item.clickable:active{background:#f9f9f9}.md-item-left{display:flex;flex-direction:column;min-width:0;flex:1}.md-item-name{font-size:.84rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-item-amount{font-size:.65rem;color:#bbb;margin-top:1px}.md-item-meta{font-size:.7rem;color:#999;flex-shrink:0;margin-left:.5rem}.md-item-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0;margin-left:.5rem}.md-item-cal{font-size:.78rem;font-weight:600;color:#555}.md-item-chevron{font-size:1.1rem;color:#ccc}.item-score-card{display:flex;align-items:center;gap:.875rem;background:#fff;border-radius:12px;padding:.875rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:2px solid #e0e0e0}.item-score-emoji{font-size:2.2rem;line-height:1;flex-shrink:0}.item-score-info{flex:1;min-width:0}.item-score-label{font-size:1rem;font-weight:700;margin-bottom:.3rem}.item-score-bar-bg{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:.25rem}.item-score-bar{height:100%;border-radius:3px;transition:width .4s ease;min-width:2px}.item-score-detail{font-size:.6rem;color:#999}.item-density-card{background:#fff;border-radius:12px;padding:.875rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;text-align:center}.item-density-value{font-size:1.2rem;font-weight:700;color:#333}.item-density-label{font-size:.65rem;color:#999;margin-bottom:.6rem}.item-density-bar-bg{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.3rem}.item-density-bar{height:100%;border-radius:4px;transition:width .4s ease;min-width:2px}.item-density-scale{display:flex;justify-content:space-between;font-size:.55rem;color:#bbb}.item-macros-card{background:#fff;border-radius:12px;padding:.875rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.item-macro-rings{display:flex;justify-content:space-around;align-items:flex-start}.item-macro-ring{display:flex;flex-direction:column;align-items:center;position:relative}.item-macro-ring svg{display:block}.item-macro-ring-label{position:absolute;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:center;pointer-events:none}.item-macro-ring-pct{font-size:.85rem;font-weight:700;color:#333}.item-macro-ring-name{font-size:.65rem;color:#888;margin-top:.2rem}.item-macro-ring-value{font-size:.6rem;color:#bbb}.meal-detail-nutrients{background:#fff;border-radius:12px;padding:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.md-section-title{font-size:.75rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.6rem}.md-nutrient{margin-bottom:.6rem}.md-nutrient.indent{padding-left:.75rem}.md-nutrient.indent .md-nutrient-label{color:#999;font-weight:400}.md-nutrient-top{display:flex;justify-content:space-between;margin-bottom:.2rem}.md-nutrient-label{font-size:.78rem;font-weight:500;color:#555}.md-nutrient-value{font-size:.78rem;font-weight:600;color:#333}.md-nutrient-bar-bg{height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden}.md-nutrient-bar{height:100%;border-radius:3px;transition:width .4s ease;min-width:1px}.md-nutrient-goal{font-size:.6rem;color:#bbb;margin-top:.1rem;display:block}.md-nutrient-est-badge{display:inline-block;font-size:.6rem;font-weight:600;color:#aaa;margin-left:3px}.md-nutrient-est-value{color:#aaa;font-weight:400;font-size:.72rem}.md-nutrient-bar-bg{position:relative}.md-nutrient-bar-estimate{position:absolute;top:0;height:100%;border-radius:3px;opacity:.3;overflow:hidden}.md-nutrient-bar-estimate:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,transparent,transparent 1.5px,rgba(255,255,255,.6) 1.5px,rgba(255,255,255,.6) 3px);border-radius:3px}.md-estimate-hint{display:flex;align-items:center;gap:.35rem;margin-top:.75rem;padding:.45rem .6rem;background:#00000006;border-radius:8px;font-size:.62rem;color:#aaa;border:1px solid rgba(0,0,0,.05)}.md-estimate-hint-icon{font-size:.75rem;font-weight:600;opacity:.5}.md-report-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 16px;margin:16px 0 8px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;color:#888;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.md-report-btn:active{background:#f5f5f5;transform:scale(.98)}.md-report-types{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.md-report-type-btn{padding:6px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#f8f9fa;color:#666;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.md-report-type-btn.active{border-color:#f59e0b;background:#fef3c7;color:#92400e}.md-report-type-btn:active{transform:scale(.95)}.md-report-success{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;text-align:center;color:#2e7d32;font-weight:600;font-size:15px}.md-report-success-icon{width:48px;height:48px;border-radius:50%;background:#e8f5e9;display:flex;align-items:center;justify-content:center;font-size:24px;color:#2e7d32}.md-item-source-icon{font-size:.55rem;margin-left:4px;vertical-align:middle;opacity:.7}.priority-hint{display:flex;align-items:flex-start;gap:8px;margin:0 16px 12px;padding:10px 14px;border-radius:12px;font-size:.82rem;line-height:1.45;animation:priorityFadeIn .4s ease;flex-wrap:wrap}@keyframes priorityFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.priority-hint-icon{font-size:1.1rem;flex-shrink:0;margin-top:1px}.priority-hint-text{color:inherit;flex:1}.priority-hint-planned-badge{font-size:.72rem;opacity:.75;font-style:italic;align-self:center;white-space:nowrap}.priority-hint--success{background:#e8f5e9;color:#2e7d32}.priority-hint--info{background:#e3f2fd;color:#1565c0}.priority-hint--warning{background:#fff3e0;color:#e65100}.priority-hint--neutral{background:#f5f5f5;color:#616161}.health-page{padding-bottom:2rem}.health-page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:.75rem;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.health-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333;font-size:1.4rem}.health-page-title{font-size:17px;font-weight:700;color:#333;margin:0}.health-loading{text-align:center;padding:3rem;color:#999;font-size:.9rem}.health-card{background:#fff;border-radius:12px;padding:.875rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.health-card-title{font-size:.7rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.4rem}.health-card-subtitle{font-size:.78rem;color:#888;margin-bottom:.6rem}.health-status-card{border-left:4px solid #4CAF50}.health-status-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.health-status-icon{font-size:1.6rem;line-height:1}.health-status-text{display:flex;flex-direction:column}.health-status-label{font-size:1rem;font-weight:700}.health-status-desc{font-size:.75rem;color:#888;margin-top:.1rem}.health-status-platform{font-size:.72rem;color:#aaa;padding-top:.4rem;border-top:1px solid #f5f5f5}.health-status-platform strong{color:#666}.health-perms-list{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.health-perm-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;border-radius:8px;background:#fafafa;transition:background .15s}.health-perm-item.granted{background:#f0faf0}.health-perm-icon{font-size:.95rem;line-height:1;width:1.2rem;text-align:center}.health-perm-label{flex:1;font-size:.82rem;color:#444}.health-perm-badge{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700}.health-perm-badge.granted{background:#4caf50;color:#fff}.health-perm-badge.pending{background:#eee;color:#bbb}.health-perm-badge.web{background:#e3f2fd;color:#1976d2;font-size:.7rem}.health-sync-info{margin-bottom:.75rem}.health-sync-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #f8f8f8;font-size:.8rem}.health-sync-row span{color:#888}.health-sync-row strong{color:#333;font-weight:600}.health-sync-apps{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f5f5f5}.health-sync-apps-title{font-size:.7rem;color:#999;margin-bottom:.4rem}.health-sync-app-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;background:#fafafa;border-radius:8px;margin-bottom:.3rem}.health-sync-app-icon{font-size:1.1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:7px;flex-shrink:0}.health-sync-app-info{display:flex;flex-direction:column;min-width:0}.health-sync-app-name{font-size:.82rem;font-weight:600;color:#333}.health-sync-app-pkg{font-size:.6rem;color:#bbb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.health-sync-types{margin-top:.5rem;padding:.5rem;background:#fafafa;border-radius:8px}.health-sync-type-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.78rem;color:#555}.health-sync-type-count{color:#4caf50;font-weight:600;font-size:.75rem}.health-sync-empty{font-size:.8rem;color:#bbb;text-align:center;padding:.75rem}.health-sync-result{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:8px;background:#f0faf0;font-size:.8rem;color:#2e7d32;margin-bottom:.75rem}.health-sync-result.has-errors{background:#fff8e1;color:#e65100}.health-sync-result-icon{font-size:1rem}.health-btn-group{display:flex;flex-direction:column;gap:.5rem}.health-btn{width:100%;padding:.7rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.health-btn:disabled{opacity:.5;cursor:not-allowed}.health-btn-primary{background:#4caf50;color:#fff}.health-btn-primary:active:not(:disabled){opacity:.85}.health-btn-secondary{background:#f5f5f5;color:#555}.health-btn-secondary:active{background:#eee}.health-web-hint{display:flex;gap:.5rem;padding:.75rem;background:#f0f7ff;border-radius:10px;font-size:.78rem;color:#555;line-height:1.4}.health-web-hint-icon{font-size:1rem;flex-shrink:0;line-height:1.3}.health-error{display:flex;align-items:center;justify-content:space-between;background:#fff5f5;border:1px solid #ffcdd2;border-radius:10px;padding:.6rem .75rem;margin-bottom:.75rem;font-size:.8rem;color:#c62828}.health-error-dismiss{background:none;border:none;color:#c62828;font-size:1rem;cursor:pointer;padding:0 .25rem}.health-info-card{background:#fafffe;border-color:#e8f5e9}.health-info-steps{display:flex;flex-direction:column;gap:.75rem}.health-info-step{display:flex;gap:.65rem;align-items:flex-start}.health-info-step-num{width:24px;height:24px;border-radius:50%;background:#4caf50;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.health-info-step strong{font-size:.82rem;color:#333;display:block;margin-bottom:.15rem}.health-info-step p{font-size:.72rem;color:#888;margin:0;line-height:1.35}.health-sources-link{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .5rem;border:none;background:#fafafa;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s}.health-sources-link:active{background:#f0f0f0}.health-sources-link-icon{font-size:1.1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:8px;flex-shrink:0}.health-sources-link-text{flex:1;display:flex;flex-direction:column;min-width:0}.health-sources-link-text strong{font-size:.82rem;color:#333}.health-sources-link-text span{font-size:.68rem;color:#999;margin-top:.1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.health-sources-link-arrow{font-size:1.3rem;color:#ccc;flex-shrink:0}@media(min-width:768px){.health-page{max-width:540px;margin:0 auto}.health-perms-list{display:grid;grid-template-columns:repeat(2,1fr)}.health-info-steps{flex-direction:row;gap:1rem}.health-info-step{flex:1;flex-direction:column;align-items:center;text-align:center}}.privacy-page{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:env(safe-area-inset-bottom,0)}.privacy-header{display:flex;align-items:center;gap:.5rem;padding:1rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.privacy-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;color:#333;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.privacy-back:active{background:#e8e8e8}.privacy-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0;flex:1}.privacy-lang-switch{display:flex;background:#f0f0f0;border-radius:8px;padding:2px;gap:2px;flex-shrink:0}.privacy-lang-btn{border:none;background:transparent;padding:4px 10px;font-size:.75rem;font-weight:600;color:#999;border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.privacy-lang-btn.active{background:#fff;color:#4caf50;box-shadow:0 1px 3px #0000001a}.privacy-content{padding:1.25rem 1rem 3rem;max-width:640px;margin:0 auto}.privacy-updated{font-size:.8rem;color:#999;margin-bottom:1.5rem}.privacy-content section{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:.75rem;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}.privacy-content h2{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.privacy-content h3{font-size:.9rem;font-weight:600;color:#333;margin:1rem 0 .5rem}.privacy-content h3:first-of-type{margin-top:.25rem}.privacy-content p{font-size:.85rem;line-height:1.6;color:#444;margin:0 0 .5rem}.privacy-content p:last-child{margin-bottom:0}.privacy-content strong{color:#1a1a1a;font-weight:600}.privacy-address{background:#f8f8f8;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;line-height:1.6;color:#444}.privacy-content a{color:#4caf50;text-decoration:none;font-weight:500}.privacy-content a:hover{text-decoration:underline}.privacy-footer{text-align:center;padding-top:1.5rem}.privacy-footer p{font-size:.8rem;color:#bbb}.delete-account-page{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:env(safe-area-inset-bottom,0)}.delete-header{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.delete-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;color:#333;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.delete-back:active{background:#e8e8e8}.delete-title{font-size:1.125rem;font-weight:700;color:#c62828;margin:0}.delete-content{padding:1.25rem 1rem 3rem;max-width:480px;margin:0 auto}.delete-warning-card{display:flex;gap:.75rem;background:#fff3f3;border:1px solid #ffcdd2;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.delete-warning-icon{font-size:1.5rem;flex-shrink:0}.delete-warning-card strong{display:block;color:#c62828;font-size:.9rem;margin-bottom:.4rem}.delete-warning-card p{font-size:.85rem;color:#555;line-height:1.5;margin:0}.delete-form{display:flex;flex-direction:column;gap:.75rem}.delete-label{font-size:.85rem;color:#555;line-height:1.5}.delete-form input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;background:#fff}.delete-form input:focus{outline:none;border-color:#999}.delete-error{background:#fff3f3;color:#c62828;padding:.75rem 1rem;border-radius:8px;border:1px solid #ffcdd2;font-size:.85rem}.delete-btn-danger{padding:.75rem 1rem;background:#c62828;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.delete-btn-danger:active{background:#b71c1c}.delete-btn-danger:disabled{background:#ccc;cursor:not-allowed}.delete-info-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000a}.delete-info-card p{font-size:.85rem;color:#555;line-height:1.5;margin:0 0 .4rem}.delete-info-email{color:#333!important}.delete-resend{display:block;margin:1rem auto 0;background:none;border:none;color:#999;font-size:.85rem;cursor:pointer}.delete-resend:hover{color:#666;text-decoration:underline}.delete-done-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 1px 3px #0000000a}.delete-done-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#e8f5e9;color:#4caf50;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.delete-done-card h2{font-size:1.1rem;color:#1a1a1a;margin:0 0 .5rem}.delete-done-card p{font-size:.85rem;color:#666;line-height:1.5;margin:0 0 1.5rem}.delete-btn-back{display:inline-block;padding:.6rem 1.5rem;background:#4caf50;color:#fff;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:600}.delete-btn-back:active{background:#388e3c}.delete-footer{text-align:center;margin-top:2rem}.delete-footer p{font-size:.8rem;color:#bbb}.delete-footer a{color:#999;text-decoration:none}.delete-footer a:hover{text-decoration:underline}.settings-page{padding-bottom:24px}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.settings-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333}.settings-title{font-size:17px;font-weight:600;color:#1a1a1a;margin:0}.settings-content{padding:16px;display:flex;flex-direction:column;gap:16px}.settings-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 1px 4px #0000000f}.settings-card-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#333;margin-bottom:14px}.settings-card-icon{font-size:18px}.settings-lang-options{display:flex;flex-direction:column;gap:8px}.settings-lang-btn{display:flex;align-items:center;gap:12px;padding:12px 14px;border:2px solid #e8e8e8;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:15px;color:#333}.settings-lang-btn:active{transform:scale(.98)}.settings-lang-btn.active{border-color:#4caf50;background:#f1f8e9}.settings-lang-flag{font-size:24px}.settings-lang-label{flex:1;text-align:left;font-weight:500}.settings-lang-check{color:#4caf50;font-weight:700;font-size:16px}.settings-app-info{display:flex;align-items:baseline;gap:8px}.settings-app-name{font-size:15px;font-weight:600;color:#333}.settings-app-version{font-size:13px;color:#999}.settings-link-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 0;background:none;border:none;border-top:1px solid #f0f0f0;cursor:pointer;text-align:left}.settings-link-btn:first-of-type{margin-top:4px}.settings-link-icon{font-size:20px;flex-shrink:0}.settings-link-text{flex:1;display:flex;flex-direction:column;gap:2px}.settings-link-text strong{font-size:14px;color:#333}.settings-link-text span{font-size:12px;color:#999}.settings-link-arrow{font-size:18px;color:#ccc;flex-shrink:0}.settings-link-danger .settings-link-text strong{color:#c62828}.changelog-page{min-height:100vh;background:#f8f9fa;padding-bottom:2rem}.changelog-loading{text-align:center;padding:4rem 1rem;color:#999;font-size:.9rem}.changelog-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-top:calc(env(safe-area-inset-top,0px) + .75rem);background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.changelog-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#666}.changelog-back:active{background:#e8e8e8;transform:scale(.92)}.changelog-share{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#666;transition:background .15s,transform .15s}.changelog-share:active{background:#e8e8e8;transform:scale(.92)}.changelog-title{font-size:1.05rem;font-weight:700;color:#333;margin:0}.changelog-version-switcher{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;margin:.75rem 1rem;background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.changelog-arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#555;transition:all .15s}.changelog-arrow:active:not(:disabled){background:#e0e0e0;transform:scale(.9)}.changelog-arrow:disabled{opacity:.25;cursor:default}.changelog-version-info{display:flex;flex-direction:column;align-items:center;min-width:120px}.changelog-version-number{font-size:1.3rem;font-weight:800;color:#4caf50;letter-spacing:-.5px}.changelog-version-date{font-size:.72rem;color:#999;margin-top:2px}.changelog-sections{padding:0 1rem;display:flex;flex-direction:column;gap:.75rem}.changelog-section{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0}.changelog-section-header{display:flex;align-items:center;gap:.5rem;padding:.7rem .85rem;background:#fafafa;border-bottom:1px solid #f0f0f0}.changelog-section-icon{font-size:1rem}.changelog-section-title{font-size:.8rem;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.3px;flex:1}.changelog-section-count{font-size:.65rem;font-weight:700;color:#999;background:#f0f0f0;padding:2px 7px;border-radius:10px}.changelog-items{padding:.5rem 0}.changelog-item{display:flex;align-items:flex-start;gap:.65rem;padding:.45rem .85rem}.changelog-item-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;flex-shrink:0;margin-top:7px}.changelog-section:nth-child(2) .changelog-item-dot{background:#2196f3}.changelog-section:nth-child(3) .changelog-item-dot{background:#ff9800}.changelog-item-content{flex:1;min-width:0}.changelog-item-text{font-size:.82rem;color:#444;line-height:1.45}.changelog-item-text strong{font-weight:600;color:#333}.changelog-code{font-family:SF Mono,Menlo,monospace;font-size:.75rem;background:#f0f4f8;color:#4caf50;padding:1px 5px;border-radius:4px}.changelog-sub-items{margin-top:.3rem;padding-left:.5rem;border-left:2px solid #e8e8e8}.changelog-sub-item{font-size:.76rem;color:#777;line-height:1.4;padding:.15rem 0 .15rem .5rem}.changelog-empty{padding:1rem;text-align:center;color:#bbb;font-size:.82rem}.changelog-dots{display:flex;justify-content:center;align-items:center;gap:6px;padding:1.25rem 0;min-height:28px}.changelog-dot{border-radius:50%;border:none;background:#ddd;cursor:pointer;padding:0;transition:all .25s ease}.changelog-dot.active{width:10px;height:10px;background:#4caf50}.changelog-dot.near{width:8px;height:8px;background:#ccc}.changelog-dot.mid{width:6px;height:6px;background:#ddd}.changelog-dot.far{width:4px;height:4px;background:#e5e5e5}@media(prefers-color-scheme:dark){.changelog-page{background:#f8f9fa}.changelog-header,.changelog-version-switcher,.changelog-section{background:#fff;color:#333}.changelog-section-header{background:#fafafa}.changelog-item-text,.changelog-item-text strong,.changelog-section-title,.changelog-title{color:#333!important}}.hsrc-page{padding-bottom:2rem}.hsrc-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:.75rem;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.hsrc-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333}.hsrc-title{font-size:17px;font-weight:700;color:#333;margin:0}.hsrc-header-status{width:36px;display:flex;align-items:center;justify-content:center}.hsrc-saving-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:hsrc-pulse .8s ease infinite}@keyframes hsrc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hsrc-loading{text-align:center;padding:3rem;color:#999;font-size:.9rem}.hsrc-empty{text-align:center;padding:2.5rem 1rem}.hsrc-empty-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.hsrc-empty-text{font-size:.82rem;color:#999;line-height:1.5;margin:0}.hsrc-desc-card{display:flex;gap:.6rem;align-items:flex-start;background:#f0f7ff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;border:1px solid #dbeafe}.hsrc-desc-icon{font-size:1.2rem;flex-shrink:0;margin-top:.05rem}.hsrc-desc-text{font-size:.78rem;color:#555;line-height:1.45;margin:0}.hsrc-list{display:flex;flex-direction:column;gap:.5rem}.hsrc-type-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a;overflow:hidden;transition:box-shadow .2s}.hsrc-type-card.expanded{box-shadow:0 2px 8px #00000014;border-color:#e0e0e0}.hsrc-type-header{display:flex;align-items:center;gap:.6rem;width:100%;padding:.7rem .75rem;border:none;background:none;cursor:pointer;text-align:left}.hsrc-type-header:active{background:#fafafa}.hsrc-type-icon{font-size:1.15rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;flex-shrink:0}.hsrc-type-info{flex:1;display:flex;flex-direction:column}.hsrc-type-name{font-size:.88rem;font-weight:600;color:#333}.hsrc-type-count{font-size:.7rem;color:#999;margin-top:.1rem}.hsrc-type-count.none-active{color:#e57373}.hsrc-type-chevron{color:#bbb;transition:transform .25s ease;display:flex;align-items:center}.hsrc-type-chevron.open{transform:rotate(180deg)}.hsrc-apps-container{max-height:0;overflow:hidden;transition:max-height .3s ease}.hsrc-apps-container.open{max-height:500px}.hsrc-apps-inner{padding:0 .75rem .6rem;border-top:1px solid #f5f5f5}.hsrc-app-row{display:flex;align-items:center;gap:.5rem;padding:.55rem .4rem;border-bottom:1px solid #fafafa;cursor:pointer}.hsrc-app-row:last-child{border-bottom:none}.hsrc-app-icon{font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:7px;flex-shrink:0}.hsrc-app-info{flex:1;display:flex;flex-direction:column;min-width:0}.hsrc-app-name{font-size:.82rem;font-weight:600;color:#333}.hsrc-app-pkg{font-size:.6rem;color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hsrc-toggle{width:42px;height:24px;border-radius:12px;background:#ddd;position:relative;transition:background .2s;flex-shrink:0;cursor:pointer}.hsrc-toggle.on{background:#4caf50}.hsrc-toggle-thumb{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #0003}.hsrc-toggle.on .hsrc-toggle-thumb{transform:translate(18px)}.hsrc-hint{display:flex;gap:.5rem;align-items:flex-start;padding:.75rem;margin-top:.75rem;background:#fffbeb;border-radius:10px;border:1px solid #fef3c7}.hsrc-hint-icon{font-size:1rem;flex-shrink:0}.hsrc-hint-text{font-size:.72rem;color:#92400e;line-height:1.4}@media(min-width:768px){.hsrc-page{max-width:540px;margin:0 auto}}.ah-import-page{min-height:100vh;background:var(--bg-primary, #f5f5f5);padding-bottom:calc(80px + env(safe-area-inset-bottom))}.ah-import-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-card, #fff);border-bottom:1px solid var(--border-color, #e5e5e5);position:sticky;top:0;z-index:10}.ah-import-back{background:none;border:none;padding:8px;color:var(--text-primary, #333);cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center}.ah-import-back:active{background:var(--bg-hover, #f0f0f0)}.ah-import-title{font-size:17px;font-weight:600;color:var(--text-primary, #333);margin:0}.ah-import-content{padding:16px;display:flex;flex-direction:column;gap:12px}.ah-import-card{background:var(--bg-card, #fff);border-radius:14px;padding:16px;box-shadow:0 1px 3px #0000000f}.ah-import-card-title{font-size:15px;font-weight:600;color:var(--text-primary, #333);margin-bottom:12px;display:flex;align-items:center;gap:8px}.ah-import-card-icon{font-size:18px}.ah-import-info{text-align:center;padding:24px 16px}.ah-import-info-icon{font-size:48px;margin-bottom:12px}.ah-import-info h2{font-size:18px;font-weight:600;color:var(--text-primary, #333);margin:0 0 8px}.ah-import-info p{font-size:14px;color:var(--text-secondary, #666);margin:0;line-height:1.5}.ah-import-steps{display:flex;flex-direction:column;gap:10px}.ah-import-step{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-primary, #333);line-height:1.4}.ah-import-step-num{flex-shrink:0;width:24px;height:24px;background:var(--primary-color, #4CAF50);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.ah-import-hint{font-size:13px;color:var(--text-secondary, #666);margin:0 0 12px;line-height:1.4}.ah-import-btn{display:block;width:100%;padding:13px 20px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.ah-import-btn:active{opacity:.85}.ah-import-btn-primary{background:var(--primary-color, #4CAF50);color:#fff}.ah-import-btn-secondary{background:var(--bg-hover, #f0f0f0);color:var(--text-primary, #333)}.ah-import-warning{display:flex;align-items:flex-start;gap:10px;background:#fff8e1;font-size:13px;color:#795548;line-height:1.5}.ah-import-warning-icon{flex-shrink:0;font-size:16px}.ah-import-center{text-align:center;padding:32px 16px}.ah-import-center h2{font-size:17px;font-weight:600;color:var(--text-primary, #333);margin:16px 0 8px}.ah-import-center p{font-size:13px;color:var(--text-secondary, #666);margin:0 0 16px}.ah-import-spinner{width:40px;height:40px;border:3px solid var(--border-color, #e5e5e5);border-top-color:var(--primary-color, #4CAF50);border-radius:50%;animation:ah-spin .8s linear infinite;margin:0 auto}@keyframes ah-spin{to{transform:rotate(360deg)}}.ah-import-progress-bar{width:100%;height:6px;background:var(--bg-hover, #f0f0f0);border-radius:3px;overflow:hidden;margin:12px 0 6px}.ah-import-progress-fill{height:100%;background:var(--primary-color, #4CAF50);border-radius:3px;transition:width .3s ease}.ah-import-progress-text{font-size:12px;color:var(--text-secondary, #666);font-weight:600}.ah-import-date-range{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-color, #e5e5e5);margin-bottom:12px;font-size:14px;color:var(--text-secondary, #666)}.ah-import-date-range strong{color:var(--text-primary, #333)}.ah-import-counts{display:flex;flex-direction:column;gap:8px}.ah-import-count-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border-color-light, #f0f0f0)}.ah-import-count-item:last-child{border-bottom:none}.ah-import-count-icon{font-size:20px;flex-shrink:0;width:28px;text-align:center}.ah-import-count-label{flex:1;font-size:14px;color:var(--text-primary, #333)}.ah-import-count-value{font-size:14px;font-weight:600;color:var(--primary-color, #4CAF50)}.ah-import-actions{display:flex;gap:10px}.ah-import-actions .ah-import-btn{flex:1}.ah-import-success-icon{font-size:48px;margin-bottom:8px}.ah-import-result-stats{text-align:left;margin-top:16px;display:flex;flex-direction:column;gap:8px}.ah-import-result-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--bg-hover, #f5f5f5);border-radius:8px;font-size:14px}.ah-import-result-row strong{color:var(--primary-color, #4CAF50)}.ah-import-result-skip strong{color:var(--text-secondary, #999)}.ah-import-result-error strong{color:#e53935}.ah-import-error{display:flex;align-items:center;gap:8px;background:#ffebee;color:#c62828;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.4}.ah-import-btn-danger{background:#e53935;color:#fff}.ah-import-btn-danger:disabled{opacity:.6}.ah-import-delete-confirm{margin-top:8px}.ah-import-delete-warn{font-size:13px;color:#c62828;margin:0 0 12px;line-height:1.5}.ah-import-delete-result{margin-top:8px;display:flex;flex-direction:column;gap:8px}.ah-import-delete-success{font-size:14px;color:var(--primary-color, #4CAF50);margin:8px 0 0;font-weight:600}.ah-import-error-dismiss{flex-shrink:0;background:none;border:none;color:#c62828;font-size:16px;cursor:pointer;padding:4px;margin-left:auto}.ah-import-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:28px 16px;border:2px dashed var(--border-color, #d0d0d0);border-radius:12px;cursor:pointer;transition:all .2s ease;background:var(--bg-hover, #fafafa)}.ah-import-dropzone:active,.ah-import-dropzone-active{border-color:var(--primary-color, #4CAF50);background:#4caf500f}.ah-import-dropzone-icon{font-size:32px}.ah-import-dropzone-text{font-size:15px;font-weight:600;color:var(--primary-color, #4CAF50)}.ah-import-dropzone-hint{font-size:12px;color:var(--text-secondary, #999)}.add-exercise-page{display:flex;flex-direction:column;flex:1;min-height:0;background:#f8f8f8;padding:.75rem;padding-bottom:calc(.75rem + 52px);gap:.5rem}.add-exercise-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;flex-shrink:0}.add-exercise-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;font-size:1.3rem;color:#666;cursor:pointer;line-height:1}.add-exercise-back:active{background:#eee}.add-exercise-title{font-size:.92rem;font-weight:700;color:#333}.add-exercise-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem}.add-exercise-group{margin-bottom:.75rem}.add-exercise-label{display:block;font-size:.68rem;font-weight:700;color:#999;text-transform:uppercase;margin-bottom:.3rem;letter-spacing:.02em}.add-exercise-input{width:100%;padding:.55rem .75rem;border:1.5px solid #eee;border-radius:10px;font-size:.82rem;color:#333;background:#fafafa;outline:none;transition:border-color .15s;box-sizing:border-box}.add-exercise-input:focus{border-color:#4caf50;background:#fff}.add-exercise-textarea{resize:none;font-family:inherit}.add-exercise-input-wrap{position:relative}.add-exercise-input-wrap .add-exercise-input{padding-right:2.5rem}.add-exercise-unit{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.68rem;color:#bbb;font-weight:600;pointer-events:none}.add-exercise-row{display:flex;gap:.75rem}.add-exercise-flex{flex:1}.add-exercise-duration-row{display:flex;gap:.75rem}.add-exercise-duration-field{flex:1;position:relative}.add-exercise-duration-field .add-exercise-input{padding-right:2.2rem;text-align:center}.add-exercise-duration-label{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);font-size:.68rem;color:#bbb;font-weight:600;pointer-events:none}.add-exercise-divider{display:flex;align-items:center;gap:.75rem;margin:.75rem 0;font-size:.62rem;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.04em}.add-exercise-divider:before,.add-exercise-divider:after{content:"";flex:1;height:1px;background:#f0f0f0}.add-exercise-type-selector{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem .75rem;border:1.5px solid #eee;border-radius:10px;background:#fafafa;cursor:pointer;font-size:.82rem;color:#333;transition:border-color .15s}.add-exercise-type-selector:active{border-color:#4caf50}.add-exercise-type-icon{font-size:1.1rem}.add-exercise-type-label{flex:1;text-align:left;font-weight:600}.add-exercise-type-chevron{font-size:.65rem;color:#bbb}.add-exercise-type-picker{margin-top:.35rem;border:1.5px solid #eee;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 4px 16px #00000014}.add-exercise-type-search{width:100%;padding:.6rem .75rem;border:none;border-bottom:1px solid #f0f0f0;font-size:.82rem;outline:none;box-sizing:border-box}.add-exercise-type-list{max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.add-exercise-type-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;font-size:.78rem;color:#333;cursor:pointer;text-align:left;transition:background .1s}.add-exercise-type-option:active,.add-exercise-type-option.active{background:#4caf5010}.add-exercise-type-option.active{font-weight:700;color:#4caf50}.add-exercise-type-empty{padding:1rem;text-align:center;font-size:.78rem;color:#bbb}.add-exercise-footer{flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;padding:.75rem}.add-exercise-save{display:block;width:100%;padding:.75rem;border:none;border-radius:12px;background:#4caf50;color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s}.add-exercise-save:disabled{opacity:.4;cursor:not-allowed}.add-exercise-save:not(:disabled):active{opacity:.8}.add-exercise-label-required{color:#e65100}.add-exercise-group-invalid .add-exercise-duration-row .add-exercise-input{border-color:#e6510066;background:#fff3e0}.add-exercise-hint{font-size:.72rem;color:#e65100;text-align:center;margin-bottom:.4rem;font-weight:600}.aex-content-card{display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.aex-tabs{display:flex;border-bottom:1px solid #f0f0f0;flex-shrink:0;background:#fff}.aex-tab{flex:1;padding:.65rem .5rem;border:none;background:none;font-size:.8rem;font-weight:600;color:#bbb;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.aex-tab.active{color:#333;border-bottom-color:#4caf50}.aex-tab:active{opacity:.7}.aex-tracking-launch{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;gap:.6rem}.aex-tracking-launch-icon{font-size:3.5rem;line-height:1;margin-bottom:.25rem}.aex-tracking-launch-title{font-size:1.1rem;font-weight:700;color:#333}.aex-tracking-launch-desc{font-size:.78rem;color:#aaa;line-height:1.5;max-width:220px}.aex-sensor-pills{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.aex-sensor-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .7rem;border-radius:99px;font-size:.72rem;font-weight:600;border:1.5px solid}.aex-sensor-pill.ok{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.aex-sensor-pill.warn{background:#fff3e0;border-color:#ffcc80;color:#e65100}.aex-sensor-pill.neutral{background:#f5f5f5;border-color:#e0e0e0;color:#9e9e9e}.aex-tracking-launch-btn{margin-top:.75rem;padding:.85rem 2.5rem;border:none;border-radius:14px;background:#4caf50;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .15s;letter-spacing:.02em}.aex-tracking-launch-btn:active{opacity:.8}.aex-tracking-launch-btn.disabled{background:#ccc;cursor:not-allowed;opacity:.7}.aex-tracking-skip{margin:.25rem 0 0;font-size:.72rem;color:#aaa;text-decoration:underline;cursor:pointer}.aex-gps-signal{display:flex;flex-direction:column;align-items:center;gap:.3rem;width:100%;padding:.75rem;background:#f8f8f8;border-radius:12px;border:1px solid #eee;margin-top:.25rem}.aex-gps-title{font-size:.72rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.04em}.aex-gps-bars{display:flex;align-items:flex-end;gap:4px;height:28px;margin:.25rem 0}.aex-gps-bar{width:10px;border-radius:3px 3px 2px 2px;background:#e0e0e0;transition:background .3s}.aex-gps-bar:nth-child(1){height:30%}.aex-gps-bar:nth-child(2){height:47%}.aex-gps-bar:nth-child(3){height:63%}.aex-gps-bar:nth-child(4){height:80%}.aex-gps-bar:nth-child(5){height:100%}.aex-gps-label{font-size:.85rem;font-weight:700}.aex-gps-accuracy{font-size:.72rem;color:#aaa}.aex-gps-hint{font-size:.7rem;color:#e65100;text-align:center;max-width:220px;line-height:1.4}.aex-countdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1000}.aex-countdown-ring{width:120px;height:120px;border-radius:50%;border:5px solid rgba(255,255,255,.3);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.aex-countdown-number{font-size:3.5rem;font-weight:900;color:#fff;line-height:1}.aex-countdown-label{font-size:.9rem;color:#fffc;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.aex-tracking-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;gap:.55rem}.aex-tracking-soon-icon{font-size:3rem;line-height:1;margin-bottom:.25rem;opacity:.5}.aex-tracking-soon-title{font-size:.88rem;font-weight:700;color:#666}.aex-tracking-soon-text{font-size:.78rem;color:#aaa;line-height:1.5;max-width:240px}.aex-tracking-soon-btn{margin-top:.75rem;padding:.65rem 1.5rem;border:1.5px solid #eee;border-radius:12px;background:#f8f8f8;color:#555;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.aex-tracking-soon-btn:active{background:#eee}.add-exercise-training-mode-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:.7rem;margin-bottom:.5rem;border:2px solid #4fc3f7;border-radius:12px;background:#4fc3f710;color:#0288d1;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .15s}.add-exercise-training-mode-btn:active{background:#4fc3f730}.add-exercise-page .add-exercise-error-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#c62828;color:#fff;padding:.6rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #00000040;z-index:100;max-width:calc(100vw - 2rem);text-align:center;animation:addExerciseErrSnackIn .25s ease}@keyframes addExerciseErrSnackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.add-exercise-page .add-exercise-error-snackbar{bottom:2rem}}.tmm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:900;animation:tmm-fade-in .2s ease}.tmm-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;padding:12px 20px 36px;z-index:901;animation:tmm-slide-up .28s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;gap:12px;max-height:96vh;overflow-y:auto}.tmm-handle{width:36px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto 4px;flex-shrink:0}.tmm-field-name{font-size:18px;font-weight:700;color:#1a1a1a;text-align:center;flex-shrink:0}.tmm-image-wrap{flex-shrink:0;width:100%;height:260px;display:flex;align-items:center;justify-content:center;background:#fafafa;border-radius:14px;overflow:hidden}.tmm-image{height:100%;width:100%;object-fit:contain}.tmm-state{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.tmm-spinner{width:34px;height:34px;border:3px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:tmm-spin .8s linear infinite}.tmm-state-text{font-size:14px;color:#888}.tmm-value{display:flex;align-items:baseline;gap:4px}.tmm-value-num{font-size:58px;font-weight:700;color:#1a1a1a;line-height:1}.tmm-value-num--empty{color:#ccc}.tmm-value-unit{font-size:22px;font-weight:500;color:#888}.tmm-pull-hint{font-size:14px;color:#555;text-align:center;margin:0}.tmm-hint{font-size:12px;color:#aaa;text-align:center;margin:0}.tmm-error-text{font-size:14px;color:#e53935;text-align:center}.tmm-close-btn{margin-top:4px;padding:13px;border-radius:12px;border:none;background:#f5f5f5;color:#666;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.tmm-close-btn:active{background:#ebebeb}@keyframes tmm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tmm-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes tmm-spin{to{transform:rotate(360deg)}}.add-body-page{display:flex;flex-direction:column;min-height:100dvh;background:#fff;margin:0 -1rem -2rem}.add-body-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}.add-body-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333;flex-shrink:0}.add-body-back:active{background:#eee}.add-body-title{font-size:17px;font-weight:600;color:#1a1a1a;margin:0;text-align:center}.add-body-date{border:1px solid #e0e0e0;border-radius:8px;padding:.3rem .5rem;font-size:.75rem;color:#555;flex-shrink:0;min-width:36px}.add-body-fields{flex:1;padding:.75rem 1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(5rem + 52px + env(safe-area-inset-bottom,0px))}.add-body-loading{padding:2rem;text-align:center;color:#999;font-size:.85rem}.add-body-group{margin-bottom:.75rem}.add-body-group-title{font-size:.65rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.4rem}.add-body-field{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid #f8f8f8}.add-body-field label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#444;flex-shrink:0}.add-body-field-icon{font-size:.9rem}.add-body-field-unit{font-size:.65rem;color:#bbb;margin-left:.15rem}.add-body-field-input{width:90px;padding:.35rem .5rem;border:1px solid #e8e8e8;border-radius:8px;font-size:.85rem;text-align:right;color:#333;background:#fafafa;outline:none;transition:border-color .15s}.add-body-field-input:focus{border-color:#4caf50;background:#fff}.add-body-field-input::placeholder{color:#ddd}.add-body-field-right{display:flex;align-items:center;gap:0}.add-body-field-right--tape{gap:6px}.add-body-tape-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #e0e0e0;border-radius:8px;background:#f8f8f8;color:#4caf50;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s}.add-body-tape-btn:active{background:#e8f5e9;border-color:#4caf50}.add-body-field-textarea{width:100%;text-align:left;resize:none;font-family:inherit}.add-body-footer{position:fixed;bottom:calc(52px + env(safe-area-inset-bottom,0px));left:0;right:0;padding:.75rem 1rem;background:#fff;border-top:1px solid #f0f0f0;z-index:10}@media(min-width:768px){.add-body-footer{bottom:0;padding-bottom:.75rem}}.add-body-save{display:block;width:100%;padding:.75rem;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer}.add-body-save:disabled{opacity:.5;cursor:not-allowed}.add-body-save:not(:disabled):active{opacity:.8}.add-body-omron-btn{color:#e91e63}.add-body-omron-btn:disabled{opacity:.5;cursor:not-allowed}.add-body-omron-spinner{width:14px;height:14px;border:2px solid #f8bbd0;border-top-color:#e91e63;border-radius:50%;animation:omron-spin .7s linear infinite}@keyframes omron-spin{to{transform:rotate(360deg)}}.add-body-omron-error{margin:8px 16px 0;padding:8px 12px;background:#fce4ec;color:#c62828;border-radius:8px;font-size:13px}.sleep-detail-page{padding-bottom:2rem}.sleep-detail-header{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:#333;margin-bottom:1rem}.sleep-detail-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;font-size:1.2rem;color:#666;cursor:pointer}.sleep-detail-loading,.sleep-detail-empty{text-align:center;padding:3rem 1rem;color:#bbb}.sleep-detail-empty span{font-size:2.5rem;display:block;margin-bottom:.5rem}.sleep-summary-card{background:#fff;border-radius:12px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.sleep-summary-quality{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.sleep-summary-emoji{font-size:1.8rem}.sleep-summary-text{display:flex;flex-direction:column;flex:1}.sleep-summary-label{font-size:.95rem;font-weight:700}.sleep-summary-sub{font-size:.7rem;color:#999}.sleep-summary-score{font-size:1.1rem;font-weight:800}.sleep-summary-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:.75rem}.sleep-summary-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem .2rem;background:#f8f9ff;border-radius:8px}.sleep-stat-value{font-size:.85rem;font-weight:700;color:#3f51b5}.sleep-stat-label{font-size:.6rem;color:#999;margin-top:.1rem;text-align:center}.sleep-ideal-ranges{padding-top:.6rem;border-top:1px solid #f0f0f0}.sleep-ideal-title{font-size:.72rem;font-weight:600;color:#888;display:block;margin-bottom:.4rem}.sleep-ideal-row{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#666;padding:.2rem 0}.sleep-ideal-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sleep-ideal-row span:last-child{margin-left:auto}.sleep-ideal-check{font-weight:700;font-size:.8rem}.sleep-ideal-check.good{color:#2e7d32}.sleep-ideal-check.ok{color:#f9a825}.sleep-ideal-check.bad{color:#c62828}.sleep-trend-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.sleep-trend-title{font-size:.8rem;font-weight:600;color:#555;display:block;margin-bottom:.3rem}.sleep-trend-svg{width:100%;height:80px}.sleep-trend-legend{display:flex;align-items:center;gap:4px;font-size:.62rem;color:#999;margin-top:.25rem}.sleep-trend-dot{display:inline-block;width:6px;height:6px;border-radius:50%}.sleep-entries-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.sleep-entries-title{font-size:.8rem;font-weight:600;color:#555;display:block;margin-bottom:.6rem}.sleep-entry{padding:.6rem 0;border-bottom:1px solid #f5f5f5}.sleep-entry:last-child{border-bottom:none;padding-bottom:0}.sleep-entry-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.sleep-entry-date{font-size:.75rem;font-weight:500;color:#555;flex:1}.sleep-entry-duration{font-size:.8rem;font-weight:700;color:#3f51b5}.sleep-entry-quality{font-size:.72rem;font-weight:600;min-width:42px;text-align:right}.sleep-entry-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;gap:1px;background:#f0f0f0;margin-bottom:.3rem}.sleep-stage-seg{min-width:3px;border-radius:1px}.sleep-entry-phases{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.62rem;color:#888}.sleep-entry-phases .sdot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:3px;vertical-align:middle}.sleep-info-card{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.sleep-info-title{font-size:.8rem;font-weight:600;color:#555;display:block;margin-bottom:.6rem}.sleep-info-item{display:flex;gap:.6rem;padding:.4rem 0;border-bottom:1px solid #f8f8f8}.sleep-info-item:last-child{border-bottom:none}.sleep-info-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:2px}.sleep-info-item div{display:flex;flex-direction:column}.sleep-info-name{font-size:.78rem;font-weight:600;color:#444}.sleep-info-desc{font-size:.68rem;color:#999;line-height:1.3;margin-top:.1rem}.sleep-pagination{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;margin:0 .75rem .5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.sleep-page-btn{background:none;border:1.5px solid #e0e0e0;border-radius:8px;padding:.4rem .8rem;font-size:.78rem;font-weight:600;color:#555;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.sleep-page-btn:active:not(:disabled){transform:scale(.95);border-color:#3f51b5;color:#3f51b5}.sleep-page-btn:disabled{opacity:.3;cursor:default}.sleep-page-label{font-size:.75rem;color:#888;font-weight:600}.sleep-page-info{font-weight:400;font-size:.7rem;color:#999}.sleep-entries-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.1rem}.sleep-entries-hint{font-size:.65rem;color:#bbb;font-weight:400}.sleep-entry-link{text-decoration:none;color:inherit;display:block;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease;border-radius:8px;margin:0 -.4rem;padding-left:.4rem;padding-right:.4rem}.sleep-entry-link:active{background:#0000000a}.sleep-entries-card{transition:opacity .15s ease}.sleep-entries-card.fading{opacity:.3;pointer-events:none}.sleep-night-page{min-height:100vh;background:#f5f5f5;padding-bottom:2rem}.sleep-night-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:#333;font-weight:700;font-size:.95rem;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee}.sleep-night-back{background:none;border:none;color:#333;font-size:1.6rem;line-height:1;padding:0 .3rem;cursor:pointer}.sleep-night-loading,.sleep-night-empty{text-align:center;padding:3rem 1rem;color:#999;font-size:.85rem}.sleep-night-hero{background:#fff;padding:1rem 1rem 1.2rem;margin:.75rem;border-radius:14px;box-shadow:0 1px 3px #0000000f}.sleep-night-date{font-size:.78rem;color:#888;margin-bottom:.6rem;line-height:1.4}.sleep-night-quality-badge{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:12px;border:1.5px solid}.sleep-night-quality-emoji{font-size:1.6rem}.sleep-night-quality-info{display:flex;flex-direction:column}.sleep-night-quality-label{font-weight:700;font-size:.9rem}.sleep-night-quality-score{font-size:.72rem;color:#999}.sleep-night-donut-card{margin:.75rem;background:#fff;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0000000f;display:flex;align-items:center;gap:1rem}.sleep-night-donut-wrap{width:140px;height:140px;flex-shrink:0}.sleep-night-donut{width:100%;height:100%}.donut-center-time{font-size:16px;font-weight:700;fill:#333}.donut-center-label{font-size:9px;fill:#999}.sleep-night-donut-legend{display:flex;flex-direction:column;gap:.35rem;flex:1}.donut-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem}.donut-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.donut-legend-label{color:#666;flex:1}.donut-legend-value{font-weight:600;color:#333}.donut-legend-pct{color:#999;font-size:.68rem;min-width:28px;text-align:right}.sleep-night-section-title{display:block;font-size:.8rem;font-weight:700;color:#333;margin-bottom:.7rem}.sleep-night-phases-card{margin:.75rem;background:#fff;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0000000f}.sleep-night-phase{padding:.6rem 0;border-bottom:1px solid #f0f0f0}.sleep-night-phase:last-child{border-bottom:none;padding-bottom:0}.phase-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem}.phase-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.phase-name{font-size:.78rem;font-weight:600;color:#444;flex:1}.phase-value{font-size:.75rem;font-weight:600;color:#333}.phase-bar-track{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:.3rem}.phase-bar-fill{height:100%;border-radius:3px;transition:width .4s ease}.phase-details{display:flex;justify-content:space-between;font-size:.68rem;color:#999;margin-bottom:.25rem}.phase-ideal{color:#aaa}.phase-avg{color:#888}.phase-tip{display:flex;align-items:flex-start;gap:.35rem;padding:.35rem .5rem;border-radius:8px;font-size:.7rem;line-height:1.35;margin-top:.2rem}.phase-tip.good{background:#e8f5e9;color:#2e7d32}.phase-tip.ok{background:#fff8e1;color:#e65100}.phase-tip.bad{background:#fbe9e7;color:#c62828}.phase-tip-icon{font-weight:700;flex-shrink:0}.phase-tip-text{flex:1}.sleep-night-goal-card{margin:.75rem;background:#fff;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0000000f}.goal-unified{display:flex;flex-direction:column;gap:.5rem}.goal-unified-track{height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden}.goal-unified-fill{height:100%;border-radius:5px;transition:width .4s ease}.goal-unified-values{display:flex;align-items:baseline;gap:.3rem}.goal-unified-hours{font-size:1.05rem;font-weight:700}.goal-unified-of{font-size:.75rem;color:#999}.goal-unified-avg{font-size:.72rem;color:#999;margin-left:auto}.goal-deficit{margin-top:.5rem;padding:.4rem .6rem;background:#fff3e0;border-radius:8px;font-size:.72rem;color:#e65100}.goal-surplus{margin-top:.5rem;padding:.4rem .6rem;background:#e8f5e9;border-radius:8px;font-size:.72rem;color:#2e7d32}.sleep-night-age-hint{margin-top:.5rem;font-size:.68rem;color:#888;text-align:center}@media(min-width:768px){.sleep-night-page{max-width:480px;margin:0 auto}}.create-journey{padding-bottom:2rem}.create-journey-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.create-journey-header h2{flex:1;font-size:1.1rem;font-weight:700;margin:0;color:#333}.cj-back{background:none;border:none;color:#6c5ce7;font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.cj-step-dots{display:flex;gap:4px}.cj-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;transition:background .2s}.cj-dot.active{background:#6c5ce7}.cj-step{display:flex;flex-direction:column;gap:1rem}.cj-field label{display:block;font-size:.72rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.4rem}.cj-field input[type=text],.cj-field textarea{width:100%;padding:.6rem .75rem;border:1px solid #e8e8e8;border-radius:10px;font-size:.85rem;background:#fff;color:#333;outline:none;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.cj-field input:focus,.cj-field textarea:focus{border-color:#6c5ce7}.cj-field textarea{resize:none}.cj-date-input{width:100%;padding:.6rem .75rem;border:1px solid #e8e8e8;border-radius:10px;font-size:.85rem;background:#fff;color:#333;outline:none;transition:border-color .2s;box-sizing:border-box;font-family:inherit;-webkit-appearance:none}.cj-date-input:focus{border-color:#6c5ce7}.cj-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.cj-type-card{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .3rem;border:2px solid #f0f0f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s}.cj-type-card.selected{border-color:#6c5ce7;background:#f8f7ff}.cj-type-card:active{transform:scale(.96)}.cj-type-icon{font-size:1.3rem}.cj-type-name{font-size:.68rem;font-weight:600;color:#555}.cj-duration-chips{display:flex;gap:.35rem;flex-wrap:wrap}.cj-chip{padding:.4rem .75rem;border:1.5px solid #e8e8e8;border-radius:20px;background:#fff;font-size:.75rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.cj-chip.selected{border-color:#6c5ce7;background:#6c5ce7;color:#fff}.cj-color-row{display:flex;gap:.5rem}.cj-color-dot{width:28px;height:28px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s}.cj-color-dot.selected{border-color:#333;transform:scale(1.15)}.cj-next-btn,.cj-submit-btn{width:100%;padding:.75rem;border:none;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .2s;margin-top:.5rem}.cj-next-btn{background:#f0f0f0;color:#333}.cj-next-btn:disabled{opacity:.4}.cj-submit-btn{background:#6c5ce7;color:#fff}.cj-submit-btn:disabled{opacity:.5}.cj-goals-desc{font-size:.78rem;color:#999;margin:0}.cj-metric-chips{display:flex;flex-wrap:wrap;gap:.3rem}.cj-metric-chip{padding:.3rem .6rem;border:1px solid #e0e0e0;border-radius:16px;background:#fff;font-size:.7rem;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.cj-metric-chip.added{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32;cursor:default}.cj-metric-chip:not(.added):active{transform:scale(.95)}.cj-goals-list{display:flex;flex-direction:column;gap:.5rem}.cj-goal-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:.6rem}.cj-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.cj-goal-name{font-size:.78rem;font-weight:700;color:#333}.cj-goal-remove{background:none;border:none;color:#ccc;font-size:.9rem;cursor:pointer;padding:0 4px}.cj-goal-remove:hover{color:#f44336}.cj-goal-row{display:flex;gap:.35rem;align-items:center}.cj-goal-select{flex:1;padding:.35rem .3rem;border:1px solid #e8e8e8;border-radius:6px;font-size:.7rem;background:#fafafa;color:#555;min-width:0}.cj-goal-freq{flex:.8}.cj-goal-input-wrap{display:flex;align-items:center;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden;background:#fafafa;flex:.8}.cj-goal-input{width:100%;padding:.35rem .3rem;border:none;background:transparent;font-size:.75rem;text-align:center;color:#333;outline:none;min-width:0}.cj-goal-input::-webkit-inner-spin-button,.cj-goal-input::-webkit-outer-spin-button{-webkit-appearance:none}.cj-goal-unit{font-size:.65rem;color:#999;padding-right:.35rem;flex-shrink:0}.jrt-wrap{margin-top:18px}.jrt-track{position:relative;background:var(--bg-secondary, #F3F0FF);border-radius:14px;padding:14px 36px 14px 10px;overflow:visible}.jrt-start-line{position:absolute;left:10px;top:10px;bottom:10px;width:3px;border-radius:2px;z-index:1}.jrt-finish-flag{position:absolute;right:4px;width:28px;display:flex;align-items:center;justify-content:center;font-size:17px;z-index:1}.jrt-lane{position:absolute;left:10px;right:36px;height:54px;background:#ffffff80;border-radius:10px}.jrt-lane-row{position:absolute;left:10px;right:36px;height:54px}.jrt-ms-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5;pointer-events:none}.jrt-ms-circle{width:30px;height:30px;border-radius:50%;border:1.5px solid;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .4s,border-color .4s,background .4s}.jrt-ms-reached .jrt-ms-circle{opacity:.85}.jrt-ms-icon{font-size:13px;line-height:1;opacity:.35;filter:grayscale(.8);transition:opacity .4s,filter .4s}.jrt-ms-reached .jrt-ms-icon{opacity:1;filter:grayscale(0);animation:jrt-ms-pulse 2.4s ease-in-out infinite}.jrt-fill{position:absolute;left:0;top:8px;bottom:8px;border-radius:8px;transition:width .7s cubic-bezier(.34,1.56,.64,1)}.jrt-runner-pos{position:absolute;top:50%;transform:translateY(-50%);transition:left .7s cubic-bezier(.34,1.56,.64,1);z-index:10}.jrt-tooltip-pos{position:absolute;top:50%;transform:translateY(-50%);transition:left .7s cubic-bezier(.34,1.56,.64,1);z-index:9;pointer-events:none}.jrt-tooltip{position:absolute;left:50%;transform:translate(-50%);color:#fff;border-radius:7px;padding:2px 7px;font-size:11px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #00000026}.jrt-runner-wrap{position:relative;display:inline-flex;align-items:center}.jrt-streaks{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:40px;height:34px;overflow:hidden;pointer-events:none}.jrt-streak{position:absolute;right:0;height:2.5px;border-radius:2px;animation:jrt-streak-anim .42s ease-in-out infinite;transform-origin:right center}.jrt-avatar-bob{display:inline-block}.jrt-bob-fast{animation:jrt-bob-fast .42s ease-in-out infinite}.jrt-bob-mid{animation:jrt-bob-mid .78s ease-in-out infinite}.jrt-bob-slow{animation:jrt-bob-slow 1.4s ease-in-out infinite}.jrt-none{animation:none}.jrt-avatar-rel{position:relative;display:inline-block}.jrt-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0;overflow:hidden}.jrt-avatar img{width:100%;height:100%;object-fit:cover}.jrt-avatar-glow{animation:jrt-glow 1.2s ease-in-out infinite}.jrt-mood{position:absolute;bottom:-4px;right:-5px;width:18px;height:18px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;z-index:20;box-shadow:0 1px 4px #0000002e;border:1.5px solid white}.jrt-rod-wrap{position:absolute;top:0;left:0;pointer-events:none;z-index:25;overflow:visible}.jrt-zzz{position:absolute;top:-4px;left:-2px;pointer-events:none;z-index:30}.jrt-z{position:absolute;color:#9ca3af;font-weight:700;animation:jrt-zzz 1.4s ease-out infinite;top:0}.jrt-finish-burst{position:absolute;top:40%;left:50%;pointer-events:none;z-index:40}.jrt-star{position:absolute;font-size:10px;animation:jrt-star-float 1.8s ease-out infinite;transform:translate(-50%,-50%)}.jrt-legend{margin-top:12px;display:flex;flex-direction:column;gap:4px}.jrt-legend-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:10px}.jrt-medal{font-size:13px;width:18px;text-align:center;flex-shrink:0}.jrt-leg-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;flex-shrink:0;overflow:hidden}.jrt-leg-avatar img{width:100%;height:100%;object-fit:cover}.jrt-leg-name{flex:1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jrt-leg-tip{font-size:11px;white-space:nowrap;flex-shrink:0}.jrt-solo-status{display:flex;align-items:center;gap:6px;margin-top:10px;padding:6px 10px;border-radius:10px;font-size:13px;font-weight:600;background:#fff9}.jrt-hint{margin-top:8px;padding:4px 10px;background:#fff9;border-radius:8px;font-size:10px;color:var(--text-tertiary, #9CA3AF);text-align:center}.jp-section{margin-top:16px}.jp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.jp-title{font-weight:600;font-size:.95rem;color:var(--text-primary)}.jp-invite-btn{background:none;border:none;font-size:.85rem;font-weight:600;cursor:pointer;padding:4px 8px}.jp-compact{display:flex;flex-direction:column;gap:8px}.jp-row{display:flex;align-items:center;gap:10px}.jp-row-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-tertiary, #e8e8e8);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;font-size:.72rem;font-weight:600;color:var(--text-secondary);border:2px solid transparent}.jp-row-avatar img{width:100%;height:100%;object-fit:cover}.jp-row-body{flex:1;min-width:0}.jp-row-top{display:flex;align-items:center;gap:4px;margin-bottom:3px}.jp-row-name{flex:1;font-weight:500;font-size:.82rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jp-row-you{font-weight:400;color:var(--text-secondary);font-size:.75rem}.jp-row-pending{font-size:.72rem}.jp-row-pct{font-weight:700;font-size:.8rem;flex-shrink:0}.jp-row-remove{background:none;border:none;color:var(--text-tertiary, #bbb);font-size:.8rem;cursor:pointer;padding:2px 4px;flex-shrink:0;line-height:1}.jp-row-bar{height:5px;background:var(--bg-tertiary, #eee);border-radius:3px;overflow:hidden}.jp-row-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.jp-row-pending-invite{margin-top:8px;padding:5px 0;opacity:.65}.jp-row-pressable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.ctx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000026;animation:ctxOverlayIn .15s ease}@keyframes ctxOverlayIn{0%{opacity:0}to{opacity:1}}.ctx-menu{position:fixed;z-index:200;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000002e;border:1px solid #e8e8e8;overflow:hidden;min-width:180px;animation:ctxMenuIn .15s ease}@keyframes ctxMenuIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.ctx-menu-header{padding:.6rem .875rem .4rem;font-size:.72rem;font-weight:600;color:#999;border-bottom:1px solid #f0f0f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctx-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .875rem;background:none;border:none;font-size:.82rem;cursor:pointer;text-align:left;color:#333}.ctx-menu-item:active{background:#f5f5f5}.ctx-menu-item.danger{color:#d32f2f}.ctx-menu-item.danger:active{background:#ffebee}.journey-detail{padding-bottom:2rem}.jd-loading{padding:1rem 0}.jd-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.jd-back{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:4px}.jd-header-info{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0}.jd-pin-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:4px;opacity:.3;transition:opacity .15s,transform .15s;flex-shrink:0}.jd-pin-btn.pinned{opacity:1;transform:rotate(-45deg)}.jd-header-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.jd-title{font-size:1rem;font-weight:700;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jd-subtitle{font-size:.7rem;color:#999}.jd-actions-btn{background:none;border:none;font-size:1.3rem;color:#999;cursor:pointer;padding:4px 8px}.jd-actions-menu{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin-bottom:.75rem;overflow:hidden}.jd-actions-menu button{display:block;width:100%;padding:.65rem .85rem;border:none;background:none;text-align:left;font-size:.8rem;font-weight:500;color:#333;cursor:pointer;border-bottom:1px solid #f5f5f5}.jd-actions-menu button:last-child{border-bottom:none}.jd-actions-menu button:active{background:#f8f8f8}.jd-action-danger{color:#f44336!important}.jd-time-bar{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-bottom:.75rem}.jd-time-fill{height:100%;border-radius:2px;transition:width .4s}.jd-tabs{display:flex;background:#f0f0f0;border-radius:8px;padding:2px;gap:2px;margin-bottom:1rem}.jd-tab{flex:1;padding:.4rem .5rem;border:none;border-radius:6px;background:transparent;font-size:.74rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s}.jd-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.jd-section-title{font-size:.72rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.jd-goals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.jd-goal-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:.65rem;box-shadow:0 1px 2px #0000000a}.jd-goal-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.jd-goal-name{font-size:.76rem;font-weight:700;color:#333}.jd-goal-pct{font-size:.76rem;font-weight:700}.jd-goal-values{font-size:.72rem;color:#777;display:flex;align-items:center;gap:.3rem;margin-bottom:.35rem;flex-wrap:wrap}.jd-goal-start{color:#aaa}.jd-goal-arrow{color:#ccc}.jd-goal-current{font-weight:700}.jd-goal-target{color:#bbb;font-size:.68rem}.jd-goal-bar{height:5px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:.3rem}.jd-goal-fill{height:100%;border-radius:3px;transition:width .4s}.jd-goal-meta{display:flex;justify-content:space-between;font-size:.65rem;color:#aaa}.jd-milestones{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.25rem}.jd-milestone{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;background:#fff;border:1px solid #f0f0f0;border-radius:8px}.jd-ms-icon{font-size:1.1rem}.jd-ms-content{flex:1;display:flex;flex-direction:column}.jd-ms-title{font-size:.76rem;font-weight:600;color:#333}.jd-ms-desc{font-size:.7rem;color:#777;line-height:1.3}.jd-ms-date{font-size:.65rem;color:#aaa}.jd-insight-btn{width:100%;padding:.7rem;border:none;border-radius:10px;color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:1.25rem;margin-bottom:.75rem}.jd-insight-btn:disabled{opacity:.6}.jd-insight-btn:active{opacity:.8}.jd-insights{display:flex;flex-direction:column;gap:1rem}.jd-insight-week{display:flex;flex-direction:column;gap:.4rem}.jd-insight-week-header{display:flex;justify-content:space-between;align-items:center;padding:0 .15rem}.jd-insight-week-label{font-size:.75rem;font-weight:700;color:#555}.jd-insight-week-date{font-size:.65rem;color:#bbb}.jd-insight-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:.75rem;box-shadow:0 1px 2px #0000000a}.jd-insight-content{font-size:.78rem;color:#444;line-height:1.5;margin:0;white-space:pre-wrap}.jd-report{display:flex;flex-direction:column;gap:.6rem}.jd-report-goals{display:flex;flex-direction:column;gap:.4rem}.jd-rgoal{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:.5rem .6rem}.jd-rgoal-head{display:flex;align-items:center;gap:.35rem;margin-bottom:.25rem}.jd-rgoal-status{font-size:.8rem;line-height:1}.jd-rgoal-label{font-size:.74rem;font-weight:700;color:#333;flex:1}.jd-rgoal-value{font-size:.74rem;font-weight:700}.jd-rgoal-bar{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden;margin-bottom:.2rem}.jd-rgoal-fill{height:100%;border-radius:2px;transition:width .4s}.jd-rgoal-meta{display:flex;justify-content:space-between;font-size:.63rem;color:#aaa}.jd-report-section{border-radius:10px;padding:.55rem .65rem}.jd-report-section-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.jd-report-good{background:#f0fdf4;border:1px solid #bbf7d0}.jd-report-good .jd-report-section-title{color:#16a34a}.jd-report-bad{background:#fef2f2;border:1px solid #fecaca}.jd-report-bad .jd-report-section-title{color:#dc2626}.jd-report-connections{background:#eff6ff;border:1px solid #bfdbfe}.jd-report-connections .jd-report-section-title{color:#2563eb}.jd-report-ai{background:#f5f3ff;border:1px solid #ddd6fe}.jd-report-ai .jd-report-section-title{color:#7c3aed}.jd-report-item,.jd-report-conn{display:flex;align-items:flex-start;gap:.35rem;padding:.2rem 0}.jd-report-item+.jd-report-item,.jd-report-conn+.jd-report-conn{border-top:1px solid rgba(0,0,0,.04)}.jd-report-emoji{font-size:.85rem;line-height:1.3;flex-shrink:0}.jd-report-text{font-size:.76rem;color:#444;line-height:1.4}.jd-empty{text-align:center;padding:2rem 1rem}.jd-empty p{font-size:.85rem;color:#999;margin:0}.jd-empty-sub{font-size:.75rem!important;color:#ccc!important;margin-top:.3rem!important}.jd-error{font-size:.75rem;color:#f44336;text-align:center;margin:-.5rem 0 .5rem}.jd-share-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;width:calc(100% - 1.5rem);margin:.5rem .75rem;padding:.7rem;border:none;border-radius:12px;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;opacity:.9;transition:opacity .15s}.jd-share-btn:active{opacity:1}.jd-share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.jd-share-modal{background:#1a1a2e;border-radius:16px;overflow:hidden;max-width:340px;width:100%;box-shadow:0 20px 60px #00000080}.jd-share-preview{padding:.75rem .75rem 0}.jd-share-preview img{width:100%;border-radius:12px;display:block}.jd-share-actions{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.jd-share-confirm{width:100%;padding:.75rem;border:none;border-radius:12px;color:#fff;font-size:.88rem;font-weight:700;cursor:pointer}.jd-share-confirm:disabled{opacity:.6;cursor:not-allowed}.jd-share-cancel{width:100%;padding:.6rem;border:none;border-radius:10px;background:#ffffff1a;color:#fff9;font-size:.8rem;font-weight:600;cursor:pointer}.jd-insight-week{border-radius:12px;overflow:hidden;border:1px solid #e8e8e8;background:#fff}.jd-insight-week+.jd-insight-week{margin-top:.5rem}.jd-week-closed{background:#fafafa}.jd-week-toggle{display:flex;align-items:center;gap:.4rem;width:100%;padding:.6rem .7rem;border:none;background:none;cursor:pointer;text-align:left;font-family:inherit}.jd-week-open .jd-week-toggle{border-bottom:1px solid #f0f0f0;background:#f8f8f8}.jd-week-chevron{font-size:.7rem;color:#999;width:.8rem;flex-shrink:0}.jd-week-label{font-size:.8rem;font-weight:700;color:#333}.jd-week-period{font-size:.68rem;color:#999;margin-left:auto}.jd-week-summary{font-size:.65rem;color:#bbb;margin-left:.5rem;white-space:nowrap}.jd-week-content{padding:.6rem}.jd-completion{margin:.5rem 0 1rem;display:flex;flex-direction:column;gap:.75rem}.jd-completion-hero{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:14px;border:1.5px solid}.jd-completion-trophy{font-size:2rem;flex-shrink:0;animation:jd-trophy-bounce 1.2s ease-in-out infinite alternate}@keyframes jd-trophy-bounce{0%{transform:translateY(0) scale(1)}to{transform:translateY(-4px) scale(1.08)}}.jd-completion-hero-text{display:flex;flex-direction:column;gap:.1rem}.jd-completion-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.jd-completion-name{font-size:.78rem;color:#555;margin:0;font-weight:600}.jd-completion-date{font-size:.7rem;color:#999;margin:0}.jd-completion-track-wrap{background:#fafafa;border-radius:12px;border:1px solid #efefef;padding:.6rem .5rem .5rem}.jd-completion-section-label{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;padding:0 .3rem}.jd-winner-reveal{display:flex;flex-direction:column;gap:.5rem;animation:jd-winner-appear .55s cubic-bezier(.22,1,.36,1) both;animation-delay:1.6s;opacity:0}@keyframes jd-winner-appear{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.jd-winner-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:14px;border:2px solid;background:#fff;box-shadow:0 2px 12px #0000000f}.jd-winner-podium{font-size:1.8rem;flex-shrink:0}.jd-winner-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.jd-winner-avatar img{width:100%;height:100%;object-fit:cover}.jd-winner-info{display:flex;flex-direction:column;gap:.1rem}.jd-winner-label{font-size:.65rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.05em}.jd-winner-name{font-size:.95rem;font-weight:700}.jd-winner-pct{font-size:.72rem;color:#888}.jd-winner-ranking{display:flex;flex-direction:column;gap:.35rem}.jd-ranking-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;background:#fafafa;border-radius:10px}.jd-ranking-medal{font-size:1rem;width:1.4rem;text-align:center;flex-shrink:0}.jd-ranking-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.jd-ranking-avatar img{width:100%;height:100%;object-fit:cover}.jd-ranking-name{flex:1;font-size:.82rem;font-weight:600}.jd-ranking-pct{font-size:.75rem;color:#888;font-weight:600}.jd-solo-finish{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:14px;border:1.5px solid;background:#fff;animation:jd-winner-appear .55s cubic-bezier(.22,1,.36,1) both;animation-delay:1.6s;opacity:0}.jd-solo-finish-icon{font-size:1.8rem;flex-shrink:0}.jd-solo-finish-msg{font-size:.92rem;font-weight:700}.jd-solo-finish-pct{font-size:.72rem;color:#888;margin-top:.1rem}.jd-loading .skeleton-line{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.jip-page{display:flex;flex-direction:column;height:100%;background:var(--bg-primary)}.jip-topbar{display:flex;align-items:center;padding:12px 16px;gap:12px;border-bottom:1px solid var(--border-color, #eee);background:var(--surface)}.jip-back{background:none;border:none;font-size:1.3rem;cursor:pointer;color:var(--text-primary);padding:4px}.jip-title{font-size:1.05rem;font-weight:600;margin:0;flex:1}.jip-spacer{width:28px}.jip-content{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.jip-loading{display:flex;flex-direction:column;gap:12px}.jip-skeleton-row{display:flex;align-items:center;gap:12px}.jip-skeleton-avatar,.jip-skeleton-name,.jip-skeleton-btn{background:var(--bg-tertiary, #eee);border-radius:8px;animation:jip-pulse 1.2s infinite}.jip-skeleton-avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0}.jip-skeleton-name{height:16px;flex:1}.jip-skeleton-btn{width:72px;height:32px;border-radius:16px}@keyframes jip-pulse{0%,to{opacity:1}50%{opacity:.5}}.jip-empty{text-align:center;padding:48px 16px;color:var(--text-secondary)}.jip-empty-icon{font-size:2.5rem;margin-bottom:12px}.jip-empty p{font-size:.9rem;margin:0}.jip-list{display:flex;flex-direction:column}.jip-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-color, #f0f0f0)}.jip-row:last-child{border-bottom:none}.jip-avatar{width:42px;height:42px;border-radius:50%;background:var(--bg-tertiary, #e8e8e8);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;font-size:.9rem;font-weight:600;color:var(--text-secondary)}.jip-avatar img{width:100%;height:100%;object-fit:cover}.jip-name{flex:1;font-weight:500;font-size:.95rem;color:var(--text-primary)}.jip-invite-btn{border:none;color:#fff;padding:8px 18px;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:opacity .15s}.jip-invite-btn:active{opacity:.7}.jip-invite-btn:disabled{opacity:.5}.jip-invited-label{font-size:.85rem;font-weight:600;flex-shrink:0}.jip-existing{margin-top:24px;padding-top:16px;border-top:1px solid var(--border-color, #eee)}.jip-existing-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:4px}.jip-row-existing{opacity:.7}.jip-existing-status{font-size:.9rem;flex-shrink:0}.wh-page{padding-bottom:2rem}.wh-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 0 .75rem;position:sticky;top:0;background:var(--bg, #f5f5f5);z-index:5}.wh-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:8px;font-size:1.2rem;color:#666;cursor:pointer;box-shadow:0 1px 3px #0000000f}.wh-title{font-size:.92rem;font-weight:700;color:#333}.wh-summary{display:flex;gap:.4rem;margin-bottom:.65rem}.wh-summary-item{flex:1;background:#fff;border-radius:10px;padding:.5rem .4rem;text-align:center;box-shadow:0 1px 3px #0000000d;border:1px solid #f0f0f0}.wh-summary-val{display:block;font-size:.82rem;font-weight:800;color:#333;line-height:1.2}.wh-summary-label{font-size:.52rem;font-weight:600;color:#999}.wh-weekday-header{display:flex;padding:0 .5rem .3rem;gap:4px}.wh-weekday-label{width:28px;text-align:center;font-size:.55rem;font-weight:700;color:#bbb;text-transform:uppercase}.wh-weeks{display:flex;flex-direction:column;gap:4px}.wh-week{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a;border:1px solid #f0f0f0;transition:all .15s ease}.wh-week.current{border-color:#4caf5033;box-shadow:0 1px 6px #4caf5014}.wh-week.expanded{border-color:#4caf5044}.wh-week-row{display:flex;align-items:center;padding:.55rem .5rem;gap:.55rem;cursor:pointer;transition:background .1s}.wh-week-row:active{background:#fafafa}.wh-dots{display:flex;gap:4px;flex-shrink:0}.wh-dot{width:28px;height:28px;border-radius:50%;background:#f5f5f5;border:2px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:transparent;transition:all .15s ease}.wh-dot.filled{background:linear-gradient(135deg,#4caf50,#43a047);border-color:#4caf50;color:#fff;box-shadow:0 1px 4px #4caf5040}.wh-dot.today:not(.filled):not(.rest){border-color:#4caf50;border-style:dashed}.wh-dot.rest{background:linear-gradient(135deg,#7c4dff22,#b388ff33);border-color:#7c4dff;color:#7c4dff;font-size:.65rem;box-shadow:0 1px 4px #7c4dff26}.wh-dot.future{background:transparent;border-color:#ececec;border-style:dotted}.wh-week-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}.wh-week-range{font-size:.68rem;font-weight:600;color:#555}.wh-week-range.current-label{color:#4caf50;font-weight:700}.wh-week-stats{font-size:.6rem;color:#999}.wh-week-stats.empty{color:#ccc;font-style:italic}.wh-week-chevron{font-size:.6rem;color:#ccc;flex-shrink:0}.wh-week-detail{padding:0 .55rem .55rem;border-top:1px solid #f0f0f0;animation:whDetailIn .2s ease}@keyframes whDetailIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wh-detail-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.35rem;padding-top:.5rem;margin-bottom:.4rem}.wh-detail-item{background:#f5f9f5;border-radius:8px;padding:.35rem .3rem;display:flex;flex-direction:column;align-items:center;text-align:center}.wh-detail-val{font-size:.8rem;font-weight:800;color:#333;line-height:1.15}.wh-detail-label{font-size:.48rem;font-weight:600;color:#999}.wh-detail-types{display:flex;flex-wrap:wrap;gap:.3rem;padding-top:.15rem}.wh-detail-type-tag{font-size:.62rem;font-weight:600;color:#555;background:#f5f5f5;padding:.18rem .45rem;border-radius:12px;white-space:nowrap;display:flex;align-items:center;gap:.15rem}.wh-detail-type-count{font-size:.55rem;color:#999;font-weight:700}.exd-page{padding:0 0 2rem;min-height:100vh;background:#f8f9fa}.exd-header{display:flex;align-items:center;gap:.5rem;padding:.75rem .85rem;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.exd-back{background:none;border:none;font-size:1.5rem;color:#4caf50;padding:0 .3rem;cursor:pointer;font-weight:300;line-height:1}.exd-header-info{display:flex;align-items:center;gap:.55rem;flex:1;min-width:0}.exd-header-icon{font-size:1.5rem}.exd-header-title{font-size:.95rem;font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exd-header-date{font-size:.65rem;color:#999;margin-top:.05rem}.exd-time-bar{display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;background:#fff;font-size:.82rem;font-weight:600;color:#555;border-bottom:1px solid #f0f0f0}.exd-time-bar-divider{color:#ccc;font-size:.9rem}.exd-time-bar-duration{margin-left:auto;color:#4caf50;font-weight:700;font-size:.85rem}.exd-heroes{display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem .85rem;background:#fff;margin-bottom:.5rem}.exd-hero{flex:1 1 calc(33.33% - .3rem);min-width:85px;background:linear-gradient(135deg,#f8fbf8,#f3f7f3);border-radius:12px;padding:.55rem .45rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.05rem}.exd-hero-icon{font-size:1rem;margin-bottom:.1rem}.exd-hero-value{font-size:1.05rem;font-weight:800;color:#333;line-height:1.1}.exd-hero-unit{font-size:.55rem;font-weight:600;color:#bbb;text-transform:uppercase}.exd-section-title{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.55rem}.exd-charts-section *,.exd-chart-card *,.exd-chart-container *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none}.exd-charts-section svg:focus,.exd-chart-container svg:focus,.exd-charts-section .recharts-wrapper:focus,.exd-charts-section .recharts-surface:focus{outline:none!important;box-shadow:none!important}.exd-charts-section{padding:.75rem .85rem}.exd-chart-card{background:#fff;border-radius:14px;padding:.7rem .65rem .4rem;margin-bottom:.6rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.exd-chart-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.45rem}.exd-chart-icon{font-size:.85rem}.exd-chart-title{font-size:.78rem;font-weight:700;color:#333;flex:1}.exd-chart-stats{display:flex;gap:.5rem}.exd-chart-avg{font-size:.6rem;font-weight:700;color:#999}.exd-chart-max{font-size:.6rem;font-weight:700;color:#ef5350}.exd-chart-container{margin:0 -.25rem}.exd-tooltip{background:#000c;border-radius:6px;padding:.3rem .5rem;display:flex;flex-direction:column;gap:.1rem}.exd-tooltip-time{font-size:.55rem;color:#fff9}.exd-tooltip-value{font-size:.72rem;font-weight:700;color:#fff}.exd-zones-card{background:#fff;border-radius:14px;padding:.75rem .85rem;margin:0 .85rem .6rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.exd-zones-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.65rem}.exd-zone-segment{min-width:2px;transition:width .3s ease}.exd-zones-list{display:flex;flex-direction:column;gap:.35rem}.exd-zone-row{display:flex;align-items:center;gap:.4rem}.exd-zone-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.exd-zone-info{flex:1;display:flex;flex-direction:column;gap:.05rem}.exd-zone-label{font-size:.68rem;color:#666;font-weight:500}.exd-zone-range{font-size:.55rem;color:#bbb;font-weight:500}.exd-zones-meta{display:flex;justify-content:space-between;font-size:.75rem;color:#999;margin-bottom:.25rem}.exd-zones-method{font-size:.7rem;color:#4caf50;font-weight:500;margin-bottom:.5rem}.exd-zones-maxhr{font-size:.6rem;color:#bbb;text-align:right;margin-bottom:.45rem;font-weight:500}.exd-zone-pct{font-size:.72rem;font-weight:700;color:#333;min-width:32px;text-align:right}.exd-zone-time{font-size:.6rem;color:#bbb;font-weight:600;min-width:52px;text-align:right}.exd-syncing{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;color:#999;font-size:.75rem}.exd-no-data{text-align:center;padding:1.5rem 1rem;color:#bbb}.exd-no-data-icon{font-size:2rem;display:block;margin-bottom:.5rem}.exd-no-data p{margin:.15rem 0;font-size:.82rem}.exd-no-data-hint{font-size:.68rem!important;color:#ccc}.exd-notes-card{background:#fff;border-radius:14px;padding:.75rem .85rem;margin:0 .85rem .6rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.exd-notes-card p{font-size:.78rem;color:#555;line-height:1.4;margin:0}.exd-source{text-align:center;font-size:.6rem;color:#ccc;padding:.5rem .85rem}.exd-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.exd-loading-spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:exd-spin .8s linear infinite}.exd-loading-spinner.small{width:18px;height:18px;border-width:2px}@keyframes exd-spin{to{transform:rotate(360deg)}}.exd-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.5rem;color:#999}.exd-error span{font-size:2rem}.exd-error button{background:#4caf50;color:#fff;border:none;padding:.4rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;margin-top:.5rem}.exd-pogo-card{background:#fff;border-radius:12px;padding:16px;margin:0 16px 12px;box-shadow:0 1px 4px #00000012}.exd-pogo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.exd-pogo-stat{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.exd-pogo-stat-icon{font-size:1.3rem}.exd-pogo-stat-value{font-size:1.4rem;font-weight:700;color:#333;line-height:1.1}.exd-pogo-stat-label{font-size:.68rem;color:#999;line-height:1.2}.exd-stats-card{background:#fff;border-radius:14px;margin:0 .85rem .6rem;padding:.9rem 1rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.exd-stats-table{margin-top:.5rem;display:flex;flex-direction:column}.exd-stats-row{display:flex;align-items:center;gap:.65rem;padding:.42rem 0;border-bottom:1px solid #f7f7f7}.exd-stats-row:last-child{border-bottom:none}.exd-stats-icon{font-size:.88rem;width:1.3rem;text-align:center;flex-shrink:0}.exd-stats-label{font-size:.78rem;color:#777;flex:1}.exd-stats-value{font-size:.82rem;font-weight:700;color:#222;text-align:right;flex-shrink:0}.exd-title-tappable{cursor:pointer;display:flex;align-items:center;gap:.25rem}.exd-title-edit-icon{font-size:.65rem;color:#ccc;font-style:normal;opacity:.7}.exd-title-input{font-size:.95rem;font-weight:700;color:#333;background:none;border:none;border-bottom:2px solid #4CAF50;outline:none;width:100%;padding:0 0 2px;font-family:inherit}.exd-splits-card{background:#fff;border-radius:14px;margin:0 .85rem .6rem;padding:.9rem 1rem;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.exd-splits-table{margin-top:.5rem;display:flex;flex-direction:column}.exd-splits-header{display:grid;grid-template-columns:2rem 1fr 1fr;gap:.5rem;padding:.3rem 0 .4rem;border-bottom:2px solid #f0f0f0;font-size:.7rem;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.04em}.exd-splits-row{display:grid;grid-template-columns:2rem 1fr 1fr;gap:.5rem;align-items:center;padding:.4rem 0;border-bottom:1px solid #f7f7f7}.exd-splits-row:last-child{border-bottom:none}.exd-splits-km{font-size:.78rem;font-weight:700;color:#555;text-align:center;background:#f5f5f5;border-radius:6px;padding:.15rem .3rem;line-height:1.4}.exd-splits-time{font-size:.82rem;color:#444;font-variant-numeric:tabular-nums}.exd-splits-pace{font-size:.82rem;font-weight:700;color:#222;font-variant-numeric:tabular-nums}.qb-page{min-height:100vh;background:#f8f8f8;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.qb-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .5rem;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.qb-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;color:#555;cursor:pointer}.qb-title{font-size:.95rem;font-weight:700;color:#222}.qb-loading,.qb-empty{text-align:center;padding:3rem 1rem;color:#999;font-size:.9rem}.qb-hero{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem 1rem;background:#fff;margin-bottom:.5rem}.qb-hero-emoji{font-size:3rem;line-height:1}.qb-hero-score{font-size:1.5rem;font-weight:800;margin-top:.3rem;line-height:1}.qb-hero-label{font-size:.82rem;font-weight:600;margin-top:.15rem}.qb-card{background:#fff;margin:.5rem .75rem;border-radius:14px;padding:.875rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.qb-card-title{font-size:.82rem;font-weight:700;color:#333;margin-bottom:.75rem}.qb-formula{display:flex;flex-direction:column;gap:.1rem}.qb-formula-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.qb-formula-left{display:flex;align-items:center;gap:.5rem}.qb-formula-emoji{font-size:1.3rem}.qb-formula-info{display:flex;flex-direction:column}.qb-formula-label{font-size:.78rem;font-weight:600;color:#333}.qb-formula-sub{font-size:.65rem;color:#999}.qb-formula-right{display:flex;align-items:center;gap:.5rem}.qb-formula-weight{font-size:.72rem;color:#999;font-weight:500}.qb-formula-result{font-size:.82rem;font-weight:700;color:#555;min-width:32px;text-align:right}.qb-formula-plus{text-align:center;font-size:.85rem;font-weight:600;color:#ccc;padding:.1rem 0}.qb-formula-divider{height:1px;background:#f0f0f0;margin:.3rem 0}.qb-formula-total{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 .2rem}.qb-formula-total-label{font-size:.82rem;font-weight:700;color:#333}.qb-formula-total-score{font-size:.95rem;font-weight:800}.qb-info-cards{display:flex;flex-direction:column;gap:.4rem;margin:.5rem .75rem}.qb-info-card{display:flex;align-items:flex-start;gap:.5rem;background:#fff;border-radius:12px;padding:.65rem .75rem;box-shadow:0 1px 3px #0000000a;border:1px solid #f0f0f0}.qb-info-icon{font-size:.9rem;flex-shrink:0;margin-top:.05rem}.qb-info-text{font-size:.68rem;color:#777;line-height:1.4}.qb-items-header{display:flex;align-items:center;padding:.25rem 0;margin-bottom:.25rem;border-bottom:1px solid #f0f0f0}.qb-items-header-name{flex:1;font-size:.62rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.03em}.qb-items-header-score{font-size:.62rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.03em;min-width:24px;text-align:right;margin-right:.5rem}.qb-items-header-weight{font-size:.62rem;font-weight:600;color:#bbb;text-transform:uppercase;letter-spacing:.03em;min-width:52px;text-align:right}.qb-meal-group{margin-bottom:.5rem}.qb-meal-group:last-child{margin-bottom:0}.qb-meal-group-header{font-size:.72rem;font-weight:600;color:#888;padding:.3rem 0;border-bottom:1px solid #f5f5f5;margin-bottom:.3rem}.qb-item{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0}.qb-item-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.qb-item-emoji{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.qb-item-info{display:flex;flex-direction:column;min-width:0}.qb-item-name{font-size:.78rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qb-item-meta{font-size:.6rem;color:#bbb}.qb-item-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:.5rem}.qb-item-score{font-size:.82rem;font-weight:700;min-width:24px;text-align:right}.qb-item-detail{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;min-width:52px}.qb-item-bar-wrap{width:52px;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}.qb-item-bar{height:100%;border-radius:2px;transition:width .3s ease;min-width:2px}.qb-item-weight{font-size:.55rem;color:#bbb}.qb-items-footer{font-size:.65rem;color:#aaa;line-height:1.4;margin-top:.6rem;padding-top:.5rem;border-top:1px solid #f0f0f0}.qb-hero-planned-badge{font-size:.72rem;color:#888;font-style:italic;margin-top:2px}.qb-item--planned{opacity:.75}.qb-item-planned-tag{font-size:.65rem;color:#888;font-style:italic;margin-left:4px;font-weight:400}.inbox-page{min-height:100vh;background:#f2f2f7;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.inbox-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:10}.inbox-back{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.6rem;color:#555;cursor:pointer;padding:0}.inbox-title{font-size:.97rem;font-weight:700;color:#111;letter-spacing:-.01em}.inbox-mark-all{background:none;border:none;font-size:.68rem;font-weight:600;color:#4caf50;cursor:pointer;padding:.3rem 0}.inbox-loading{text-align:center;padding:3rem 1rem;color:#999;font-size:.9rem}.inbox-folder-list{display:flex;flex-direction:column;gap:0;padding:.75rem 0}.inbox-folder-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;width:100%;text-align:left;transition:background .12s ease}.inbox-folder-row:first-child{border-top:1px solid #f0f0f0;margin-top:.25rem}.inbox-folder-row:last-child{border-bottom:1px solid #f0f0f0;margin-bottom:.25rem}.inbox-folder-row:active{background:#f8f8f8}.inbox-folder-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0}.inbox-folder-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.inbox-folder-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.inbox-folder-name{font-size:.88rem;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-folder-time{font-size:.64rem;color:#bbb;flex-shrink:0}.inbox-folder-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.inbox-folder-preview{font-size:.75rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.inbox-folder-badge{background:#4caf50;color:#fff;font-size:.62rem;font-weight:700;border-radius:12px;padding:.1rem .42rem;min-width:20px;text-align:center;flex-shrink:0;line-height:1.6}.inbox-folder-chevron{font-size:1.3rem;color:#d0d0d0;flex-shrink:0}.inbox-folder-page{min-height:100vh;background:#f2f2f7;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.inbox-folder-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:10}.inbox-folder-back{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.6rem;color:#555;cursor:pointer;padding:0;flex-shrink:0}.inbox-folder-header-center{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.inbox-folder-header-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.95rem}.inbox-folder-header-title{font-size:.95rem;font-weight:700;color:#111}.inbox-folder-header-count{width:34px;display:flex;justify-content:flex-end}.inbox-folder-unread-badge{background:#4caf50;color:#fff;font-size:.6rem;font-weight:700;border-radius:12px;padding:.1rem .4rem;min-width:20px;text-align:center;line-height:1.6}.inbox-folder-empty{display:flex;flex-direction:column;align-items:center;padding:5rem 1rem;gap:.75rem}.inbox-folder-empty-icon{font-size:3rem}.inbox-folder-empty-text{font-size:.88rem;color:#aaa}.inbox-folder-list{display:flex;flex-direction:column;padding:.75rem 0}.inbox-msg-row{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem .8rem .85rem;background:#fff;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;width:100%;text-align:left;transition:background .12s ease;position:relative}.inbox-msg-row:first-child{border-top:1px solid #f0f0f0}.inbox-msg-row:active{background:#f8f8f8}.inbox-msg-unread-bar{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:2px;background:#4caf50;transition:opacity .2s}.inbox-msg-emoji{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.inbox-msg-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.18rem}.inbox-msg-top{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem}.inbox-msg-title{font-size:.82rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.inbox-msg-row.unread .inbox-msg-title{font-weight:700;color:#111}.inbox-msg-time{font-size:.62rem;color:#bbb;flex-shrink:0}.inbox-msg-preview{font-size:.73rem;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-msg-row.unread .inbox-msg-preview{color:#888}.inbox-msg-chevron{font-size:1.25rem;color:#d0d0d0;flex-shrink:0}.inbox-load-more{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:1rem;margin-top:.25rem;background:none;border:none;color:#4caf50;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .15s}.inbox-load-more:active{opacity:.7}.inbox-load-more:disabled{cursor:default;opacity:.6}.inbox-load-more-icon{font-size:1rem;line-height:1}.inbox-load-more-spinner{width:18px;height:18px;border:2.5px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:inbox-load-spin .6s linear infinite}@keyframes inbox-load-spin{to{transform:rotate(360deg)}}.inbox-detail-page{min-height:100vh;background:#f8f8f8;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}.inbox-detail-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .5rem;background:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.inbox-detail-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;color:#555;cursor:pointer}.inbox-detail-title{font-size:.9rem;font-weight:700;color:#222;text-align:center;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-detail-date{text-align:center;font-size:.75rem;color:#999;padding:.6rem 1rem .2rem}.inbox-detail-loading{text-align:center;padding:3rem 1rem;color:#999;font-size:.9rem}.detail-score-banner{display:flex;align-items:center;gap:.75rem;background:#fff;margin:.75rem;padding:.875rem;border-radius:12px;border-left:4px solid #4CAF50}.detail-score-badge{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;font-weight:800;flex-shrink:0}.detail-score-info{display:flex;flex-direction:column;gap:.15rem}.detail-score-label{font-size:.82rem;font-weight:600;color:#333}.detail-score-sub{font-size:.7rem;color:#999}.detail-card{background:#fff;margin:.5rem .75rem;padding:.875rem;border-radius:12px}.detail-card__title{font-size:.78rem;font-weight:700;color:#333;margin-bottom:.6rem}.detail-rings{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.progress-ring{position:relative;display:flex;flex-direction:column;align-items:center}.progress-ring__inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:14px}.progress-ring__value{font-size:.72rem;font-weight:800;line-height:1}.progress-ring__unit{font-size:.5rem;color:#999;margin-top:1px}.progress-ring__label{font-size:.6rem;color:#777;margin-top:2px;text-align:center}.detail-macro-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;margin:.65rem 0 .4rem}.detail-macro-segment{height:100%;transition:width .5s ease}.detail-macro-legend{display:flex;justify-content:center;gap:.75rem;font-size:.62rem;color:#777}.detail-macro-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:3px;vertical-align:middle}.detail-meal-row{display:flex;align-items:center;gap:.6rem;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.detail-meal-row:last-child{border-bottom:none}.detail-meal-icon{font-size:1.1rem;flex-shrink:0}.detail-meal-info{flex:1;min-width:0}.detail-meal-type{font-size:.75rem;font-weight:600;color:#333;display:block}.detail-meal-items{font-size:.65rem;color:#999;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-meal-nums{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.detail-meal-cal{font-size:.72rem;font-weight:700;color:#333}.detail-meal-prot{font-size:.6rem;color:#2196f3}.detail-stat-grid{display:flex;justify-content:center;gap:1.5rem}.detail-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem}.detail-stat__icon{font-size:1.2rem}.detail-stat__value{font-size:1rem;font-weight:800;color:#333}.detail-stat__label{font-size:.6rem;color:#999}.detail-sleep{margin-top:.6rem;padding-top:.6rem;border-top:1px solid #f0f0f0}.detail-sleep__header{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:600;color:#333;margin-bottom:.4rem}.detail-sleep__total{font-size:.82rem;font-weight:700}.detail-sleep__bar{display:flex;height:10px;border-radius:5px;overflow:hidden;gap:1px}.detail-sleep__segment{height:100%;border-radius:2px}.detail-sleep__legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem;font-size:.58rem;color:#777}.detail-sleep__phase{display:flex;align-items:center;gap:3px}.detail-sleep__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.detail-bar-chart__label{font-size:.78rem;font-weight:700;color:#333;margin-bottom:.5rem}.detail-bar-chart__bars{display:flex;gap:4px;height:100px;align-items:flex-end}.detail-bar-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.detail-bar-chart__bar-wrap{flex:1;width:100%;position:relative;display:flex;align-items:flex-end}.detail-bar-chart__bar{width:100%;border-radius:3px 3px 0 0;transition:height .5s ease;min-height:2px}.detail-bar-chart__goal{position:absolute;left:-2px;right:-2px;height:1.5px;background:#ccc;pointer-events:none}.detail-bar-chart__day-goal{font-size:.5rem;color:#bbb;font-weight:600;line-height:1;margin-bottom:2px;white-space:nowrap}.detail-bar-chart__day{font-size:.55rem;color:#999;margin-top:3px}.detail-bar-chart__goal-label{text-align:right;font-size:.55rem;color:#bbb;margin-top:.25rem}.detail-insights{display:flex;flex-direction:column;gap:0}.insight-item{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .65rem;border-radius:8px;margin-bottom:.4rem;border-left:3px solid #999}.insight-item:last-child{margin-bottom:0}.insight-icon{font-size:.9rem;flex-shrink:0;line-height:1.4}.insight-text{font-size:.75rem;color:#333;line-height:1.45}.simple-detail{padding:2rem 1.25rem;text-align:center}.simple-detail__emoji{font-size:3rem;margin-bottom:1rem}.simple-detail__body{font-size:.82rem;color:#555;line-height:1.6;text-align:left}.simple-detail__body p{margin:0 0 .3rem}.inbox-action-btn{display:block;width:100%;margin-top:1rem;padding:.75rem;background:#4caf50;color:#fff;border:none;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .15s}.inbox-action-btn:active{background:#43a047}.inbox-action-btn:disabled{opacity:.7;cursor:not-allowed}.inbox-action-btn.done{background:#2e7d32}.inbox-detail-page .day-circles{display:flex;align-items:flex-start;justify-content:space-around;background:#fff;border-radius:12px;padding:.75rem .25rem .5rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.inbox-detail-page .circle-progress{display:flex;flex-direction:column;align-items:center;position:relative}.inbox-detail-page .circle-progress svg{display:block}.inbox-detail-page .circle-value{position:absolute;top:0;left:0;right:0;bottom:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.inbox-detail-page .circle-num{font-size:.78rem;font-weight:700;color:#333;line-height:1}.inbox-detail-page .circle-unit{font-size:.48rem;color:#999;line-height:1;margin-top:1px}.inbox-detail-page .circle-label{font-size:.58rem;color:#888;margin-top:.2rem;text-align:center}.meal-share-detail{padding:0 0 1rem}.msd-sender{display:flex;align-items:center;gap:.75rem;background:#fff;margin:.75rem;padding:.875rem;border-radius:12px;box-shadow:0 1px 3px #0000000f}.msd-avatar{width:42px;height:42px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:1rem;font-weight:700;color:#666}.msd-avatar img{width:100%;height:100%;object-fit:cover}.msd-sender-info{flex:1;display:flex;flex-direction:column}.msd-sender-name{font-size:.9rem;font-weight:700;color:#222}.msd-sender-sub{font-size:.72rem;color:#999}.msd-total-cal{font-size:.88rem;font-weight:700;color:#4caf50;flex-shrink:0}.msd-date{text-align:center;font-size:.72rem;color:#bbb;margin:-.2rem 0 .5rem}.msd-meal-group{background:#fff;margin:.5rem .75rem;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.msd-select-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .875rem .3rem}.msd-select-label{font-size:.72rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.04em}.msd-select-all-btn{font-size:.75rem;font-weight:600;color:#4caf50;background:none;border:none;cursor:pointer;padding:0}.msd-meal-header{display:flex;align-items:center;gap:.5rem;padding:.65rem .875rem;border-bottom:1px solid #f0f0f0;font-size:.82rem;font-weight:600;color:#333}.msd-meal-header--btn{width:100%;background:none;border:none;cursor:pointer;text-align:left;transition:background .1s}.msd-meal-header--btn:active{background:#f5f5f5}.msd-meal-header--btn.selected{background:#e8f5e9}.msd-meal-header--btn.partial{background:#f3faf3}.msd-meal-name{flex:1}.msd-meal-count{font-size:.68rem;color:#bbb;font-weight:400;margin-right:4px}.msd-cb{width:20px;height:20px;border-radius:6px;border:1.5px solid #d0d0d0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.msd-cb.checked{background:#4caf50;border-color:#4caf50}.msd-cb.partial{background:#a5d6a7;border-color:#a5d6a7;color:#2e7d32}.msd-item{display:flex;align-items:center;padding:.55rem .875rem;border-bottom:1px solid #f8f8f8}.msd-item--btn{width:100%;background:none;border:none;cursor:pointer;text-align:left;gap:8px;transition:background .1s}.msd-item--btn:active{background:#f9f9f9}.msd-item--btn.selected{background:#f1faf2}.msd-item:last-child{border-bottom:none}.msd-item-name{flex:1;font-size:.82rem;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msd-item-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:.5rem;gap:1px}.msd-item-amount{font-size:.65rem;color:#bbb}.msd-item-cal{font-size:.72rem;font-weight:600;color:#555}.msd-actions{padding:.75rem}.msd-accept-btn{display:block;width:100%;padding:.9rem;background:#4caf50;color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 2px 8px #4caf5040}.msd-accept-btn:active{transform:scale(.98)}.msd-accept-btn:disabled{opacity:.7;cursor:not-allowed}.msd-accept-btn.done{background:#2e7d32}.msd-accept-btn.error{background:#d32f2f}.msd-hint{text-align:center;font-size:.7rem;color:#bbb;margin:.5rem 0 0}.pantry-page{padding-bottom:2rem}.pantry-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.pantry-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer;flex-shrink:0}.pantry-header-center{display:flex;flex-direction:column;align-items:center;min-width:0;flex:1;padding:0 .5rem}.pantry-header-title{font-size:.95rem;font-weight:600;color:#333}.pantry-header-sub{font-size:.72rem;color:#999}.pantry-header-right{width:36px;flex-shrink:0}.pantry-totals{display:flex;justify-content:center;gap:1rem;padding:.6rem .875rem;background:#fff;border-radius:12px;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;font-size:.82rem;font-weight:500}.pantry-total-cal{color:#333;font-weight:600}.pantry-total-p{color:#4caf50}.pantry-total-c{color:#ff9800}.pantry-total-f{color:#9c7b5e}.pantry-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.pantry-category-group{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.pantry-category-header{display:flex;align-items:center;gap:.4rem;padding:.55rem .875rem;background:#fafafa;border-bottom:1px solid #f0f0f0}.pantry-category-icon{font-size:1rem}.pantry-category-label{font-size:.78rem;font-weight:600;color:#555;flex:1}.pantry-category-count{font-size:.68rem;font-weight:600;color:#999;background:#f0f0f0;padding:2px 7px;border-radius:10px}.pantry-item{display:flex;align-items:center;border-bottom:1px solid #f5f5f5}.pantry-category-group .pantry-item:last-child{border-bottom:none}.pantry-item-main{display:flex;align-items:center;flex:1;padding:.65rem .875rem;cursor:pointer;min-width:0}.pantry-item-main:active{background:#fafafa}.pantry-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.pantry-item-name{font-size:.85rem;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pantry-item-meta{font-size:.68rem;color:#999}.pantry-item-chevron{font-size:1rem;color:#ccc;flex-shrink:0}.pantry-item-delete{padding:.65rem .75rem;background:none;border:none;font-size:1.2rem;color:#ccc;cursor:pointer;flex-shrink:0}.pantry-item-delete:active{color:#f44336}.pantry-empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:.3rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.pantry-empty-icon{font-size:2.5rem;margin-bottom:.25rem}.pantry-empty-text{font-size:.9rem;font-weight:600;color:#555}.pantry-empty-sub{font-size:.75rem;color:#bbb;text-align:center}.pantry-add-row{display:flex;gap:.5rem}.pantry-add-btn{flex:1;padding:.7rem;border:none;border-radius:12px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.pantry-scan-btn{width:48px;padding:.7rem;border:none;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;font-size:1.1rem;cursor:pointer}.pantry-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pantry-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:20px;width:min(90vw,340px);z-index:1001;box-shadow:0 8px 32px #0003;animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.pantry-modal-title{font-size:1rem;font-weight:600;color:#222;margin-bottom:16px}.pantry-modal-field{margin-bottom:12px}.pantry-modal-field label{display:block;font-size:.75rem;color:#888;margin-bottom:4px}.pantry-modal-field input,.pantry-modal-field select{width:100%;padding:10px 28px 10px 12px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:.95rem;outline:none;transition:border-color .2s;background:#fff;box-sizing:border-box;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.pantry-modal-field input:focus,.pantry-modal-field select:focus{border-color:#4caf50}.pantry-modal-row{display:flex;gap:.75rem}.pantry-input-row{display:flex;gap:.5rem}.pantry-input-row input{flex:1}.pantry-input-scan{width:44px;border:1.5px solid #e0e0e0;border-radius:10px;background:#fafafa;font-size:1.1rem;cursor:pointer;flex-shrink:0}.pantry-picker-btn{width:44px;border:1.5px solid #e0e0e0;border-radius:10px;background:#fafafa;font-size:1.1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pantry-picker-btn:active{background:#e8f5e9;border-color:#4caf50}.pantry-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.pantry-picker-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;max-height:75vh;display:flex;flex-direction:column;animation:pantryPickerSlideUp .25s ease;padding-bottom:env(safe-area-inset-bottom,0px);overflow:hidden}@keyframes pantryPickerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pantry-picker-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem .6rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.pantry-picker-title{font-size:.95rem;font-weight:700;color:#1a1a1a}.pantry-picker-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;border-radius:50%;color:#666;font-size:.9rem;cursor:pointer}.pantry-picker-search-row{padding:.6rem 1rem;border-bottom:1px solid #f5f5f5;flex-shrink:0}.pantry-picker-search{width:100%;padding:.5rem .75rem;border:1.5px solid #e8e8e8;border-radius:10px;font-size:.88rem;background:#fafafa;outline:none;box-sizing:border-box;transition:border-color .15s}.pantry-picker-search:focus{border-color:#4caf50;background:#fff}.pantry-picker-list{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;padding:.3rem 0}.pantry-picker-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem 1.1rem;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.04);text-align:left;cursor:pointer;transition:background .1s;-webkit-tap-highlight-color:transparent}.pantry-picker-item:active{background:#f5f5f5}.pantry-picker-item-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.pantry-picker-item-name{font-size:.85rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pantry-picker-item-meta{font-size:.68rem;color:#aaa}.pantry-picker-item-check{font-size:1.2rem;font-weight:700;color:#4caf50;margin-left:.5rem;flex-shrink:0}.pantry-picker-loading,.pantry-picker-empty{padding:24px 16px;text-align:center;font-size:.82rem;color:#bbb}.pantry-barcode-tag{font-size:.72rem;color:#888;padding:.3rem .5rem;background:#f5f5f5;border-radius:6px;margin-bottom:12px}.pantry-modal-buttons{display:flex;gap:10px;margin-top:16px}.pantry-modal-cancel{flex:1;padding:10px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#666;font-size:.9rem;font-weight:500;cursor:pointer}.pantry-modal-save{flex:1;padding:10px;border:none;border-radius:10px;background:#4caf50;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer}.pantry-modal-save:disabled{opacity:.5}.pantry-category-row{display:flex;gap:6px;flex-wrap:wrap}.pantry-category-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 10px;border:2px solid #e8e8e8;border-radius:10px;background:#fff;font-size:.7rem;color:#666;cursor:pointer;flex:1;min-width:0;transition:all .15s ease}.pantry-category-btn span:first-child{font-size:1.1rem}.pantry-category-btn.active{border-color:#4caf50;background:#e8f5e9;color:#2e7d32;font-weight:600}.pantry-to-shopping-btn{width:100%;padding:10px;border:1.5px dashed #ccc;border-radius:10px;background:#fafafa;font-size:14px;color:#555;cursor:pointer;margin-top:8px;transition:all .15s}.pantry-to-shopping-btn:active{background:#f0f0f0;border-color:#4caf50}.shopping-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:10px 20px;border-radius:10px;font-size:14px;z-index:9999;animation:toastIn .3s ease,toastOut .3s ease 1.7s forwards;white-space:nowrap}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}.pantry-shop-item-name{font-size:15px;font-weight:600;color:#333;margin-bottom:12px}.pantry-min-qty-unit{display:flex;align-items:center;padding:0 12px;font-size:14px;color:#666;min-width:40px}.pantry-min-badge{color:#888;font-size:12px}.pantry-min-badge.low{color:#e67e22;font-weight:600}.pantry-page .pantry-error-snackbar{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px) + .75rem);left:50%;transform:translate(-50%);background:#c62828;color:#fff;padding:.6rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #00000040;z-index:100;max-width:calc(100vw - 2rem);text-align:center;animation:pantryErrSnackIn .25s ease}@keyframes pantryErrSnackIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.pantry-page .pantry-error-snackbar{bottom:2rem}}.recipes-page{padding-bottom:2rem}.recipes-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.recipes-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer;flex-shrink:0}.recipes-header-center{display:flex;flex-direction:column;align-items:center;min-width:0;flex:1;padding:0 .5rem}.recipes-header-title{font-size:.95rem;font-weight:600;color:#333}.recipes-header-sub{font-size:.72rem;color:#999}.recipes-add-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:1.3rem;cursor:pointer;flex-shrink:0}.recipes-loading{display:flex;flex-direction:column;gap:.5rem}.recipes-skeleton{height:80px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.recipes-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.recipes-empty-icon{font-size:3rem;margin-bottom:1rem}.recipes-empty-text{font-size:1rem;font-weight:600;color:#333;margin-bottom:.3rem}.recipes-empty-sub{font-size:.82rem;color:#999;margin-bottom:1.25rem}.recipes-empty-btn{background:#4caf50;color:#fff;border:none;border-radius:10px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;cursor:pointer}.recipes-list{display:flex;flex-direction:column;gap:.5rem}.recipe-card{display:flex;align-items:center;background:#fff;border-radius:12px;padding:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;cursor:pointer;transition:transform .15s;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.recipe-card:active{transform:scale(.98)}.recipe-card-main{display:flex;align-items:center;flex:1;min-width:0;gap:.75rem}.recipe-card-icon{width:48px;height:48px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.recipe-card-img{width:100%;height:100%;object-fit:cover}.recipe-card-emoji{font-size:1.5rem}.recipe-card-info{display:flex;flex-direction:column;min-width:0;flex:1}.recipe-card-name{font-size:.9rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-card-meta{font-size:.72rem;color:#999;margin-top:.15rem}.recipe-card-macros{display:flex;gap:.5rem;margin-top:.3rem}.recipe-macro{font-size:.7rem;font-weight:600;color:#777}.recipe-macro.cal{background:#fff3e0;color:#e65100;padding:.1rem .35rem;border-radius:4px}.recipes-legend{display:flex;align-items:center;gap:10px;padding:6px 12px;margin-bottom:.5rem}.recipes-legend-item{font-size:.67rem;color:#aaa}.recipes-legend-unit{font-size:.62rem;color:#ccc;margin-left:auto}.recipe-shared-badge{font-size:.9rem;margin-left:.3rem;flex-shrink:0}.recipes-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.recipes-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding:1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:1001;max-width:500px;margin:0 auto;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.recipes-modal-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.5rem}.recipes-modal-text{font-size:.85rem;color:#777;margin-bottom:1.25rem}.recipes-modal-buttons{display:flex;gap:.5rem}.recipes-modal-cancel{flex:1;padding:.7rem;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:.85rem;font-weight:600;color:#555;cursor:pointer}.recipes-modal-delete{flex:1;padding:.7rem;border:none;border-radius:10px;background:#ff5252;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer}.recipe-detail-page{padding-bottom:2rem}.recipe-detail-skeleton{height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px}.rd-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.rd-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer;flex-shrink:0}.rd-header-center{display:flex;flex-direction:column;align-items:center;min-width:0;flex:1;padding:0 .5rem}.rd-header-title{font-size:.95rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.rd-header-sub{font-size:.72rem;color:#999}.rd-edit-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:.9rem;cursor:pointer;flex-shrink:0}.rd-nutrition{background:#fff;border-radius:12px;padding:.875rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.rd-nutrition-title{font-size:.72rem;color:#999;text-align:center;margin-bottom:.5rem}.rd-macros{display:flex;justify-content:space-around}.rd-macro{display:flex;flex-direction:column;align-items:center}.rd-macro-val{font-size:1.1rem;font-weight:700}.rd-macro-val.cal{color:#e65100}.rd-macro-val.pro{color:#2e7d32}.rd-macro-val.carb{color:#f57f17}.rd-macro-val.fat{color:#5d4037}.rd-macro-label{font-size:.68rem;color:#999;margin-top:.1rem}.rd-section{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.rd-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.rd-section-title{font-size:.85rem;font-weight:600;color:#333}.rd-section-actions{display:flex;align-items:center;gap:6px}.rd-section-add{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;color:#4caf50;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer}.rd-section-barcode{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#777;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.rd-section-barcode:active{background:#e8e8e8}.rd-section-barcode:disabled{opacity:.5;cursor:default}.rd-barcode-spinner{display:block;width:14px;height:14px;border:2px solid #ccc;border-top-color:#777;border-radius:50%;animation:ufab-spin .6s linear infinite}.rd-ing-legend{display:flex;align-items:center;gap:10px;padding:0 0 6px;margin-bottom:4px;border-bottom:1px solid #f0f0f0}.rd-ing-legend-item{font-size:.67rem;color:#aaa}.rd-ing-legend-unit{font-size:.62rem;color:#ccc;margin-left:auto}.rd-empty-ing{text-align:center;color:#bbb;font-size:.82rem;padding:1rem 0}.rd-ingredient{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.rd-ingredient:last-child{border-bottom:none}.rd-ing-main{flex:1;display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-width:0}.rd-ing-info{display:flex;flex-direction:column;min-width:0;flex:1}.rd-ing-name{font-size:.85rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-ing-meta{font-size:.7rem;color:#999;margin-top:.1rem}.rd-ing-micros{display:grid;grid-template-columns:40px 40px 40px;flex-shrink:0;margin-left:auto;align-items:center;gap:0}.rd-ing-micro{display:flex;align-items:center;justify-content:flex-start;gap:1px;font-size:.72rem;font-weight:600;color:#777;font-variant-numeric:tabular-nums}.rd-micro-icon{font-size:.7rem;line-height:1;flex-shrink:0}.rd-ing-delete{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ccc;font-size:1.1rem;cursor:pointer;flex-shrink:0;margin-left:.3rem}.rd-ing-delete:hover{color:#ff5252}.rd-actions{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.rd-action-btn{flex:1;padding:.75rem;border:none;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem}.rd-action-btn.track{background:#4caf50;color:#fff}.rd-action-btn.share{background:#fff;color:#333;border:1px solid #e0e0e0}.rd-action-btn.feed-share{background:#e8f5e9;color:#2e7d32;border:1px solid #C8E6C9}.rd-feed-share-preview{display:flex;flex-direction:column;gap:2px;padding:.6rem .75rem;background:#f5f5f5;border-radius:10px;margin-bottom:.75rem}.rd-feed-share-name{font-size:.85rem;font-weight:600;color:#333}.rd-feed-share-macros{font-size:.75rem;color:#888}.rd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.rd-modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;padding:1.5rem 1.25rem 0;z-index:1001;max-width:500px;margin:0 auto;animation:slideUp .25s ease-out;max-height:85vh;max-height:85svh;overflow-y:auto}.rd-modal-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:.75rem}.rd-modal-subtitle{font-size:.8rem;font-weight:600;color:#777;margin:.75rem 0 .4rem}.rd-modal-field{margin-bottom:.6rem}.rd-modal-field label{display:block;font-size:.72rem;font-weight:600;color:#999;margin-bottom:.2rem}.rd-modal-field input,.rd-modal-field select{width:100%;padding:.55rem .65rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;color:#333;background:#fafafa;box-sizing:border-box}.rd-modal-field input:focus,.rd-modal-field select:focus{outline:none;border-color:#4caf50;background:#fff}.rd-modal-row{display:flex;gap:.5rem}.rd-unit-display{display:block;padding:.55rem .65rem;font-size:.85rem;color:#777}.rd-modal-buttons{display:flex;gap:.5rem;margin-top:1rem;position:sticky;bottom:0;background:#fff;padding-top:10px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(0,0,0,.05);margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;flex-shrink:0}.rd-modal-cancel{flex:1;padding:.7rem;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:.85rem;font-weight:600;color:#555;cursor:pointer}.rd-modal-save{flex:1;padding:.7rem;border:none;border-radius:10px;background:#4caf50;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s}.rd-modal-save:disabled{opacity:.5}.rd-modal-save.copied,.rd-modal-save.success{background:#2e7d32}.rd-share-url{background:#f5f5f5;padding:.6rem .75rem;border-radius:8px;font-size:.78rem;color:#555;word-break:break-all;margin-bottom:.5rem}.rd-track-meals{display:flex;gap:.35rem;margin-bottom:.75rem;flex-wrap:wrap}.rd-track-meal-btn{flex:1;min-width:0;padding:.5rem .3rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.78rem;font-weight:500;color:#555;cursor:pointer;transition:all .15s}.rd-track-meal-btn.active{background:#e8f5e9;border-color:#4caf50;color:#2e7d32;font-weight:600}.rd-track-preview{text-align:center;margin:.5rem 0}.rd-track-preview-cal{font-size:1.1rem;font-weight:700;color:#e65100}.rd-track-mode-toggle{display:flex;gap:6px;background:#f5f5f5;border-radius:10px;padding:3px}.rd-track-mode-btn{flex:1;padding:6px 0;border:none;border-radius:8px;background:transparent;font-size:.82rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s}.rd-track-mode-btn.active{background:#fff;color:#333;font-weight:700;box-shadow:0 1px 3px #0000001a}.rd-shopping-btn{display:block;width:calc(100% - 2rem);margin:0 1rem 1rem;padding:12px;border:1.5px dashed #bdbdbd;border-radius:14px;background:#fafafa;color:#666;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.rd-shopping-btn:active{transform:scale(.97)}.rd-shopping-btn.success{border-color:#4caf50;border-style:solid;background:#e8f5e9;color:#2e7d32}.rd-shopping-btn:disabled{opacity:.7;cursor:default}.rd-ing-name-row{display:flex;gap:6px;align-items:stretch}.rd-ing-name-row input{flex:1;min-width:0}.rd-ing-search-btn{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#e8f0fe;color:#3d5afe;border:none;border-radius:8px;cursor:pointer;transition:background .15s;padding:0}.rd-ing-search-btn:hover{background:#d0e0fd}.rd-ing-search-btn:disabled{opacity:.4;cursor:default}.rd-search-spinner{display:block;width:13px;height:13px;border:2px solid #c5cae9;border-top-color:#3d5afe;border-radius:50%;animation:ufab-spin .6s linear infinite}.rd-ing-suggestions{margin-top:5px;border:1px solid #e8eaf6;border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000012}.rd-ing-suggestion{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 11px;border:none;border-bottom:1px solid #f3f3f3;background:#fff;cursor:pointer;text-align:left;gap:8px;transition:background .1s}.rd-ing-suggestion:last-of-type{border-bottom:none}.rd-ing-suggestion:active{background:#f0f4ff}.rd-sug-name{font-size:.82rem;color:#333;font-weight:500;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-sug-brand{color:#aaa;font-weight:400}.rd-sug-cal{font-size:.75rem;color:#e65100;font-weight:600;flex-shrink:0}.rd-sug-source{display:block;padding:4px 11px;font-size:.63rem;color:#bbb;text-align:right;background:#fafafa}.rd-ing-searching{display:flex;align-items:center;gap:7px;margin-top:6px;padding:7px 10px;background:#f0f4ff;border-radius:8px;font-size:.78rem;color:#3d5afe;font-weight:500}.rd-ing-no-results{margin-top:5px;padding:7px 10px;background:#fafafa;border:1px solid #eee;border-radius:8px;font-size:.78rem;color:#aaa;text-align:center}.rd-ing-retry{display:block;width:100%;margin-top:5px;padding:8px 10px;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;font-size:.78rem;color:#e65100;font-weight:600;text-align:center;cursor:pointer;transition:background .15s}.rd-ing-retry:active{background:#fff3cd}.rd-prep-badge{display:inline-block;margin-top:3px;padding:2px 8px;background:#e8f5e9;color:#2e7d32;border-radius:20px;font-size:.68rem;font-weight:600}.rd-nutrition-meta{display:flex;justify-content:center;gap:14px;margin-top:8px;flex-wrap:wrap}.rd-nutrition-meta span{font-size:.72rem;color:#999}.rd-ingredient--cooking{background:#fffde7;border-radius:8px;padding-left:8px;margin-bottom:2px}.rd-ing-type-toggle{display:flex;gap:6px;background:#f5f5f5;border-radius:10px;padding:3px;margin-bottom:10px}.rd-ing-type-btn{flex:1;padding:7px 0;border:none;border-radius:8px;background:transparent;font-size:.82rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s}.rd-ing-type-btn.active{background:#fff;color:#333;font-weight:700;box-shadow:0 1px 3px #0000001a}.rd-ing-type-btn.active.cooking{color:#e65100;background:#fff8e1}.rd-step{display:flex;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid #f5f5f5;gap:10px}.rd-step:last-child{border-bottom:none}.rd-step-number{width:24px;height:24px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0;margin-top:1px}.rd-step-desc{flex:1;font-size:.84rem;color:#444;line-height:1.5;cursor:pointer;min-width:0}.rd-step-textarea{width:100%;padding:.55rem .65rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;color:#333;background:#fafafa;box-sizing:border-box;resize:vertical;font-family:inherit;line-height:1.5}.rd-step-textarea:focus{outline:none;border-color:#4caf50;background:#fff}.rd-ingredient--excluded{opacity:.5}.rd-ingredient--excluded .rd-ing-name{text-decoration:line-through;color:#aaa}.rd-ing-excluded-badge{color:#e65100;font-weight:600;font-size:.68rem}.rd-ing-exclude-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#fff3e0;border:1px solid #ffcc02;color:#e65100;border-radius:6px;font-size:.9rem;font-weight:700;cursor:pointer;flex-shrink:0;margin-left:4px;transition:all .15s}.rd-ing-exclude-btn.excluded{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.rd-ing-exclude-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;margin:8px 0}.rd-ing-exclude-label{font-size:.82rem;color:#555;font-weight:500}.rd-ing-exclude-toggle{padding:5px 12px;border:none;border-radius:8px;background:#ffcc02;color:#5d4037;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s}.rd-ing-exclude-toggle.active{background:#4caf50;color:#fff}.rd-done-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border:none;border-radius:10px;font-size:1rem;color:#2e7d32;cursor:pointer;flex-shrink:0;font-weight:700;transition:background .15s}.rd-done-btn:active{background:#c8e6c9}.rd-header-center--editable{cursor:pointer;border-radius:8px;padding:4px 6px;margin:-4px -6px;transition:background .15s}.rd-header-center--editable:active{background:#f0f0f0}.rd-header-edit-hint{font-size:.65rem;color:#4caf50;margin-top:3px;opacity:.85}.rd-ingredient:not(.rd-ingredient--cooking) .rd-ing-name{font-size:.88rem}.rd-ing-view-cal{font-size:.92rem;font-weight:700;color:#e65100;flex-shrink:0;margin-left:auto;padding-left:10px;white-space:nowrap;align-self:center}.rd-ing-view-cal-unit{font-size:.7rem;font-weight:500;color:#aaa}.rd-ing-excluded-badge--right{margin-left:auto;flex-shrink:0;padding-left:10px;align-self:center}.rd-weight-hint{font-size:.75rem;color:#888;text-align:center;margin-top:-4px;margin-bottom:8px;padding:4px 8px;background:#f5f5f5;border-radius:6px}.rd-shop-modal{max-height:80vh;overflow-y:auto}.rd-shop-loading{text-align:center;padding:20px 0;color:#888;font-size:.9rem}.rd-shop-all-covered{text-align:center;padding:16px 0 8px;font-size:.92rem;color:#388e3c;font-weight:500}.rd-shop-section{margin-bottom:12px}.rd-shop-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.rd-shop-section-label--ok{color:#388e3c}.rd-shop-item{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px;margin-bottom:2px}.rd-shop-item--covered{opacity:.6}.rd-shop-item--selectable{cursor:pointer;transition:background .15s}.rd-shop-item--selectable:active{background:#f5f5f5}.rd-shop-item--deselected{opacity:.45}.rd-shop-item-info{flex:1;min-width:0}.rd-shop-item-name{display:block;font-size:.88rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-shop-item-meta{display:block;font-size:.74rem;color:#888;margin-top:1px}.rd-shop-checkbox{width:20px;height:20px;border-radius:5px;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0;transition:background .15s,border-color .15s}.rd-shop-checkbox--checked{background:#4caf50;border-color:#4caf50}.rd-shop-covered-check{font-size:.85rem;color:#388e3c;font-weight:700;flex-shrink:0}.recipe-create-page{padding-bottom:2rem}.rc-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.6rem .75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.rc-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:10px;font-size:1.3rem;color:#555;cursor:pointer;flex-shrink:0}.rc-header-title{font-size:.95rem;font-weight:600;color:#333}.rc-form{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0}.rc-field{margin-bottom:.875rem}.rc-field label{display:block;font-size:.75rem;font-weight:600;color:#999;margin-bottom:.25rem}.rc-field input{width:100%;padding:.6rem .75rem;border:1px solid #e0e0e0;border-radius:10px;font-size:.9rem;color:#333;background:#fafafa;box-sizing:border-box}.rc-field input:focus{outline:none;border-color:#4caf50;background:#fff}.rc-hint{font-size:.78rem;color:#aaa;text-align:center;margin:.75rem 0}.rc-save-btn{width:100%;padding:.8rem;background:#4caf50;color:#fff;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer}.rc-save-btn:disabled{opacity:.5}.recipe-shared-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem;padding-top:env(safe-area-inset-top,0px);background:#f5f5f5}.rs-header{display:flex;align-items:center;gap:.5rem;width:100%;max-width:500px;padding:.5rem 0 .75rem}.rs-back{background:none;border:none;font-size:1.8rem;color:#333;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1}.rs-header-title{font-size:1rem;font-weight:600;color:#333}.rs-loading{text-align:center;padding:3rem;color:#999}.rs-error{display:flex;flex-direction:column;align-items:center;padding:3rem;text-align:center;color:#777;gap:.75rem}.rs-error-icon{font-size:2.5rem}.rs-error-btn{background:#4caf50;color:#fff;border:none;border-radius:10px;padding:.5rem 1.5rem;font-size:.85rem;cursor:pointer;margin-top:.5rem}.rs-card{background:#fff;border-radius:16px;padding:1.5rem;max-width:500px;width:100%;box-shadow:0 2px 8px #00000014}.rs-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:6px;margin-bottom:.75rem}.rs-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .3rem}.rs-desc{font-size:.85rem;color:#777;margin:0 0 .3rem}.rs-author{font-size:.78rem;color:#aaa;margin-bottom:1rem}.rs-macros{display:flex;justify-content:space-around;margin-bottom:.75rem}.rs-macro{display:flex;flex-direction:column;align-items:center}.rs-macro-val{font-size:1.1rem;font-weight:700}.rs-macro-val.cal{color:#e65100}.rs-macro-val.pro{color:#2e7d32}.rs-macro-val.carb{color:#f57f17}.rs-macro-val.fat{color:#5d4037}.rs-macro-label{font-size:.68rem;color:#999}.rs-servings{text-align:center;font-size:.78rem;color:#aaa;margin-bottom:1rem}.rs-ingredients-title{font-size:.85rem;font-weight:600;color:#333;margin-bottom:.4rem}.rs-ingredients{margin-bottom:1.25rem}.rs-ingredient{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #f5f5f5;font-size:.85rem}.rs-ing-name{color:#333}.rs-ing-amount{color:#999;font-weight:500}.rs-import-error{color:#ff5252;font-size:.8rem;text-align:center;margin-bottom:.5rem}.rs-import-btn{width:100%;padding:.8rem;background:#4caf50;color:#fff;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.rs-import-btn:disabled{opacity:.6}.rs-import-btn.success{background:#2e7d32}.rs-login-hint{text-align:center;font-size:.78rem;color:#aaa;margin-top:.5rem}.admin-page{padding-bottom:2rem}.admin-header{display:flex;align-items:center;gap:10px;padding:12px 16px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.admin-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333;font-size:1.2rem}.admin-back-btn:active{background:#e8e8e8;transform:scale(.92)}.admin-title{font-size:17px;font-weight:700;color:#333;margin:0;flex:1}.admin-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.5px;text-transform:uppercase}.admin-content{padding:12px 16px}.admin-tabs{display:flex;gap:4px;background:#f5f5f5;border-radius:12px;padding:3px;margin-bottom:12px}.admin-tab{flex:1;padding:9px 12px;border:none;background:transparent;border-radius:10px;font-size:13px;font-weight:600;color:#888;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.admin-tab.active{background:#fff;color:#333;box-shadow:0 1px 3px #00000014}.admin-tab:active{transform:scale(.97)}.admin-tab-count{font-size:11px;font-weight:700;background:#e8e8e8;color:#666;min-width:20px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.admin-tab.active .admin-tab-count{background:#e8f5e9;color:#2e7d32}.admin-loading{text-align:center;padding:3rem 1rem;color:#999;font-size:14px}.admin-user-list{display:flex;flex-direction:column;gap:10px}.admin-search{position:relative;margin-bottom:12px}.admin-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#aaa;font-size:14px;pointer-events:none}.admin-search input{width:100%;padding:10px 14px 10px 36px;border-radius:10px;border:1px solid #e8e8e8;background:#fff;color:#333;font-size:14px;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .2s}.admin-search input:focus{border-color:#43e97b}.admin-search input::placeholder{color:#bbb}.admin-user-count{font-size:12px;color:#999;margin-bottom:8px}.admin-user-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;transition:all .2s}.admin-user-card.is-banned{border-left:3px solid #ef4444}.admin-user-row{display:flex;align-items:center;padding:12px 14px;cursor:pointer;gap:10px;-webkit-tap-highlight-color:transparent}.admin-user-row:active{background:#f8f9fa}.admin-user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#43e97b,#38a169);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.admin-user-avatar.banned{background:linear-gradient(135deg,#ef4444,#dc2626)}.admin-user-row-info{flex:1;min-width:0}.admin-user-row-chevron{color:#ccc;font-size:12px;flex-shrink:0;transition:transform .2s}.admin-user-row-chevron.open{transform:rotate(180deg)}.admin-user-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.admin-user-identity{min-width:0;flex:1}.admin-user-name-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.admin-user-name{font-size:15px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-role-tag{font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.admin-role-tag.admin{background:#fef3c7;color:#92400e}.admin-role-tag.banned{background:#fee2e2;color:#991b1b}.admin-user-email{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-details{padding:0 14px 14px;border-top:1px solid #f0f0f0;animation:adminSlideDown .15s ease}@keyframes adminSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.admin-user-stats{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.admin-stat{font-size:12px;color:#888;padding:2px 0}.admin-stat strong{color:#333;font-weight:600}.admin-stat.banned-reason{grid-column:1 / -1;color:#dc2626}.admin-stat.banned-reason strong{color:#dc2626}.admin-user-actions{display:flex;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.admin-action-btn{padding:7px 14px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.admin-action-btn:active{transform:scale(.95)}.admin-action-btn.ban{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-action-btn.unban{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.admin-action-btn:disabled{opacity:.5;cursor:default}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:adminFadeIn .15s ease}@keyframes adminFadeIn{0%{opacity:0}to{opacity:1}}.admin-modal{background:#fff;border-radius:16px;padding:20px;width:100%;max-width:340px;box-shadow:0 8px 32px #00000026}.admin-modal h3{margin:0 0 4px;font-size:17px;font-weight:700;color:#333}.admin-modal-target{font-size:13px;color:#888;margin-bottom:14px}.admin-modal textarea{width:100%;min-height:80px;padding:10px 12px;border-radius:10px;border:1px solid #e0e0e0;background:#f8f9fa;color:#333;font-size:14px;resize:vertical;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .2s}.admin-modal textarea:focus{border-color:#999}.admin-modal-actions{display:flex;gap:8px;margin-top:14px;justify-content:flex-end}.admin-modal-actions button{padding:9px 18px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.admin-modal-actions button:active{transform:scale(.96)}.admin-modal-cancel{background:#f5f5f5;color:#666}.admin-modal-confirm.ban{background:#ef4444;color:#fff}.admin-modal-confirm.delete{background:#991b1b;color:#fff}.admin-modal-confirm:disabled{opacity:.5}.admin-action-btn.delete{background:#fce4ec;color:#b71c1c}.admin-delete-warning{background:#fff3f3;border:1px solid #ffcdd2;border-radius:10px;padding:12px 14px;font-size:13px;color:#991b1b;line-height:1.5;margin-bottom:14px}.admin-delete-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;-webkit-tap-highlight-color:transparent}.admin-delete-checkbox input[type=checkbox]{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:#991b1b;cursor:pointer}.admin-delete-checkbox span{font-size:13px;color:var(--text-secondary);line-height:1.4}.admin-report-filters{display:flex;gap:6px;margin-bottom:12px;overflow-x:auto}.admin-report-filter{padding:6px 14px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s}.admin-report-filter.active{border-color:#43e97b;background:#e8f5e9;color:#2e7d32}.admin-report-filter:active{transform:scale(.95)}.admin-report-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.admin-role-tag.report-type{background:#fef3c7;color:#92400e}.admin-user-card.report-closed{opacity:.6}.admin-report-nutrition{margin-top:8px;padding:8px 10px;background:#f8f9fa;border-radius:8px;border:1px solid #f0f0f0}.admin-report-nutrition-title{font-size:11px;font-weight:600;color:#888;margin-bottom:4px}.admin-report-nutrition-grid{display:flex;gap:12px;font-size:12px;color:#333;font-weight:600}.admin-report-message{margin-top:8px;padding:8px 10px;background:#fff8f0;border:1px solid #fde68a;border-radius:8px;font-size:12px;color:#666;line-height:1.5}.admin-report-message strong{color:#333}.admin-report-note{width:100%;min-height:60px;margin-top:10px;padding:8px 10px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fa;color:#333;font-size:13px;resize:vertical;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .2s}.admin-report-note:focus{border-color:#43e97b}.admin-nutrition-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.admin-nutrition-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-nutrition-row label{font-size:13px;color:var(--text-secondary);min-width:110px;flex-shrink:0}.admin-nutrition-input-wrap{display:flex;align-items:center;gap:4px}.admin-nutrition-input-wrap input{width:80px;padding:6px 8px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;text-align:right;background:#fff;-moz-appearance:textfield}.admin-nutrition-input-wrap input::-webkit-inner-spin-button,.admin-nutrition-input-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.admin-nutrition-input-wrap input:focus{border-color:#43e97b;outline:none}.admin-nutrition-unit{font-size:12px;color:var(--text-secondary);min-width:30px}.admin-action-btn.save{background:#e8f5e9;color:#2e7d32;margin-top:12px;width:100%;padding:10px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.admin-action-btn.save:disabled{opacity:.5}.admin-coupon-form{display:flex;flex-direction:column;gap:10px}.admin-coupon-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-coupon-form-row label{font-size:13px;color:#666;min-width:100px;flex-shrink:0}.admin-coupon-form-row input{flex:1;padding:8px 10px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;font-family:inherit;outline:none;box-sizing:border-box}.admin-coupon-form-row input:focus{border-color:#43e97b}.admin-coupon-form-row input[type=number]{max-width:90px;text-align:center;-moz-appearance:textfield}.admin-coupon-form-row input[type=number]::-webkit-inner-spin-button,.admin-coupon-form-row input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.admin-coupon-code{font-family:SF Mono,Fira Code,Consolas,monospace;font-weight:700;color:#333;letter-spacing:.5px}.admin-coupon-copy-btn{padding:3px 10px;border:1px solid #e0e0e0;border-radius:6px;background:#f8f9fa;color:#666;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.admin-coupon-copy-btn:active{transform:scale(.95);background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.admin-coupon-copy-all{padding:5px 12px;border:1px solid #a5d6a7;border-radius:8px;background:#e8f5e9;color:#2e7d32;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.admin-coupon-copy-all:active{transform:scale(.95)}.admin-coupon-code-list{display:flex;flex-direction:column;gap:6px}.admin-coupon-code-row{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#f8f9fa;border-radius:8px;border:1px solid #f0f0f0}.diet-plan-page{padding:0 0 100px}.diet-plan-header{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-bottom:4px}.diet-plan-back{background:none;border:none;padding:6px;margin:-6px;color:#666;cursor:pointer;display:flex;align-items:center}.diet-plan-header h2{font-size:1.2rem;font-weight:700;color:#333;margin:0}.diet-pool-card{background:#fff;border-radius:14px;margin:0 16px 16px;padding:16px;box-shadow:0 1px 3px #0000000f}.diet-pool-row{display:flex;align-items:center;justify-content:space-between}.diet-pool-label{font-size:.85rem;color:#888}.diet-pool-value{font-size:1.1rem;font-weight:700;color:#4caf50}.diet-pool-desc{font-size:.75rem;color:#bbb;margin-top:4px}.diet-prefabs-title{font-size:.8rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 16px 8px}.diet-prefabs-wrap{position:relative}.diet-prefabs-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#fffffff2;box-shadow:0 1px 6px #00000026;cursor:pointer;align-items:center;justify-content:center;color:#555;transition:background .15s,box-shadow .15s}.diet-prefabs-arrow:hover{background:#fff;box-shadow:0 2px 8px #0003}.diet-prefabs-arrow.left{left:6px}.diet-prefabs-arrow.right{right:6px}@media(hover:hover)and (pointer:fine){.diet-prefabs-arrow{display:flex}}.diet-prefabs-scroll{display:flex;gap:10px;padding:0 16px 16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.diet-prefabs-scroll::-webkit-scrollbar{display:none}@media(hover:hover)and (pointer:fine){.diet-prefabs-scroll{scrollbar-width:thin;scrollbar-color:#ddd transparent}.diet-prefabs-scroll::-webkit-scrollbar{display:block;height:4px}.diet-prefabs-scroll::-webkit-scrollbar-track{background:transparent}.diet-prefabs-scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.diet-prefabs-scroll::-webkit-scrollbar-thumb:hover{background:#bbb}}.diet-prefab-card{flex:0 0 140px;scroll-snap-align:start;background:#fff;border-radius:12px;padding:12px;border:2px solid transparent;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000f}.diet-prefab-card.active{border-color:#4caf50;box-shadow:0 0 0 1px #4caf5040}.diet-prefab-name{font-size:.85rem;font-weight:700;color:#333;margin-bottom:4px}.diet-prefab-desc{font-size:.7rem;color:#999;line-height:1.3;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.diet-prefab-mini-bars{display:flex;gap:2px;align-items:flex-end;height:24px}.diet-prefab-mini-bar{flex:1;background:#e8f5e9;border-radius:2px;transition:height .3s ease}.diet-prefab-card.active .diet-prefab-mini-bar{background:#4caf50}.diet-sliders-title-row{display:flex;align-items:center;justify-content:space-between;margin:0 16px 8px}.diet-sliders-title{font-size:.8rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.diet-pool-remaining{font-size:.75rem;font-weight:600;color:#ff9800;background:#fff3e0;padding:2px 8px;border-radius:10px}.diet-sliders-card{background:#fff;border-radius:14px;margin:0 16px 12px;padding:16px;box-shadow:0 1px 3px #0000000f}.diet-slider-row{display:flex;align-items:center;gap:10px;padding:8px 0}.diet-slider-row+.diet-slider-row{border-top:1px solid #f5f5f5}.diet-slider-day{width:28px;font-size:.8rem;font-weight:600;color:#555;flex-shrink:0}.diet-slider-track-wrap{flex:1;position:relative}.diet-slider-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#f0f0f0;outline:none;transition:background .2s}.diet-slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#4caf50;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px #0003;transition:transform .15s}.diet-slider-input::-webkit-slider-thumb:active{transform:scale(1.2)}.diet-slider-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#4caf50;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px #0003}.diet-slider-input.fasting::-webkit-slider-thumb{background:#ff9800}.diet-slider-input.fasting::-moz-range-thumb{background:#ff9800}.diet-slider-values{width:68px;text-align:right;flex-shrink:0}.diet-slider-pct{font-size:.85rem;font-weight:700;color:#333}.diet-slider-pct.fasting{color:#ff9800}.diet-slider-kcal{font-size:.65rem;color:#aaa;display:block}.diet-week-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 0 0;margin-top:8px;border-top:1px solid #f0f0f0}.diet-week-sum-label{font-size:.8rem;color:#888}.diet-week-sum-value{font-size:.9rem;font-weight:700}.diet-week-sum-value.ok{color:#4caf50}.diet-week-sum-value.error{color:#f44336}.diet-week-sum-hint{font-size:.7rem;margin-top:4px}.diet-week-sum-hint.ok{color:#4caf50}.diet-week-sum-hint.error{color:#f44336}.diet-preview-card{background:#fff;border-radius:14px;margin:0 16px 12px;padding:16px;box-shadow:0 1px 3px #0000000f}.diet-preview-bars{display:flex;gap:6px;align-items:flex-end;height:100px}.diet-preview-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.diet-preview-bar-wrap{width:100%;height:80px;display:flex;align-items:flex-end}.diet-preview-bar{width:100%;border-radius:4px 4px 0 0;transition:height .3s ease,background-color .3s;min-height:4px}.diet-preview-kcal{font-size:.6rem;color:#999;font-weight:600}.diet-preview-day{font-size:.7rem;color:#666;font-weight:600}.diet-preview-goal-line{position:relative;width:100%;margin-top:-1px}.diet-preview-goal-line:after{content:"";position:absolute;left:0;right:0;top:0;border-top:1.5px dashed #ccc}.diet-science-note{font-size:.7rem;color:#bbb;text-align:center;margin:8px 16px 16px;line-height:1.4}.diet-limits-note{margin-top:4px;font-weight:600;color:#999}.diet-save-wrap{padding:0 16px;margin-bottom:16px}.diet-save-btn{width:100%;padding:14px;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#fff;background:#4caf50;cursor:pointer;transition:opacity .2s,transform .1s}.diet-save-btn:active{transform:scale(.98)}.diet-save-btn:disabled{opacity:.5;cursor:not-allowed}.diet-save-btn.saved{background:#66bb6a}.diet-save-btn.error{background:#f44336}.diet-plan-loading{display:flex;justify-content:center;padding:60px 0;color:#bbb;font-size:.9rem}.step-length-page{padding:0 0 100px}.step-length-header{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-bottom:4px}.step-length-back{background:none;border:none;padding:6px;margin:-6px;color:#666;cursor:pointer;display:flex;align-items:center}.step-length-header h2{font-size:1.2rem;font-weight:700;color:#333;margin:0}.step-length-card{background:#fff;border-radius:14px;margin:0 16px 16px;padding:20px;box-shadow:0 1px 3px #0000000f}.step-length-input-row{display:flex;align-items:flex-end;gap:12px}.step-length-input-wrap{flex:1}.step-length-label{font-size:.8rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.4px;display:block;margin-bottom:8px}.step-length-input{width:100%;padding:12px 14px;font-size:2rem;font-weight:700;color:#333;background:#f8f8f8;border:1.5px solid #e8e8e8;border-radius:12px;outline:none;text-align:center;box-sizing:border-box;transition:border-color .15s;-moz-appearance:textfield}.step-length-input::-webkit-outer-spin-button,.step-length-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.step-length-input:focus{border-color:#4caf50}.step-length-unit-toggle{display:flex;flex-direction:column;gap:6px;flex-shrink:0;padding-bottom:1px}.step-length-unit-btn{padding:10px 16px;border-radius:10px;border:1.5px solid #e8e8e8;background:#f8f8f8;color:#999;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;min-width:60px;text-align:center}.step-length-unit-btn.active{background:#4caf50;border-color:#4caf50;color:#fff}.step-length-hint{font-size:.82rem;color:#888;margin-top:16px;line-height:1.5}.step-length-default-hint{font-size:.75rem;color:#bbb;margin-top:6px;font-style:italic}.step-length-save-wrap{padding:0 16px;margin-bottom:16px}.step-length-save-btn{width:100%;padding:14px;border:none;border-radius:12px;font-size:1rem;font-weight:700;color:#fff;background:#4caf50;cursor:pointer;transition:opacity .2s,transform .1s}.step-length-save-btn:active{transform:scale(.98)}.step-length-save-btn:disabled{opacity:.5;cursor:not-allowed}.step-length-save-btn.saved{background:#66bb6a}.step-length-save-btn.error{background:#f44336}.dp-page{padding-bottom:32px;min-height:100vh;background:#f7f7f7}.dp-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.dp-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333;flex-shrink:0}.dp-title{font-size:17px;font-weight:600;color:#1a1a1a;margin:0;text-align:center;flex:1;padding:0 8px}.dp-header-spacer{width:36px;flex-shrink:0}.dp-content{padding:16px;display:flex;flex-direction:column;gap:10px}.dp-list-item{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border-radius:16px;border:none;cursor:pointer;width:100%;text-align:left;box-shadow:0 1px 4px #0000000f;transition:background .12s}.dp-list-item:active{background:#f5f5f5}.dp-item-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.dp-item-icon--scale{background:#e8f5e9}.dp-item-icon--tape{background:#e3f2fd}.dp-item-icon--blood_pressure{background:#fce4ec}.dp-item-icon--mfr{background:#f3e5f5}.dp-item-body{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.dp-item-title{font-size:15px;font-weight:600;color:#1a1a1a}.dp-item-sub{font-size:12px;color:#999}.dp-item-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;flex-shrink:0}.dp-item-badge--connected{background:#e8f5e9;color:#2e7d32}.dp-item-badge--offline{background:#f5f5f5;color:#aaa}.dp-item-badge--paired{background:#e3f2fd;color:#1565c0}.dp-item-badge--soon{background:#fff3e0;color:#e65100}.dp-chevron{color:#ccc;flex-shrink:0}.dp-settings-content{padding:16px;display:flex;flex-direction:column;gap:16px}.dp-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:12px}.dp-card-title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#aaa;margin-bottom:2px}.dp-desc{font-size:13px;color:#777;line-height:1.55;margin:0}.dp-status{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;align-self:flex-start}.dp-status-dot{width:7px;height:7px;border-radius:50%}.dp-status--connected{background:#e8f5e9;color:#2e7d32}.dp-status--connected .dp-status-dot{background:#4caf50}.dp-status--offline{background:#f5f5f5;color:#aaa}.dp-status--offline .dp-status-dot{background:#ccc}.dp-status--loading{background:#f5f5f5;color:#ccc}.dp-setting-row{display:flex;align-items:center;gap:12px;justify-content:space-between}.dp-setting-info{flex:1;display:flex;flex-direction:column;gap:3px}.dp-setting-title{font-size:14px;font-weight:500;color:#1a1a1a}.dp-setting-desc{font-size:12px;color:#999;line-height:1.4}.dp-toggle{width:48px;height:28px;border-radius:14px;background:#ddd;border:none;cursor:pointer;padding:3px;display:flex;align-items:center;flex-shrink:0;transition:background .2s}.dp-toggle--on{background:#4caf50}.dp-toggle-knob{width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s;display:block}.dp-toggle--on .dp-toggle-knob{transform:translate(20px)}.dp-ble-actions{display:flex;flex-direction:column;gap:10px}.dp-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:opacity .15s}.dp-btn:active{opacity:.75}.dp-btn--primary{background:#4caf50;color:#fff}.dp-btn--ghost{background:#f5f5f5;color:#555}.dp-scanning{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:4px 0}.dp-scanning-spinner{width:18px;height:18px;border:2.5px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:dp-spin .8s linear infinite;flex-shrink:0}.dp-scanning-label{flex:1;font-size:13px;color:#555}@keyframes dp-spin{to{transform:rotate(360deg)}}.dp-found-list{display:flex;flex-direction:column;gap:8px}.dp-found-hint{font-size:13px;color:#777;margin:0}.dp-found-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #e8e8e8;border-radius:12px;background:#fff;cursor:pointer;width:100%;text-align:left;transition:border-color .15s}.dp-found-item:hover{border-color:#4caf50}.dp-found-name{flex:1;font-size:14px;font-weight:500;color:#222}.dp-found-rssi{font-size:12px;color:#aaa}.dp-paired-hint{font-size:13px;color:#888;line-height:1.5;margin:0}.dp-manage-row{display:flex;gap:16px;border-top:1px solid #f0f0f0;padding-top:10px}.dp-link-btn{background:none;border:none;padding:4px 0;font-size:13px;color:#888;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.dp-link-btn--danger{color:#e53935}.dp-error{padding:10px 14px;background:#fdecea;border-radius:10px;font-size:13px;color:#c62828}.dp-notice{font-size:13px;color:#999;line-height:1.5}.dp-empty-hint{font-size:13px;color:#888;margin:0;line-height:1.5}.sub-page{min-height:100vh;padding:40px 20px 32px;background:linear-gradient(180deg,#f8faf5,#fff 40%);display:flex;flex-direction:column;align-items:center}.sub-hero{text-align:center;margin-bottom:28px;max-width:340px}.sub-hero-icon{font-size:48px;margin-bottom:12px}.sub-hero-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.sub-hero-desc{font-size:14px;color:#777;margin:0;line-height:1.5}.sub-features{width:100%;max-width:380px;display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.sub-feature{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000d}.sub-feature-icon{font-size:22px;flex-shrink:0;margin-top:1px}.sub-feature div{display:flex;flex-direction:column;gap:2px}.sub-feature strong{font-size:14px;font-weight:600;color:#333}.sub-feature span{font-size:12px;color:#999}.sub-plans{width:100%;max-width:380px;display:flex;gap:12px;margin-bottom:20px}.sub-plan-card{flex:1;position:relative;padding:18px 14px;background:#fff;border:2px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .2s ease;text-align:center}.sub-plan-card:active{transform:scale(.98)}.sub-plan-card.selected{border-color:#4caf50;background:#f1f8e9}.sub-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#4caf50;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}.sub-plan-name{font-size:14px;font-weight:600;color:#333;margin-bottom:6px}.sub-plan-price{font-size:22px;font-weight:700;color:#1a1a1a}.sub-plan-interval{font-size:12px;color:#999;margin-top:2px}.sub-plan-equivalent{font-size:11px;color:#4caf50;font-weight:600;margin-top:6px}.sub-trial-info{width:100%;max-width:380px;display:flex;align-items:center;gap:14px;padding:16px;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:1px solid #c8e6c9;border-radius:14px;margin-bottom:20px}.sub-trial-info-badge{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#4caf50;color:#fff;font-size:13px;font-weight:800;border-radius:50%;text-align:center;line-height:1.1}.sub-trial-info-text{display:flex;flex-direction:column;gap:3px}.sub-trial-info-text strong{font-size:14px;font-weight:700;color:#2e7d32}.sub-trial-info-text span{font-size:12px;color:#558b2f;line-height:1.4}.sub-after-trial-label{width:100%;max-width:380px;font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}.sub-plans-preview .sub-plan-card{cursor:default;opacity:.85}.sub-plans-preview .sub-plan-card:active{transform:none}.sub-price-skeleton{display:inline-block;width:72px;height:26px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:sub-shimmer 1.4s ease-in-out infinite;border-radius:6px;vertical-align:middle}@keyframes sub-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sub-cta{width:100%;max-width:380px;padding:16px;background:#4caf50;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.sub-cta:active{transform:scale(.98);background:#43a047}.sub-cta:disabled{opacity:.5;cursor:not-allowed;transform:none}.sub-restore{width:100%;max-width:380px;padding:12px;background:transparent;color:#4caf50;font-size:14px;font-weight:600;border:none;cursor:pointer;margin-bottom:16px}.sub-restore:active{opacity:.7}.sub-restore:disabled{opacity:.4;cursor:not-allowed}.sub-error{width:100%;max-width:380px;padding:10px 14px;background:#fef2f2;color:#c62828;font-size:13px;border-radius:10px;margin-bottom:12px;text-align:center}.sub-prices-error{display:flex;align-items:center;gap:10px;text-align:left;background:#fff3e0;color:#6d4c00;border:1px solid #ffb74d}.sub-prices-error>span{flex:1}.sub-prices-retry{background:#f57c00;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}.sub-prices-retry:hover{background:#e65100}.sub-legal{max-width:340px;text-align:center;font-size:11px;color:#bbb;line-height:1.5;margin:0}.sub-legal-links{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding-bottom:24px}.sub-legal-links a{font-size:12px;color:#4caf50;text-decoration:none;font-weight:500}.sub-legal-links a:active{opacity:.7}.sub-legal-divider{font-size:12px;color:#ccc}.sub-redeem-link{display:block;margin-top:16px;margin-bottom:8px;font-size:14px;color:#4caf50;text-decoration:underline;font-weight:500}.sub-coupon-section{margin-top:20px;padding-top:16px;border-top:1px solid #eee}.sub-coupon-label{font-size:13px;color:#888;margin:0 0 8px;text-align:center}.sub-coupon-row{display:flex;gap:8px}.sub-coupon-input{flex:1;padding:10px 14px;border:1.5px solid #ddd;border-radius:10px;font-size:15px;letter-spacing:1.5px;font-weight:600;text-align:center;outline:none;transition:border-color .2s}.sub-coupon-input:focus{border-color:#4caf50}.sub-coupon-btn{padding:10px 18px;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.sub-coupon-btn:disabled{opacity:.5;cursor:default}.sub-coupon-error{font-size:12px;color:#e53935;margin:6px 0 0;text-align:center}.sub-native-hint{background:#fff8e1;border:1px solid #FFE082;border-radius:12px;padding:14px 16px;margin-bottom:20px}.sub-native-hint p{font-size:13px;color:#5d4037;line-height:1.5;margin:0}.redeem-page{padding-bottom:24px}.redeem-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.redeem-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f5f5f5;border-radius:10px;cursor:pointer;color:#333}.redeem-header-title{font-size:17px;font-weight:600;color:#1a1a1a;margin:0}.redeem-content{padding:16px;display:flex;flex-direction:column;gap:16px}.redeem-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 1px 4px #0000000f}.redeem-card-header{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#333;margin-bottom:14px}.redeem-card-icon{font-size:18px}.redeem-card-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:8px 0 4px;text-align:center}.redeem-success-icon{font-size:48px;text-align:center}.redeem-desc{font-size:14px;color:#777;margin:0 0 16px;line-height:1.5}.redeem-input-row{margin-bottom:12px}.redeem-input{width:100%;padding:12px 14px;font-size:16px;font-weight:600;text-align:center;letter-spacing:2px;border:1.5px solid #ddd;border-radius:10px;background:#fff;color:#1a1a1a;outline:none;transition:border-color .2s;box-sizing:border-box}.redeem-input:focus{border-color:#4caf50}.redeem-input:disabled{opacity:.5}.redeem-input::placeholder{font-weight:400;letter-spacing:0;font-size:14px;color:#bbb}.redeem-error{color:#e53935;font-size:13px;margin:0 0 12px;padding:8px 12px;background:#fde8e8;border-radius:8px}.redeem-btn{width:100%;padding:13px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#4caf50,#43a047);border:none;border-radius:12px;cursor:pointer;transition:opacity .2s}.redeem-btn:disabled{opacity:.5;cursor:not-allowed}.redeem-btn:active:not(:disabled){opacity:.85}.redeem-ends-at{font-size:15px;font-weight:600;color:#4caf50;margin:0 0 16px;text-align:center}.pogo-page{display:flex;flex-direction:column;flex:1;min-height:0;background:#f8f8f8;color:#333;padding:.75rem;gap:.5rem}.pogo-header{display:flex;align-items:center;padding:.6rem .75rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;gap:.75rem;flex-shrink:0}.pogo-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;font-size:1.3rem;color:#666;cursor:pointer;line-height:1}.pogo-back:active{background:#eee}.pogo-header-title{display:flex;align-items:center;gap:6px;font-size:.92rem;font-weight:700;color:#333}.pogo-header-icon{font-size:1.1rem}.pogo-header-spacer{flex:1}.pogo-fitness{background:#fff;padding:1rem .75rem .75rem;display:flex;flex-direction:column;align-items:center;gap:12px;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;flex-shrink:0}.pogo-timer{font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums;color:#333;letter-spacing:2px;transition:color .3s;line-height:1}.pogo-timer.paused{color:#bbb}.pogo-fitness-stats{display:flex;width:100%;justify-content:space-around;align-items:flex-start;gap:8px}.pogo-fitness-stat{display:flex;flex-direction:column;align-items:center;gap:1px;flex:1;transition:opacity .3s}.pogo-fitness-stat.muted{opacity:.35}.pogo-fitness-stat-icon{font-size:1rem;line-height:1;margin-bottom:1px}.pogo-fitness-stat-value{font-size:1.5rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums;line-height:1.1}.pogo-fitness-stat-unit{font-size:.72rem;color:#4caf50;font-weight:600;margin-top:-1px}.pogo-fitness-stat-label{font-size:.62rem;color:#999;text-transform:uppercase;letter-spacing:.4px;text-align:center}.pogo-fitness-footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;min-height:22px}.pogo-hr-pill{font-size:.65rem;font-weight:600;padding:2px 9px;border-radius:10px;background:#f0f0f0;color:#bbb;white-space:nowrap}.pogo-hr-pill.connecting{background:#fff8e1;color:#f57f17}.pogo-hr-pill.connected{background:#e8f5e9;color:#2e7d32}.pogo-hr-pill.disconnected{background:#fdecea;color:#c62828}.pogo-gps-badge{display:flex;align-items:center;gap:5px;font-size:.72rem;padding:3px 9px;border-radius:10px;background:#f0f0f0;color:#999}.pogo-gps-badge.active{background:#e8f5e9;color:#388e3c}.pogo-gps-badge.inactive{background:#fdecea;color:#c62828}.pogo-gps-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.pogo-gps-badge.active .pogo-gps-dot{animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.pogo-control-row{display:flex;gap:10px;width:100%}.pogo-control-btn{flex:1;padding:.65rem;border:1px solid #eee;border-radius:10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s}.pogo-control-btn:active{opacity:.75}.pogo-control-btn.pause{background:#f5f5f5;color:#555}.pogo-control-btn.resume{background:#f5f5f5;color:#2e7d32;border-color:#c8e6c9}.pogo-control-btn.stop{background:#fdecea;color:#c62828;border-color:#ffcdd2}.pogo-spielbereich-label{font-size:.7rem;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.9rem 1rem .3rem;display:flex;align-items:center;gap:6px}.pogo-spielbereich-label:before,.pogo-spielbereich-label:after{content:"";flex:1;height:1px;background:#eee}.pogo-scroll-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem}.pogo-stats-section{padding:.75rem 1rem 0}.pogo-section-header{font-size:.68rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.pogo-section-card{background:#fff;border-radius:12px;padding:.75rem;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}.pogo-counters-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pogo-counter{background:#fff;border-radius:12px;padding:.75rem .6rem;display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a}.pogo-counter-icon{font-size:1.3rem}.pogo-counter-label{font-size:.65rem;color:#999;text-align:center;line-height:1.3}.pogo-counter-controls{display:flex;align-items:center;gap:8px}.pogo-counter-btn{width:28px;height:28px;border-radius:50%;border:1px solid #eee;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:opacity .15s}.pogo-counter-btn:active{opacity:.7}.pogo-counter-btn.minus{background:#f5f5f5;color:#999}.pogo-counter-btn.plus{background:#f5f5f5;color:#555;border-color:#ddd}.pogo-counter-value{font-size:1.4rem;font-weight:700;color:#333;min-width:28px;text-align:center;font-variant-numeric:tabular-nums}.pogo-hr-status-badge{font-size:.62rem;font-weight:600;padding:2px 8px;border-radius:8px;background:#f0f0f0;color:#bbb}.pogo-hr-status-badge.connecting{background:#fff8e1;color:#f57f17}.pogo-hr-status-badge.connected{background:#e8f5e9;color:#2e7d32}.pogo-hr-status-badge.disconnected{background:#fdecea;color:#c62828}.pogo-hr-live{display:flex;align-items:center;gap:20px;padding:.25rem 0}.pogo-hr-bpm{display:flex;align-items:baseline;gap:4px}.pogo-hr-bpm-value{font-size:2.8rem;font-weight:700;color:#ddd;font-variant-numeric:tabular-nums;line-height:1;transition:color .3s}.pogo-hr-bpm-value.has-value{color:#e53935}.pogo-hr-bpm-unit{font-size:.8rem;color:#bbb;font-weight:600;margin-bottom:4px}.pogo-hr-stats{display:flex;flex-direction:column;gap:8px}.pogo-hr-stat{display:flex;align-items:baseline;gap:4px}.pogo-hr-stat-value{font-size:1.1rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums}.pogo-hr-stat-label{font-size:.65rem;color:#bbb}.pogo-goplus-locked{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.25rem 0 .1rem;text-align:center}.pogo-goplus-locked-icon{font-size:1.4rem}.pogo-goplus-locked-title{font-size:.82rem;font-weight:700;color:#555}.pogo-goplus-locked-text{font-size:.72rem;color:#aaa;line-height:1.5;max-width:280px}.pogo-goplus-locked-btn{margin-top:.35rem;padding:.5rem 1.25rem;border:none;border-radius:10px;background:#333;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .15s}.pogo-goplus-locked-btn:active{opacity:.75}.pogo-goplus-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 0;padding:.25rem 0}.pogo-goplus-stat{display:flex;flex-direction:column;align-items:center;gap:3px}.pogo-goplus-stat-icon{font-size:1.2rem}.pogo-goplus-stat-value{font-size:1.6rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums;line-height:1}.pogo-goplus-stat-label{font-size:.62rem;color:#999;text-align:center;line-height:1.3;max-width:70px}.pogo-goplus-stat-sub{font-size:.6rem;color:#bbb;text-align:center}.pogo-add-egg-btn{background:none;border:1px solid #ddd;color:#888;font-size:.72rem;padding:2px 8px;border-radius:6px;cursor:pointer}.pogo-egg-picker{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:.5rem}.pogo-egg-km-btn{background:#f5f5f5;border:1px solid #eee;color:#555;font-size:.78rem;padding:4px 12px;border-radius:8px;cursor:pointer;transition:background .15s}.pogo-egg-km-btn:active{background:#eee}.pogo-eggs-empty{font-size:.75rem;color:#ccc;text-align:center;padding:.4rem 0}.pogo-egg-list{display:flex;flex-direction:column;gap:8px}.pogo-egg-item{background:#f8f9fa;border-radius:10px;padding:8px 10px;border:1px solid #f0f0f0}.pogo-egg-item.hatched{border-color:#c8e6c9;background:#f1f8f1}.pogo-egg-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.pogo-egg-icon{font-size:1rem}.pogo-egg-name{font-size:.75rem;color:#555;flex:1}.pogo-egg-remaining{font-size:.7rem;color:#aaa}.pogo-egg-hatched{font-size:.7rem;color:#4caf50;font-weight:600}.pogo-egg-remove{background:none;border:none;color:#ccc;font-size:.8rem;cursor:pointer;padding:0 2px;line-height:1}.pogo-egg-bar-track{height:5px;background:#eee;border-radius:3px;overflow:hidden}.pogo-egg-bar-fill{height:100%;background:#4caf50;border-radius:3px;transition:width .5s ease}.pogo-buddy-presets{display:flex;gap:6px;margin-bottom:.6rem;flex-wrap:wrap}.pogo-buddy-preset-btn{padding:4px 12px;border-radius:20px;border:1px solid #eee;background:#f5f5f5;color:#666;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.pogo-buddy-preset-btn.active{background:#333;color:#fff;border-color:#333}.pogo-buddy-preset-btn:active{opacity:.75}.pogo-buddy-inputs{display:flex;gap:10px;margin-bottom:.75rem}.pogo-buddy-field{flex:1}.pogo-buddy-field label{display:block;font-size:.65rem;color:#bbb;margin-bottom:3px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.pogo-buddy-input-wrap{display:flex;align-items:center;background:#f8f9fa;border-radius:8px;border:1px solid #eee;overflow:hidden}.pogo-buddy-input{flex:1;background:none;border:none;color:#333;font-size:.95rem;padding:6px 8px;outline:none;width:0;min-width:0;-moz-appearance:textfield}.pogo-buddy-input::-webkit-outer-spin-button,.pogo-buddy-input::-webkit-inner-spin-button{-webkit-appearance:none}.pogo-buddy-unit{font-size:.7rem;color:#ccc;padding-right:8px;white-space:nowrap}.pogo-buddy-live{border-top:1px solid #f0f0f0;padding-top:.65rem}.pogo-buddy-candy-display{display:flex;align-items:center;gap:6px;margin-bottom:.5rem}.pogo-buddy-candy-value{font-size:2rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums;line-height:1}.pogo-buddy-candy-icon{font-size:1.4rem}.pogo-buddy-candy-label{font-size:.72rem;color:#aaa;margin-left:2px}.pogo-buddy-bar-track{height:6px;background:#eee;border-radius:3px;overflow:hidden;margin-bottom:5px}.pogo-buddy-bar-fill{height:100%;background:#ff9800;border-radius:3px;transition:width .5s ease}.pogo-buddy-bar-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#bbb}.pogo-buddy-remaining{color:#555;font-weight:600}.pogo-summary-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:200}.pogo-summary-modal{background:#fff;border-radius:20px 20px 0 0;padding:1.25rem 1rem calc(env(safe-area-inset-bottom,0px) + 1.5rem);width:100%;max-width:480px;border-top:1px solid #f0f0f0;max-height:85vh;overflow-y:auto}.pogo-summary-title{font-size:1rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem}.pogo-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:.75rem}.pogo-summary-item{background:#f8f9fa;border-radius:10px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;border:1px solid #f0f0f0}.pogo-summary-icon{font-size:1.1rem}.pogo-summary-value{font-size:1rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums}.pogo-summary-label{font-size:.6rem;color:#999;line-height:1.3}.pogo-summary-escape-rate{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:10px;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pogo-summary-escape-rate-label{font-size:.75rem;color:#888}.pogo-summary-escape-rate-value{font-size:1rem;font-weight:700;color:#333}.pogo-summary-notes{width:100%;background:#f8f9fa;border:1px solid #eee;border-radius:10px;color:#333;font-size:.85rem;padding:10px;resize:none;outline:none;box-sizing:border-box;margin-bottom:.75rem;font-family:inherit}.pogo-summary-notes::placeholder{color:#ccc}.pogo-summary-actions{display:flex;gap:10px}.pogo-summary-discard{flex:1;padding:.75rem;border:none;border-radius:12px;background:#f5f5f5;color:#888;font-size:.88rem;font-weight:600;cursor:pointer}.pogo-summary-save{flex:2;padding:.75rem;border:none;border-radius:12px;background:#333;color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;transition:opacity .15s}.pogo-summary-save:disabled{opacity:.4}.pogo-summary-save:active{opacity:.8}.pogo-no-elev{font-size:.78rem;color:#bbb;text-align:center;padding:1rem 0 .5rem}.pogo-section-header-sub{font-size:.65rem;font-weight:400;color:#bbb;margin-left:6px}.pogo-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem .25rem;padding:.35rem 0 .1rem}.pogo-statgrid-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pogo-statgrid-icon{font-size:1.1rem;line-height:1}.pogo-statgrid-value{font-size:1.05rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums;line-height:1.2;white-space:nowrap}.pogo-statgrid-label{font-size:.58rem;color:#999;text-align:center;line-height:1.25;max-width:72px}.training-prestart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 3rem;gap:1.5rem}.training-prestart-card{background:#fff;border-radius:20px;box-shadow:0 2px 16px #00000014;padding:2rem 1.75rem 1.75rem;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:.6rem}.training-prestart-gps-icon{font-size:2.8rem;line-height:1;margin-bottom:.25rem}.training-prestart-gps-title{font-size:1rem;font-weight:700;color:#333;letter-spacing:.01em}.training-prestart-bars{display:flex;align-items:flex-end;gap:5px;height:36px;margin:.5rem 0 .25rem}.training-prestart-bar{width:12px;border-radius:3px 3px 0 0;background:#e0e0e0;transition:background .35s ease}.training-prestart-bar:nth-child(1){height:20%}.training-prestart-bar:nth-child(2){height:38%}.training-prestart-bar:nth-child(3){height:56%}.training-prestart-bar:nth-child(4){height:78%}.training-prestart-bar:nth-child(5){height:100%}.training-prestart-signal-label{font-size:1.15rem;font-weight:700;transition:color .35s ease}.training-prestart-accuracy{font-size:.82rem;color:#888;margin-top:.1rem}.training-prestart-waiting-hint{font-size:.78rem;color:#ff9800;text-align:center;margin-top:.4rem;line-height:1.4}.training-prestart-btn{width:100%;max-width:340px;padding:1rem 0;border-radius:14px;border:none;font-size:1.05rem;font-weight:700;cursor:pointer;transition:opacity .25s,transform .15s,background .3s;letter-spacing:.02em}.training-prestart-btn.ready{background:#4caf50;color:#fff;box-shadow:0 4px 14px #4caf5059}.training-prestart-btn.ready:active{transform:scale(.97);opacity:.9}.training-prestart-btn.disabled{background:#e0e0e0;color:#aaa;cursor:default;box-shadow:none}.training-prestart-skip{font-size:.78rem;color:#bbb;margin:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.training-countdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;z-index:9999;animation:countdown-fade-in .2s ease}@keyframes countdown-fade-in{0%{opacity:0}to{opacity:1}}.training-countdown-ring{width:140px;height:140px;border-radius:50%;border:5px solid rgba(255,255,255,.25);background:#ffffff14;display:flex;align-items:center;justify-content:center;animation:countdown-pulse 1s ease-in-out infinite}@keyframes countdown-pulse{0%{transform:scale(1);box-shadow:0 0 #ffffff40}50%{transform:scale(1.04);box-shadow:0 0 0 18px #fff0}to{transform:scale(1);box-shadow:0 0 #fff0}}.training-countdown-number{font-size:5rem;font-weight:900;color:#fff;font-variant-numeric:tabular-nums;line-height:1}.training-countdown-label{font-size:1rem;color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase}.onboarding-welcome-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#0000;transition:background .3s ease;padding:24px}.onboarding-welcome-backdrop.visible{background:#00000080}.onboarding-welcome-card{background:#fff;border-radius:20px;padding:36px 28px 28px;max-width:340px;width:100%;text-align:center;box-shadow:0 8px 40px #00000026;transform:scale(.9) translateY(20px);opacity:0;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.onboarding-welcome-backdrop.visible .onboarding-welcome-card{transform:scale(1) translateY(0);opacity:1}.onboarding-welcome-icon{font-size:48px;margin-bottom:12px}.onboarding-welcome-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.onboarding-welcome-desc{font-size:14px;color:#666;margin:0 0 24px;line-height:1.5}.onboarding-welcome-actions{display:flex;flex-direction:column;gap:10px}.onboarding-welcome-btn{width:100%;padding:13px;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.onboarding-welcome-btn.primary{background:#4caf50;color:#fff}.onboarding-welcome-btn.primary:active{background:#388e3c;transform:scale(.98)}.onboarding-welcome-btn.secondary{background:transparent;color:#999;font-weight:500}.onboarding-welcome-btn.secondary:active{color:#666}.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:auto;opacity:0;transition:opacity .3s ease}.onboarding-overlay.visible{opacity:1}.onboarding-overlay-mask{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.onboarding-spotlight-ring{position:absolute;border-radius:12px;box-shadow:0 0 0 3px #4caf5080,0 0 20px #4caf5033;transition:all .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.onboarding-tooltip{position:fixed;background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 8px 32px #0000002e;z-index:10001}.onboarding-tooltip--bottom{animation:tooltipSlideDown .3s ease-out}.onboarding-tooltip--top{animation:tooltipSlideUp .3s ease-out}@keyframes tooltipSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltipSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.onboarding-tooltip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.onboarding-tooltip-step{font-size:12px;font-weight:600;color:#4caf50;background:#e8f5e9;padding:3px 10px;border-radius:20px}.onboarding-tooltip-skip{background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:4px 8px}.onboarding-tooltip-skip:active{color:#666}.onboarding-tooltip-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.onboarding-tooltip-desc{font-size:13px;color:#666;margin:0 0 14px;line-height:1.45}.onboarding-tooltip-next{width:100%;padding:11px;border:none;border-radius:12px;background:#4caf50;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.onboarding-tooltip-next:active{background:#388e3c;transform:scale(.98)}.beta-notice-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99990;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;padding:0 0 env(safe-area-inset-bottom,16px);opacity:0;pointer-events:none;transition:opacity .3s ease}.beta-notice-backdrop.visible{opacity:1;pointer-events:auto}.beta-notice-card{background:#fff;border-radius:24px 24px 0 0;padding:32px 24px calc(24px + env(safe-area-inset-bottom,0px));max-width:480px;width:100%;text-align:center;box-shadow:0 -8px 40px #00000026;transform:translateY(40px);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.beta-notice-card.visible{transform:translateY(0);opacity:1}.beta-notice-icon{font-size:2.8rem;margin-bottom:16px;line-height:1}.beta-notice-title{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}.beta-notice-desc{font-size:.95rem;color:#444;line-height:1.6;margin:0 0 10px}.beta-notice-hint{font-size:.85rem;color:#888;line-height:1.5;margin:0 0 28px}.beta-notice-btn{display:block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#43e97b,#38a169);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:14px;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px #43e97b59}.beta-notice-btn:active{transform:scale(.97)}*{margin:0;padding:0;box-sizing:border-box}@media screen and (max-width:767px){input,textarea,select{font-size:16px!important;touch-action:manipulation}}html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#43e97b,#38a169,#2c9f8f);color:#333;overflow-x:hidden;width:100%}body.app-ready{background:#f5f5f5;overflow-x:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}#root{overflow-x:hidden}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem}.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-page h1{font-size:2.5rem;margin-bottom:.5rem}.auth-page p{color:#666;margin-bottom:2rem}.auth-page form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px}.auth-page input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.auth-page button{padding:.75rem 1rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.auth-page button:hover{background-color:#45a049}.auth-error{background-color:#fee;color:#c33;padding:.75rem 1rem;border-radius:8px;border:1px solid #fcc;font-size:.9rem}.auth-info{background-color:#e8f5e9;color:#2e7d32;padding:.75rem 1rem;border-radius:8px;border:1px solid #c8e6c9;font-size:.9rem;margin-bottom:1rem;max-width:400px;text-align:center}.auth-links{margin-top:1rem}.auth-links a{color:#4caf50;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-legal{margin-top:2rem}.auth-legal a{color:#999;text-decoration:none;font-size:.8rem}.auth-legal a:hover{text-decoration:underline;color:#777}.auth-legal-sep{color:#ccc;margin:0 .4rem}.link-button{background:none;border:none;color:#4caf50;cursor:pointer;font-size:.9rem;padding:0}.link-button:hover{text-decoration:underline}.auth-page button:disabled{background-color:#ccc;cursor:not-allowed}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding-right:3rem!important}.password-toggle-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none!important;border:none!important;padding:.25rem!important;margin:0!important;color:#999!important;cursor:pointer!important;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:4px!important}.password-toggle-btn:hover{color:#555!important;background:none!important}.password-toggle-btn:disabled{background:none!important;cursor:not-allowed!important}.biometry-login-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;max-width:400px;padding:.85rem 1rem;margin-bottom:1.2rem;background:#fff;border:2px solid #4CAF50;border-radius:10px;color:#4caf50;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.biometry-login-btn:active{background:#e8f5e9}.biometry-login-btn:disabled{opacity:.5;cursor:not-allowed}.biometry-prompt{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:340px;padding:1.5rem 0}.biometry-prompt-icon{margin-bottom:1rem}.biometry-prompt h2{font-size:1.2rem;color:#333;margin:0 0 .5rem}.biometry-prompt p{font-size:.9rem;color:#777;margin:0 0 1.5rem;line-height:1.4}.biometry-btn-enable{width:100%;padding:.8rem;background:#4caf50;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:.6rem}.biometry-btn-enable:active{background:#388e3c}.biometry-btn-skip{width:100%;padding:.7rem;background:none;border:none;color:#999;font-size:.9rem;cursor:pointer}.maintenance-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:linear-gradient(135deg,#43e97b,#38a169,#2c9f8f)}.maintenance-icon{margin-bottom:1.5rem;color:#fff;opacity:.9}.maintenance-page h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.maintenance-page h2{font-size:1.3rem;margin-bottom:1rem;color:#ffffffe6;font-weight:500}.maintenance-page p{color:#fffc;margin-bottom:2rem;max-width:360px;line-height:1.5;font-size:.95rem}.maintenance-retry-btn{padding:.75rem 2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.maintenance-retry-btn:active{background:#ffffff4d}.dashboard-page header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 1px 3px #0000001a}.dashboard-page main{padding:2rem}.edit-modal,.shop-modal{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px))!important}.chart-filter-gear{display:flex;justify-content:flex-end;padding:0 1rem}.chart-filter-settings{display:flex;align-items:center;gap:.35rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.8rem;padding:.3rem .75rem!important;cursor:pointer}.chart-filter-settings:active{background:#e5e7eb}.stagger-item{opacity:0;transform:translateY(12px);transition:opacity .35s ease-out,transform .35s ease-out}.stagger-item.stagger-visible{opacity:1;transform:translateY(0)}
