:root{--ink:#171426;--paper:#f7f5ef;--violet:#6c4ee8;--coral:#ff725e;--line:#dedbd3;--font-sans:"Segoe UI Variable Text","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-display:"Segoe UI Variable Display","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--font-sans);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}a{color:inherit}button,input{font:inherit}.nav{color:#fff;z-index:5;background:#191628;justify-content:space-between;align-items:center;height:82px;padding:0 max(5vw,24px);display:flex;position:relative}.brand{align-items:center;gap:10px;font:600 21px Unbounded;text-decoration:none;display:flex}.brand span{color:#ad9cff;border:1px solid #77718e;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.navLinks{color:#bdb9ca;gap:34px;font-size:13px;display:flex}.navLinks a{text-decoration:none}.navCta{border-bottom:1px solid #837c9d;padding:10px 0;font-size:13px;text-decoration:none}.navCta span{color:#a68fff;margin-left:12px}.simpleHome{flex-direction:column;min-height:100vh;display:flex}.simpleHeader{background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:82px;padding:0 max(5vw,24px);display:flex}.simpleHeader .brand{color:var(--ink)}.simpleHeader p{color:#85808a;font-size:12px}.homeSelection{flex-direction:column;flex:1;justify-content:center;width:100%;padding-top:80px;padding-bottom:100px;display:flex}.homeSelection .sectionHead h1{letter-spacing:-.045em;margin:17px 0 14px;font:600 clamp(32px,4vw,48px) Unbounded}.homeSelection .sectionHead>p:last-child{color:#807a85;margin:0 auto 48px;font-size:13px}.homeSelection .subjectGrid{gap:24px;width:100%;max-width:1080px}.homeSelection .subjectCard{border-radius:16px;min-height:320px;padding:42px}.homeSelection .subjectIcon{border-radius:13px;width:68px;height:68px;margin-bottom:42px;font-size:21px}.homeSelection .subjectMeta{margin-bottom:11px;font-size:9px}.homeSelection .subjectCard strong{font-size:30px}.homeSelection .subjectCard small{margin-top:12px;font-size:14px}.homeSelection .cardArrow{font-size:12px;bottom:40px;right:42px}.simpleFooter{padding-top:38px;padding-bottom:38px}.hero{color:#fff;text-align:center;background:#191628;flex-direction:column;align-items:center;height:660px;min-height:70vh;padding:92px 20px 0;display:flex;position:relative;overflow:hidden}.kicker{text-transform:uppercase;letter-spacing:.16em;color:#c4bdd8;font-size:10px;font-weight:800}.kicker span{color:#a990ff;margin-right:9px}.hero h1{letter-spacing:-.05em;margin:22px 0 26px;font:500 clamp(48px,7vw,90px)/1.06 Unbounded}.hero h1 em{color:#8d73f7;font-style:normal}.lead{color:#a9a5b6;font-size:15px;line-height:1.75}.heroButton{color:#fff;background:#7355e9;border-radius:6px;margin-top:27px;padding:17px 22px;font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 12px 30px #100c2b}.heroButton span{margin-left:24px}.orb{opacity:.55;border-radius:50%;position:absolute}.orbOne{background:radial-gradient(circle,#684ed444,#0000 68%);width:370px;height:370px;top:120px;left:-100px}.orbTwo{background:radial-gradient(circle,#ff735826,#0000 68%);width:420px;height:420px;top:40px;right:-130px}.formula{color:#625d72;border:1px solid #302c43;border-radius:6px;padding:8px 12px;font:500 11px monospace;position:absolute;transform:rotate(-5deg)}.f1{top:35%;left:8%}.f2{top:47%;right:9%;transform:rotate(5deg)}.f3{bottom:10%;left:18%;transform:rotate(2deg)}.trust{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(3,1fr) 2fr;align-items:center;min-height:130px;padding:25px max(7vw,30px);display:grid}.trust>div{border-right:1px solid var(--line);flex-direction:column;padding-left:12%;display:flex}.trust b{font:600 24px Unbounded}.trust span,.trust p{color:#888390;margin-top:6px;font-size:11px}.trust p{justify-self:end;line-height:1.7}.payment{max-width:1180px;margin:auto;padding:95px 32px 120px}.sectionHead{text-align:center}.sectionHead h2,.checkout h2{letter-spacing:-.04em;margin:17px 0 40px;font:600 37px Unbounded}.kicker.dark{color:#77717f}.subjectGrid{grid-template-columns:1fr 1fr;gap:18px;max-width:850px;margin:auto;display:grid}.subjectCard{text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;min-height:230px;padding:28px;transition:all .25s;position:relative}.subjectCard:hover{transform:translateY(-3px)}.subjectCard.active.violet{border:2px solid var(--violet);box-shadow:0 15px 40px #6c4ee817}.subjectCard.active.coral{border:2px solid var(--coral);box-shadow:0 15px 40px #ff725e17}.check{color:#fff;text-align:center;border-radius:50%;width:24px;height:24px;line-height:24px;display:none;position:absolute;top:20px;right:22px}.active .check{display:block}.violet .check{background:var(--violet)}.coral .check{background:var(--coral)}.subjectIcon{border-radius:10px;place-items:center;width:54px;height:54px;margin-bottom:30px;font:600 17px Unbounded;display:grid}.violet .subjectIcon{color:var(--violet);background:#eee9ff}.coral .subjectIcon{color:var(--coral);background:#fff0ec}.subjectMeta{text-transform:uppercase;letter-spacing:.1em;color:#8e8994;margin-bottom:8px;font-size:8px;display:block}.subjectCard strong{font:600 24px Unbounded;display:block}.subjectCard small{color:#8d8992;margin-top:9px;display:block}.subjectLink{text-decoration:none}.cardArrow{color:var(--violet);font-size:11px;font-weight:800;position:absolute;bottom:28px;right:28px}.coral .cardArrow{color:var(--coral)}.tutorHero{text-align:center;color:#fff;background:#191628;min-height:330px;padding:70px 24px}.tutorHero .subjectIcon{margin:0 auto 20px}.tutorHero h1{letter-spacing:-.05em;margin:16px 0;font:600 clamp(42px,6vw,70px) Unbounded}.tutorHero>p:last-child{color:#aaa5b7;line-height:1.7}.tutorPayment{padding-top:0}.tutorPayment .checkout{margin-top:90px}.checkout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:9%;margin-top:105px;display:grid}.checkoutIntro>p:not(.kicker){color:#77717f;max-width:360px;font-size:14px;line-height:1.7}.secureNote{border-top:1px solid var(--line);gap:14px;margin-top:45px;padding-top:25px;display:flex}.secureNote>span{width:39px;height:39px;color:var(--violet);background:#eae6fb;border-radius:50%;place-items:center;display:grid}.secureNote b,.secureNote small{font-size:12px;display:block}.secureNote small{color:#888390;margin-top:6px;line-height:1.5}.payForm{border:1px solid var(--line);background:#fff;border-radius:12px;padding:34px;box-shadow:0 18px 55px #2720390b}.fieldRow{grid-template-columns:1fr 1fr;gap:15px;display:grid}.payForm label{margin-bottom:19px;font-size:11px;font-weight:700;display:block}.payForm input:not([type=checkbox]){background:#fbfaf7;border:1px solid #d8d4cd;border-radius:6px;outline:none;width:100%;margin-top:8px;padding:14px 13px;display:block}.payForm input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #6c4ee812}.payForm label>small{color:#9a959d;margin-top:7px;font-weight:500;display:block}.lessonRow{border-top:1px solid #ece9e2;border-bottom:1px solid #ece9e2;justify-content:space-between;align-items:end;padding:20px 0 17px;display:flex}.lessonRow label{margin:0}.counter{border:1px solid #d8d4cd;border-radius:6px;align-items:center;margin-top:8px;display:flex;overflow:hidden}.counter button{cursor:pointer;background:#f8f6f1;border:0;width:36px;height:34px}.counter b{text-align:center;width:40px}.total{text-align:right}.total span{color:#8e8994;font-size:10px;display:block}.total b{margin-top:6px;font:600 25px Unbounded;display:block}.consent{color:#6d6873;gap:10px;line-height:1.5;margin-top:20px!important;font-weight:500!important;display:flex!important}.consent input{accent-color:var(--violet);margin:2px 0 0}.consent a{color:var(--violet)}.submit{background:var(--violet);color:#fff;cursor:pointer;border:0;border-radius:6px;width:100%;padding:17px;font-weight:800}.submit:disabled{opacity:.65}.submit span{float:right}.seller{text-align:center;color:#99949c;font-size:9px;line-height:1.5}.error{color:#b72d23;background:#fff0ee;border-radius:5px;padding:10px;font-size:12px}.priceRow{grid-template-columns:1.4fr 1fr;gap:16px;padding-top:4px;display:grid}.priceRow>label:last-child{flex-direction:column;align-items:flex-start;display:flex}.totalWide{text-align:left;border-top:1px solid #ece9e2;border-bottom:1px solid #ece9e2;padding:18px 0}.totalWide b{font-size:30px}.totalWide small{color:#99949c;margin-top:5px;display:block}footer{color:#aaa5b7;background:#191628;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;padding:55px max(6vw,28px);font-size:11px;display:grid}.brand.light{color:#fff}footer>p{text-align:center}footer>div{justify-content:end;gap:22px;display:flex}footer>small{text-align:center;border-top:1px solid #312d41;grid-column:1/-1;padding-top:20px}.tutorFooter .footerSeller{flex-direction:column;align-items:center;gap:5px;display:flex}.tutorFooter .footerSeller b{color:#fff}.tutorFooter .footerLinks{justify-content:flex-end;gap:18px;display:flex}.tutorFooter a{text-underline-offset:4px;text-decoration-color:#5e586e}.cookieSettingsLink{color:inherit;text-underline-offset:4px;cursor:pointer;font-size:inherit;background:0 0;border:0;padding:0;-webkit-text-decoration:underline #5e586e;text-decoration:underline #5e586e}.cookieBanner{z-index:1000;max-width:1120px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:28px;margin:auto;padding:20px 22px;display:grid;position:fixed;bottom:22px;left:24px;right:24px;box-shadow:0 22px 70px #1714262b}.cookieBanner b{font:600 14px Unbounded}.cookieBanner p{color:#6e6874;max-width:720px;margin:7px 0 0;font-size:11px;line-height:1.6}.cookieBanner p a{color:var(--violet)}.cookieActions{gap:8px;display:flex}.cookieActions button{background:var(--violet);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:6px;padding:12px 15px;font-size:10px;font-weight:800}.cookieActions button.cookieNecessary{color:#514b57;background:#efede8}.cookieTable{border:1px solid var(--line);border-radius:8px;margin:22px 0;overflow:hidden}.cookieTable>div{grid-template-columns:1.1fr 2fr .8fr;gap:15px;padding:13px 16px;font-size:11px;display:grid}.cookieTable>div:first-child{background:#efede8}.cookieTable>div+div{border-top:1px solid var(--line)}.legal{max-width:760px;margin:55px auto;padding:0 24px 80px;line-height:1.75}.legal h1{letter-spacing:-.04em;margin:45px 0 25px;font:600 clamp(32px,5vw,52px) Unbounded}.legal h2{margin-top:38px;font:600 19px Unbounded}.legal p{color:#5f5a65}.legal .warning{color:#725219;background:#fff0d7;border:1px solid #f0cf91;border-radius:7px;padding:15px 18px}.admin{max-width:1180px;margin:45px auto;padding:0 24px}.adminHead{justify-content:space-between;align-items:end;margin:45px 0 28px;display:flex}.admin h1{margin:8px 0 0;font:600 48px Unbounded}.admin form{gap:8px;display:flex}.admin form input{border:1px solid var(--line);border-radius:6px;padding:12px}.admin form button{background:var(--violet);color:#fff;border:0;border-radius:6px;padding:12px 18px;font-weight:700}.empty{text-align:center;color:#8a8590;background:#fff;border:1px dashed #ccc7bd;border-radius:10px;padding:55px}.orderTable{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.orderTableHead,.orderRow{grid-template-columns:.7fr 1.6fr 1fr 1fr .7fr;align-items:center;gap:14px;padding:15px 20px;display:grid}.orderTableHead{color:#817b87;text-transform:uppercase;letter-spacing:.08em;background:#f0ede6;font-size:9px;font-weight:800}.orderRow{border-top:1px solid #ece9e2;font-size:12px}.orderRow small{color:#8b8690;margin-top:4px;display:block}.orderRow i{border-radius:20px;padding:6px 9px;font-size:10px;font-style:normal;font-weight:700}.orderRow i.paid{color:#21703b;background:#e5f7eb}.orderRow i.pending{color:#8b5b0d;background:#fff1d9}.resultPage{text-align:center;place-content:center;max-width:570px;min-height:100vh;margin:auto;padding:30px;display:grid}.resultPage h1{letter-spacing:-.04em;margin:22px 0 12px;font:600 42px Unbounded}.resultPage p{color:#756f7b;line-height:1.7}.resultPage>a{background:var(--violet);color:#fff;border-radius:6px;justify-self:center;margin-top:15px;padding:14px 20px;font-weight:700;text-decoration:none}.resultIcon{border-radius:50%;place-items:center;width:68px;height:68px;margin:auto;font:600 30px Unbounded;display:grid}.resultIcon.success{color:#278848;background:#ddf5e5}.resultIcon.failed{color:#b94332;background:#ffe4df}.adminChoice{max-width:980px;min-height:100vh;margin:auto;padding:55px 24px}.adminChoice .sectionHead{margin:80px 0 45px}.adminChoice .sectionHead h1{letter-spacing:-.04em;margin:15px 0;font:600 42px Unbounded}.adminChoice .sectionHead>p:last-child{color:#817b87;font-size:13px}.adminChoice .subjectGrid{max-width:none}.adminSectionHead{justify-content:space-between;align-items:end;margin:60px 0 20px;display:flex}.adminSectionHead h2{letter-spacing:-.04em;margin:8px 0 0;font:600 27px Unbounded}.adminSectionHead>p{color:#817b87;font-size:11px}.balanceGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.balanceCard{border:1px solid var(--line);background:#fff;border-radius:12px;padding:23px;box-shadow:0 10px 35px #27203908}.balanceCard.low{background:#fffcf5;border-color:#e7b76b}.balanceTop{justify-content:space-between;align-items:center;display:flex}.balanceSubject,.lowMark{text-transform:uppercase;letter-spacing:.08em;border-radius:20px;padding:6px 8px;font-size:8px;font-weight:800}.balanceSubject.informatics{color:var(--violet);background:#eee9ff}.balanceSubject.math{color:#c84d3c;background:#fff0ec}.lowMark{color:#93600e;background:#fff0d3}.balanceCard h3{margin:22px 0 6px;font:600 19px Unbounded}.balanceCard>p{color:#918b96;margin:0;font-size:11px}.balanceNumber{align-items:center;gap:13px;margin:25px 0;display:flex}.balanceNumber>b{font:600 46px Unbounded}.balanceNumber>span{color:#817b87;font-size:10px;line-height:1.35}.balanceStats{color:#817b87;border-top:1px solid #ece9e2;border-bottom:1px solid #ece9e2;grid-template-columns:1fr 1fr;padding:13px 0;font-size:10px;display:grid}.balanceStats span:last-child{text-align:right}.balanceStats b{color:var(--ink)}.balanceActions{grid-template-columns:.7fr 1.3fr;gap:8px;margin-top:18px;display:grid}.balanceActions button{background:var(--violet);color:#fff;cursor:pointer;border:0;border-radius:6px;padding:11px 8px;font-size:10px;font-weight:800}.balanceActions button.restore{color:#5f5964;background:#efede8}.balanceActions button:disabled{opacity:.45;cursor:not-allowed}.ordersSection{padding-bottom:70px}.brand,.homeSelection .sectionHead h1,.hero h1,.trust b,.sectionHead h2,.checkout h2,.subjectIcon,.subjectCard strong,.tutorHero h1,.total b,.cookieBanner b,.legal h1,.legal h2,.admin h1,.resultPage h1,.resultIcon,.adminChoice .sectionHead h1,.adminSectionHead h2,.balanceCard h3,.balanceNumber>b{font-family:var(--font-display)}@media (max-width:750px){.navLinks{display:none}.hero{height:600px;padding-top:75px}.hero h1{font-size:43px}.formula{display:none}.trust{grid-template-columns:repeat(3,1fr);padding:20px 12px}.trust p{display:none}.trust>div{text-align:center;border:0;padding:5px}.trust b{font-size:18px}.subjectGrid,.checkout{grid-template-columns:1fr}.checkout{gap:25px;margin-top:75px}.payment{padding:70px 18px}.homeSelection{padding-top:55px;padding-bottom:65px}.homeSelection .subjectCard{min-height:280px;padding:30px}.homeSelection .subjectIcon{margin-bottom:32px}.homeSelection .cardArrow{bottom:28px;right:30px}.tutorPayment{padding-top:0}.fieldRow,.priceRow{grid-template-columns:1fr}.payForm{padding:22px}.subjectCard{min-height:225px}footer{text-align:center;grid-template-columns:1fr}footer>div,.tutorFooter .footerLinks{flex-wrap:wrap;justify-content:center}footer>small{grid-column:1}.adminHead{display:block}.admin h1{font-size:34px}.admin form{margin-top:25px}.adminSectionHead{display:block}.adminSectionHead>p{margin-top:10px}.balanceGrid{grid-template-columns:1fr}.orderTableHead{display:none}.orderRow{grid-template-columns:1fr 1fr}.orderRow span:nth-child(2){grid-area:1/1/auto/-1}.resultPage h1{font-size:34px}.cookieBanner{grid-template-columns:1fr;gap:15px;padding:17px;bottom:10px;left:10px;right:10px}.cookieActions{grid-template-columns:1fr 1fr;display:grid}.cookieTable>div{grid-template-columns:1fr}.cookieTable>div:first-child{display:none}}
