:root{--bg-primary: #ffffff;--bg-surface: #f5f4f7;--bg-page: #dfd9e2;--text-primary: #1f2421;--text-secondary: #89909f;--text-tertiary: #b0b5c1;--interactive-primary: #538083;--interactive-bg: #ebf2f2;--op: #c2c7d0;--status-ok-bg: #eaf4f0;--status-ok-text: #2a7f62;--status-warn-bg: #f9f3eb;--status-warn-text: #d48312;--status-danger-bg: #fcebeb;--status-danger-text: #a32d2d;--border-regular: #dfd9e2;--border-soft: #e5e3ea;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-caption: .6875rem;--fs-label: .75rem;--fs-body: .875rem;--fs-title: 1.125rem;--fs-kpi-sm: 1.25rem;--fs-kpi: 1.375rem;--tap-target: 44px;--tabbar-height: 83px;--app-max-width: 430px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-family);font-size:var(--fs-body);color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased}#app{width:min(100%,var(--app-max-width));margin-inline:auto;min-height:100vh;background:var(--bg-primary)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.screen{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-primary)}.screen--surface{background:var(--bg-surface)}.screen__body{flex:1;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-4)}.section-label{font-size:var(--fs-label);font-weight:500;color:var(--text-secondary)}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
