:root{--blue-900: #0F1F2E;--blue-800: #2A4A64;--blue-700: #3A7BBF;--blue-600: #5A9BD5;--blue-500: #7EB3D8;--blue-400: #A3CBE8;--blue-100: #D4E6F5;--blue-50: #EDF4FA;--accent: #D85A30;--accent-light: #FAECE7;--text-primary: #1A1A1A;--text-secondary: #555555;--text-tertiary: #999999;--border: #E2E8F0;--theme-body: #FFFFFF;--theme-cream: #F0F6FB;--theme-cream-soft: #F7FAFC;--theme-hero-bg: #C8DEF0;--theme-hero-r1: #DAEAF7;--theme-hero-r2: #D4E6F5;--theme-dark-bg: #0F1F2E;--theme-dark-fg: rgba(255,255,255,.85);--theme-dark-fg-mut: rgba(255,255,255,.6)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Instrument Sans,sans-serif;color:var(--text-primary);background:var(--theme-body);overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.1rem 3rem;display:flex;align-items:center;justify-content:space-between;background:#c8def0b3;backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.3)}.logo{font-family:"DM Serif Display",serif;font-size:1.6rem;color:#000;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-size:.85rem;color:#4a6a82;text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:#000}.nav-cta{background:#000!important;color:#fff!important;padding:.55rem 1.4rem;border-radius:100px;font-size:.85rem!important;font-weight:600!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.85!important}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;background:var(--theme-hero-bg);background-image:radial-gradient(ellipse 80% 60% at 50% 20%,var(--theme-hero-r1) 0%,transparent 70%),radial-gradient(ellipse 60% 50% at 30% 80%,var(--theme-hero-r2) 0%,transparent 60%),radial-gradient(ellipse 40% 30% at 70% 10%,rgba(255,255,255,.6) 0%,transparent 50%);position:relative;overflow:hidden;transition:background-color .4s ease}.hero>*{position:relative;z-index:1}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.15;letter-spacing:-.03em;max-width:700px;color:#000;animation:fadeUp .6s .1s ease both;font-weight:400}.hero-sub{font-size:1rem;line-height:1.65;color:#4a6a82;max-width:460px;margin:1.25rem auto 2rem;animation:fadeUp .6s .2s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes peekIn{0%{opacity:0;transform:translateY(30px) rotate(5deg)}to{opacity:1;transform:translateY(0) rotate(-2deg)}}@keyframes bearBob{0%,to{transform:translateY(0) rotate(-2deg)}25%{transform:translateY(-6px) rotate(0)}50%{transform:translateY(-2px) rotate(-3deg)}75%{transform:translateY(-8px) rotate(1deg)}}.bear-peek{position:absolute;right:-75px;bottom:-15px;height:110px;pointer-events:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));animation:peekIn .8s .6s ease both}.bear-peek.animated{animation:peekIn .8s .6s ease both,bearBob 4s 1.4s ease-in-out infinite}.ios-btn{display:inline-flex;align-items:center;gap:.6rem;background:#000;color:#fff;padding:.8rem 1.8rem;border-radius:100px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-family:Instrument Sans,sans-serif;transition:opacity .25s;animation:fadeUp .6s .3s ease both}.ios-btn:hover{opacity:.85}.ios-btn svg{width:18px;height:18px}.hero-text-cta{animation:fadeUp .6s .4s ease both;text-align:center;margin-top:1.5rem}.hero-text-cta .text-line{font-size:.88rem;color:#ffffff73}.hero-text-cta .text-number{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:.01em;margin-top:.25rem}.hero-fine{font-size:.72rem;color:#ffffff40;margin-top:.6rem}.hero-apply{display:inline-block;margin-top:1.5rem;font-size:.82rem;color:#1a2a3a73;text-decoration:none;border-bottom:1px solid rgba(26,42,58,.2);padding-bottom:.15rem;transition:color .2s;animation:fadeUp .6s .5s ease both}.hero-apply:hover{color:#1a2a3abf}.phone-cta{animation:fadeUp .6s .3s ease both;text-align:center}.phone-input-wrap{display:flex;align-items:center;background:#fff;border:2px solid var(--border);border-radius:100px;padding:.35rem .4rem .35rem 1.4rem;max-width:420px;margin:0 auto;transition:border-color .25s}.phone-input-wrap:focus-within{border-color:var(--blue-700)}.phone-input-wrap.error{border-color:#e24b4a}.phone-flag{font-size:1.1rem;margin-right:.5rem}.phone-input-wrap input{flex:1;border:none;outline:none;font-family:Instrument Sans,sans-serif;font-size:1rem;color:var(--text-primary);background:transparent;min-width:0}.phone-input-wrap input::placeholder{color:var(--text-tertiary)}.phone-submit{background:var(--blue-800);color:#fff;border:none;border-radius:100px;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;cursor:pointer;font-family:Instrument Sans,sans-serif;transition:all .25s;white-space:nowrap}.phone-submit:hover{background:var(--blue-700)}.phone-divider{display:flex;align-items:center;gap:1rem;max-width:420px;margin:1.1rem auto}.phone-divider:before,.phone-divider:after{content:"";flex:1;height:1px;background:var(--border)}.phone-divider span{font-size:.8rem;color:var(--text-tertiary)}.phone-text-line{font-size:1rem;color:var(--text-secondary)}.phone-text-line strong{font-weight:700;color:var(--blue-800);font-size:1.15rem;letter-spacing:.01em}.phone-fine{font-size:.75rem;color:var(--text-tertiary);margin-top:.9rem}.phone-success{display:none;flex-direction:column;align-items:center;gap:.4rem}.phone-success.show{display:flex}.phone-success .check-circle{width:52px;height:52px;border-radius:50%;background:var(--blue-50);color:var(--blue-600);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.3rem;animation:popIn .4s ease both}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.phone-success .msg{font-weight:600;font-size:1.1rem;color:var(--blue-800)}.phone-success .sub{font-size:.88rem;color:var(--text-secondary)}.trust-strip{display:flex;justify-content:center;gap:3rem;padding:2rem 2rem 0;animation:fadeUp .6s .45s ease both}.trust-item{text-align:center}.trust-item .num{font-family:"DM Serif Display",serif;font-size:1.7rem;color:var(--blue-800)}.trust-item .label{font-size:.78rem;color:var(--text-tertiary);margin-top:.15rem}section{padding:6rem 2rem}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-700);margin-bottom:1rem}.section-label .num{width:22px;height:22px;border-radius:50%;background:var(--blue-50);color:var(--blue-700);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(1.9rem,3.5vw,2.7rem);line-height:1.15;letter-spacing:-.02em;color:var(--blue-900);max-width:540px}.section-desc{font-size:1.02rem;line-height:1.7;color:var(--text-secondary);max-width:460px;margin-top:1rem}.pillar{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pillar.reverse .pillar-visual{order:-1}.mock-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.experts-section{background:var(--theme-cream-soft);padding:5rem 2rem 6rem;overflow:hidden;transition:background-color .4s ease}.experts-section .section-header{text-align:center;margin-bottom:2.5rem}.team-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.team-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.75rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.team-card .avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;background:var(--blue-100);color:var(--blue-800)}.team-card .name{font-family:"DM Serif Display",serif;font-size:1.15rem;color:#000}.team-card .role{font-size:.82rem;color:var(--text-secondary);margin-top:.2rem}.team-card .creds{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:.65rem}.team-card .cred-tag{font-size:.68rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;background:var(--blue-50);color:var(--blue-700)}.team-card .bio{font-size:.84rem;line-height:1.6;color:var(--text-secondary);margin-top:.85rem;text-align:left}.expert-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.expert-avatar-sm{width:44px;height:44px;border-radius:50%;background:var(--blue-100);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;color:var(--blue-800)}.expert-name{font-weight:600;font-size:.95rem}.expert-role{font-size:.78rem;color:var(--text-tertiary)}.plan-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-top:1px solid rgba(226,232,240,.6)}.plan-check{width:22px;height:22px;border-radius:50%;background:var(--blue-50);color:var(--blue-600);display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.plan-item-text{font-size:.88rem}.plan-item-sub{font-size:.76rem;color:var(--text-tertiary);margin-top:.1rem}.badge-human{background:var(--accent-light);color:var(--accent);font-size:.64rem;font-weight:600;padding:.2rem .55rem;border-radius:100px;margin-left:auto;flex-shrink:0;white-space:nowrap}.bg-green{background:var(--theme-dark-bg);color:var(--theme-dark-fg);transition:background-color .4s ease,color .4s ease}.bg-green .section-label{color:var(--blue-100)}.bg-green .section-label .num{background:#ffffff1a;color:var(--blue-100)}.bg-green .section-title{color:#fff}.bg-green .section-desc{color:#fff9}.chat-mock{display:flex;flex-direction:column;gap:.75rem}.chat-bubble{padding:.75rem 1rem;border-radius:14px;font-size:.86rem;line-height:1.5;max-width:85%;opacity:0;transform:translateY(10px);transition:all .5s ease}.chat-bubble.show{opacity:1;transform:translateY(0)}.chat-ai{background:#fffffff2;color:var(--blue-900);align-self:flex-start;border-bottom-left-radius:4px}.chat-user{background:var(--blue-50);color:var(--text-primary);align-self:flex-end;border-bottom-right-radius:4px}.chat-bubble .sender{font-size:.7rem;font-weight:600;margin-bottom:.2rem;opacity:.65}.chat-action{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--blue-100);padding:.4rem .8rem;border-radius:8px;font-size:.78rem;color:var(--blue-700);font-weight:500;margin-top:.4rem;cursor:pointer;transition:background .2s}.chat-action:hover{background:var(--blue-50)}.action-cards{display:flex;flex-direction:column;gap:.75rem}.action-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;transition:all .25s;cursor:pointer}.action-card:hover{border-color:var(--blue-500);transform:translate(4px)}.action-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.action-icon.meal{background:var(--accent-light)}.action-icon.sleep{background:#e6f1fb}.action-icon.workout{background:var(--blue-50)}.action-title{font-size:.88rem;font-weight:600}.action-sub{font-size:.78rem;color:var(--text-tertiary);margin-top:.1rem}.action-link{margin-left:auto;font-size:.76rem;font-weight:600;color:var(--blue-600);text-decoration:none;white-space:nowrap}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dash-stat{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem}.dash-stat-label{font-size:.72rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dash-stat-val{font-family:"DM Serif Display",serif;font-size:1.5rem;color:var(--blue-800);margin-top:.25rem}.dash-stat-change{font-size:.73rem;color:var(--blue-700);font-weight:500;margin-top:.15rem}.dash-stat-change.down{color:var(--accent)}.dash-bar-track{width:100%;height:6px;border-radius:3px;background:var(--blue-50);margin-top:.7rem;overflow:hidden}.dash-bar-fill{height:100%;border-radius:3px;background:var(--blue-700);width:0;transition:width 1.5s ease}.ring-wrap{grid-column:1 / -1;background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.15rem;display:flex;align-items:center;gap:1.5rem}.ring-svg{width:80px;height:80px;flex-shrink:0}.ring-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.ring-items{display:flex;flex-direction:column;gap:.35rem}.ring-dot{width:8px;height:8px;border-radius:50%}.testimonials-section{padding:6rem 2rem;background:var(--theme-cream);transition:background-color .4s ease}.testimonials-section .section-header{text-align:center;margin-bottom:3rem}.testimonial-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:transform .3s;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-3px)}.testimonial-stars{color:#ef9f27;font-size:.85rem;letter-spacing:2px;margin-bottom:.75rem}.testimonial-text{font-size:.9rem;line-height:1.65;color:var(--text-primary);flex:1}.testimonial-result{display:inline-block;margin-top:.9rem;background:var(--blue-50);color:var(--blue-700);font-size:.72rem;font-weight:600;padding:.25rem .7rem;border-radius:100px}.testimonial-author{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.6)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.testimonial-name{font-weight:600;font-size:.88rem}.testimonial-detail{font-size:.75rem;color:var(--text-tertiary);margin-top:.1rem}.cta-section{text-align:center;padding:6rem 2rem 5rem}.cta-section h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--blue-900);letter-spacing:-.02em}.cta-section h2.cta-mission{font-family:Instrument Sans,sans-serif;font-weight:500;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.55;color:var(--text-secondary);max-width:56ch;margin:0 auto;letter-spacing:0}.cta-section>p{color:var(--text-secondary);font-size:1.02rem;margin:1rem auto 2rem;max-width:420px}footer{border-top:1px solid var(--border);padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--text-tertiary)}footer a{color:var(--text-secondary);text-decoration:none}@media(max-width:768px){nav{padding:1rem 1.5rem}.nav-links a:not(.nav-cta){display:none}.pillar{grid-template-columns:1fr;gap:2.5rem}.pillar.reverse .pillar-visual{order:0}.trust-strip{gap:1.5rem;flex-wrap:wrap}section{padding:4rem 1.5rem}.testimonial-grid,.team-grid{grid-template-columns:1fr}.expert-card{width:230px}footer{flex-direction:column;gap:1rem;text-align:center}.inst-strip{flex-wrap:wrap;gap:1.5rem 2rem}.inst-strip .inst-item{min-width:0}}.inst-strip{display:flex;justify-content:center;align-items:center;gap:2.5rem;padding:3rem 2rem 1rem;animation:fadeUp .6s .5s ease both}.inst-strip-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);white-space:nowrap}.inst-divider{width:1px;height:28px;background:var(--border);flex-shrink:0}.inst-item{display:flex;align-items:center;gap:.6rem;white-space:nowrap}.inst-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0;background:#fff;border:1px solid var(--border);overflow:hidden}.inst-icon img{width:22px;height:22px;object-fit:contain;filter:grayscale(1) brightness(0) opacity(.6);transition:filter .25s ease}.inst-item:hover .inst-icon img{filter:grayscale(0) brightness(1) opacity(1)}.inst-name{font-size:.88rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.inst-sub{font-size:.68rem;color:var(--text-tertiary);margin-top:.05rem}.imessage-frame{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.imessage-header{padding:.75rem 1rem;border-bottom:1px solid rgba(226,232,240,.6);display:flex;align-items:center;gap:.75rem}.imessage-avatars{display:flex}.imessage-avatars .av-sm{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;border:2px solid #FFFFFF;margin-left:-8px}.imessage-avatars .av-sm:first-child{margin-left:0}.imessage-header-text{font-size:.82rem;font-weight:600;color:#000}.imessage-header-sub{font-size:.68rem;color:var(--text-tertiary)}.imessage-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;max-height:520px;overflow-y:auto}.imsg{max-width:82%;padding:.6rem .85rem;border-radius:16px;font-size:.82rem;line-height:1.5}.imsg-you{align-self:flex-end;background:#007aff;color:#fff;border-bottom-right-radius:4px}.imsg-shifu{align-self:flex-start;background:#f0f6fb;color:#000;border-bottom-left-radius:4px}.imsg-human{align-self:flex-start;background:#fff;color:#000;border:1px solid var(--border);border-bottom-left-radius:4px}.imsg-sender{font-size:.65rem;font-weight:600;margin-bottom:.2rem;padding-left:.1rem}.imsg-sender.shifu{color:var(--blue-700)}.imsg-sender.spencer{color:#582c83}.imsg-sender.aaron{color:#003262}.imsg-mention{font-weight:600;color:var(--blue-700)}.imsg-time{text-align:center;font-size:.65rem;color:var(--text-tertiary);font-weight:500;margin:.3rem 0}.imsg-update{text-align:center;margin:.4rem 0;padding:.5rem .8rem;background:var(--blue-50);border-radius:10px;font-size:.72rem;font-weight:600;color:var(--blue-700)}.iphone-frame{background:#000;border-radius:36px;padding:8px;max-width:300px;margin:0 auto;box-shadow:0 8px 40px #0000001a}.iphone-screen{background:#fff;border-radius:28px;overflow:hidden}.iphone-notch{height:28px;display:flex;justify-content:center;align-items:center}.iphone-notch-pill{width:80px;height:22px;border-radius:11px;background:#000}.iphone-chat-header{padding:.3rem 1rem .5rem;text-align:center;border-bottom:1px solid rgba(226,232,240,.5)}.iphone-chat-header .name{font-size:.82rem;font-weight:600}.iphone-chat-header .sub{font-size:.62rem;color:var(--text-tertiary)}.iphone-chat-body{padding:.75rem;display:flex;flex-direction:column;gap:.4rem;min-height:380px}.iphone-msg{max-width:85%;padding:.5rem .75rem;border-radius:14px;font-size:.75rem;line-height:1.5}.iphone-msg-you{align-self:flex-end;background:#007aff;color:#fff;border-bottom-right-radius:4px}.iphone-msg-ai{align-self:flex-start;background:#f0f6fb;color:#000;border-bottom-left-radius:4px}.iphone-msg-sender{font-size:.6rem;font-weight:600;color:var(--blue-700);margin-bottom:.15rem}.iphone-recipe{margin-top:.4rem;padding:.5rem .6rem;background:#fff;border:1px solid rgba(226,232,240,.6);border-radius:8px}.iphone-recipe-title{font-size:.72rem;font-weight:600}.iphone-recipe-items{font-size:.68rem;color:var(--text-secondary);margin-top:.2rem;line-height:1.5}.iphone-grocery-ref{margin-top:.35rem;padding:.35rem .55rem;background:var(--blue-50);border-radius:6px;font-size:.65rem;font-weight:600;color:var(--blue-700);display:flex;align-items:center;gap:.3rem}.iphone-home-bar{display:flex;justify-content:center;padding:.4rem 0 .6rem}.iphone-home-pill{width:100px;height:4px;border-radius:2px;background:#000;opacity:.2}.food-photo-wrap{background:var(--blue-50);border-radius:10px;padding:.5rem;margin:.4rem 0;max-width:65%;display:flex;gap:.5rem}.food-photo-placeholder{width:64px;height:64px;border-radius:8px;background:linear-gradient(135deg,#e8c47a,#d4956b);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.food-photo-info{display:flex;flex-direction:column;justify-content:center;gap:.15rem}.food-photo-info .name{font-size:.8rem;font-weight:600;color:var(--text-primary)}.food-photo-info .cals{font-size:.72rem;color:var(--text-tertiary)}.macro-bar-row{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}.macro-bar-label{font-size:.7rem;font-weight:600;color:var(--text-secondary);min-width:16px}.macro-bar-track{flex:1;height:5px;border-radius:3px;background:var(--blue-50);overflow:hidden}.macro-bar-fill{height:100%;border-radius:3px}.macro-bar-val{font-size:.68rem;color:var(--text-tertiary);min-width:48px;text-align:right}.chat-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.chat-tab{padding:.35rem .85rem;border-radius:100px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;font-family:Instrument Sans,sans-serif;transition:all .2s;background:var(--blue-50);color:var(--text-tertiary)}.chat-tab.active{background:var(--blue-50);color:var(--blue-700)}.app-phone{background:#fff;border:2px solid var(--border);border-radius:28px;padding:.5rem;max-width:280px;margin:0 auto;box-shadow:0 4px 24px #0000000f}.app-screen{background:#fff;border-radius:22px;overflow:hidden}.app-status-bar{display:flex;justify-content:space-between;align-items:center;padding:.4rem 1rem .2rem;font-size:.65rem;font-weight:600;color:var(--text-secondary)}.app-header{padding:.5rem 1rem .6rem;text-align:center}.app-header .greeting{font-size:.72rem;color:var(--text-tertiary)}.app-header .title{font-family:"DM Serif Display",serif;font-size:1.05rem;color:var(--blue-900);margin-top:.1rem}.app-card{background:#fff;margin:0 .6rem .5rem;border-radius:12px;padding:.7rem .8rem;border:1px solid rgba(226,232,240,.6)}.app-card-label{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.4rem}.app-card-title{font-weight:600;font-size:.82rem}.app-card-sub{font-size:.7rem;color:var(--text-tertiary);margin-top:.1rem}.app-food-row{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;border-top:1px solid rgba(226,232,240,.5)}.app-food-row:first-of-type{border-top:none}.app-food-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.app-food-name{font-size:.72rem;flex:1}.app-food-cal{font-size:.68rem;color:var(--text-tertiary)}.app-remaining{text-align:center;padding:.4rem;font-size:.72rem;font-weight:600;color:var(--blue-700);background:var(--blue-50);border-radius:8px;margin-top:.4rem}.app-exercise-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;border-top:1px solid rgba(226,232,240,.5)}.app-exercise-item:first-of-type{border-top:none}.app-ex-icon{width:28px;height:28px;border-radius:6px;background:var(--blue-50);color:var(--blue-700);display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.app-ex-name{font-size:.72rem;font-weight:600;flex:1}.app-ex-detail{font-size:.65rem;color:var(--text-tertiary)}.app-ex-video{font-size:.6rem;font-weight:600;color:var(--accent);white-space:nowrap}.app-nav{display:flex;justify-content:space-around;padding:.5rem .8rem .6rem;background:#fff;border-top:1px solid rgba(226,232,240,.5)}.app-nav-item{text-align:center;font-size:.55rem;color:var(--text-tertiary)}.app-nav-item.active{color:var(--blue-600)}.app-nav-item .icon{font-size:.95rem;display:block;margin-bottom:.1rem}:root{--r1: cubic-bezier(.2,.7,.1,1);--imsg-blue: #1E8FFF;--imsg-gray: #E9E9EB;--ink: #0E0E10;--ink-30: rgba(14,14,16,.3);--ink-50: rgba(14,14,16,.5);--ink-70: rgba(14,14,16,.7);--line-soft: rgba(14,14,16,.1);--lime: var(--blue-700);--rust: var(--accent);--mark-grad: conic-gradient(from 200deg, var(--blue-700), #fff 30%, var(--accent) 60%, var(--blue-700))}.phone-stage{display:flex;align-items:center;justify-content:center;perspective:1400px;position:relative}.phone{width:320px;max-width:100%;aspect-ratio:9 / 19.5;background:#0e0e10;border-radius:46px;padding:8px;box-shadow:0 1px #fff6 inset,0 0 0 1px #00000014,0 60px 120px -30px #00000059,0 20px 40px -20px #3a7bbf40;position:relative;transition:transform .3s var(--r1);will-change:transform}.phone:after{content:"";position:absolute;left:50%;top:14px;transform:translate(-50%);width:104px;height:26px;background:#000;border-radius:14px;z-index:5}.ph-screen{background:#fff;border-radius:38px;height:100%;padding:50px 14px 14px;display:flex;flex-direction:column;overflow:hidden;color:var(--ink);position:relative}.ph-status{position:absolute;top:18px;left:0;right:0;display:flex;justify-content:space-between;padding:0 28px;font-size:11px;font-weight:600;color:var(--ink);z-index:4}.ph-status .right{display:inline-flex;align-items:center;gap:5px}.imsg-head{display:flex;flex-direction:column;align-items:center;padding:8px 0 12px;border-bottom:1px solid rgba(0,0,0,.06);margin:0 -14px 10px;position:relative}.imsg-back{position:absolute;left:14px;top:10px;color:var(--imsg-blue);font-size:13px;display:inline-flex;align-items:center;gap:2px}.imsg-avatar{width:42px;height:42px;border-radius:50%;background:var(--mark-grad);box-shadow:0 0 0 1px #00000014 inset;margin-bottom:4px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:14px}.imsg-name{font-size:11px;color:var(--ink);font-weight:500}.imsg-name .chev{color:var(--ink-30);margin-left:2px;font-size:9px}.imsg-feed{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:6px;padding:4px 4px 8px;scrollbar-width:none;scroll-behavior:smooth}.imsg-feed::-webkit-scrollbar{display:none}.imsg-day{text-align:center;font-size:9.5px;color:var(--ink-50);margin:8px 0 4px}.imsg-day b{color:var(--ink);font-weight:600;margin-right:2px}.bubble{max-width:78%;padding:7px 11px;border-radius:18px;font-size:12.5px;line-height:1.35;word-wrap:break-word;animation:bubble-in .42s var(--r1) both}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:none}}.bubble.them{background:var(--imsg-gray);color:var(--ink);align-self:flex-start;border-bottom-left-radius:4px}.bubble.me{background:var(--imsg-blue);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.bubble-row{display:flex;flex-direction:column;gap:2px;align-self:flex-start;max-width:82%}.bubble-row.me{align-self:flex-end;align-items:flex-end}.bubble-row .sender{font-size:9.5px;font-weight:600;padding-left:10px;color:var(--ink-50);letter-spacing:.01em}.bubble-row.me .sender{padding-left:0;padding-right:10px}.bubble.hasimg{padding:4px 4px 6px}.bubble .imsg-img{width:168px;height:124px;border-radius:14px;background-size:cover;background-position:center;background-color:#ddd}.bubble .imsg-cap{font-size:11.5px;padding:4px 6px 0;opacity:.95}.bubble .imsg-card{margin-top:6px;padding:8px 10px;background:#0000000f;border-radius:10px;font-size:11.5px;line-height:1.45}.bubble.me .imsg-card{background:#ffffff2e;color:#fff}.bubble .imsg-card strong{font-weight:600}.typing{align-self:flex-start;background:var(--imsg-gray);padding:9px 13px;border-radius:18px 18px 18px 4px;display:inline-flex;gap:3px}.typing span{width:5px;height:5px;border-radius:50%;background:var(--ink-50);animation:typing-dot 1.2s ease-in-out infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.imsg-input{margin:6px -4px -4px;padding:8px 6px;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:6px}.imsg-input .pill{flex:1;background:#0000000a;border-radius:14px;padding:6px 10px;font-size:11px;color:var(--ink-30)}.imsg-input .arr{width:24px;height:24px;border-radius:50%;background:var(--imsg-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.phone-stage .phone{animation:floaty 6s ease-in-out infinite}.pillar .phone-stage{width:100%}.phone.phone-lg{width:360px;margin:0 auto}.ph-app{background:linear-gradient(180deg,#fafafb,#f0f6fb);border-radius:38px;height:100%;padding:50px 14px 14px;display:flex;flex-direction:column;overflow:hidden;position:relative;color:var(--ink)}.ad-head{display:flex;justify-content:space-between;align-items:center;padding:6px 4px 14px;gap:12px}.ad-greet{font-size:11px;color:var(--ink-50);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.ad-name{font-family:"DM Serif Display",serif;font-size:22px;line-height:1.1;color:var(--blue-900);letter-spacing:-.01em;margin-top:2px}.ad-av{width:36px;height:36px;border-radius:50%;background:var(--mark-grad);display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:13px;box-shadow:0 0 0 1px #00000014 inset}.ad-tabs{position:relative;display:flex;gap:4px;background:#fff;border:1px solid var(--line-soft);border-radius:12px;padding:4px;margin-bottom:12px}.ad-tab{flex:1;text-align:center;font-size:12px;font-weight:600;color:var(--ink-50);padding:10px 0;border-radius:8px;cursor:pointer;border:0;background:transparent;position:relative;z-index:2;transition:color .3s var(--r1);font-family:inherit}.ad-tab.active{color:var(--ink)}.ad-pill{position:absolute;top:4px;bottom:4px;left:4px;width:calc(33.333% - 4px);background:var(--blue-50);border-radius:8px;z-index:1;transition:transform .42s var(--r1)}.ad-pane{display:none;flex-direction:column;gap:10px;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding-bottom:4px}.ad-pane::-webkit-scrollbar{display:none}.ad-pane.active{display:flex}.ad-card{background:#fff;border:1px solid var(--line-soft);border-radius:14px;padding:14px}.ad-eyebrow{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-50);font-weight:600}.ad-title{font-weight:600;font-size:15px;margin-top:4px;color:var(--ink);letter-spacing:-.01em}.ad-row.sb{display:flex;justify-content:space-between;align-items:center;gap:12px}.ad-progress{height:6px;border-radius:4px;background:var(--blue-50);overflow:hidden;margin-top:10px}.ad-progress>span{display:block;height:100%;width:68%;background:linear-gradient(90deg,var(--blue-700),var(--blue-600));border-radius:4px;transform-origin:left;animation:ad-fill 1.4s var(--r1) both}@keyframes ad-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.ad-meals{display:flex;flex-direction:column;margin-top:10px}.ad-meal{display:flex;align-items:center;gap:8px;padding:6px 0;border-top:1px solid rgba(0,0,0,.05);font-size:12px}.ad-meal:first-child{border-top:0}.ad-meal .dot{width:6px;height:6px;border-radius:50%;background:var(--blue-700);flex-shrink:0}.ad-meal .dot.empty{background:var(--blue-50)}.ad-meal .name{flex:1;color:var(--ink)}.ad-meal .name.dim{color:var(--ink-50)}.ad-meal .cal{color:var(--ink-50);font-size:11px;font-variant-numeric:tabular-nums}.ad-rem{display:block;text-align:center;padding:6px;margin-top:8px;font-size:11px;font-weight:600;background:var(--blue-50);color:var(--blue-700);border-radius:8px}.ad-ex{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid rgba(0,0,0,.05)}.ad-ex:first-of-type{border-top:0}.ad-ex .ic{width:30px;height:30px;border-radius:7px;background:var(--blue-50);color:var(--blue-700);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px}.ad-ex .name{font-weight:600;font-size:12.5px}.ad-ex .det{font-size:10.5px;color:var(--ink-50);margin-top:1px}.ad-ex .play{font-size:10px;font-weight:600;color:var(--accent);margin-left:auto}.ad-coach{font-size:12.5px;line-height:1.55;color:var(--ink-70);font-style:italic}.ad-coach:before{content:"“";font-size:26px;color:var(--blue-300, var(--blue-500));margin-right:2px;vertical-align:-8px}.ad-nav{display:flex;justify-content:space-around;padding:8px 6px 6px;margin:8px -14px -14px;border-top:1px solid var(--line-soft);background:#fff}.ad-nav-item{text-align:center;font-size:9.5px;color:var(--ink-50);display:flex;flex-direction:column;gap:2px;cursor:pointer;font-weight:600;letter-spacing:.04em}.ad-nav-item .dot{font-size:12px}.ad-nav-item.active{color:var(--blue-700)}.bg-green .phone{box-shadow:0 1px #fff6 inset,0 0 0 1px #00000014,0 60px 120px -30px #0000008c,0 20px 40px -20px #3a7bbf59}@media(max-width:768px){.phone{width:280px}@keyframes floaty{0%,to{transform:none}50%{transform:none}}}@media(prefers-reduced-motion:reduce){.phone-stage .phone,.bubble,.typing span{animation:none}}.imsg-avatar.shifu{background:#fff;padding:2px}.imsg-avatar.shifu img{width:100%;height:100%;object-fit:contain}.shifu-mark{display:inline-block;width:14px;height:14px;margin-right:4px;vertical-align:-2px}.shifu-mark svg{width:100%;height:100%;display:block}.bear-peek{filter:drop-shadow(0 6px 14px rgba(0,0,0,.1))}
