:root{--color-primary: #2d6a4f;--color-primary-light: #40916c;--color-primary-dark: #1b4332;--color-bg: #f8f9fa;--color-surface: #ffffff;--color-text: #212529;--color-text-muted: #6c757d;--color-border: #dee2e6;--color-danger: #dc3545;--color-success: #198754;--color-warning: #ffc107;--radius: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5}input,select,textarea,button{font-size:16px;font-family:inherit}input,select,textarea{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #2d6a4f33}button{cursor:pointer;padding:.5rem 1rem;border:none;border-radius:var(--radius);font-weight:500;transition:background .15s,opacity .15s}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-light)}.btn-secondary{background:var(--color-border);color:var(--color-text)}.btn-secondary:hover:not(:disabled){background:#ced4da}.btn-danger{background:var(--color-danger);color:#fff}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.app-header.svelte-12qhfyh{background:var(--color-surface);border-bottom:2px solid var(--color-primary);padding:.75rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header-content.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.app-title.svelte-12qhfyh{font-size:1.25rem;color:var(--color-primary-dark);white-space:nowrap}.tabs.svelte-12qhfyh{display:flex;gap:.25rem;flex:1}.tab.svelte-12qhfyh{padding:.5rem 1rem;border-radius:var(--radius);color:var(--color-text-muted);font-weight:500;text-decoration:none;transition:background .15s,color .15s}.tab.svelte-12qhfyh:hover{background:var(--color-bg);color:var(--color-text);text-decoration:none}.tab.active.svelte-12qhfyh{background:var(--color-primary);color:#fff}.btn-logout.svelte-12qhfyh{white-space:nowrap;padding:.4rem .75rem;font-size:14px}.main-content.svelte-12qhfyh{padding-top:1.5rem;padding-bottom:2rem}@media(max-width:600px){.header-content.svelte-12qhfyh{gap:.75rem}.app-title.svelte-12qhfyh{font-size:1.1rem}.tab.svelte-12qhfyh{padding:.4rem .75rem;font-size:14px}.btn-logout.svelte-12qhfyh{font-size:13px;padding:.3rem .5rem}}
