.theme-toggle.svelte-1cmi4dh{cursor:pointer;width:30px;height:30px;color:var(--text-color);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex}.theme-toggle.svelte-1cmi4dh:hover{transform:scale(1.1)}.theme-toggle.svelte-1cmi4dh:focus:not(:focus-visible){outline:none}:root{--bg-color:#1a1a1a;--bg-secondary:#2a2a2a;--text-color:#f0f0f0;--text-color-2nd:#d0b81e;--text-muted:#999;--border-color:#333;--shadow-color:#000000b3;--link-color:#5a8ec0;--img-placeholder:#282828}:root[data-theme=light]{--bg-color:#fff;--bg-secondary:#f5f5f5;--text-color:#1a1a1a;--text-color-2nd:#a49326;--text-muted:#666;--border-color:#ddd;--shadow-color:#0000004d;--link-color:#06c;--img-placeholder:#f0f0f0}body{background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;transition:background-color .2s,color .2s}a{color:var(--link-color)}.missing-path{font-family:monospace;font-style:italic;font-weight:700}