.day-dot.checked,.day-dot.today,.streak-btn,.run-pause-btn{color:#fff!important;background:#c0533a!important}.pulse-logo{color:#c0533a!important}:root{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex;text-align:left!important;border-inline:none!important;width:100%!important;max-width:100%!important;margin:0!important}body{background:#f5f0eb!important}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}#social .button-icon{filter:invert()brightness(2)}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}App · CSS Copy :root{--primary:#c0533a;--primary-light:#e8a090;--bg:#f5f0eb;--card-bg:#edeae5;--text:#2a1f1a;--text-muted:#9a8880;--white:#fff;--tab-height:72px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Helvetica Neue,Arial,sans-serif}.app-shell{background:var(--bg);flex-direction:column;width:100%;max-width:100%;height:100dvh;margin:0;display:flex;position:relative}.page-content{padding-bottom:var(--tab-height);flex:1;overflow:hidden auto}.tab-bar{width:100%;max-width:430px;height:var(--tab-height);background:var(--white);z-index:100;border-top:1px solid #00000014;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tab-item{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;transition:color .2s;display:flex}.tab-item.active{color:var(--primary)}.tab-icon{font-size:20px}.tab-label{letter-spacing:.05em;font-size:10px;font-weight:600}.tab-item.active .tab-label{color:var(--primary)}.page{min-height:100%;padding:20px 24px 24px}.pulse-logo{color:var(--primary);font-size:22px;font-weight:800}.pulse-logo.center{text-align:center}.menu-icon{color:var(--text);cursor:pointer;font-size:20px}.avatar-circle{background:var(--card-bg);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex;overflow:hidden}.avatar-circle.small{width:32px;height:32px;font-size:14px}.section-title{margin-bottom:12px;font-size:16px;font-weight:700}.section-label{letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-size:11px;font-weight:600}.run-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.run-main{flex-direction:column;gap:24px;display:flex}.run-label{color:var(--text-muted);margin-bottom:4px;font-size:13px}.run-distance{align-items:baseline;gap:8px;display:flex}.distance-num{color:var(--primary);font-size:72px;font-weight:900;line-height:1}.distance-unit{color:var(--primary);font-size:22px;font-weight:700}.run-sub-stats{background:var(--card-bg);border-radius:16px;align-items:center;padding:18px 24px;display:flex}.sub-stat-box{flex:1}.sub-label{color:var(--text-muted);margin-bottom:4px;font-size:12px}.sub-value{font-size:26px;font-weight:700}.sub-stat-divider{background:#0000001f;width:1px;height:40px;margin:0 16px}.streak-card{background:var(--card-bg);border-radius:16px;padding:16px 20px}.streak-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.streak-title{font-size:15px;font-weight:700}.streak-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600}.day-dots{justify-content:space-between;display:flex}.day-item{flex-direction:column;align-items:center;gap:6px;display:flex}.day-dot{background:var(--bg);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:all .2s;display:flex}.day-dot.checked{background:var(--primary-light);color:#fff}.day-dot.today{background:var(--primary);color:#fff;font-weight:800}.day-label{color:var(--text-muted);font-size:10px;font-weight:600}.run-controls{flex-direction:column;align-items:center;gap:16px;display:flex}.run-pause-btn{background:linear-gradient(145deg, var(--primary), #a0432a);color:#fff;cursor:pointer;border:none;border-radius:50%;width:80px;height:80px;font-size:28px;transition:transform .15s,box-shadow .15s;box-shadow:0 8px 24px #c0533a59}.run-pause-btn:active{transform:scale(.94);box-shadow:0 4px 12px #c0533a4d}.finish-btn{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:24px;padding:10px 32px;font-size:14px;font-weight:700}.stats-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.weekly-section{margin-bottom:28px}.weekly-top{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.weekly-km{font-size:48px;font-weight:900;line-height:1}.weekly-unit{font-size:20px;font-weight:700}.weekly-change{text-align:right;font-size:16px;font-weight:700}.weekly-change.positive{color:#4caf50}.weekly-change small{color:var(--text-muted);font-size:11px}.bar-chart{background:var(--card-bg);border-radius:16px;align-items:flex-end;gap:8px;height:120px;padding:16px 16px 12px;display:flex}.bar-col{flex-direction:column;flex:1;align-items:center;gap:8px;height:100%;display:flex}.bar{background:#d8d3ce;border-radius:6px;width:100%;min-height:8px;transition:height .5s}.bar.bar-active{background:var(--primary)}.bar-label{color:var(--text-muted);font-size:11px;font-weight:600}.insights-section{margin-bottom:28px}.insight-cards{gap:12px;display:flex}.insight-card{background:var(--card-bg);border-radius:16px;flex:1;padding:16px}.insight-label{color:var(--text-muted);margin-bottom:8px;font-size:12px}.insight-value{font-size:28px;font-weight:800}.insight-unit{color:var(--text-muted);font-size:13px;font-weight:600}.records-section{margin-bottom:28px}.records-grid{gap:12px;display:flex}.record-card{background:var(--card-bg);border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex}.record-card.large{background:#fff;flex:1}.records-right{flex-direction:column;flex:1;gap:12px;display:flex}.record-label{color:var(--text-muted);font-size:12px}.record-value{font-size:22px;font-weight:800}.record-value.big{color:var(--primary);font-size:42px;line-height:1}.record-sub{color:var(--primary);font-size:11px}.profile-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profile-avatar-section{text-align:center;margin-bottom:28px}.profile-avatar{background:#2a1f1a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 12px;font-size:44px;display:flex;position:relative}.verified-badge{background:var(--primary);color:#fff;border:2px solid var(--bg);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:flex;position:absolute;bottom:2px;right:2px}.profile-name{margin-bottom:4px;font-size:24px;font-weight:800}.profile-location{color:var(--text-muted);font-size:13px}.profile-stats{gap:12px;margin-bottom:16px;display:flex}.profile-stat-card{background:var(--card-bg);border-radius:16px;flex:1;padding:16px 18px}.profile-stat-card.highlight{background:var(--primary);color:#fff}.pstat-label{color:var(--text-muted);margin-bottom:6px;font-size:12px}.highlight .pstat-label{color:#ffffffb3}.pstat-value{color:var(--primary);font-size:32px;font-weight:900}.highlight .pstat-value{color:#fff}.pstat-unit{font-size:14px}.pstat-sub{color:#ffffffb3;font-size:12px}.streak-wide-card{background:var(--card-bg);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;display:flex}.streak-big{margin-top:4px;font-size:32px;font-weight:900}.streak-fire{font-size:32px}.settings-section{margin-bottom:20px}.settings-list{background:var(--card-bg);border-radius:16px;overflow:hidden}.settings-item{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:16px 18px;font-size:15px;display:flex}.settings-item:last-child{border-bottom:none}.arrow{color:var(--text-muted);font-size:20px}.logout-btn{background:var(--card-bg);width:100%;color:var(--primary);cursor:pointer;border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:700}.coach-page{flex-direction:column;height:100%;padding:20px 24px 0;display:flex}.coach-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.coach-logo{align-items:center;gap:8px;display:flex}.coach-dot{color:var(--primary);font-size:14px}.coach-title{color:var(--text);font-size:20px;font-weight:800}.settings-icon{color:var(--text-muted);cursor:pointer;font-size:20px}.momentum-section{margin-bottom:24px}.momentum-label{letter-spacing:.1em;color:var(--primary);margin-bottom:8px;font-size:11px;font-weight:600}.momentum-title{font-size:26px;font-weight:900;line-height:1.3}.chat-area{flex-direction:column;flex:1;gap:16px;padding-bottom:16px;display:flex;overflow-y:auto}.chat-bubble-wrap{flex-direction:column;gap:4px;max-width:85%;display:flex}.chat-bubble-wrap.user{align-self:flex-end;align-items:flex-end}.chat-bubble-wrap.ai{align-self:flex-start}.ai-avatar{align-items:center;gap:6px;margin-bottom:4px;display:flex}.ai-name{letter-spacing:.08em;color:var(--text-muted);font-size:10px;font-weight:700}.chat-bubble{border-radius:16px;padding:14px 16px;font-size:15px;line-height:1.5}.chat-bubble.ai{background:var(--card-bg);border-radius:4px 16px 16px}.chat-bubble.user{background:linear-gradient(135deg, var(--primary), #a0432a);color:#fff;border-radius:16px 4px 16px 16px}.chat-bubble.loading{padding:16px 20px}.dot-bounce{letter-spacing:4px;color:var(--text-muted);font-size:20px;animation:1s infinite bounce}@keyframes bounce{0%,to{opacity:.3}50%{opacity:1}}.chat-time{color:var(--text-muted);font-size:11px}.quick-replies{flex-wrap:wrap;gap:8px;padding:12px 0;display:flex}.quick-btn{background:var(--card-bg);cursor:pointer;color:var(--text);border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s}.quick-btn:hover{background:var(--primary-light);color:#fff}.chat-input-bar{border-top:1px solid #00000014;align-items:center;gap:10px;padding:12px 0 20px;display:flex}.add-btn{background:var(--card-bg);cursor:pointer;width:36px;height:36px;color:var(--text-muted);border:none;border-radius:50%;font-size:20px}.chat-input{background:var(--card-bg);color:var(--text);border:none;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:15px}.chat-input::placeholder{color:var(--text-muted)}.send-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}
