:root{--navy:#151d2d;--navy-2:#222b4d;--accent:#ee3a23;--accent-btn:#d93520;--accent-dark:#c20f1b;--accent-on-dark:#ff5f4d;--ok:#0e7a33;--radius:10px;--maxw:1400px;--gap-sm:16px;--gap-md:26px;--gap-lg:44px;--gap-xl:64px;--bg:#fff;--bg-soft:#f6f7f9;--bg-elev:#fff;--line:#e3e6ec;--text:#1b1f2a;--text-muted:#6b7280;--head-bg:var(--navy);--head-text:#fff;--row-hover:#f0f3f8;--link:#2a3a7a;--shadow:0 1px 2px #1018280a, 0 6px 20px #1018280d}:root[data-theme=dark]{--bg:#0f131c;--bg-soft:#161b27;--bg-elev:#171d2a;--line:#262d3d;--text:#e7eaf0;--text-muted:#97a0b3;--head-bg:#1b2233;--head-text:#f2f4f8;--row-hover:#1c2331;--link:#9db2ff;--ok:#4ade80;--shadow:0 1px 2px #00000059, 0 6px 20px #0000004d}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--bg);margin:0;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.55;transition:background-color .18s,color .18s}img{max-width:100%;height:auto}:where(a){color:var(--link)}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}h1{margin:0 0 10px;font-size:clamp(24px,3.2vw,40px);font-weight:700;line-height:1.15}.subtitle{max-width:64ch;color:var(--text-muted);margin:0;font-size:clamp(15px,1.5vw,17px)}h2{margin:var(--gap-lg) 0 var(--gap-md);color:var(--text);font-size:clamp(21px,2.2vw,27px);line-height:1.25}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:where(a,button,[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.hero{background:var(--navy);position:relative;overflow:hidden}.hero__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__veil{background:linear-gradient(90deg,#0a0e18e0 0%,#0a0e18a8 45%,#0a0e1857 100%);position:absolute;inset:0}.hero__body{z-index:2;color:#fff;position:relative}.hero__body h1{color:#fff}.hero__body .subtitle{color:#ffffffd1}.stats{gap:2px;display:grid}.stats__item{padding:10px 0}.stats__num{font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.1}.stats__cap{color:var(--text-muted);font-size:13px}.theme-btn{color:#fff;border-radius:var(--radius);cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.theme-btn:hover{background:#ffffff29}.theme-btn svg{display:block}.theme-btn .i-moon{display:none}:root[data-theme=dark] .theme-btn .i-moon{display:block}:root[data-theme=dark] .theme-btn .i-sun{display:none}.filters{margin:var(--gap-md) 0 var(--gap-sm);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chip{font:inherit;color:var(--text);background:var(--bg-soft);border:1px solid var(--line);cursor:pointer;border-radius:999px;padding:8px 16px;font-size:14px;transition:background-color .15s,border-color .15s,color .15s}.chip:hover{border-color:var(--text-muted)}.chip.is-active{color:#fff;background:var(--accent-btn);border-color:var(--accent-btn)}.chip--reset{color:var(--text-muted);background:0 0;border-style:dashed}.filters__count{color:var(--text-muted);margin-left:auto;font-size:14px}.tbl-wrap{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.tbl{border-collapse:collapse;width:100%;font-size:14px}.tbl thead th{z-index:5;text-align:left;vertical-align:bottom;white-space:nowrap;color:#ffffffeb;background:var(--head-bg);padding:13px 12px;font-size:12px;font-weight:600;line-height:1.3;position:sticky;top:0}.th-sort{padding:0!important}.th-sort button{width:100%;font:inherit;white-space:nowrap;text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:13px 12px;font-size:12px;font-weight:600;display:flex}.th-sort button:hover{background:#ffffff1a}.th-sort__ico:after{content:"↕";opacity:.4}.th-sort[aria-sort=ascending] .th-sort__ico:after{content:"↑";opacity:1}.th-sort[aria-sort=descending] .th-sort__ico:after{content:"↓";opacity:1}.th-sort:not([aria-sort=none]) button{background:#ffffff24}.tbl tbody td{vertical-align:middle;border-top:1px solid var(--line);padding:12px}.tbl tbody tr:hover td{background:var(--row-hover)}.c-num{width:48px;color:var(--text-muted);font-variant-numeric:tabular-nums}.c-school{min-width:230px}.c-cta{width:156px}.school{align-items:center;gap:12px;display:flex}.school__logo{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:8px;flex:0 0 40px;width:40px;height:40px}:root[data-theme=dark] .school__logo:not(.school__logo--stub){background:#eef1f6;border-color:#0000}.school__logo--stub{color:#fff;background:var(--navy-2);border-color:#0000;place-items:center;font-size:17px;font-weight:700;display:grid}.school__name{font-weight:500}.badge{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;display:inline-block}.badge--online{color:#0b5c3f;background:#e2f5ec}.badge--offline{color:#1e3a8a;background:#e5edff}:root[data-theme=dark] .badge--online{color:#8fe8c2;background:#16a34a2e}:root[data-theme=dark] .badge--offline{color:#adc2ff;background:#4f6ef733}.yes{color:var(--ok);font-size:15px}.no{color:var(--text-muted);opacity:.5}.price{white-space:nowrap;font-variant-numeric:tabular-nums}.price-tbd{color:var(--text-muted);font-size:13px;line-height:1.3;display:inline-block}.rating{font-variant-numeric:tabular-nums;font-weight:700}.rating__src{color:var(--text-muted);font-size:11px;display:block}.cta{white-space:nowrap;color:#fff;text-align:center;background:var(--accent-btn);border-radius:8px;padding:9px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .15s;display:inline-block}.cta:hover,.cta:focus-visible{color:#fff;background:var(--accent-dark)}.tbl-empty{text-align:center;color:var(--text-muted);padding:40px 0}@media (width<=767px){.tbl-wrap{box-shadow:none;background:0 0;border:0;border-radius:0;overflow:visible}.tbl,.tbl tbody,.tbl tr,.tbl td{width:100%;display:block}.tbl thead,.tbl tbody tr[hidden]{display:none}.tbl tbody tr{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:14px 14px 16px 46px;position:relative}.tbl tbody tr:hover td{background:0 0}.tbl tbody td{border:0;padding:4px 0}.tbl tbody td.c-num{width:auto;padding:0;font-size:13px;position:absolute;top:15px;left:14px}.tbl tbody td[data-label]:not(.c-school):not(.c-cta):not(.c-num){justify-content:space-between;align-items:baseline;gap:16px;display:flex}.tbl tbody td[data-label]:not(.c-school):not(.c-cta):not(.c-num):before{content:attr(data-label);color:var(--text-muted);flex:none;font-size:13px}.tbl tbody td.c-school{border-bottom:1px solid var(--line);margin-bottom:10px;padding-bottom:12px}.school__name{font-size:16px;font-weight:700}.tbl tbody td.c-cta{width:auto;margin-top:14px}.cta{width:100%;padding:12px 14px;font-size:15px;display:block}.rating__src{margin-left:6px;display:inline}.filters__count{width:100%;margin-left:0}}.city[data-astro-cid-uluhdk22]{position:relative}.city__trigger[data-astro-cid-uluhdk22]{font:inherit;color:#fff;border-radius:var(--radius);cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;align-items:center;gap:8px;padding:8px 14px;font-size:15px;display:inline-flex}.city__trigger[data-astro-cid-uluhdk22]:hover{background:#ffffff24}.city__caret[data-astro-cid-uluhdk22]{transition:transform .15s}.city__trigger[data-astro-cid-uluhdk22][aria-expanded=true] .city__caret[data-astro-cid-uluhdk22]{transform:rotate(180deg)}.city__menu[data-astro-cid-uluhdk22]{z-index:40;background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(2,minmax(150px,1fr));gap:2px 16px;max-height:min(60vh,420px);margin:0;padding:12px 16px;list-style:none;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 32px #0a0f1e47}.city__menu[data-astro-cid-uluhdk22][hidden]{display:none}.city__menu[data-astro-cid-uluhdk22] a[data-astro-cid-uluhdk22]{color:var(--text);border-radius:4px;padding:6px 4px;font-size:14px;text-decoration:none;display:block}.city__menu[data-astro-cid-uluhdk22] a[data-astro-cid-uluhdk22]:hover{background:var(--bg-soft);color:var(--accent)}.city__menu[data-astro-cid-uluhdk22] a[data-astro-cid-uluhdk22]:focus-visible{background:var(--bg-soft)}@media (width<=560px){.city__menu[data-astro-cid-uluhdk22]{grid-template-columns:1fr;right:-8px}}.hdr[data-astro-cid-nen7h5rs]{background:var(--navy)}.hdr__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:16px;min-height:60px;display:flex}.hdr__right[data-astro-cid-nen7h5rs]{align-items:center;gap:10px;display:flex}.hdr__logo[data-astro-cid-nen7h5rs]{letter-spacing:-.02em;color:#fff;align-items:baseline;gap:12px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.hdr__logo[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{color:var(--accent-on-dark)}.hdr__logo[data-astro-cid-nen7h5rs] em[data-astro-cid-nen7h5rs]{letter-spacing:0;text-transform:uppercase;color:#ffffff73;max-width:22ch;font-size:11px;font-style:normal;font-weight:400;line-height:1.25}@media (width<=720px){.hdr__logo[data-astro-cid-nen7h5rs] em[data-astro-cid-nen7h5rs]{display:none}}.hero[data-astro-cid-ge2uvauf]{background:radial-gradient(120% 140% at 84% 16%,#ee3a2338 0%,#ee3a2300 56%),linear-gradient(115deg,#101626 0%,#1b2542 54%,#2b3160 100%)}.hero[data-astro-cid-ge2uvauf]:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;mask-image:linear-gradient(105deg,#0000 32%,#000 100%)}.hero--band[data-astro-cid-ge2uvauf]{padding:44px 0 38px}.hero--band[data-astro-cid-ge2uvauf] .hero__stats[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:12px 44px;margin-top:24px;display:flex}.hero__stat-num[data-astro-cid-ge2uvauf]{color:#fff;font-size:clamp(20px,2.2vw,27px);font-weight:700;line-height:1.15;display:block}.hero__stat-cap[data-astro-cid-ge2uvauf]{color:#ffffffa8;font-size:13px}.hero-grid[data-astro-cid-ge2uvauf]{gap:var(--gap-md);margin-top:var(--gap-md);grid-template-columns:minmax(0,1fr) 260px;align-items:stretch;display:grid}.hero--card[data-astro-cid-ge2uvauf]{border-radius:var(--radius);min-height:250px;box-shadow:var(--shadow);align-items:center;display:flex}.hero__body--card[data-astro-cid-ge2uvauf]{padding:34px 36px}.hero-side[data-astro-cid-ge2uvauf]{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;padding:8px 22px;display:flex}.hero-side[data-astro-cid-ge2uvauf] .stats[data-astro-cid-ge2uvauf]{width:100%}.hero-side[data-astro-cid-ge2uvauf] .stats__item[data-astro-cid-ge2uvauf]{padding:14px 0}.hero-side[data-astro-cid-ge2uvauf] .stats__item[data-astro-cid-ge2uvauf]+.stats__item[data-astro-cid-ge2uvauf]{border-top:1px solid var(--line)}@media (width<=900px){.hero-grid[data-astro-cid-ge2uvauf]{grid-template-columns:1fr;gap:14px}.hero--card[data-astro-cid-ge2uvauf]{min-height:0}.hero__body--card[data-astro-cid-ge2uvauf]{padding:26px 22px}.hero-side[data-astro-cid-ge2uvauf]{padding:10px 18px}.hero-side[data-astro-cid-ge2uvauf] .stats[data-astro-cid-ge2uvauf]{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:0 20px;display:grid}.hero-side[data-astro-cid-ge2uvauf] .stats__item[data-astro-cid-ge2uvauf]+.stats__item[data-astro-cid-ge2uvauf]{border-top:0}}.faq__cols[data-astro-cid-hemr5th4]{align-items:flex-start;gap:var(--gap-md);display:flex}.faq__col[data-astro-cid-hemr5th4]{flex-direction:column;flex:1 1 0;gap:10px;min-width:0;display:flex}@media (width<=900px){.faq__cols[data-astro-cid-hemr5th4]{flex-direction:column;gap:10px}}.faq__item[data-astro-cid-hemr5th4]{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:4px 18px}.faq__item[data-astro-cid-hemr5th4] summary[data-astro-cid-hemr5th4]{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;list-style:none;display:flex}.faq__item[data-astro-cid-hemr5th4] summary[data-astro-cid-hemr5th4]::-webkit-details-marker{display:none}.faq__item[data-astro-cid-hemr5th4] summary[data-astro-cid-hemr5th4]:after{content:"+";color:var(--accent);flex:none;font-size:22px;line-height:1}.faq__item[data-astro-cid-hemr5th4][open] summary[data-astro-cid-hemr5th4]:after{content:"−"}.faq__item[data-astro-cid-hemr5th4] h3[data-astro-cid-hemr5th4]{color:var(--text);margin:0;font-size:16px;font-weight:500}.faq__item[data-astro-cid-hemr5th4] p[data-astro-cid-hemr5th4]{max-width:72ch;color:var(--text);opacity:.86;margin:0 0 16px}.ftr[data-astro-cid-jo6i4kqk]{margin-top:var(--gap-xl);color:#ffffffb8;background:var(--navy);padding:40px 0 32px}.ftr__top[data-astro-cid-jo6i4kqk]{border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:24px;display:flex}.ftr__logo[data-astro-cid-jo6i4kqk]{color:#fff;font-size:20px;font-weight:700;text-decoration:none}.ftr__logo[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]{color:var(--accent-on-dark)}.ftr__mail[data-astro-cid-jo6i4kqk]{color:#fff;text-decoration:none}.ftr__mail[data-astro-cid-jo6i4kqk]:hover{color:var(--accent)}.ftr__title[data-astro-cid-jo6i4kqk]{color:#ffffff8c;margin:24px 0 12px;font-size:15px;font-weight:500}.ftr__cities[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px 20px;margin:0;padding:0;list-style:none;display:grid}.ftr__cities[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#ffffffb8;font-size:14px;text-decoration:none}.ftr__cities[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.ftr__copy[data-astro-cid-jo6i4kqk]{color:#ffffff73;border-top:1px solid #ffffff1f;margin:28px 0 0;padding-top:20px;font-size:13px}
