[data-astro-cid-waeyoab6]{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color) 80%,var(--secondary-color) 100%);min-height:100vh;color:#1a1a1a;line-height:1.6}.page-container[data-astro-cid-waeyoab6]{min-height:100vh;display:flex;flex-direction:column}.header[data-astro-cid-waeyoab6]{background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000001a;position:sticky;top:0;z-index:100}.header-content[data-astro-cid-waeyoab6]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;gap:2rem}.organizer-info[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:1.5rem;flex:1}.logo-container[data-astro-cid-waeyoab6]{position:relative}.organizer-logo[data-astro-cid-waeyoab6]{width:100px;height:100px;border-radius:16px;object-fit:cover;background:#f8f9fa;border:2px solid rgba(255,255,255,.8);box-shadow:0 4px 16px #0000001a;transition:transform .3s ease}.organizer-logo[data-astro-cid-waeyoab6]:hover{transform:scale(1.05)}.organizer-details[data-astro-cid-waeyoab6]{flex:1}.organizer-name[data-astro-cid-waeyoab6]{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-.02em}.organizer-location[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:.5rem;color:var(--secondary-color);font-size:1rem;font-weight:500;margin-bottom:1rem}.social-links[data-astro-cid-waeyoab6]{display:flex;gap:1rem}.social-link[data-astro-cid-waeyoab6]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-color);color:#fff;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px color-mix(in srgb,var(--primary-color) 30%,transparent)}.social-link[data-astro-cid-waeyoab6]:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--secondary-color) 30%,transparent)}.home-button[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 2px 8px color-mix(in srgb,var(--primaryColor) 30%,transparent);white-space:nowrap}.home-button[data-astro-cid-waeyoab6]:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--secondaryColor) 30%,transparent)}.main-content[data-astro-cid-waeyoab6]{flex:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;width:100%}.error-message[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:1rem;background:#fffffff2;padding:1.5rem;border-radius:12px;border-left:4px solid #ef4444;box-shadow:0 4px 16px #0000001a;margin-bottom:2rem;color:#dc2626}.error-message[data-astro-cid-waeyoab6] p[data-astro-cid-waeyoab6]{margin:0;font-weight:500}.tournaments-section[data-astro-cid-waeyoab6]{background:#fffffff2;border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #0000001a;backdrop-filter:blur(12px)}.section-header[data-astro-cid-waeyoab6]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.section-title[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:var(--primary-color);margin:0}.tournaments-count[data-astro-cid-waeyoab6]{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.tournaments-grid[data-astro-cid-waeyoab6]{display:grid;gap:1.5rem}.tournament-card[data-astro-cid-waeyoab6]{display:flex;align-items:center;gap:1.5rem;background:#f8f9fa;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e9ecef;position:relative;overflow:hidden}.tournament-card[data-astro-cid-waeyoab6]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,var(--tournament-primary),var(--tournament-secondary));transform:scaleY(0);transition:transform .3s ease}.tournament-card[data-astro-cid-waeyoab6]:hover{background:#fff;transform:translateY(-4px);box-shadow:0 8px 24px color-mix(in srgb,var(--tournament-primary) 15%,transparent)}.tournament-card[data-astro-cid-waeyoab6]:hover:before{transform:scaleY(1)}.tournament-icon[data-astro-cid-waeyoab6]{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,color-mix(in srgb,var(--tournament-primary) 8%,white),color-mix(in srgb,var(--tournament-secondary) 5%,white));border-radius:12px;flex-shrink:0;padding:4px;box-shadow:0 2px 8px color-mix(in srgb,var(--tournament-primary) 20%,transparent)}.tournament-logo[data-astro-cid-waeyoab6]{width:100%;height:100%;object-fit:cover;border-radius:8px}.tournament-content[data-astro-cid-waeyoab6]{flex:1}.tournament-name[data-astro-cid-waeyoab6]{font-size:1.2rem;font-weight:600;color:var(--tournament-primary);margin-bottom:.25rem}.tournament-season[data-astro-cid-waeyoab6]{color:var(--tournament-secondary);font-size:.95rem;margin:0}.tournament-arrow[data-astro-cid-waeyoab6]{color:var(--tournament-secondary);transition:transform .3s ease;flex-shrink:0}.tournament-card[data-astro-cid-waeyoab6]:hover .tournament-arrow[data-astro-cid-waeyoab6]{transform:translate(4px)}.empty-state[data-astro-cid-waeyoab6]{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-icon[data-astro-cid-waeyoab6]{margin-bottom:1.5rem;opacity:.5}.empty-state[data-astro-cid-waeyoab6] h3[data-astro-cid-waeyoab6]{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.empty-state[data-astro-cid-waeyoab6] p[data-astro-cid-waeyoab6]{margin:0;font-size:.95rem}@media (max-width: 768px){.header[data-astro-cid-waeyoab6]{position:relative}.header-content[data-astro-cid-waeyoab6]{padding:1.25rem 1rem;flex-direction:column;align-items:stretch;gap:1.5rem}.organizer-info[data-astro-cid-waeyoab6]{flex-direction:column;align-items:center;text-align:center;gap:1rem}.organizer-logo[data-astro-cid-waeyoab6]{width:72px;height:72px;border-radius:12px}.organizer-name[data-astro-cid-waeyoab6]{font-size:1.5rem}.organizer-location[data-astro-cid-waeyoab6]{justify-content:center;font-size:.9rem}.social-links[data-astro-cid-waeyoab6]{justify-content:center;gap:.75rem}.home-button[data-astro-cid-waeyoab6]{align-self:center;padding:.75rem 2rem}.main-content[data-astro-cid-waeyoab6]{padding:1.5rem 1rem}.tournaments-section[data-astro-cid-waeyoab6]{padding:1.5rem 1rem;border-radius:12px}.section-header[data-astro-cid-waeyoab6]{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.section-title[data-astro-cid-waeyoab6]{font-size:1.3rem;justify-content:center}.tournaments-count[data-astro-cid-waeyoab6]{align-self:center}.tournament-card[data-astro-cid-waeyoab6]{padding:1.25rem;gap:1rem;flex-direction:row}.tournament-icon[data-astro-cid-waeyoab6]{width:48px;height:48px}.tournament-name[data-astro-cid-waeyoab6]{font-size:1.1rem}.tournament-season[data-astro-cid-waeyoab6]{font-size:.9rem}.empty-state[data-astro-cid-waeyoab6]{padding:3rem 1.5rem}.empty-state[data-astro-cid-waeyoab6] h3[data-astro-cid-waeyoab6]{font-size:1.15rem}}@media (max-width: 480px){body{background:var(--primary-color)}.header-content[data-astro-cid-waeyoab6]{padding:1rem .75rem;gap:1rem}.organizer-info[data-astro-cid-waeyoab6]{gap:.75rem}.organizer-logo[data-astro-cid-waeyoab6]{width:64px;height:64px;border-radius:10px}.organizer-name[data-astro-cid-waeyoab6]{font-size:1.25rem;line-height:1.3;word-break:break-word;hyphens:auto}.organizer-location[data-astro-cid-waeyoab6]{font-size:.85rem;margin-bottom:.75rem}.social-links[data-astro-cid-waeyoab6]{gap:.5rem}.social-link[data-astro-cid-waeyoab6]{width:36px;height:36px;border-radius:6px}.home-button[data-astro-cid-waeyoab6]{padding:.65rem 1.5rem;font-size:.9rem;border-radius:6px}.main-content[data-astro-cid-waeyoab6]{padding:1rem .75rem}.tournaments-section[data-astro-cid-waeyoab6]{padding:1.25rem .75rem;border-radius:8px}.section-title[data-astro-cid-waeyoab6]{font-size:1.25rem;gap:.5rem}.section-title[data-astro-cid-waeyoab6] svg[data-astro-cid-waeyoab6]{width:20px;height:20px}.tournaments-count[data-astro-cid-waeyoab6]{padding:.4rem .8rem;font-size:.8rem;border-radius:16px}.tournament-card[data-astro-cid-waeyoab6]{padding:1rem .75rem;gap:.75rem;border-radius:8px;flex-direction:column;text-align:center}.tournament-icon[data-astro-cid-waeyoab6]{width:50px;height:50px;border-radius:8px;align-self:center}.tournament-name[data-astro-cid-waeyoab6]{font-size:1rem;margin-bottom:.125rem}.tournament-season[data-astro-cid-waeyoab6]{font-size:.85rem}.empty-state[data-astro-cid-waeyoab6]{padding:2.5rem 1rem}.empty-state[data-astro-cid-waeyoab6] h3[data-astro-cid-waeyoab6]{font-size:1.1rem}.error-message[data-astro-cid-waeyoab6]{padding:1rem;border-radius:8px;margin-bottom:1.5rem;flex-direction:column;text-align:center;gap:.75rem}.error-message[data-astro-cid-waeyoab6] svg[data-astro-cid-waeyoab6]{align-self:center}}@media (max-width: 360px){.header-content[data-astro-cid-waeyoab6]{padding:.75rem .5rem}.organizer-name[data-astro-cid-waeyoab6]{font-size:1.1rem}.main-content[data-astro-cid-waeyoab6]{padding:.75rem .5rem}.tournaments-section[data-astro-cid-waeyoab6]{padding:1rem .5rem}.section-title[data-astro-cid-waeyoab6]{font-size:1.1rem}.tournament-card[data-astro-cid-waeyoab6]{padding:.875rem .5rem}.tournament-name[data-astro-cid-waeyoab6]{font-size:.95rem}.tournament-season[data-astro-cid-waeyoab6]{font-size:.8rem}.home-button[data-astro-cid-waeyoab6]{padding:.6rem 1.25rem;font-size:.85rem}}.tournament-card[data-astro-cid-waeyoab6].dark-mode{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-color:#404040;color:#fff}.tournament-card[data-astro-cid-waeyoab6].dark-mode:hover{background:linear-gradient(135deg,#2d2d2d,#404040)}.tournament-card[data-astro-cid-waeyoab6].dark-mode .tournament-name[data-astro-cid-waeyoab6]{color:#fff}.tournament-card[data-astro-cid-waeyoab6].dark-mode .tournament-season[data-astro-cid-waeyoab6],.tournament-card[data-astro-cid-waeyoab6].dark-mode .tournament-arrow[data-astro-cid-waeyoab6]{color:#e0e0e0}.tournament-card[data-astro-cid-waeyoab6].dark-mode .tournament-icon[data-astro-cid-waeyoab6]{background:linear-gradient(135deg,color-mix(in srgb,var(--tournament-primary) 15%,#404040),color-mix(in srgb,var(--tournament-secondary) 10%,#404040));box-shadow:0 2px 8px #0006}
