:root{--teal-700: #0f766e;--teal-600: #0d9488;--teal-500: #14b8a6;--teal-400: #2dd4bf;--teal-100: #ccfbf1;--teal-50: #f0fdfa;--orange-600: #ea580c;--orange-500: #f97316;--orange-50: #fff7ed;--primary: var(--teal-600);--primary-strong: var(--teal-700);--on-primary: #ffffff;--accent: var(--orange-600);--on-accent: #ffffff;--bg: #f5faf9;--surface: #ffffff;--surface-2: #eef6f5;--text: #0f2e2b;--text-muted: #5b7572;--border: #e2edeb;--ring: var(--teal-500);--danger: #dc2626;--star: #f59e0b;--r-sm: 10px;--r: 16px;--r-lg: 22px;--r-pill: 999px;--sh-sm: 0 1px 2px rgba(15, 46, 43, .05), 0 1px 3px rgba(15, 46, 43, .06);--sh: 0 6px 18px rgba(15, 46, 43, .08);--sh-lg: 0 16px 40px rgba(15, 46, 43, .12);--sh-accent: 0 8px 20px rgba(234, 88, 12, .28);--maxw: 1080px;--header-h: 60px;--bottomnav-h: 64px;--font: "Vazirmatn", Tahoma, system-ui, -apple-system, "Segoe UI", sans-serif}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn.woff2) format("woff2");font-weight:100 900;font-display:swap;font-style:normal}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);direction:rtl;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-variant-numeric:tabular-nums;line-height:1.6}h1,h2,h3,h4{margin:0;line-height:1.3;font-weight:800;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}input,button,textarea{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:6px}::selection{background:var(--teal-100)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app{min-height:100dvh;display:flex;flex-direction:column}.main{flex:1;padding-bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom))}.main.bare{padding-bottom:0}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:16px}.section{padding-block:22px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-head.center{justify-content:center;text-align:center}.section-head h2{font-size:20px}.see-all{display:inline-flex;align-items:center;gap:2px;color:var(--primary);font-weight:700;font-size:14px}.muted{color:var(--text-muted)}.center{text-align:center}.text-sm{font-size:13px}.hide-sm{display:none}.clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.row-mini{display:inline-flex;align-items:center;gap:5px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm)}.empty{padding:28px 16px;text-align:center;color:var(--text-muted);background:var(--surface-2);border-radius:var(--r);border:1px dashed var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:var(--r-pill);padding:11px 18px;font-weight:700;font-size:15px;line-height:1;white-space:nowrap;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:var(--on-primary);box-shadow:0 6px 16px #0d948847}.btn-primary:hover{background:var(--primary-strong)}.btn-accent{background:var(--accent);color:var(--on-accent);box-shadow:var(--sh-accent)}.btn-accent:hover{background:#c2410c}.btn-soft{background:var(--teal-50);color:var(--primary-strong)}.btn-soft:hover{background:var(--teal-100)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{padding:8px 13px;font-size:14px}.btn-lg{padding:14px 22px;font-size:16px}.block{width:100%}.header{position:sticky;top:0;z-index:40;height:var(--header-h);background:#ffffffdb;-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--border)}.header-in{height:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:16px;display:flex;align-items:center;justify-content:space-between}.header-actions{display:flex;align-items:center;gap:10px}.brand{display:inline-flex;align-items:center;gap:9px}.brand-mark{width:30px;height:30px}.brand-mark.lg{width:52px;height:52px}.brand-name{font-size:21px;font-weight:800;letter-spacing:-.02em}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--teal-50),var(--bg));border-bottom:1px solid var(--border)}.hero-glow{position:absolute;inset-block-start:-30%;inset-inline-end:-10%;width:520px;height:520px;background:radial-gradient(closest-side,rgba(45,212,191,.35),transparent 70%);filter:blur(10px);pointer-events:none}.hero-in{position:relative;padding-block:30px 28px;text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--primary-strong);background:var(--surface);border:1px solid var(--border);padding:6px 12px;border-radius:var(--r-pill);box-shadow:var(--sh-sm)}.hero-title{font-size:30px;margin:16px auto 10px;max-width:16ch}.hero-title .hl{color:var(--primary)}.hero-sub{color:var(--text-muted);font-size:15.5px;line-height:2;max-width:46ch;margin:0 auto 20px}.hero-sub b{color:var(--text)}.search{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);padding:7px 7px 7px 16px;box-shadow:var(--sh);max-width:520px;margin:0 auto}.search:focus-within{border-color:var(--teal-400);box-shadow:0 0 0 4px #2dd4bf2e,var(--sh)}.search .search-ic{color:var(--text-muted);flex:none}.search input{flex:1;border:0;outline:0;background:transparent;font-size:15px;min-width:0;padding-block:8px}.search .btn{flex:none}.hero-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:16px}.trust-mini{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;color:var(--text-muted);font-weight:600}.trust-mini svg{color:var(--primary)}.hero-stats{display:inline-flex;gap:26px;margin-top:24px;padding:12px 22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm)}.hero-stats div{display:flex;flex-direction:column;align-items:center;gap:2px}.hero-stats b{font-size:19px;color:var(--primary-strong)}.hero-stats span{font-size:12px;color:var(--text-muted)}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}.cat-tile{display:flex;flex-direction:column;align-items:center;gap:9px;padding:16px 8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm);transition:transform .15s ease,box-shadow .2s ease,border-color .2s}.cat-tile:hover{transform:translateY(-2px);box-shadow:var(--sh);border-color:var(--teal-400)}.cat-ic{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--teal-50);color:var(--primary)}.cat-name{font-size:13px;font-weight:600;text-align:center}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:13px}.course-card{overflow:hidden;transition:transform .15s ease,box-shadow .2s ease;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-3px);box-shadow:var(--sh)}.course-cover{position:relative;aspect-ratio:16 / 10;background:linear-gradient(135deg,var(--teal-100),var(--teal-50));background-size:cover;background-position:center;display:grid;place-items:center;color:var(--primary)}.badge-mode{position:absolute;inset-block-start:8px;inset-inline-start:8px;font-size:11px;font-weight:700;color:var(--primary-strong);background:#ffffffe6;padding:3px 9px;border-radius:var(--r-pill)}.course-body{padding:11px 12px 13px;display:flex;flex-direction:column;gap:8px;flex:1}.course-title{font-size:15px;font-weight:700;min-height:2.6em}.course-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12.5px}.course-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.price{color:var(--primary-strong);font-weight:800;font-size:14.5px}.chip-mini{font-size:11px;color:var(--text-muted);background:var(--surface-2);padding:3px 9px;border-radius:var(--r-pill)}.teacher-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.teacher-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:18px 12px;transition:transform .15s ease,box-shadow .2s ease}.teacher-card:hover{transform:translateY(-3px);box-shadow:var(--sh)}.avatar{display:grid;place-items:center;border-radius:50%;background:var(--teal-50);color:var(--primary);overflow:hidden}.avatar.lg{width:64px;height:64px}.avatar img{width:100%;height:100%;object-fit:cover}.t-name{font-size:15px;font-weight:700}.t-headline{font-size:12.5px;max-width:100%}.stars{display:inline-flex;align-items:center;gap:4px;font-size:13px}.stars .star-ic{color:var(--star);fill:var(--star)}.stars b{font-weight:700}.how{background:var(--surface);border-block:1px solid var(--border);padding-block:30px;margin-top:8px}.steps{display:grid;grid-template-columns:1fr;gap:16px}.step{position:relative;padding:22px 18px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);text-align:center}.step-ic{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 12px;border-radius:18px;background:var(--teal-50);color:var(--primary)}.step-n{position:absolute;inset-block-start:14px;inset-inline-end:16px;font-size:30px;font-weight:800;color:var(--teal-100)}.step h3{font-size:16px;margin-bottom:6px}.step p{font-size:13.5px;line-height:1.9}.trust-band{display:flex;gap:16px;align-items:flex-start;padding:20px;background:linear-gradient(135deg,var(--teal-50),var(--surface));border:1px solid var(--teal-100);border-radius:var(--r-lg)}.trust-ic{flex:none;display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:var(--primary);color:var(--on-primary)}.trust-band h3{font-size:17px;margin-bottom:6px}.trust-band p{font-size:14px;line-height:1.95}.teach-cta{display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:24px;background:var(--text);color:#eafffb;border-radius:var(--r-lg)}.teach-cta h2{font-size:20px;margin-bottom:6px;color:#fff}.teach-cta .muted{color:#a7d3cd}.footer{background:var(--surface);border-top:1px solid var(--border);padding-block:26px;margin-top:10px}.footer-in{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}.footer-brand .brand-name{font-size:22px}.footer-brand .muted{font-size:13px;margin-top:2px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--text-muted);font-weight:600;font-size:14px}.footer-links a:hover{color:var(--primary)}.footer-copy{font-size:12.5px}.bottomnav{position:fixed;inset-inline:0;inset-block-end:0;z-index:40;height:calc(var(--bottomnav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:stretch;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border)}.bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-muted);font-size:11px;font-weight:600}.bn-item.active{color:var(--primary)}.bn-ic{display:grid;place-items:center}.bn-primary .bn-ic{width:46px;height:46px;margin-top:-22px;border-radius:50%;background:var(--accent);color:var(--on-accent);box-shadow:var(--sh-accent);border:3px solid var(--surface)}.bn-primary,.bn-primary.active{color:var(--accent)}.auth-wrap{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 18px;background:linear-gradient(180deg,var(--teal-50),var(--bg))}.auth-back{position:fixed;inset-block-start:16px;inset-inline-start:16px;display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-weight:700}.auth-card{width:100%;max-width:380px;padding:26px 22px;box-shadow:var(--sh-lg)}.auth-head{text-align:center;margin-bottom:18px}.auth-head h1{font-size:22px;margin:8px 0 4px}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field span{font-size:13.5px;font-weight:600;color:var(--text-muted)}.field input{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-sm);padding:13px 14px;font-size:16px;transition:border-color .15s,box-shadow .15s}.field input:focus{outline:0;border-color:var(--teal-400);box-shadow:0 0 0 4px #2dd4bf2e}.code-input{text-align:center;letter-spacing:.5em;font-size:22px;font-weight:700}.form-err{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;border-radius:var(--r-sm);padding:10px 12px;font-size:13.5px}.dev-hint{background:var(--orange-50);color:#9a3412;border:1px dashed #fdba74;border-radius:var(--r-sm);padding:9px 12px;font-size:13px;text-align:center}.placeholder{display:grid;place-items:center;min-height:60dvh}.ph-card{text-align:center;padding:36px 26px;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:10px}.ph-ic{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:var(--teal-50);color:var(--primary);margin-bottom:4px}.ph-card h1{font-size:22px}.ph-card .btn{margin-top:10px}.skel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:13px}.skel-card{height:210px;border-radius:var(--r);background:linear-gradient(100deg,var(--surface-2) 30%,#f7fbfa 50%,var(--surface-2) 70%);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:560px){.hide-sm{display:inline}.hero-title{font-size:38px}.hero-eyebrow{font-size:14px}}@media(min-width:768px){.section{padding-block:30px}.section-head h2{font-size:24px}.hero-in{padding-block:50px 44px}.hero-title{font-size:46px;max-width:18ch}.steps{grid-template-columns:repeat(3,1fr);gap:18px}.course-grid{gap:18px}}@media(min-width:900px){.bottomnav{display:none}.main{padding-bottom:0}}.narrow{max-width:680px}.loading{display:flex;align-items:center;gap:10px;justify-content:center;padding:30px;color:var(--text-muted)}.spinner{width:22px;height:22px;border:3px solid var(--teal-100);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.link-inline{color:var(--primary);font-weight:700}.page-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.page-back{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--surface);border:1px solid var(--border);color:var(--text);flex:none}.page-back:hover{background:var(--surface-2)}.page-head h1{font-size:21px}.page-head .muted{font-size:13.5px;margin-top:3px}.seg{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-pill);padding:4px;margin-bottom:16px}.seg-item{flex:1;text-align:center;padding:9px 12px;border:0;background:transparent;border-radius:var(--r-pill);font-weight:700;font-size:14px;color:var(--text-muted)}.seg-item.active{background:var(--surface);color:var(--primary);box-shadow:var(--sh-sm)}.search.sm{max-width:none;margin:0 0 14px;padding:5px 5px 5px 14px;box-shadow:var(--sh-sm)}.search.sm input{font-size:14px;padding-block:7px}.chip-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:16px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip-row.wrap{flex-wrap:wrap;overflow:visible}.fchip{flex:none;padding:8px 14px;border-radius:var(--r-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-weight:600;font-size:13.5px;white-space:nowrap}.fchip.active{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.browse-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;background:var(--teal-50);border:1px solid var(--teal-100);border-radius:var(--r);margin-bottom:16px}.browse-cta p{font-size:13.5px}.req-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:620px){.req-grid{grid-template-columns:1fr 1fr}}.req-card{padding:14px 15px;display:flex;flex-direction:column;gap:8px;transition:transform .15s,box-shadow .2s}.req-card:hover{transform:translateY(-2px);box-shadow:var(--sh)}.req-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.req-top h3{font-size:15.5px;font-weight:700}.req-desc{font-size:13.5px;line-height:1.8}.req-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px}.req-offers{color:var(--primary-strong);font-weight:700}.detail-hero{display:flex;flex-direction:column;overflow:hidden}.detail-cover{aspect-ratio:16 / 8;background:linear-gradient(135deg,var(--teal-100),var(--teal-50));background-size:cover;background-position:center;display:grid;place-items:center;color:var(--primary)}.detail-info{padding:16px;display:flex;flex-direction:column;gap:12px}.row-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.row-wrap.center{justify-content:center}.teacher-row{display:inline-flex;align-items:center;gap:10px}.teacher-row-txt{display:flex;flex-direction:column;gap:2px}.avatar.sm{width:36px;height:36px}.avatar.xl{width:84px;height:84px}.detail-price{font-size:20px;font-weight:800;color:var(--primary-strong)}.detail-sec{margin-top:20px}.detail-sec h2{font-size:18px;margin-bottom:10px}.prose{color:var(--text);line-height:2;font-size:14.5px;white-space:pre-wrap}.cohort-list{display:flex;flex-direction:column;gap:10px}.cohort{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px}.cohort-when{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:14px}.cohort-act{display:flex;align-items:center;gap:12px;flex:none}.ok-pill{display:inline-flex;align-items:center;gap:5px;color:var(--primary-strong);background:var(--teal-50);border:1px solid var(--teal-100);padding:7px 12px;border-radius:var(--r-pill);font-weight:700;font-size:13.5px}.detail-success{display:flex;align-items:center;gap:12px;padding:16px;margin-top:16px;background:var(--teal-50);border-color:var(--teal-100);color:var(--primary-strong)}.detail-success>div{flex:1}.teacher-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:24px 18px}.teacher-hero h1{font-size:22px}.reviews{display:flex;flex-direction:column;gap:10px}.review{padding:14px 15px}.review-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.review p{font-size:14px;line-height:1.9}.form-card{padding:18px}.field select,.field textarea,.field input[type=datetime-local]{width:100%;border:1px solid var(--border);background:var(--surface);border-radius:var(--r-sm);padding:12px 14px;font-size:15px;font-family:inherit;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;line-height:1.7}.field select:focus,.field textarea:focus{outline:0;border-color:var(--teal-400);box-shadow:0 0 0 4px #2dd4bf2e}.field-row{display:flex;gap:12px}.field-row .field{flex:1;min-width:0}.seg2{display:flex;gap:6px}.seg2-b{flex:1;padding:11px;border:1px solid var(--border);background:var(--surface);border-radius:var(--r-sm);font-weight:700;color:var(--text-muted)}.seg2-b.active{background:var(--teal-50);border-color:var(--teal-400);color:var(--primary-strong)}.req-detail{padding:16px;display:flex;flex-direction:column;gap:12px}.status-pill{font-size:12px;font-weight:700;padding:4px 11px;border-radius:var(--r-pill);white-space:nowrap}.st-open,.st-active{background:var(--teal-50);color:var(--primary-strong)}.st-assigned,.st-full{background:#eef2ff;color:#4338ca}.st-running,.st-pending_payment{background:var(--orange-50);color:#9a3412}.st-closed,.st-cancelled,.st-expired,.st-refunded{background:var(--surface-2);color:var(--text-muted)}.st-completed{background:#ecfdf5;color:#047857}.offer-list{display:flex;flex-direction:column;gap:12px}.offer{padding:14px 15px;display:flex;flex-direction:column;gap:10px}.offer.accepted{border-color:var(--teal-400)}.offer.rejected{opacity:.6}.offer-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.offer-msg{font-size:14px;line-height:1.8;background:var(--surface-2);padding:10px 12px;border-radius:var(--r-sm)}.offer-act{display:flex;justify-content:flex-end}.offer-form{margin-top:12px;gap:12px}.dash-greet h1{font-size:24px;margin-bottom:14px}.wallet{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:16px}.wallet-ic{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--teal-50);color:var(--primary);flex:none}.wallet-main{display:flex;flex-direction:column;flex:1}.wallet-amt{font-size:18px;color:var(--primary-strong)}.wallet-blocked{font-size:12px;color:#9a3412;background:var(--orange-50);padding:5px 10px;border-radius:var(--r-pill);white-space:nowrap}.dash-sec{margin-top:22px}.dash-sec h2{font-size:18px;margin-bottom:10px}.list{display:flex;flex-direction:column;gap:10px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px}.list-row b{font-size:14.5px}.become{text-align:center;align-items:center;display:flex;flex-direction:column;padding:24px 18px}.become .ph-ic{margin-bottom:6px}.become .form{width:100%;text-align:start}.create-course{margin-bottom:14px}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.enroll-card{padding:14px 15px;display:flex;flex-direction:column;gap:10px}.enroll-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.enroll-top b{font-size:14.5px}.enroll-act{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.enroll-act>.muted{margin-inline-end:auto}.enroll-dispute{display:flex;flex-direction:column;gap:8px}.enroll-dispute textarea{width:100%;border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 12px;font-family:inherit;font-size:14px;resize:vertical}.enroll-note{display:inline-flex;align-items:center;gap:5px}.pay-card{background:var(--orange-50);border-color:#fed7aa}.pay-card>div{flex:1}.pay-card b{display:block}.profile-links{display:flex;flex-direction:column;gap:8px}.wallet{text-decoration:none}.wallet-big{display:flex;flex-direction:column;gap:4px;padding:20px;margin-bottom:14px}.wallet-amt-big{font-size:28px;color:var(--primary-strong)}.wallet-blocked-row{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#9a3412;background:var(--orange-50);padding:6px 12px;border-radius:var(--r-pill);margin-top:8px;align-self:flex-start}.wallet-h2{font-size:18px;margin:18px 0 10px}.txn-list{display:flex;flex-direction:column;gap:8px}.txn{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.txn b{font-size:14px}.txn-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.txn-amt{font-weight:700}.dispute{padding:14px 15px;display:flex;flex-direction:column;gap:10px}.dispute-act{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.join-btn{margin-bottom:2px}.classroom{position:fixed;top:0;right:0;bottom:0;left:0;height:100dvh;width:100vw;background:#0a0e10;z-index:100}.classroom>div{height:100%;width:100%}.classroom .lk-video-conference{height:100%}.rec-list{display:flex;flex-direction:column;gap:8px}.rec-video{width:100%;border-radius:var(--r-sm);background:#000;max-height:340px}.rec-audio{width:100%;margin-top:4px}.cat-grid--home{grid-template-columns:repeat(3,1fr)}@media(min-width:560px){.cat-grid--home{grid-template-columns:repeat(6,1fr)}}@media(min-width:900px){.cat-grid--home{grid-template-columns:repeat(9,1fr)}}.need-hero{display:grid;grid-template-columns:1fr;gap:22px;padding:22px;border-radius:var(--r-lg);background:linear-gradient(135deg,var(--teal-50),var(--surface) 60%);border:1px solid var(--border);box-shadow:var(--sh-sm)}@media(min-width:820px){.need-hero{grid-template-columns:1.05fr 1fr;gap:32px;align-items:center;padding:30px}}.need-badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--accent);background:var(--surface);border:1px solid var(--border);padding:5px 11px;border-radius:var(--r-pill)}.need-title{font-size:23px;font-weight:800;line-height:1.5;margin-top:12px}@media(min-width:820px){.need-title{font-size:27px}}.need-title .hl{color:var(--accent)}.need-lead{color:var(--text-muted);margin-top:10px;line-height:2;font-size:14.5px}.need-cta{margin-top:18px}.need-steps{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}.need-steps li{display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:12px 13px;box-shadow:var(--sh-sm)}.need-step-n{flex:none;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent);color:var(--on-accent);font-weight:800;font-size:14px}.need-steps li b{font-size:14.5px;font-weight:700}.need-steps li p{margin-top:3px;font-size:13px;line-height:1.8}.toast-wrap{position:fixed;inset-block-end:calc(64px + env(safe-area-inset-bottom,0px));inset-inline:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 12px;z-index:200;pointer-events:none}@media(min-width:720px){.toast-wrap{inset-block-end:20px;inset-inline-start:auto;inset-inline-end:20px;align-items:flex-end}}.toast{pointer-events:auto;display:inline-flex;align-items:center;gap:9px;max-width:440px;font-size:14px;font-weight:600;color:#fff;background:#0f172a;border:none;border-radius:var(--r-pill);padding:11px 17px;box-shadow:0 10px 30px #00000040;cursor:pointer;animation:toast-in .22s ease;text-align:start}.toast-success{background:var(--teal-600, #0d9488)}.toast-error{background:#dc2626}.toast-info{background:#0f172a}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notif{position:relative}.notif-btn{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:background .15s}.notif-btn:hover{background:var(--teal-50);color:var(--primary)}.notif-badge{position:absolute;inset-block-start:-3px;inset-inline-end:-3px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;font-size:11px;font-weight:800;color:#fff;background:var(--accent);border-radius:9px;box-shadow:0 0 0 2px var(--surface)}.notif-pop{position:absolute;inset-block-start:calc(100% + 8px);inset-inline-end:0;width:min(330px,calc(100vw - 24px));background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-lg, 0 16px 40px rgba(0,0,0,.18));overflow:hidden;z-index:80;animation:toast-in .16s ease}.notif-pop-head{padding:12px 14px;border-bottom:1px solid var(--border);font-size:14px}.notif-empty{padding:26px 14px;text-align:center;color:var(--text-muted);font-size:13.5px}.notif-list{list-style:none;margin:0;padding:0;max-height:60vh;overflow-y:auto}.notif-item{padding:11px 14px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:3px}.notif-item.has-link{cursor:pointer}.notif-item.has-link:hover{background:var(--surface-2)}.notif-item.unread{background:var(--teal-50)}.notif-item.unread:hover{background:var(--teal-100)}.notif-item b{font-size:13.5px;font-weight:700}.notif-item p{font-size:12.5px;color:var(--text-muted);line-height:1.7}.notif-time{font-size:11px;color:var(--text-muted)}.verified-tick{display:inline-grid;place-items:center;width:18px;height:18px;margin-inline-start:4px;vertical-align:middle;color:#fff;background:var(--teal-600, #0d9488);border-radius:50%}.verified-tick svg{width:12px;height:12px}.verified-badge{display:inline-flex;align-items:center;gap:5px;margin:6px auto 2px;font-size:12.5px;font-weight:700;color:var(--teal-700, #0f766e);background:var(--teal-50);border:1px solid var(--teal-100);padding:4px 11px;border-radius:var(--r-pill)}.kyc-banner{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;margin-bottom:14px;border-radius:var(--r);background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.kyc-banner.rejected{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.kyc-banner b{font-size:14.5px}.kyc-banner p{margin-top:2px}.kyc-banner svg{flex:none;margin-top:2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:grid;place-items:center;padding:18px;background:#080f1299;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:toast-in .18s ease}.modal{width:min(420px,100%);padding:24px 22px;text-align:center}.postclass-ic{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 6px;border-radius:50%;background:var(--teal-50);color:var(--primary)}.postclass h2{font-size:20px;font-weight:800}.postclass .muted{margin-top:6px;line-height:1.9;font-size:14px}.postclass-act{margin-top:18px;display:flex;flex-direction:column;gap:9px}.postclass-act textarea{width:100%}.info-intro{display:flex;gap:14px;align-items:flex-start;padding:18px}.info-intro .info-ic{flex:none;display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--teal-50);color:var(--primary)}.info-intro p{line-height:2;font-size:14.5px}.info-block{margin-top:20px}.info-block h2{font-size:17px;font-weight:800;margin-bottom:6px}.info-block p{line-height:2;font-size:14px}.info-cta{margin-top:24px}.tour-overlay{z-index:180}.tour{position:relative;width:min(400px,100%);padding:28px 22px 20px;text-align:center}.tour-close{position:absolute;inset-block-start:12px;inset-inline-end:12px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--surface-2);border:none;color:var(--text-muted);cursor:pointer}.tour-close:hover{background:var(--border)}.tour-ic{display:grid;place-items:center;width:66px;height:66px;margin:4px auto 10px;border-radius:20px;background:var(--teal-50);color:var(--primary)}.tour h2{font-size:20px;font-weight:800}.tour p{margin-top:8px;line-height:2;font-size:14.5px}.tour-dots{display:flex;justify-content:center;gap:6px;margin:18px 0 16px}.tour-dots span{width:7px;height:7px;border-radius:50%;background:var(--border);transition:all .2s}.tour-dots span.on{width:20px;border-radius:4px;background:var(--primary)}.tour-act{display:flex;gap:9px;justify-content:center}.tour-act .btn{min-width:96px}.tour-skip-text{margin-top:12px;background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;text-decoration:underline}.jdp-container{display:block;width:100%}.jdp-input{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--r-sm);padding:12px 14px;font-size:15px;font-family:inherit;transition:border-color .15s,box-shadow .15s;text-align:start}.jdp-input::placeholder{color:var(--text-muted)}.jdp-input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px #14b8a626}.rmdp-container{position:relative}.rmdp-container>:not(input){z-index:140}.rmdp-wrapper{font-family:Vazirmatn,system-ui,sans-serif;border-radius:var(--r-sm);border:1px solid var(--border);box-shadow:0 16px 40px #0000002e}.rmdp-day.rmdp-selected span:not(.highlight){background-color:var(--primary)!important;box-shadow:none}.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:var(--teal-100)!important;color:var(--primary-strong)!important}.rmdp-day.rmdp-today span{background-color:var(--teal-50);color:var(--primary-strong)}.rmdp-week-day{color:var(--primary)}.rmdp-arrow{border-color:var(--primary)}.rmdp-arrow-container:hover{background-color:var(--primary);box-shadow:0 0 3px var(--primary)}.rmdp-arrow-container:hover .rmdp-arrow{border-color:#fff}.rmdp-header-values{font-weight:700}.rmdp-time-picker div .rmdp-am{color:var(--primary)}.rmdp-panel-body,.rmdp-day,.rmdp-time-picker{font-family:Vazirmatn,system-ui,sans-serif}
