:root{--bg: #0a0a0a;--bg-surface: #141414;--text: #d4d4d4;--text-muted: #666;--border: #222;--accent: #888;--error: #b44}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.login.svelte-3z0wmw{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px;padding:24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px}.title.svelte-3z0wmw{font-size:18px;font-weight:600;color:var(--text);letter-spacing:.5px;margin:0}.field.svelte-3z0wmw{display:flex;flex-direction:column;gap:4px}.label.svelte-3z0wmw{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}input.svelte-3z0wmw{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:8px 10px;color:var(--text);font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}input.svelte-3z0wmw:focus{border-color:var(--accent)}input.svelte-3z0wmw::placeholder{color:var(--text-muted);opacity:.5}input.svelte-3z0wmw:disabled{opacity:.5}.error.svelte-3z0wmw{font-size:12px;color:var(--error);margin:0}button.svelte-3z0wmw{background:var(--accent);color:var(--bg);border:none;border-radius:4px;padding:8px 0;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s;letter-spacing:.5px}button.svelte-3z0wmw:hover:not(:disabled){opacity:.85}button.svelte-3z0wmw:disabled{opacity:.4;cursor:not-allowed}.gallery.svelte-ewh1ap{display:flex;flex-direction:column;min-height:100vh}.bar.svelte-ewh1ap{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--bg-surface);border-bottom:1px solid var(--border);flex-shrink:0}.bar-title.svelte-ewh1ap{font-size:13px;font-weight:600;letter-spacing:.5px;color:var(--text)}.logout.svelte-ewh1ap{background:none;border:1px solid var(--border);color:var(--text-muted);font-size:11px;font-family:inherit;padding:4px 10px;border-radius:4px;cursor:pointer;transition:color .15s,border-color .15s}.logout.svelte-ewh1ap:hover{color:var(--text);border-color:var(--accent)}.content.svelte-ewh1ap{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden}img.svelte-ewh1ap{max-width:100%;max-height:calc(100vh - 44px);object-fit:contain}main.svelte-1n46o8q{display:flex;justify-content:center;align-items:center;min-height:100vh}.placeholder.svelte-1n46o8q{color:var(--text-muted);font-size:13px;letter-spacing:1px}
