.registration-page.svelte-1drmz8x{background:var(--cream);min-height:100vh}.registration-hero.svelte-1drmz8x{background:linear-gradient(165deg,#1a2e24d9,#344e41bf,#7a9e7e99),url(../../../images/background.webp);background-size:cover;background-position:center;background-attachment:fixed;padding:10rem 2rem 6rem;text-align:center;position:relative}.registration-hero.svelte-1drmz8x:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.hero-content.svelte-1drmz8x{position:relative;z-index:1;max-width:800px;margin:0 auto;color:var(--cream)}.registration-hero.svelte-1drmz8x h1:where(.svelte-1drmz8x){font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-subtitle.svelte-1drmz8x{font-size:1.2rem;opacity:.9;font-weight:300}.registration-content.svelte-1drmz8x{padding:4rem 2rem;max-width:900px;margin:0 auto;margin-top:-3rem;position:relative;z-index:2}.registration-closed.svelte-1drmz8x{display:flex;justify-content:center}.closed-card.svelte-1drmz8x{background:#fff;border-radius:20px;padding:3rem 2.5rem;text-align:center;box-shadow:0 8px 40px #0000001a;max-width:500px;width:100%}.closed-icon.svelte-1drmz8x{width:80px;height:80px;background:linear-gradient(135deg,#7a9e7e26,#7a9e7e0d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--forest-green)}.closed-card.svelte-1drmz8x h2:where(.svelte-1drmz8x){font-family:Cormorant Garamond,serif;font-size:1.75rem;color:var(--forest-deep);margin-bottom:1rem}.closed-card.svelte-1drmz8x p:where(.svelte-1drmz8x){color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:.75rem}.closed-card.svelte-1drmz8x .info-text:where(.svelte-1drmz8x){font-size:.95rem;margin-bottom:1.5rem}.btn-back.svelte-1drmz8x{display:inline-block;padding:1rem 2.5rem;background:var(--forest-green);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #2d3e2f33}.btn-back.svelte-1drmz8x:hover{background:var(--forest-deep);transform:translateY(-2px);box-shadow:0 6px 24px #2d3e2f59}.documents-section.svelte-1drmz8x{padding:0 2rem;max-width:900px;margin:-2rem auto 0;position:relative;z-index:3}.documents-container.svelte-1drmz8x{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;border:2px solid rgba(122,158,126,.2)}.documents-header.svelte-1drmz8x{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(122,158,126,.15)}.documents-icon.svelte-1drmz8x{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#7a9e7e26,#7a9e7e0d);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--forest-green)}.documents-header.svelte-1drmz8x h2:where(.svelte-1drmz8x){font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--forest-deep);margin:0 0 .25rem}.documents-header.svelte-1drmz8x p:where(.svelte-1drmz8x){color:var(--text-muted);font-size:.9rem;margin:0}.documents-list.svelte-1drmz8x{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.document-item.svelte-1drmz8x{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--cream);border-radius:8px;text-decoration:none;color:var(--forest-deep);font-size:.9rem;font-weight:500;transition:all .2s ease;border:1px solid transparent}.document-item.svelte-1drmz8x:hover{background:#7a9e7e1a;border-color:var(--forest-green);color:var(--forest-green)}.doc-ext.svelte-1drmz8x{font-size:.7rem;font-weight:700;background:var(--forest-green);color:#fff;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase}.doc-name.svelte-1drmz8x{flex:1}.document-item.svelte-1drmz8x svg:where(.svelte-1drmz8x){opacity:.5}.document-item.svelte-1drmz8x:hover svg:where(.svelte-1drmz8x){opacity:1}.all-documents-link.svelte-1drmz8x{display:inline-flex;align-items:center;gap:.5rem;color:var(--forest-green);font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.all-documents-link.svelte-1drmz8x:hover{color:var(--forest-deep);gap:.75rem}@media (max-width: 768px){.registration-hero.svelte-1drmz8x{padding:8rem 1.5rem 4rem}.registration-content.svelte-1drmz8x{padding:2rem 1rem;margin-top:-2rem}.documents-section.svelte-1drmz8x{padding:0 1rem;margin-top:-1.5rem}.documents-container.svelte-1drmz8x{padding:1.25rem}.documents-header.svelte-1drmz8x{flex-direction:column;text-align:center}.documents-list.svelte-1drmz8x{flex-direction:column}.document-item.svelte-1drmz8x{width:100%}.closed-card.svelte-1drmz8x{padding:2rem 1.5rem}.closed-card.svelte-1drmz8x h2:where(.svelte-1drmz8x){font-size:1.5rem}.closed-icon.svelte-1drmz8x{width:64px;height:64px}.closed-icon.svelte-1drmz8x svg:where(.svelte-1drmz8x){width:32px;height:32px}}
