:root{--primary-color: #4a90e2;--secondary-color: #f39c12;--error-color: #e74c3c;--background-color: #f5f5f5;--surface-color: #ffffff;--card-bg: #ffffff;--text-color: #333333;--text-secondary: #666666;--button-bg: #ffffff;--button-hover: #e8e8e8;--button-active: #d0d0d0;--button-border: #dddddd;--operator-bg: #f39c12;--operator-hover: #e08e0b;--display-bg: #222222;--display-text: #ffffff;--theme-transition: background-color .3s ease, color .3s ease}:root[data-theme=dark]{--primary-color: #5ba3ff;--secondary-color: #ffa726;--error-color: #ef5350;--background-color: #121212;--surface-color: #1e1e1e;--card-bg: #2a2a2a;--text-color: #e0e0e0;--text-secondary: #a0a0a0;--button-bg: #3a3a3a;--button-hover: #4a4a4a;--button-active: #5a5a5a;--button-border: #555555;--operator-bg: #ffa726;--operator-hover: #fb8c00;--display-bg: #0d0d0d;--display-text: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{transition:var(--theme-transition)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--background-color);color:var(--text-color);min-height:100vh;transition:var(--theme-transition)}#svelte{width:100%;display:flex;flex-direction:column}.theme-toggle.svelte-zx816h{background:transparent;border:2px solid var(--text-color);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-color);transition:all .3s ease;padding:0}.theme-toggle.svelte-zx816h:hover{background:var(--button-hover);transform:scale(1.1)}.theme-toggle.svelte-zx816h:active{transform:scale(.95)}.theme-toggle.svelte-zx816h svg:where(.svelte-zx816h){display:block}.app-container.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{background:var(--surface-color);border-bottom:1px solid var(--button-border);padding:16px 24px;transition:var(--theme-transition)}.header-content.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-size:1.5rem;margin:0}
