@font-face{font-family:Instrument Serif;src:url(../../../instrumentserif-regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica;src:url(../../../helvetica.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary:#f6821f;--color-text-dark:#313131;--color-text-light:#555;--color-bg:#fff;--color-surface:#f9f9f9;--color-border:#eee;--shadow-soft:0 4px 20px #0000000d;--shadow-hover:0 8px 30px #00000014;--radius-md:8px;--radius-lg:12px}body{background-color:var(--color-bg);color:var(--color-text-dark);-webkit-font-smoothing:antialiased;margin:0;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--color-text-dark);margin-top:0;font-family:Instrument Serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}p{color:var(--color-text-light);line-height:1.6}.card{background-color:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--color-border);padding:1.5rem;transition:box-shadow .2s ease-in-out}.card:hover{box-shadow:var(--shadow-hover)}.btn-primary{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-soft);border:none;padding:.5rem 1rem;font-weight:600;transition:transform .1s,box-shadow .2s}.btn-primary:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.notifications-wrapper.svelte-2qov3s{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.notification.svelte-2qov3s{border-radius:var(--radius-md,8px);min-width:300px;max-width:450px;box-shadow:var(--shadow-hover,0 8px 30px #0000001f);border-left:4px solid var(--color-primary,#f6821f);pointer-events:auto;background-color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.notification.success.svelte-2qov3s{border-left-color:#2e7d32}.notification.error.svelte-2qov3s{border-left-color:#d32f2f}.notification.warning.svelte-2qov3s{border-left-color:#ed6c02}.notification.info.svelte-2qov3s{border-left-color:var(--color-primary,#f6821f)}.content.svelte-2qov3s{color:var(--color-text-dark,#313131);font-size:.95rem;font-weight:500}.close-btn.svelte-2qov3s{color:var(--color-text-light,#555);cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.close-btn.svelte-2qov3s:hover{color:var(--color-text-dark,#313131)}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.top-nav.svelte-12qhfyh{border-bottom:1px solid var(--color-border);z-index:110;background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.nav-brand.svelte-12qhfyh{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:none}.nav-links.svelte-12qhfyh{align-items:center;gap:.5rem;display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){border-radius:var(--radius-md);color:var(--color-text-dark);padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-primary);background:0 0;font-weight:600}.nav-cta.svelte-12qhfyh{background-color:var(--color-text-dark)!important;color:#fff!important}.nav-cta.svelte-12qhfyh:hover{opacity:.9}main.svelte-12qhfyh{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.hamburger.svelte-12qhfyh{cursor:pointer;z-index:110;background:0 0;border:none;width:32px;height:32px;display:none;position:relative}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";background:var(--color-text-dark);border-radius:1px;width:20px;height:2px;transition:transform .2s,top .2s;position:absolute;left:6px}.hamburger.svelte-12qhfyh:before{top:10px}.hamburger.svelte-12qhfyh:after{top:20px}.hamburger-open.svelte-12qhfyh:before{top:15px;transform:rotate(45deg)}.hamburger-open.svelte-12qhfyh:after{top:15px;transform:rotate(-45deg)}@media (width<=639px){.top-nav.svelte-12qhfyh{padding:.75rem 1rem}.hamburger.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{border-left:.5px solid var(--color-border);z-index:105;background:#fff;flex-direction:column;gap:.25rem;width:70vw;max-width:280px;height:100vh;padding:4rem 1.5rem 2rem;transition:transform .2s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 12px #0000000d}.nav-links.nav-open.svelte-12qhfyh{transform:translate(0)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){width:100%;padding:.75rem 1rem;font-size:1rem}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--color-bg-light)}.mobile-backdrop.svelte-12qhfyh{z-index:104;background:#0000004d;position:fixed;inset:0}main.svelte-12qhfyh{padding:1.5rem 1rem}}
