@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#1d2330;background:#fff;--primary:#0E008C;--primary2:#CD55F5;--ink:#171a22;--muted:#6e7482;--line:#e9e9f1;--pale:#f7f7ff;--green:#16a16c}*{box-sizing:border-box}body{margin:0}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{height:72px;display:flex;align-items:center;gap:28px}.brand{font-weight:700;font-size:22px;display:flex;align-items:center;gap:8px}.brand-dot{width:34px;height:34px;border-radius:11px;background:var(--primary);color:#fff;display:grid;place-items:center}.nav-links{display:flex;gap:24px;margin-left:auto;font-size:14px;color:#4f5562}.nav-links .active{color:var(--primary);font-weight:700}.nav-actions{display:flex;gap:10px}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#0b0074}.btn-dark{background:var(--ink);color:#fff}.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-whatsapp{background:#e9fff5;color:#0e8056}.full{width:100%}.hero{background:linear-gradient(135deg,#f9f2fd,#fff 55%,#eef9ff);padding:88px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);font-weight:700;font-size:12px}.hero h1,.page-title,.admin-head h1{font-size:58px;line-height:1.03;margin:14px 0 20px;letter-spacing:-.045em}.hero h1 em{font-style:normal;color:var(--primary)}.hero p,.lead{font-size:18px;line-height:1.65;color:var(--muted)}.hero-search{display:grid;grid-template-columns:1.2fr 1fr auto;gap:8px;background:#fff;padding:8px;border-radius:18px;box-shadow:0 12px 40px #4138821f;margin-top:28px}.hero-search input{border:0;padding:14px;outline:none}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#515766;font-size:13px;margin-top:18px}.hero-card-wrap{min-height:360px;position:relative;display:grid;place-items:center}.hero-card.big{width:82%;background:#fff;padding:28px;border-radius:28px;box-shadow:0 30px 70px #4138822e;display:flex;gap:20px;align-items:center}.hero-card span,.hero-card strong{display:block;margin-top:8px}.hero-card span{color:var(--muted)}.hero-card strong{color:var(--green)}.hero-avatar{width:78px;height:78px;border-radius:24px;background:#f4e4fb;display:grid;place-items:center;font-size:30px;font-weight:700;color:var(--primary)}.float-card{position:absolute;background:#fff;padding:14px 18px;border-radius:14px;box-shadow:0 12px 35px #0000001a;font-weight:700}.float-card.top{right:0;top:60px}.float-card.bottom{left:0;bottom:35px}.section{padding:78px 0}.pale{background:var(--pale)}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stats-strip div{padding:22px;border:1px solid var(--line);border-radius:18px}.stats-strip strong,.stats-strip span{display:block}.stats-strip span{font-size:13px;color:var(--muted);margin-top:7px}.section-head{margin-bottom:30px}.section-head h2{font-size:38px;letter-spacing:-.03em;margin:10px 0}.section-head p{color:var(--muted)}.section-head.row{display:flex;align-items:end;justify-content:space-between;gap:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps>div{border:1px solid var(--line);padding:28px;border-radius:22px}.steps b{color:var(--primary);font-size:13px}.steps h3{font-size:20px}.steps p{color:var(--muted);line-height:1.6}.teacher-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.teacher-grid.two{grid-template-columns:repeat(2,1fr)}.teacher-card,.card{background:#fff;border:1px solid var(--line);border-radius:22px}.teacher-card{padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 6px 25px #211f4a0a}.teacher-top{display:flex;gap:14px}.grow{flex:1}.avatar{width:52px;height:52px;border-radius:16px;background:#f7edfc;color:var(--primary);font-weight:700;display:grid;place-items:center;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.xl{width:90px;height:90px;border-radius:26px;font-size:28px}.name-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.name-row h3,.name-row h1{margin:0}.teacher-top p{margin:5px 0;color:var(--muted);font-size:13px;line-height:1.4}.verified{font-size:10px;background:#eafff5;color:#087b52;padding:5px 7px;border-radius:999px;font-weight:700}.meta,.location{font-size:12px;color:#777d89}.chips{display:flex;flex-wrap:wrap;gap:7px}.chips span{font-size:11px;padding:6px 8px;border-radius:8px;background:#f8f0fc;color:#0e008c}.chips .soft{background:#f3f5f7;color:#555}.card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px}.card-bottom small,.card-bottom strong{display:block}.card-bottom small{font-size:10px;color:var(--muted)}.dual-cta{border-radius:30px;padding:50px;background:linear-gradient(135deg,#0e008c,#09006c);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.dual-cta .eyebrow{color:#f0cffb}.dual-cta h2{font-size:42px;margin:10px 0}.dual-cta p{color:#f7e9fc;line-height:1.6}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center}.benefit-list span{background:#ffffff1c;padding:16px;border-radius:13px}.footer{background:#171a22;color:#fff;padding:48px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer p,.footer a{color:#aeb4c0;font-size:13px}.browse-page{padding-top:54px}.page-title{font-size:44px}.browse-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.filters{border:1px solid var(--line);border-radius:20px;padding:20px;height:max-content;position:sticky;top:92px}.filters label,.profile-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;margin-bottom:15px}.filters input,.filters select,.stack-form input,.stack-form select,.stack-form textarea,.profile-form input,.profile-form textarea,.lead-row select{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px;background:#fff;outline:none}.filters input:focus,.stack-form input:focus,.profile-form input:focus,.stack-form select:focus,.profile-form textarea:focus{border-color:var(--primary)}.sort-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:var(--muted);font-size:13px}.sort-row select{border:1px solid var(--line);padding:9px;border-radius:10px}.empty{padding:35px;border:1px dashed #cfd2dc;border-radius:18px;text-align:center;color:var(--muted);margin-top:15px}.profile-layout{display:grid;grid-template-columns:1fr 360px;gap:25px}.profile-hero{display:flex;gap:20px;padding:28px;align-items:center}.profile-hero h1{font-size:34px;margin:0}.content-card{padding:28px;margin-top:20px}.content-card h2{margin-top:0}.content-card p{line-height:1.7;color:#555d69}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.details-grid small,.details-grid strong{display:block}.details-grid small{color:var(--muted);margin-bottom:5px}.connect-card{padding:24px;height:max-content;position:sticky;top:92px}.price{font-size:34px;font-weight:700;margin:8px 0 18px}.price span{font-size:12px;font-weight:400;color:var(--muted)}.connect-actions{display:grid;gap:8px}.connect-card hr{border:0;border-top:1px solid var(--line);margin:22px 0}.stack-form{display:grid;gap:10px}.stack-form textarea,.profile-form textarea{min-height:100px;resize:vertical}.form-msg{font-size:12px;padding:10px;border-radius:10px;background:#eef9f5;color:#12684d}.error{background:#fff0f0;color:#b52828;padding:10px;border-radius:9px;font-size:12px}.review{padding:16px 0;border-top:1px solid var(--line)}.review span{float:right}.auth-page{min-height:calc(100vh - 72px);background:var(--pale);padding:60px 20px}.auth-shell{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 430px;gap:60px;align-items:center}.auth-copy h1{font-size:48px;line-height:1.08;letter-spacing:-.04em}.auth-copy p{color:var(--muted);line-height:1.7}.auth-card{padding:30px}.auth-card h2{margin-top:0}.role-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f3f3f7;border-radius:12px;margin-bottom:16px}.role-switch button{border:0;padding:10px;background:transparent;border-radius:9px;cursor:pointer}.role-switch .active{background:#fff;box-shadow:0 2px 9px #00000012;font-weight:700}.muted{color:var(--muted);font-size:13px}.muted a{color:var(--primary);font-weight:700}.dashboard-grid{display:grid;grid-template-columns:1fr 360px;gap:28px}.profile-form{padding:26px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.table-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.sticky-side{position:sticky;top:92px}.lead-row{display:flex;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--line);font-size:13px}.lead-row:last-child{border-bottom:0}.lead-row b,.lead-row span,.lead-row a{display:block;margin-bottom:4px}.lead-row span{color:var(--muted)}.lead-row.vertical{display:block}.lead-row.vertical select{margin-top:10px}.status{background:#f8f0fc;color:#0e008c!important;padding:5px 8px;border-radius:999px;height:max-content;text-transform:capitalize}.mt{margin-top:45px}.admin-page{background:#f6f7fb;min-height:80vh;padding:48px 0 80px}.admin-head h1{font-size:42px}.admin-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:25px 0}.admin-stats div{background:#fff;border:1px solid var(--line);padding:18px;border-radius:16px}.admin-stats span,.admin-stats b{display:block}.admin-stats span{font-size:11px;color:var(--muted)}.admin-stats b{font-size:26px;margin-top:7px}.admin-tabs{display:flex;gap:6px;margin:25px 0}.admin-tabs button{border:0;background:#fff;border-radius:10px;padding:11px 16px;cursor:pointer}.admin-tabs .active{background:var(--ink);color:#fff}.admin-table{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.admin-row{display:grid;grid-template-columns:1.3fr 1fr 1.4fr .7fr .7fr;gap:15px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line);font-size:13px}.admin-row:last-child{border-bottom:0}.admin-row.head{background:#fafafe;text-transform:uppercase;font-size:10px;font-weight:700;color:var(--muted)}.admin-row span b,.admin-row span small{display:block}.admin-row small{color:var(--muted);margin-top:4px}.admin-row.lead-head{grid-template-columns:1.2fr 1fr 1.3fr .7fr}.admin-row.review-head{grid-template-columns:1fr .5fr 2fr 1fr}.pill{font-style:normal;padding:5px 8px;background:#f2f3f5;border-radius:999px;font-size:10px;text-transform:capitalize}.pill.ok{background:#e9fff5;color:#087b52}.pill.pending{background:#fff6df;color:#9d6800}.mini-btn{border:0;background:#f7edfc;color:#0e008c;padding:7px 10px;border-radius:8px;font-weight:700;cursor:pointer}.mini-btn.danger{background:#fff0f0;color:#b42828}@media (max-width:900px){.nav-links,.nav-actions .btn-primary{display:none}.hero-grid,.profile-layout,.dashboard-grid,.auth-shell,.dual-cta{grid-template-columns:1fr}.hero h1{font-size:44px}.hero-card-wrap{min-height:280px}.stats-strip,.teacher-grid,.teacher-grid.two{grid-template-columns:1fr 1fr}.browse-layout{grid-template-columns:1fr}.filters{position:static}.admin-stats{grid-template-columns:repeat(3,1fr)}.admin-table{overflow:auto}.admin-row{min-width:850px}.connect-card{position:static}}@media (max-width:600px){.container{width:min(100% - 24px,1180px)}.hero{padding:56px 0}.hero h1,.page-title{font-size:38px}.hero-search{grid-template-columns:1fr}.hero-card-wrap{display:none}.stats-strip,.teacher-grid,.teacher-grid.two,.steps,.details-grid,.form-grid,.footer-grid,.benefit-list{grid-template-columns:1fr}.section{padding:52px 0}.section-head.row{align-items:start;flex-direction:column}.dual-cta{padding:30px}.profile-hero{align-items:flex-start;flex-wrap:wrap}.admin-stats{grid-template-columns:1fr 1fr}.nav-wrap{height:64px}}.photo-edit{display:flex;align-items:center;gap:14px;margin-bottom:20px}.photo-btn{margin:0!important;cursor:pointer}:root{--primary:#0E008C;--primary-dark:#0B0074;--primary-soft:#F7EDFC;--ink:#181b24;--muted:#6c7280;--line:#e8e8f1;--pale:#f7f7ff;--shadow:0 18px 55px rgba(73,58,178,.1)}html{scroll-behavior:smooth}.container{width:min(1200px,calc(100% - 40px))}button,a,input,select,textarea{transition:all .22s ease}.btn{border-radius:999px;padding:12px 20px;gap:8px;min-height:44px;transform:translateY(0);box-shadow:none}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#cd55f5,#0e008c);box-shadow:0 10px 28px #5b4df73d}.btn-primary:hover{background:linear-gradient(135deg,#cd55f5,#0e008c);box-shadow:0 15px 35px #5b4df752}.btn-dark:hover{background:#2b2f3a;box-shadow:0 12px 24px #171a2229}.btn-ghost{border-color:#e5e4ee;background:#ffffffe6}.btn-ghost:hover{border-color:#c9c5ff;color:var(--primary);background:#fcf8fe}.btn-whatsapp{border-radius:999px}.btn-whatsapp:hover{background:#d8faeb;transform:translateY(-2px)}.site-header{background:#ffffffe0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 6px 24px #2d2a580a}.nav-wrap{height:70px}.brand{font-size:21px}.brand-dot{border-radius:12px;background:linear-gradient(135deg,#7469ff,#5144f2);box-shadow:0 8px 18px #5b4df738}.nav-links a{position:relative;padding:25px 0}.nav-links a:after{content:"";position:absolute;left:50%;right:50%;bottom:15px;height:2px;border-radius:999px;background:var(--primary);transition:.22s ease}.nav-links a:hover,.nav-links .active{color:var(--primary)}.nav-links a:hover:after,.nav-links .active:after{left:0;right:0}.menu-toggle{display:none;border:0;background:#faf5fd;width:44px;height:44px;border-radius:14px;padding:11px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:var(--ink);border-radius:10px;margin:4px 0}.launch-banner{position:relative;z-index:12;background:linear-gradient(90deg,#4c3bea,#766bff 48%,#5646f1);color:#fff;box-shadow:0 8px 30px #5949eb26}.launch-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 25% 50%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 78% 20%,rgba(255,255,255,.15),transparent 25%);pointer-events:none}.launch-banner-inner{min-height:42px;display:flex;justify-content:center;align-items:center;gap:12px;font-size:13px;position:relative}.launch-badge{font-size:10px;font-weight:700;letter-spacing:.08em;padding:5px 8px;border-radius:999px;background:#fff;color:#5547e8}.launch-link{font-weight:700;border-bottom:1px solid rgba(255,255,255,.55);margin-left:3px}.launch-link:hover{opacity:.82;transform:translate(2px)}.hero{position:relative;padding:86px 0 72px;background:linear-gradient(135deg,#faf4fd,#fff 52%,#f2faff)}.hero-orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;pointer-events:none}.hero-orb-one{width:310px;height:310px;background:#c9c1ff;right:12%;top:10%}.hero-orb-two{width:260px;height:260px;background:#d8efff;left:8%;bottom:-10%}.hero-grid{gap:68px;position:relative;z-index:1}.hero-copy{max-width:660px}.hero h1{font-size:60px;max-width:650px;margin:12px 0 16px}.hero p{max-width:580px;font-size:17px;line-height:1.55;margin:0}.hero h1 em{background:linear-gradient(135deg,#6b5cff,#4b3ae6);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{font-size:11px;letter-spacing:.14em}.hero-search{grid-template-columns:1.2fr 1fr auto;padding:7px;border-radius:999px;margin-top:26px;border:1px solid rgba(104,88,242,.1);box-shadow:0 18px 50px #45399721;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.search-field{display:flex;align-items:center;gap:8px;padding:0 10px;min-width:0}.search-field span{color:#9188e9}.search-field input{width:100%;min-width:0;border:0!important;padding:14px 4px!important;background:transparent!important;outline:none}.search-field+.search-field{border-left:1px solid var(--line)}.search-btn{padding-inline:24px}.hero-points{margin-top:16px;gap:10px}.hero-points a{padding:7px 11px;border-radius:999px;color:#595f6d;background:#ffffff9e;border:1px solid rgba(227,225,241,.85)}.hero-points a:hover{background:#fff;color:var(--primary);transform:translateY(-1px)}.hero-card-wrap{min-height:330px;cursor:pointer}.hero-card-wrap:hover .hero-card.big{transform:translateY(-7px) rotate(-.5deg);box-shadow:0 36px 85px #41388238}.hero-card.big{transition:.28s ease;border:1px solid rgba(104,88,242,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.float-card{border:1px solid rgba(91,77,247,.08);transition:.28s ease}.hero-card-wrap:hover .float-card.top{transform:translate(4px,-5px)}.hero-card-wrap:hover .float-card.bottom{transform:translate(-4px,5px)}.quick-section{padding:28px 0 20px;background:#fff}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:20px;padding:16px;background:#fff;box-shadow:0 8px 28px #332f6509}.quick-card:hover{transform:translateY(-4px);border-color:#cec9ff;box-shadow:var(--shadow)}.quick-icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f8eefc,#e8f6ff);color:var(--primary);font-weight:700}.quick-card strong,.quick-card small{display:block}.quick-card small{color:var(--muted);margin-top:4px;font-size:11px}.quick-card>b{color:#9b95b9}.compact-section{padding-top:58px;padding-bottom:68px}.center-head{text-align:center}.section-head h2{font-size:36px;margin-top:8px}.modern-steps{max-width:950px;margin:auto}.modern-steps>a{position:relative;border:1px solid var(--line);padding:26px;border-radius:24px;background:#fff;box-shadow:0 10px 34px #1e1b4e09;color:inherit}.modern-steps>a:hover{transform:translateY(-6px);border-color:#cbc6ff;box-shadow:var(--shadow)}.modern-steps b{position:absolute;right:22px;top:20px;opacity:.65}.step-icon{width:44px;height:44px;display:grid;place-items:center;background:linear-gradient(135deg,#f8eefc,#e9f7ff);color:var(--primary);border-radius:15px;font-size:20px}.modern-steps h3{margin-bottom:8px}.modern-steps p{margin-bottom:0}.tutor-section{background:linear-gradient(180deg,#f8f8ff,#faf5fd)}.teacher-card{border-radius:24px;padding:18px;gap:14px;cursor:pointer;color:inherit;min-width:0;box-shadow:0 8px 30px #2b275e0a;position:relative;overflow:hidden}.teacher-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-60px;top:-60px;background:#e9e5ff;filter:blur(15px);opacity:0;transition:.25s}.teacher-card:hover{transform:translateY(-7px);border-color:#cbc7ff;box-shadow:0 22px 48px #3d338f21}.teacher-card:hover:before{opacity:.65}.teacher-card .btn{pointer-events:none;border-radius:999px}.teacher-card:hover .btn-primary{box-shadow:0 12px 26px #5b4df747}.avatar{border-radius:17px}.verified,.chips span{border-radius:999px}.card-bottom{position:relative;z-index:2}.tutor-cta-section{padding-top:60px}.dual-cta{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#6a5cff,#4a3be7 52%,#33269e);box-shadow:0 28px 70px #4839be33}.dual-cta:before,.dual-cta:after{content:"";position:absolute;border-radius:50%;filter:blur(35px);background:#ffffff1f}.dual-cta:before{width:210px;height:210px;right:10%;top:-130px}.dual-cta:after{width:170px;height:170px;left:35%;bottom:-120px}.dual-cta>div{position:relative;z-index:1}.dual-cta h2{font-size:40px}.benefit-list a{background:#ffffff1f;padding:15px;border-radius:16px;color:#fff}.benefit-list a:hover{background:#fff3;transform:translateY(-2px)}.footer{background:#f3f3f7;color:#151821;padding:0;border-top:1px solid #e3e3e8}.footer-main{display:grid;grid-template-columns:1.12fr .8fr 1.2fr;gap:70px;padding:54px 0 48px}.footer .brand{color:#151821}.footer-about p{font-size:14px;line-height:1.75;color:#424753;max-width:390px;margin:20px 0}.footer-domain{font-size:13px!important;color:#5a4cf0!important;font-weight:700}.footer-links,.footer-app{display:flex;flex-direction:column;align-items:flex-start}.footer-links strong,.footer-app>strong{font-size:18px;margin-bottom:18px}.footer-links a{font-size:14px;color:#272b34;margin:0 0 12px}.footer-links a:hover{color:var(--primary);transform:translate(3px)}.store-row{display:flex;gap:12px;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:9px;border:0;border-radius:10px;background:#0e1014;color:#fff;padding:9px 13px;cursor:pointer;min-width:150px;text-align:left}.store-button:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000024;background:#1a1d23}.store-icon{font-size:21px}.store-button small,.store-button b{display:block;line-height:1.08}.store-button small{font-size:9px;letter-spacing:.04em}.store-button b{font-size:17px;margin-top:2px}.social-title{font-size:14px!important;color:#252932!important;margin:24px 0 13px!important}.social-row{display:flex;gap:10px}.social-row button{width:40px;height:40px;border:1px solid #d6d7dd;background:#fff;border-radius:50%;font-weight:700;cursor:pointer}.social-row button:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-3px)}.footer-bottom{border-top:1px solid #d8d9df;background:#eeeef3}.footer-bottom-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#707580;font-size:13px}.footer-bottom-inner>div{display:flex;gap:28px}.footer-bottom a{color:#242832}.footer-bottom a:hover{color:var(--primary)}.card,.filters,.table-card,.admin-table{border-radius:22px}.filters input,.filters select,.stack-form input,.stack-form select,.stack-form textarea,.profile-form input,.profile-form textarea,.lead-row select,.sort-row select{border-radius:15px;padding:12px 13px}.filters input:focus,.filters select:focus,.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.profile-form input:focus,.profile-form textarea:focus{border-color:#aaa2ff;box-shadow:0 0 0 4px #5b4df714}.browse-page{background:linear-gradient(180deg,#fff,#fbfbff)}.filters{background:#fff;box-shadow:0 12px 35px #2b275e0a}.profile-hero,.content-card,.connect-card,.auth-card,.profile-form{box-shadow:0 10px 35px #2b275e0b}.static-page{background:linear-gradient(180deg,#fbfaff,#fff)}.static-shell{max-width:980px}.static-hero{text-align:center;max-width:720px;margin:0 auto 38px}.static-hero h1{font-size:48px;letter-spacing:-.04em;margin:12px 0}.static-hero p{font-size:17px;color:var(--muted);line-height:1.7}.static-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.static-card{padding:26px}.static-card h2{margin:0 0 10px;font-size:20px}.static-card p{margin:0;color:var(--muted);line-height:1.7}.static-cta{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px;flex-wrap:wrap}.static-cta>span{font-weight:700}@media (max-width:1000px){.hero h1{font-size:52px}.hero-grid{gap:35px}.quick-grid,.teacher-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr 1fr;gap:44px}.footer-app{grid-column:1/-1}.footer-about p{max-width:520px}}@media (max-width:900px){.menu-toggle{display:block}.header-join{display:none!important}.nav-links{display:none;position:absolute!important;left:20px;right:20px;top:72px;margin:0!important;padding:10px;background:#fffffffa;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 60px #1e1b4e24;flex-direction:column;gap:0}.nav-links.open{display:flex}.nav-links a{padding:14px 15px;border-radius:12px}.nav-links a:after{display:none}.nav-links a:hover{background:#f5f3ff}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:740px}.hero-card-wrap{min-height:250px;display:flex;align-items:center;justify-content:center}.hero-card.big{width:min(620px,88%)}.hero-card-wrap .float-card.top{right:7%}.hero-card-wrap .float-card.bottom{left:7%}.footer-main{grid-template-columns:1fr 1fr}.footer-app{grid-column:1/-1}}@media (max-width:620px){.container{width:min(100% - 28px,1200px)}.nav-wrap{height:62px;gap:10px}.brand{font-size:18px}.brand-dot{width:31px;height:31px}.header-login{padding:9px 14px;min-height:38px}.menu-toggle{width:40px;height:40px}.nav-links{top:65px;left:14px;right:14px}.launch-banner-inner{min-height:46px;justify-content:flex-start;font-size:11px;gap:7px}.launch-banner-inner>b{font-size:11px}.launch-link{margin-left:auto;white-space:nowrap}.launch-badge{display:none}.hero{padding:54px 0 42px}.hero h1{font-size:41px;line-height:1.02;margin-top:10px}.hero p{font-size:14px;line-height:1.55}.hero-grid{gap:24px}.hero-card-wrap{display:none}.hero-search{grid-template-columns:1fr;border-radius:24px;padding:7px;margin-top:22px}.search-field{padding:0 10px}.search-field+.search-field{border-left:0;border-top:1px solid var(--line)}.search-btn{width:100%;border-radius:18px}.hero-points{gap:6px}.hero-points a{font-size:10px;padding:6px 8px}.hero-orb-one{right:-35%;top:3%}.hero-orb-two{left:-40%}.quick-section{padding:18px 0 8px}.quick-grid{grid-template-columns:1fr 1fr;gap:9px}.quick-card{grid-template-columns:auto 1fr;padding:12px;border-radius:17px}.quick-card>b{display:none}.quick-icon{width:34px;height:34px;border-radius:12px}.quick-card strong{font-size:12px}.quick-card small{font-size:9px}.section{padding:46px 0}.compact-section{padding-top:42px}.section-head{margin-bottom:22px}.section-head h2{font-size:29px;line-height:1.1}.center-head{text-align:left}.modern-steps{grid-template-columns:1fr;gap:10px}.modern-steps>a{padding:19px 20px;border-radius:20px;display:grid;grid-template-columns:auto 1fr;column-gap:13px}.step-icon{grid-row:1/4}.modern-steps b{right:18px;top:16px}.modern-steps h3{margin:2px 0 4px}.modern-steps p{font-size:12px;line-height:1.45}.section-head.row{flex-direction:row;align-items:flex-end}.section-head.row .btn{padding:9px 13px;min-height:38px;font-size:11px;white-space:nowrap}.teacher-grid,.teacher-grid.two{grid-template-columns:1fr;gap:12px}.teacher-card{padding:16px;border-radius:22px}.teacher-top{gap:11px}.avatar{width:48px;height:48px}.card-bottom .btn{padding:10px 15px;font-size:11px;min-height:38px}.dual-cta{padding:28px 22px;border-radius:28px;gap:24px}.dual-cta h2{font-size:34px;line-height:1.05}.dual-cta p{font-size:13px}.benefit-list{grid-template-columns:1fr 1fr;gap:8px}.benefit-list a{padding:12px;font-size:11px;border-radius:13px}.footer-main{grid-template-columns:1fr;padding:40px 0 34px;gap:32px}.footer-about p{font-size:13px;line-height:1.65;margin:16px 0}.footer-links strong,.footer-app>strong{font-size:16px;margin-bottom:14px}.footer-links a{margin-bottom:9px;font-size:13px}.footer-app{grid-column:auto}.store-row{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.store-button{min-width:0;width:100%;padding:8px 9px}.store-button b{font-size:14px}.store-button small{font-size:7px}.store-icon{font-size:16px}.footer-bottom-inner{min-height:92px;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;padding:20px 0}.footer-bottom-inner>div{gap:18px;flex-wrap:wrap}.social-title{margin-top:20px!important}.static-hero{text-align:left}.static-hero h1{font-size:38px}.static-hero p{font-size:14px}.static-grid{grid-template-columns:1fr}.static-card{padding:22px}.static-cta{justify-content:flex-start}.auth-page{padding:42px 14px}.auth-copy h1{font-size:38px}.auth-shell{gap:26px}.browse-page{padding-top:36px}.page-title{font-size:36px}.profile-layout,.dashboard-grid{grid-template-columns:1fr}.profile-hero,.content-card,.connect-card{padding:20px}}.website-hero{position:relative;padding:74px 0 64px;background:linear-gradient(135deg,#faf4fd,#fff 52%,#eef8ff)}.website-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:58px}.website-hero-copy{position:relative;z-index:3}.website-hero-visual{position:relative;min-height:390px;border-radius:34px;overflow:visible;display:flex;align-items:flex-end;justify-content:center;isolation:isolate}.website-hero-visual:before{content:"";position:absolute;top:34px;right:14px;bottom:10px;left:14px;border-radius:32px;background:linear-gradient(145deg,#ffffffd6,#eeeaffc2);border:1px solid rgba(221,216,255,.72);box-shadow:0 30px 80px #4a3da924;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:-2}.hero-image-glow{position:absolute;width:80%;height:75%;right:-4%;top:8%;border-radius:50%;background:radial-gradient(circle,#7166ff40,#7166ff00 70%);filter:blur(14px);z-index:-3}.website-hero-visual img{display:block;width:100%;height:390px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 35px rgba(46,38,101,.16));border-radius:0 0 30px 30px}.website-hero-visual.empty-image{align-items:center;padding:46px}.hero-image-placeholder{width:100%;min-height:250px;border:1px dashed #EBCBF7;border-radius:28px;background:linear-gradient(145deg,#ffffffb8,#efecffb8);display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:#0e008c;padding:30px}.hero-image-placeholder>span{font-size:34px}.hero-image-placeholder>b{font-size:24px}.hero-image-placeholder>small{max-width:260px;line-height:1.55;color:#777b88}.hero-image-chip{position:absolute;z-index:4;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(234,231,255,.9);box-shadow:0 14px 34px #382d851f;padding:12px 16px;border-radius:999px;font-size:12px;font-weight:700;color:#262b36}.hero-image-chip.chip-top{right:-6px;top:55px}.hero-image-chip.chip-bottom{left:-12px;bottom:30px}.website-hero .hero-search{border-radius:999px;padding:7px;box-shadow:0 18px 48px #4a3da921;border:1px solid rgba(228,225,244,.82)}.website-hero .search-btn{border-radius:999px;padding-left:24px;padding-right:24px;box-shadow:0 10px 24px #5b4df738}.website-hero .search-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px #5b4df74d}.website-hero .search-field{display:flex;align-items:center;gap:5px;min-width:0}.website-hero .search-field span{color:#7468ff}.website-hero .search-field input{width:100%;min-width:0}@media (max-width:1000px){.website-hero-grid{grid-template-columns:1fr 420px;gap:30px}.website-hero-visual{min-height:340px}.website-hero-visual img{height:340px}.hero-image-chip.chip-top{right:0}}@media (max-width:900px){.website-hero{padding:56px 0 48px}.website-hero-grid{grid-template-columns:1fr;gap:18px}.website-hero-copy{max-width:760px}.website-hero-visual{min-height:320px;max-width:650px;width:100%;margin:0 auto}.website-hero-visual img{height:320px}.website-hero-visual:before{top:24px;right:6px;bottom:4px;left:6px}.hero-image-chip.chip-top{right:4%;top:38px}.hero-image-chip.chip-bottom{left:4%;bottom:22px}}@media (max-width:620px){.website-hero{padding:34px 0}.website-hero .hero-grid{gap:18px}.website-hero h1{font-size:39px}.website-hero .hero-search{border-radius:24px;padding:7px}.website-hero .search-btn{border-radius:18px}.website-hero-visual{display:flex;min-height:260px;margin-top:4px}.website-hero-visual img{height:260px}.website-hero-visual:before{top:18px;right:0;bottom:0;left:0;border-radius:26px}.website-hero-visual.empty-image{padding:24px}.hero-image-placeholder{min-height:210px;border-radius:22px;padding:22px}.hero-image-placeholder small{font-size:11px}.hero-image-chip{font-size:10px;padding:9px 12px}.hero-image-chip.chip-top{right:2%;top:30px}.hero-image-chip.chip-bottom{left:2%;bottom:14px}}.homepage-banner{position:relative;width:100%;height:min(50vw,960px);overflow:hidden;background:#f7edfc;border-bottom:1px solid var(--line)}.homepage-banner-picture,.homepage-banner-picture img,.homepage-banner-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.homepage-banner-picture{display:block}.homepage-banner-picture img{display:block;object-fit:cover;object-position:center center}.homepage-banner-fallback{background:linear-gradient(135deg,#e9e4ff,#f8f6ff 46%,#eaf7ff)}.homepage-search-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:32px}.homepage-search-shell{width:min(1040px,calc(100% - 40px));padding:10px;border-radius:28px;background:#ffffffd1;border:1px solid rgba(255,255,255,.74);box-shadow:0 20px 60px #1f195a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.homepage-search-row{display:grid;grid-template-columns:1.25fr 1fr auto;gap:8px;align-items:center}.homepage-search-field{height:58px;display:flex;align-items:center;gap:9px;padding:0 18px;background:#fffffff0;border:1px solid #e7e4f4;border-radius:18px}.homepage-search-field span{color:var(--primary);font-size:16px}.homepage-search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px;font-weight:400}.homepage-search-button{height:58px;border:0;border-radius:18px;padding:0 25px;background:linear-gradient(135deg,#6253ff,#4f41ee);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 12px 28px #5b4df742;transition:transform .2s ease,box-shadow .2s ease}.homepage-search-button:hover{transform:translateY(-2px);box-shadow:0 17px 34px #5b4df757}.homepage-search-chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:10px 6px 1px}.homepage-search-chips a{padding:8px 13px;border-radius:999px;background:#ffffffdb;border:1px solid rgba(225,222,242,.95);color:#4d5260;font-size:12px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.homepage-search-chips a:hover{transform:translateY(-2px);background:#fff;border-color:#ebcbf7;color:var(--primary)}*{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:400!important}h1,h2,h3,h4,h5,h6,.brand,.logo,.admin-mark,.section-head h2,.page-title,.profile-hero h1,.auth-copy h1,.static-hero h1,.footer-links>strong,.footer-app>strong{font-weight:700!important}@media (max-width:900px){.homepage-search-layer{padding:24px}.homepage-search-shell{width:min(760px,calc(100% - 20px))}}@media (max-width:700px){.homepage-banner{height:420px;min-height:420px;max-height:420px}.homepage-banner-picture img{object-fit:cover;object-position:center center}.homepage-search-layer{align-items:center;padding:12px}.homepage-search-shell{width:100%;padding:8px;border-radius:22px;background:#ffffffe0}.homepage-search-row{grid-template-columns:1fr;gap:7px}.homepage-search-field{height:48px;border-radius:15px;padding:0 14px}.homepage-search-field input{font-size:12px}.homepage-search-button{height:48px;border-radius:15px;font-size:12px}.homepage-search-chips{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px 0 0}.homepage-search-chips a{text-align:center;padding:7px 8px;font-size:10px;background:#ffffffed}.quick-section{padding-top:20px}}.desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px;color:#4f5562}.desktop-nav a{position:relative;padding:25px 0;transition:color .2s ease}.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:15px;height:2px;border-radius:999px;background:var(--primary);transition:.22s ease}.desktop-nav a:hover,.desktop-nav .active{color:var(--primary)}.desktop-nav a:hover:after,.desktop-nav .active:after{left:0;right:0}.header-brand{flex-shrink:0}.nav-actions{margin-left:0;align-items:center}.menu-toggle{margin-left:0}.drawer-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;border:0;background:#10121c6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease}.mobile-drawer{display:none;position:fixed;z-index:80;top:0;right:0;width:min(70vw,340px);height:100dvh;background:#fff;box-shadow:-24px 0 60px #1412372e;transform:translate(105%);transition:transform .28s cubic-bezier(.22,.8,.3,1);padding:18px;flex-direction:column}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.drawer-close{width:40px;height:40px;border:0;border-radius:14px;background:#faf5fd;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.mobile-drawer-nav{display:flex;flex-direction:column;padding:16px 0;gap:4px}.mobile-drawer-nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 14px;border-radius:14px;color:#242833;border:1px solid transparent;transition:.2s ease}.mobile-drawer-nav a:hover,.mobile-drawer-nav a.active{background:#f6f4ff;color:var(--primary);border-color:#ebe8ff}.mobile-drawer-nav a b{font-weight:400!important;color:#8b82f3}.mobile-drawer-bottom{margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}.mobile-drawer-bottom p{font-size:12px;line-height:1.55;color:var(--muted);margin:0 0 14px}.homepage-hero{position:relative}.footer-links a,.footer-bottom a{transition:color .2s ease,transform .2s ease}@media (max-width:900px){.desktop-nav{display:none}.menu-toggle{display:block!important}.header-join{display:none!important}.drawer-backdrop,.mobile-drawer{display:flex}.drawer-backdrop.open{opacity:1}.mobile-drawer.open{transform:translate(0)}.nav-actions{margin-left:auto}}@media (max-width:700px){.site-header{position:sticky;top:0}.nav-wrap{height:62px;display:flex;align-items:center;width:100%}.header-brand{margin-right:auto}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.header-login{order:1;border-radius:999px;padding:9px 15px;min-height:40px}.menu-toggle{order:2;width:42px;height:42px;border-radius:14px;padding:10px}.menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-toggle span{transition:transform .2s ease,opacity .2s ease}.mobile-drawer{width:70vw;min-width:270px;max-width:320px}.homepage-hero{background:#fff}.homepage-banner{height:290px!important;min-height:290px!important;max-height:290px!important;width:100%;overflow:hidden}.homepage-banner-picture img{object-fit:cover;object-position:center center}.homepage-search-layer{position:relative!important;inset:auto!important;display:block;padding:12px 14px 2px;background:#fff}.homepage-search-shell{width:100%;padding:9px;border-radius:22px;background:#fff;border:1px solid #e9e7f4;box-shadow:0 12px 34px #1f195a1a;-webkit-backdrop-filter:none;backdrop-filter:none}.homepage-search-row{grid-template-columns:1fr;gap:7px}.homepage-search-field{height:48px;border-radius:15px;padding:0 14px;background:#fbfbfe}.homepage-search-field input{font-size:12px}.homepage-search-button{height:48px;border-radius:15px;font-size:12px}.homepage-search-chips{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px 0 0}.homepage-search-chips a{text-align:center;padding:8px 7px;font-size:10px;background:#fcf8fe}.quick-section{padding-top:18px}.launch-banner-inner{min-height:42px;font-size:10px;gap:6px}.launch-banner-inner span:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.launch-link{font-size:10px}.footer-main{grid-template-columns:1fr!important;gap:28px!important}.footer-links,.footer-app{width:100%}}@media (min-width:1001px){.footer-main{grid-template-columns:1.2fr .72fr .82fr 1.18fr;gap:46px}}.mobile-drawer-nav a:focus-visible,.homepage-search-button:focus-visible,.homepage-search-chips a:focus-visible,.menu-toggle:focus-visible,.drawer-close:focus-visible,.footer a:focus-visible{outline:3px solid rgba(91,77,247,.22);outline-offset:2px}@media (max-width:900px){.drawer-backdrop{pointer-events:none;visibility:hidden}.drawer-backdrop.open{pointer-events:auto;visibility:visible;opacity:1}.mobile-drawer{pointer-events:none;visibility:hidden}.mobile-drawer.open{pointer-events:auto;visibility:visible;transform:translate(0)}.site-header{z-index:60}.mobile-drawer{z-index:90}.drawer-backdrop{z-index:80}}@media (max-width:700px){.launch-banner{display:none}.homepage-banner{height:290px!important;min-height:290px!important;max-height:290px!important}.homepage-search-layer{position:relative!important;inset:auto!important;padding:12px 14px 2px!important;background:#fff!important}.homepage-search-shell{box-shadow:0 12px 34px #1f195a1a!important}}.homepage-banner{height:min(39.583333vw,760px)!important;min-height:0!important;max-height:760px!important}.homepage-banner-picture img{object-fit:cover;object-position:center center}@media (max-width:700px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;margin-left:auto!important;margin-right:auto!important}.site-header{width:100%;background:#fffffff7}.nav-wrap{height:64px!important;padding-top:0!important;padding-bottom:0!important;gap:8px!important}.header-brand{min-width:0;margin-right:auto!important}.header-brand .brand-dot{width:32px;height:32px;border-radius:11px}.header-brand{font-size:17px!important}.nav-actions{gap:7px!important;flex-shrink:0}.header-login{height:40px;min-height:40px!important;padding:0 14px!important}.menu-toggle{width:40px!important;height:40px!important;padding:9px!important;margin:0!important}.launch-banner{display:none!important}.homepage-hero{position:relative!important;width:100%;background:#fff;padding-bottom:72px}.homepage-banner{width:100%!important;height:290px!important;min-height:290px!important;max-height:290px!important;border-bottom:0}.homepage-banner-picture img{object-fit:cover!important;object-position:center center!important}.homepage-search-layer{position:absolute!important;left:0!important;right:0!important;top:126px!important;bottom:auto!important;z-index:5!important;display:block!important;padding:0 14px!important;background:transparent!important}.homepage-search-shell{width:100%!important;max-width:100%!important;padding:8px!important;border-radius:20px!important;background:#fffffff0!important;border:1px solid rgba(235,232,250,.96)!important;box-shadow:0 14px 34px #1f195a29!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.homepage-search-row{grid-template-columns:1fr!important;gap:6px!important}.homepage-search-field{height:40px!important;border-radius:13px!important;padding:0 12px!important;background:#fff!important}.homepage-search-field input{font-size:11px!important;min-width:0}.homepage-search-field span{font-size:13px!important}.homepage-search-button{height:42px!important;border-radius:13px!important;font-size:11px!important;padding:0 14px!important;width:100%}.homepage-search-chips{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important;padding:6px 0 0!important}.homepage-search-chips a{min-height:27px;display:flex;align-items:center;justify-content:center;padding:5px 6px!important;font-size:9px!important;background:#fff!important}.quick-section{padding:18px 0 10px!important}.quick-grid{gap:9px!important}.quick-card{min-height:70px;padding:11px!important}.section{padding-left:0;padding-right:0}.section-head h2{font-size:28px!important;line-height:1.12}.mobile-drawer{width:70vw!important;min-width:270px!important;max-width:320px!important;padding:16px!important}}@media (min-width:701px) and (max-width:1100px){.homepage-banner{height:min(39.583333vw,760px)!important}.homepage-search-shell{width:min(920px,calc(100% - 32px))}}.brand{line-height:1}.brand-wordmark{display:block;width:154px;height:auto;object-fit:contain}.header-brand .brand-wordmark{width:158px}.footer .brand-wordmark{width:170px}.brand-wordmark-light{filter:none}.btn-primary,.launch-banner{background:linear-gradient(100deg,#0e008c,#7b1ec8 52%,#cd55f5);color:#fff}.btn-primary:hover{background:linear-gradient(100deg,#09006c,#6f18b8 52%,#c446eb);transform:translateY(-1px)}.dual-cta{background:linear-gradient(125deg,#0e008c,#5a16b2 54%,#cd55f5)}.brand-dot{display:none!important}@media (max-width:700px){.header-brand .brand-wordmark{width:122px}.mobile-drawer .brand-wordmark{width:145px}.footer .brand-wordmark{width:150px}}.footer .brand{width:max-content;background:#fff;padding:8px 10px;border-radius:10px}.homepage-search-button{background:linear-gradient(100deg,#0e008c,#7b1ec8 52%,#cd55f5)!important;box-shadow:0 12px 28px #0e008c38!important}.homepage-search-button:hover{background:linear-gradient(100deg,#09006c,#6f18b8 52%,#c446eb)!important;box-shadow:0 17px 34px #0e008c47!important}@media (min-width:701px){.homepage-search-layer{align-items:flex-end!important;padding-bottom:48px!important}}@media (max-width:700px){.homepage-search-layer{top:164px!important}.homepage-hero{padding-bottom:82px!important}}.teacher-card .avatar img,.profile-hero .avatar img,.photo-edit .avatar img{width:100%;height:100%;object-fit:cover;display:block}.photo-edit{display:flex;align-items:center;gap:14px;margin-bottom:18px}.photo-btn{position:relative;overflow:hidden;cursor:pointer}.payment-web-box{background:#faf3fd;border:1px solid #ECD8F6;border-radius:16px;padding:18px;margin:8px 0 14px}.payment-web-box small,.payment-web-box b{display:block}.payment-web-box small{color:var(--muted);font-size:11px}.payment-web-box b{font-size:34px;color:var(--primary);margin:5px 0}.payment-web-box p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.web-photo-field{display:grid!important;gap:8px!important;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.web-photo-field>div{display:flex;align-items:center;gap:12px}.web-photo-field img,.web-photo-placeholder{width:58px;height:58px;border-radius:16px}.web-photo-field img{object-fit:cover}.web-photo-placeholder{display:grid;place-items:center;background:#f7edfc;color:#0e008c;font-weight:700}.web-photo-field small{color:var(--muted);font-size:10px;font-weight:400}.auth-shell-mobile-first{align-items:start}.text-back{border:0;background:transparent;color:#0e008c;font:inherit;font-size:13px;padding:0;text-align:left;cursor:pointer;width:max-content}.locked-phone{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#faf9ff}.locked-phone small{color:var(--muted)}.locked-phone b{font-size:14px}.activation-web{max-width:520px;margin:40px auto;padding:36px;text-align:center;border-radius:26px}.activation-web img{width:92px;height:92px;object-fit:contain;margin-bottom:12px}.activation-web h1{margin:6px 0 8px}.activation-web p{color:var(--muted)}.activation-web-track{height:10px;border-radius:99px;background:#eee9f7;overflow:hidden;margin:24px 0 10px}.activation-web-track span{display:block;height:100%;width:100%;background:linear-gradient(100deg,#0e008c,#cd55f5);transform-origin:left;animation:goodtutorActivate 4s linear forwards}.activation-web small{color:var(--muted)}@keyframes goodtutorActivate{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.web-notification{position:relative}.notification-bell-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#faf7fd;display:grid;place-items:center;cursor:pointer;position:relative;font-size:17px}.notification-bell-btn>span{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#cd55f5;color:#fff;font-size:10px;display:grid;place-items:center;font-weight:700}.notification-popover{position:absolute;right:0;top:50px;width:min(380px,calc(100vw - 28px));z-index:120;padding:0;overflow:hidden;box-shadow:0 20px 60px #0f08412e}.notification-popover-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid var(--line)}.notification-popover-head b,.notification-popover-head small{display:block}.notification-popover-head small{color:var(--muted);font-size:11px;margin-top:2px}.notification-popover-head button{border:0;background:transparent;font-size:24px;cursor:pointer}.notification-popover-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line)}.notification-popover-actions button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px;cursor:pointer}.notification-popover-list{max-height:360px;overflow:auto}.notification-web-item{width:100%;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;padding:12px 14px;display:flex;gap:10px;cursor:pointer}.notification-web-item.unread{background:#faf5ff}.notification-web-item i{width:7px;height:7px;border-radius:50%;background:#ddd;margin-top:6px;flex:none}.notification-web-item.unread i{background:#cd55f5}.notification-web-item span,.notification-web-item b,.notification-web-item em,.notification-web-item small{display:block}.notification-web-item em{font-style:normal;color:#555b6b;font-size:12px;line-height:1.45;margin:3px 0}.notification-web-item small{font-size:10px;color:var(--muted)}.notification-empty{padding:28px;text-align:center;color:var(--muted)}.browse-head-actions{display:flex;gap:8px;flex-wrap:wrap}.filters.card{padding:18px;height:max-content;position:sticky;top:94px}.filter-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sort-row span:last-child{color:var(--muted);font-size:12px}.card-save-btn{width:34px;height:34px;border-radius:11px;border:1px solid var(--line);background:#fff;color:#0e008c;font-size:18px;cursor:pointer;flex:none}.card-save-btn.saved{background:#faf0ff;color:#b424dd}.teacher-card{position:relative}.reviews-head{display:flex;justify-content:space-between;gap:12px}.reviews-head p{color:var(--muted);margin:.25rem 0 0}.review small{color:var(--muted);font-size:10px}.review-form{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.review-form h3{margin-top:0}.review-fields{display:grid;grid-template-columns:100px 1fr;gap:10px;margin-bottom:10px}.review-fields select,.review-fields textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;background:#fff;font:inherit}.review-fields textarea{min-height:82px;resize:vertical}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 24px}.dashboard-stat-grid.four{grid-template-columns:repeat(4,1fr)}.stat-web{padding:20px}.stat-web b,.stat-web span{display:block}.stat-web b{font-size:30px;color:#0e008c}.stat-web span{font-size:12px;color:var(--muted);margin-top:3px}.dashboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 0 12px}.dashboard-section-head h2,.dashboard-section-head p{margin:0}.dashboard-section-head p{margin-top:4px;color:var(--muted)}.tutor-dashboard-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:7px;background:#f5f2fb;border:1px solid var(--line);border-radius:18px;margin-bottom:22px;position:sticky;top:78px;z-index:20}.tutor-dashboard-tabs button{min-height:46px;border:0;border-radius:13px;background:transparent;font:inherit;font-weight:600;cursor:pointer;color:#5d6270;position:relative}.tutor-dashboard-tabs button.active{background:linear-gradient(100deg,#0e008c,#cd55f5);color:#fff;box-shadow:0 8px 18px #0e008c29}.tutor-dashboard-tabs button i{font-style:normal;position:absolute;top:5px;right:8px;min-width:18px;height:18px;border-radius:99px;background:#cd55f5;color:#fff;font-size:10px;display:grid;place-items:center}.tutor-dashboard-tabs button.active i{background:#fff;color:#0e008c}.dashboard-two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tutor-panel{margin-top:0}.class-create{padding:20px;margin-bottom:18px}.class-form-actions{display:flex;justify-content:flex-end;gap:8px}.class-web-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.class-web-card{padding:18px}.class-web-card p{margin:7px 0}.class-web-card small{color:var(--muted)}.class-card-actions{display:flex;gap:8px;margin-top:14px}.btn.danger{color:#c53d55}.profile-mobile{margin-bottom:16px}.location-profile-row{display:grid;grid-template-columns:auto 1fr 1fr;gap:10px;align-items:end;margin:14px 0 18px}.location-profile-row label{display:grid;gap:5px}.location-profile-row input{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;font:inherit}@media (max-width:900px){.notification-popover{position:fixed;right:14px;top:68px}.dashboard-stat-grid,.dashboard-stat-grid.four{grid-template-columns:1fr 1fr}.dashboard-two,.class-web-grid{grid-template-columns:1fr}.location-profile-row{grid-template-columns:1fr 1fr}.location-profile-row .btn{grid-column:1/-1}.tutor-dashboard-tabs{top:70px}.filters.card{position:static}}@media (max-width:700px){.web-notification{order:-1}.nav-actions{align-items:center}.notification-bell-btn{width:40px;height:40px;border-radius:13px}.browse-head-actions{width:100%}.browse-head-actions .btn{flex:1}.filter-two,.review-fields{grid-template-columns:1fr}.dashboard-stat-grid,.dashboard-stat-grid.four{grid-template-columns:1fr 1fr}.stat-web{padding:14px}.stat-web b{font-size:24px}.tutor-dashboard-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:5px;border-radius:15px;overflow:auto}.tutor-dashboard-tabs button{font-size:11px;min-height:42px;padding:4px}.location-profile-row{grid-template-columns:1fr}.location-profile-row .btn{grid-column:auto}.activation-web{margin:20px 16px;padding:26px 18px}.notification-popover{left:14px;right:14px;width:auto}}.teacher-card-link{display:flex;flex-direction:column;gap:14px;color:inherit;min-width:0}.teacher-card .card-save-btn{position:absolute;top:16px;right:16px;z-index:4}.teacher-card .teacher-top{padding-right:38px}.app-like-container,.browse-app-shell{max-width:980px}.app-like-page,.browse-app-page{padding-top:26px;padding-bottom:72px}.app-page-head,.browse-app-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.app-page-head h1,.browse-app-title h1{margin:0;font-size:26px;line-height:1.08;font-weight:700}.app-page-head p,.browse-app-title p{margin:3px 0 0;color:var(--muted);font-size:12px}.browse-count{min-width:38px;height:38px;border-radius:13px;background:#f8eefc;color:#0e008c;display:grid;place-items:center;font-size:12px;font-weight:700;box-shadow:0 4px 12px #0e008c12}.browse-app-toolbar{display:grid;grid-template-columns:1fr 54px;gap:9px;align-items:center}.browse-app-search{height:54px;border:1px solid var(--line);background:#fcfcff;border-radius:16px;display:flex;align-items:center;gap:9px;padding:0 13px;box-shadow:0 4px 12px #0e008c0f}.browse-app-search span{color:#0e008c;font-size:16px}.browse-app-search input{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;width:100%;height:100%;font:inherit;font-size:14px;color:var(--ink)}.browse-filter-button{height:54px;border:1px solid #EADCF1;background:#f7effb;color:#0e008c;border-radius:16px;font-size:22px;cursor:pointer;position:relative;box-shadow:0 4px 12px #0e008c12}.browse-filter-button i{font-style:normal;position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;padding:0 4px;border-radius:99px;background:#cd55f5;color:#fff;border:2px solid #fff;font-size:9px;display:grid;place-items:center}.browse-app-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.browse-app-actions .btn{min-height:42px;padding:9px 12px;font-size:12px}.btn-soft{background:#f8eefc;color:#0e008c;border:1px solid #E8D7F2}.browse-mode-pills,.filter-chip-row,.mode-choice-buttons{display:flex;gap:7px;flex-wrap:wrap}.browse-mode-pills{margin:10px 0 4px}.browse-mode-pills button,.filter-chip-row button,.mode-choice-buttons button{min-height:34px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#5f6572;padding:7px 12px;font:inherit;font-size:11px;cursor:pointer;box-shadow:0 3px 9px #0e008c0d}.browse-mode-pills button.active,.filter-chip-row button.active,.mode-choice-buttons button.active{background:#0e008c;border-color:#0e008c;color:#fff}.browse-result-row{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px;margin:13px 0 10px}.compact-msg{margin:10px 0}.browse-teacher-grid{gap:12px}.filter-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e101c7a;z-index:1200;display:flex;justify-content:center;align-items:flex-start;padding:78px 14px 18px}.filter-top-sheet{width:min(760px,100%);max-height:calc(100vh - 96px);background:#fff;border-radius:0 0 24px 24px;overflow:hidden;box-shadow:0 24px 70px #0e008c33;animation:goodtutorSheetDown .22s ease-out}.filter-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 10px;border-bottom:1px solid var(--line)}.filter-sheet-head h2{margin:0;font-size:22px}.filter-sheet-head p{margin:4px 0 0;color:var(--muted);font-size:11px}.sheet-close{width:38px;height:38px;border-radius:12px;border:1px solid #EADCF1;background:#f7effb;color:#0e008c;font-size:24px;cursor:pointer}.filter-sheet-scroll{overflow:auto;max-height:calc(100vh - 228px);padding:14px 18px}.filter-grid.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.filter-grid.compact label{display:grid;gap:5px;font-size:11px;font-weight:600;color:#5a6070}.filter-grid.compact input{width:100%;height:46px;border:1px solid var(--line);border-radius:14px;padding:0 12px;font:inherit;font-size:13px;background:#fcfcff}.filter-label{display:block;font-size:11px;font-weight:700;color:#5a6070;margin:13px 0 7px}.filter-chip-row{max-height:82px;overflow:auto;padding-bottom:2px}.filter-sheet-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;padding:12px 18px 16px;border-top:1px solid var(--line);background:#fff}.filter-sheet-actions .btn{min-height:44px;font-size:12px}@keyframes goodtutorSheetDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.app-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;background:#0e101c7a;display:grid;place-items:center;padding:20px}.app-dialog-card{width:min(360px,100%);background:#fff;border-radius:24px;padding:20px;text-align:center;box-shadow:0 24px 70px #0e008c38}.app-dialog-icon{width:48px;height:48px;border-radius:16px;margin:0 auto 12px;display:grid;place-items:center;background:#f2eaf9;color:#0e008c;font-size:22px;font-weight:700}.app-dialog-icon.success{background:#eaf8f1;color:#159b67}.app-dialog-icon.danger{background:#fdeeef;color:#d83d57}.app-dialog-card h3{font-size:20px;margin:0}.app-dialog-card p{font-size:12px;line-height:1.5;color:var(--muted);margin:7px 0 0}.app-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.app-dialog-actions .btn{font-size:12px;min-height:44px}.inquiry-card-list{display:grid;gap:12px}.inquiry-web-card{padding:16px}.inquiry-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.inquiry-card-head>div{display:grid;gap:3px}.inquiry-card-head b{font-size:15px}.inquiry-card-head span{font-size:11px;color:var(--muted)}.inquiry-web-card>a{display:inline-block;margin:10px 0 4px;color:#0e008c;font-size:12px}.inquiry-web-card p{font-size:12px;color:#5f6572;margin:5px 0}.inquiry-web-card small{font-size:10px;color:#9a9eaa}.inquiry-web-actions{display:flex;gap:7px;margin-top:12px}.inquiry-web-actions .btn{min-height:38px;padding:8px 12px;font-size:11px}.status.rejected{background:#fdeeef;color:#b63149;border-color:#f8cdd5}.compact-profile-form{max-width:860px;margin:0 auto}.compact-profile-form .form-grid{gap:10px}.compact-profile-form label{font-size:11px}.compact-profile-form input,.compact-profile-form textarea,.compact-profile-form select{font-size:13px;min-height:46px}.profile-mode-block{margin:8px 0 16px}.mode-choice-buttons button{flex:0 0 auto;min-width:92px}.location-profile-row input{font-size:13px;height:46px}.tutor-dashboard-page .content-card h2,.tutor-dashboard-page .dashboard-section-head h2{font-size:18px}.tutor-dashboard-page .content-card p,.tutor-dashboard-page .dashboard-section-head p{font-size:12px}.tutor-dashboard-tabs button{font-size:11px}.stat-web b{font-size:24px}.stat-web span{font-size:10px}.profile-layout{max-width:980px}.profile-layout .profile-hero h1{font-size:25px}.profile-layout .lead{font-size:13px}.profile-layout .content-card h2,.profile-layout .connect-card h3{font-size:18px}.profile-layout .content-card,.profile-layout .connect-card{font-size:13px}.btn,.teacher-card,.card-save-btn,.browse-filter-button,.browse-mode-pills button,.filter-chip-row button,.mode-choice-buttons button,.tutor-dashboard-tabs button{transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.btn:active,.card-save-btn:active,.browse-filter-button:active,.browse-mode-pills button:active,.filter-chip-row button:active,.mode-choice-buttons button:active,.tutor-dashboard-tabs button:active{transform:scale(.97) translateY(1px);opacity:.93}.teacher-card:active{transform:scale(.992)}@media (max-width:720px){.app-like-page,.browse-app-page{padding-top:12px}.app-like-container,.browse-app-shell{padding-left:12px;padding-right:12px}.app-page-head h1,.browse-app-title h1{font-size:22px}.browse-app-toolbar{grid-template-columns:1fr 50px}.browse-app-search,.browse-filter-button{height:50px}.browse-app-actions .btn{font-size:11px}.filter-sheet-backdrop{padding:64px 0 0}.filter-top-sheet{width:100%;max-height:calc(100vh - 64px);border-radius:0 0 22px 22px}.filter-sheet-scroll{max-height:calc(100vh - 194px);padding:12px 14px}.filter-sheet-head{padding:15px 14px 9px}.filter-sheet-actions{padding:10px 14px 14px}.filter-grid.compact,.browse-teacher-grid{grid-template-columns:1fr}.tutor-dashboard-page .container{padding-left:12px;padding-right:12px}.dashboard-stat-grid,.dashboard-stat-grid.four{gap:8px}.stat-web{padding:12px}.stat-web b{font-size:21px}.tutor-dashboard-tabs{margin-left:0;margin-right:0}.inquiry-web-actions{display:grid;grid-template-columns:repeat(3,1fr)}.inquiry-web-actions .btn{text-align:center}.compact-profile-form{padding:14px}.profile-layout{padding-left:12px;padding-right:12px}.app-dialog-backdrop{padding:14px}}body{overflow-x:hidden;background:#fff}.site-header,.launch-banner,main,.footer{position:relative;z-index:2}.learning-vectors{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;opacity:.64}.learning-vector{position:absolute;width:54px;height:54px;fill:none;stroke:#0e008c;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;opacity:.09;filter:drop-shadow(0 10px 20px rgba(14,0,140,.08));animation:goodtutorFloat 12s ease-in-out infinite}.learning-vector:nth-child(2n){stroke:#cd55f5;animation-duration:15s}.lv-1{left:3%;top:20%}.lv-2{right:5%;top:14%;width:68px;height:68px;animation-delay:-3s}.lv-3{left:8%;top:58%;animation-delay:-7s}.lv-4{right:8%;top:48%;width:72px;height:72px;animation-delay:-5s}.lv-5{left:42%;top:82%;animation-delay:-10s}.lv-6{right:28%;top:68%;animation-delay:-2s}.lv-7{left:24%;top:38%;width:46px;height:46px;animation-delay:-8s}.lv-8{right:18%;top:90%;animation-delay:-6s}@keyframes goodtutorFloat{0%,to{transform:translateZ(0) rotate(-4deg)}50%{transform:translate3d(0,-22px,0) rotate(7deg)}}.homepage-hero,.quick-section,.learning-discovery-strip,.section{isolation:isolate}.homepage-hero:after,.tutor-section:after{content:"";position:absolute;inset:auto -10% -80px 45%;height:240px;background:radial-gradient(circle,rgba(205,85,245,.1),transparent 68%);pointer-events:none;z-index:-1}.compact-section:before{content:"";position:absolute;width:340px;height:340px;left:-180px;top:10%;border-radius:50%;background:radial-gradient(circle,rgba(14,0,140,.07),transparent 70%);z-index:-1;pointer-events:none}.quick-card{position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.quick-card:after{content:"";position:absolute;width:80px;height:80px;right:-34px;bottom:-38px;border-radius:50%;background:radial-gradient(circle,rgba(205,85,245,.13),transparent 72%);transition:.25s ease}.quick-card:hover:after{transform:scale(1.45)}.quick-card-feature{border-color:#ddd7fb;background:linear-gradient(145deg,#fff 30%,#fbf7ff);box-shadow:0 14px 38px #0e008c13}.quick-card-feature .quick-icon{background:linear-gradient(135deg,#f3edff,#fcebff);box-shadow:0 7px 18px #0e008c14}.quick-card-feature:hover{border-color:#bdb2fb;box-shadow:0 18px 44px #0e008c21}.learning-discovery-strip{padding:24px 0 18px;background:linear-gradient(180deg,#fff,#fbf8ff);border-top:1px solid #f1edf8;border-bottom:1px solid #f1edf8}.learning-discovery-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.learning-discovery-head h2{margin:5px 0 0;font-size:28px;letter-spacing:-.035em}.learning-discovery-head>a{font-size:13px;color:var(--primary)}.learning-chip-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.learning-chip-track{width:max-content;display:flex;gap:10px;animation:learningMarquee 44s linear infinite}.learning-chip-track:hover{animation-play-state:paused}.learning-chip-track a{white-space:nowrap;padding:10px 15px;border:1px solid #e6e0f5;border-radius:999px;background:#fff;color:#333846;font-size:12px;box-shadow:0 6px 20px #0e008c0a;transition:.2s ease}.learning-chip-track a:hover{transform:translateY(-2px);color:#0e008c;border-color:#d4c9f4;box-shadow:0 10px 26px #0e008c17}@keyframes learningMarquee{to{transform:translate(-50%)}}.teaching-field-picker{display:grid;gap:10px}.teaching-field-search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:0 12px;min-height:48px}.teaching-field-search input{width:100%;border:0!important;box-shadow:none!important;padding:0!important;outline:0;background:transparent}.selected-field-row{display:flex;gap:7px;flex-wrap:wrap}.selected-field-row button{border:1px solid #e8d5f4;border-radius:999px;background:#f8effd;color:#0e008c;padding:7px 10px;font-size:10px;cursor:pointer}.teaching-field-groups{max-height:330px;overflow:auto;border:1px solid #ece9f3;border-radius:15px;background:#fff;padding:10px}.teaching-field-group>strong{display:block;font-size:11px;color:#0e008c;margin-bottom:7px}.teaching-field-options{display:flex;gap:7px;flex-wrap:wrap}.teaching-field-options button{border:1px solid #e8e5ef;background:#fff;color:#555b68;border-radius:999px;padding:7px 10px;font-size:10px;cursor:pointer}.teaching-field-options button.active{background:#0e008c;color:#fff;border-color:#0e008c}.custom-field-add{width:100%;margin-top:9px;border:1px dashed #dcb9ef!important;background:#fcf8ff!important;color:#0e008c!important;border-radius:12px!important;padding:10px!important;text-align:left!important}.profile-level-picker{display:flex;gap:7px;flex-wrap:wrap}.profile-level-picker button{border:1px solid #e6e3ed;background:#fff;border-radius:999px;padding:8px 11px;color:#565c68;cursor:pointer}.profile-level-picker button.active{background:#0e008c;border-color:#0e008c;color:#fff}.filter-sheet-backdrop.top-aligned{align-items:flex-start;padding-top:92px}.compact-filter-sheet{width:min(940px,calc(100% - 28px));max-height:calc(100vh - 120px);border-radius:24px;overflow:hidden}.compact-filter-sheet .filter-sheet-body{padding:16px 20px 18px}.compact-filter-sheet .filter-grid{gap:12px}.compact-filter-sheet input,.compact-filter-sheet select{min-height:46px}.compact-filter-sheet .filter-chip{padding:8px 11px;font-size:11px}.compact-filter-sheet .teaching-field-groups{max-height:220px}.homepage-search-button,.search-btn,.btn-primary{background:linear-gradient(105deg,#0e008c,#cd55f5)!important}.homepage-search-button:hover,.search-btn:hover,.btn-primary:hover{filter:brightness(.98)}.launch-badge{min-width:58px}.teacher-card img,.teacher-photo{object-fit:cover}@media (max-width:700px){.learning-vectors{opacity:.4}.learning-vector{width:38px;height:38px}.learning-discovery-strip{padding:18px 0 12px}.learning-discovery-head{align-items:flex-start}.learning-discovery-head h2{font-size:22px}.learning-chip-track a{font-size:10px;padding:8px 11px}.filter-sheet-backdrop.top-aligned{padding-top:70px}.compact-filter-sheet{width:calc(100% - 16px);max-height:calc(100dvh - 82px);border-radius:20px}.teaching-field-groups{max-height:280px}}@media (prefers-reduced-motion:reduce){.learning-vector,.learning-chip-track{animation:none!important}}.teaching-field-add{border:0;background:linear-gradient(105deg,#0e008c,#cd55f5);color:#fff;border-radius:10px;padding:7px 11px;font-size:10px;cursor:pointer}.teaching-field-group>strong{display:block;font-size:11px;color:#0e008c;margin:0 0 7px}.teaching-field-group{padding:8px 2px 12px;border-bottom:1px solid #f0edf5}.teaching-field-group:last-child{border-bottom:0}.footer-company-strip{border-top:1px solid #dfe0e7;background:#f7f7fa;padding:30px 0}.footer-company-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:54px}.footer-company-item{min-width:0}.footer-company-title{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:700;color:#3d414b}.footer-company-title span{display:inline-grid;place-items:center;width:20px;height:20px;color:var(--primary);font-size:15px}.footer-company-item p{margin:12px 0 0;font-size:13px;line-height:1.65;color:#555b67}.footer-company-item a{color:#323743;transition:color .2s ease}.footer-company-item a:hover{color:var(--primary)}@media (max-width:760px){.footer-company-strip{padding:26px 0}.footer-company-grid{grid-template-columns:1fr;gap:24px}.footer-company-item p{margin-top:8px}.footer-company-title{font-size:10px}}.mobile-home-search-trigger,.mobile-search-overlay,.mobile-profile-action-bar,.mobile-profile-fee{display:none}@media (max-width:700px){.homepage-hero{padding-bottom:44px!important}.homepage-search-layer{top:262px!important;padding:0 16px!important;background:transparent!important}.desktop-home-search{display:none!important}.mobile-home-search-trigger{display:flex;width:100%;height:56px;align-items:center;gap:10px;border:1px solid #e8e3f3;border-radius:18px;background:#fffffff7;box-shadow:0 12px 30px #0e008c21;padding:7px 8px 7px 10px;color:#2e3340;text-align:left;cursor:pointer}.mobile-home-search-trigger>span:nth-child(2){flex:1;min-width:0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-home-search-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#f8effd,#f3edff);color:#0e008c;font-size:15px;flex:0 0 auto}.mobile-home-search-trigger b{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(105deg,#0e008c,#cd55f5);color:#fff;font-size:24px;line-height:1;flex:0 0 auto;box-shadow:0 7px 18px #0e008c2e}.mobile-home-search-trigger:active{transform:scale(.985);opacity:.95}.quick-section{padding-top:14px!important}.mobile-search-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#fff;overflow:auto;padding-bottom:env(safe-area-inset-bottom)}.mobile-search-screen{min-height:100dvh;padding:14px 14px 28px}.mobile-search-head{display:flex;align-items:flex-start;gap:12px;padding:2px 0 14px;border-bottom:1px solid #eeeaf5}.mobile-search-head>button{width:42px;height:42px;border:0;border-radius:14px;background:#faf4ff;color:#0e008c;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.mobile-search-head h2{font-size:21px;line-height:1.1;margin:2px 0 3px;font-weight:700!important}.mobile-search-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.mobile-search-form{display:grid;gap:10px;padding-top:16px}.mobile-search-input{height:54px;border:1px solid #e5e2ec;border-radius:17px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 14px;box-shadow:0 7px 22px #0e008c09}.mobile-search-input span{color:#0e008c}.mobile-search-input input{width:100%;border:0;outline:0;background:transparent;font-size:12px;color:#222733}.mobile-search-form .btn{height:50px;border-radius:15px;font-size:12px}.mobile-popular-searches{padding-top:20px}.mobile-popular-searches>strong{font-size:12px;font-weight:700!important}.mobile-popular-searches>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mobile-popular-searches button{border:1px solid #e6e2ec;background:#fff;border-radius:12px;padding:10px 13px;color:#5a606d;font-size:10px;box-shadow:0 6px 18px #0e008c0a;cursor:pointer}.mobile-popular-searches button:active{transform:scale(.97)}.profile-layout{display:block!important;width:100%!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:88px!important}.profile-layout>div:first-child{min-width:0}.professional-profile-hero{position:relative!important;display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;padding:18px!important;border-radius:22px!important;background:linear-gradient(145deg,#fff 35%,#fcf8ff)!important;box-shadow:0 12px 32px #0e008c12!important}.professional-profile-hero .avatar.xl{width:76px!important;height:76px!important;border-radius:22px!important}.profile-identity{min-width:0!important;padding-right:0!important}.profile-identity .name-row{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;padding-right:68px}.profile-identity .name-row h1{font-size:23px!important;line-height:1.06!important;margin:0!important;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-identity .verified{font-size:8px!important;padding:4px 6px!important;flex:0 0 auto}.profile-headline{font-size:11px!important;line-height:1.45!important;margin:7px 0 5px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.profile-meta{font-size:10px!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-location{font-size:10px!important;line-height:1.45!important;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-save-btn{position:absolute!important;top:16px!important;right:16px!important;width:auto!important;min-width:58px!important;height:34px!important;padding:0 10px!important;border-radius:999px!important;font-size:10px!important;background:#fff!important}.mobile-profile-fee{display:block;margin-top:8px;padding-top:8px;border-top:1px solid #eeeaf4}.mobile-profile-fee small,.mobile-profile-fee strong{display:block}.mobile-profile-fee small{font-size:8px;color:var(--muted)}.mobile-profile-fee strong{font-size:15px;color:#171a22;margin-top:2px;font-weight:700!important}.profile-layout .content-card{padding:18px!important;margin-top:12px!important;border-radius:20px!important;box-shadow:0 8px 24px #0e008c0b!important}.profile-layout .content-card h2{font-size:16px!important;margin:0 0 10px!important}.profile-about-text{font-size:11px!important;line-height:1.65!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.details-grid{grid-template-columns:1fr!important;gap:14px!important}.details-grid>div{min-width:0;padding-bottom:12px;border-bottom:1px solid #f0edf4}.details-grid>div:last-child{border-bottom:0;padding-bottom:0}.details-grid small{font-size:9px!important;margin-bottom:4px!important}.profile-detail-text{font-size:11px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;font-weight:400!important}.profile-layout .review{font-size:11px}.connect-card{display:none!important}.mobile-profile-action-bar{display:grid;grid-template-columns:1fr 1.35fr;gap:9px;position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:44;padding:8px;border:1px solid rgba(229,225,240,.96);background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:18px;box-shadow:0 12px 36px #0e008c29}.mobile-profile-action-bar .btn{height:46px;border-radius:13px;font-size:11px}.profile-action-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#10111a7a;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.profile-action-modal{position:relative;width:min(100%,360px);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border-radius:22px;padding:24px 18px 18px;box-shadow:0 26px 70px #08052c40;text-align:center}.profile-action-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:11px;background:#faf3ff;color:#0e008c;font-size:21px;cursor:pointer}.profile-action-icon{width:48px;height:48px;margin:0 auto 10px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#f4ecff,#fdeeff);color:#0e008c;font-size:20px}.profile-action-modal h3{font-size:18px;margin:5px 0 7px;font-weight:700!important}.profile-action-modal>p{font-size:10px;line-height:1.55;color:var(--muted);margin:0 auto 16px;max-width:270px}.profile-action-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.profile-action-options .btn{height:46px;border-radius:13px;font-size:10px}.trial-action-modal{text-align:left}.trial-action-modal h3,.trial-action-modal>p{text-align:left;margin-left:0}.mobile-trial-form input,.mobile-trial-form select,.mobile-trial-form textarea{font-size:11px;border-radius:13px;padding:12px}.mobile-trial-form textarea{min-height:72px}}
