:root{color-scheme:light;--page-inline: clamp(12px, 4vw, 18px);--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--bg: #fff7ed;--surface: #ffffff;--surface-soft: #fff1df;--text: #2c2118;--muted: #7a6a5d;--line: #ead9c6;--primary: #ef7d35;--primary-dark: #c95f1c;--feed: #fff2d8;--diaper: #e9f6f2;--sleep: #eef0ff;--temperature: #ffd6df;--temperature-text: #8a1234;--weight: #d8ecff;--weight-text: #124a7c;--shadow: 0 18px 40px rgba(85, 54, 26, .12)}*{box-sizing:border-box}html{width:100%;min-height:100%;background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{width:100%;min-height:100%;margin:0;overflow-x:hidden;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 34rem),linear-gradient(180deg,#fff8ef,#fff3e4 45%,#f8efe7)}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}#root{min-height:100vh;min-height:100svh;min-height:100dvh}.app-shell{width:min(100%,520px);min-height:100vh;min-height:100svh;min-height:100dvh;margin:0 auto;padding:calc(18px + var(--safe-top)) max(var(--page-inline),var(--safe-right)) calc(104px + var(--safe-bottom)) max(var(--page-inline),var(--safe-left))}.welcome-shell{display:grid;width:min(100%,520px);min-height:100vh;min-height:100svh;min-height:100dvh;margin:0 auto;padding:calc(28px + var(--safe-top)) max(var(--page-inline),var(--safe-right)) calc(28px + var(--safe-bottom)) max(var(--page-inline),var(--safe-left));place-items:center}.welcome-card{display:grid;gap:16px;width:100%;padding:24px 20px;border:1px solid rgba(234,217,198,.9);border-radius:28px;background:#ffffffe6;box-shadow:var(--shadow)}.welcome-card h1{margin-bottom:0}.welcome-card .muted{margin-bottom:0;line-height:1.7}.token-form{display:grid;gap:12px;padding-top:4px}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.top-bar>div{min-width:0}.top-bar h1,.top-bar .muted{overflow-wrap:anywhere}.eyebrow,.section-label{margin:0 0 4px;color:var(--primary-dark);font-size:12px;font-weight:700;letter-spacing:.08em}h1,h2,p{margin-top:0}h1{margin-bottom:4px;font-size:clamp(25px,7.2vw,30px);line-height:1.1}h2{margin-bottom:8px;font-size:20px}.muted,.status-card p,.summary-card small,.empty-state p,.timeline-note{color:var(--muted)}.icon-button{display:grid;flex:0 0 44px;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;color:var(--text);background:#fffc;box-shadow:0 10px 22px #55361a14}.sync-banner{display:grid;gap:3px;margin:-6px 0 14px;padding:9px 12px;border:1px solid var(--line);border-radius:16px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.45;background:#fffaf4d1}.sync-banner.ready{border-color:#b8dfce;color:#22735a;background:#eefaf5}.sync-banner.loading{border-color:#f1d4a4;color:#8a5a12;background:#fff7e8}.sync-banner.error{border-color:#f0b8b8;color:#a42929;background:#fff1f1}.status-card,.summary-card,.analysis-section,.trend-section,.timeline-section{border:1px solid rgba(234,217,198,.9);border-radius:24px;background:#ffffffe0;box-shadow:var(--shadow)}.status-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:16px;padding:20px}.status-card>div:first-child{min-width:0}.status-side{display:grid;justify-items:end;gap:8px}.status-card h2{margin:0 0 6px;font-size:26px}.status-card p{margin-bottom:0}.status-badge{max-width:min(158px,40vw);padding:9px 12px;border-radius:999px;color:#7b3c10;font-size:12px;font-weight:700;line-height:1.3;text-align:center;background:#ffe3c5}.status-edit-button{min-height:36px;border:1px solid #c9c9f4;border-radius:12px;padding:7px 10px;color:#4f51a7;font-size:12px;font-weight:800;background:#f1f1ff}.status-editor-hint{margin:0;padding:12px 14px;border-radius:16px;color:var(--muted);font-size:13px;line-height:1.6;background:var(--surface-soft)}.quick-actions{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:16px 0}.quick-actions:not(.compact) .action-card{grid-column:span 2}.quick-actions:not(.compact) .action-card:nth-child(n+4){grid-column:span 3}.quick-actions.compact{grid-template-columns:repeat(5,minmax(0,1fr));margin:8px 0 14px}.quick-actions.compact .action-card{min-height:70px;border-radius:18px;font-size:13px}.quick-actions.compact .action-icon{margin-bottom:5px;font-size:20px}.action-card{min-height:92px;border:0;border-radius:22px;color:var(--text);font-size:17px;font-weight:800;box-shadow:var(--shadow)}.action-card.feed{background:var(--feed)}.action-card.diaper{background:var(--diaper)}.action-card.sleep{background:var(--sleep)}.action-card.temperature{border:1px solid #ff9db2;color:var(--temperature-text);background:var(--temperature)}.action-card.weight{border:1px solid #98c9f4;color:var(--weight-text);background:var(--weight)}.action-icon{display:block;margin-bottom:8px;font-size:26px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.summary-card{padding:16px}.summary-title{display:block;margin-bottom:8px;color:var(--muted);font-size:13px}.summary-card strong{display:block;margin-bottom:4px;font-size:22px;line-height:1.1}.summary-card small{font-size:12px}.tab-content{display:grid;gap:16px}.tab-bar{position:fixed;right:0;bottom:0;left:0;z-index:8;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:min(100%,520px);margin:0 auto;padding:8px max(12px,var(--safe-right)) calc(8px + var(--safe-bottom)) max(12px,var(--safe-left));border-top:1px solid rgba(234,217,198,.92);background:#fffaf5f0;box-shadow:0 -12px 34px #55361a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tab-button{display:grid;min-width:0;min-height:56px;place-items:center;gap:3px;border:0;border-radius:18px;color:var(--muted);font-size:12px;font-weight:800;background:transparent}.tab-button.active{color:var(--primary-dark);background:#ffe8d2}.tab-icon{min-height:18px;font-size:15px;line-height:1}.analysis-section{display:grid;gap:14px;margin-bottom:16px;padding:18px 16px}.analysis-section .section-header{align-items:flex-start;margin-bottom:0}.analysis-section .section-header>div:first-child,.trend-section .section-header>div:first-child,.timeline-section .section-header>div:first-child{min-width:0}.analysis-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:8px}.analysis-section .muted{margin:4px 0 0;font-size:13px;line-height:1.5}.analysis-report{display:grid;gap:10px}.analysis-history{display:grid;gap:8px;margin-bottom:12px}.analysis-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text);font-size:13px}.analysis-history-header span{color:var(--muted);font-size:12px}.analysis-history-list{display:flex;gap:8px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:thin}.analysis-history-item{display:grid;flex:0 0 auto;min-width:128px;gap:3px;padding:10px 12px;border:1px solid #f0dfcf;border-radius:12px;color:var(--text);text-align:left;background:#fffaf4}.analysis-history-item strong{font-size:12px}.analysis-history-item span{color:var(--muted);font-size:11px}.analysis-history-item.active{border-color:var(--primary);background:#fff0df;box-shadow:inset 0 0 0 1px var(--primary)}.ai-config{display:grid;gap:8px;padding:12px;border:1px solid #f0dfcf;border-radius:18px;background:#fffaf4}.ai-config p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.analysis-card{padding:14px;border:1px solid #f0dfcf;border-radius:18px;background:#fffaf4}.analysis-card h3{margin:0 0 8px;font-size:15px}.analysis-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.markdown-card{color:var(--text);font-size:14px;line-height:1.68}.share-export-card{display:grid;gap:10px;padding:14px;border:1px solid rgba(234,217,198,.9);border-radius:22px;background:#fff7ed}.share-export-header{padding:6px 4px 2px}.share-export-header h3{margin:0 0 6px;font-size:20px}.share-export-header p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.share-preview-card{display:grid;gap:10px}.share-preview-card img{display:block;width:100%;border:1px solid #f0dfcf;border-radius:14px;background:#fff7ed}.markdown-card h1,.markdown-card h2,.markdown-card h3{margin:16px 0 8px;color:var(--text);line-height:1.25}.markdown-card h1:first-child,.markdown-card h2:first-child,.markdown-card h3:first-child{margin-top:0}.markdown-card h1{font-size:19px}.markdown-card h2{font-size:17px}.markdown-card h3{font-size:15px}.markdown-card p{margin:0 0 10px;color:var(--text);font-size:14px}.markdown-card ul,.markdown-card ol{margin:0 0 12px;padding-left:20px}.markdown-card li{margin:5px 0}.markdown-card table{display:block;width:100%;margin:12px 0;border-collapse:collapse;overflow-x:auto}.markdown-card th,.markdown-card td{min-width:86px;padding:8px 10px;border:1px solid var(--line);text-align:left;vertical-align:top}.markdown-card th{background:var(--surface-soft)}.markdown-card code{padding:2px 5px;border-radius:7px;background:var(--surface-soft)}.analysis-card.warning{border-color:#ffc7c7;background:#fff3f3}.analysis-card.warning h3{color:#b42318}.analysis-card.loading{border-color:#f5c97d;background:#fff8e9}.trend-section{display:grid;gap:14px;margin-bottom:16px;padding:18px 16px}.trend-section .section-header{margin-bottom:0}.trend-section .muted{margin:4px 0 0;font-size:13px;line-height:1.5}.trend-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px;border:1px solid #f0dfcf;border-radius:18px;background:#fffaf4}.trend-toggle button{min-height:40px;border:0;border-radius:14px;color:var(--muted);font-size:13px;font-weight:800;background:transparent}.trend-toggle button.active{color:var(--primary-dark);background:#ffe8d2}.trend-date-control{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.analysis-date-control{margin:10px 0 14px}.trend-date-control label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.trend-date-control input{min-height:42px}.trend-date-control .text-button{min-height:42px;padding:0 12px;white-space:nowrap}.trend-date-control .text-button:disabled{cursor:not-allowed;opacity:.45}.trend-charts{display:grid;gap:12px}.trend-card{padding:14px;border:1px solid #f0dfcf;border-radius:18px;background:#fffaf4}.trend-card-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.trend-card-title{margin:0;font-weight:800}.trend-card-total{color:var(--muted);font-size:12px;font-weight:700;text-align:right}.today-trend-card{overflow:hidden}.today-trend-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:12px;color:var(--muted);font-size:12px;font-weight:800}.today-trend-legend span{display:inline-flex;align-items:center;gap:6px}.legend-dot{width:9px;height:9px;border-radius:999px}.legend-dot.milk{background:#ef7d35}.legend-dot.diaper{background:#2d9c7c}.legend-dot.sleep{background:#6b6ee8}.today-trend-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:8px;min-height:148px}.today-trend-cell{display:grid;grid-template-rows:42px 78px 18px;justify-items:center;gap:5px;min-width:0}.today-trend-values{display:grid;gap:1px;color:var(--muted);font-size:10px;font-weight:700;line-height:1.25;text-align:center}.today-trend-bars{display:flex;align-items:end;justify-content:center;gap:3px;width:100%;height:76px}.today-trend-bar{width:7px;min-height:3px;border-radius:999px}.today-trend-bar.milk{background:#ef7d35}.today-trend-bar.diaper{background:#2d9c7c}.today-trend-bar.sleep{background:#6b6ee8}.trend-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;min-height:112px;gap:8px}.trend-bar-cell{display:grid;grid-template-rows:20px 76px 18px;justify-items:center;gap:4px;min-width:0}.trend-value{color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.trend-bar-track{display:flex;align-items:end;width:100%;max-width:28px;height:76px;border-radius:999px;background:#f4e6d8;overflow:hidden}.trend-bar{width:100%;min-height:4px;border-radius:999px;background:var(--bar-color, var(--primary))}.trend-label{color:var(--muted);font-size:11px;font-weight:700}.trend-empty{padding:14px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-size:13px;line-height:1.6;text-align:center;background:#fffaf4}.timeline-section{padding:18px 16px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.section-header h2{margin:0}.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;padding:0 6px;color:var(--primary-dark);font-weight:700;background:transparent}.timeline{display:grid;gap:10px}.timeline-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;width:100%;gap:10px;padding:12px;border:1px solid #f0dfcf;border-radius:18px;color:var(--text);text-align:left;background:#fffaf4}.timeline-item>span:nth-child(2){min-width:0}.timeline-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;font-size:20px;background:var(--surface-soft)}.timeline-title{margin:0 0 3px;font-weight:800}.timeline-note{margin:0;font-size:12px;overflow-wrap:anywhere}.timeline-time{color:var(--muted);font-size:12px;font-weight:700}.empty-state{padding:26px 12px 18px;text-align:center}.empty-state strong{display:block;margin-bottom:8px}.empty-state p{margin:0 auto;max-width:260px;line-height:1.6}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#241b155c}.bottom-sheet{position:fixed;right:0;bottom:0;left:0;z-index:11;max-height:min(90vh,720px);max-height:min(90dvh,720px);padding:8px max(var(--page-inline),var(--safe-right)) calc(16px + var(--safe-bottom)) max(var(--page-inline),var(--safe-left));border-radius:28px 28px 0 0;background:var(--surface);box-shadow:0 -20px 60px #3626183d;transform:translateY(110%);transition:transform .22s ease}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet form{display:flex;flex-direction:column;width:min(100%,520px);max-height:calc(min(90vh,720px) - 24px - var(--safe-bottom));max-height:calc(min(90dvh,720px) - 24px - var(--safe-bottom));margin:0 auto}.sheet-handle{width:42px;height:5px;margin:0 auto 12px;border-radius:999px;background:#dccaba}.sheet-header,.sheet-actions,.dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheet-header h2{margin:0}.form-body{display:grid;flex:1 1 auto;gap:14px;min-height:0;padding:18px 0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}label,.field{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:700}input,select,textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:16px;color:var(--text);font-size:16px;background:#fffaf5}input,select{height:48px;padding:0 14px}textarea{min-height:76px;padding:12px 14px;resize:vertical}.inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.segmented.three{grid-template-columns:repeat(3,minmax(0,1fr))}.segmented input{position:absolute;opacity:0;pointer-events:none}.segmented label{display:block;color:inherit;font-size:inherit}.segmented span{display:grid;min-height:46px;place-items:center;border:1px solid var(--line);border-radius:16px;color:var(--muted);font-weight:800;background:#fffaf5}.segmented input:checked+span{border-color:var(--primary);color:var(--primary-dark);background:#ffe9d4}.primary-button,.secondary-button{min-height:48px;border-radius:16px;padding:0 18px;font-weight:800}.primary-button{flex:1;border:0;color:#fff;background:var(--primary)}.secondary-button{border:1px solid var(--line);color:var(--text);background:#fffaf5}.dialog{position:fixed;top:calc(48px + var(--safe-top));right:max(var(--page-inline),var(--safe-right));bottom:auto;left:max(var(--page-inline),var(--safe-left));width:min(calc(100vw - var(--page-inline) - var(--page-inline)),420px);max-height:calc(100vh - 72px - var(--safe-top) - var(--safe-bottom));max-height:calc(100dvh - 72px - var(--safe-top) - var(--safe-bottom));margin:0 auto;border:0;border-radius:24px;padding:20px;overflow-y:auto;box-shadow:var(--shadow)}.dialog::backdrop{background:#241b155c}.dialog form{display:grid;gap:14px}.dialog h2{margin:0}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #18120f;--surface: #241b16;--surface-soft: #35251d;--text: #fff8f0;--muted: #c8b8a8;--line: #46362c;--primary: #ff934f;--primary-dark: #ffb27d;--feed: #392718;--diaper: #1b332e;--sleep: #232541;--temperature: #5a1f2f;--temperature-text: #ffd9e1;--weight: #173654;--weight-text: #d6ebff;--shadow: 0 18px 40px rgba(0, 0, 0, .28)}body{background:linear-gradient(180deg,#18120f,#241811)}.status-card,.summary-card,.analysis-section,.trend-section,.timeline-section,.welcome-card,.icon-button{background:#241b16eb}.sync-banner{background:#2b211beb}.sync-banner.ready{border-color:#245846;color:#95e6c8;background:#1c312a}.sync-banner.loading{border-color:#624c22;color:#f1c77d;background:#302618}.sync-banner.error{border-color:#63302d;color:#ffb4a8;background:#341f1d}.timeline-item,.ai-config,.analysis-card,.analysis-history-item,.trend-toggle,.trend-card,.trend-empty,input,select,textarea,.segmented span,.secondary-button{background:#2b211b}.tab-bar{border-top-color:#46362c;background:#241b16f0;box-shadow:0 -12px 34px #00000047}.tab-button.active,.trend-toggle button.active{background:#3b2a20}.trend-bar-track{background:#3a2a22}.status-badge{color:#ffd6b0;background:#4a2b18}.status-edit-button{border-color:#55558f;color:#c9caff;background:#303052}.status-editor-hint{background:#30261f}.analysis-card.warning{border-color:#63302d;background:#341f1d}.analysis-card.warning h3{color:#ffb4a8}.analysis-card.loading{border-color:#624c22;background:#302618}.analysis-history-item.active{border-color:#d88444;background:#3b2a20;box-shadow:inset 0 0 0 1px #d88444}}@media(max-width:420px){.status-card{gap:12px;padding:18px 16px}.status-card h2{font-size:24px}.analysis-section .section-header{display:grid;grid-template-columns:minmax(0,1fr)}.analysis-actions{justify-content:flex-start}.analysis-actions .text-button{min-height:44px;padding:0 4px}.trend-card-header{align-items:flex-start}.bottom-sheet{border-radius:24px 24px 0 0}}@media(max-width:380px){.status-card{grid-template-columns:minmax(0,1fr)}.status-side{justify-items:start}.status-badge{width:fit-content;max-width:100%;text-align:left}.quick-actions.compact{grid-template-columns:repeat(6,minmax(0,1fr))}.quick-actions.compact .action-card{grid-column:span 2}.quick-actions.compact .action-card:nth-child(n+4){grid-column:span 3}.timeline-section .section-header{align-items:flex-start}.timeline-section .section-header .text-button{flex:0 0 auto;min-height:44px;padding:0}.action-card{min-height:84px;font-size:15px}.summary-card strong{font-size:19px}.timeline-item{grid-template-columns:38px minmax(0,1fr) auto;gap:8px;padding:10px}.timeline-icon{width:38px;height:38px;border-radius:14px;font-size:18px}.trend-date-control{grid-template-columns:minmax(0,1fr)}.trend-date-control .text-button{justify-self:start;min-height:44px;padding:0}.today-trend-grid{gap:5px}.today-trend-bar{width:6px}}@media(max-width:340px){.inline-grid{grid-template-columns:minmax(0,1fr)}.welcome-card{padding:22px 16px;border-radius:24px}.summary-card{padding:14px 12px}.tab-bar{gap:3px}.tab-button{border-radius:15px;font-size:11px}.today-trend-grid,.trend-bars{gap:4px}.trend-value,.trend-label{font-size:10px}}@media(orientation:landscape)and (max-height:500px){.app-shell{padding-top:calc(10px + var(--safe-top));padding-bottom:calc(82px + var(--safe-bottom))}.top-bar{margin-bottom:10px}.tab-button{min-height:46px}.bottom-sheet{max-height:96dvh}.bottom-sheet form{max-height:calc(96vh - 20px - var(--safe-bottom));max-height:calc(96dvh - 20px - var(--safe-bottom))}.form-body{padding:12px 0}}@media(prefers-reduced-motion:reduce){.bottom-sheet{transition:none}}
