*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-text:#1a1a1a;--color-text-secondary:#666;--color-border:#e5e5e5;--color-bg:#fafafa;--color-bg-white:#fff;--color-bg-hover:#f5f5f5;--color-bg-active:#e8edff;--radius:8px;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom)}.container{max-width:100%;min-height:100svh;padding:16px 12px 80px}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.layout.svelte-12qhfyh{flex-direction:column;min-height:100svh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.auth-loading.svelte-12qhfyh{justify-content:center;align-items:center;min-height:100svh;display:flex}.spinner.svelte-12qhfyh{border:4px solid var(--color-border,#e5e5e5);border-top-color:var(--color-primary,#2563eb);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.app-header.svelte-12qhfyh{border-bottom:1px solid var(--color-border,#e5e5e5);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.app-title.svelte-12qhfyh{color:var(--color-text,#1a1a1a);font-size:18px;font-weight:600;text-decoration:none}.app-title.svelte-12qhfyh:hover{text-decoration:underline}.user-section.svelte-12qhfyh{align-items:center;gap:12px;display:flex}.user-name.svelte-12qhfyh{color:var(--color-text,#1a1a1a);font-size:14px;font-weight:500}.login-btn.svelte-12qhfyh,.logout-btn.svelte-12qhfyh{border-radius:var(--radius,8px);cursor:pointer;border:none;padding:6px 16px;font-family:inherit;font-size:14px;font-weight:500}.login-btn.svelte-12qhfyh{background:var(--color-primary,#2563eb);color:#fff}.login-btn.svelte-12qhfyh:hover{background:var(--color-primary-hover,#1d4ed8)}.logout-btn.svelte-12qhfyh{color:var(--color-text-secondary,#666);border:1px solid var(--color-border,#e5e5e5);background:0 0}.logout-btn.svelte-12qhfyh:hover{color:#c00;background:#fee;border-color:#fcc}.app-content.svelte-12qhfyh{flex:1}
