:root{--font-body: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono: "Fira Code", monospace;--color-bg-0: rgb(202, 216, 228);--color-bg-1: hsl(209, 36%, 86%);--color-bg-2: hsl(224, 44%, 95%);--color-surface: #ffffff;--color-border: #dee2e6;--color-theme-1: #0044ff9a;--color-theme-2: #4075a6;--color-text: rgba(0, 0, 0, .7);--column-width: 42rem;--column-margin-top: 4rem;font-family:var(--font-body);color:var(--color-text)}:root[data-theme=dark]{--color-bg-0: #0f172a;--color-bg-1: #1e293b;--color-bg-2: #334155;--color-surface: #1e293b;--color-border: #475569;--color-theme-1: #60a5fa;--color-theme-2: #93c5fd;--color-text: #f1f5f9}body{min-height:100vh;margin:0;background-attachment:fixed;background-color:var(--color-bg-1);color:var(--color-text);transition:background-color .3s ease,color .3s ease}h1,h2,p{font-weight:400}p{line-height:1.5}a{color:var(--color-theme-1);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:2rem;text-align:center}h2{font-size:1rem}pre{font-size:16px;font-family:var(--font-mono);background-color:#ffffff73;border-radius:3px;box-shadow:2px 2px 6px #ffffff40;padding:.5em;overflow-x:auto;color:var(--color-text)}.text-column{display:flex;max-width:48rem;flex:.6;flex-direction:column;justify-content:center;margin:0 auto}input,button{font-size:inherit;font-family:inherit}button:focus:not(:focus-visible){outline:none}@media (min-width: 720px){h1{font-size:2.4rem}}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.toast-container.svelte-cqwvc2{position:fixed;bottom:20px;right:20px;z-index:2147483647;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast.svelte-cqwvc2{pointer-events:auto;min-width:280px;max-width:400px;padding:12px 16px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;color:#333;font-size:.95rem;border-left:5px solid #ccc;line-height:1.4}.toast.info.svelte-cqwvc2{border-left-color:#007bff}.toast.success.svelte-cqwvc2{border-left-color:#28a745}.toast.error.svelte-cqwvc2{border-left-color:#dc3545}.toast.warning.svelte-cqwvc2{border-left-color:#ffc107}.close-btn.svelte-cqwvc2{background:none;border:none;font-size:1.5rem;line-height:.8;cursor:pointer;color:#999;padding:0;margin:0;opacity:.7;transition:opacity .2s}.close-btn.svelte-cqwvc2:hover{opacity:1;color:#333}[data-theme=dark] .toast.svelte-cqwvc2{background:#242424;color:#e4e4e7;box-shadow:0 4px 12px #0006}[data-theme=dark] .close-btn.svelte-cqwvc2{color:#a1a1aa}[data-theme=dark] .close-btn.svelte-cqwvc2:hover{color:#e4e4e7}@media (max-width: 480px){.toast-container.svelte-cqwvc2{left:16px;right:16px;bottom:16px}.toast.svelte-cqwvc2{min-width:0;width:100%}}.desktop-nav.svelte-12qhfyh{display:none!important}.mobile-menu-toggle.svelte-12qhfyh,.mobile-nav.svelte-12qhfyh{display:block}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}header.svelte-12qhfyh{padding:1rem 2rem;background:transparent;width:100%;box-sizing:border-box}nav.svelte-12qhfyh{background:#fff;border:2px solid var(--color-theme-1);border-radius:12px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:100%;box-sizing:border-box}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:60px;padding:0 2rem;width:100%;box-sizing:border-box;min-width:0}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--color-theme-1);text-decoration:none}.logo.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1.8rem}.nav-links.svelte-12qhfyh{display:flex;gap:1rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text);text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .2s;font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#1900ff1a;color:var(--color-theme-1)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:var(--color-theme-1);color:#fff;font-weight:600}.user-controls.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.user-name-container.svelte-12qhfyh{position:relative}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1900ff0d;border:1px solid rgba(25,0,255,.15);border-radius:20px;font-size:.9rem;color:var(--color-text);transition:all .2s}.user-info.svelte-12qhfyh:hover{background:#1900ff1a;border-color:#1900ff40}.logout-btn.svelte-12qhfyh{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.2rem;border-radius:4px;transition:background-color .2s}.settings-btn.svelte-12qhfyh{text-decoration:none;font-size:1.2rem;padding:.2rem;border-radius:4px;transition:background-color .2s;margin-right:.2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer}.logout-btn.svelte-12qhfyh:hover,.settings-btn.svelte-12qhfyh:hover{background-color:#0000001a}.user-name-container.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.user-icon.svelte-12qhfyh{font-size:1rem;opacity:.8}.user-name-text.svelte-12qhfyh{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.mobile-controls.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.mobile-menu-toggle.svelte-12qhfyh{display:block;appearance:none;border:0;background:transparent;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s}.mobile-menu-toggle.svelte-12qhfyh:hover{background:#0000000d}.hamburger.svelte-12qhfyh{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;height:2px;background:var(--color-theme-1);border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav.svelte-12qhfyh{display:block;overflow:hidden;max-height:0;transition:max-height .3s ease-out,opacity .3s ease-out;border-top:1px solid rgba(25,0,255,.1);opacity:0}.mobile-nav.open.svelte-12qhfyh{max-height:500px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}.mobile-nav-links.svelte-12qhfyh{display:flex;flex-direction:column;padding:1rem 2rem;gap:.25rem}.mobile-user-section.svelte-12qhfyh{display:none;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text);text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:all .2s;font-weight:500;border-left:3px solid transparent}.mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#1900ff0d;border-left-color:var(--color-theme-1)}.mobile-nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:#1900ff1a;color:var(--color-theme-1);border-left-color:var(--color-theme-1);font-weight:600}main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}footer.svelte-12qhfyh{background:#f8f9fa;padding:1rem 2rem;text-align:center;border-top:1px solid #e0e0e0;color:#666}.global-notify-icon.svelte-12qhfyh{appearance:none;border:0;background:transparent;color:var(--text-color, #111);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:background .12s,transform .12s}.global-notify-icon.svelte-12qhfyh:hover{background:#0000000a;transform:translateY(-1px)}@media (max-width: 640px){.global-notify-icon.svelte-12qhfyh{width:40px;height:40px;border-radius:10px}}@media (min-width: 1024px){.global-notify-icon.svelte-12qhfyh{width:34px;height:34px}}@media (max-width: 768px){header.svelte-12qhfyh{padding:.5rem 1rem;width:100%;max-width:100vw}.nav-container.svelte-12qhfyh{height:60px;padding:0 1rem;width:100%;max-width:100%}.user-name-container.svelte-12qhfyh{display:none}.mobile-user-section.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem}.mobile-user-section.svelte-12qhfyh .user-info:where(.svelte-12qhfyh){padding:.35rem .5rem;width:auto;background:#1900ff0d;height:2.5rem;font-size:.85rem;gap:.4rem}.desktop-nav.svelte-12qhfyh{display:none}.mobile-menu-toggle.svelte-12qhfyh,.mobile-nav.svelte-12qhfyh{display:block}.logo.svelte-12qhfyh{font-size:1.3rem;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1.5rem}.mobile-nav-links.svelte-12qhfyh{padding:1rem;width:100%;box-sizing:border-box}}@media (max-width: 480px){header.svelte-12qhfyh{padding:.25rem .5rem}.nav-container.svelte-12qhfyh{padding:0 .75rem}.logo.svelte-12qhfyh{font-size:1.1rem;max-width:50%}.logo.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1.3rem}.mobile-nav-links.svelte-12qhfyh{padding:.75rem}}[data-theme=dark]{--color-bg-1: #1a1a1a;--color-bg-2: #242424;--color-theme-1: #4d79ff;--color-theme-2: #3d69ef;--color-text: #e4e4e7;--color-text-secondary: #a1a1aa;--border-color: #3f3f46;--shadow-color: rgba(0, 0, 0, .5)}[data-theme=dark] nav.svelte-12qhfyh{background:#242424;border-color:#3f3f46;box-shadow:0 2px 16px #0006}[data-theme=dark] .logo.svelte-12qhfyh{color:#4d79ff}[data-theme=dark] .nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#e4e4e7}[data-theme=dark] .nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#4d79ff26;color:#6b95ff}[data-theme=dark] .nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:#4d79ff;color:#fff}[data-theme=dark] .user-info.svelte-12qhfyh{background:#4d79ff1a;border-color:#4d79ff33;color:#e4e4e7}[data-theme=dark] .user-info.svelte-12qhfyh:hover{background:#4d79ff33;border-color:#4d79ff4d}[data-theme=dark] .logout-btn.svelte-12qhfyh:hover{background:#ffffff1a}[data-theme=dark] .mobile-menu-toggle.svelte-12qhfyh:hover{background:#ffffff0d}[data-theme=dark] .hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){background:#6b95ff}[data-theme=dark] .mobile-nav.svelte-12qhfyh{border-top-color:#3f3f46}[data-theme=dark] .mobile-user-section.svelte-12qhfyh{border-bottom-color:#3f3f46}[data-theme=dark] .mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#e4e4e7}[data-theme=dark] .mobile-nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background-color:#4d79ff1a;border-left-color:#4d79ff}[data-theme=dark] .mobile-nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:#4d79ff33;color:#6b95ff;border-left-color:#4d79ff}[data-theme=dark] footer.svelte-12qhfyh{background:#1f1f1f;border-top-color:#3f3f46;color:#a1a1aa}[data-theme=dark] .global-notify-icon.svelte-12qhfyh{color:#e4e4e7}[data-theme=dark] .global-notify-icon.svelte-12qhfyh:hover{background:#ffffff14}
