:root{--bg: #fafafa;--bg-card: #fff;--text: #1a1a1a;--text-muted: #666;--border: #e5e5e5;--primary: #2563eb;--primary-hover: #1d4ed8;--danger: #dc2626;--success: #16a34a;--radius: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--primary);text-decoration:none}button{cursor:pointer;border:none;font:inherit}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius);font-weight:500;transition:background .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-ghost{background:transparent;color:var(--text)}.btn-ghost:hover{background:var(--border)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.input{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit}.input:focus{outline:2px solid var(--primary);outline-offset:-1px}.label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.badge{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:999px;background:var(--border)}.badge-success{background:#dcfce7;color:var(--success)}.badge-warning{background:#fef3c7;color:#d97706}.layout.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:220px;background:#1a1a1a;color:#fff;padding:1.5rem 1rem;flex-shrink:0}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:700;margin-bottom:2rem;padding:0 .75rem}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem}.nav-link.svelte-12qhfyh{color:#a1a1a1;padding:.5rem .75rem;border-radius:6px;transition:all .2s}.nav-link.svelte-12qhfyh:hover{color:#fff;background:#333}.main.svelte-12qhfyh{flex:1;padding:2rem;overflow-y:auto}
