:root{--sans:"Inter", "Noto Sans TC", system-ui, -apple-system, sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--primary-glow:#7c3aed26;--bg:#f8fafc;--text:#475569;--text-h:#0f172a;--border:#e2e8f0;--code-bg:#f1f5f9;--accent:#7c3aed;--accent-bg:#7c3aed14;--accent-border:#7c3aed4d;--accent-glow:#7c3aed1a;--card-bg:#fff;--card-disabled-bg:#f1f5f9;--social-bg:#f1f5f9b3;--shadow-sm:0 1px 3px 0 #0000000d, 0 1px 2px -1px #0000000d;--shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -5px #0000000d, 0 8px 10px -6px #0000000d;font-family:var(--sans);color:var(--text);background-color:var(--bg);box-sizing:border-box;min-height:100vh;font-size:16px;line-height:1.6;transition:background-color .3s,color .3s}:root.dark{--bg:#080c14;--text:#94a3b8;--text-h:#f8fafc;--border:#1e293b;--code-bg:#111827;--accent:#a78bfa;--accent-bg:#a78bfa1a;--accent-border:#a78bfa66;--accent-glow:#a78bfa40;--card-bg:#111827b3;--card-disabled-bg:#0f172a66;--social-bg:#11182799;--shadow-sm:0 1px 3px 0 #0000004d, 0 1px 2px -1px #0000004d;--shadow:0 10px 15px -3px #0006, 0 4px 6px -4px #0006;--shadow-lg:0 20px 25px -5px #00000080, 0 10px 10px -5px #0006}body{background-color:var(--bg);color:var(--text);margin:0;padding:0;overflow-x:hidden}:root.dark .card{-webkit-backdrop-filter:blur(16px)}a,button{transition:all .2s cubic-bezier(.16,1,.3,1)}input{color:inherit;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--accent-border)}.app-wrapper.svelte-12qhfyh{box-sizing:border-box;flex-direction:column;min-height:100vh;display:flex}.app-header.svelte-12qhfyh{z-index:50;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background-color .3s,border-color .3s;position:sticky;top:0}html:not(.dark) .app-header.svelte-12qhfyh{background:#f8fafcd9}html.dark .app-header.svelte-12qhfyh{background:#080c14d9}.header-container.svelte-12qhfyh{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo-area.svelte-12qhfyh{cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon.svelte-12qhfyh{filter:drop-shadow(0 2px 4px #0000001a);font-size:1.85rem}.logo-text.svelte-12qhfyh{color:var(--text-h);letter-spacing:-.01em;font-size:1.25rem;font-weight:800}.logo-subtext.svelte-12qhfyh{color:var(--text);opacity:.8;margin-left:.25rem;font-size:.9rem;font-weight:500}.theme-toggle.svelte-12qhfyh{background:var(--code-bg);border:1px solid var(--border);color:var(--text-h);cursor:pointer;width:2.5rem;height:2.5rem;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-toggle.svelte-12qhfyh:hover{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent);transform:scale(1.05)}.theme-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.25rem;height:1.25rem}.theme-toggle.svelte-12qhfyh svg.sun:where(.svelte-12qhfyh){animation:12s linear infinite svelte-12qhfyh-rotateSun}@keyframes svelte-12qhfyh-rotateSun{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-main.svelte-12qhfyh{box-sizing:border-box;flex-grow:1}.app-footer.svelte-12qhfyh{background:var(--code-bg);border-top:1px solid var(--border);text-align:center;margin-top:auto;padding:3rem 1.5rem;transition:background-color .3s,border-color .3s}.footer-container.svelte-12qhfyh{flex-direction:column;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;display:flex}.app-footer.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-h);margin:0;font-size:.9rem;font-weight:500}.app-footer.svelte-12qhfyh .footer-note:where(.svelte-12qhfyh){color:var(--text);opacity:.8;max-width:600px;margin-top:.5rem;font-size:.8rem;line-height:1.5}.footer-nav.svelte-12qhfyh{color:var(--text);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.footer-author.svelte-12qhfyh{color:var(--text-h);font-weight:600}.footer-divider.svelte-12qhfyh{color:var(--border);opacity:.5}.footer-link.svelte-12qhfyh{color:var(--text);text-decoration:none;transition:color .2s}.footer-link.svelte-12qhfyh:hover{color:var(--accent)}.author-link.svelte-12qhfyh{color:var(--accent);font-weight:700;text-decoration:none;transition:color .2s}.author-link.svelte-12qhfyh:hover{text-decoration:underline}.freelance-highlight.svelte-12qhfyh{color:var(--accent);font-weight:600}.freelance-highlight.svelte-12qhfyh:hover{text-decoration:underline}.footer-copyright.svelte-12qhfyh{opacity:.7;margin-top:.25rem;color:var(--text)!important;font-size:.8rem!important}html.dark{--accent-glow:#a78bfa26;--accent-light:#c084fc}:root{--accent-glow:#7c3aed26}
