body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5}nav.svelte-12qhfyh{background:#fff;border-bottom:1px solid #e0e0e0;padding:0 20px;position:sticky;top:0;z-index:100}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:60px}.logo.svelte-12qhfyh{font-size:1.2rem;font-weight:700;color:#333;text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:20px;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#666;text-decoration:none;padding:8px 12px;border-radius:4px;transition:all .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background-color:#007bff;color:#fff}.logout-btn.svelte-12qhfyh{background:#dc3545;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px}.logout-btn.svelte-12qhfyh:hover{background:#c82333}main.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:20px;min-height:calc(100vh - 100px)}.btn{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;text-decoration:none;display:inline-block;transition:background .2s}.btn:hover{background:#0056b3}.btn-secondary{background:#6c757d}.btn-secondary:hover{background:#545b62}.btn-debug{background:#dc3545;color:#fff;font-size:.9rem}.btn-debug:hover{background:#c82333}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.error{color:#dc3545;font-size:14px;margin-top:5px}.success{color:#28a745;font-size:14px;margin-top:5px}
