.spinner-display.svelte-1wakize{background-color:#fff;border-radius:8px;height:200px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;box-shadow:0 2px 5px #0000001a}.spinning-display.svelte-1wakize{text-align:center}.spinner.svelte-1wakize{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid var(--color-brand);border-radius:50%;margin:0 auto 1rem}.spinning.svelte-1wakize{animation:svelte-1wakize-spin 1s linear infinite}@keyframes svelte-1wakize-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svelte-1wakize-highlightNew{0%{background-color:#fff}50%{background-color:#e3f2fd}to{background-color:#fff}}.highlight-new.svelte-1wakize{animation:svelte-1wakize-highlightNew 1.5s ease;border:2px solid var(--color-brand)}.generator-header.svelte-1wakize{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.match-display.svelte-1wakize{text-align:center;width:100%;padding:1rem}.vs-text.svelte-1wakize{font-size:1.5rem;font-weight:700;color:var(--color-danger);margin:.5rem 0}.teams-display.svelte-1wakize{display:flex;justify-content:space-around;width:100%}.home-team.svelte-1wakize,.away-team.svelte-1wakize{display:flex;flex-direction:column;align-items:center}.team-label.svelte-1wakize{font-size:.8rem;color:#777;margin-bottom:.5rem}.team-name.svelte-1wakize{font-size:1.5rem;font-weight:700;color:#333}.empty-spinner.svelte-1wakize{color:#aaa}.generator-controls.svelte-1wakize{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.remaining-teams.svelte-1wakize{margin-top:1.5rem}.teams-tags.svelte-1wakize{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.team-tag.svelte-1wakize{background-color:#f1f1f1;padding:.3rem .6rem;border-radius:4px;font-size:.9rem}@media (max-width: 767px){.generator-controls.svelte-1wakize{flex-direction:column;align-items:center}.generator-controls.svelte-1wakize button:where(.svelte-1wakize){width:100%;margin-bottom:.5rem}}.card-header.svelte-1buz7b6{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-team-form.svelte-1buz7b6{display:flex;margin-bottom:1rem}.add-team-form.svelte-1buz7b6 input:where(.svelte-1buz7b6){flex-grow:1;margin-right:.5rem}.teams-list.svelte-1buz7b6 ul:where(.svelte-1buz7b6){list-style:none;padding:0;margin:0}.teams-list.svelte-1buz7b6 li:where(.svelte-1buz7b6){padding:.5rem 0;border-bottom:1px solid #eee}.teams-list.svelte-1buz7b6 li:where(.svelte-1buz7b6):last-child{border-bottom:none}.team-item.svelte-1buz7b6{display:flex;justify-content:space-between;align-items:center}.team-actions.svelte-1buz7b6{display:flex;gap:.5rem}.edit-team-form.svelte-1buz7b6{display:flex;justify-content:space-between;align-items:center}.edit-team-form.svelte-1buz7b6 input:where(.svelte-1buz7b6){flex-grow:1;margin-right:.5rem}.edit-actions.svelte-1buz7b6{display:flex;gap:.5rem}.no-teams.svelte-1buz7b6{color:#aaa;text-align:center;padding:1rem 0}@media (max-width: 767px){.team-item.svelte-1buz7b6{flex-direction:column;align-items:flex-start}.team-actions.svelte-1buz7b6{margin-top:.5rem;width:100%;justify-content:flex-end}.edit-team-form.svelte-1buz7b6{flex-direction:column;align-items:flex-start}.edit-team-form.svelte-1buz7b6 input:where(.svelte-1buz7b6){width:100%;margin-bottom:.5rem}}.fixtures-container.svelte-mdf2cz{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 5px #0000001a;margin-bottom:1.5rem;height:100%;max-height:450px;overflow-y:auto}.fixtures-list.svelte-mdf2cz{margin-top:1rem}.fixture-item.svelte-mdf2cz{display:flex;justify-content:space-between;align-items:center;padding:.8rem;border-bottom:1px solid #eee}.fixture-item.svelte-mdf2cz:last-child{border-bottom:none}.fixture-number.svelte-mdf2cz{font-size:.8rem;color:#777;min-width:60px}.fixture-teams.svelte-mdf2cz{flex-grow:1;text-align:center;font-weight:500}.fixture-teams.svelte-mdf2cz .home:where(.svelte-mdf2cz){color:var(--color-brand-hover)}.fixture-teams.svelte-mdf2cz .away:where(.svelte-mdf2cz){color:var(--color-danger)}.fixture-teams.svelte-mdf2cz .vs:where(.svelte-mdf2cz){margin:0 .5rem;color:#777;font-size:.9rem}.fixture-type.svelte-mdf2cz{font-size:.7rem;padding:.2rem .5rem;background-color:#f0f0f0;border-radius:4px;color:#666}.no-fixtures.svelte-mdf2cz{text-align:center;color:#aaa;padding:2rem 0}.complete-message.svelte-mdf2cz{margin-top:1rem;padding:.8rem;background-color:#d4edda;color:#155724;border-radius:4px;text-align:center;font-weight:500}@media (max-width: 767px){.fixture-item.svelte-mdf2cz{flex-direction:column;align-items:flex-start;padding:1rem}.fixture-number.svelte-mdf2cz{margin-bottom:.5rem}.fixture-teams.svelte-mdf2cz{margin-bottom:.5rem;width:100%}}.faq.svelte-9xzef6{margin:2rem 0}details.svelte-9xzef6{border:1px solid var(--color-border);border-radius:4px;padding:.5rem;margin-bottom:1rem}summary.svelte-9xzef6{cursor:pointer;padding:.5rem;font-weight:500}summary.svelte-9xzef6:hover{background-color:#f5f5f5}.faq-items.svelte-9xzef6{padding:1rem}.faq-item.svelte-9xzef6{margin-bottom:1.5rem}.faq-item.svelte-9xzef6:last-child{margin-bottom:0}.faq-item.svelte-9xzef6 h3:where(.svelte-9xzef6){font-size:1.1rem;margin-bottom:.5rem;color:#333}.faq-item.svelte-9xzef6 p:where(.svelte-9xzef6){color:#555;line-height:1.6}.fixture-page-container.svelte-rr5f0t{max-width:1200px;margin:0 auto;padding:2rem 1rem}header.svelte-rr5f0t{margin-bottom:2rem;text-align:center}h1.svelte-rr5f0t{font-size:2.5rem;color:var(--color-ink);margin-bottom:1rem}.intro-text.svelte-rr5f0t{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}main.svelte-rr5f0t{background-color:#f9f9f9;border-radius:10px;padding:2rem;box-shadow:0 3px 10px #0000000d}.fixture-content.svelte-rr5f0t{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.fixtures-title.svelte-rr5f0t{margin-bottom:1rem;font-size:1.5rem;color:var(--color-ink)}@media (max-width: 900px){.fixture-content.svelte-rr5f0t{grid-template-columns:1fr}}
