:root{color-scheme:light;--color-text: #202725;--color-text-secondary: #626b68;--color-text-muted: #7d8783;--color-page: #f2f4f3;--color-surface: #ffffff;--color-surface-subtle: #f7f9f8;--color-border: #dfe4e2;--color-border-strong: #cbd3d0;--color-primary: #147d69;--color-primary-hover: #0f6959;--color-primary-pressed: #0b594c;--color-primary-soft: #e9f5f2;--color-info: #2563a6;--color-info-soft: #edf4fb;--color-success: #21825e;--color-success-soft: #eaf6f0;--color-warning: #a96008;--color-warning-soft: #fff6e7;--color-error: #bf3b3b;--color-error-soft: #fff0f0;--color-disabled: #f0f2f1;--color-disabled-text: #9ba39f;--color-scrim: rgba(24, 33, 31, .48);--focus-ring: 0 0 0 3px rgba(20, 125, 105, .18);--shadow-surface: 0 10px 30px rgba(31, 43, 39, .08);--shadow-sticky: 0 -4px 16px rgba(31, 43, 39, .08);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--motion-fast: .16s;--motion-base: .22s;--motion-slow: .28s;--motion-ease: cubic-bezier(.2, 0, 0, 1);--z-header: 20;--z-action-bar: 30;--z-overlay: 1000;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--touch-target: 44px;--workspace-max: 1480px;--font-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;background:var(--color-page);font-family:var(--font-system);color:var(--color-text)}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--color-page);color:var(--color-text);font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button,[role=button]{touch-action:manipulation}a{color:var(--color-primary)}img{display:block;max-width:100%}#app{min-height:100vh}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background:var(--color-primary-soft);color:var(--color-text)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
