@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{--font-family: "Figtree", sans-serif;--border-radius: .5rem;--bg-primary: #fafafa;--bg-secondary: #ffffff;--text-primary: #000000;--text-secondary: #666666;--border-color: #e0e0e0;--accent-color: #000000;--accent-hover: #333333;--success-bg: #d4edda;--success-border: #c3e6cb;--success-text: #155724;--error-bg: #f8d7da;--error-border: #f5c6cb;--error-text: #721c24}body{font-family:var(--font-family)}button,input,textarea{font-family:var(--font-family);border-radius:var(--border-radius)}button{background:var(--accent-color);color:var(--bg-secondary);border:none;cursor:pointer;font-size:1rem;transition:.2s ease;padding:.75rem}button:hover{transform:scale(1.03)}input[type=text],input[type=email],input[type=password]{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);padding:.5rem;border-radius:var(--border-radius)}*{margin:0;padding:0;box-sizing:border-box}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #1e1e1e;--text-primary: #ffffff;--text-secondary: #cccccc;--border-color: #404040;--accent-color: #ffffff;--accent-hover: #e0e0e0;--success-bg: #1e4d2b;--success-border: #2d5a3a;--success-text: #d4edda;--error-bg: #4d1e1e;--error-border: #5a2d2d;--error-text: #f8d7da}body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}input:focus,textarea:focus{outline:none;border-color:var(--accent-color)}.header.svelte-zwoyp8{padding:1rem 2rem;gap:1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.user-info.svelte-zwoyp8{display:flex;align-items:center;gap:.75rem}.avatar.svelte-zwoyp8{width:32px;height:32px;border-radius:50%;background:var(--accent-color);color:var(--bg-secondary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.user-details.svelte-zwoyp8{display:flex;flex-direction:column;gap:.25rem}.user-email.svelte-zwoyp8{font-size:.875rem;color:var(--text-secondary);font-weight:500}.admin-badge.svelte-zwoyp8{font-size:.75rem;padding:.125rem .375rem;background:#dc2626;color:#fff;border-radius:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.theme-toggle.svelte-zwoyp8{padding:.5rem;border:none;background:none;cursor:pointer;font-size:1.2rem;border-radius:4px;transition:background-color .2s ease}.theme-toggle.svelte-zwoyp8:hover{background-color:var(--border-color)}form.svelte-zwoyp8{margin:0}.home-link.svelte-zwoyp8{font-size:1.2rem;font-weight:600;color:var(--text-primary);text-decoration:none}
