.photo-block.svelte-1nvlmgq{display:flex;flex-direction:column;gap:.6rem}.photos.svelte-1nvlmgq{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.thumb.svelte-1nvlmgq{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#eee}.thumb.svelte-1nvlmgq img:where(.svelte-1nvlmgq){width:100%;height:100%;object-fit:cover}.remove-btn.svelte-1nvlmgq{position:absolute;top:2px;right:2px;background:#0000008c;color:#fff;border:0;width:24px;height:24px;border-radius:50%;font-size:14px;line-height:1;padding:0;cursor:pointer}.photo-actions.svelte-1nvlmgq{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.photo-btn.svelte-1nvlmgq{padding:.85rem .5rem;border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--brand-navy);font-weight:600;font-size:.95rem;cursor:pointer;transition:border-color .15s,background .15s}.photo-btn.svelte-1nvlmgq:hover{border-color:var(--brand-navy);background:#fafbfc}.photo-btn.svelte-1nvlmgq .icon:where(.svelte-1nvlmgq){font-size:1.15rem}.voice-recorder.svelte-188r2j4{display:flex;flex-direction:column;gap:.5rem}.record-btn.svelte-188r2j4{width:100%;padding:1rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-weight:600}.dot.svelte-188r2j4{width:14px;height:14px;border-radius:50%;background:var(--color-error)}.recording-btn.svelte-188r2j4{width:100%;padding:1rem;border-radius:10px;background:#fef2f2;color:var(--color-error);border:2px solid var(--color-error);font-weight:700;display:flex;flex-direction:column;gap:.2rem;align-items:center}.pulse.svelte-188r2j4{width:14px;height:14px;border-radius:50%;background:var(--color-error);animation:svelte-188r2j4-pulse 1s ease-in-out infinite}@keyframes svelte-188r2j4-pulse{0%,to{opacity:1}50%{opacity:.4}}.stop-hint.svelte-188r2j4{font-size:.8rem;font-weight:400}.playback.svelte-188r2j4{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.playback.svelte-188r2j4 audio:where(.svelte-188r2j4){width:100%}.clear-btn.svelte-188r2j4{background:transparent;border:0;color:var(--color-primary);text-decoration:underline;align-self:flex-start;padding:0;font-size:.9rem}main.svelte-1n46o8q{max-width:540px;margin:0 auto;padding:1rem 1rem 5rem;min-height:100vh}header.svelte-1n46o8q{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-top:env(safe-area-inset-top);padding-bottom:.85rem;border-bottom:1px solid var(--color-border)}.brand-logo.svelte-1n46o8q{height:50px;width:auto;display:block}.header-right.svelte-1n46o8q{display:flex;align-items:center;gap:.7rem}.brand-sub.svelte-1n46o8q{font-size:.95rem;font-weight:600;color:var(--brand-navy)}.queue-badge.svelte-1n46o8q{background:var(--color-warning);color:#fff;padding:.25rem .6rem;border-radius:999px;font-size:.78rem;font-weight:600}.muted.svelte-1n46o8q{color:var(--color-text-muted)}.optional.svelte-1n46o8q{font-weight:400;color:var(--color-text-muted);font-size:.85rem}.custom-toggle.svelte-1n46o8q{background:transparent;border:0;color:var(--brand-navy);padding:0;font-size:.85rem;text-decoration:underline;margin-top:-.5rem;margin-bottom:1.2rem;cursor:pointer}.custom-banner.svelte-1n46o8q{background:#fef3e6;border:1px solid #fadcb4;color:var(--brand-orange-dark);padding:.6rem .75rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem;font-size:.88rem;font-weight:600}.custom-banner.svelte-1n46o8q button:where(.svelte-1n46o8q){background:transparent;border:0;color:var(--brand-navy);cursor:pointer;font-size:.82rem;text-decoration:underline;font-weight:400}:root{--brand-orange: #F68B1F;--brand-orange-dark: #d8761a;--brand-navy: #4C586E;--brand-navy-dark: #353d4d;--color-primary: var(--brand-navy);--color-primary-dark: var(--brand-navy-dark);--color-accent: var(--brand-orange);--color-accent-dark: var(--brand-orange-dark);--color-bg: #f5f6f8;--color-surface: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-border: #d8d8d8;--color-error: #b91c1c;--color-success: #15803d;--color-warning: #b45309;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--color-bg);color:var(--color-text)}button,input,select,textarea{font-family:inherit;font-size:1rem}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}input,select,textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand-orange);outline-offset:1px}label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.95rem;color:var(--brand-navy)}.field{margin-bottom:1.1rem}.field-help{font-size:.85rem;color:var(--color-text-muted);margin-top:.3rem}.btn-primary{background:var(--brand-orange);color:#fff;border:0;padding:1rem;border-radius:10px;font-weight:700;font-size:1.05rem;width:100%;letter-spacing:.02em;box-shadow:0 1px #0000000d}.btn-primary:hover:not(:disabled){background:var(--brand-orange-dark)}.btn-secondary{background:#fff;color:var(--brand-navy);border:1px solid var(--brand-navy);padding:.6rem .9rem;border-radius:8px;font-weight:600}.error{color:var(--color-error);font-size:.9rem;margin-top:.3rem}.toast{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);background:var(--color-success);color:#fff;padding:.85rem 1.5rem;border-radius:999px;font-weight:600;box-shadow:0 4px 20px #00000038;z-index:100}.toast.toast-warn{background:var(--color-warning)}.toast.toast-error{background:var(--color-error)}
