.container.svelte-cff0ph{max-width:1200px;margin:0 auto;padding:0 1rem}.tabs-section.svelte-cff0ph{padding:2.5rem 0 0;background:#f8f9fa}.page-title.svelte-cff0ph{text-align:center;color:#1a4d7a;font-size:2rem;margin-bottom:1.5rem}.tabs.svelte-cff0ph{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tab-btn.svelte-cff0ph{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 2rem;border:2px solid #1a4d7a;border-bottom:none;border-radius:.5rem .5rem 0 0;background:#fff;color:#1a4d7a;cursor:pointer;font-family:inherit;transition:background .2s,color .2s;min-width:200px}.tab-btn.svelte-cff0ph:hover{background:#e8f0f8}.tab-btn.active.svelte-cff0ph{background:#1a4d7a;color:#fff}.tab-label.svelte-cff0ph{font-weight:700;font-size:.95rem;text-align:center}.tab-date.svelte-cff0ph{font-size:.8rem;opacity:.8}.camp-info.svelte-cff0ph{padding:0 0 3rem;background:#fff;border-top:3px solid #1a4d7a}.tab-content.svelte-cff0ph{padding-top:2rem;animation:svelte-cff0ph-fadeIn .25s ease}@keyframes svelte-cff0ph-fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero-camps.svelte-cff0ph{margin-bottom:2rem}.camp-poster.svelte-cff0ph{width:100%;max-width:800px;height:auto;display:block;margin:0 auto;border-radius:.5rem;box-shadow:0 4px 12px #00000026}.content-grid.svelte-cff0ph{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.info-card.svelte-cff0ph{text-align:center;padding:2rem;background:#f8f9fa;border:2px solid #1a4d7a;border-radius:.5rem}.info-card.svelte-cff0ph svg{color:#c9a961;margin:0 auto 1rem}.info-card.svelte-cff0ph h3:where(.svelte-cff0ph){font-size:1.25rem;color:#1a4d7a;margin-bottom:.5rem}.info-card.svelte-cff0ph p:where(.svelte-cff0ph){margin:.25rem 0;color:#333}.info-card.svelte-cff0ph .detail:where(.svelte-cff0ph){font-size:.875rem;color:#666}.photo-card.svelte-cff0ph{position:relative;overflow:hidden;background:#f8f9fa;border:2px solid #1a4d7a;border-radius:.5rem;aspect-ratio:4/3}.photo-card.svelte-cff0ph img:where(.svelte-cff0ph){width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.photo-card.svelte-cff0ph:hover img:where(.svelte-cff0ph){transform:scale(1.05)}.activities.svelte-cff0ph{background:#f8f9fa;padding:2rem;border-radius:.5rem}.activities.svelte-cff0ph h2:where(.svelte-cff0ph){color:#1a4d7a;margin-bottom:1.5rem;text-align:center}.activities.svelte-cff0ph ul:where(.svelte-cff0ph){list-style:none;padding:0;max-width:700px;margin:0 auto}.activities.svelte-cff0ph li:where(.svelte-cff0ph){padding:.75rem 0;border-bottom:1px solid #e0e0e0;color:#333}.activities.svelte-cff0ph li:where(.svelte-cff0ph):last-child{border-bottom:none}.contact-form-section.svelte-cff0ph{padding:3rem 0;background:linear-gradient(180deg,#1a4d7a,#0f2d4a);color:#fff}.form-header.svelte-cff0ph{text-align:center;margin-bottom:2rem}.form-header.svelte-cff0ph h2:where(.svelte-cff0ph){font-size:2rem;margin-bottom:.5rem;color:#fff}.form-header.svelte-cff0ph p:where(.svelte-cff0ph){color:#c9a961}.alert.svelte-cff0ph{display:flex;gap:1rem;padding:1.25rem;margin:0 auto 2rem;max-width:800px;border-radius:.5rem;align-items:flex-start}.alert-success.svelte-cff0ph{background:#d4edda;color:#155724;border:2px solid #c3e6cb}.alert-error.svelte-cff0ph{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.alert-icon.svelte-cff0ph{font-size:1.5rem;font-weight:700;flex-shrink:0}.alert-content.svelte-cff0ph{flex:1}.alert-content.svelte-cff0ph strong:where(.svelte-cff0ph){display:block;margin-bottom:.25rem;font-size:1.05rem}.alert-content.svelte-cff0ph p:where(.svelte-cff0ph){margin:0;font-size:.95rem}.camp-form.svelte-cff0ph{background:#fff;padding:2rem;border-radius:.5rem;max-width:800px;margin:0 auto 2rem}.form-row.svelte-cff0ph{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-group.svelte-cff0ph{display:flex;flex-direction:column}.form-group.svelte-cff0ph label:where(.svelte-cff0ph){font-weight:600;color:#1a4d7a;margin-bottom:.5rem}.form-group.svelte-cff0ph input:where(.svelte-cff0ph),.form-group.svelte-cff0ph select:where(.svelte-cff0ph),.form-group.svelte-cff0ph textarea:where(.svelte-cff0ph){padding:.75rem;border:2px solid #e0e0e0;border-radius:.25rem;font-size:1rem;transition:border-color .2s;font-family:inherit}.form-group.svelte-cff0ph input:where(.svelte-cff0ph):focus,.form-group.svelte-cff0ph select:where(.svelte-cff0ph):focus,.form-group.svelte-cff0ph textarea:where(.svelte-cff0ph):focus{outline:none;border-color:#1a4d7a}.form-group.svelte-cff0ph input:where(.svelte-cff0ph):disabled,.form-group.svelte-cff0ph select:where(.svelte-cff0ph):disabled,.form-group.svelte-cff0ph textarea:where(.svelte-cff0ph):disabled{background:#f5f5f5;cursor:not-allowed}.form-group.svelte-cff0ph textarea:where(.svelte-cff0ph){resize:vertical;min-height:120px}.has-error.svelte-cff0ph input:where(.svelte-cff0ph),.has-error.svelte-cff0ph textarea:where(.svelte-cff0ph){border-color:#ef4444}.error-text.svelte-cff0ph{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem}.char-count.svelte-cff0ph{display:block;font-size:.875rem;color:#64748b;margin-top:.25rem;padding-bottom:1rem}.submit-btn.svelte-cff0ph{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(180deg,#1a4d7a,#0f2d4a);color:#fff;border:none;border-radius:.25rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:transform .2s}.submit-btn.svelte-cff0ph:hover:not(:disabled){transform:translateY(-2px)}.submit-btn.svelte-cff0ph:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-cff0ph{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-cff0ph-spin .6s linear infinite}@keyframes svelte-cff0ph-spin{to{transform:rotate(360deg)}}.contact-info.svelte-cff0ph{max-width:800px;margin:0 auto;text-align:center}.contact-info.svelte-cff0ph h3:where(.svelte-cff0ph){color:#c9a961;margin-bottom:1rem}.contact-details.svelte-cff0ph{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-link.svelte-cff0ph{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1.125rem;transition:color .2s}.contact-link.svelte-cff0ph:hover{color:#c9a961}@media(min-width:640px){.content-grid.svelte-cff0ph{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.info-1.svelte-cff0ph{grid-column:1;grid-row:1}.info-2.svelte-cff0ph{grid-column:2;grid-row:1}.info-3.svelte-cff0ph{grid-column:3;grid-row:1}.photo-1.svelte-cff0ph{grid-column:1;grid-row:2}.photo-2.svelte-cff0ph{grid-column:2;grid-row:2}.photo-3.svelte-cff0ph{grid-column:3;grid-row:2}.form-row.svelte-cff0ph{grid-template-columns:repeat(2,1fr)}.contact-details.svelte-cff0ph{flex-direction:row;justify-content:center;gap:2rem}}@media(min-width:768px){.container.svelte-cff0ph{padding:0 2rem}.camp-info.svelte-cff0ph{padding-bottom:4rem}.contact-form-section.svelte-cff0ph{padding:4rem 0}.camp-form.svelte-cff0ph{padding:3rem}}
