.modal-overlay.svelte-x15gz9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop.svelte-x15gz9{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:default}.modal-content.svelte-x15gz9{position:relative;width:100%;max-height:calc(100vh - 2rem);max-height:calc(100svh - 2rem);overflow-y:auto;background:var(--color-bg-white, #fff);border-radius:var(--radius-xl, 1rem);box-shadow:var(--shadow-xl, 0 25px 50px -12px rgba(0, 0, 0, .25))}.modal-sm.svelte-x15gz9{max-width:400px}.modal-md.svelte-x15gz9{max-width:500px}.modal-lg.svelte-x15gz9{max-width:640px}.modal-xl.svelte-x15gz9{max-width:800px}@media(max-width:480px){.modal-overlay.svelte-x15gz9{padding:0;align-items:flex-end}.modal-content.svelte-x15gz9{max-height:90vh;max-height:90svh;border-radius:var(--radius-xl, 1rem) var(--radius-xl, 1rem) 0 0}}.auth-modal.svelte-jvqgfs{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.close-btn.svelte-jvqgfs{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:none;border:none;border-radius:50%;color:#737373;cursor:pointer;transition:background-color .15s ease,color .15s ease}.close-btn.svelte-jvqgfs:hover{background-color:#0000000d;color:#171717}.auth-title.svelte-jvqgfs{margin:0;font:600 1.5rem/1.2 var(--title-font);color:#171717;text-align:center}.auth-form.svelte-jvqgfs{display:flex;flex-direction:column;gap:1rem}.error-message.svelte-jvqgfs{border-radius:.5rem;border:1px solid rgba(239,68,68,.5);background-color:#ef44441a;padding:.75rem 1rem;font-size:.875rem;color:#dc2626}.form-group.svelte-jvqgfs{display:flex;flex-direction:column;gap:.5rem}.form-group.hidden.svelte-jvqgfs{display:none}.form-group.svelte-jvqgfs label:where(.svelte-jvqgfs){font-size:.875rem;font-weight:500;color:#171717}.form-group.svelte-jvqgfs input:where(.svelte-jvqgfs){height:2.75rem;width:100%;border-radius:.5rem;border:1px solid rgba(0,0,0,.15);background-color:#fff;padding:.5rem 1rem;font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease}.form-group.svelte-jvqgfs input:where(.svelte-jvqgfs)::placeholder{color:#a3a3a3}.form-group.svelte-jvqgfs input:where(.svelte-jvqgfs):focus{outline:none;border-color:#171717;box-shadow:0 0 0 3px #1717171a}.btn-submit.svelte-jvqgfs{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-size:.9375rem;font-weight:600;transition:background-color .15s ease,transform .15s ease;height:2.875rem;margin-top:.5rem;width:100%;background-color:#171717;color:#fafafa;border:none;cursor:pointer}.btn-submit.svelte-jvqgfs:hover:not(:disabled){background-color:#2d2d2d;transform:translateY(-1px)}.btn-submit.svelte-jvqgfs:disabled{pointer-events:none;opacity:.5}.separator.svelte-jvqgfs{display:flex;align-items:center;gap:.75rem}.separator-line.svelte-jvqgfs{flex:1;height:1px;background-color:#0000001a}.separator-text.svelte-jvqgfs{font-size:.75rem;text-transform:uppercase;color:#737373;letter-spacing:.025em}.oauth-buttons.svelte-jvqgfs{display:flex;flex-direction:row;gap:.75rem}.oauth-btn.svelte-jvqgfs{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;height:2.75rem;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.1);background-color:#fff;color:#171717;text-decoration:none;cursor:pointer}.oauth-btn.svelte-jvqgfs:hover{background-color:#f5f5f5;border-color:#0003;transform:translateY(-1px)}.oauth-btn.svelte-jvqgfs .oauth-icon{width:1.25rem;height:1.25rem}.auth-switch.svelte-jvqgfs{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#525252}.auth-switch.svelte-jvqgfs button:where(.svelte-jvqgfs){background:none;border:none;padding:0;font-size:.875rem;font-weight:600;color:#171717;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-switch.svelte-jvqgfs button:where(.svelte-jvqgfs):hover{color:#404040}@media(max-width:480px){.auth-modal.svelte-jvqgfs{padding:2.5rem 1.5rem 1.5rem}.oauth-buttons.svelte-jvqgfs{flex-direction:column}}.confirm-modal.svelte-1dofg86{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.confirm-title.svelte-1dofg86{margin:0;font:600 1.25rem/1.3 var(--title-font);color:#171717}.confirm-message.svelte-1dofg86{margin:0;font-size:.9375rem;line-height:1.5;color:#525252}.confirm-actions.svelte-1dofg86{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.btn-cancel.svelte-1dofg86,.btn-confirm.svelte-1dofg86{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.btn-cancel.svelte-1dofg86:disabled,.btn-confirm.svelte-1dofg86:disabled{pointer-events:none;opacity:.5}.btn-cancel.svelte-1dofg86{background:#fff;border:1px solid rgba(0,0,0,.15);color:#525252}.btn-cancel.svelte-1dofg86:hover{background:#f5f5f5;border-color:#0003}.btn-confirm.svelte-1dofg86{background:#171717;border:1px solid #171717;color:#fff}.btn-confirm.svelte-1dofg86:hover:not(:disabled){background:#2d2d2d;transform:translateY(-1px)}.btn-confirm.danger.svelte-1dofg86{background:#dc2626;border-color:#dc2626}.btn-confirm.danger.svelte-1dofg86:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}@font-face{font-family:Oceanic;src:url(./Oceanic-Regular.dCz75Yc7.otf) format("opentype");font-style:normal;font-weight:500}@font-face{font-family:Oceanic;src:url(./Oceanic-Medium.eEn7Rl02.otf) format("opentype");font-style:normal;font-weight:600}@font-face{font-family:Oceanic;src:url(./Oceanic-Bold.DC6s67mM.otf) format("opentype");font-style:normal;font-weight:700}@font-face{font-family:SoyuzGrotesk;src:url(./SoyuzGroteskBold.DWPkZ96b.otf) format("opentype");font-style:normal;font-weight:500}:root{--main-font: system-ui, SF Pro, Inter, -apple-system, Arial, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--title-font: Oceanic, serif;--ui-font: SoyuzGrotesk, system-ui, sans-serif;--color-primary: #24653a;--color-primary-dark: #1a4a2a;--color-accent: #f2a96e;--color-accent-light: #f5e6d8;--color-text: #1a1a1a;--color-text-secondary: #666;--color-text-muted: #999;--color-bg: #faf8f5;--color-bg-white: #fff;--color-bg-card: #fff;--color-bg-card-pink: #fce4ec;--max-width: 1200px;--side-padding: 2rem;--header-height: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--transition-fast: .15s ease;--transition-normal: .25s ease;font-family:var(--main-font);color:var(--color-text)}@media(max-width:768px){:root{--side-padding: 1rem;--header-height: 56px}}html,body{width:100%;min-height:100vh;min-height:-webkit-fill-available;margin:0;padding:0;color:var(--color-text);background-color:var(--color-bg);-webkit-text-size-adjust:100%;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,a[role=button]{font-family:var(--ui-font);cursor:pointer}img{max-width:100%;height:auto}.svg-fill{fill:currentColor}.svg-stroke{stroke:currentColor}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--side-padding)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;transition:filter var(--transition-normal)}.app.search-open.svelte-12qhfyh{filter:blur(8px);pointer-events:none}header.svelte-12qhfyh{position:sticky;top:0;z-index:100}.header-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:.875rem var(--side-padding);gap:2rem}.logo.svelte-12qhfyh{display:flex;align-items:center;flex-shrink:0}.logo.svelte-12qhfyh svg{width:120px}nav.svelte-12qhfyh{display:flex;gap:2rem;flex:1;align-items:center;justify-content:center}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){position:relative;color:var(--color-text);font-size:.9rem;font-weight:500;text-transform:uppercase;transition:color var(--transition-fast)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-primary)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) sup:where(.svelte-12qhfyh){font-size:.9rem;color:var(--color-accent);position:absolute;top:-.65rem;right:-.75rem}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;margin-left:auto}.btn-login.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:500;border:none;border-radius:100px;text-transform:lowercase;cursor:pointer;transition:background var(--transition-fast)}.btn-login.svelte-12qhfyh:hover{background:var(--color-primary-dark)}.btn-profile.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-accent-light);color:var(--color-primary);font-size:.875rem;font-weight:600;border-radius:50%;overflow:hidden;transition:background var(--transition-fast),transform var(--transition-fast)}.btn-profile.svelte-12qhfyh img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover}.btn-profile.svelte-12qhfyh:hover,.btn-profile.active.svelte-12qhfyh{background:var(--color-primary);color:#fff}.btn-search.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:none;color:var(--color-text)}.search-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh}.search-overlay__backdrop.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;border:none;cursor:default}.search-overlay__content.svelte-12qhfyh{position:relative;width:100%;max-width:600px;padding:0 var(--side-padding)}.search-form.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--color-bg-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.search-form.svelte-12qhfyh svg{flex-shrink:0;width:24px;height:24px;color:var(--color-text-muted)}.search-input.svelte-12qhfyh{flex:1;border:none;background:none;font-size:1.125rem;font-family:var(--main-font);color:var(--color-text);outline:none}.search-input.svelte-12qhfyh::placeholder{color:var(--color-text-muted)}.search-close.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:var(--color-bg);border:none;border-radius:var(--radius-md);font-size:.75rem;font-family:var(--ui-font);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast)}.search-close.svelte-12qhfyh:hover{background:var(--color-bg-card-pink)}.search-hint.svelte-12qhfyh{margin:.75rem 0 0;text-align:center;font-size:.875rem;color:#ffffffb3}.hero-page.svelte-12qhfyh header:where(.svelte-12qhfyh){position:absolute;width:100%}.hero-page.svelte-12qhfyh .logo:where(.svelte-12qhfyh) svg path{fill:#fff}.hero-page.svelte-12qhfyh .btn-search:where(.svelte-12qhfyh) svg path{stroke:#fff}.hero-page.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:#fff}.hero-page.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover,.hero-page.svelte-12qhfyh nav:where(.svelte-12qhfyh) a.active:where(.svelte-12qhfyh){color:#ffffffb3}.hero-page.svelte-12qhfyh .btn-login:where(.svelte-12qhfyh){background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3)}.hero-page.svelte-12qhfyh .btn-login:where(.svelte-12qhfyh):hover{background:#ffffff4d}.hero-page.svelte-12qhfyh .btn-profile:where(.svelte-12qhfyh){background:#fff3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3)}.hero-page.svelte-12qhfyh .btn-profile:where(.svelte-12qhfyh):hover,.hero-page.svelte-12qhfyh .btn-profile.active:where(.svelte-12qhfyh){background:#ffffff4d;color:#fff}.hero-page.svelte-12qhfyh main:where(.svelte-12qhfyh){padding-top:0}main.svelte-12qhfyh{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:1rem var(--side-padding) 2rem}footer.svelte-12qhfyh{background:var(--color-text);color:#fff;margin-top:auto}.footer-content.svelte-12qhfyh{max-width:var(--max-width);margin:0 auto;padding:3rem var(--side-padding) 1.5rem}.footer-top.svelte-12qhfyh{display:flex;justify-content:space-between;gap:3rem;padding-bottom:2rem}.footer-brand.svelte-12qhfyh{flex-shrink:0}.footer-logo.svelte-12qhfyh{display:inline-block;margin-bottom:.75rem}.footer-logo.svelte-12qhfyh svg{width:100px}.footer-logo.svelte-12qhfyh svg path{fill:#fff}.footer-tagline.svelte-12qhfyh{font-size:.875rem;color:#fff9;margin:0}.footer-links.svelte-12qhfyh{display:flex;gap:4rem}.footer-column.svelte-12qhfyh{display:flex;flex-direction:column;gap:.625rem}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;color:#fffc;transition:color var(--transition-fast)}.footer-column.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-bottom.svelte-12qhfyh{padding-top:1.5rem;text-align:center}.copyright.svelte-12qhfyh{font-size:.8rem;color:#fff6;margin:0}@media(max-width:768px){.header-content.svelte-12qhfyh{gap:1rem}nav.svelte-12qhfyh{gap:1rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.875rem}.logo.svelte-12qhfyh svg{height:20px}.search-overlay.svelte-12qhfyh{padding-top:10vh}.search-form.svelte-12qhfyh{padding:.875rem 1.25rem}.search-input.svelte-12qhfyh{font-size:1rem}.footer-top.svelte-12qhfyh{flex-direction:column;gap:2rem}.footer-links.svelte-12qhfyh{flex-wrap:wrap;gap:2rem}.footer-column.svelte-12qhfyh{min-width:140px}}@media(max-width:480px){nav.svelte-12qhfyh{display:none}.footer-links.svelte-12qhfyh{flex-direction:column;gap:1.5rem}.footer-column.svelte-12qhfyh{min-width:100%}}::view-transition-old(root),::view-transition-new(root){animation-duration:.2s}
