:root{--bg: #f8f9fa;--bg-card: #ffffff;--text: #1a1a2e;--text-secondary: #6b7280;--text-muted: #9ca3af;--border: #e5e7eb;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--success: #059669;--warning: #d97706;--danger: #dc2626;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.07)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit}input,select{font-family:inherit;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;background:var(--bg-card);color:var(--text);outline:none;transition:border-color .15s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}header.svelte-12qhfyh{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none;letter-spacing:-.02em}nav.svelte-12qhfyh{display:flex;gap:1.5rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}main.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:1.5rem;min-height:calc(100vh - 120px)}footer.svelte-12qhfyh{text-align:center;padding:2rem 1.5rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border)}
