@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";:root{--bg-color: #000000;--surface-color: #0d0d0d;--surface-elevated: #1a1a1a;--border-color: #262626;--text-primary: #ffffff;--text-secondary: #a3a3a3;--accent-color: #4ade80;--accent-soft: rgba(74, 222, 128, .1);--selection-color: #262626;--font-main: "Outfit", sans-serif;transition:background-color .3s ease,color .3s ease}:root[data-theme=light]{--bg-color: #f8fafc;--surface-color: #ffffff;--surface-elevated: #f1f5f9;--border-color: #e2e8f0;--text-primary: #0f172a;--text-secondary: #64748b;--accent-color: #22c55e;--accent-soft: rgba(34, 197, 94, .1)}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none;font-family:inherit;color:inherit}.glass{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.card{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:20px;transition:transform .2s ease,border-color .2s ease}.card:hover{border-color:var(--text-secondary)}.graph-container{width:100%;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.toast-container.svelte-cqwvc2{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast.svelte-cqwvc2{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:var(--surface-color);border:1px solid var(--border-color);box-shadow:0 8px 20px #0003;min-width:300px;max-width:400px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.toast-success.svelte-cqwvc2{border-left:4px solid #4ade80}.toast-error.svelte-cqwvc2{border-left:4px solid #f87171}.toast-info.svelte-cqwvc2{border-left:4px solid #60a5fa}.icon.svelte-cqwvc2{display:flex;align-items:center;color:var(--text-secondary)}.toast-success.svelte-cqwvc2 .icon:where(.svelte-cqwvc2){color:#4ade80}.toast-error.svelte-cqwvc2 .icon:where(.svelte-cqwvc2){color:#f87171}.toast-info.svelte-cqwvc2 .icon:where(.svelte-cqwvc2){color:#60a5fa}.content.svelte-cqwvc2 p:where(.svelte-cqwvc2){margin:0;font-size:.9rem;font-weight:500;color:var(--text-primary)}.close-btn.svelte-cqwvc2{margin-left:auto;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:50%;transition:all .2s}.close-btn.svelte-cqwvc2:hover{background:#ffffff0d;color:var(--text-primary)}@media(max-width:600px){.toast-container.svelte-cqwvc2{inset:auto 24px 24px}}.modal-backdrop.svelte-mrlnh3{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content.svelte-mrlnh3{width:90%;max-width:400px;padding:2rem;border-radius:24px;border:1px solid var(--border-color);position:relative;text-align:center;box-shadow:0 20px 40px #0006}.close-btn.svelte-mrlnh3{position:absolute;top:1.25rem;right:1.25rem;color:var(--text-secondary);transition:color .2s}.close-btn.svelte-mrlnh3:hover{color:var(--text-primary)}.modal-body.svelte-mrlnh3{margin-bottom:2rem}.icon-wrapper.svelte-mrlnh3{margin-bottom:1.5rem;display:flex;justify-content:center}h2.svelte-mrlnh3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}p.svelte-mrlnh3{color:var(--text-secondary);line-height:1.5}.modal-footer.svelte-mrlnh3{display:flex;gap:1rem}button.svelte-mrlnh3{flex:1;padding:.875rem;border-radius:12px;font-weight:600;transition:all .2s}.btn-cancel.svelte-mrlnh3{background:#ffffff0d;color:var(--text-primary);border:1px solid var(--border-color)}.btn-cancel.svelte-mrlnh3:hover{background:#ffffff1a}.btn-confirm.svelte-mrlnh3{background:var(--accent-color);color:#000}.btn-confirm.svelte-mrlnh3:hover{filter:brightness(1.1)}.bg-danger.svelte-mrlnh3{background:#f87171!important;color:#fff!important}.app-container.svelte-12qhfyh{min-height:100vh;position:relative;background-color:var(--bg-color)}.content.svelte-12qhfyh{padding:2rem 2rem 8rem;min-height:100vh;transition:padding .3s}.floating-toolbar.svelte-12qhfyh{position:fixed;bottom:2rem;left:2rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;border-radius:24px;z-index:1000;box-shadow:0 20px 50px #0000004d;border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1)}.brand.svelte-12qhfyh{display:flex;justify-content:center;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.nav-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;color:var(--text-secondary);transition:all .2s ease;text-decoration:none;overflow:hidden;width:44px}.nav-label.svelte-12qhfyh{font-size:.9rem;font-weight:600;white-space:nowrap;opacity:0;transform:translate(-10px);transition:all .2s;display:none}.nav-item.svelte-12qhfyh:hover{background:var(--accent-soft);color:var(--accent-color)}.toolbar-footer.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color)}.theme-toggle.svelte-12qhfyh{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--text-secondary);transition:all .2s;background:none;border:none;cursor:pointer}.theme-toggle.svelte-12qhfyh:hover{color:var(--accent-color);background:var(--surface-elevated)}@media(max-width:1024px){.content.svelte-12qhfyh{padding:1.5rem 1.5rem 7rem}.floating-toolbar.svelte-12qhfyh{bottom:1.5rem;left:1.5rem}}@media(max-width:600px){.floating-toolbar.svelte-12qhfyh{bottom:1rem;left:50%;transform:translate(-50%);flex-direction:row;width:auto;padding:.75rem;border-radius:50px;align-items:center;gap:1rem}.brand.svelte-12qhfyh,.toolbar-footer.svelte-12qhfyh{padding:0;border:none}.nav-links.svelte-12qhfyh{flex-direction:row}.nav-item.svelte-12qhfyh:hover{width:44px}.nav-item.svelte-12qhfyh:hover .nav-label:where(.svelte-12qhfyh){display:none}.content.svelte-12qhfyh{padding:1rem 1rem 6rem}}
