:root{--bg:#0b1020;--panel:#0f172a;--glass1:#ffffff0f;--glass2:#ffffff08;--grid:#ffffff14;--text:#e6ecff;--muted:#a4b4d4;--brand:#22d3ee;--accent:#34d399;--accent2:#60a5fa;--ok:#22c55e;--warn:#f59e0b;--danger:#ef4444;--shadow:0 12px 40px #00000059}*{box-sizing:border-box}.h1{letter-spacing:.2px;background:linear-gradient(90deg,#fff,#e2e8ff 30%,#9bdcff 70%,#6bf0c2);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 10px;font-size:clamp(28px,4vw,44px);font-weight:800}.sub{color:var(--muted);margin:0 0 24px}.grid{gap:16px;display:grid}.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}@media (min-width:720px){.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1080px){.grid.cols-4{grid-template-columns:repeat(4,1fr)}}.card{background:linear-gradient(180deg,var(--glass1),var(--glass2));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(6px);color:#fff;border:1px solid #ffffff14;border-radius:16px;width:100%;padding:18px}.card>div{align-items:center;gap:10px;display:flex}.card>div>h3{color:#fff}.card.soft{background:linear-gradient(#ffffff0d,#ffffff05)}.divider{background:linear-gradient(90deg,transparent,var(--grid),transparent);height:1px;margin:32px 0}.feat{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:flex-start;gap:14px;padding:14px;transition:transform .2s,background .2s;display:flex}.feat:hover{background:#ffffff0d;transform:translateY(-1px)}.feat img{-o-object-fit:cover;object-fit:cover;border-radius:12px;flex:none;width:60px;height:60px;box-shadow:0 6px 16px #00000059}.feat h3{margin:0 0 6px;font-size:16px;font-weight:700}.feat p{color:var(--muted);margin:0;font-size:14px}.price-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.price-old{color:#9fb1d1;text-decoration:line-through}.price-now{font-size:clamp(24px,3.4vw,36px);font-weight:800}.badge{background:linear-gradient(135deg,var(--accent),#93c5fd);color:#071225;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-weight:700;display:inline-flex}.pill{color:var(--muted);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-weight:600;display:inline-flex}.dot{border-radius:999px;width:10px;height:10px;display:inline-block}.themes-list{color:var(--muted);margin:0 0 12px 18px;padding:0;font-size:14px;list-style:outside}.themes-list li{margin-bottom:6px;line-height:1.4}.gamejam-img{-o-object-fit:contain;object-fit:contain;border-radius:12px;width:100%;height:200px;margin:12px 0;display:block}#priceChart{width:100%!important;height:1000px!important}.open-img{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;height:200px;margin-top:12px}.sources_t a{text-decoration:none;color:#add8e6!important}.lesson-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.lesson-text{flex:300px}.lesson-illustration{flex:300px;justify-content:center;width:50%;display:flex}.lesson-img{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff14;border-radius:14px;width:100%;height:220px;box-shadow:0 4px 12px #00000040}table{border-collapse:collapse;width:100%;margin-top:14px;font-size:14px}th,td{border-bottom:1px dashed #ffffff14;padding:10px 12px}th{color:var(--muted);text-align:left}.vid{background:#0f172a;border:1px solid #ffffff14;border-radius:14px;height:250px;position:relative;overflow:hidden}.vid video{-o-object-fit:cover;object-fit:cover;width:100%;height:300px;display:block}.trust-img{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff14;border-radius:14px;width:100%;height:220px;box-shadow:0 4px 12px #00000040}.before-after-img{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff14;border-radius:14px;width:100%;height:250px;box-shadow:0 4px 12px #00000040}.vid .cap{color:#e6ecff;background:linear-gradient(#0000,#000000b3);padding:10px;font-weight:700;position:absolute;inset:auto 0 0}.counter{font-size:clamp(22px,3vw,34px);font-weight:800}.row{flex-wrap:wrap;gap:14px;display:flex}.btn{color:#fff;background:#2563eb;border:1px solid #1e40af;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;text-decoration:none;transition:transform .18s;display:inline-flex;box-shadow:0 10px 22px #2563eb40}.btn:hover{transform:translateY(-1px)}.btn.ghost{color:#e6ecff;box-shadow:none;background:0 0;border:1px solid #ffffff2e}.tag{border-radius:10px;align-items:center;gap:8px;padding:6px 10px;font-weight:700;display:inline-flex}.tag.ok{color:#86efac;background:#16a34a22;border:1px solid #16a34a55}.tag.warn{color:#fcd34d;background:#f59e0b22;border:1px solid #f59e0b55}.tag.danger{color:#fecaca;background:#ef444422;border:1px solid #ef444455}.case{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;padding:14px}.calc{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}select,input[type=checkbox]{accent-color:var(--accent)}.topic{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;display:inline-flex}.sources a:after{content:" ↗";opacity:.7}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.cases{flex-wrap:wrap;justify-content:center;display:flex}.cases>div{width:480px;max-width:480px;height:320px;padding:10px}.cases>div>video{height:100%}.teacher-preview-info{justify-content:center;gap:10px;display:flex}.teacher-preview-info>div{background-color:#2b2b2b;border-radius:30px;width:100%;padding:10px}.teacher-preview-info>div>div>.teacher-header{gap:20px;padding:10px;display:flex}.teacher-preview-info>div>div>.teacher-header>div>img{border-radius:100%;width:80px;min-width:80px;height:80px;margin:auto}.teacher-preview-info>div>div>.teacher-header>div>p{text-align:left;font-size:20px}[id]{scroll-margin-top:125px}
