.eo-icon-button.svelte-vsnul3{position:relative;display:inline-flex;flex:0 0 auto;width:var(--eo-icon-button-size);height:var(--eo-icon-button-size);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--fmt-color, var(--brand));border-radius:var(--radius-sm, 10px);background:var(--surface, #fff);color:var(--fmt-color, var(--brand));font:inherit;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.eo-icon-button.svelte-vsnul3:hover,.eo-icon-button.active.svelte-vsnul3{background:color-mix(in srgb,var(--fmt-color, var(--brand)) 6%,white)}.eo-icon-button.svelte-vsnul3:focus-visible{outline:3px solid color-mix(in srgb,var(--fmt-color, var(--brand)) 24%,transparent);outline-offset:2px}.eo-icon-button.svelte-vsnul3:disabled{opacity:.55;cursor:not-allowed}.eo-icon-button.indicator.svelte-vsnul3:after{position:absolute;top:5px;right:5px;width:6px;height:6px;border:2px solid var(--surface, #fff);border-radius:50%;background:var(--fmt-color, var(--brand));content:""}.eo-modal-backdrop.svelte-17m9f0x{position:fixed;top:var(--overlay-top, 0);left:var(--overlay-left, 0);width:var(--overlay-width, 100vw);height:var(--overlay-height, 100dvh);box-sizing:border-box;background:#18161b61;z-index:9998;display:flex;align-items:center;justify-content:center;min-height:0;overflow:auto;padding:18px 16px;overscroll-behavior:contain;animation:svelte-17m9f0x-eo-modal-backdrop-in .16s ease-out both}.eo-modal-backdrop.is-closing.svelte-17m9f0x{pointer-events:none;animation:svelte-17m9f0x-eo-modal-backdrop-out .14s ease-in both}.eo-modal.svelte-17m9f0x{position:relative;background:var(--surface, #fff);border:1px solid var(--line, #e6e2e8);border-radius:14px;box-shadow:0 18px 46px #0000002e;width:100%;box-sizing:border-box;max-height:calc(var(--overlay-height, 100dvh) - 36px);display:flex;flex-direction:column;overflow:hidden;padding:0;color:var(--ink, #1f1f1f);font-family:var(--font-sans, system-ui, -apple-system, sans-serif);transform-origin:center center;animation:svelte-17m9f0x-eo-modal-panel-in .22s cubic-bezier(.16,1,.3,1) both}.eo-modal.is-closing.svelte-17m9f0x{animation:svelte-17m9f0x-eo-modal-panel-out .14s cubic-bezier(.4,0,1,1) both}@keyframes svelte-17m9f0x-eo-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-17m9f0x-eo-modal-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes svelte-17m9f0x-eo-modal-panel-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes svelte-17m9f0x-eo-modal-panel-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.99)}}@media(prefers-reduced-motion:reduce){.eo-modal-backdrop.svelte-17m9f0x,.eo-modal-backdrop.is-closing.svelte-17m9f0x,.eo-modal.svelte-17m9f0x,.eo-modal.is-closing.svelte-17m9f0x{animation:none}}.eo-modal-hdr.svelte-17m9f0x{flex:none;display:flex;align-items:center;justify-content:space-between;padding:18px 18px 12px;gap:12px}.eo-modal-meta.svelte-17m9f0x{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-right:auto}.eo-modal-title.svelte-17m9f0x{flex:none;font-family:var(--font-card-title, var(--font-sans, sans-serif));font-size:24px;font-weight:800;line-height:1.05;color:var(--ink, #1f1f1f);margin:0}.eo-modal-close.svelte-17m9f0x{flex:none;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line, #e6e2e8);border-radius:8px;background:var(--surface, #fff);color:var(--muted, #8a8290);font-size:18px;line-height:1;padding:0;cursor:pointer;transition:border-color .12s,color .12s}.eo-modal-close.svelte-17m9f0x:hover{border-color:var(--brand, #a71374);color:var(--brand, #a71374)}.eo-modal-body.svelte-17m9f0x{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:none;padding:0 18px 18px;font-family:var(--font-sans, system-ui, -apple-system, sans-serif);font-size:15px;color:var(--ink-soft, #3f3f3f);line-height:1.5}.eo-modal-body.svelte-17m9f0x::-webkit-scrollbar{display:none}.eo-modal-form{display:flex;flex-direction:column;gap:14px}.eo-modal-field{display:flex;flex-direction:column;gap:6px}.eo-modal-label{color:var(--ink-soft, #3f3f3f);font-size:13px;font-weight:650;line-height:1.3}.eo-modal-input{width:100%;min-height:42px;box-sizing:border-box;padding:9px 12px;border:1px solid var(--line, #e6e2e8);border-radius:10px;outline:none;background:var(--surface, #fff);color:var(--ink, #1f1f1f);font-family:inherit;font-size:14px;transition:border-color .14s ease,box-shadow .14s ease}.eo-modal-input:focus{border-color:var(--fmt-color, var(--brand));box-shadow:0 0 0 3px color-mix(in srgb,var(--fmt-color, var(--brand)) 10%,transparent)}.eo-modal-input::placeholder{color:var(--muted, #8a8290);opacity:.72}.eo-modal-error{margin:0;color:#c0392b;font-size:13px;font-weight:600}.eo-modal-status{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:2px 0}.eo-modal-status-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--fmt-color, var(--brand)) 9%,var(--surface));color:var(--fmt-color, var(--brand))}.eo-modal-status-copy{min-width:0;margin:0;padding-top:1px;color:var(--ink-soft, #3f3f3f);font-size:14px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.eo-modal-notice{display:flex;align-items:flex-start;gap:8px;box-sizing:border-box;margin:12px 0 0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--fmt-color, var(--brand)) 18%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--fmt-color, var(--brand)) 6%,var(--surface));color:var(--ink-soft, #3f3f3f);font-size:13px;font-weight:600;line-height:1.4}.eo-modal-notice.danger{border-color:color-mix(in srgb,#b42318 20%,var(--line));background:color-mix(in srgb,#b42318 6%,var(--surface));color:#9f2017}.eo-modal-success{display:flex;min-height:64px;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;margin:0;padding:14px;border:1px solid color-mix(in srgb,var(--fmt-color, var(--brand)) 22%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--fmt-color, var(--brand)) 7%,var(--surface));color:var(--fmt-color, var(--brand));font-size:14px;font-weight:700}.eo-modal-button{min-height:40px;box-sizing:border-box;padding:9px 16px;border:1px solid transparent;border-radius:10px;font-family:inherit;font-size:14px;font-weight:650;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease,opacity .14s ease}.eo-modal-button:disabled{opacity:.55;cursor:not-allowed}.eo-modal-button.secondary{border-color:var(--line, #e6e2e8);background:var(--surface, #fff);color:var(--ink-soft, #3f3f3f)}.eo-modal-button.secondary:hover:not(:disabled){border-color:var(--fmt-color, var(--brand));color:var(--fmt-color, var(--brand))}.eo-modal-button.primary{border-color:var(--fmt-color, var(--brand));background:var(--fmt-color, var(--brand));color:#fff}.eo-modal-button.primary:hover:not(:disabled){background:var(--brand-dark, #8a0e5e);border-color:var(--brand-dark, #8a0e5e)}.eo-modal-footer.svelte-17m9f0x{flex:none;display:flex;justify-content:flex-end;gap:10px;padding:12px 18px 18px;border-top:1px solid var(--line, #e6e2e8);background:var(--surface, #fff);flex-wrap:wrap}
