html,body,#app{height:100%;margin:0;padding:0}:root,html[data-theme=light]{--color-bg-page:#f5f7fb;--color-bg-panel:#fff;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-border:#e5e7eb;--color-primary:#2080f0;--color-success:#18a058;--color-warning:#f0a020;--color-danger:#d03050;--color-disabled:#c0c4cc;--radius-card:8px;--space-page:16px;--space-card-gap:16px;--shadow-card:0 1px 2px #0000000a}html[data-theme=dark]{--color-bg-page:#0f1115;--color-bg-panel:#1a1d24;--color-text-primary:#e5e7eb;--color-text-secondary:#9ca3af;--color-text-tertiary:#6b7280;--color-border:#2a2f3a;--color-primary:#4c8bf5;--color-success:#63e2b7;--color-warning:#f2c97d;--color-danger:#e88080;--color-disabled:#4c5260;--radius-card:8px;--space-page:16px;--space-card-gap:16px;--shadow-card:0 1px 2px #0003}*{box-sizing:border-box}html,body{background-color:var(--color-bg-page);color:var(--color-text-primary);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}html[data-theme=dark]{--color-bg-page:#0f1115;--color-bg-panel:#1a1d24;--color-text-primary:#e5e7eb;--color-text-secondary:#9ca3af;--color-text-tertiary:#6b7280;--color-border:#2a2f3a}html[data-theme=light],html:not([data-theme]){--color-bg-page:#f5f7fb;--color-bg-panel:#fff;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-border:#e5e7eb}
