:root{--color-bg: #0f172a;--color-surface: #1e293b;--color-surface-2: #334155;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-danger: #ef4444;--color-success: #22c55e;--color-warning: #f59e0b;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: #475569;--radius: 8px;--radius-sm: 4px;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--font-family: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:.9rem;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--color-primary);outline-offset:-1px}.toast-container.svelte-1cpok13{position:fixed;top:1rem;right:1rem;z-index:2000;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast.svelte-1cpok13{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;box-shadow:0 4px 12px #0000004d;animation:svelte-1cpok13-slideIn .2s ease-out}@keyframes svelte-1cpok13-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success.svelte-1cpok13{background:#14532d;border:1px solid var(--color-success);color:#bbf7d0}.toast-error.svelte-1cpok13{background:#450a0a;border:1px solid var(--color-danger);color:#fecaca}.toast-warning.svelte-1cpok13{background:#451a03;border:1px solid var(--color-warning);color:#fed7aa}.toast-icon.svelte-1cpok13{font-weight:700;font-size:1rem;flex-shrink:0}.toast-message.svelte-1cpok13{line-height:1.3}header.svelte-1elxaub{background:var(--color-surface);border-bottom:1px solid var(--color-border);height:56px;position:sticky;top:0;z-index:100}.header-inner.svelte-1elxaub{max-width:1280px;margin:0 auto;display:flex;align-items:center;height:100%;padding:0 1.5rem;gap:1.5rem}.logo.svelte-1elxaub{font-weight:700;font-size:1.1rem;color:var(--color-text);white-space:nowrap}.logo.svelte-1elxaub:hover{text-decoration:none}nav.svelte-1elxaub{display:flex;gap:.75rem}.nav-link.svelte-1elxaub{color:var(--color-text-muted);font-size:.9rem;padding:.35rem .65rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.nav-link.svelte-1elxaub:hover{color:var(--color-text);background:var(--color-surface-2);text-decoration:none}.header-right.svelte-1elxaub{margin-left:auto;display:flex;align-items:center;gap:.75rem}.username.svelte-1elxaub{font-size:.85rem;color:var(--color-text-muted)}.logout-btn.svelte-1elxaub{background:none;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:.8rem;padding:.3rem .7rem;border-radius:var(--radius-sm);transition:border-color .15s,color .15s}.logout-btn.svelte-1elxaub:hover{border-color:var(--color-danger);color:var(--color-danger)}main.svelte-12qhfyh{min-height:calc(100vh - 56px)}
