@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:wght@600;700;800&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:#fdfbf7;--color-surface:#fff;--color-surface-alt:#f8f6f1;--color-surface-muted:#f3f0e8;--color-text:#1a1a1a;--color-text-secondary:#4a4a4a;--color-muted:#6b6b6b;--color-muted-strong:#8a8a8a;--color-primary:#c17f24;--color-primary-strong:#a66a1a;--color-primary-light:#e8a94a;--color-accent:#1e3a5f;--color-accent-light:#2d5a8a;--color-success:#2d8a5e;--color-error:#c53030;--color-warning:#d69e2e;--color-focus:#c17f24;--color-border:#1a1a1a14;--color-border-strong:#1a1a1a26;--shadow-sm:0 1px 2px #1a1a1a0a;--shadow-md:0 4px 12px #1a1a1a0f;--shadow-lg:0 12px 32px #1a1a1a14;--shadow-xl:0 24px 48px #1a1a1a1f;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--font-sans:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Fraunces",Georgia,serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{background:var(--color-background);min-height:100vh;font-family:var(--font-sans);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-size:1rem;line-height:1.6;display:flex}body>*{flex-shrink:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);margin:0;font-weight:700;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary)}button,input,textarea,select{font:inherit;color:inherit}img{max-width:100%;display:block}ul,ol{margin:0;padding:0}.layout-shell{width:min(100%,1200px);margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}.skip-link{z-index:100;background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-weight:600;transition:transform .2s;position:absolute;top:1rem;left:1rem;transform:translateY(-200%)}.skip-link:focus{color:#fff;outline:none;transform:translateY(0)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body.menu-open{overflow:hidden}
.Nav-module__jmVfSG__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#fdfbf7eb;position:sticky;top:0}.Nav-module__jmVfSG__container{width:min(100%,1200px);margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem)}.Nav-module__jmVfSG__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:4.5rem;display:flex}.Nav-module__jmVfSG__logo{color:var(--color-text);z-index:101;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Nav-module__jmVfSG__logo:hover{color:var(--color-text)}.Nav-module__jmVfSG__logoIcon{width:2rem;height:2rem;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.Nav-module__jmVfSG__logoIcon svg{width:100%;height:100%}.Nav-module__jmVfSG__logoText{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.Nav-module__jmVfSG__desktopNav{align-items:center;gap:1.5rem;display:flex}.Nav-module__jmVfSG__navList{align-items:center;gap:.25rem;list-style:none;display:flex}.Nav-module__jmVfSG__navLink{color:var(--color-text-secondary);border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:block}.Nav-module__jmVfSG__navLink:hover{color:var(--color-text);background:var(--color-surface-muted)}.Nav-module__jmVfSG__navLinkActive{color:var(--color-primary);background:#c17f2414}.Nav-module__jmVfSG__navActions{align-items:center;gap:.75rem;display:flex}.Nav-module__jmVfSG__ctaButton{color:#fff;background:var(--color-accent);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Nav-module__jmVfSG__ctaButton:hover{background:var(--color-accent-light);color:#fff;transform:translateY(-1px)}.Nav-module__jmVfSG__userButtonWrapper{position:relative}.Nav-module__jmVfSG__userButtonOutline{border:1.5px solid var(--color-border-strong);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--color-text-secondary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.Nav-module__jmVfSG__userButtonOutline:hover{border-color:var(--color-primary);color:var(--color-primary);background:#c17f240d}.Nav-module__jmVfSG__userButtonTooltip{background:var(--color-text);color:var(--color-background);white-space:nowrap;border-radius:var(--radius-sm);opacity:0;visibility:hidden;pointer-events:none;z-index:100;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-4px)}.Nav-module__jmVfSG__userButtonTooltip:before{content:"";background:var(--color-text);width:8px;height:8px;position:absolute;top:-4px;right:1rem;transform:rotate(45deg)}.Nav-module__jmVfSG__userButtonWrapper:hover .Nav-module__jmVfSG__userButtonTooltip{opacity:1;visibility:visible;transform:translateY(0)}.Nav-module__jmVfSG__userMenuWrapper{position:relative}.Nav-module__jmVfSG__userButton{background:var(--color-surface-muted);border:1px solid var(--color-border);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .625rem .375rem .375rem;transition:all .2s;display:flex}.Nav-module__jmVfSG__userButton:hover{background:var(--color-surface);border-color:var(--color-border-strong)}.Nav-module__jmVfSG__userAvatar{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:600;display:flex}.Nav-module__jmVfSG__userChevron{color:var(--color-muted);transition:transform .2s}.Nav-module__jmVfSG__userChevronOpen{transform:rotate(180deg)}.Nav-module__jmVfSG__userDropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:240px;box-shadow:var(--shadow-lg);z-index:200;padding:.5rem;animation:.15s Nav-module__jmVfSG__dropdownFade;position:absolute;top:calc(100% + .5rem);right:0}@keyframes Nav-module__jmVfSG__dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Nav-module__jmVfSG__userDropdownHeader{flex-direction:column;gap:.125rem;padding:.75rem;display:flex}.Nav-module__jmVfSG__userDropdownName{font-size:.9375rem;font-weight:600}.Nav-module__jmVfSG__userDropdownEmail{color:var(--color-muted);font-size:.8125rem}.Nav-module__jmVfSG__userDropdownBadge{color:var(--color-primary-strong);text-transform:uppercase;letter-spacing:.03em;background:#c17f241a;border-radius:999px;align-self:flex-start;margin-top:.375rem;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.Nav-module__jmVfSG__userDropdownDivider{background:var(--color-border);height:1px;margin:.375rem 0}.Nav-module__jmVfSG__userDropdownItem{width:100%;color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.Nav-module__jmVfSG__userDropdownItem:hover{background:var(--color-surface-muted);color:var(--color-text)}.Nav-module__jmVfSG__userDropdownItem svg{color:var(--color-muted)}.Nav-module__jmVfSG__userDropdownItemMuted{width:100%;color:var(--color-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.Nav-module__jmVfSG__userDropdownItemMuted:hover{background:var(--color-surface-muted);color:var(--color-text-secondary)}.Nav-module__jmVfSG__userDropdownItemMuted svg{color:var(--color-muted)}.Nav-module__jmVfSG__mobileActions{align-items:center;gap:.5rem;display:none}.Nav-module__jmVfSG__userButtonMobile{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Nav-module__jmVfSG__userButtonOutlineMobile{border:1.5px solid var(--color-border-strong);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--color-text-secondary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.Nav-module__jmVfSG__menuButton{cursor:pointer;z-index:101;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background .2s;display:flex}.Nav-module__jmVfSG__menuButton:hover{background:var(--color-surface-muted)}.Nav-module__jmVfSG__menuIcon{width:1.25rem;height:.875rem;position:relative}.Nav-module__jmVfSG__menuIcon span{background:var(--color-text);border-radius:2px;width:100%;height:2px;transition:all .3s;position:absolute;left:0}.Nav-module__jmVfSG__menuIcon span:first-child{top:0}.Nav-module__jmVfSG__menuIcon span:nth-child(2){top:50%;transform:translateY(-50%)}.Nav-module__jmVfSG__menuIcon span:nth-child(3){bottom:0}.Nav-module__jmVfSG__menuIconOpen span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.Nav-module__jmVfSG__menuIconOpen span:nth-child(2){opacity:0;transform:translate(-10px)}.Nav-module__jmVfSG__menuIconOpen span:nth-child(3){bottom:50%;transform:translateY(50%)rotate(-45deg)}.Nav-module__jmVfSG__mobileUserDropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:240px;box-shadow:var(--shadow-lg);z-index:200;padding:.5rem;animation:.15s Nav-module__jmVfSG__dropdownFade;position:absolute;top:4.5rem;right:1rem}.Nav-module__jmVfSG__mobileNav{background:var(--color-background);z-index:99;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:4.5rem 0 0;overflow-y:auto;transform:translate(100%)}.Nav-module__jmVfSG__mobileNavOpen{transform:translate(0)}.Nav-module__jmVfSG__mobileNavList{flex-direction:column;gap:.25rem;margin-bottom:2rem;list-style:none;display:flex}.Nav-module__jmVfSG__mobileNavLink{color:var(--color-text);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:1.125rem;font-weight:500;transition:all .2s;display:block}.Nav-module__jmVfSG__mobileNavLink:hover{background:var(--color-surface-muted);color:var(--color-text)}.Nav-module__jmVfSG__mobileNavLinkActive{color:var(--color-primary);background:#c17f2414}.Nav-module__jmVfSG__mobileCta{color:#fff;background:var(--color-accent);border-radius:var(--radius-md);text-align:center;width:100%;padding:1rem 1.5rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Nav-module__jmVfSG__mobileCta:hover{background:var(--color-accent-light);color:#fff}.Nav-module__jmVfSG__backdrop{z-index:98;opacity:0;background:#0000004d;animation:.2s forwards Nav-module__jmVfSG__fadeIn;position:fixed;inset:0}@keyframes Nav-module__jmVfSG__fadeIn{to{opacity:1}}body.schule-mode .Nav-module__jmVfSG__header{display:none}@media (max-width:768px){.Nav-module__jmVfSG__desktopNav{display:none}.Nav-module__jmVfSG__mobileActions{display:flex}}@media (min-width:769px){.Nav-module__jmVfSG__mobileNav,.Nav-module__jmVfSG__mobileUserDropdown{display:none}}
.Footer-module__nhiC3q__footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto}.Footer-module__nhiC3q__container{width:min(100%,1200px);margin:0 auto;padding:2rem clamp(1.25rem,4vw,2rem)}.Footer-module__nhiC3q__content{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.Footer-module__nhiC3q__logo{color:var(--color-text);align-items:center;gap:.5rem;text-decoration:none;display:flex}.Footer-module__nhiC3q__logo:hover{color:var(--color-text)}.Footer-module__nhiC3q__logoIcon{width:1.75rem;height:1.75rem;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__logoIcon svg{width:100%;height:100%}.Footer-module__nhiC3q__logoText{font-family:var(--font-display);font-size:1.125rem;font-weight:700}.Footer-module__nhiC3q__nav{align-items:center;gap:1.5rem;display:flex}.Footer-module__nhiC3q__nav a{color:var(--color-text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__nav a:hover{color:var(--color-text)}.Footer-module__nhiC3q__bottom{text-align:center;padding-top:1.5rem}.Footer-module__nhiC3q__bottom p{color:var(--color-muted);font-size:.8125rem}body.schule-mode .Footer-module__nhiC3q__footer{display:none}@media (max-width:640px){.Footer-module__nhiC3q__content{text-align:center;flex-direction:column}.Footer-module__nhiC3q__nav{flex-wrap:wrap;justify-content:center}}
