.notif-bell-wrap{z-index:1300;display:inline-flex;position:relative}.notif-bell{color:currentColor;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:background .2s,color .2s;display:inline-flex;position:relative}.notif-bell:hover,.notif-bell:focus-visible{background:var(--brand-yellow-soft);color:var(--brand-blue)}.notif-bell__icon{width:22px;height:22px}.notif-badge{color:#fff;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--brand-white,#fff);pointer-events:none;background:#d92d20;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px}.notif-backdrop{z-index:1200;background:0 0;position:fixed;inset:0}.notif-panel{z-index:1300;background:var(--brand-white,#fff);width:340px;max-width:calc(100vw - 24px);max-height:70dvh;color:var(--ink,#102635);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-card,0 18px 40px #0616242e);border:1px solid #10263514;flex-direction:column;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.notif-panel__head{border-bottom:1px solid #10263514;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notif-panel__title{color:var(--ink,#102635);font-size:15px;font-weight:700}.notif-panel__mark{color:var(--brand-blue,#0b4a72);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.notif-panel__mark:hover{text-decoration:underline}.notif-panel__list{-webkit-overflow-scrolling:touch;overflow:hidden auto}.notif-empty{text-align:center;color:var(--ink-muted,#7b8893);margin:0;padding:24px 16px;font-size:14px}.notif-item{border-bottom:1px solid #1026350f;align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.notif-item:last-child{border-bottom:none}.notif-item--link{cursor:pointer}.notif-item--link:hover,.notif-item--link:focus-visible{background:#0b4a720d}.notif-item--unread{background:var(--brand-yellow-soft,#f5c4002e)}.notif-item--unread.notif-item--link:hover,.notif-item--unread.notif-item--link:focus-visible{background:#f5c40047}.notif-item__dot{background:#d92d20;border-radius:50%;flex:none;width:8px;height:8px;margin-top:6px}.notif-item__body{flex:1;min-width:0}.notif-item__title{color:var(--ink,#102635);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:700}.notif-item__text{color:var(--ink-soft,#53616b);overflow-wrap:anywhere;margin:2px 0 0;font-size:13px}.notif-item__time{color:var(--ink-muted,#7b8893);margin-top:4px;font-size:12px;display:block}
.admin-appshell{padding-top:88px}.admin-appshell__content>.admin-dashboard,.admin-appshell__content>.admin-page,.admin-appshell__content>.admin-hierarchy-page,.admin-appshell__content>.admin-shell{padding-top:0}.admin-appshell__topbar{display:none}.admin-appshell__topbar-inner{background:var(--brand-white);border-radius:var(--radius-md);width:min(1200px,92vw);box-shadow:var(--shadow-soft);border:1px solid #0b4a721f;flex-wrap:wrap;gap:6px;margin:0 auto;padding:8px;display:flex}.admin-appshell__tab{min-height:44px;color:var(--brand-blue-dark);white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.admin-appshell__tab svg{color:var(--ink-soft);flex:none;transition:color .18s}.admin-appshell__tab:hover{background:#0b4a7212}.admin-appshell__tab.is-active{background:var(--brand-blue);color:var(--brand-white);border-color:var(--brand-blue);box-shadow:0 6px 16px #0b4a7247}.admin-appshell__tab.is-active svg{color:var(--brand-white)}.admin-appshell__bottomnav{z-index:90;padding:6px 6px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #0b4a721f;align-items:stretch;gap:2px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0616241f}.admin-appshell__bnav-item{border-radius:var(--radius-sm);min-width:0;min-height:52px;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:4px 2px;font-weight:600;text-decoration:none;display:flex}.admin-appshell__bnav-item svg{flex:none}.admin-appshell__bnav-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.62rem;line-height:1.1;overflow:hidden}.admin-appshell__bnav-item.is-active,.admin-appshell__bnav-item.is-active svg{color:var(--brand-blue)}.admin-appshell__bnav-more{font:inherit}.admin-appshell__overlay{z-index:1200;position:fixed;inset:0}.admin-appshell__backdrop{cursor:pointer;background:#06162473;border:none;width:100%;height:100%;padding:0;animation:.2s both admin-sheet-fade;position:absolute;inset:0}.admin-appshell__sheet{z-index:1;background:var(--brand-white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:85dvh;box-shadow:var(--shadow-strong);padding:8px 16px calc(20px + env(safe-area-inset-bottom));touch-action:none;animation:.28s cubic-bezier(.16,1,.3,1) both admin-sheet-up;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}.admin-appshell__sheet-grabber{background:#0b4a7238;border-radius:999px;width:42px;height:5px;margin:6px auto 12px}.admin-appshell__sheet-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.admin-appshell__sheet-title{color:var(--brand-blue-dark);margin:0;font-size:1.1rem}.admin-appshell__sheet-close{width:40px;height:40px;color:var(--brand-blue-dark);cursor:pointer;background:#0b4a720f;border:1px solid #0b4a7229;border-radius:999px;place-items:center;display:grid}.admin-appshell__sheet-close:hover{background:#0b4a721f}.admin-appshell__sheet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-appshell__sheet-item{border-radius:var(--radius-md);min-height:56px;color:var(--brand-blue-dark);background:#f6f9fb;border:1px solid #0b4a721a;align-items:center;gap:12px;padding:14px;font-weight:600;text-decoration:none;display:flex}.admin-appshell__sheet-item:active{background:#0b4a7217}.admin-appshell__sheet-icon{width:38px;height:38px;color:var(--brand-blue-dark);background:#0b4a7214;border-radius:12px;flex:none;place-items:center;display:grid}.admin-appshell__sheet-item.is-active{border-color:var(--brand-blue);background:#0b4a721a}.admin-appshell__sheet-item.is-active .admin-appshell__sheet-icon{background:var(--brand-blue);color:var(--brand-white)}@keyframes admin-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes admin-sheet-fade{0%{opacity:0}to{opacity:1}}@media (min-width:768px){.admin-appshell{padding-top:112px}.admin-appshell__topbar{z-index:40;display:block;position:sticky;top:110px}.admin-appshell__content{padding-top:22px}.admin-appshell__bottomnav{display:none}}@media (max-width:767px){.admin-appshell__content{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.admin-appshell__sheet,.admin-appshell__backdrop{animation:none}}
.legal{width:min(760px,92vw);max-width:100%;color:var(--ink);overflow-wrap:anywhere;word-break:break-word;margin:0 auto;padding:clamp(110px,18vw,150px) 0 clamp(56px,10vw,96px)}.legal h1{font-family:var(--font-display);color:var(--brand-blue-deep);margin-bottom:.35rem;font-size:clamp(1.9rem,6vw,2.6rem);line-height:1.15}.legal__meta{color:var(--ink-muted);margin-bottom:2rem;font-size:.95rem}.legal h2{font-family:var(--font-display);color:var(--brand-blue);margin-top:2.4rem;margin-bottom:.8rem;font-size:clamp(1.25rem,3.5vw,1.55rem);line-height:1.25}.legal h3{color:var(--brand-blue-dark);margin-top:1.6rem;margin-bottom:.5rem;font-size:clamp(1.05rem,2.8vw,1.2rem);line-height:1.3}.legal p{color:var(--ink-soft);margin-bottom:1rem;line-height:1.7}.legal ul,.legal ol{margin:0 0 1rem 1.3rem;padding:0}.legal li{color:var(--ink-soft);margin-bottom:.5rem;line-height:1.7}.legal a{color:var(--brand-blue);text-underline-offset:2px;text-decoration:underline}.legal a:hover{color:var(--brand-blue-dark)}.legal strong{color:var(--ink)}.legal address{color:var(--ink-soft);margin-bottom:1rem;font-style:normal;line-height:1.7}.legal-note{background:var(--brand-yellow-soft);border-radius:var(--radius-md);border:1px solid #f5c4008c;align-items:flex-start;gap:12px;max-width:100%;margin:0 0 2rem;padding:clamp(14px,3vw,20px);display:flex}.legal-note__icon{flex:none;font-size:1.3rem;line-height:1.4}.legal-note p{color:var(--brand-amber);margin:0;font-size:.95rem;line-height:1.6}.legal-note strong{color:var(--brand-amber)}
.cookie-banner{z-index:150;width:100%;max-width:100%;padding:14px clamp(16px,4vw,28px);padding-bottom:calc(14px + env(safe-area-inset-bottom));background:var(--brand-blue-deep);color:var(--brand-white);flex-wrap:wrap;align-items:center;gap:12px 18px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #081c2e38}.cookie-banner__text{color:#ffffffe6;overflow-wrap:anywhere;flex:260px;margin:0;font-size:.9rem;line-height:1.55}.cookie-banner__link{color:var(--brand-yellow);text-underline-offset:2px;text-decoration:underline}.cookie-banner__link:hover{color:#ffd633}.cookie-banner__btn{background:var(--brand-yellow);color:var(--brand-blue-deep);cursor:pointer;border:none;border-radius:999px;flex:none;min-height:44px;padding:11px 22px;font-weight:700;transition:transform .2s,background .2s}.cookie-banner__btn:hover{transform:translateY(-1px)}@media (max-width:560px){.cookie-banner__btn{flex:100%}}.notfound{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:58vh;padding:clamp(120px,20vw,170px) 0 clamp(56px,10vw,96px);display:flex}.notfound__code{font-family:var(--font-display);color:var(--brand-yellow);text-shadow:var(--shadow-soft);margin:0;font-size:clamp(3.4rem,16vw,6rem);line-height:1}.notfound__title{font-family:var(--font-display);color:var(--brand-blue-deep);margin:0;font-size:clamp(1.6rem,6vw,2.4rem);line-height:1.15}.notfound__text{max-width:46ch;color:var(--ink-soft);margin:0 auto;line-height:1.7}.notfound__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;display:flex}.notfound__btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:12px 26px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.notfound__btn:hover{transform:translateY(-1px)}.notfound__btn--primary{background:var(--brand-yellow);color:var(--brand-blue-deep);box-shadow:var(--shadow-soft)}.notfound__btn--ghost{background:var(--brand-white);color:var(--brand-blue-deep);border-color:#0b4a7240}.notfound__btn--ghost:hover{background:var(--brand-cream)}.admin-search{max-width:380px;margin:0 0 16px}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:8px 16px;display:flex}.admin-toolbar .admin-search{flex:240px}@media (max-width:560px){.admin-search{max-width:100%}}

@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.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:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_63415f70-module__Zqur_G__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_63415f70-module__Zqur_G__variable{--font-body:"Manrope", "Manrope Fallback"}
@font-face{font-family:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(../media/cf9d54c4342bfde9-s.2luydo5uehvh-.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c26308a965d8ee8a-s.1q1056bo3qtcm.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:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d03928121523449c-s.3lswex48iwfpe.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:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1ccf8ef962b3f693-s.p.0gwn7w9k-i020.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:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(../media/664b8486c44baa2d-s.02rcwld1m-ji4.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c5ac7bd8b2d9fce6-s.17ncvpysp7y4m.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:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8457265da2739722-s.23gs_p123xcz8.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:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(../media/dc0c65e819e3bb6c-s.p.1d4mg4yt567i3.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:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(../media/087f4c42b279024d-s.1kvbj6zk-dn_f.woff2)format("woff2");unicode-range:U+2D7,U+303,U+331,U+E01-E5B,U+200C-200D,U+25CC}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(../media/891a32df73aa4402-s.3jgirgqxkqq7r.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:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9186901afaa5c996-s.2t53t_nth6shn.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:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(../media/374a88ea0960b3d4-s.p.2fz20jxmyia8o.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:Chakra Petch Fallback;src:local(Arial);ascent-override:96.77%;descent-override:30.05%;line-gap-override:0.0%;size-adjust:102.51%}.chakra_petch_bde38865-module__5dwcrq__className{font-family:Chakra Petch,Chakra Petch Fallback;font-style:normal}.chakra_petch_bde38865-module__5dwcrq__variable{--font-display:"Chakra Petch", "Chakra Petch Fallback"}
