:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;color-scheme:light;--bg-body: #f8fafc;--bg-card: #ffffff;--bg-subtle: #f1f5f9;--bg-badge-green: #eefdf4;--text-main: #0b192c;--text-navy: #0f172a;--text-muted: #64748b;--text-subtle: #94a3b8;--blue-primary: #2563eb;--blue-hover: #1d4ed8;--blue-light: #eff6ff;--color-success: #16a34a;--color-danger: #dc2626;--color-amber: #d97706;--border-card: #e2e8f0;--border-subtle: #f1f5f9;--shadow-card: 0 4px 20px rgba(15, 23, 42, .03);--nav-height: 68px}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f1f5f9;color:var(--text-main);min-height:100vh;-webkit-font-smoothing:antialiased}.app-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:#e2e8f0}.mobile-shell{width:100%;max-width:412px;min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #0f172a14;padding-bottom:calc(var(--nav-height) + 24px)}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;background:#fff;border-bottom:1px solid #f1f5f9}.mobile-header__brand{display:flex;align-items:center;gap:10px}.mobile-header__logo{display:flex;align-items:center;justify-content:center}.mobile-header__titles{display:flex;flex-direction:column}.mobile-header__title{font-size:1.25rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.mobile-header__subtitle{font-size:.78rem;font-weight:500;color:#64748b}.mobile-header__actions{display:flex;align-items:center;gap:10px}.icon-btn{position:relative;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn-plain{background:transparent;border:none;cursor:pointer;padding:4px}.icon-btn-bordered{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.date-pill-dropdown{background:#eff6ff;color:#2563eb;padding:8px 14px;border-radius:10px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}.notification-dot{position:absolute;top:1px;right:1px;width:8px;height:8px;background-color:#ef4444;border:1.5px solid #ffffff;border-radius:50%}.user-avatar{width:34px;height:34px;border-radius:50%;background-color:#e0f2fe;color:#0284c7;font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center}.page-sub-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #f1f5f9}.header-back-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.header-page-title-group{display:flex;flex-direction:column;align-items:center;text-align:center}.header-page-title{font-size:1.15rem;font-weight:800;color:#0f172a}.header-page-sub{font-size:.75rem;color:#64748b}.header-action-save-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:700;cursor:pointer}.mobile-main{flex:1;padding:16px}.tab-container{display:flex;flex-direction:column;gap:16px}.hero-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px 18px;box-shadow:0 4px 16px #0f172a08;display:flex;flex-direction:column;gap:20px}.hero-card__split{display:grid;grid-template-columns:1fr 130px;gap:12px;align-items:center}.hero-card__left{display:flex;flex-direction:column;align-items:flex-start}.hero-card__label{font-size:.88rem;font-weight:700;color:#334155}.hero-card__value{font-size:4rem;font-weight:900;color:#0b192c;line-height:1;letter-spacing:-.04em;margin:4px 0 2px}.hero-card__value--full{font-size:3.2rem;color:#16a34a}.hero-card__sub{font-size:.88rem;font-weight:600;color:#475569;margin-bottom:14px}.status-badge-card{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;width:100%}.status-badge--normal,.status-badge--full{background-color:#eefdf4}.status-badge--low{background-color:#fffbeb}.status-badge--high{background-color:#fef2f2}.status-badge-card__dot{width:10px;height:10px;border-radius:50%;background-color:#16a34a;flex-shrink:0}.status-badge-card__text{display:flex;flex-direction:column;text-align:left}.status-badge-card__title{font-size:.82rem;font-weight:800;color:#15803d}.status-badge-card__desc{font-size:.72rem;font-weight:500;color:#475569}.tank-illustration-wrapper{display:flex;align-items:center;gap:8px;justify-content:center}.tank-illustration{width:90px;height:145px;position:relative;display:flex;flex-direction:column;align-items:center}.tank-cap{width:20px;height:6px;background:#94a3b8;border-radius:2px 2px 0 0}.tank-neck{width:32px;height:6px;background:#cbd5e1}.tank-body{width:90px;height:133px;border:3px solid #64748b;border-radius:16px 16px 20px 20px;position:relative;background:#fff;overflow:hidden;box-shadow:inset 0 0 10px #0000000a}.tank-glare{position:absolute;top:0;left:6px;width:12px;height:100%;background:linear-gradient(90deg,#fffc,#fff0);z-index:3}.tank-water{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,#60a5fa,#2563eb);transition:height .6s ease-out}.tank-water--full{background:linear-gradient(180deg,#4ade80,#16a34a)}.tank-ruler{height:133px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.ruler-mark{display:flex;align-items:center;gap:4px}.ruler-mark--middle{position:absolute;left:0;transition:bottom .6s ease-out}.ruler-line{width:8px;height:1px;background-color:#94a3b8}.ruler-text{font-size:.68rem;font-weight:600;color:#64748b;white-space:nowrap}.hero-metrics{background-color:#f8fafc;border-radius:14px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.hero-metric-card{flex:1;display:flex;align-items:center;gap:12px}.hero-metric-card__divider{width:1px;height:32px;background-color:#e2e8f0;margin:0 8px}.hero-metric-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.hero-metric-card__icon--blue{background-color:#e0f2fe;color:#0284c7}.hero-metric-card__icon--blue-alt{background-color:#eff6ff;color:#2563eb}.hero-metric-card__data{display:flex;flex-direction:column}.hero-metric-card__val{font-size:.95rem;font-weight:800;color:#0f172a}.hero-metric-card__lbl{font-size:.72rem;font-weight:600;color:#64748b}.check-now-wrapper{display:flex;flex-direction:column;gap:10px}.btn-check-now-primary{width:100%;padding:14px;border-radius:14px;border:none;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #2563eb40;transition:opacity .15s ease}.btn-check-now-primary:hover{opacity:.95}.btn-check-now-primary:disabled{opacity:.7;cursor:not-allowed}.spin-icon{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.check-now-timestamp{display:flex;align-items:flex-start;gap:8px;padding:0 4px;color:#64748b}.check-now-timestamp svg{margin-top:2px;flex-shrink:0}.check-now-timestamp__text{display:flex;flex-direction:column;font-size:.78rem}.check-now-timestamp__label{color:#64748b;font-weight:500}.check-now-timestamp__val{color:#334155;font-weight:600}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #0f172a08;display:flex;flex-direction:column;gap:14px}.form-card.align-center{align-items:center;text-align:center}.form-card-head{display:flex;align-items:center;gap:10px}.form-card-head.justify-between{justify-content:space-between}.form-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-card-icon--blue{background-color:#eff6ff;color:#2563eb}.form-card-icon--blue-alt{background-color:#e0f2fe;color:#0284c7}.form-card-icon--purple{background-color:#f5f3ff;color:#7c3aed}.form-card-title{font-size:1.05rem;font-weight:800;color:#0f172a}.form-card-sub{font-size:.78rem;color:#64748b}.form-field{display:flex;flex-direction:column;gap:4px}.label-with-info{display:flex;align-items:center;gap:6px}.form-label{font-size:.85rem;font-weight:700;color:#0f172a}.form-input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:.92rem;font-weight:600;color:#0f172a;background:#f8fafc;outline:none}.form-input:focus{border-color:#2563eb;background:#fff}.input-with-unit{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.input-with-unit .form-input{border:none;background:transparent}.unit-badge{padding:0 12px;font-size:.85rem;font-weight:700;color:#64748b;background:#f1f5f9;height:100%;display:flex;align-items:center}.form-helper{font-size:.72rem;color:#64748b}.form-card-split-measurements{display:grid;grid-template-columns:1fr 120px;gap:12px;align-items:center}.measurements-inputs{display:flex;flex-direction:column;gap:12px}.tank-diagram-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;border-radius:14px;padding:12px 6px;position:relative}.tank-diagram-sensor-label{font-size:.65rem;font-weight:800;color:#0f172a;margin-bottom:2px}.tank-diagram-svg{width:50px;height:80px;display:flex;flex-direction:column;align-items:center}.tank-diagram-cap{width:14px;height:4px;background:#64748b;border-radius:2px 2px 0 0}.tank-diagram-body{width:48px;height:74px;border:2px solid #64748b;border-radius:8px 8px 12px 12px;position:relative;background:#fff;overflow:hidden}.tank-diagram-fluid{position:absolute;left:0;right:0;bottom:0;background:#60a5fa}.tank-diagram-height-indicator{display:flex;flex-direction:column;align-items:center;font-size:.65rem;font-weight:700;color:#334155;margin-top:4px}.height-text{font-weight:800;color:#0f172a}.height-sub{font-size:.58rem;color:#64748b}.form-grid-dual{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn-primary-large{width:100%;padding:14px;border-radius:14px;border:none;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #2563eb40;margin-top:6px}.btn-primary-large:disabled{opacity:.7}.tank-setup-content-form{display:flex;flex-direction:column;gap:16px}.device-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;background:#fff;border-bottom:1px solid #f1f5f9}.device-header-title{font-size:1.25rem;font-weight:800;color:#0f172a}.device-header-subtitle{font-size:.78rem;color:#64748b}.device-content-cards{display:flex;flex-direction:column;gap:16px}.device-overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #0f172a08;display:flex;flex-direction:column;gap:16px}.device-overview-top{display:flex;align-items:flex-start;justify-content:space-between}.device-chip-group{display:flex;align-items:center;gap:12px}.device-chip-icon{width:42px;height:42px;border-radius:12px;background-color:#eff6ff;display:flex;align-items:center;justify-content:center}.device-chip-text{display:flex;flex-direction:column}.device-chip-title{font-size:1.1rem;font-weight:800;color:#0f172a}.device-chip-sub{font-size:.78rem;color:#64748b}.device-chip-date{font-size:.72rem;color:#94a3b8}.device-online-pill{display:flex;align-items:center;gap:6px;background:#eefdf4;padding:6px 12px;border-radius:12px}.device-online-pill-text{display:flex;flex-direction:column}.device-online-state{font-size:.82rem;font-weight:800;color:#16a34a}.device-online-time{font-size:.65rem;color:#475569}.device-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#f8fafc;border-radius:14px;padding:12px 6px;gap:4px}.quick-grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.quick-grid-icon{font-size:1.1rem}.quick-grid-text{display:flex;flex-direction:column}.quick-grid-val{font-size:.78rem;font-weight:800;color:#0f172a}.quick-grid-lbl{font-size:.65rem;color:#64748b}.info-rows-group{display:flex;flex-direction:column}.info-row-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f8fafc;font-size:.85rem}.info-row-item:last-child{border-bottom:none}.info-lbl{color:#64748b;font-weight:500}.info-val{color:#0f172a;font-weight:700}.info-val-action{display:flex;align-items:center;gap:6px}.info-action-btn{background:transparent;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center}.connection-stable-badge{font-size:.75rem;font-weight:800;color:#16a34a;background:#eefdf4;padding:3px 8px;border-radius:6px;margin-left:auto}.actions-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.action-tile-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;cursor:pointer;text-align:left}.action-tile-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.action-tile-icon--blue{background-color:#eff6ff;color:#2563eb}.action-tile-text{display:flex;flex-direction:column}.action-tile-title{font-size:.85rem;font-weight:800;color:#0f172a}.action-tile-sub{font-size:.68rem;color:#64748b}.action-remove-btn{width:100%;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;margin-top:4px}.action-remove-title{font-size:.88rem;font-weight:800;color:#dc2626}.action-remove-sub{font-size:.72rem;color:#ef4444}.check-now-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;justify-content:center}.check-now-modal-shell{width:100%;max-width:412px;height:100vh;background:#f8fafc;display:flex;flex-direction:column;overflow-y:auto}.check-now-modal-body{padding:16px;display:flex;flex-direction:column;gap:16px}.check-now-device-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.check-now-gauge-wrapper{position:relative;width:100px;height:100px;margin:10px auto}.check-now-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.check-now-gauge-progress{transition:stroke-dashoffset .8s ease}.check-now-gauge-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.check-now-title{font-size:1.15rem;font-weight:800;color:#0f172a}.check-now-subtitle{font-size:.78rem;color:#64748b}.check-now-steps{width:100%;display:flex;flex-direction:column;gap:12px;margin:12px 0}.check-now-step-row{display:flex;align-items:center;gap:12px;opacity:.5}.check-now-step-row.step--done,.check-now-step-row.step--active{opacity:1}.step-icon-circle{width:26px;height:26px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:#cbd5e1;flex-shrink:0}.step--done .step-icon-circle{background-color:#2563eb;border-color:#2563eb;color:#fff}.step-text{display:flex;flex-direction:column;text-align:left}.step-title{font-size:.88rem;font-weight:800;color:#0f172a}.step-sub{font-size:.72rem;color:#64748b}.last-reading-split{display:grid;grid-template-columns:80px 1fr;gap:16px;align-items:center}.last-reading-info{display:flex;flex-direction:column;gap:6px}.last-reading-pct-row{display:flex;align-items:center;gap:8px}.last-reading-pct{font-size:1.8rem;font-weight:900;color:#0f172a}.status-badge-mini{font-size:.72rem;font-weight:700;color:#16a34a;background:#eefdf4;padding:2px 8px;border-radius:6px}.last-reading-metrics{display:flex;flex-direction:column;font-size:.78rem;color:#64748b}.last-reading-duals{display:flex;gap:12px;font-size:.72rem;color:#334155;margin-top:4px}.btn-cancel-light{width:100%;padding:14px;border-radius:14px;border:none;background:#eff6ff;color:#2563eb;font-size:.95rem;font-weight:800;cursor:pointer}.margin-top-sm{margin-top:8px}.history-tab-view{display:flex;flex-direction:column;gap:16px}.history-card-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #0f172a08;display:flex;flex-direction:column;gap:14px}.history-card-titles{display:flex;flex-direction:column}.history-card-main-title{font-size:1.15rem;font-weight:800;color:#0f172a}.history-card-subtitle{font-size:.82rem;color:#64748b;margin-top:2px}.history-card-pills{display:flex;background:#f1f5f9;padding:4px;border-radius:12px;gap:4px}.pill-btn{flex:1;padding:8px 12px;border:none;background:transparent;font-size:.82rem;font-weight:700;color:#64748b;border-radius:8px;cursor:pointer}.pill-btn--active{background:#2563eb;color:#fff;box-shadow:0 2px 6px #2563eb33}.history-chart-wrapper{display:flex;gap:8px;align-items:stretch}.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;font-size:.68rem;font-weight:600;color:#94a3b8;padding-bottom:20px}.chart-svg-area{flex:1;display:flex;flex-direction:column;position:relative}.chart-tooltip-box{position:absolute;transform:translate(-50%,-125%);background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:4px 10px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #0f172a14;pointer-events:none;z-index:10}.chart-tooltip-pct{font-size:.88rem;font-weight:900;color:#0f172a;line-height:1.1}.chart-tooltip-time{font-size:.65rem;font-weight:600;color:#64748b}.chart-tooltip-arrow{position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.area-chart-svg{width:100%;height:120px;overflow:visible}.chart-grid-line{stroke:#f1f5f9;stroke-width:1;stroke-dasharray:3 3}.chart-x-axis{display:flex;justify-content:space-between;font-size:.68rem;font-weight:600;color:#94a3b8;padding-top:4px}.history-quad-metrics{display:flex;align-items:center;justify-content:space-around;padding-top:14px;border-top:1px solid #f1f5f9}.quad-metric-item{display:flex;flex-direction:column;align-items:center}.quad-metric-val{font-size:1.1rem;font-weight:900;color:#0f172a}.quad-metric-lbl{font-size:.7rem;font-weight:600;color:#64748b}.quad-metric-divider{width:1px;height:24px;background-color:#e2e8f0}.recent-readings-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #0f172a08;display:flex;flex-direction:column;gap:12px}.recent-readings-head{display:flex;align-items:center;justify-content:space-between}.recent-readings-title{font-size:1.05rem;font-weight:800;color:#0f172a}.recent-readings-link{background:transparent;border:none;color:#2563eb;font-size:.82rem;font-weight:700;cursor:pointer}.readings-table{display:flex;flex-direction:column}.reading-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f8fafc}.reading-row:last-child{border-bottom:none}.reading-col{font-size:.85rem}.reading-time{color:#64748b;font-weight:500;width:80px}.reading-pct{color:#0f172a;font-weight:800;width:50px}.reading-status{display:flex;align-items:center;gap:6px;flex:1}.reading-status-dot{width:8px;height:8px;border-radius:50%}.reading-status-text{font-size:.82rem;font-weight:600;color:#475569}.reading-dist{display:flex;align-items:center;gap:6px;font-weight:600;color:#334155}.reading-arrow{color:#cbd5e1;font-weight:700}.notice-info-card{background:#eff6ff;border:1px solid #dbeafe;border-radius:16px;padding:14px 16px;display:flex;align-items:flex-start;gap:12px}.notice-icon{flex-shrink:0;margin-top:2px}.notice-text{display:flex;flex-direction:column;gap:4px}.notice-title{font-size:.88rem;font-weight:800;color:#1e40af}.notice-desc{font-size:.78rem;font-weight:500;color:#3b82f6;line-height:1.35}.sys-status-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sys-status-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:10px}.sys-status-card__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sys-status-card__icon--blue{background-color:#eff6ff;color:#2563eb}.sys-status-card__icon--purple{background-color:#f5f3ff;color:#7c3aed}.sys-status-card__icon--green{background-color:#eefdf4;color:#16a34a}.sys-status-card__icon--amber{background-color:#fffbeb;color:#d97706}.sys-status-card__text{display:flex;flex-direction:column}.sys-status-card__lbl{font-size:.72rem;font-weight:600;color:#64748b}.sys-status-card__val{font-size:.82rem;font-weight:800}.text-success{color:#16a34a}.text-danger{color:#dc2626}.text-dark{color:#0f172a}.bottom-navbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:412px;height:var(--nav-height);background:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-around;z-index:100;box-shadow:0 -4px 16px #0f172a0a}.bottom-nav-btn{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:transparent;border:none;cursor:pointer}.bottom-nav-active-bar{position:absolute;top:0;left:25%;right:25%;height:3px;background-color:#2563eb;border-radius:0 0 4px 4px}.bottom-nav-icon-box{display:flex;align-items:center;justify-content:center}.bottom-nav-lbl-text{font-size:.72rem;font-weight:700;margin-top:2px;color:#64748b}.bottom-nav-btn--active .bottom-nav-lbl-text{color:#2563eb}.text-muted{color:var(--text-muted, #64748b)}.text-amber{color:#d97706}.form-feedback{border-radius:12px;padding:10px 14px;font-size:.82rem;line-height:1.45}.form-feedback--success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.form-feedback--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.info-val--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.74rem;letter-spacing:.2px;word-break:break-all}.unclaimed-badge{background:#fef3c7;color:#92400e;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 10px;border-radius:999px;white-space:nowrap}.offline-banner{margin-top:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:12px;padding:10px 14px;font-size:.8rem;line-height:1.45}.action-tile-btn--claim .action-tile-icon--green{background:#ecfdf5;color:#059669}.add-device-hero{margin:8px 0 4px;width:84px;height:84px;border-radius:24px;background:#eff6ff;display:flex;align-items:center;justify-content:center}.add-device-hero--success{background:#f0fdf4}.manual-code-form{display:flex;flex-direction:column;gap:10px}.manual-code-input{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;font-size:.84rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#0f172a;background:#f8fafc}.manual-code-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.add-device-actions{display:flex;flex-direction:column;gap:12px;margin-top:12px}.add-device-scan-btn{width:100%}.qr-viewport{position:relative;width:100%;aspect-ratio:1 / 1;max-width:280px;border-radius:16px;overflow:hidden;background:#0f172a;margin:8px auto}.qr-viewport video{width:100%;height:100%;object-fit:cover}.qr-reticle{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:60%;height:60%;border:2px solid rgba(255,255,255,.85);border-radius:16px;pointer-events:none}.device-online-pill.claimed .status-dot--amber{background:#d97706;box-shadow:0 0 0 2px #d9770640}.auth-screen{padding-top:56px}.auth-hero{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:0 24px 20px}.auth-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0}.auth-subtitle{font-size:.9rem;color:#64748b;max-width:260px}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-switch{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.auth-link-btn{border:none;background:none;padding:0;color:#2563eb;font-size:.82rem;font-weight:800;cursor:pointer}.auth-link-btn:disabled{opacity:.6;cursor:default}.admin-shell{min-height:100vh;background:#f8fafc;display:flex;flex-direction:column}.admin-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e2e8f0}.admin-header__brand{display:flex;align-items:center;gap:10px;min-width:0}.admin-header__brand .mobile-header__title{font-size:1.05rem}.admin-header .mobile-header__actions{display:flex;align-items:center;gap:8px}.admin-main{flex:1;width:100%;max-width:860px;margin:0 auto;padding:16px}.admin-page{display:flex;flex-direction:column;gap:14px}.admin-page-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.admin-page-head .admin-page-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.admin-page-subtitle{font-size:.82rem;color:#64748b}.admin-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.admin-search{margin:0}.admin-device-list{display:flex;flex-direction:column;gap:10px}.admin-device-card{width:100%;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;font:inherit;color:inherit}.admin-device-card:hover{border-color:#94a3b8;box-shadow:0 2px 10px #0f172a0f}.admin-device-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.admin-device-card__id{font-size:1rem;font-weight:800;color:#0f172a;font-family:SF Mono,Consolas,Roboto Mono,monospace;word-break:break-all}.admin-device-card__meta{display:flex;flex-direction:column;gap:3px;font-size:.78rem;color:#64748b;word-break:break-word}.admin-lifecycle{display:inline-flex;align-items:center;font-size:.7rem;font-weight:800;letter-spacing:.4px;text-transform:uppercase;border-radius:999px;padding:3px 10px;white-space:nowrap;border:1px solid transparent}.admin-lifecycle--available{color:#15803d;background:#eefdf4;border-color:#a7f3d0}.admin-lifecycle--claimed{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.admin-lifecycle--active{color:#075985;background:#ecfeff;border-color:#a5f3fc}.admin-lifecycle--offline{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.admin-lifecycle--disabled{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-qr-svg{display:flex;justify-content:center;padding:12px 0 8px}.admin-qr-svg svg{width:168px;height:168px;image-rendering:pixelated}.admin-qr-payload{display:block;text-align:center;font-family:SF Mono,Consolas,Roboto Mono,monospace;word-break:break-all}.admin-grid{display:grid;grid-template-columns:1fr;gap:14px}.admin-info-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid #f1f5f9}.admin-info-row:last-child{border-bottom:none}.info-val{font-size:.86rem;color:#0f172a;text-align:right;word-break:break-word}.info-val--mono{font-family:SF Mono,Consolas,Roboto Mono,monospace}@media (min-width: 720px){.admin-grid{grid-template-columns:1fr 1fr}}.justify-between{display:flex;align-items:center;justify-content:space-between;gap:8px}.skeleton-box{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite linear}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card--skeleton{pointer-events:none}.skeleton-lines{display:flex;flex-direction:column;gap:10px}.margin-y-sm{margin-top:8px;margin-bottom:8px}.margin-top-xs{margin-top:4px}.margin-top-sm{margin-top:10px}.flex-center{display:flex;align-items:center;justify-content:center}.width-full{width:100%}.text-left{text-align:left}.text-success{color:#16a34a!important}.text-danger{color:#dc2626!important}.text-amber{color:#d97706!important}.text-muted{color:#64748b!important}.empty-state-card,.error-state-card{padding:32px 20px}.empty-state-icon,.error-state-icon{display:flex;align-items:center;justify-content:center;margin-bottom:8px}@media (min-width: 640px){.app-container{padding:32px 16px}.mobile-shell{border-radius:24px;overflow:hidden;min-height:auto;max-width:440px}.check-now-modal-shell{border-radius:20px;height:auto;max-height:90vh;margin:auto 0}}.public-layout-shell{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;color:#0f172a;font-family:inherit}.public-layout-main{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:32px 20px 64px}.global-header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}.global-header-inner{max-width:1120px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.global-header-brand{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;padding:0}.global-header-logo{display:flex;align-items:center;justify-content:center}.global-header-title{font-size:1.25rem;font-weight:800;color:#0f172a;letter-spacing:-.3px}.global-header-nav{display:flex;align-items:center;gap:8px}.global-nav-link{background:transparent;border:none;font-size:.9rem;font-weight:600;color:#64748b;padding:6px 12px;border-radius:8px;cursor:pointer;transition:color .15s ease,background-color .15s ease}.global-nav-link:hover{color:#0f172a;background-color:#f1f5f9}.global-nav-link--active{color:#2563eb;background-color:#eff6ff;font-weight:700}.global-header-actions{display:flex;align-items:center;gap:10px}.global-footer{background:#0f172a;color:#94a3b8;border-top:1px solid #1e293b;padding:48px 20px 24px}.global-footer-inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.global-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:32px}.global-footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px}.global-footer-title{font-size:1.2rem;font-weight:800;color:#fff}.global-footer-desc{font-size:.88rem;line-height:1.5;color:#94a3b8;max-width:280px}.global-footer-heading{font-size:.85rem;font-weight:700;color:#f8fafc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}.global-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.global-footer-links button{background:transparent;border:none;color:#94a3b8;font-size:.88rem;font-weight:500;cursor:pointer;padding:0;text-align:left;transition:color .15s ease}.global-footer-links button:hover{color:#fff}.global-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid #1e293b;font-size:.82rem;color:#64748b}.public-page{display:flex;flex-direction:column;gap:48px}.landing-hero{background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #e2e8f0;border-radius:28px;padding:56px 36px;text-align:center;box-shadow:0 10px 30px #0f172a0a}.landing-hero-content{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.landing-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #cbd5e1;padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:700;color:#334155;box-shadow:0 2px 8px #0000000a}.landing-hero-title{font-size:2.5rem;font-weight:900;color:#0f172a;line-height:1.15;letter-spacing:-.8px}.landing-hero-subtitle{font-size:1.1rem;color:#475569;line-height:1.6}.landing-hero-actions{display:flex;align-items:center;gap:14px;margin-top:8px}.landing-section{display:flex;flex-direction:column;gap:28px}.section-header{text-align:center;max-width:640px;margin:0 auto}.section-title{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.4px}.section-subtitle{font-size:1rem;color:#64748b;margin-top:6px}.feature-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 16px #0f172a08}.feature-card-icon{font-size:2rem}.feature-card-title{font-size:1.1rem;font-weight:800;color:#0f172a}.feature-card-desc{font-size:.9rem;color:#64748b;line-height:1.5}.process-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:10px;position:relative}.process-step-num{width:36px;height:36px;border-radius:12px;background:#eff6ff;color:#2563eb;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center}.process-step-title{font-size:1.05rem;font-weight:800;color:#0f172a}.process-step-desc{font-size:.86rem;color:#64748b;line-height:1.45}.landing-cta-section{background:#0f172a;border-radius:28px;padding:48px 32px;color:#fff;text-align:center}.landing-cta-box{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.landing-cta-title{font-size:1.8rem;font-weight:900;color:#fff}.landing-cta-subtitle{font-size:1rem;color:#94a3b8}.landing-cta-actions{display:flex;gap:12px;margin-top:8px}.page-header{text-align:center;max-width:700px;margin:0 auto 24px}.page-title{font-size:2rem;font-weight:900;color:#0f172a;letter-spacing:-.5px}.page-subtitle{font-size:1.05rem;color:#64748b;margin-top:8px;line-height:1.5}.page-cta-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.telemetry-flow-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px 24px;box-shadow:0 4px 20px #0f172a0a}.telemetry-flow-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:20px;text-align:center}.telemetry-flow-diagram{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:12px}.flow-node{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px 18px;min-width:120px}.flow-icon{font-size:1.8rem}.flow-label{font-size:.82rem;font-weight:800;color:#0f172a;text-align:center}.flow-arrow{font-size:1.4rem;color:#2563eb;font-weight:800}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.feature-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;display:flex;gap:16px;align-items:flex-start}.feature-detail-icon{font-size:2rem;background:#eff6ff;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-detail-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:6px}.feature-detail-desc{font-size:.88rem;color:#64748b;line-height:1.5}.product-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-hero-card,.product-specs-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px 24px;display:flex;flex-direction:column;gap:20px}.product-visual-box{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f8fafc;border-radius:20px;padding:24px}.product-model-title{font-size:1.3rem;font-weight:900;color:#0f172a;margin-top:12px}.product-model-sub{font-size:.85rem;color:#64748b}.product-desc-paragraph{font-size:.95rem;color:#475569;line-height:1.6}.specs-card-title{font-size:1.15rem;font-weight:800;color:#0f172a;border-bottom:1px solid #f1f5f9;padding-bottom:12px}.specs-list{display:flex;flex-direction:column;gap:12px}.spec-row{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid #f8fafc;font-size:.88rem}.spec-label{color:#64748b;font-weight:600}.spec-value{color:#0f172a;font-weight:700;text-align:right}.pricing-notice-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:40px 32px;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.pricing-notice-icon{font-size:3rem}.pricing-notice-title{font-size:1.6rem;font-weight:900;color:#0f172a}.pricing-notice-desc{font-size:1rem;color:#475569;line-height:1.6}.pricing-features-list{display:flex;flex-direction:column;gap:12px;text-align:left;background:#f8fafc;border-radius:16px;padding:20px 24px;width:100%}.pricing-feature-item{display:flex;align-items:center;gap:10px;font-size:.92rem;font-weight:600;color:#334155}.check-icon{color:#16a34a;font-weight:900}.pricing-actions{display:flex;gap:14px}.faq-accordion-container{display:flex;flex-direction:column;gap:12px;max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.faq-question-btn{width:100%;padding:18px 20px;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.faq-question-text{font-size:1.02rem;font-weight:800;color:#0f172a}.faq-icon-indicator{font-size:1.4rem;font-weight:700;color:#2563eb}.faq-answer-body{padding:14px 20px 18px;font-size:.92rem;color:#475569;line-height:1.6;border-top:1px solid #f1f5f9;margin-top:-4px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}.contact-info-card,.contact-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:20px}.contact-info-title{font-size:1.25rem;font-weight:800;color:#0f172a}.contact-info-desc{font-size:.92rem;color:#64748b;line-height:1.5}.contact-methods-list{display:flex;flex-direction:column;gap:16px}.contact-method-item{display:flex;gap:14px;align-items:flex-start;font-size:.88rem}.contact-method-icon{font-size:1.5rem}.contact-success-state{text-align:center;padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:12px}.success-icon{width:52px;height:52px;border-radius:50%;background:#eefdf4;color:#16a34a;font-size:1.5rem;font-weight:900;display:flex;align-items:center;justify-content:center}.legal-card-body{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 36px;max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.legal-meta-bar{display:flex;justify-content:center;margin-top:10px}.legal-badge{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:.78rem;font-weight:700;padding:4px 12px;border-radius:999px}.legal-section h2{font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:10px}.legal-section p{font-size:.95rem;color:#475569;line-height:1.65;margin-bottom:10px}.system-page{display:flex;align-items:center;justify-content:center;min-height:60vh}.system-page-box{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:48px 36px;max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 10px 30px #0f172a0a}.system-page-code{font-size:4rem;font-weight:900;color:#2563eb;line-height:1}.system-page-icon{font-size:3.5rem}.system-page-title{font-size:1.6rem;font-weight:900;color:#0f172a}.system-page-desc{font-size:.95rem;color:#64748b;line-height:1.5}.system-page-actions{display:flex;gap:12px;margin-top:8px}.device-health-view{display:flex;flex-direction:column;gap:18px}.health-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.health-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #0f172a08}.health-card-head{display:flex;align-items:center;gap:8px}.health-card-icon{font-size:1.2rem}.health-card-title{font-size:.88rem;font-weight:800;color:#0f172a}.health-card-body{display:flex;flex-direction:column;gap:6px}.health-stat-main{display:flex;align-items:center;gap:8px}.health-stat-value{font-size:1.2rem;font-weight:900;color:#0f172a}.health-stat-sub{font-size:.75rem;color:#64748b;display:flex;flex-direction:column;gap:2px}.alerts-list{display:flex;flex-direction:column;gap:12px}.alert-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.alert-card--warning{border-left:4px solid #f59e0b;background:#fffbeb}.alert-card--error{border-left:4px solid #ef4444;background:#fef2f2}.alert-card--info{border-left:4px solid #3b82f6;background:#eff6ff}.alert-card-header{display:flex;align-items:center;justify-content:space-between}.alert-card-title-group{display:flex;align-items:center;gap:10px}.alert-badge{font-size:.65rem;font-weight:800;padding:2px 8px;border-radius:6px;background:#fff}.alert-title{font-size:.98rem;font-weight:800;color:#0f172a}.alert-time{font-size:.75rem;color:#64748b}.alert-message{font-size:.86rem;color:#334155;line-height:1.45}.subnav-pills{display:flex;background:#e2e8f0;padding:4px;border-radius:12px;gap:4px}.subnav-pill{flex:1;padding:8px 14px;border:none;background:transparent;font-size:.85rem;font-weight:700;color:#64748b;border-radius:8px;cursor:pointer}.subnav-pill--active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #0f172a0f}.support-quick-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-quick-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 16px;display:flex;align-items:flex-start;gap:12px;text-align:left;cursor:pointer}.support-card-icon{font-size:1.5rem}.support-quick-card h4{font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:2px}.support-quick-card p{font-size:.78rem;color:#64748b;line-height:1.4}.troubleshoot-list{padding-left:20px;margin:0;display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.global-header-nav{display:none}.global-footer-grid{grid-template-columns:1fr 1fr}.global-footer-col--brand{grid-column:1 / -1}.landing-hero-title{font-size:1.8rem}.product-overview-grid,.contact-grid,.support-quick-cards{grid-template-columns:1fr}.telemetry-flow-diagram{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}.health-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%}.health-section--full{grid-column:1 / -1}.health-section--stale{border-color:#fcd34d;background-color:#fffbeb}.health-section--offline{border-color:#fca5a5;background-color:#fef2f2}.form-card-icon--neutral{background-color:#f1f5f9;color:#475569}.health-chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.health-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700;border:1px solid transparent}.health-chip--ok{background-color:#eefdf4;color:#15803d;border-color:#bbf7d0}.health-chip--ok .status-dot{background-color:#16a34a}.health-chip--warn{background-color:#fffbeb;color:#b45309;border-color:#fde68a}.health-chip--warn .status-dot{background-color:#d97706}.health-chip--err{background-color:#fef2f2;color:#b91c1c;border-color:#fecaca}.health-chip--err .status-dot{background-color:#dc2626}.health-chip--muted{background-color:#f1f5f9;color:#64748b;border-color:#e2e8f0}.health-chip--muted .status-dot{background-color:#94a3b8}.health-value-lg{font-size:1.4rem;font-weight:900;color:#0f172a}.health-meta{font-size:.82rem;color:#64748b;line-height:1.45}.health-disabled-banner{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 14px;border-radius:12px;font-size:.82rem;font-weight:600;margin-top:10px}.health-conditions{display:flex;flex-direction:column;gap:10px}.health-condition{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.health-condition--warn{border-left:4px solid #f59e0b;background:#fffbeb}.health-condition--err{border-left:4px solid #ef4444;background:#fef2f2}.health-condition-row{display:flex;align-items:center;justify-content:space-between}.health-condition-title{font-size:.88rem;font-weight:800;color:#0f172a}.health-condition-meta{font-size:.72rem;color:#64748b}.health-condition-msg{font-size:.82rem;color:#334155;line-height:1.4}@media (max-width: 640px){.health-section-grid{grid-template-columns:1fr}}
