:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #10b981;--danger: #ef4444;--warning: #f59e0b;--background: #f8fafc;--surface: #ffffff;--surface-dark: #f1f5f9;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--text);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;font-size:.875rem;transition:all .2s ease;gap:.5rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-dark)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--secondary);color:#fff}.btn-success:hover{background:#059669}.card{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.card-title{font-size:1.125rem;font-weight:600}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#e0e7ff;color:#3730a3}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border)}th{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-dark)}tr:hover td{background:var(--surface-dark)}.input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;width:100%;transition:border-color .2s ease}.input:focus{outline:none;border-color:var(--primary)}.select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;background:var(--surface);cursor:pointer}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.375rem;font-weight:500;font-size:.875rem}.layout.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:260px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0}.sidebar-header.svelte-12qhfyh{padding:1.5rem;border-bottom:1px solid var(--border)}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--primary)}.sidebar-nav.svelte-12qhfyh{flex:1;padding:1rem 0;overflow-y:auto}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:var(--text-muted);transition:all .2s ease;text-decoration:none}.nav-item.svelte-12qhfyh:hover{background:var(--surface-dark);color:var(--text);text-decoration:none}.nav-item.active.svelte-12qhfyh{background:var(--primary);color:#fff}.nav-icon.svelte-12qhfyh{font-size:1.125rem}.nav-label.svelte-12qhfyh{font-size:.875rem;font-weight:500}.sidebar-footer.svelte-12qhfyh{padding:1rem 1.5rem;border-top:1px solid var(--border)}.user-info.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.user-email.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis}.main-content.svelte-12qhfyh{flex:1;margin-left:260px;padding:2rem;min-height:100vh}@media (max-width: 768px){.sidebar.svelte-12qhfyh{transform:translate(-100%);z-index:100}.main-content.svelte-12qhfyh{margin-left:0}}
