:root{--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--color-bg: #ffffff;--color-text: #1a1a1a;--color-primary: #000000;--color-secondary: #666666;--color-border: #e5e5e5;--radius: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.nav-bar.svelte-12qhfyh{background:var(--color-bg);padding:1rem 2rem;border-bottom:1px solid var(--color-border)}.nav-content.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.user-info.svelte-12qhfyh{color:var(--color-text);font-weight:600;font-size:1rem}.logout-btn.svelte-12qhfyh{background:transparent;color:var(--color-secondary);border:1px solid var(--color-border);padding:.5rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;font-size:.875rem}.logout-btn.svelte-12qhfyh:hover{background:#f5f5f5;color:var(--color-text);border-color:var(--color-secondary);transform:translateY(-1px)}
