:root{--ink:#15162b;--muted:#6e7184;--purple:#6c4cf1;--purple2:#8a6cff;--lime:#dfff73;--line:#e7e7ef;--bg:#f7f8fc;--card:#fff;--shadow:0 16px 50px rgba(29,23,74,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--ink)}button,input,select{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}a{text-decoration:none;color:inherit}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px;padding:0 5%;position:sticky;top:0;z-index:40}.logo{font-size:23px;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:9px}.logo span{display:grid;place-items:center;width:33px;height:33px;border-radius:11px 11px 11px 3px;background:var(--purple);color:#fff;font-weight:800}.topbar nav{display:flex;gap:24px;margin-right:auto}.topbar nav a{font-size:14px;font-weight:600;color:#5f6274}.topbar nav a:hover{color:var(--purple)}.search{height:42px;width:260px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;padding:0 13px;gap:8px;background:#fafafd}.search input{border:0;outline:0;background:transparent;width:100%;font-size:12px}.icon-btn,.avatar-btn,.menu-btn{border:0;background:transparent}.icon-btn{font-size:21px;position:relative}.icon-btn i{position:absolute;width:7px;height:7px;border-radius:50%;background:#ff5d73;right:1px;top:0}.avatar-btn{width:39px;height:39px;border-radius:50%;background:var(--lime);font-weight:800}.menu-btn{display:none;font-size:23px}.mobile-nav{display:none}.view{display:none;min-height:calc(100vh - 76px)}.view.active{display:block}.hero{max-width:1400px;margin:auto;min-height:650px;padding:68px 6% 42px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:800;color:var(--purple)}.eyebrow b{color:#a7c82f}.hero h1,.page-intro h1{font-size:58px;line-height:1.08;letter-spacing:-3px;margin:17px 0 22px}.hero h1 em{font-style:normal;color:var(--purple)}.hero-copy>p{font-size:17px;line-height:1.7;max-width:590px;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin:29px 0}.primary,.secondary{border-radius:13px;padding:13px 19px;font-size:13px;font-weight:800;border:1px solid transparent}.primary{color:#fff;background:var(--purple);box-shadow:0 8px 20px rgba(108,76,241,.22)}.primary:hover{background:#5737dd;transform:translateY(-1px)}.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.secondary:hover{border-color:#b8addf}.secondary span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f0edff;color:var(--purple);margin-right:7px}.trust{display:flex;align-items:center;gap:13px;margin-top:38px}.trust>div{display:flex;flex-direction:column}.trust small{font-size:10px;color:var(--muted)}.mini-avatars{flex-direction:row!important}.mini-avatars i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;margin-left:-8px;border:3px solid var(--bg);font-size:10px;font-style:normal;font-weight:800;background:#ffd2b9}.mini-avatars i:nth-child(2){background:#d8ccff}.mini-avatars i:nth-child(3){background:#c9efea}.mini-avatars i:last-child{background:var(--ink);color:#fff}.rating{color:#ffad32;font-size:11px;border-left:1px solid var(--line);padding-left:17px}.hero-art{height:510px;position:relative}.shape{position:absolute;border-radius:42% 58% 45% 55%;filter:saturate(.9)}.shape-a{background:#7d61f5;width:430px;height:430px;right:6%;top:34px;transform:rotate(8deg)}.shape-b{width:270px;height:270px;background:var(--lime);left:2%;bottom:0}.teacher-photo{position:absolute;width:345px;height:455px;right:13%;bottom:0;border-radius:180px 180px 30px 30px;background:linear-gradient(160deg,#d8d0ff,#f5f2ff);overflow:hidden;box-shadow:var(--shadow)}.person{font-size:180px;height:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:34px}.live-pill{position:absolute;top:30px;right:25px;background:#fff;color:#ff526c;padding:8px 11px;border-radius:20px;font-size:10px;font-weight:800}.float-card{position:absolute;background:#fff;border-radius:16px;padding:12px;display:flex;align-items:center;gap:11px;box-shadow:var(--shadow);z-index:3}.float-card b{font-size:12px}.float-card small{display:block;color:var(--muted);font-size:9px;margin-top:4px}.lesson-float{left:-6%;top:120px}.stat-float{right:-2%;bottom:42px}.play-round,.stat-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#ede9ff;color:var(--purple);font-size:12px}.stat-icon{background:#efffc4;color:#769200;font-size:20px}.dots{position:absolute;right:0;top:10px;width:70px;height:60px;background-image:radial-gradient(#fff 2px,transparent 2px);background-size:12px 12px}.section{max-width:1400px;margin:auto;padding:55px 6%}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2{margin:7px 0 0;font-size:29px;letter-spacing:-1px}.text-btn{border:0;background:transparent;color:var(--purple);font-weight:800;font-size:12px}.teacher-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.teacher-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;cursor:pointer}.teacher-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.teacher-image{height:205px;display:grid;place-items:center;font-size:80px;position:relative}.teacher-image .pill{position:absolute;top:13px;left:13px}.t1{background:#e9e4ff}.t2{background:#e0f4ed}.t3{background:#fff0d8}.t4{background:#dfeeff}.t5{background:#f6e0ee}.t6{background:#e7f3da}.pill,.tag{display:inline-block;font-size:9px;font-weight:800;padding:7px 10px;border-radius:16px;background:#fff;color:var(--purple);letter-spacing:.4px}.teacher-body{padding:17px}.teacher-body h3{margin:0 0 6px}.teacher-body p{font-size:11px;color:var(--muted);margin:0}.teacher-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:15px;padding-top:13px;font-size:11px}.teacher-meta strong{font-size:15px}.teacher-meta span{color:#ffad32}.subject-strip{margin-top:50px;background:var(--ink);color:#fff;padding:58px 7%;display:flex;justify-content:space-between;align-items:center;gap:30px}.subject-strip h2{font-size:27px}.subjects{display:flex;gap:12px}.subjects button{width:105px;height:105px;background:#26283d;color:#fff;border:1px solid #3d4057;border-radius:18px;font-size:27px}.subjects button:hover{background:var(--purple);transform:translateY(-4px)}.subjects button span{display:block;font-size:9px;margin-top:10px}.page-intro{padding:55px 6% 25px;max-width:1400px;margin:auto}.page-intro h1{font-size:42px;margin:12px 0}.page-intro p{color:var(--muted)}.filterbar{max-width:1230px;margin:0 auto 30px;background:#fff;border:1px solid var(--line);padding:13px;border-radius:17px;display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px}.filterbar input,.filterbar select,.result-head select,.section-head select{border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;outline:0;color:var(--muted);font-size:12px}.content-layout{max-width:1230px;margin:auto;display:grid;grid-template-columns:190px 1fr;gap:28px;padding-bottom:60px}.content-layout aside{background:#fff;border:1px solid var(--line);padding:20px;border-radius:17px;height:max-content}.content-layout aside label{display:block;font-size:11px;color:var(--muted);margin:14px 0}.content-layout aside hr{border:0;border-top:1px solid var(--line);margin:20px 0}.result-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.profile-cover{background:linear-gradient(120deg,#ede9ff,#f4ffce);padding:32px 7% 45px}.back{border:0;background:transparent;color:var(--muted);font-weight:700;margin-bottom:30px}.profile-main{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}.profile-avatar{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;font-size:35px;font-weight:800;position:relative;border:5px solid rgba(255,255,255,.7)}.profile-avatar span{position:absolute;right:0;bottom:5px;background:#34c88a;border:3px solid #fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:12px}.profile-main h1{font-size:37px;margin:8px 0}.profile-main p{color:var(--muted);font-size:13px}.profile-stats{display:flex;gap:25px;margin-top:18px}.profile-stats b{font-size:15px}.profile-stats small{font-size:10px;color:var(--muted);font-weight:500;margin-left:4px}.tabs,.lesson-tabs{background:#fff;border-bottom:1px solid var(--line);padding:0 7%;display:flex;gap:30px}.tabs button,.lesson-tabs button{padding:18px 4px;border:0;background:transparent;font-size:12px;font-weight:700;color:var(--muted);border-bottom:2px solid transparent}.tabs button.active,.lesson-tabs button.active{color:var(--purple);border-color:var(--purple)}.profile-content{max-width:1230px;margin:35px auto;display:grid;grid-template-columns:1fr 300px;gap:28px}.lesson-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.lesson-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;cursor:pointer}.lesson-thumb{height:155px;background:linear-gradient(135deg,#312d4f,#725be3);display:grid;place-items:center;position:relative;color:#fff;font-size:34px}.lesson-thumb.locked:after{content:"🔒 Abunəçilər üçün";position:absolute;inset:0;background:rgba(19,19,35,.68);display:grid;place-items:center;font-size:11px;font-weight:800}.lesson-card div:last-child{padding:14px}.lesson-card h3{font-size:13px;margin:0 0 7px}.lesson-card small{color:var(--muted);font-size:9px}.plan-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;height:max-content;box-shadow:var(--shadow);position:sticky;top:100px}.plan-card h3{font-size:20px}.price b{font-size:29px}.price small,.plan-card>small{color:var(--muted);font-size:10px}.plan-card ul{padding:12px 0;list-style:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.plan-card li{font-size:11px;margin:13px 0}.plan-card .primary{width:100%;margin:8px 0}.lesson-page{max-width:1380px;margin:30px auto;padding:0 4%;display:grid;grid-template-columns:1fr 310px;gap:28px}.video-screen{height:500px;background:#27263a;border-radius:20px;position:relative;overflow:hidden;display:grid;place-items:center}.board{width:80%;height:72%;background:#e8e4d9;color:#303044;font-family:serif;font-size:38px;display:grid;place-items:center;position:relative}.teacher-mini{position:absolute;bottom:0;right:10%;font-size:100px}.big-play{width:70px;height:70px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--purple);font-size:20px;position:absolute}.video-controls{position:absolute;bottom:0;left:0;right:0;padding:16px;display:flex;align-items:center;gap:12px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.75))}.video-controls button{border:0;background:transparent;color:#fff}.timeline{height:4px;background:#777;flex:1;border-radius:4px}.timeline i{display:block;height:100%;width:45%;background:var(--purple2)}.video-column>.tag{margin-top:23px;background:#eeeaff}.video-column h1{font-size:27px}.author-row{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.small-avatar{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;font-weight:800}.author-row>div:nth-child(2){margin-right:auto}.author-row small{display:block;color:var(--muted);font-size:9px}.lesson-tabs{padding:10px 0 0}.description{font-size:13px;color:var(--muted);line-height:1.7}.playlist{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;height:max-content;position:sticky;top:95px}.playlist>div:first-child{display:flex;justify-content:space-between;font-size:10px}.playlist h3{margin:8px 0}.progress{height:5px;background:#eee;border-radius:5px}.progress i{display:block;height:100%;background:var(--purple);border-radius:5px}.playlist-item{display:flex;gap:10px;padding:14px 0;border-bottom:1px solid var(--line);font-size:10px;cursor:pointer}.playlist-item.active{color:var(--purple)}.playlist-item b{display:block;font-size:11px;margin-bottom:5px}.live-header{padding:25px 4%;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.live-header h1{font-size:22px;margin:9px 0 3px}.live-header p{font-size:10px;color:var(--muted);margin:0}.live-badge{font-size:9px;color:#ff526c;font-weight:800}.live-layout{height:calc(100vh - 183px);display:grid;grid-template-columns:1fr 330px}.live-stage{background:#1d1e29;display:flex;flex-direction:column;padding:24px}.whiteboard{flex:1;background:#f3f0e5;border-radius:14px;display:grid;place-items:center;font-family:serif;font-size:37px;position:relative;overflow:hidden}.graph{font-size:160px;color:var(--purple);position:absolute;opacity:.35}.live-person{position:absolute;bottom:0;right:5%;font-size:145px}.live-controls{padding:18px 0 0;display:flex;justify-content:center;gap:9px}.live-controls button{border:0;background:#31333f;color:#fff;padding:11px;border-radius:11px;font-size:11px}.chat{background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column}.chat-tabs{display:flex;border-bottom:1px solid var(--line)}.chat-tabs button{flex:1;padding:16px;border:0;background:#fff;font-size:11px;font-weight:700}.chat-tabs button.active{color:var(--purple);border-bottom:2px solid var(--purple)}.messages{padding:18px;flex:1;overflow:auto}.messages div{margin-bottom:18px}.messages b{font-size:10px}.messages p{font-size:11px;line-height:1.5;background:#f5f5f8;padding:10px;border-radius:4px 11px 11px 11px;margin:5px 0}.messages .teacher-message p{background:#eeeaff}.chat form{display:flex;padding:13px;border-top:1px solid var(--line)}.chat input{flex:1;border:1px solid var(--line);border-radius:11px;padding:11px;outline:0}.chat form button{border:0;background:var(--purple);color:#fff;border-radius:10px;width:40px;margin-left:7px}.dashboard{display:grid;grid-template-columns:245px 1fr;min-height:calc(100vh - 76px)}.side-nav{background:#fff;border-right:1px solid var(--line);padding:25px 16px}.user-box{display:flex;align-items:center;gap:10px;padding:0 8px 24px}.profile-avatar.small{width:47px;height:47px;font-size:13px;border-width:2px}.user-box small{display:block;font-size:8px;color:var(--muted);margin-top:4px}.side-nav>button{width:100%;border:0;background:transparent;padding:12px 13px;text-align:left;border-radius:10px;font-size:11px;color:var(--muted);margin:2px 0}.side-nav>button.active,.side-nav>button:hover{background:#eeeaff;color:var(--purple);font-weight:800}.teacher-side>button.active{background:#efffc8;color:#617900}.side-nav hr{border:0;border-top:1px solid var(--line);margin:20px 0}.dash-content{padding:40px;max-width:1300px;width:100%;margin:auto}.dash-greeting{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.dash-greeting h1{margin:8px 0 5px;font-size:29px}.dash-greeting p{margin:0;color:var(--muted);font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric-grid>div,.dash-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px}.metric-grid span,.metric-grid small{display:block;font-size:9px;color:var(--muted)}.metric-grid b{display:block;font-size:24px;margin:10px 0}.metric-grid small{color:#2ea56f}.dash-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:16px;margin-top:17px}.dash-card{min-height:280px}.continue-item{display:grid;grid-template-columns:100px 1fr auto;gap:13px;align-items:center;border-top:1px solid var(--line);padding:14px 0}.continue-thumb{height:58px;background:#e9e4ff;border-radius:9px;display:grid;place-items:center}.continue-item b,.upcoming b{font-size:11px}.continue-item small,.upcoming small{display:block;font-size:9px;color:var(--muted);margin-top:5px}.upcoming{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 0;border-top:1px solid var(--line)}.date-box{width:44px;height:50px;border-radius:10px;background:#eeffc2;display:grid;place-items:center;padding:5px}.date-box b{font-size:17px}.date-box small{font-size:7px;margin:0}.date-box.purple{background:#eeeaff}.chart{height:170px;display:flex;align-items:end;justify-content:space-around;border-bottom:1px solid var(--line);padding:0 10px}.chart i{display:block;width:35px;background:linear-gradient(var(--purple2),var(--purple));border-radius:7px 7px 0 0}.chart-labels{display:flex;justify-content:space-around;font-size:8px;color:var(--muted);padding-top:8px}.activity{list-style:none;padding:0}.activity li{display:flex;gap:10px;padding:13px 0;border-top:1px solid var(--line)}.activity i{width:33px;height:33px;display:grid;place-items:center;background:#efffc8;color:#667f00;border-radius:9px;font-style:normal}.activity b{font-size:10px}.activity small{display:block;font-size:8px;color:var(--muted);margin-top:4px}.modal{position:fixed;inset:0;background:rgba(17,17,32,.5);z-index:80;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-box{width:min(420px,100%);background:#fff;border-radius:22px;padding:30px;text-align:center;position:relative;box-shadow:var(--shadow)}.modal-close{position:absolute;top:12px;right:14px;border:0;background:transparent;font-size:25px}.modal-icon{width:55px;height:55px;border-radius:17px;background:#eeeaff;color:var(--purple);display:grid;place-items:center;margin:auto;font-size:25px}.modal-box p{color:var(--muted);font-size:12px;line-height:1.6}.modal-plan{display:flex;justify-content:space-between;text-align:left;background:#f7f7fb;padding:16px;border-radius:13px;margin:20px 0}.modal-plan small{display:block;font-size:8px;color:var(--muted);margin-top:4px}.modal-plan strong{font-size:17px}.full{width:100%;margin-bottom:13px}.modal-box>small{font-size:8px;color:var(--muted)}.toast{position:fixed;right:25px;bottom:25px;background:#1d1e30;color:#fff;border-radius:12px;padding:14px 18px;font-size:11px;transform:translateY(100px);opacity:0;z-index:100}.toast.show{transform:translateY(0);opacity:1}
@media(max-width:1000px){.topbar nav,.search{display:none}.topbar{justify-content:space-between}.topbar .logo{margin-right:auto}.menu-btn{display:block}.mobile-nav.open{display:flex;position:fixed;z-index:39;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;gap:18px;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;padding-top:45px}.hero-art{height:450px}.hero h1{font-size:46px}.teacher-grid{grid-template-columns:repeat(2,1fr)}.subjects{flex-wrap:wrap}.subject-strip{align-items:flex-start;flex-direction:column}.profile-content,.lesson-page{grid-template-columns:1fr}.plan-card,.playlist{position:static}.live-layout{grid-template-columns:1fr}.chat{display:none}.dashboard{grid-template-columns:75px 1fr}.side-nav{padding:20px 10px}.side-nav .user-box>div:last-child,.side-nav>button{font-size:0}.side-nav>button:first-letter{font-size:15px}.profile-avatar.small{width:42px;height:42px}.dash-content{padding:25px}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.topbar{height:66px;padding:0 16px}.mobile-nav.open{top:66px}.view{min-height:calc(100vh - 66px)}.hero{padding:40px 20px;gap:20px}.hero h1{font-size:38px;letter-spacing:-2px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column}.hero-actions button{width:100%}.trust{flex-wrap:wrap}.hero-art{height:360px}.shape-a{width:300px;height:300px}.shape-b{width:190px;height:190px}.teacher-photo{width:245px;height:330px;right:9%}.person{font-size:125px}.float-card{transform:scale(.8)}.lesson-float{left:-8%;top:80px}.stat-float{right:-8%}.section{padding:40px 18px}.teacher-grid,.lesson-grid{grid-template-columns:1fr}.subject-strip{padding:45px 18px}.subjects button{width:88px;height:88px}.page-intro{padding:40px 18px 20px}.page-intro h1{font-size:34px}.filterbar{margin:0 15px 20px;grid-template-columns:1fr}.content-layout{grid-template-columns:1fr;padding:0 15px 40px}.content-layout aside{display:none}.profile-cover{padding:25px 18px}.profile-main{grid-template-columns:auto 1fr}.profile-main>.primary{grid-column:1/-1}.profile-avatar{width:82px;height:82px;font-size:23px}.profile-main h1{font-size:25px}.profile-stats{gap:8px;flex-wrap:wrap}.tabs{overflow:auto;padding:0 15px}.profile-content{margin:22px 15px}.video-screen{height:260px}.board{font-size:21px}.teacher-mini{font-size:65px}.video-column h1{font-size:21px}.author-row{flex-wrap:wrap}.lesson-page{margin:20px auto;padding:0 15px}.live-header{align-items:flex-start}.live-header h1{font-size:16px}.live-layout{height:calc(100vh - 170px)}.live-stage{padding:12px}.whiteboard{font-size:22px}.live-person{font-size:90px}.live-controls{flex-wrap:wrap}.dashboard{display:block}.side-nav{display:none}.dash-content{padding:24px 15px}.dash-greeting{align-items:flex-start;gap:15px}.dash-greeting h1{font-size:23px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid b{font-size:18px}.dash-grid{grid-template-columns:1fr}.continue-item{grid-template-columns:75px 1fr}.continue-item>.primary{display:none}.upcoming{grid-template-columns:auto 1fr}.upcoming>.secondary{display:none}}
