.team-image-card.svelte-toccw6{background:var(--color-bg, #0f172a);padding:1.5rem;border-radius:.75rem;width:1200px;box-sizing:border-box;position:absolute;top:-9000px}.team-detail-title-row.svelte-toccw6{display:flex;align-items:flex-end;max-width:1200px;gap:1rem}.team-url.svelte-toccw6{max-width:1000px;white-space:nowrap;overflow:hidden;display:inline-block}.team-slots.svelte-toccw6{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.team-slot.svelte-toccw6{min-height:0;border:1px solid var(--color-border, #334155);border-radius:.75rem;padding:.75rem;background:var(--color-surface, #1e293b);display:flex;flex-direction:column}.team-slot.svelte-toccw6 .team-slot-inner{flex:1;min-height:0;display:flex;flex-direction:column}.slot-empty.svelte-toccw6{display:flex;align-items:center;justify-content:center;min-height:80px;color:var(--color-text-muted, #64748b);font-size:.9rem}.backdrop.svelte-1g5l94f{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem}.modal.svelte-1g5l94f{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:600px;width:100%;box-shadow:0 25px 50px -12px #0006;max-height:90vh;overflow-y:auto}.title.svelte-1g5l94f{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--text)}.desc.svelte-1g5l94f{margin:0 0 1rem;color:var(--text-muted);font-size:.9375rem;line-height:1.5}.import-section.svelte-1g5l94f{margin-bottom:1rem}.import-textarea.svelte-1g5l94f{width:100%;min-height:200px;padding:.75rem;font-family:Courier New,monospace;font-size:.875rem;line-height:1.5;color:var(--text);background:var(--background);border:1px solid var(--border);border-radius:.5rem;resize:vertical;white-space:pre-wrap;word-wrap:break-word}.import-textarea.svelte-1g5l94f:focus{outline:none;border-color:var(--accent)}.import-textarea.svelte-1g5l94f:disabled{opacity:.6;cursor:not-allowed}.errors.svelte-1g5l94f{margin-bottom:1rem;padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem}.errors-title.svelte-1g5l94f{font-weight:600;color:#fca5a5;margin-bottom:.5rem;font-size:.875rem}.errors-list.svelte-1g5l94f{margin:0;padding-left:1.25rem;color:#fca5a5;font-size:.875rem;line-height:1.5}.errors-list.svelte-1g5l94f li:where(.svelte-1g5l94f){margin-bottom:.25rem}.modal-actions.svelte-1g5l94f{display:flex;justify-content:flex-end;gap:.5rem}.btn.svelte-1g5l94f{padding:.5rem 1rem;font:inherit;font-size:.9375rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:opacity .15s,background-color .15s;border:none}.btn.svelte-1g5l94f:disabled{opacity:.6;cursor:not-allowed}.btn--primary.svelte-1g5l94f{background:var(--accent);color:#fff}.btn--primary.svelte-1g5l94f:hover:not(:disabled){opacity:.9}.btn--secondary.svelte-1g5l94f{background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.btn--secondary.svelte-1g5l94f:hover:not(:disabled){background:var(--border)}.validation-error-message.svelte-rcnf9c{white-space:pre-line}.save-team-btn.svelte-rcnf9c{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1.125rem;font-weight:700;color:#fff;background:var(--accent);border:none;border-radius:.75rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 4px 14px #3b82f659;white-space:nowrap}.save-team-btn.svelte-rcnf9c:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673;opacity:.95}.save-team-btn.svelte-rcnf9c:active:not(:disabled){transform:translateY(0)}.save-team-btn.svelte-rcnf9c:disabled{opacity:.6;cursor:not-allowed}.save-team-btn-text.svelte-rcnf9c{letter-spacing:.02em}.scroll-to-slots-btn.svelte-rcnf9c{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--color-border, #334155);background:var(--color-surface, #1e293b);color:var(--color-text, #e2e8f0);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;opacity:0;transform:translateY(.5rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background .15s ease}.scroll-to-slots-btn.visible.svelte-rcnf9c{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-slots-btn.svelte-rcnf9c:hover{background:var(--color-surface-hover, #334155)}.scroll-to-slots-btn.svelte-rcnf9c:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body{background-image:radial-gradient(circle at 0% 0%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 100% 100%,rgba(59,130,246,.05) 0%,transparent 50%)}.team-image-capture-card-wrap.svelte-rcnf9c{flex-shrink:0}.draft-backdrop.svelte-rcnf9c{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem}.draft-modal.svelte-rcnf9c{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 25px 50px -12px #0006}.delete-confirm.svelte-rcnf9c{padding:0}.draft-modal-title.svelte-rcnf9c{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.draft-modal-text.svelte-rcnf9c{margin:0 0 1.25rem;color:var(--text-muted);font-size:.9375rem;line-height:1.5}.draft-actions.svelte-rcnf9c{display:flex;flex-direction:column;gap:.5rem}.draft-btn.svelte-rcnf9c{padding:.625rem 1rem;border-radius:.5rem;font:inherit;font-weight:500;cursor:pointer;transition:opacity .15s}.draft-btn-primary.svelte-rcnf9c{background:var(--accent);color:#fff;border:none}.draft-btn-primary.svelte-rcnf9c:hover{opacity:.9}.draft-btn-secondary.svelte-rcnf9c{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.draft-btn-secondary.svelte-rcnf9c:hover{color:var(--text);background:var(--surface-hover)}.draft-btn-danger.svelte-rcnf9c{background:#b91c1c33;color:#fca5a5;border:1px solid rgb(185 28 28 / .5)}.draft-btn-danger.svelte-rcnf9c:hover{background:#b91c1c4d;color:#fecaca}
