*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=light]{--primary-color: #007aff;--primary-dark: #0056cc;--secondary-color: #f2f2f7;--accent-color: #ff9500;--success-color: #34c759;--warning-color: #ff9500;--error-color: #ff3b30;--text-primary: #1c1c1e;--text-secondary: #8e8e93;--text-light: #c7c7cc;--border-color: #e5e5ea;--white: #ffffff;--background: #fafafa;--card-background: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .15);--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--gradient-primary: linear-gradient(145deg, #007aff 0%, #0051d5 100%)}[data-theme=dark]{--primary-color: #0a84ff;--primary-dark: #409cff;--secondary-color: #1c1c1e;--accent-color: #ff9f0a;--success-color: #30d158;--warning-color: #ff9f0a;--error-color: #ff453a;--text-primary: #f5f5f7;--text-secondary: #98989d;--text-light: #636366;--border-color: #38383a;--white: #1c1c1e;--background: #000000;--card-background: #1c1c1e;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .45);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .5);--gradient-primary: linear-gradient(145deg, #0a84ff 0%, #0051d5 100%)}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{font-family:var(--eb-font, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "SF Pro Text", "Helvetica Neue", sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);line-height:1.5;background-color:var(--background);min-height:100vh;font-weight:400}a{color:inherit}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--background);gap:1rem;font-family:inherit}.app-loading .loading-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.app-loading p{color:var(--text-secondary);font-size:.875rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-theme=light]{--eb-font: ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "SF Pro Text", "Helvetica Neue", sans-serif;--eb-blue: #007aff;--eb-blue-soft: rgba(0, 122, 255, .18);--eb-green: #34c759;--eb-orange: #ff9500;--eb-red: #ff3b30;--eb-teal: #5ac8fa;--eb-purple: #af52de;--eb-label: #1c1c1e;--eb-secondary: #8e8e93;--eb-tertiary: #c7c7cc;--eb-fill: #78788033;--eb-gray6: #f2f2f7;--eb-gray5: #e5e5ea;--eb-bg-grouped: #f2f2f7;--eb-card: #ffffff;--eb-surface-elevated: #ffffff;--eb-header-bg: rgba(255, 255, 255, .86);--eb-table-head-bg: rgba(242, 242, 247, .92);--eb-separator: rgba(60, 60, 67, .12);--eb-success-fg: #248a3d;--eb-warning-fg: #c93400;--eb-teal-fg: #0071a4;--eb-purple-fg: #8944b8;--eb-pill-web-fg: #0051d5;--eb-radius-lg: 28px;--eb-radius-md: 16px;--eb-radius-sm: 12px;--eb-shadow-card: 0 8px 24px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--eb-shadow-soft: 0 1px 3px rgba(0, 0, 0, .04);--eb-focus-ring: rgba(0, 122, 255, .12);--eb-btn-shadow: rgba(0, 122, 255, .22);--eb-hero-gradient: linear-gradient( 145deg, rgba(0, 122, 255, .16) 0%, rgba(0, 122, 255, .06) 38%, var(--eb-gray6) 72% );--eb-cta-gradient: linear-gradient(145deg, #007aff 0%, #0051d5 100%)}[data-theme=dark]{--eb-blue: #0a84ff;--eb-blue-soft: rgba(10, 132, 255, .28);--eb-green: #30d158;--eb-orange: #ff9f0a;--eb-red: #ff453a;--eb-teal: #64d2ff;--eb-purple: #bf5af2;--eb-label: #f5f5f7;--eb-secondary: #98989d;--eb-tertiary: #636366;--eb-fill: rgba(120, 120, 128, .36);--eb-gray6: #1c1c1e;--eb-gray5: #2c2c2e;--eb-bg-grouped: #000000;--eb-card: #1c1c1e;--eb-surface-elevated: #2c2c2e;--eb-header-bg: rgba(28, 28, 30, .86);--eb-table-head-bg: rgba(44, 44, 46, .96);--eb-separator: rgba(84, 84, 88, .55);--eb-success-fg: #30d158;--eb-warning-fg: #ff9f0a;--eb-teal-fg: #64d2ff;--eb-purple-fg: #bf5af2;--eb-pill-web-fg: #64d2ff;--eb-shadow-card: 0 8px 24px rgba(0, 0, 0, .45), 0 2px 8px rgba(0, 0, 0, .3);--eb-shadow-soft: 0 1px 3px rgba(0, 0, 0, .35);--eb-focus-ring: rgba(10, 132, 255, .28);--eb-btn-shadow: rgba(10, 132, 255, .35);--eb-hero-gradient: linear-gradient( 145deg, rgba(10, 132, 255, .22) 0%, rgba(10, 132, 255, .08) 38%, #0a0a0c 72% );--eb-cta-gradient: linear-gradient(145deg, #0a84ff 0%, #0051d5 100%)}
