.notification-bell{position:relative}.notification-bell__trigger{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:relative}.notification-bell__trigger:hover{color:var(--color-interactive-default)}.notification-bell__badge{background:var(--color-danger);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-4px}.notification-bell__dropdown{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary);z-index:100;border-radius:.75rem;flex-direction:column;width:360px;max-height:480px;display:flex;position:absolute;top:calc(100% + .25rem);right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}.notification-bell__header{border-bottom:1px solid var(--color-border-primary);justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.notification-bell__title{margin:0;font-size:1rem;font-weight:600}.notification-bell__mark-all{color:var(--color-interactive-default);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem}.notification-bell__mark-all:hover{text-decoration:underline}.notification-bell__list{flex:1;overflow-y:auto}.notification-bell__empty{text-align:center;color:var(--color-text-tertiary);padding:2rem;font-size:.875rem}.notification-bell__see-all{text-align:center;border-top:1px solid var(--color-border-primary);color:var(--color-interactive-default);padding:.5rem;font-size:.875rem;text-decoration:none;display:block}.notification-bell__see-all:hover{text-decoration:underline}.notification-bell__dropdown.is-closing{animation:.15s ease-out forwards dropdown-exit}.notification-item{color:var(--color-text-primary);align-items:flex-start;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background .15s;display:flex}.notification-item:hover,.notification-item--unread{background:var(--color-bg-tertiary)}.notification-item__avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.notification-item__avatar img{object-fit:cover;width:100%;height:100%}.notification-item__avatar-fallback{background:var(--color-interactive-default);width:100%;height:100%;color:var(--color-text-on-primary);justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.notification-item__content{flex:1;min-width:0}.notification-item__message{margin:0;font-size:.875rem;line-height:1.4}.notification-item__time{color:var(--color-text-tertiary);font-size:.75rem}.notification-item__dot{background:var(--color-interactive-default);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.25rem}
.header{z-index:300;background-color:var(--glass-bg);width:100%;height:64px;box-shadow:0 1px 0 var(--glass-border);-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);border-bottom:none;transition:height .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out;position:sticky;top:0}@media only screen and (min-width:992px){.header{height:80px}}.header--shrunk{height:48px}.header--shrunk .header__logo-text{font-size:1.125rem}.header--shrunk{box-shadow:0 2px 16px var(--header-glow)}.header--hidden{transform:translateY(-100%)}.header__container{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.header__logo-text{font-family:var(--font-heading,Cormorant Garamond,Georgia,serif);letter-spacing:.02em;color:var(--color-text-primary);font-size:1.25rem;font-weight:600;transition:font-size .3s ease-in-out}.header__nav{display:none}@media only screen and (min-width:992px){.header__nav{display:flex}}.header__mobile-overlay{z-index:9999;padding-top:calc(64px + 2rem);padding-bottom:env(safe-area-inset-bottom,2rem);-webkit-overflow-scrolling:touch;background-color:var(--color-bg-primary);flex-direction:column;justify-content:flex-start;align-items:center;animation:.3s header-nav-slide-in;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.header__mobile-close{z-index:1;width:44px;height:44px;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:background-color .3s ease-in-out;display:flex;position:absolute;top:1rem;right:1rem}:is(.header__mobile-close:hover,.header__mobile-close:active,.header__mobile-close:focus-visible){background-color:var(--color-bg-subtle)}.header__mobile-nav{flex-direction:column;align-items:center;width:100%;display:flex}.header__mobile-nav .header__nav-list{flex-direction:column;gap:2rem}.header__nav-list{align-items:center;gap:1.5rem;display:flex}.header__nav-item{list-style:none}.header__nav-link{color:var(--color-text-secondary);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease-in-out;position:relative}.header__nav-link:after{background-color:var(--color-interactive-default);transform-origin:0;content:"";width:100%;height:1px;transition:transform .3s ease-in-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}:is(.header__nav-link:hover,.header__nav-link:active,.header__nav-link:focus-visible){color:var(--color-interactive-default)}.header__nav-link:hover:after,.header__nav-link:active:after{transform:scaleX(1)}.header__nav-link:focus-visible:after{transform:scaleX(1)}.header__nav.is-open .header__nav-link{font-size:1.25rem}.header__actions{align-items:center;gap:1rem;display:flex}.header__dropdown{position:relative}.header__dropdown-trigger{color:var(--color-text-primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.25rem;padding:.25rem .5rem;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;display:flex}:is(.header__dropdown-trigger:hover,.header__dropdown-trigger:active,.header__dropdown-trigger:focus-visible),.header__dropdown-trigger.is-open{background-color:var(--color-bg-subtle);border-color:var(--color-border-default)}.header__user-avatar{object-fit:cover;border:1px solid var(--glass-border);border-radius:9999px;width:32px;height:32px}.header__user-name{color:var(--color-text-primary);font-size:.875rem;font-weight:500;display:none}@media only screen and (min-width:992px){.header__user-name{display:block}}.header__dropdown-chevron{color:var(--color-text-tertiary);flex-shrink:0;transition:transform .3s ease-in-out}.header__dropdown-trigger.is-open .header__dropdown-chevron{transform:rotate(180deg)}.header__dropdown-menu{z-index:100;border:1px solid var(--glass-border);background-color:var(--glass-bg);min-width:200px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-radius:.75rem;padding:.25rem 0;animation:.2s header-dropdown-enter;position:absolute;top:calc(100% + .25rem);right:0}.header__dropdown-item{white-space:nowrap;width:100%;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out;display:flex}:is(.header__dropdown-item:hover,.header__dropdown-item:active,.header__dropdown-item:focus-visible){color:var(--color-text-primary);background-color:var(--color-bg-subtle)}.header__dropdown-item--danger{color:var(--color-danger)}:is(.header__dropdown-item--danger:hover,.header__dropdown-item--danger:active,.header__dropdown-item--danger:focus-visible){color:var(--color-danger);background-color:#f8717114}.header__dropdown-divider{background-color:var(--glass-border);height:1px;margin:.25rem 0}.header__nav-item--kitchen,.header__kitchen-dropdown{position:relative}.header__kitchen-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;display:inline-flex}.header__kitchen-trigger.is-open{color:var(--color-interactive-default)}.header__kitchen-trigger.is-open:after{transform:scaleX(1)}.header__kitchen-chevron{color:var(--color-text-tertiary);flex-shrink:0;transition:transform .3s ease-in-out}.header__kitchen-trigger.is-open .header__kitchen-chevron{transform:rotate(180deg)}.header__kitchen-menu{z-index:100;border:1px solid var(--glass-border);background-color:var(--glass-bg);min-width:200px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-radius:.75rem;padding:.25rem 0;animation:.2s header-kitchen-enter;position:absolute;top:calc(100% + .5rem + 4px);left:50%;transform:translate(-50%)}.header__auth-link{color:var(--color-text-secondary);border-radius:.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out}:is(.header__auth-link:hover,.header__auth-link:active,.header__auth-link:focus-visible){color:var(--color-interactive-default)}.header__auth-link--cta{border:1px solid var(--color-interactive-default);color:var(--color-interactive-default);background-color:#0000}:is(.header__auth-link--cta:hover,.header__auth-link--cta:active,.header__auth-link--cta:focus-visible){color:var(--color-text-inverse);background-color:var(--color-interactive-default);border-color:var(--color-interactive-default)}.header__burger{z-index:10000;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:.5rem;display:flex;position:relative}@media only screen and (min-width:992px){.header__burger{display:none}}.header__burger.is-open .header__burger-line:first-child{transform:translateY(8px)rotate(45deg)}.header__burger.is-open .header__burger-line:nth-child(2){opacity:0}.header__burger.is-open .header__burger-line:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header__burger-line{background-color:var(--color-text-primary);border-radius:1px;width:100%;height:2px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:block}@keyframes header-nav-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes header-dropdown-enter{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes header-kitchen-enter{0%{opacity:0;transform:translate(-50%)translateY(-4px)scale(.98)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.header__dropdown-menu.is-closing,.header__kitchen-menu.is-closing{animation:.15s ease-out forwards dropdown-exit}.header__mobile-overlay.is-closing{animation:.2s ease-out forwards mobile-nav-exit}.header__mobile-nav-group{border-bottom:1px solid var(--color-border-default);margin-bottom:.5rem;padding-bottom:.5rem}.header__mobile-nav-group:last-child{border-bottom:none}.header__auth-cta-link{text-decoration:none}
.footer{color:#e8ecf0;background:linear-gradient(#0a1020 0%,#0f1729 100%);width:100%;margin-top:auto;padding:3rem 0 1.5rem}[data-theme=light] .footer{color:#1a1f2e;background:linear-gradient(#fff 0%,#f5f1eb 100%)}.footer__container,.footer__top{flex-direction:column;gap:2rem;display:flex}@media only screen and (min-width:992px){.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__brand{flex-direction:column;gap:.5rem;display:flex}.footer__logo{font-family:var(--font-heading,Cormorant Garamond,Georgia,serif);color:var(--color-text-primary);font-size:1.25rem;font-weight:700}.footer__tagline{color:var(--color-text-secondary);opacity:.8;font-size:.875rem}.footer__links{display:flex}.footer__link-list{flex-direction:column;gap:.5rem;display:flex}@media only screen and (min-width:768px){.footer__link-list{flex-flow:wrap;gap:1rem 2rem}}.footer__link{color:var(--color-text-secondary);font-size:.875rem;text-decoration:none;transition:color .3s ease-in-out}:is(.footer__link:hover,.footer__link:active,.footer__link:focus-visible){color:var(--color-interactive-hover)}.footer__bottom{border-top:1px solid var(--color-border-default);padding-top:1.5rem}.footer__copyright{color:var(--color-text-secondary);opacity:.6;font-size:.75rem}
.circle-nav{z-index:1;background-color:var(--color-bg-secondary);width:100%;padding:2rem .5rem 1.5rem;position:relative;overflow:hidden}@media only screen and (min-width:768px){.circle-nav{padding:4rem 1.5rem 3rem}}@media only screen and (min-width:992px){.circle-nav{overflow:visible}}.circle-nav:before,.circle-nav:after{z-index:1;pointer-events:none;content:"";width:32px;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0}@media only screen and (min-width:992px){.circle-nav:before,.circle-nav:after{display:none}}.circle-nav:before{background:linear-gradient(to right,var(--color-bg-secondary)0%,transparent 100%);left:0}.circle-nav:after{background:linear-gradient(to left,var(--color-bg-secondary)0%,transparent 100%);right:0}.circle-nav__list{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:flex-start;gap:2rem;margin:-1.5rem 0;padding:1.5rem;list-style:none;display:flex;overflow-x:auto}.circle-nav__list::-webkit-scrollbar{display:none}@media only screen and (min-width:992px){.circle-nav__list{justify-content:center;overflow-x:visible}}@media only screen and (min-width:768px){.circle-nav__list{gap:3rem}}@media only screen and (min-width:992px){.circle-nav__list{gap:4rem}}.circle-nav__item{flex-shrink:0;display:flex}.circle-nav__item:first-child{margin-left:auto}.circle-nav__item:last-child{margin-right:auto}.circle-nav__link{color:var(--color-interactive-default);flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;display:flex}.circle-nav__link:hover .circle-nav__circle{transform:scale(1.1)}.circle-nav__link:hover .circle-nav__ring-stroke{stroke-dashoffset:0}.circle-nav__link:hover .circle-nav__label{color:var(--color-interactive-hover)}.circle-nav__link:focus-visible .circle-nav__circle{outline:2px solid var(--color-interactive-default);outline-offset:2px}.circle-nav__link.is-active .circle-nav__ring-bg{fill:var(--color-interactive-default)}.circle-nav__link.is-active .circle-nav__ring-stroke{stroke:var(--color-interactive-default);stroke-dashoffset:0}.circle-nav__link.is-active .circle-nav__count,.circle-nav__link.is-active .circle-nav__icon{color:var(--color-text-inverse)}.circle-nav__link.is-active .circle-nav__label{color:var(--color-interactive-hover);font-weight:700}.circle-nav__circle{will-change:transform;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .4s ease-in-out;display:flex;position:relative}@media only screen and (min-width:768px){.circle-nav__circle{width:90px;height:90px}}@media only screen and (min-width:992px){.circle-nav__circle{width:110px;height:110px}}.circle-nav__ring{top:0;bottom:0;left:0;right:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible}.circle-nav__ring-bg{fill:#0000;stroke:var(--color-interactive-default);stroke-opacity:.3;transition:fill .4s ease-in-out}.circle-nav__ring-stroke{fill:#0000;stroke:var(--color-interactive-default);stroke-dasharray:var(--circumference);stroke-dashoffset:var(--circumference);transition:stroke-dashoffset .6s ease-in-out}.circle-nav__content{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.circle-nav__icon{color:var(--color-interactive-default);justify-content:center;align-items:center;display:flex}.circle-nav__icon svg{width:24px;height:24px}@media only screen and (min-width:768px){.circle-nav__icon svg{width:30px;height:30px}}@media only screen and (min-width:992px){.circle-nav__icon svg{width:36px;height:36px}}.circle-nav__count{color:var(--color-interactive-default);font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:700}@media only screen and (min-width:768px){.circle-nav__count{font-size:1.5rem}}@media only screen and (min-width:992px){.circle-nav__count{font-size:1.875rem}}.circle-nav__label{text-align:center;max-width:100px;color:var(--color-interactive-default);font-family:Cormorant Garamond,Georgia,serif;font-size:.75rem;font-weight:600;line-height:1.3;transition:color .15s ease-in-out}@media only screen and (min-width:768px){.circle-nav__label{max-width:120px;font-size:.875rem}}@media only screen and (min-width:992px){.circle-nav__label{font-size:1rem}}
.cookie-consent{z-index:500;animation:.4s cookie-slide-up;position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem}@media only screen and (min-width:992px){.cookie-consent{max-width:480px;left:1.5rem;right:auto}}.cookie-consent__content{border:1px solid var(--color-border-default);background-color:var(--color-bg-surface);box-shadow:var(--shadow-lg);border-radius:1rem;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;position:relative}.cookie-consent__icon{width:36px;height:36px;color:var(--color-interactive-default);background-color:var(--color-bg-elevated);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cookie-consent__text{flex:1;min-width:min(200px,100%)}.cookie-consent__title{color:var(--color-text-primary);font-size:.875rem;font-weight:600}.cookie-consent__description{color:var(--color-text-secondary);margin-top:.25rem;font-size:.75rem;line-height:1.5}.cookie-consent__actions{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.cookie-consent__close{width:44px;height:44px;color:var(--color-text-tertiary);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;transition:color .3s ease-in-out,background-color .3s ease-in-out;display:flex;position:absolute;top:.5rem;right:.5rem}:is(.cookie-consent__close:hover,.cookie-consent__close:active,.cookie-consent__close:focus-visible){color:var(--color-text-primary);background-color:var(--color-bg-elevated)}@keyframes cookie-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.p.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.p.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.6c4275d8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.dfd36b11.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.7a65e2c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.p.ef9233b7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.7787e134.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_1dbb3f79-module__5XcEtW__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_1dbb3f79-module__5XcEtW__variable{--font-heading:"Cormorant Garamond","Cormorant Garamond Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_80198869-module__qO6K-q__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_80198869-module__qO6K-q__variable{--font-body:"Inter","Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.p.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.p.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_3e5f369e-module__xs-axq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_3e5f369e-module__xs-axq__variable{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}
