.page-container.svelte-jyh343{max-width:1200px;margin:0 auto;padding:1rem}header.svelte-jyh343{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}h1.svelte-jyh343{margin:0;font-size:1.75rem}h2.svelte-jyh343{margin:0 0 .5rem;font-size:1.25rem;color:var(--fg);border-bottom:1px solid rgba(226,232,240,.2);padding-bottom:.5rem}.back-link.svelte-jyh343{display:inline-block;padding:.5rem 1rem;color:var(--link-color);text-decoration:none;border:1px solid var(--link-color);border-radius:var(--border-radius-md);transition:var(--transition-fast)}.back-link.svelte-jyh343:hover{background-color:var(--link-color);color:#fff}.content-container.svelte-jyh343{max-width:800px;width:100%;margin:0 auto;background:var(--header-bg);border-radius:var(--border-radius-md);box-shadow:0 4px 6px #0000004d;padding:2rem;box-sizing:border-box}form.svelte-jyh343{display:flex;flex-direction:column;gap:1.5rem}.form-section.svelte-jyh343{margin-bottom:.5rem}.form-group.svelte-jyh343{margin-bottom:0}.form-grid.svelte-jyh343{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}label.svelte-jyh343,.form-label.svelte-jyh343{display:block;font-weight:500;margin-bottom:.5rem;color:var(--fg)}.form-control.svelte-jyh343{display:block;width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-md);background-color:var(--input-bg);color:var(--fg);font-size:1rem;transition:var(--transition-fast)}.form-control.svelte-jyh343:focus{border-color:var(--link-color);box-shadow:0 0 0 3px var(--focus-ring);outline:none}small.svelte-jyh343{display:block;margin-top:.5rem;font-size:var(--font-size-x-small)}.form-actions.svelte-jyh343{text-align:center}.submit-button.svelte-jyh343{width:100%;max-width:300px;padding:.75rem 1.5rem;background:var(--button-secondary);color:var(--button-text);border:none;border-radius:var(--border-radius-md);font-size:1.1rem;font-weight:500;cursor:pointer;transition:var(--transition-fast)}.submit-button.svelte-jyh343:hover:not(:disabled){background:var(--button-secondary-hover);transform:translateY(-2px)}.submit-button.svelte-jyh343:disabled{background:var(--button-disabled);cursor:not-allowed}.error-message.svelte-jyh343{color:var(--brand);background:#f871711a;padding:.75rem 1rem;border-radius:var(--border-radius-md);margin-bottom:1.5rem;border-left:4px solid var(--brand)}.loading-message.svelte-jyh343{background:#4299e11a;color:#4299e1;padding:1.5rem;border-radius:var(--border-radius-md);text-align:center;margin-bottom:1.5rem;border-left:4px solid #4299e1}.loading-message.svelte-jyh343 p:where(.svelte-jyh343){font-size:1.1rem;margin:0}.auth-message.svelte-jyh343{background:#38a1691a;color:#38a169;padding:1.5rem;border-radius:var(--border-radius-md);text-align:center;margin-bottom:1.5rem;border-left:4px solid #38a169;display:flex;flex-direction:column;align-items:center;gap:1rem}.auth-buttons.svelte-jyh343{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.auth-message.svelte-jyh343 p:where(.svelte-jyh343){font-size:1.1rem;margin:0}.action-button.svelte-jyh343{background:#38a169;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--border-radius-md);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.action-button.svelte-jyh343:hover{background:#2f855a;transform:translateY(-2px)}.secondary-button.svelte-jyh343{background:transparent;color:#38a169;border:1px solid #38a169;padding:.75rem 1.5rem;border-radius:var(--border-radius-md);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.secondary-button.svelte-jyh343:hover{background:#38a1691a;transform:translateY(-2px)}input.svelte-jyh343,label.svelte-jyh343{max-width:100%;box-sizing:border-box}@media (max-width: 768px){.content-container.svelte-jyh343{padding:1.5rem}header.svelte-jyh343{flex-direction:column;align-items:flex-start}.form-grid.svelte-jyh343{grid-template-columns:1fr}.submit-button.svelte-jyh343{width:100%}}@media (max-width: 480px){.content-container.svelte-jyh343{padding:1rem}.form-control.svelte-jyh343{padding:.625rem}}.status-indicator.svelte-jyh343{display:flex;align-items:center;margin-top:8px;font-size:.85rem}.status-indicator.connected.svelte-jyh343{color:#38a169}.status-dot.svelte-jyh343{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-indicator.connected.svelte-jyh343 .status-dot:where(.svelte-jyh343){background-color:#38a169;box-shadow:0 0 4px #38a169;animation:svelte-jyh343-pulse 1.5s infinite}@keyframes svelte-jyh343-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.realtime-indicator.svelte-jyh343{display:block;margin-top:6px;font-style:italic;color:#38a169;animation:svelte-jyh343-fade-in .5s ease-in-out}@keyframes svelte-jyh343-fade-in{0%{opacity:0}to{opacity:1}}.custom-select.svelte-jyh343{position:relative;margin-top:.5rem;cursor:pointer;border:1px solid var(--border-color);border-radius:var(--border-radius-md);background-color:var(--input-bg);text-transform:capitalize;transition:var(--transition-fast);height:56px;display:flex;align-items:center;overflow:visible}.custom-select.svelte-jyh343:focus-within{border-color:var(--link-color);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.selected-option.svelte-jyh343{display:flex;align-items:center;gap:.75rem;padding:0 .75rem;transition:all .2s ease;height:100%;width:100%;box-sizing:border-box;border-radius:var(--border-radius-md)}.selected-option.svelte-jyh343:hover,.selected-option.svelte-jyh343:focus{background-color:var(--header-bg);outline:none}.crest-wrapper.svelte-jyh343{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.crest-background.svelte-jyh343{position:absolute;width:35px;height:35px;background-color:#fff;border-radius:50%;z-index:1}.crest-thumbnail.svelte-jyh343{position:relative;width:32px;height:32px;object-fit:contain;z-index:2}.color-swatch.svelte-jyh343{display:inline-block;width:24px;height:24px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.options.svelte-jyh343{position:absolute;top:100%;left:0;right:0;background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--border-radius-md);padding:.5rem;z-index:100;max-height:250px;overflow-y:auto;box-shadow:0 4px 12px #0000004d;margin-top:4px}.option.svelte-jyh343{padding:.5rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;border-radius:var(--border-radius-sm);margin-bottom:2px}.option.svelte-jyh343:hover{background-color:var(--link-color)}.option.selected.svelte-jyh343{background-color:var(--link-color);color:#fff}.crest-preview-container.svelte-jyh343{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0;margin-bottom:0}.preview-label.svelte-jyh343{margin-top:.5rem;font-size:.9rem;color:var(--fg);opacity:.8}.sr-only.svelte-jyh343{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
