:root{--bg: #f4f7f5;--bg-soft: #eef4f1;--panel: rgba(255, 255, 255, .92);--panel-soft: rgba(248, 251, 249, .94);--panel-strong: #143d33;--ink: #173a31;--muted: #688178;--muted-soft: #87a095;--accent: #1d8f74;--accent-deep: #116853;--accent-light: #e2f4ee;--warn: #d58f2d;--warn-soft: #fff6e6;--error: #c24d4d;--line: rgba(23, 58, 49, .1);--line-strong: rgba(23, 58, 49, .18);--shadow: 0 20px 48px rgba(16, 49, 41, .08);font-family:PingFang SC,Microsoft YaHei UI,Hiragino Sans GB,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(29,143,116,.16),transparent 30%),linear-gradient(180deg,#f8fbf9,#eef4f1 42%,#e4ece8)}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{min-width:320px}button,input,textarea{font:inherit}.app-shell{position:relative;min-height:100vh;overflow-x:hidden}.app-noise,.app-grid{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.app-grid{opacity:.45;background-image:linear-gradient(rgba(23,58,49,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(23,58,49,.04) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.22),transparent 72%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.22),transparent 72%)}.app-noise{opacity:.8;background-image:radial-gradient(circle at 15% 12%,rgba(29,143,116,.1) 0,transparent 26%),radial-gradient(circle at 85% 10%,rgba(17,104,83,.09) 0,transparent 24%),radial-gradient(circle at 50% 75%,rgba(213,143,45,.08) 0,transparent 22%)}.page-shell{position:relative;z-index:1;padding:18px 16px 26px}.page-shell.with-nav{padding-bottom:118px}.hero-card,.dashboard,.panel-card,.status-card,.history-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card{min-height:calc(100vh - 44px);display:flex;flex-direction:column;justify-content:center;gap:18px}.hero-card.thin{min-height:calc(100vh - 44px);justify-content:flex-start;padding-top:34px}.hero-topline{letter-spacing:.2em;text-transform:uppercase;font-size:12px;color:var(--accent-deep)}.hero-topline.zh{letter-spacing:.08em}.hero-topline.light{color:#ffffffbf}.hero-title{margin:0;font-size:clamp(34px,10vw,46px);line-height:1.02;letter-spacing:-.04em}.hero-title.compact{font-size:28px}.hero-subtitle{margin:0;font-size:15px;line-height:1.8;color:var(--muted)}.mobile-hero,.profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:6px 2px 2px}.compact-hero{padding-bottom:0}.mobile-title{margin:8px 0 6px;font-size:30px;line-height:1.16;letter-spacing:-.03em}.mobile-title.small{font-size:24px}.mobile-title.light{color:#fff}.mobile-subtitle{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.mobile-subtitle.light{color:#fffc}.instrument-panel,.panel-card,.status-card,.history-card,.disclaimer-box{border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:var(--shadow)}.instrument-panel,.panel-card,.history-card{padding:18px}.disclaimer-box{padding:18px;line-height:1.9}.dashboard{display:flex;flex-direction:column;gap:16px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stat-grid,.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:8px}.panel-label.light{color:#fffc}.panel-value{font-size:22px;line-height:1.2;font-weight:700}.panel-detail{margin:10px 0 0;color:var(--muted);line-height:1.7}.content-title{margin:0;font-size:22px;line-height:1.3}.section-head,.history-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.section-title{margin:0;font-size:18px;line-height:1.35}.section-title.tight{font-size:16px}.text-button{border:none;background:none;color:var(--accent-deep);padding:0;cursor:pointer}.mono{font-family:Bahnschrift,monospace}.input-block{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.input-block span{font-size:13px;color:var(--muted)}.input-block input{min-height:52px;border:1px solid var(--line);border-radius:18px;background:#ffffffdb;padding:0 16px;outline:none}.primary-button,.ghost-button,.upload-picker,.nav-item,.quick-card,.camera-entry,.menu-link{border:none;cursor:pointer}.primary-button{width:100%;min-height:52px;border-radius:18px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#f6fff9;box-shadow:0 16px 28px #1d8f7438}.primary-button.small{min-height:42px;margin-top:14px}.primary-button:disabled,.countdown-action:disabled,.camera-entry:disabled{opacity:.58;cursor:not-allowed}.large-button{min-height:56px;font-size:16px;font-weight:600}.ghost-button{min-height:40px;padding:0 16px;border-radius:999px;background:#173a3114;color:var(--ink)}.top-link{min-height:36px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--ink)}.wide-button{width:100%;margin-top:10px}.status-card{display:grid;gap:4px;padding:18px}.mini-card,.action-card,.content-card,.quick-card{border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mini-card{padding:16px 14px;display:grid;gap:8px}.mini-card.emphasize{background:linear-gradient(180deg,#effbf6,#fff)}.mini-card span{color:var(--muted);font-size:12px}.mini-card strong{font-size:24px}.action-card,.quick-card{padding:18px;display:grid;gap:8px;text-align:left;background:linear-gradient(180deg,#ffffffd9,#f8fbf9f2);position:relative}.action-card strong,.quick-card strong{font-size:17px;color:var(--ink)}.action-card span,.quick-card small{color:var(--muted);line-height:1.6}.content-card{padding:18px;display:grid;gap:12px}.content-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.content-meta{display:flex;flex-wrap:wrap;gap:10px}.content-meta span{padding:7px 12px;border-radius:999px;background:#173a3114;color:var(--ink);font-size:12px}.section-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.section-tab{min-height:46px;border-radius:18px;background:#ffffff7a;color:var(--ink)}.section-tab.active{background:linear-gradient(135deg,#1d8f7429,#1168531a);color:var(--accent-deep)}.status-card strong{font-size:24px}.status-card small,.login-tip{color:var(--muted)}.agreement-line{display:flex;gap:12px;align-items:flex-start;margin:18px 0;color:var(--muted)}.agreement-line input{margin-top:4px}.error-text{color:var(--error);margin:10px 0 0}.helper-text{color:var(--muted);margin:2px 2px 0;line-height:1.7}.success-text{color:var(--accent-deep);margin:10px 0 0}.data-list{margin:0;padding:0;list-style:none}.data-list li,.history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.data-list li:last-child,.history-row:last-child{border-bottom:none}.pill,.hero-badge,.result-chip,.task-state{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 12px;border-radius:999px;font-size:12px}.pill,.hero-badge.light{background:#173a3114;color:var(--ink)}.hero-badge{background:#ffffff24;color:#fff}.head-actions{display:flex;align-items:center;gap:8px}.rich-text{white-space:pre-wrap;line-height:1.9;color:var(--ink)}.upload-picker{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;background:#173a3114;color:var(--ink)}.upload-picker.prominent{width:100%;min-height:52px;background:var(--accent-light);color:var(--accent-deep);font-weight:600}.capture-tips{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.capture-tips.detailed{margin-bottom:16px}.capture-tips span{padding:8px 12px;border-radius:999px;background:#1d8f741a;color:var(--accent-deep);font-size:12px}.upload-picker input{display:none}.capture-page{gap:12px}.capture-hero-lite{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 2px 0}.capture-status-dot{flex-shrink:0;min-height:30px;padding:6px 12px;border-radius:999px;background:#1d8f741f;color:var(--accent-deep);font-size:12px;font-weight:600}.capture-action-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border-radius:20px;background:linear-gradient(135deg,#fff,#eff8f3);border:1px solid var(--line);box-shadow:0 12px 28px #10312912}.capture-action-copy{display:grid;gap:5px;min-width:0}.capture-action-copy strong{font-size:16px;line-height:1.35}.capture-action-copy span,.capture-safe-note{color:var(--muted);font-size:13px;line-height:1.65}.capture-pick-button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#f6fff9;font-size:14px;font-weight:700;box-shadow:0 10px 18px #1d8f7433;cursor:pointer}.capture-pick-button input{display:none}.camera-card{padding:12px}.camera-card.elevated{background:linear-gradient(180deg,#fffffff2,#f5f9f7f2)}.camera-frame{position:relative;aspect-ratio:4 / 5;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#eff8f3,#dce7e1)}.prototype-frame{min-height:420px}.capture-preview-card{padding:10px;border-radius:22px}.capture-frame-lite{aspect-ratio:4 / 4.7;min-height:320px;border-radius:20px}.adjustable-frame{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab}.adjustable-frame:active{cursor:grabbing}.camera-preview{width:100%;height:100%;object-fit:cover}.adjustable-preview{position:absolute;left:50%;top:50%;width:100%;height:100%;object-fit:contain;transform-origin:center center;will-change:transform;pointer-events:none}.camera-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:linear-gradient(180deg,#1033291f,#1033292e)}.camera-overlay.stronger{background:linear-gradient(180deg,#081c182e,#081c1838),linear-gradient(180deg,#ffffff0d,#fff0)}.overlay-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:16px;background:#1033299e;color:#f5fff9;font-size:12px}.overlay-guide{margin:auto;position:relative;width:78%;height:58%;border:2px solid rgba(255,255,255,.86);border-radius:28px;box-shadow:inset 0 0 0 1px #10332933}.bottle-guide{position:relative;width:54%;height:84%;margin:auto;display:grid;grid-template-rows:34px 1fr 34px;align-items:stretch;gap:8px}.bottle-body-window{position:relative;border:2px solid rgba(255,255,255,.92);border-radius:18px;background:linear-gradient(90deg,rgba(255,255,255,.14),transparent 18%,transparent 82%,rgba(255,255,255,.14)),#ffffff0a;box-shadow:inset 0 0 0 1px #10332938,0 0 0 999px #0518141a}.bottle-cap-line,.bottle-bottom-line{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.28)}.bottle-cap-line:before,.bottle-bottom-line:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.96),transparent);box-shadow:0 0 14px #ffffff80}.bottle-cap-line span,.bottle-bottom-line span{position:relative;z-index:1;padding:5px 10px;border-radius:999px;background:#103329b8}.bottle-bottom-line{align-items:flex-start}.guide-corner{position:absolute;width:26px;height:26px;border-color:#fffffff5;border-style:solid}.guide-corner.left-top{top:12px;left:12px;border-width:3px 0 0 3px;border-top-left-radius:12px}.guide-corner.right-top{top:12px;right:12px;border-width:3px 3px 0 0;border-top-right-radius:12px}.guide-corner.left-bottom{bottom:12px;left:12px;border-width:0 0 3px 3px;border-bottom-left-radius:12px}.guide-corner.right-bottom{right:12px;bottom:12px;border-width:0 3px 3px 0;border-bottom-right-radius:12px}.guide-centerline{position:absolute;top:12%;bottom:12%;left:50%;width:1px;transform:translate(-50%);background:linear-gradient(180deg,#ffffffe6,#fff3);border-left:1px dashed rgba(16,51,41,.25)}.guide-label{position:absolute;left:50%;transform:translate(-50%);padding:6px 10px;border-radius:999px;background:#103329b8;color:#fff;font-size:12px;white-space:nowrap}.guide-label-top{top:-14px}.guide-label-bottom{bottom:-14px}.overlay-note{align-self:center;background:#103329b8;color:#fff;padding:8px 12px;border-radius:999px;font-size:12px}.capture-safe-note{margin:0;padding:0 4px}.zoom-control-card{display:grid;gap:10px;padding:12px 14px;border-radius:18px;border:1px solid var(--line);background:#ffffffdb;box-shadow:0 10px 24px #1031290f}.zoom-control-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.zoom-control-head span{font-weight:700}.zoom-control-head button{border:none;border-radius:999px;min-height:30px;padding:0 12px;background:#173a3114;color:var(--accent-deep)}.zoom-control-row{display:flex;align-items:center;gap:10px}.zoom-btn{flex-shrink:0;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:var(--bg);font-size:20px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;color:var(--accent);cursor:pointer}.zoom-btn:active{background:var(--line)}.zoom-control-card input[type=range]{width:100%;accent-color:var(--accent)}.zoom-control-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.history-card{display:grid;grid-template-columns:108px 1fr;gap:14px}.timeline-card{align-items:start}.history-image{width:108px;height:108px;object-fit:cover;border-radius:18px}.history-image.large{width:120px;height:140px}.history-meta{min-width:0}.history-rows{display:grid;gap:2px}.result-grid,.compare-metrics,.treatment-summary,.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.result-item,.info-chip{display:grid;gap:6px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#ffffffb3}.info-chip span,.result-item span{font-size:12px;color:var(--muted)}.info-chip strong,.result-item strong{font-size:16px;line-height:1.45}.question-block{gap:14px}.question-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.required-dot{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#d58f2d24;color:var(--warn);font-size:12px}.option-list{display:flex;flex-wrap:wrap;gap:10px}.option-button{min-height:42px;padding:0 16px;border-radius:16px;background:#173a3114;color:var(--ink)}.option-button.active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);color:#f6fff9}.check-list{display:grid;gap:10px}.check-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:#fff9;border:1px solid var(--line)}.text-area{width:100%;min-height:120px;border:1px solid var(--line);border-radius:18px;background:#ffffffd1;padding:14px 16px;resize:vertical;outline:none}.profile-list{display:grid;gap:10px}.profile-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.profile-row:last-child{border-bottom:none}.compare-button{margin-top:12px}.compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:flex-end;justify-content:center}.compare-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#09181461;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.compare-card{position:relative;width:min(100%,760px);max-height:86vh;overflow:auto;border-radius:28px 28px 0 0;background:#f8fcf9fa;box-shadow:0 -18px 48px #1033292e;padding:20px 18px 24px}.compare-head{display:flex;justify-content:space-between;gap:16px;align-items:start;margin-bottom:18px}.compare-title{margin:0;font-size:26px;line-height:1.1}.compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.compare-panel{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:22px;background:#ffffffd1}.compare-panel.muted{background:#eef5f1e0}.compare-label{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-deep)}.compare-image{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:18px}.compare-panel small{color:var(--muted)}.bottom-nav{position:fixed;left:14px;right:14px;bottom:14px;z-index:10;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:8px;padding:10px;border:1px solid rgba(23,58,49,.08);border-radius:28px;background:#f8fcf9eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.nav-item{min-height:60px;display:flex;flex-direction:column;justify-content:center;gap:4px;border-radius:18px;background:transparent;color:var(--muted);font-size:12px}.nav-item.active{background:#1d8f741f;color:var(--accent-deep)}.nav-glyph{font-size:14px;font-weight:600}.patient-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,#0052cc,#06f,#4080ff);box-shadow:0 16px 34px #0052cc2e}.patient-header-left{display:flex;align-items:center;gap:12px}.patient-logo{width:40px;height:40px;border-radius:12px;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.patient-header-title{font-size:18px;font-weight:600;color:#fff}.header-link{border:none;background:#ffffff29;color:#fff;border-radius:999px;min-height:34px;padding:0 14px}.prototype-card{background:#fff;border-radius:18px;box-shadow:0 8px 24px #00143c14;border:1px solid rgba(0,20,60,.05)}.status-prototype-card{padding:16px}.status-header-lite{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.card-title-lite{font-size:16px;font-weight:600}.card-subtitle-lite{margin-top:4px;font-size:13px;color:var(--muted)}.status-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:20px;background:#1d8f741f;color:var(--accent-deep);font-size:13px;font-weight:600;white-space:nowrap}.pump-info-lite{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pump-item-lite{display:flex;flex-direction:column;gap:4px}.pump-item-lite span{font-size:13px;color:var(--muted-soft)}.pump-item-lite strong{font-size:15px;font-weight:600;line-height:1.45}.timer-card-lite{padding:14px 16px;background:linear-gradient(135deg,#fff9e6,#fff);border:2px solid #f4c96b}.timer-content-lite{display:flex;align-items:center;gap:14px}.timer-icon-lite{font-size:30px}.timer-info-lite{flex:1;display:flex;flex-direction:column;gap:4px}.timer-title-lite{font-size:14px;color:var(--muted)}.timer-countdown-lite{font-size:24px;font-weight:700;color:var(--warn);line-height:1.3}.camera-btn-lite{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:18px;border:none;border-radius:20px;background:linear-gradient(135deg,#06f,#0052cc);box-shadow:0 8px 32px #0066ff59;color:#fff}.camera-btn-icon-lite{font-size:50px;margin-bottom:8px}.camera-btn-lite strong{font-size:22px;font-weight:700;margin-bottom:6px}.camera-btn-lite small{font-size:14px;color:#ffffffd9}.hidden-capture-input{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.camera-live-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:18px;background:#081222a8}.camera-live-card{width:min(430px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:16px;border-radius:26px;background:linear-gradient(180deg,#fff,#f5fbf8);box-shadow:0 24px 70px #00000047}.camera-live-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.camera-live-head div{display:grid;gap:4px}.camera-live-head strong{color:var(--text);font-size:18px}.camera-live-head span{color:var(--muted);font-size:13px;line-height:1.5}.camera-live-head button{border:none;background:#eef4f1;color:var(--muted);border-radius:999px;padding:7px 12px;font-weight:700}.camera-live-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:9 / 13;border-radius:22px;background:#0f172a;transform:translateZ(0)}.camera-live-video{width:100%;height:100%;object-fit:cover}.live-guide-overlay{pointer-events:none;padding:10px;background:linear-gradient(180deg,#081c1814,#081c1824)}.live-guide-overlay .bottle-guide{width:48%;height:98%;transform:translateY(18px);grid-template-rows:24px 1fr 24px;gap:6px}.live-guide-overlay .bottle-body-window{border-radius:16px;background:#ffffff0f}.live-guide-overlay .bottle-cap-line,.live-guide-overlay .bottle-bottom-line,.live-guide-overlay .guide-label,.live-guide-overlay .overlay-note{font-size:11px}.live-guide-overlay .bottle-cap-line span,.live-guide-overlay .bottle-bottom-line span,.live-guide-overlay .guide-label{padding:4px 8px}.scale-guide .bottle-body-window{display:block}.scale-title{position:absolute;top:10px;left:50%;z-index:2;transform:translate(-50%);padding:4px 9px;border-radius:999px;background:#103329c7;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em}.scale-tick{position:absolute;z-index:1;display:flex;align-items:center;justify-content:flex-end;width:82%;left:50%;top:72%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:900;text-shadow:0 1px 5px rgba(0,0,0,.42)}.single-scale-tick{width:76%}.scale-tick:before{content:"";position:absolute;left:0;right:24px;top:50%;height:2px;border-radius:999px;transform:translateY(-50%);background:#ffffffe6;box-shadow:0 0 8px #ffffff61}.scale-tick span{position:relative;z-index:1;min-width:20px;text-align:right}.camera-live-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;margin-top:14px}.task-list,.result-stream,.menu-list{display:grid;gap:12px;padding:0;margin:0;list-style:none}.task-item,.result-stream-item,.menu-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#ffffffb3}.task-item div,.result-stream-item div,.menu-link div{display:grid;gap:6px}.task-item strong,.result-stream-item strong,.menu-link strong{font-size:15px;line-height:1.45}.task-item span,.result-stream-item span,.menu-link span{color:var(--muted);font-size:13px;line-height:1.55}.task-item.empty,.result-stream-item.empty{justify-content:flex-start}.task-state{background:#1d8f741f;color:var(--accent-deep)}.result-chip.pending{background:#d58f2d1f;color:#9d6117}.result-chip.done{background:#1d8f741f;color:var(--accent-deep)}.guide-card{background:linear-gradient(180deg,#fffffff2,#f6faf8fa)}.profile-hero{align-items:center;padding:20px 18px;border-radius:26px;background:linear-gradient(135deg,#165344,#1d8f74 56%,#42b497);color:#fff;box-shadow:var(--shadow)}.profile-avatar{width:68px;height:68px;border-radius:22px;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;flex-shrink:0}.profile-hero-copy{min-width:0}.profile-summary-card{margin-top:-2px}.profile-page{gap:14px}.profile-account-card,.profile-entry-card{position:relative;overflow:hidden;border:1px solid rgba(29,143,116,.12);border-radius:28px;background:radial-gradient(circle at 16% 8%,rgba(29,143,116,.16),transparent 28%),linear-gradient(150deg,#fffffff5,#eff8f4f0);box-shadow:0 18px 42px #1031291a}.profile-account-card{padding:18px}.profile-account-card:after{content:"";position:absolute;right:-46px;top:-52px;width:140px;height:140px;border-radius:50%;background:#1d8f741a}.profile-account-head{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.profile-account-avatar{width:62px;height:62px;border-radius:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(145deg,var(--accent),var(--accent-deep));color:#f8fff9;font-size:28px;font-weight:800;box-shadow:0 14px 28px #1d8f743d}.profile-account-title{min-width:0;flex:1;display:grid;gap:3px}.profile-account-title span,.profile-entry-head span{color:var(--accent-deep);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.profile-account-title strong{font-size:24px;line-height:1.2}.profile-account-title small,.profile-entry-head small{color:var(--muted);line-height:1.5}.profile-refresh-btn{position:relative;z-index:1;border:none;min-height:34px;padding:0 13px;border-radius:999px;background:#ffffffc7;color:var(--accent-deep);box-shadow:inset 0 0 0 1px #1d8f741f}.profile-info-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.profile-info-tile{display:grid;gap:6px;min-height:78px;padding:13px;border-radius:20px;background:#ffffffbd;border:1px solid rgba(23,58,49,.08)}.profile-info-tile span{color:var(--muted);font-size:12px}.profile-info-tile strong{align-self:end;font-size:16px;line-height:1.45;word-break:break-all}.profile-entry-card{padding:16px;background:linear-gradient(135deg,#fffffff5,#f7fcf9f5),var(--panel)}.profile-entry-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-entry-list{display:grid;gap:10px}.profile-entry-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:13px;border:1px solid rgba(23,58,49,.08);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#f6faf8eb);text-align:left;color:var(--ink);box-shadow:0 10px 22px #1031290d}.profile-entry-icon{width:42px;height:42px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#1d8f741f;color:var(--accent-deep);font-weight:800}.profile-entry-icon.muted{background:#d58f2d21;color:#9d6117}.profile-entry-link div{display:grid;gap:4px}.profile-entry-link strong{font-size:16px}.profile-entry-link span{color:var(--muted);font-size:13px;line-height:1.45}.profile-entry-link em{min-width:44px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#1d8f741a;color:var(--accent-deep);font-size:12px;font-style:normal;font-weight:700}.menu-link{text-align:left}.menu-link em{color:var(--accent-deep);font-style:normal;white-space:nowrap}.task-page{gap:14px}.task-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.task-summary-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.task-summary-item{display:grid;gap:8px;padding:14px;border-radius:16px;background:linear-gradient(180deg,#f7fbf9,#eef6f2)}.task-summary-item span{color:var(--muted);font-size:13px}.task-summary-item strong{font-size:26px}.categories-lite,.tab-strip-lite{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.category-pill,.tab-pill-lite{border:none;border-radius:999px;min-height:40px;padding:0 16px;background:#173a3114;color:var(--ink);white-space:nowrap}.category-pill.active,.tab-pill-lite.active{background:linear-gradient(135deg,#1d8f74,#116853);color:#fff}.tab-pill-lite{display:inline-flex;align-items:center;gap:8px}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ffffff38;font-size:11px}.task-card{padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 24px #00143c14;border:1px solid rgba(0,20,60,.05)}.task-card--education{border-left:4px solid #1d8f74}.task-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.task-card-tag{font-size:12px;color:var(--accent-deep);margin-bottom:8px}.task-card-title{margin:0;font-size:18px;line-height:1.45}.task-card-desc{margin:10px 0 14px;color:var(--muted);line-height:1.7}.task-card-foot,.detail-meta-lite{display:flex;flex-wrap:wrap;gap:10px}.task-card-foot span,.detail-meta-lite span{padding:6px 10px;border-radius:999px;background:#173a3114;color:var(--muted);font-size:12px}.status-pill-lite{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;white-space:nowrap}.status-pill-lite.unread,.status-pill-lite.warning{background:#d58f2d24;color:#a96b18}.status-pill-lite.read{background:#1d8f741f;color:var(--accent-deep)}.detail-intro-card,.detail-body-card{padding:18px}.detail-summary{margin:14px 0 0;color:var(--muted);line-height:1.75}.detail-rich-text{line-height:1.9}@media (max-width: 560px){.dashboard-grid,.compare-grid,.compare-metrics,.result-grid,.treatment-summary,.info-grid{grid-template-columns:1fr}.home-stat-grid,.stat-grid,.action-grid,.section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.history-card{grid-template-columns:1fr}.history-image.large,.history-image{width:100%;height:200px}.bottom-nav{gap:6px;padding:8px}.task-summary-card{grid-template-columns:1fr}.nav-item{min-height:54px;font-size:11px}.pump-info-lite{grid-template-columns:1fr}}
