@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&display=swap";:root{--bg-page:#f8f9fb;--bg-surface:#fff;--bg-section-alt:#f1efe8;--bg-card:#fff;--border:#d3d1c7;--text-heading:#0d1117;--text-body:#5f5e5a;--text-muted:#888780;--primary:#185fa5;--accent:#7f77dd;--highlight:#ef9f27;--cta-bg:#0c447c;--text-white:#eeedfe;--font-main:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-headings:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--white:#fff;--slate-50:var(--bg-page);--slate-100:#f1f5f9;--slate-200:var(--border);--slate-500:var(--text-muted);--slate-600:var(--text-body);--slate-700:#334155;--slate-900:var(--text-heading);--primary-light:#185fa51a;--primary-hover:#185fa533;--primary-dark:var(--cta-bg);--emerald:#059669;--emerald-light:#d1fae5;--red-50:#fef2f2;--red-100:#fee2e2;--red-600:#dc2626;--amber-400:#fbbf24;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-full:9999px;--chat-bg:#efeae2;--chat-pattern:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83v58.34h-58.34v-.83l57.51-58.34h.001zM0 0h52.969L0 53.791V0z' fill='%23d8d2c9' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");--msg-me-bg:#d9fdd3;--msg-me-text:#111b21;--msg-peer-bg:#fff;--msg-peer-text:#111b21}[data-theme=dark]{--bg-page:#0d1117;--bg-surface:#161b22;--bg-section-alt:#161b22;--bg-card:#1c2128;--border:#2c2c2a;--text-heading:#f1efe8;--text-body:#b4b2a9;--text-muted:#5f5e5a;--primary:#378add;--accent:#7f77dd;--highlight:#ef9f27;--cta-bg:#042c53;--text-white:#eeedfe;--white:var(--bg-surface);--slate-50:var(--bg-page);--slate-100:#1e293b;--slate-200:var(--border);--slate-500:var(--text-muted);--slate-600:var(--text-body);--slate-700:#cbd5e1;--slate-900:var(--text-heading);--primary-light:#378add1f;--primary-hover:#378add38;--primary-dark:var(--cta-bg);--emerald:#10b981;--emerald-light:#10b98126;--red-50:#dc262614;--red-100:#dc262629;--red-600:#f87171;--amber-400:#fbbf24;--shadow-sm:0 1px 2px 0 #00000040;--shadow-md:0 4px 6px -1px #00000059;--shadow-xl:0 20px 25px -5px #00000073;--shadow-2xl:0 25px 50px -12px #000000a6;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-full:9999px;--chat-bg:#0d1117;--chat-pattern:none;--msg-me-bg:#005c4b;--msg-me-text:#e9edef;--msg-peer-bg:#202c33;--msg-peer-text:#e9edef}.hidden{opacity:0;filter:blur(5px);transition:all 1s}.show{opacity:1;filter:blur()}html,body{box-sizing:border-box;background-color:var(--bg-page);width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-body)}#root{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);color:var(--text-heading);letter-spacing:-.02em;margin-top:0}.verify-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:bisque;flex-direction:column;justify-content:center;width:auto;height:auto;display:flex}.spinner{color:#fff;cursor:not-allowed;background-color:#606264;border:none;border-radius:5px;justify-content:center;align-self:center;align-items:center;width:clamp(80px,15vw,140px);height:2.5rem;margin-top:.75rem;font-size:.875rem;font-weight:600;display:flex}.spinnner{border:3px solid #ccc;border-top-color:#000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overlay_vqmus_2{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;background:#0f172a66;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}._loginCard_vqmus_18{background-color:var(--bg-surface);color:var(--text-heading);box-sizing:border-box;text-align:center;border:1px solid #e2e8f0cc;border-radius:2rem;flex-direction:column;width:min(100%,385px);padding:2rem 1.75rem;animation:.3s cubic-bezier(.34,1.56,.64,1) _modalEnter_vqmus_1;display:flex;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes _modalEnter_vqmus_1{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}._closeBtn_vqmus_45{position:absolute;top:1.5rem;right:1.5rem}._closeBtn_vqmus_45 button{background-color:var(--cta-bg);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .2s,background-color .2s;display:flex}._closeBtn_vqmus_45 button:hover{background-color:var(--primary);transform:scale(1.1)}._logoImg_vqmus_70{width:auto;height:75px;margin:0 auto .75rem;display:block}._title_vqmus_77{font-family:var(--font-main);color:var(--text-heading);letter-spacing:-.02em;margin:0;font-size:2.25rem;font-weight:600}._subtitle_vqmus_86{font-family:var(--font-main);color:var(--text-body);margin-top:.5rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:400;line-height:1.4}._tabContainer_vqmus_97{background-color:#f1f5f9;border:1px solid #e2e8f0cc;border-radius:2rem;margin-bottom:1.75rem;padding:.25rem;display:flex;box-shadow:inset 0 2px 4px #00000008}._tab_vqmus_97{cursor:pointer;background:0 0;border:none;border-radius:2rem;flex:1;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}._activeTab_vqmus_119{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:0 4px 12px #185fa540}._inactiveTab_vqmus_125{color:#64748b}._inactiveTab_vqmus_125:hover{color:var(--text-heading)}._form_vqmus_134{flex-direction:column;width:100%;display:flex}._inputGroup_vqmus_140{text-align:left;flex-direction:column;margin-bottom:1.25rem;display:flex}._label_vqmus_147{font-family:var(--font-main);color:var(--text-heading);margin-bottom:.5rem;font-size:.875rem;font-weight:600}._input_vqmus_140{width:100%;height:3rem;color:var(--text-heading);box-sizing:border-box;background-color:#edf2f9;border:1px solid #cbd5e180;border-radius:1rem;outline:none;padding:0 1.25rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_vqmus_140:focus{border-color:var(--primary);box-shadow:0 0 0 3px #185fa526}._passwordWrapper_vqmus_174{align-items:center;width:100%;display:flex;position:relative}._passwordInput_vqmus_181{padding-right:3.5rem}._togglePassword_vqmus_185{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:1.25rem}._togglePassword_vqmus_185:hover{color:var(--text-heading)}._error_vqmus_203{color:var(--red-600);text-align:left;margin-top:.25rem;margin-bottom:.5rem;font-size:.825rem;font-weight:500}._submitBtn_vqmus_213{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3.25rem;margin-top:.75rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #185fa540}._submitBtn_vqmus_213:hover:not(:disabled){background-color:var(--cta-bg);transform:translateY(-1px);box-shadow:0 6px 16px #185fa559}._submitBtn_vqmus_213:active:not(:disabled){transform:translateY(0)}._submitBtn_vqmus_213:disabled{opacity:.7;cursor:not-allowed}._footer_vqmus_249{color:#64748b;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.925rem;display:flex}._footerBtn_vqmus_259{color:var(--text-heading);cursor:pointer;background-color:#fff;border:1px solid #cbd5e1cc;border-radius:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}._footerBtn_vqmus_259:hover{background-color:#f8fafc;border-color:#94a3b8cc;box-shadow:0 1px 3px #0000000d}._spinner_vqmus_278{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite _spin_vqmus_278}@keyframes _spin_vqmus_278{to{transform:rotate(360deg)}}._forgotLink_vqmus_293{color:var(--primary);font-family:var(--font-main);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;transition:color .2s}._forgotLink_vqmus_293:hover{color:var(--cta-bg);text-decoration:underline}._backToLoginBtn_vqmus_310{color:#64748b;font-family:var(--font-main);cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:.5rem;padding:.5rem;font-size:.95rem;font-weight:600;transition:color .2s}._backToLoginBtn_vqmus_310:hover{color:var(--text-heading)}._successIconWrapper_vqmus_329{justify-content:center;display:flex}._successState_vqmus_334{flex-direction:column;align-items:center;display:flex}@media (width<=480px){._loginCard_vqmus_18{border-radius:1.5rem;width:100%;max-width:360px;padding:2rem 1.25rem 1.5rem}._title_vqmus_77{font-size:1.75rem}._subtitle_vqmus_86{margin-bottom:1.25rem;font-size:.85rem;line-height:1.3}._input_vqmus_140{height:2.75rem;padding:0 1rem;font-size:.85rem}._submitBtn_vqmus_213{border-radius:1.25rem;height:2.75rem;font-size:.95rem}._tab_vqmus_97{padding:.6rem .8rem;font-size:.85rem}._footer_vqmus_249{flex-direction:column;gap:.5rem;margin-top:1rem;font-size:.85rem}._footerBtn_vqmus_259{padding:.4rem 1.25rem;font-size:.8rem}}._verifyContainer_geckj_3{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100vh;padding:1rem;display:flex}._verifyCard_geckj_12{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffffe6;border-radius:18px;width:100%;max-width:385px;padding:24px;animation:.3s _fadeIn_geckj_1;box-shadow:0 10px 30px #0000001a}._logoImg_geckj_24{width:auto;height:75px;margin:0 auto .75rem;display:block}._brand_geckj_31{color:#4f46e5;margin-bottom:10px;font-size:24px;font-weight:500}._emailBox_geckj_38{color:#333;background:#f3f4f6;border-radius:10px;margin:15px 0;padding:10px;font-size:14px}._message_geckj_47{color:#555;margin-top:10px;font-size:14px;line-height:1.5}._note_geckj_54{color:#888;margin-top:10px;font-size:12px}._resendBtn_geckj_60{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;margin-top:15px;padding:10px 16px;transition:all .2s}._arrow_geckj_71{transition:transform .5s;display:inline-block}._resendBtn_geckj_60:hover{background:#3730a3}._resendBtn_geckj_60:hover ._arrow_geckj_71{transform:translate(5px)}._spinner_geckj_89{cursor:not-allowed;background-color:#ccc;border:none;border-radius:5px;justify-content:center;align-self:center;align-items:center;width:clamp(80px,15vw,140px);height:2.5rem;margin-top:.75rem;display:flex}._spinnner_geckj_102{border:3px solid #ccc;border-top-color:#4f46e5;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite _spin_geckj_89;display:inline-block}._successText_geckj_112{color:#16a34a;margin-top:10px;font-size:13px}._errorText_geckj_118{color:#dc2626;margin-top:10px;font-size:13px}._successWrapper_geckj_124{flex-direction:column;align-items:center;gap:10px;display:flex}._circleSvg_geckj_132{width:30px;height:30px}._circle_geckj_132{fill:none;stroke:#22c55e;stroke-width:4px;stroke-dasharray:160;stroke-dashoffset:160px;animation:1s forwards _drawCircle_geckj_1}._check_geckj_148{fill:none;stroke:#22c55e;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50px;opacity:0;animation:.5s 1s forwards _drawCheck_geckj_1}@keyframes _drawCircle_geckj_1{to{stroke-dashoffset:0}}@keyframes _drawCheck_geckj_1{to{stroke-dashoffset:0;opacity:1}}._profileContainer_ak6k3_1{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-sizing:border-box;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:20px;display:flex}._profileCard_ak6k3_12{background:var(--bg-surface);text-align:center;border-radius:16px;flex-direction:column;justify-content:flex-start;gap:15px;width:100%;max-width:600px;padding:30px;display:flex;box-shadow:0 10px 30px #00000026}._profileCard_ak6k3_12 h2{color:#3b5bdb;margin-bottom:5px}._profileCard_ak6k3_12 h1{margin-bottom:15px;font-size:22px}._form_ak6k3_37{flex-direction:column;gap:15px;display:flex}._form_ak6k3_37 input,._form_ak6k3_37 select,._form_ak6k3_37 textarea{border:1px solid var(--border);background-color:var(--bg-page);width:100%;color:var(--text-heading);box-sizing:border-box;border-radius:8px;outline:none;padding:10px;font-family:inherit;font-size:14px;transition:all .2s}._form_ak6k3_37 input:focus,._form_ak6k3_37 select:focus,._form_ak6k3_37 textarea:focus{border-color:var(--primary);box-shadow:0 0 10px #3b5bdb4d}._form_ak6k3_37 select option{background-color:var(--bg-surface);color:var(--text-heading)}._form_ak6k3_37 input[name=email],._form_ak6k3_37 input[name=universityName],._form_ak6k3_37 button{grid-column:span 2}._submitBtn_ak6k3_84{color:#fff;cursor:pointer;background:#3b5bdb;border:none;border-radius:8px;margin-top:10px;padding:12px;font-size:16px;transition:all .3s}._form_ak6k3_37 button:hover{background:#2f49b5}@media (width<=600px){._form_ak6k3_37{grid-template-columns:1fr}._form_ak6k3_37 input[name=email],._form_ak6k3_37 input[name=universityName],._form_ak6k3_37 button{grid-column:span 1}}._wrapper_ak6k3_113{width:100%;position:relative}._input-heading_ak6k3_117{text-align:start;color:#374151;margin-bottom:0;padding-left:.5vmin}._inputDiv_ak6k3_123{flex-direction:column;gap:6px;display:flex}._error_ak6k3_129{color:#ef4444;text-align:center;margin-top:10px;font-size:14px;font-weight:500}._form_ak6k3_37 input:disabled,._form_ak6k3_37 select:disabled,._form_ak6k3_37 textarea:disabled{color:var(--text-muted);border-color:var(--border);opacity:.85;cursor:not-allowed;background-color:#ffffff0d}._wrapper_p0bgn_1{flex-direction:column;align-items:center;margin:12px 0;display:flex}._circle-wrap_p0bgn_8{cursor:pointer;width:110px;height:110px;position:relative}._circle_p0bgn_8{background:#e5e7eb;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative;overflow:hidden}._preview-img_p0bgn_28{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._overlay_p0bgn_36{opacity:0;background:#00000080;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._overlay_p0bgn_36._visible_p0bgn_49{opacity:1}._overlay-text_p0bgn_53{color:#fff;text-align:center;margin-top:5px;font-size:10px;line-height:1.3}._uploading-text_p0bgn_61{color:#6b7280;margin-top:8px;font-size:12px}._spinner_p0bgn_67{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite _spin_p0bgn_67}@keyframes _spin_p0bgn_67{to{transform:rotate(360deg)}}._error-text_p0bgn_79{color:#ef4444;text-align:center;margin-top:8px;padding:10px;font-size:12px}._camera-btn_p0bgn_86{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;position:absolute;bottom:6px;right:6px;box-shadow:0 2px 6px #0003}._camera-svg_p0bgn_106{z-index:10;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:1px;right:1px;box-shadow:0 2px 6px #0003}._placeholder_p0bgn_125{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._preview-img_p0bgn_28{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute}._input-wrapper_16us0_1{cursor:text;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:6px 10px;display:flex;position:relative}._tag_16us0_15{color:#4338ca;background:#e0e7ff;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:13px;display:flex}._tag-remove_16us0_26{color:#4338ca;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;line-height:1}._tag-remove_16us0_26:hover{color:#fff;background-color:#4338ca}._tag-input_16us0_41{background:0 0;flex:1;min-width:80px;padding:0;font-size:14px;box-shadow:none!important;border:none!important;outline:none!important}._list_16us0_52{z-index:10;background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-top:4px;padding:4px 0;list-style:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0000001a}._list_16us0_52 li{cursor:pointer;padding:8px 12px;font-size:14px}._list_16us0_52 li:hover{background:#f3f4f6}._resetContainer_gdqx5_1{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100vh;padding:1rem;display:flex}._resetCard_gdqx5_11{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;box-sizing:border-box;background:#ffffffe6;border-radius:18px;width:100%;max-width:420px;padding:40px 30px;animation:.3s _fadeIn_gdqx5_1;box-shadow:0 10px 30px #0000001a}@keyframes _fadeIn_gdqx5_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._logoImg_gdqx5_29{width:auto;height:75px;margin:0 auto .75rem;display:block}._brand_gdqx5_36{color:#4f46e5;margin-bottom:20px;font-size:24px;font-weight:500}._message_gdqx5_43{color:#555;margin-top:10px;margin-bottom:20px;font-size:14px;line-height:1.5}._form_gdqx5_51{text-align:left;flex-direction:column;display:flex}._inputGroup_gdqx5_57{flex-direction:column;margin-bottom:1.25rem;display:flex}._label_gdqx5_63{color:#333;margin-bottom:.5rem;font-size:.875rem;font-weight:600}._input_gdqx5_57{color:#333;box-sizing:border-box;background-color:#f3f4f6;border:1px solid #cbd5e1cc;border-radius:10px;outline:none;width:100%;height:3rem;padding:0 1.25rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_gdqx5_57:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}._passwordWrapper_gdqx5_89{align-items:center;width:100%;display:flex;position:relative}._passwordInput_gdqx5_96{padding-right:3.5rem}._togglePassword_gdqx5_100{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;right:1.25rem}._actionBtn_gdqx5_113{color:#fff;cursor:pointer;box-sizing:border-box;background:#4f46e5;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:3rem;margin-top:15px;padding:10px 16px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}._actionBtn_gdqx5_113:hover{background:#3730a3}._actionBtn_gdqx5_113:disabled{opacity:.7;cursor:not-allowed}._spinner_gdqx5_141{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite _spin_gdqx5_141}@keyframes _spin_gdqx5_141{to{transform:rotate(360deg)}}._errorWrapper_gdqx5_154{margin-top:20px}._errorWrapper_gdqx5_154 h3{color:#dc2626;margin-bottom:10px;font-size:18px}._loadingWrapper_gdqx5_164{flex-direction:column;align-items:center;gap:15px;padding:20px 0;display:flex}._loadingWrapper_gdqx5_164 ._spinner_gdqx5_141{border:3px solid #f3f4f6;border-top-color:#4f46e5;width:32px;height:32px}._spinnner_gdqx5_179{border:3px solid #ccc;border-top-color:#4f46e5;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite _spin_gdqx5_141;display:inline-block}._successWrapper_gdqx5_189{flex-direction:column;align-items:center;gap:10px;display:flex}._circleSvg_gdqx5_196{width:64px;height:64px;margin-bottom:15px}._circle_gdqx5_196{fill:none;stroke:#22c55e;stroke-width:4px;stroke-dasharray:200;stroke-dashoffset:200px;animation:1s forwards _drawCircle_gdqx5_1}._check_gdqx5_211{fill:none;stroke:#22c55e;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60px;opacity:0;animation:.5s .8s forwards _drawCheck_gdqx5_1}@keyframes _drawCircle_gdqx5_1{to{stroke-dashoffset:0}}@keyframes _drawCheck_gdqx5_1{to{stroke-dashoffset:0;opacity:1}}@media (width<=480px){._resetCard_gdqx5_11{border-radius:14px;padding:30px 20px}._brand_gdqx5_36{font-size:20px}._message_gdqx5_43{margin-bottom:15px;font-size:13px}._input_gdqx5_57{height:2.75rem;font-size:.9rem}._actionBtn_gdqx5_113{height:2.75rem;font-size:.95rem}}.cardStyles{background-color:var(--bg-card);box-sizing:border-box;text-align:left;border:1px solid #000;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:220px;max-width:100%;padding:1.5rem;transition:transform .5s;display:flex;box-shadow:0 1px 4px #00000012}.cardStyles:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}.cardIcon{border-radius:40%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;font-size:1.2rem;display:flex}.cardTitle{color:var(--text-heading);margin:0 0 .4rem;font-size:.95rem;font-weight:600}.cardDescription{color:var(--text-body);margin:0;font-size:.85rem;line-height:1.5}.cardLink{align-items:center;gap:4px;margin-top:auto;padding-top:12px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.cardLink:hover{gap:8px;text-decoration:underline}._navActions_1fzjn_3{align-items:center;display:flex}._TopContainer_1fzjn_19{font-family:var(--font-main);background-color:var(--bg-page);color:var(--text-body);box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}._LandingNavbar_1fzjn_30{border-bottom:1.5px solid var(--border);box-sizing:border-box;z-index:1000;background-color:var(--bg-page);justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:fixed;top:0}._logo_1fzjn_44{cursor:pointer;align-items:center;display:flex}._dot_1fzjn_50{background-color:var(--accent);border-radius:50%;width:8px;height:8px;margin-right:10px;display:inline-block}._logoImg_1fzjn_59{object-fit:contain;width:auto;height:48px;margin-right:12px}._logoName_1fzjn_66{color:var(--primary);font-weight:400;text-decoration:none;transition:transform .5s}._logoName_1fzjn_66:hover{font-weight:700;transform:scale(1.05)}._overlay_1fzjn_114{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s _fadeIn_1fzjn_1;display:flex;position:fixed;top:0;left:0}@keyframes _fadeIn_1fzjn_1{0%{opacity:0}to{opacity:1}}._blur_1fzjn_133{filter:blur(1px);pointer-events:none;-webkit-user-select:none;user-select:none}._buttonSignIn_1fzjn_140{color:var(--primary);cursor:pointer;background-color:#0000;border:0;border-radius:2rem;width:5rem;height:2rem;margin:0 1rem;font-weight:700;transition:transform .3s}._buttonSignIn_1fzjn_140:hover{background-color:var(--primary);color:var(--text-white);transform:scale(1.05);box-shadow:0 10px 20px #0000001a}._buttonSignUp_1fzjn_159{color:var(--text-white);background-color:var(--accent);cursor:pointer;border:0;border-radius:2rem;width:5rem;height:2rem;font-weight:700;transition:transform .3s}._buttonSignUp_1fzjn_159:hover{background-color:var(--primary);transform:scale(1.05);box-shadow:0 10px 20px #0000001a}._heroSection_1fzjn_177{text-align:center;background-color:var(--bg-page);flex-direction:column;justify-content:flex-start;align-items:center;min-height:50vh;padding-top:6.5rem;display:flex}._heroSectionBadge_1fzjn_188{background-color:var(--bg-section-alt);color:var(--accent);border:1px solid var(--border);border-radius:5px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}._firstLineHero_1fzjn_200{color:var(--text-heading);margin:0;font-size:2rem}._secondLineHero_1fzjn_205{color:var(--accent);margin-top:1.5rem;font-size:2.5rem}._thirdLineHero_1fzjn_210{color:var(--text-body);margin:0}._heroButton_1fzjn_216{justify-content:center;align-items:center;gap:20px;width:100%;height:100px;margin-top:0;display:flex}._heroButton1_1fzjn_226,._heroButton2_1fzjn_227{cursor:pointer;border-radius:1rem;padding:.5rem 1rem;transition:transform .3s}._heroButton1_1fzjn_226:hover,._heroButton2_1fzjn_227:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}._heroButton1_1fzjn_226{background-color:var(--primary);color:var(--text-white);border:0}._heroButton1_1fzjn_226:hover{background-color:var(--cta-bg)}._heroButton2_1fzjn_227{border:.1rem solid var(--border);color:var(--text-heading);background-color:#0000}._heroButton2_1fzjn_227:hover{background-color:var(--primary);color:var(--text-white);border-color:var(--primary)}._lineWrapper_1fzjn_260{box-sizing:border-box;justify-content:center;width:100%;padding:10px;display:flex}._innerLine_1fzjn_267{background-color:var(--border);width:80%;height:1.5px}._highlightsSection_1fzjn_274{background-color:var(--bg-page);width:100%;font-family:var(--font-main);flex-direction:column;align-items:center;gap:2rem;padding:3rem 0;display:flex}._highlightsHeading_1fzjn_284{color:var(--text-heading);text-align:center;margin:0;font-size:1.8rem;font-weight:700}._highlightsGrid_1fzjn_291{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}._highlightCard_1fzjn_301{background-color:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-2xl);text-align:center;box-shadow:var(--shadow-sm);cursor:default;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}._highlightCard_1fzjn_301:hover{box-shadow:var(--shadow-xl);border-color:var(--primary);transform:translateY(-8px)}._highlightIconWrapper_1fzjn_319{border-radius:var(--radius-xl);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;transition:transform .3s;display:flex}._highlightCard_1fzjn_301:hover ._highlightIconWrapper_1fzjn_319{transform:scale(1.1)rotate(5deg)}._highlightTitle_1fzjn_333{color:var(--text-heading);margin:0 0 .5rem;font-size:1.15rem;font-weight:700}._highlightDescription_1fzjn_339{color:var(--text-body);margin:0;font-size:.9rem;line-height:1.5}._featuresSection_1fzjn_347{background-color:var(--bg-section-alt);text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:2rem 0;display:flex}._featureSectionLine1_1fzjn_358{color:var(--text-muted);margin:0;font-size:.8rem}._featureSectionLine2_1fzjn_363{color:var(--text-heading);margin:.5rem 0;font-size:1.5rem}._workingGuideSection_1fzjn_370{background-color:var(--bg-surface);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:2rem 0;display:flex}._workingGuideCards_1fzjn_379,._cards_1fzjn_380{box-sizing:border-box;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;padding:20px;display:flex}._accountCreation_1fzjn_391{background-color:var(--cta-bg);text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:200px;padding:4rem 1.5rem;display:flex}._userNumberDisplay_1fzjn_404{color:#b5d4f4;box-sizing:border-box;text-align:center;word-wrap:break-word;overflow-wrap:break-word;background-color:#ffffff1f;border-radius:2rem;max-width:90%;padding:.35rem 1rem;font-size:.75rem;font-weight:700}._accountButton_1fzjn_417{color:#412402;background-color:var(--highlight);cursor:pointer;border:0;border-radius:1rem;padding:.5rem 1.5rem;font-weight:700;transition:transform .3s}._accountButton_1fzjn_417:hover{color:var(--text-body);transform:scale(1.05);box-shadow:0 10px 20px #0003}._footer_1fzjn_434{border-top:1.5px solid var(--border);box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.5rem 2rem;display:flex}._footerLeftSide_1fzjn_445{flex-direction:column;justify-content:center;gap:.5rem;display:flex}._footerRightSide_1fzjn_451{justify-content:center;align-items:center;display:flex}._footerMiddleSide_1fzjn_456{flex-direction:column;flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}._footerSectionTitle_1fzjn_464{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.25rem;font-size:.75rem;font-weight:700}._devCardRow_1fzjn_474{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;display:flex}._devCard_1fzjn_474{background:var(--bg-section-alt,#f8f9fb);border:1px solid var(--border,#e5e7eb);border-radius:10px;flex-direction:column;flex:140px;gap:.25rem;min-width:140px;max-width:200px;padding:.75rem 1rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 4px #0000000d}._devCard_1fzjn_474:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._devCardName_1fzjn_499{color:var(--text-heading);font-size:.82rem;font-weight:700;line-height:1.3}._devCardRole_1fzjn_505{color:var(--text-muted,#8a8f98);font-size:.72rem;font-weight:400;line-height:1.3}._devCardEmail_1fzjn_511{color:var(--primary,#3b82f6);word-break:break-all;margin-top:.15rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:color .15s}._devCardEmail_1fzjn_511:hover{color:var(--accent);text-decoration:underline}._logo-text-rest_1fzjn_527{display:inline}@media (width<=768px){._logoName_1fzjn_66,._logo-text-rest_1fzjn_527{display:none}._buttonSignIn_1fzjn_140,._buttonSignUp_1fzjn_159{width:4.2rem;height:1.8rem;margin:0 .4rem;font-size:.75rem}._LandingNavbar_1fzjn_30{padding:.8rem 1rem}._heroButton_1fzjn_216{flex-direction:column;gap:15px;height:auto;margin-top:1rem}._highlightsGrid_1fzjn_291{grid-template-columns:1fr 1fr;gap:20px;display:grid}._firstLineHero_1fzjn_200{font-size:1.6rem}._secondLineHero_1fzjn_205{font-size:1.8rem}._heroSection_1fzjn_177{padding-top:5.5rem}._footer_1fzjn_434{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem}._footerLeftSide_1fzjn_445{justify-content:center;align-items:center;width:100%;padding-left:0}._footerRightSide_1fzjn_451{text-align:center;justify-content:center;align-items:center;width:100%}._footerButton_1fzjn_589{padding:.2rem .5rem;font-size:.75rem}._footerMiddleSide_1fzjn_456{flex:unset;align-items:center;width:100%}._devCardRow_1fzjn_474{gap:.5rem}._devCard_1fzjn_474{min-width:120px;max-width:160px;padding:.6rem .75rem}._devCardName_1fzjn_499{font-size:.75rem}._devCardRole_1fzjn_505{font-size:.65rem}._devCardEmail_1fzjn_511{font-size:.63rem}._thirdLineHero_1fzjn_210{display:none}}@media (width<=480px){._buttonSignIn_1fzjn_140,._buttonSignUp_1fzjn_159{width:3.8rem;margin:0 .2rem;font-size:.7rem}._navActions_1fzjn_3{gap:4px}._highlightsGrid_1fzjn_291{grid-template-columns:1fr}._footerButton_1fzjn_589{padding:.15rem .3rem;font-size:.65rem}._thirdLineHero_1fzjn_210{display:none}}._modalOverlay_1fzjn_645{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#0f172aa6;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s _fadeIn_1fzjn_1;display:flex;position:fixed;top:0;left:0}._modalContent_1fzjn_660{background-color:var(--bg-card);border:1px solid var(--border);width:90%;max-width:900px;max-height:85vh;box-shadow:var(--shadow-2xl);border-radius:1.25rem;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) _slideUp_1fzjn_1;display:flex;overflow:hidden}._modalHeader_1fzjn_674{border-bottom:1.5px solid var(--border);background-color:var(--bg-section-alt);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}._modalHeaderLeft_1fzjn_683{align-items:center;gap:10px;display:flex}._modalHeader_1fzjn_674 h2{font-family:var(--font-headings);color:var(--text-heading);margin:0;font-size:1.5rem;font-weight:800}._mentorCount_1fzjn_697{color:var(--primary);letter-spacing:.01em;background-color:#4f46e51a;border:1px solid #4f46e533;border-radius:99px;align-items:center;padding:2px 10px;font-size:.75rem;font-weight:700;display:inline-flex}._mentorSearchBar_1fzjn_711{background-color:var(--bg-section-alt);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 1.5rem;display:flex}._searchIcon_1fzjn_720{color:var(--text-muted);flex-shrink:0}._mentorSearchInput_1fzjn_725{background:var(--bg-surface);border:1.5px solid var(--border);color:var(--text-heading);font-size:.875rem;font-family:var(--font-body);border-radius:8px;outline:none;flex:1;padding:7px 12px;transition:border-color .2s,box-shadow .2s}._mentorSearchInput_1fzjn_725::placeholder{color:var(--text-muted)}._mentorSearchInput_1fzjn_725:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}._searchClearBtn_1fzjn_747{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:4px 6px;font-size:.875rem;line-height:1;transition:color .15s,background .15s}._searchClearBtn_1fzjn_747:hover{color:var(--text-heading);background:var(--bg-surface)}._noSearchResults_1fzjn_766{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:3.5rem 1rem;display:flex}._noSearchIcon_1fzjn_776{font-size:2.5rem;line-height:1}._noSearchResults_1fzjn_766 p{color:var(--text-body);margin:0;font-size:.95rem}._noSearchResults_1fzjn_766 p strong{color:var(--text-heading)}._clearSearchBtn_1fzjn_791{border:1.5px solid var(--border);color:var(--text-body);cursor:pointer;background:0 0;border-radius:8px;margin-top:4px;padding:6px 16px;font-size:.825rem;font-weight:600;transition:border-color .2s,color .2s}._clearSearchBtn_1fzjn_791:hover{border-color:var(--primary);color:var(--primary)}._closeModalBtn_1fzjn_809{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}._closeModalBtn_1fzjn_809:hover{background-color:var(--bg-surface);color:var(--text-heading);transform:rotate(90deg)}._modalBody_1fzjn_828{background-color:var(--bg-surface);flex:1;padding:1.5rem;overflow-y:auto}._loadingMentors_1fzjn_835{color:var(--text-body);flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;display:flex}._spinner_1fzjn_844{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite _spin_1fzjn_844}._noMentors_1fzjn_854{text-align:center;color:var(--text-body);padding:3rem 0;font-size:1.1rem}._browseGrid_1fzjn_861{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}._browseCard_1fzjn_868{background-color:var(--bg-card);border:1.5px solid var(--border);cursor:pointer;text-align:left;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}._browseCard_1fzjn_868:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}._browseCardHeader_1fzjn_889{align-items:center;gap:1rem;display:flex}._browseAvatar_1fzjn_895{object-fit:cover;border:2px solid var(--border);background-color:var(--bg-surface);border-radius:50%;flex-shrink:0;width:56px;height:56px}._browseInfo_1fzjn_905{flex:1;min-width:0}._browseName_1fzjn_910{font-family:var(--font-headings);color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1.1rem;font-weight:700;overflow:hidden}._browseDesc_1fzjn_921{color:var(--text-body);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.825rem;line-height:1.4;display:-webkit-box;overflow:hidden}._browseSubjects_1fzjn_933{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}._browseSubjectBadge_1fzjn_940{color:var(--primary);background-color:var(--primary-light,#4f46e514);border:1px solid var(--primary-border,#4f46e526);border-radius:99px;padding:3px 8px;font-size:.725rem;font-weight:600}._browseNoSubject_1fzjn_950{color:var(--text-muted);font-size:.75rem;font-style:italic}._browseConnectBtn_1fzjn_956{background-color:var(--bg-surface);width:100%;color:var(--text-heading);border:none;border:1px solid var(--border);cursor:pointer;text-align:center;border-radius:.75rem;padding:.6rem;font-size:.875rem;font-weight:700;transition:all .2s}._browseCard_1fzjn_868:hover ._browseConnectBtn_1fzjn_956{background-color:var(--primary);color:#fff;border-color:var(--primary)}@keyframes _slideUp_1fzjn_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_1fzjn_844{to{transform:rotate(360deg)}}._connectToast_1fzjn_992{background:linear-gradient(135deg,#4f46e51f 0%,#7c3aed1a 100%);border:1px solid #4f46e559;border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;animation:.3s cubic-bezier(.4,0,.2,1) _slideDown_1fzjn_1;display:flex;position:relative}@keyframes _slideDown_1fzjn_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._connectToastIcon_1fzjn_1010{flex-shrink:0;margin-top:1px;font-size:1.35rem}._connectToastContent_1fzjn_1016{flex:1;min-width:0}._connectToastContent_1fzjn_1016 strong{color:var(--text-heading);margin-bottom:3px;font-size:.92rem;font-weight:700;display:block}._connectToastContent_1fzjn_1016 p{color:var(--text-body);margin:0;font-size:.82rem;line-height:1.45}._connectToastClose_1fzjn_1036{color:var(--text-muted);cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:1rem;line-height:1;transition:opacity .15s}._connectToastClose_1fzjn_1036:hover{opacity:1;color:var(--text-heading)}.WGcardStyles{background-color:var(--bg-card);text-align:center;box-sizing:border-box;border-radius:12px;flex-direction:column;flex:300px;justify-content:center;align-items:center;max-width:min(400px,100%);padding:1.5rem;display:flex}.WGnoIcon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.2rem;display:flex}.WGcardTitle{color:var(--text-heading);margin:0 0 .4rem;font-size:.95rem;font-weight:600}.WGcardDescription{color:var(--text-body);margin:0;font-size:.85rem;line-height:1.5}._Mode_1k8yl_1{border:.1rem solid var(--border);background-color:var(--bg-surface);cursor:pointer;box-sizing:border-box;border-radius:2rem;justify-content:flex-start;align-items:center;width:5rem;height:2rem;padding:.3rem;transition:transform .3s;display:flex}._Mode_1k8yl_1:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}._modeButton_1k8yl_21{background-color:var(--accent);cursor:pointer;width:1.8rem;height:1.35rem;color:var(--text-white);border:0;border-radius:1rem;justify-content:center;align-items:center;transition:transform .3s;display:flex}._modeButtonDark_1k8yl_35{background-color:var(--highlight);transform:translate(2.3rem)}@media (width<=768px){._Mode_1k8yl_1{width:3.5rem;height:1.6rem;padding:.2rem}._modeButton_1k8yl_21{width:1.4rem;height:1.2rem;font-size:.8rem}._modeButtonDark_1k8yl_35{transform:translate(1.4rem)}}._TopContainer_cldu3_2{font-family:var(--font-main);background-color:var(--bg-page);color:var(--text-body)}._LandingNavbar_cldu3_9{border-bottom:1.5px solid var(--border);box-sizing:border-box;z-index:1000;background-color:var(--bg-page);justify-content:space-between;align-items:center;width:100%;height:5rem;margin:0;padding:1rem;display:flex;position:sticky;top:0}._leftSide_cldu3_27{cursor:pointer;justify-content:space-between;align-items:center;display:flex}._logo_cldu3_34{cursor:pointer;align-items:center;margin-right:2rem;display:flex}._dot_cldu3_41{background-color:var(--accent);border-radius:50%;width:8px;height:8px;margin-right:10px;display:inline-block}._logoImg_cldu3_50{object-fit:contain;width:auto;height:48px;margin-right:12px}._logoName_cldu3_57{color:var(--primary);font-weight:400;text-decoration:none;transition:transform .3s}._logoName_cldu3_57:hover{transform:scale(1.1)}._askQuestionButton_cldu3_69{color:var(--bg-page);background-color:var(--accent);cursor:pointer;border:0;border-radius:1rem;margin:0 1rem;padding:.6rem .7rem;font-weight:700;transition:transform .3s}._askQuestionButton_cldu3_69:hover{transform:scale(1.05);box-shadow:0 10px 20px #0003}._navActions_cldu3_86{background-color:var(--bgsurface);align-items:center;display:flex}._searchBarContainer_cldu3_92{border:.1rem solid var(--bg-page);background-color:var(--bg-surface);border-radius:2rem;justify-content:center;align-items:center;height:auto;margin-right:1rem;padding:.1rem;transition:transform 1s;display:flex}._searchBar_cldu3_92{color:var(--text-body);background-color:var(--bg-surface);border:0;border-radius:2rem;margin:0 .5rem 0 .1rem;padding:.5rem}._searchBar_cldu3_92:focus{outline:none}._searchBarContainer_cldu3_92:hover{border-color:var(--primary);transform:scale(1.05)}._searchBarContainer_cldu3_92:focus{border-color:var(--primary);box-shadow:2px 2px 8px rgba(59, 130, 246 .2);outline:none}._searchIcon_cldu3_136{width:1rem;height:1.5rem;padding:0 .5rem}._mentorOptionButton_cldu3_145{color:var(--bg-page);background-color:var(--highlight);cursor:pointer;border:0;border-radius:1rem;margin:0 1rem;padding:.6rem .7rem;font-weight:700;transition:transform .3s}._mentorOptionButtonSide_cldu3_157{color:var(--bg-page);background-color:var(--highlight);cursor:pointer;border:0;border-radius:1rem;margin:0 1rem;padding:.6rem .7rem;font-weight:700;transition:transform .3s;display:block}._modeButtonSide_cldu3_170{justify-content:space-between;align-items:center;width:100%;margin-top:3rem;display:flex}._mentorOptionButton_cldu3_145:hover{transform:scale(1.05);box-shadow:0 10px 20px #0003}._profilePic_cldu3_184{background-color:var(--text-heading);object-fit:cover;border-radius:50%;width:2.5rem;height:2.5rem;display:block}._profileSideBar_cldu3_193{cursor:pointer;pointer-events:all;position:relative}._overlay_cldu3_199{z-index:999;background:#0000004d;position:fixed;inset:0}._sideBar_cldu3_206{background-color:var(--bg-page);z-index:1000;flex-direction:column;width:300px;height:100vh;padding:2rem 2em;animation:.3s ease-out _slideIn_cldu3_1;display:flex;position:fixed;top:0;right:0;box-shadow:-5px 0 15px #0000004d}._closeSidebarBtn_cldu3_222{color:var(--text-muted);cursor:pointer;z-index:1010;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1rem;right:1rem}._closeSidebarBtn_cldu3_222:hover{background-color:var(--bg-surface-hover,#0000000d);color:var(--text-heading);transform:rotate(90deg)}._sideBarContent_cldu3_245{flex-direction:column;width:100%;padding:2rem 1rem;animation:.6s ease-out _slideDown_cldu3_1;display:flex}._sideBarHeader_cldu3_254{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}._profilePicInSidebar_cldu3_266{cursor:pointer;border:2px solid var(--primary);object-fit:cover;border-radius:50%;width:5rem;height:5rem;transition:transform .2s}._profilePicInSidebar_cldu3_266:hover{transform:scale(1.1)}._imageOverlay_cldu3_280{z-index:2000;background-color:var(--bg-page);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._previewImage_cldu3_292{object-fit:cover;border:2px solid var(--primary);cursor:zoom-out;border-radius:50%;width:10rem;min-width:3rem;height:10rem;min-height:3rem;animation:.3s forwards _zoomIn_cldu3_1;transform:scale(.8)}@keyframes _zoomIn_cldu3_1{to{transform:scale(1)}}@keyframes _slideIn_cldu3_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideDown_cldu3_1{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){._logo-text-rest_cldu3_337{display:none}._buttonSignIn_cldu3_343,._buttonSignUp_cldu3_344{width:4.2rem;height:1.8rem;margin:0 .4rem;font-size:.75rem}._LandingNavbar_cldu3_9{padding:.8rem 1rem}._heroButton_cldu3_360{flex-direction:column;gap:15px;height:auto;margin-top:1rem}._statsContainer_cldu3_367{grid-template-columns:1fr 1fr;gap:20px;display:grid}._firstLineHero_cldu3_373{font-size:1.6rem}._secondLineHero_cldu3_377{font-size:1.8rem}._footerButton_cldu3_381{padding:.2rem .5rem;font-size:.75rem}._mentorOptionButton_cldu3_145{display:none}._sideBar_cldu3_206{width:40vw}._mentorOptionButtonSide_cldu3_157{color:var(--bg-page);background-color:var(--highlight);cursor:pointer;border:0;border-radius:1rem;margin:0 1rem;padding:.6rem .7rem;font-weight:700;transition:transform .3s;display:block}._modeButton_cldu3_170{display:none}._modeButtonSide_cldu3_170{justify-content:space-between;align-items:center;width:100%;display:flex}}@media (width<=480px){._buttonSignIn_cldu3_343,._buttonSignUp_cldu3_344{width:3.8rem;margin:0 .2rem;font-size:.7rem}._navActions_cldu3_86{gap:4px}._statsContainer_cldu3_367{grid-template-columns:1fr}._footerButton_cldu3_381{padding:.15rem .3rem;font-size:.65rem}._searchBarClosed_cldu3_386{margin-right:1rem;display:none}}._mentorCard_cldu3_462{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;padding:1rem 0;display:flex}._mentorCardGrid_cldu3_471{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding-top:.5rem;display:grid}@media (width<=480px){._mentorCardGrid_cldu3_471{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:center;justify-items:center}}._profileEditButton_cldu3_486{color:var(--primary);cursor:pointer;background:0 0;border:0;font-size:medium;font-weight:700;transition:transform .3s}._profileEditButton_cldu3_486:hover{transform:scale(1.05)}._questionsSection_cldu3_500{padding:1rem}._questionBlockTitle_cldu3_505{justify-content:center;margin-bottom:1.5rem;display:flex}._sectionTitle_cldu3_511{text-align:center;background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--text-white);letter-spacing:.5px;border-radius:1.5rem;padding:1rem 2rem;font-weight:700;box-shadow:0 4px 15px #6366f14d}._loadMoreContainer_cldu3_522{justify-content:center;width:100%;margin-top:2rem;margin-bottom:2rem;display:flex}._loadMoreBtn_cldu3_530{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:1.05rem;font-weight:600;text-decoration:underline;transition:color .2s}._loadMoreBtn_cldu3_530:hover{color:var(--accent);text-decoration:none}._notificationWrapper_cldu3_548{margin:0 1rem;position:relative}._bellIconContainer_cldu3_553{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex;position:relative}._bellIconContainer_cldu3_553:hover{background-color:var(--bg-surface-hover)}._bellIcon_cldu3_553{color:var(--text-heading);width:24px;height:24px}._notificationBadge_cldu3_574{background-color:var(--accent);border:2px solid var(--bgsurface);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;right:4px}._notificationDropdown_cldu3_585{background-color:var(--bgsurface);border:1px solid var(--border);z-index:1001;border-radius:.5rem;flex-direction:column;width:320px;margin-top:.5rem;display:flex;position:absolute;top:100%;right:-50px;overflow:hidden;box-shadow:0 10px 25px #0000001a}._notificationBackdrop_cldu3_602{z-index:950;background:#0000002e;position:fixed;inset:0}._notificationHeader_cldu3_609{border-bottom:1px solid var(--border);color:var(--text-heading);background-color:var(--bg-page);margin:0;padding:1rem;font-weight:600}._noNotifications_cldu3_618{text-align:center;color:var(--text-muted);padding:1.5rem 1rem;font-size:.9rem}._notificationList_cldu3_625{max-height:400px;overflow-y:auto}._notificationItem_cldu3_630{border-bottom:1px solid var(--border);cursor:pointer;background-color:var(--bg-page);align-items:flex-start;padding:1rem;transition:background-color .2s;display:flex}._notificationItem_cldu3_630:hover{background-color:var(--bg-surface)}._notifDot_cldu3_645{background-color:var(--border);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;margin-right:12px}._unread_cldu3_655 ._notifDot_cldu3_645{background-color:var(--accent)}._notifContent_cldu3_659{flex:1}._notifContent_cldu3_659 p{color:var(--text-body);margin:0 0 .25rem;font-size:.9rem;line-height:1.3}._notifContent_cldu3_659 strong{color:var(--text-heading)}._notifContent_cldu3_659 span{color:var(--text-muted);font-size:.75rem}._viewMoreBtn_cldu3_679{border:none;border-top:1px solid var(--border);width:100%;color:var(--primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:background-color .2s;display:flex}._viewMoreBtn_cldu3_679:hover{background-color:var(--bg-surface)}._menuItems_cldu3_698{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}._mobileSearchTrigger_cldu3_706{color:var(--text-heading);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s,color .2s;display:none}._mobileSearchTrigger_cldu3_706:hover{background-color:var(--slate-100);color:var(--primary)}@media (width<=768px){._searchBarContainer_cldu3_92{display:none!important}._mobileSearchTrigger_cldu3_706{margin-right:.5rem;display:flex}._askQuestionButton_cldu3_69{white-space:nowrap;border-radius:1rem;margin:0 .25rem 0 .5rem;padding:.45rem .75rem;font-size:.75rem;display:inline-block!important}}._mobileSearchOverlay_cldu3_745{background-color:var(--bg-page);z-index:2000;flex-direction:column;animation:.15s ease-out _fadeIn_cldu3_1;display:flex;position:fixed;inset:0}._mobileSearchHeader_cldu3_755{border-bottom:1.5px solid var(--border);background-color:var(--bg-surface);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}._mobileSearchCloseBtn_cldu3_764{color:var(--text-heading);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}._mobileSearchCloseBtn_cldu3_764:hover{background-color:var(--slate-100)}._mobileSearchInputWrapper_cldu3_781{flex:1;align-items:center;display:flex;position:relative}._mobileSearchInput_cldu3_781{border:1.5px solid var(--border);background-color:var(--bg-page);width:100%;color:var(--text-body);border-radius:2rem;outline:none;padding:.6rem 2.5rem .6rem 1rem;font-size:1rem;transition:border-color .2s}._mobileSearchInput_cldu3_781:focus{border-color:var(--primary);background-color:var(--bg-surface)}._mobileSearchClearBtn_cldu3_805{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:background-color .2s;display:flex;position:absolute;right:.75rem}._mobileSearchClearBtn_cldu3_805:hover{background-color:var(--slate-100)}._mobileSearchResults_cldu3_824{background-color:var(--bg-page);flex:1;padding:.5rem 0;overflow-y:auto}._mobileSuggestionsList_cldu3_832{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}._suggestionSection_cldu3_839{flex-direction:column;gap:.75rem;display:flex}._suggestionSectionHeader_cldu3_845{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);margin:0;padding-bottom:.5rem;font-size:.8rem;font-weight:700}._suggestionCardsGrid_cldu3_856{flex-direction:column;gap:.75rem;display:flex}._mobileSuggestionCard_cldu3_862{background-color:var(--bg-surface);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s ease-in-out;display:flex}._mobileSuggestionCard_cldu3_862:hover{border-color:var(--primary);box-shadow:var(--shadow-md);background-color:var(--slate-100);transform:translateY(-2px)}._suggestionCardHeader_cldu3_882{justify-content:space-between;align-items:center;gap:.5rem;display:flex}._suggestionBadge_cldu3_889{text-transform:uppercase;color:var(--primary);background-color:#185fa51a;border-radius:.25rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700}._mentorBadge_cldu3_899{color:var(--accent);background-color:#7f77dd1a}._suggestionSubject_cldu3_904{color:var(--text-muted);font-size:.75rem;font-weight:600}._suggestionRank_cldu3_910{color:var(--highlight);font-size:.75rem;font-weight:600}._suggestionTopic_cldu3_916{color:var(--text-heading);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}._suggestionDesc_cldu3_924{color:var(--text-body);text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.85rem;display:-webkit-box;overflow:hidden}._suggestionMeta_cldu3_935{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;display:flex}._mentorRowBody_cldu3_944{align-items:center;gap:.75rem;display:flex}._mentorSuggestionAvatar_cldu3_950{object-fit:cover;border:1.5px solid var(--primary);border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem}._mentorRowInfo_cldu3_959{flex-direction:column;flex:1;gap:.2rem;display:flex}._mobileNoResults_cldu3_966{text-align:center;color:var(--text-muted);background-color:var(--bg-surface);border:1px solid var(--border);border-radius:.75rem;padding:2.5rem;font-size:.95rem}._mobileSearchPlaceholder_cldu3_977{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}._searchPromptIcon_cldu3_987{color:var(--primary);opacity:.6;justify-content:center;align-items:center;margin-bottom:1rem;animation:2s ease-in-out infinite _pulse_cldu3_1;display:flex}._searchPromptText_cldu3_997{margin-bottom:1.5rem;font-size:1rem;font-weight:500}._popularTags_cldu3_1003{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}._popularTag_cldu3_1003{background-color:var(--bg-surface);border:1px solid var(--border);color:var(--text-body);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:1.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:all .2s}._popularTag_cldu3_1003:hover{border-color:var(--primary);color:var(--primary);background-color:var(--slate-100);transform:translateY(-1px)}@keyframes _fadeIn_cldu3_1{0%{opacity:0}to{opacity:1}}@keyframes _pulse_cldu3_1{0%{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:.6;transform:scale(1)}}._contentTabsContainer_cldu3_1042{background-color:var(--bg-page);border-bottom:1.5px solid var(--border);z-index:998;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;transition:background-color .3s,border-color .3s;display:flex;position:sticky;top:5rem}._contentTab_cldu3_1042{font-family:var(--font-main);border:1.5px solid var(--border);color:var(--text-body);cursor:pointer;white-space:nowrap;background:0 0;border-radius:2rem;outline:none;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}._contentTab_cldu3_1042:hover{border-color:var(--primary);color:var(--primary);background-color:var(--primary-light);transform:translateY(-1px)}._activeContentTab_cldu3_1078{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--text-white);border-color:#0000;box-shadow:0 4px 12px #7f77dd4d}._activeContentTab_cldu3_1078:hover{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--text-white);transform:translateY(-1.5px);box-shadow:0 6px 16px #7f77dd73}@media (width<=768px){._contentTabsContainer_cldu3_1042{-webkit-overflow-scrolling:touch;justify-content:center;gap:.5rem;padding:.75rem .5rem;top:5rem;overflow-x:auto}._contentTabsContainer_cldu3_1042::-webkit-scrollbar{display:none}._contentTab_cldu3_1042{padding:.45rem .9rem;font-size:.8rem}}@media (width<=480px){._contentTabsContainer_cldu3_1042{justify-content:flex-start;padding-left:1rem;padding-right:1rem}}._dashboard-tabs-bar_cldu3_1122{border-bottom:2px solid var(--border,#e2e8f0);gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}._dashboard-tab-btn_cldu3_1130{color:#64748b;cursor:pointer;transition:var(--smooth-transition);background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex}._dashboard-tab-btn_cldu3_1130:hover{color:var(--primary,#4f46e5)}._dashboard-tab-btn_cldu3_1130._active_cldu3_1078{color:var(--primary,#4f46e5);border-bottom-color:var(--primary,#4f46e5)}._tab-notif-count_cldu3_1154{color:#fff;background:#ef4444;border-radius:99px;margin-left:.25rem;padding:2px 6px;font-size:.75rem;font-weight:700}._mentor-chat-workspace_cldu3_1164{background:var(--bg-surface);border:1px solid var(--border,#e2e8f0);height:600px;box-shadow:var(--surface-shadow);border-radius:20px;grid-template-columns:320px 1fr;display:grid;overflow:hidden}._mentor-chat-sidebar_cldu3_1175{border-right:1px solid var(--border,#e2e8f0);background:var(--bg-page);flex-direction:column;display:flex}._sidebar-title_cldu3_1182{color:var(--text-heading,#0f172a);border-bottom:1px solid var(--border,#e2e8f0);background:var(--bg-surface);margin:0;padding:1.25rem;font-size:1rem;font-weight:700}._sidebar-list_cldu3_1192{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}._loading-chats-text_cldu3_1201,._empty-chats-box_cldu3_1202{text-align:center;color:#64748b;padding:2rem 1rem;font-size:.85rem}._empty-chats-box_cldu3_1202 p{color:var(--text-heading);margin:.5rem 0 .25rem;font-weight:600}._empty-chats-box_cldu3_1202 span{color:var(--text-muted);font-size:.75rem;line-height:1.4;display:block}._empty-icon_cldu3_1222{color:#cbd5e1;margin:0 auto}._chat-sidebar-card_cldu3_1227{background:var(--bg-surface);border:1px solid var(--border,#e2e8f0);cursor:pointer;transition:var(--smooth-transition);border-radius:12px;gap:.75rem;padding:.75rem 1rem;display:flex}._chat-sidebar-card_cldu3_1227:hover{border-color:var(--primary,#4f46e5);background:var(--bg-page)}._chat-sidebar-card_cldu3_1227._active_cldu3_1078{background:var(--primary-light,#185fa526);border-color:var(--primary,#4f46e5)}._chat-card-avatar_cldu3_1248{object-fit:cover;background:#f1f5f9;border-radius:50%;width:40px;height:40px}._chat-card-info_cldu3_1256{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}._chat-card-header_cldu3_1264{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.15rem;display:flex}._chat-card-name_cldu3_1272{color:var(--text-heading,#0f172a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;overflow:hidden}._chat-card-time_cldu3_1282{color:#94a3b8;font-size:.7rem}._chat-card-preview_cldu3_1287{color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}._mentor-chat-thread_cldu3_1296{background:var(--bg-surface);flex-direction:column;height:100%;min-height:0;display:flex}._chat-thread-placeholder_cldu3_1304{text-align:center;color:var(--text-body);background:var(--bg-page);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}._placeholder-icon_cldu3_1316{color:#cbd5e1;margin-bottom:1rem}._chat-thread-placeholder_cldu3_1304 h3{color:var(--text-heading,#0f172a);margin:0 0 .5rem;font-size:1.15rem}._chat-thread-placeholder_cldu3_1304 p{max-width:320px;margin:0;font-size:.85rem;line-height:1.5}._chat-room-container_cldu3_1334{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}._chat-room-header_cldu3_1342{color:#fff;background:#008069;flex-shrink:0;align-items:center;gap:12px;padding:16px 24px;display:flex}._chat-room-back-btn_cldu3_1352{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}._chat-room-back-btn_cldu3_1352:hover{background:#ffffff1a}._chat-room-avatar_cldu3_1368{object-fit:cover;background:#f1f5f9;border-radius:50%;width:36px;height:36px}._chat-room-header-details_cldu3_1376{flex-direction:column;display:flex}._chat-room-peer-name_cldu3_1381{color:#fff;margin:0;font-size:1.1rem;font-weight:700}._chat-room-status_cldu3_1388{color:#dcf8c6;font-size:.8rem;display:block}._chat-room-message-list_cldu3_1394{box-sizing:border-box;background:var(--chat-bg,#efeae2);background-image:var(--chat-pattern,url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83v58.34h-58.34v-.83l57.51-58.34h.001zM0 0h52.969L0 53.791V0z' fill='%23d8d2c9' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"));flex-direction:column;flex:1;gap:16px;min-height:0;padding:24px;display:flex;overflow-y:auto}._chat-room-empty-msgs_cldu3_1407{text-align:center;color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;font-size:.85rem;display:flex}._chat-msg-row_cldu3_1419{width:100%;display:flex}._chat-msg-row-me_cldu3_1424{justify-content:flex-end}._chat-msg-row-peer_cldu3_1428{justify-content:flex-start}._chat-msg-bubble_cldu3_1432{border-radius:16px;max-width:70%;padding:.75rem 1rem;position:relative;box-shadow:0 1px 3px #0000000d}._chat-msg-bubble-me_cldu3_1440{background:var(--msg-me-bg);color:var(--msg-me-text);border-bottom-right-radius:4px}._chat-msg-bubble-peer_cldu3_1446{background:var(--msg-peer-bg);color:var(--msg-peer-text);border:1px solid var(--border);border-bottom-left-radius:4px}._chat-msg-text_cldu3_1453{word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}._chat-msg-time_cldu3_1460{text-align:right;opacity:.7;margin-top:.25rem;font-size:.65rem;display:block}._chat-room-input-form_cldu3_1468{border-top:1px solid var(--border,#e2e8f0);background:var(--bg-surface);flex-shrink:0;gap:.75rem;padding:1rem 1.25rem;display:flex}._chat-room-input-field_cldu3_1477{border:1px solid var(--border,#e2e8f0);background:var(--bg-page);color:var(--text-heading);transition:var(--smooth-transition);border-radius:12px;outline:none;flex:1;padding:.65rem 1rem;font-size:.9rem}._chat-room-input-field_cldu3_1477:focus{border-color:var(--primary,#4f46e5);background:var(--bg-surface);box-shadow:0 0 0 3px var(--primary-light,#4f46e51a)}._chat-room-send-btn_cldu3_1495{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}._chat-room-send-btn_cldu3_1495:hover:not(:disabled){background:#008f6f}._chat-room-send-btn_cldu3_1495:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){._mentor-chat-workspace_cldu3_1164{border-radius:12px;grid-template-columns:1fr;height:100%;min-height:520px;position:relative}._mentor-chat-sidebar_cldu3_1175{flex-direction:column;width:100%;display:flex}._mentor-chat-thread_cldu3_1296,._mentor-chat-workspace_cldu3_1164[data-chat-selected=true] ._mentor-chat-sidebar_cldu3_1175{display:none}._mentor-chat-workspace_cldu3_1164[data-chat-selected=true] ._mentor-chat-thread_cldu3_1296{flex-direction:column;height:520px;display:flex}._chat-room-back-btn_cldu3_1352{display:flex!important}}._connection-requests-section_cldu3_1559{border-top:1px solid var(--border,#e2e8f0);margin-top:2rem;padding-top:1.5rem}._connection-requests-list_cldu3_1565{flex-direction:column;gap:.75rem;max-height:250px;padding-right:4px;display:flex;overflow-y:auto}._mentor-request-card_cldu3_1574{background:var(--bg-page,#f8fafc);border:1px solid var(--border,#e2e8f0);transition:var(--smooth-transition);border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}._mentor-request-card_cldu3_1574:hover{box-shadow:var(--surface-shadow);border-color:var(--primary,#4f46e5);transform:translateY(-2px)}._mentor-accept-btn_cldu3_1591{background:var(--emerald-gradient);color:#fff;cursor:pointer;transition:var(--smooth-transition);border:none;border-radius:8px;flex:1;padding:8px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #10b98126}._mentor-accept-btn_cldu3_1591:hover{filter:brightness(1.05);transform:translateY(-1px)}._mentor-reject-btn_cldu3_1610{color:#dc2626;cursor:pointer;transition:var(--smooth-transition);background:#f1f5f9;border:1px solid #fee2e2;border-radius:8px;flex:1;padding:8px;font-size:.75rem;font-weight:700}._mentor-reject-btn_cldu3_1610:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}._mentorCard_tvj09_1{background:var(--bg-surface,#fff);border:1px solid var(--border,#94a3b838);cursor:default;width:100%;max-width:22rem;min-height:16rem;color:var(--text-heading,#0f172a);box-sizing:border-box;background-image:radial-gradient(circle at 0 0,#7f77dd14,#0000 28%),radial-gradient(circle at 100% 100%,#ef9f2714,#0000 24%);border-radius:2rem;flex-direction:column;margin:0 auto;padding:1.25rem;transition:transform .28s,box-shadow .28s,border-color .28s,background-color .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #0f172a14}._mentorCard_tvj09_1:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}._mentorCard_tvj09_1:hover{border-color:#6366f14d;transform:translateY(-6px);box-shadow:0 32px 70px #0f172a24}._mentorCard_tvj09_1:hover:before{opacity:1}._seeMoreBtn_tvj09_43{color:var(--primary);background:var(--primary-light,#3b82f614);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-main,inherit);border:1px solid #0000;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:transform .2s,background-color .2s,box-shadow .2s,color .2s;display:inline-flex}._seeMoreBtn_tvj09_43:hover{background:linear-gradient(135deg, var(--primary), var(--accent));transform:translateY(-1px);box-shadow:0 18px 40px #2563eb2e;color:#fff!important}._cardHeader_tvj09_68{align-items:flex-start;gap:1rem;margin-bottom:1.15rem;display:flex}._imageContainer_tvj09_75{min-width:4.5rem;min-height:4.5rem;position:relative}._mentorImage_tvj09_81{object-fit:cover;background-color:#3b82f614;border:3px solid #3b82f626;border-radius:1.25rem;width:4.5rem;height:4.5rem;box-shadow:0 12px 30px #0f172a14}._onlineBadge_tvj09_91{border:2px solid var(--bg-surface,#fff);background-color:#10b981;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}._headerInfo_tvj09_102{flex-direction:column;justify-content:center;gap:.35rem;display:flex}._userName_tvj09_109{color:var(--text-heading,#0f172a);margin:0 0 .25rem;font-size:1.25rem;font-weight:700}._rankingBadge_tvj09_116{letter-spacing:.01em;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;min-width:220px;padding:.65rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 20px 40px #0f172a14}._mentorCardTop_tvj09_130{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}._mentorBadge_tvj09_138{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b82f61f;border:1px solid #3b82f62e;border-radius:999px;align-items:center;gap:.75rem;padding:.55rem .8rem;display:inline-flex;box-shadow:0 12px 30px #0f172a0f}._badgeIconWrapper_tvj09_150{background:#6366f129;border-radius:50%;place-items:center;width:2rem;height:2rem;display:grid}._badgeIcon_tvj09_150{color:var(--primary)}._badgeTitle_tvj09_163{color:var(--text-heading);font-size:.82rem;font-weight:800}._badgeMeta_tvj09_169{color:var(--text-muted);font-size:.72rem;line-height:1.3}._mentorPill_tvj09_175{color:var(--primary);letter-spacing:.01em;white-space:nowrap;background:#6366f11f;border-radius:999px;padding:.35rem .75rem;font-size:.72rem;font-weight:700}._starIcon_tvj09_186{fill:#f59e0b;color:#f59e0b;width:1rem;height:1rem}._rankText_tvj09_193{margin-left:4px;font-weight:700}._reviewText_tvj09_198{color:#ffffffe0;font-size:.75rem;line-height:1.2}._ratingValue_tvj09_204,._reviewsCount_tvj09_205{color:#fffffff2;background:#ffffff2e;border-radius:999px;margin-left:0;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}._rankText_tvj09_193,._ratingValue_tvj09_204,._reviewsCount_tvj09_205{align-items:center;display:inline-flex}._rankPlatinum_tvj09_223{color:#3730a3;background:linear-gradient(135deg,#c7d2fe,#eef2ff)}._rankGold_tvj09_228{color:#92400e;background:linear-gradient(135deg,#fde68a,#fbbf24)}._rankSilver_tvj09_233{color:#1f2937;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}._rankBronze_tvj09_238{color:#7c2d12;background:linear-gradient(135deg,#fed7aa,#fb923c)}._rankNew_tvj09_243{color:#475569;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}._descriptionTruncated_tvj09_248{-webkit-line-clamp:3;color:var(--text-body,#475569);-webkit-box-orient:vertical;flex-grow:1;margin:0;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}._scoreSummary_tvj09_260{color:var(--text-muted,#64748b);margin-top:1rem;font-size:.88rem}._cardFooter_tvj09_266{border-top:1px solid #94a3b82e;justify-content:flex-end;align-items:center;margin-top:1.5rem;padding-top:1rem;display:flex}@media (width<=480px){._mentorCard_tvj09_1{padding:1rem}._mentorCardTop_tvj09_130{flex-direction:column;align-items:flex-start;gap:.6rem}._mentorBadge_tvj09_138{gap:.5rem;padding:.4rem .6rem}._badgeIconWrapper_tvj09_150{width:1.75rem;height:1.75rem}._badgeTitle_tvj09_163{font-size:.75rem}._badgeMeta_tvj09_169{font-size:.65rem}._mentorPill_tvj09_175{padding:.25rem .5rem;font-size:.65rem}._userName_tvj09_109{font-size:1.1rem}._descriptionTruncated_tvj09_248{font-size:.85rem}._cardFooter_tvj09_266{justify-content:center}._seeMoreBtn_tvj09_43{width:100%}}._modalOverlay_1h6fh_3{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modalContent_1h6fh_23{background:var(--bg-card);border:1px solid var(--border);width:100%;max-width:440px;font-family:var(--font-main);border-radius:1.25rem;margin-bottom:1rem;padding:1rem 1.5rem;animation:.3s ease-out _popIn_1h6fh_1;box-shadow:0 20px 25px -5px #0000004d}._title_1h6fh_45{color:var(--text-heading);text-align:left;margin-bottom:1rem;font-size:1.4rem;font-weight:700}._form_1h6fh_53{flex-direction:column;gap:.6rem;display:flex}._inputGroup_1h6fh_59{box-sizing:border-box;flex-direction:column;gap:.3rem;width:100%;display:flex}._inputGroup_1h6fh_59 label{color:var(--text-muted);font-size:.85rem;font-weight:600}._inputField_1h6fh_73,._textField_1h6fh_74{box-sizing:border-box;border:1px solid var(--border);background:var(--bg-surface);width:100%;color:var(--text-body);border-radius:.6rem;padding:.45rem .65rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s;text-align:left!important}._inputField_1h6fh_73:focus,._textField_1h6fh_74:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #185fa526}._textField_1h6fh_74{resize:vertical;min-height:70px;line-height:1.4}._errorText_1h6fh_105{color:#dc2626;font-size:.85rem;font-weight:700}._charCount_1h6fh_106{color:var(--text-muted);font-size:.85rem}._formActions_1h6fh_108{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}._cancelBtn_1h6fh_115,._submitBtn_1h6fh_116{cursor:pointer;border:none;border-radius:.6rem;padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .1s,opacity .2s}._cancelBtn_1h6fh_115{background:var(--bg-section-alt);color:var(--primary);background-color:#0000}._cancelBtn_1h6fh_115:hover{background:var(--bg-section-alt);color:var(--text-white)}._submitBtn_1h6fh_116{background:var(--primary);color:var(--text-white)}._cancelBtn_1h6fh_115:hover,._submitBtn_1h6fh_116:hover{opacity:.9;background-color:var(--primary)}._submitBtn_1h6fh_116:active{transform:scale(.98)}._inputField_1h6fh_73::file-selector-button{background:var(--highlight);color:#fff;cursor:pointer;border:none;border-radius:.5rem;margin-right:1rem;padding:.4rem 1rem;font-family:inherit;font-weight:600;transition:opacity .2s}._inputField_1h6fh_73::file-selector-button:hover{opacity:.8}._inputField_1h6fh_73[type=file]{padding:.5rem;line-height:1.5}@keyframes _popIn_1h6fh_1{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=480px){._modalContent_1h6fh_23{box-sizing:border-box;width:calc(100% - 2rem);max-width:440px;margin:1rem;padding:1rem}._title_1h6fh_45{margin-bottom:1rem;font-size:1.4rem}._form_1h6fh_53{gap:1rem}._inputField_1h6fh_73,._textField_1h6fh_74{padding:.6rem .8rem;font-size:.9rem}._formActions_1h6fh_108{flex-direction:row;justify-content:flex-end;gap:.5rem}._cancelBtn_1h6fh_115,._submitBtn_1h6fh_116{width:auto;padding:.6rem 1.2rem;font-size:.85rem}}._mentorWarning_1h6fh_224{border:1px solid var(--highlight);color:var(--highlight);box-sizing:border-box;background-color:#ef9f271a;border-radius:.5rem;align-items:center;gap:.5rem;margin-top:.4rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;display:flex}._questionCard_11fnf_1{background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;border-radius:20px;width:100%;margin-bottom:2rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;overflow:hidden}._questionCard_11fnf_1:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #00000040}._subjectHeader_11fnf_19{background:linear-gradient(135deg, rgba(var(--primary-rgb,99, 102, 241), .1), #0000000d);border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:1rem 1.5rem;display:flex;position:relative}._subjectBadge_11fnf_29{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:12px;font-size:.75rem;font-weight:800;display:flex}._subjectBadge_11fnf_29:before,._subjectBadge_11fnf_29:after{content:"";background:var(--primary);opacity:.3;width:25px;height:2px}._modalCloseBtn_11fnf_49{border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);cursor:pointer;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.8rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}._modalCloseBtn_11fnf_49:hover{color:var(--text-muted);background:#ffffff26;transform:translateY(-50%)rotate(90deg)}._modalWrapper_11fnf_77{z-index:9999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._cardOverlay_11fnf_87{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0c12e6;position:absolute;inset:0}._expandedCard_11fnf_94,._fileViewerCard_11fnf_94{background:var(--bg-surface);z-index:10000;border-radius:28px;flex-direction:column;width:100%;max-width:780px;height:85vh;animation:.3s ease-out _popIn_11fnf_1;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}._fileViewerCard_11fnf_94{max-width:950px}._modalBody_11fnf_111{flex-direction:column;flex:1;min-height:0;padding:2rem;display:flex}._viewContainer_11fnf_119{flex-direction:column;height:100%;display:flex}._scrollArea_11fnf_120{flex:1;margin-top:1rem;padding-right:10px;overflow:hidden auto}._scrollArea_11fnf_120::-webkit-scrollbar{width:6px}._scrollArea_11fnf_120::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}._modalDetailFooter_11fnf_125{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}._teacherProfileBox_11fnf_135{flex-shrink:0;align-items:center;gap:14px;display:flex}._actionButtonGroup_11fnf_142{align-items:center;gap:12px;display:flex}._avatarIcon_11fnf_148{background:linear-gradient(135deg, var(--primary), var(--highlight));color:#fff;width:45px;height:45px;box-shadow:0 4px 12px rgba(var(--primary-rgb), .3);border-radius:14px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}._profName_11fnf_162{color:var(--text-heading);font-size:1rem;font-weight:700;display:block}._uploadInfo_11fnf_163{color:var(--text-muted);font-size:.8rem;display:block}._infoSection_11fnf_166{padding:1.5rem 1.5rem .5rem}._labelGroup_11fnf_167{margin-bottom:1.25rem}._headingLabel_11fnf_168{text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:700}._topicText_11fnf_169{color:var(--text-heading);font-size:1.2rem;font-weight:700}._fullTopic_11fnf_170{color:var(--text-heading);margin-bottom:.5rem;font-size:1.6rem}._truncatedDescription_11fnf_171{color:var(--text-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}._fullDescription_11fnf_172{color:var(--text-body);white-space:pre-wrap;font-size:1.05rem;line-height:1.8}._readMore_11fnf_173{color:var(--highlight);margin-top:8px;font-size:.8rem;font-weight:600;display:inline-block}._questionFooter_11fnf_174{border-top:1px solid var(--border);background:#00000005;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}._metaRow_11fnf_175{color:var(--text-muted);font-size:.85rem}._fileLink_11fnf_178{cursor:pointer;background:#f59e0b;border:none;border-radius:10px;justify-content:center;align-items:center;height:42px;padding:10px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;color:#fff!important}._fileLink_11fnf_178:hover{transform:translateY(-.2rem);box-shadow:0 6px 12px #f59e0b4d}._fullViewBtn_11fnf_202{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;justify-content:center;align-items:center;height:42px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}._fullViewBtn_11fnf_202:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}._previewImage_11fnf_225{border-radius:16px;width:100%;display:block}._backBtn_11fnf_226{color:var(--primary);cursor:pointer;background:0 0;border:none;font-weight:700}._filePlaceholder_11fnf_227{border:2px dashed var(--border);height:200px;color:var(--text-muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}._modalHeaderRow_11fnf_228{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}@keyframes _popIn_11fnf_1{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._replySection_11fnf_236{background:#10b9810d;border-left:4px solid #10b981;border-radius:8px;margin-top:1rem;padding:1rem}._replyHeader_11fnf_244{color:#10b981;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700}._replyDescription_11fnf_252{color:var(--text-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}._fullReplyDescription_11fnf_262{color:var(--text-body);white-space:pre-wrap;font-size:.95rem;line-height:1.6}._noReplySection_11fnf_269{background:#f59e0b0d;border-left:4px solid #f59e0b;border-radius:8px;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem 1rem;display:flex}._noReplyText_11fnf_280{color:#d97706;font-size:.85rem;font-style:italic;font-weight:600}@media (width<=600px){._modalWrapper_11fnf_77{padding:12px}._expandedCard_11fnf_94,._fileViewerCard_11fnf_94{border-radius:20px;height:90vh}._subjectHeader_11fnf_19{padding-left:3.5rem;padding-right:3.5rem}._subjectBadge_11fnf_29{gap:0;font-size:.7rem}._subjectBadge_11fnf_29:before,._subjectBadge_11fnf_29:after{display:none}._modalCloseBtn_11fnf_49{width:34px;height:34px;font-size:1.5rem;right:.75rem}._modalBody_11fnf_111{padding:1.25rem 1rem}._fullTopic_11fnf_170{font-size:1.3rem}._fullDescription_11fnf_172{font-size:.95rem;line-height:1.6}._modalDetailFooter_11fnf_125{flex-direction:column;align-items:stretch;gap:1rem;padding-top:1rem}._teacherProfileBox_11fnf_135{justify-content:flex-start;width:100%}._actionButtonGroup_11fnf_142{flex-direction:column;gap:10px;width:100%}._actionButtonGroup_11fnf_142 ._fileLink_11fnf_178,._actionButtonGroup_11fnf_142 ._fullViewBtn_11fnf_202{box-sizing:border-box;width:100%;height:42px;margin:0;font-size:.85rem}}._mentor-root_mehea_4{--primary-gradient:linear-gradient(135deg, #4f46e5, #6366f1);--emerald-gradient:linear-gradient(135deg, #10b981, #059669);--amber-gradient:linear-gradient(135deg, #f59e0b, #d97706);--surface-shadow:0 4px 24px #0f172a0a;--hover-shadow:0 12px 36px #0f172a14;--smooth-transition:all .3s cubic-bezier(.4, 0, .2, 1);background-color:var(--bg-page,#f8fafc);min-height:100vh;color:var(--text-body,#334155);flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}._mentor-nav_mehea_23{z-index:100;background:var(--bg-surface,#fff);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border,#e2e8f0);width:100%;position:sticky;top:0}._mentor-nav-inner_mehea_34{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1440px;margin:0 auto;padding:1rem 1.5rem;display:flex}._mentor-nav-brand_mehea_44{color:var(--primary,#4f46e5);white-space:nowrap;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}._mentor-nav-brand_mehea_44:before{content:"";background:var(--primary-gradient);border-radius:50%;width:8px;height:8px}._mentor-nav-right_mehea_63{align-items:center;gap:.75rem;display:flex}._mentor-switch-btn_mehea_69,._mentor-edit-btn_mehea_70{transition:var(--smooth-transition);white-space:nowrap;border-radius:10px;padding:.55rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none}._mentor-switch-btn_mehea_69{background:var(--amber-gradient);color:#fff}._mentor-edit-btn_mehea_70{background:var(--emerald-gradient);color:#fff}._mentor-switch-btn_mehea_69:hover,._mentor-edit-btn_mehea_70:hover{filter:brightness(1.05);transform:translateY(-1px)}._mentor-mode-badge_mehea_96{background:var(--bg-surface,#fff);border:1px solid var(--border,#e2e8f0);color:var(--text-heading,#0f172a);border-radius:8px;padding:.5rem .85rem;font-size:.8rem;font-weight:700}._mentor-main_mehea_109{box-sizing:border-box;flex:1;width:100%;max-width:1440px;margin:0 auto;padding:1.5rem}._mentor-layout-grid_mehea_118{grid-template-columns:380px 1fr;align-items:start;gap:2rem;display:grid}._mentor-notifications-panel_mehea_128{background:var(--bg-surface,#fff);border:1px solid var(--border,#e2e8f0);box-shadow:var(--surface-shadow);border-radius:20px;padding:1.5rem;position:sticky;top:90px}._mentor-section-header-row_mehea_138{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}._mentor-panel-title_mehea_146{color:var(--text-heading,#0f172a);margin:0;font-size:1.15rem;font-weight:700}._mentor-rank-badge_mehea_153{background:var(--emerald-light,#f0fdf4);border:1px solid var(--emerald,#bbf7d0);color:var(--emerald,#166534);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.825rem;display:inline-flex}._mentor-rank-divider_mehea_165{opacity:.3}._mentor-notifications-list_mehea_169{flex-direction:column;gap:.75rem;max-height:calc(100vh - 220px);padding-right:4px;display:flex;overflow-y:auto}._mentor-notification-item_mehea_178{background:var(--bg-page,#f8fafc);border:1px solid var(--border,#e2e8f0);cursor:pointer;transition:var(--smooth-transition);border-radius:12px;gap:.75rem;padding:.85rem 1rem;display:flex}._mentor-notification-item_mehea_178:hover{border-color:var(--primary,#4f46e5);background:var(--bg-surface,#fff);transform:translate(3px)}._mentor-notification-unread_mehea_195{background:var(--emerald-light,#f0fdf4);border-left:4px solid #10b981}._mentor-notification-replied_mehea_200{opacity:.6;background:var(--bg-surface,#fff)}._mentor-notif-dot_mehea_205{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}._mentor-notif-content_mehea_214{flex:1}._mentor-notif-text_mehea_218{color:var(--text-heading,#0f172a);margin:0;font-size:.875rem;line-height:1.45}._mentor-replied-tag_mehea_225{color:#64748b;margin-right:4px;font-style:italic;font-weight:500}._mentor-notif-time_mehea_232{color:#64748b;margin-top:.25rem;font-size:.75rem;display:block}._mentor-tasks-panel_mehea_242{flex-direction:column;gap:2.5rem;display:flex}._mentor-task-section_mehea_248{width:100%}._mentor-clean-header_mehea_252{margin-bottom:1.25rem}._mentor-panel-title-alt_mehea_256{color:var(--text-heading,#0f172a);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.4rem;font-weight:800}._mentor-section-subtitle_mehea_264{color:#64748b;margin:0;font-size:.9rem}._mentor-card-grid_mehea_270{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}._mentor-card_mehea_270{background:var(--bg-surface,#fff);border:1px solid var(--border,#e2e8f0);box-sizing:border-box;min-height:190px;transition:var(--smooth-transition);box-shadow:var(--surface-shadow);border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}._mentor-card_mehea_270:hover{box-shadow:var(--hover-shadow);transform:translateY(-4px)}._mentor-card--pending_mehea_298{cursor:pointer;border-top:4px solid var(--primary,#4f46e5)}._mentor-card--completed_mehea_303{border-top:4px solid #10b981}._mentor-card-top_mehea_307{flex-direction:column;display:flex}._mentor-card-icon_mehea_312{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}._mentor-card-icon--primary_mehea_322{color:#4f46e5;background:#e0e7ff}._mentor-card-icon--emerald_mehea_323{color:#065f46;background:#d1fae5}._mentor-icon_mehea_325{width:22px;height:22px}._mentor-icon--sm_mehea_326{width:14px;height:14px}._mentor-card-title_mehea_328{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .35rem;font-size:.95rem;font-weight:500}._mentor-card-subject_mehea_337{color:var(--text-heading,#0f172a);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}._mentor-card-score_mehea_345{color:var(--text-body,#334155);margin:0;font-size:1.05rem}._mentor-card-score_mehea_345 strong{color:#10b981;font-size:1.3rem}._mentor-card-action_mehea_356{color:var(--primary,#4f46e5);align-items:center;gap:.35rem;margin-top:1.5rem;font-size:.85rem;font-weight:600;display:flex}._mentor-card-arrow_mehea_366{width:14px;height:14px;transition:transform .2s}._mentor-card_mehea_270:hover ._mentor-card-arrow_mehea_366{transform:translate(3px)}._mentor-retake-btn_mehea_376{color:#64748b;cursor:pointer;transition:var(--smooth-transition);background:0 0;border:none;align-items:center;gap:.35rem;margin-top:1.5rem;padding:0;font-size:.85rem;font-weight:600;display:inline-flex}._mentor-retake-btn_mehea_376:hover{color:var(--primary,#4f46e5)}._mentor-empty-state_mehea_398{background:var(--bg-surface,#fff);border:1px dashed var(--border,#e2e8f0);text-align:center;border-radius:16px;padding:2.5rem}._mentor-empty-title_mehea_406{color:var(--text-heading,#0f172a);margin:0 0 .35rem;font-size:1.15rem}._mentor-empty-subtitle_mehea_412{color:#64748b;margin:0;font-size:.9rem}._mentor-no-notif-text_mehea_418{text-align:center;color:#64748b;margin:1.5rem 0;font-size:.85rem;font-style:italic}._mentor-loader-overlay_mehea_429{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a4d;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}._mentor-loader-box_mehea_441{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 50px #00000026}._mentor-spinner_mehea_451{width:44px;height:44px;color:var(--primary,#4f46e5);margin-bottom:1.25rem;animation:.8s linear infinite _spin_mehea_1}._mentor-spinner-track_mehea_459{opacity:.15}._mentor-loader-title_mehea_461{color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}._mentor-loader-subtitle_mehea_468{color:#64748b;margin:0;font-size:.875rem}._mentor-modal-overlay_mehea_477{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._mentor-modal_mehea_477{background:var(--bg-surface,#fff);border-radius:24px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}._mentor-test-header_mehea_501{border-bottom:1px solid var(--border,#e2e8f0);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}._mentor-test-title_mehea_511{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}._mentor-test-subtitle_mehea_518{color:#64748b;margin:.15rem 0 0;font-size:.85rem}._mentor-timer_mehea_524{color:#ef4444;background:#fef2f2;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.95rem;font-weight:700;display:flex}._mentor-timer-icon_mehea_536{width:18px;height:18px}._mentor-timer-value_mehea_537{font-family:monospace}._mentor-questions_mehea_539{background:#f8fafc;flex-direction:column;flex:1;gap:1.5rem;min-height:0;padding:1.5rem 1.5rem 3rem;display:flex;overflow-y:auto}._mentor-question-card_mehea_550{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:16px;padding:1.25rem}._mentor-question-text_mehea_557{color:#0f172a;margin:0 0 1rem;font-size:1rem;font-weight:600;line-height:1.5}._mentor-question-num_mehea_565{color:var(--primary,#4f46e5);margin-right:.25rem}._mentor-options_mehea_570{flex-direction:column;gap:.5rem;display:flex}._mentor-option_mehea_570{border:1px solid var(--border,#e2e8f0);cursor:pointer;transition:var(--smooth-transition);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}._mentor-option_mehea_570:hover{background:#f1f5f9}._mentor-option--selected_mehea_591{border-color:var(--primary,#4f46e5);background:#e0e7ff!important}._mentor-radio_mehea_596{accent-color:var(--primary,#4f46e5);margin-top:.15rem}._mentor-option-text_mehea_601{color:#334155;font-size:.9rem}._mentor-test-footer_mehea_606{border-top:1px solid var(--border,#e2e8f0);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}._mentor-answer-count_mehea_616{color:#64748b;font-size:.85rem}._mentor-btn-submit_mehea_621,._mentor-btn-primary_mehea_622{background:var(--primary-gradient);color:#fff;cursor:pointer;transition:var(--smooth-transition);border:none;border-radius:10px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600}._mentor-btn-submit_mehea_621:hover,._mentor-btn-primary_mehea_622:hover{filter:brightness(1.1)}._mentor-score-summary_mehea_642{text-align:center;padding:3rem 1.5rem}._mentor-score-icon-wrap_mehea_647{color:#10b981;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}._mentor-score-check_mehea_659{width:32px;height:32px}._mentor-score-heading_mehea_661{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem}._mentor-score-text_mehea_667{color:#64748b;margin:0 0 2rem;font-size:1rem}._mentor-score-value_mehea_673{color:#10b981;font-size:1.5rem;font-weight:800}._mentor-toast_mehea_682{z-index:1100;color:#fff;background:#0f172a;border-radius:12px;align-items:center;gap:.5rem;max-width:90vw;padding:.75rem 1.25rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0000004d}._mentor-toast-icon_mehea_699{color:#f59e0b;flex-shrink:0;width:16px;height:16px}._mentor-toast-text_mehea_700{font-size:.85rem;font-weight:500}@keyframes _spin_mehea_1{to{transform:rotate(360deg)}}@media (width<=1024px){._mentor-layout-grid_mehea_118{grid-template-columns:1fr;gap:1.75rem}._mentor-notifications-panel_mehea_128{position:static;top:auto}._mentor-notifications-list_mehea_169{max-height:280px}}@media (width<=768px){._mentor-nav-inner_mehea_34{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}._mentor-nav-right_mehea_63{flex-wrap:wrap;justify-content:space-between;width:100%}._mentor-switch-btn_mehea_69,._mentor-edit-btn_mehea_70,._mentor-mode-badge_mehea_96{text-align:center;flex:1;justify-content:center;padding:.5rem;font-size:.8rem}._mentor-main_mehea_109{padding:1rem}._mentor-panel-title-alt_mehea_256{font-size:1.2rem}._mentor-card-grid_mehea_270{grid-template-columns:1fr}._mentor-modal_mehea_477{max-height:95vh}._mentor-test-header_mehea_501{flex-direction:column;align-items:flex-start;gap:.75rem}._mentor-timer_mehea_524{box-sizing:border-box;justify-content:center;width:100%}._mentor-test-footer_mehea_606{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem}}@media (width<=400px){._mentor-nav-inner_mehea_34{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}._mentor-nav-right_mehea_63{flex-wrap:wrap;justify-content:space-between;width:100%}._mentor-switch-btn_mehea_69,._mentor-edit-btn_mehea_70,._mentor-mode-badge_mehea_96{text-align:center;flex:1;justify-content:center;padding:.5rem;font-size:.8rem}._mentor-main_mehea_109{padding:1rem}._mentor-panel-title-alt_mehea_256{font-size:1.2rem}._mentor-card-grid_mehea_270{grid-template-columns:1fr}._mentor-modal_mehea_477{max-height:95vh}._mentor-test-header_mehea_501{flex-direction:column;align-items:flex-start;gap:.75rem}._mentor-timer_mehea_524{box-sizing:border-box;justify-content:center;width:100%}._mentor-test-footer_mehea_606{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem}}._dashboard-tabs-bar_mehea_851{border-bottom:2px solid var(--border,#e2e8f0);gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}._dashboard-tab-btn_mehea_859{color:#64748b;cursor:pointer;transition:var(--smooth-transition);background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex}._dashboard-tab-btn_mehea_859:hover{color:var(--primary,#4f46e5)}._dashboard-tab-btn_mehea_859._active_mehea_878{color:var(--primary,#4f46e5);border-bottom-color:var(--primary,#4f46e5)}._tab-notif-count_mehea_883{color:#fff;background:#ef4444;border-radius:99px;margin-left:.25rem;padding:2px 6px;font-size:.75rem;font-weight:700}._mentor-chat-workspace_mehea_893{background:var(--bg-surface);border:1px solid var(--border,#e2e8f0);height:600px;box-shadow:var(--surface-shadow);border-radius:20px;grid-template-columns:320px 1fr;display:grid;overflow:hidden}._mentor-chat-sidebar_mehea_904{border-right:1px solid var(--border,#e2e8f0);background:var(--bg-page);flex-direction:column;display:flex}._sidebar-title_mehea_911{color:var(--text-heading,#0f172a);border-bottom:1px solid var(--border,#e2e8f0);background:var(--bg-surface);margin:0;padding:1.25rem;font-size:1rem;font-weight:700}._sidebar-list_mehea_921{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}._loading-chats-text_mehea_930,._empty-chats-box_mehea_931{text-align:center;color:#64748b;padding:2rem 1rem;font-size:.85rem}._empty-chats-box_mehea_931 p{color:var(--text-heading);margin:.5rem 0 .25rem;font-weight:600}._empty-chats-box_mehea_931 span{color:var(--text-muted);font-size:.75rem;line-height:1.4;display:block}._empty-icon_mehea_951{color:#cbd5e1;margin:0 auto}._chat-sidebar-card_mehea_956{background:var(--bg-surface);border:1px solid var(--border,#e2e8f0);cursor:pointer;transition:var(--smooth-transition);border-radius:12px;gap:.75rem;padding:.75rem 1rem;display:flex}._chat-sidebar-card_mehea_956:hover{border-color:var(--primary,#4f46e5);background:var(--bg-page)}._chat-sidebar-card_mehea_956._active_mehea_878{background:var(--primary-light,#185fa526);border-color:var(--primary,#4f46e5)}._chat-card-avatar_mehea_977{object-fit:cover;background:#f1f5f9;border-radius:50%;width:40px;height:40px}._chat-card-info_mehea_985{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}._chat-card-header_mehea_993{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.15rem;display:flex}._chat-card-name_mehea_1001{color:var(--text-heading,#0f172a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;overflow:hidden}._chat-card-time_mehea_1011{color:#94a3b8;font-size:.7rem}._chat-card-preview_mehea_1016{color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}._mentor-chat-thread_mehea_1025{background:var(--bg-surface);flex-direction:column;height:100%;min-height:0;display:flex}._chat-thread-placeholder_mehea_1033{text-align:center;color:var(--text-body);background:var(--bg-page);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}._placeholder-icon_mehea_1045{color:#cbd5e1;margin-bottom:1rem}._chat-thread-placeholder_mehea_1033 h3{color:var(--text-heading,#0f172a);margin:0 0 .5rem;font-size:1.15rem}._chat-thread-placeholder_mehea_1033 p{max-width:320px;margin:0;font-size:.85rem;line-height:1.5}._chat-room-container_mehea_1063{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}._chat-room-header_mehea_1071{color:#fff;background:#008069;flex-shrink:0;align-items:center;gap:12px;padding:16px 24px;display:flex}._chat-room-back-btn_mehea_1081{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}._chat-room-back-btn_mehea_1081:hover{background:#ffffff1a}._chat-room-avatar_mehea_1097{object-fit:cover;background:#f1f5f9;border-radius:50%;width:36px;height:36px}._chat-room-header-details_mehea_1105{flex-direction:column;display:flex}._chat-room-peer-name_mehea_1110{color:#fff;margin:0;font-size:1.1rem;font-weight:700}._chat-room-status_mehea_1117{color:#dcf8c6;font-size:.8rem;display:block}._chat-room-message-list_mehea_1123{box-sizing:border-box;background:var(--chat-bg,#efeae2);background-image:var(--chat-pattern,url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83v58.34h-58.34v-.83l57.51-58.34h.001zM0 0h52.969L0 53.791V0z' fill='%23d8d2c9' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"));flex-direction:column;flex:1;gap:16px;min-height:0;padding:24px;display:flex;overflow-y:auto}._chat-room-empty-msgs_mehea_1136{text-align:center;color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;font-size:.85rem;display:flex}._chat-msg-row_mehea_1148{width:100%;display:flex}._chat-msg-row_mehea_1148._me_mehea_4{justify-content:flex-end}._chat-msg-row_mehea_1148._peer_mehea_1157{justify-content:flex-start}._chat-msg-bubble_mehea_1161{border-radius:16px;max-width:70%;padding:.75rem 1rem;position:relative;box-shadow:0 1px 3px #0000000d}._chat-msg-bubble_mehea_1161._me_mehea_4{background:var(--msg-me-bg);color:var(--msg-me-text);border-bottom-right-radius:4px}._chat-msg-bubble_mehea_1161._peer_mehea_1157{background:var(--msg-peer-bg);color:var(--msg-peer-text);border:1px solid var(--border);border-bottom-left-radius:4px}._chat-msg-text_mehea_1182{word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}._chat-msg-time_mehea_1189{text-align:right;opacity:.7;margin-top:.25rem;font-size:.65rem;display:block}._chat-room-input-form_mehea_1197{border-top:1px solid var(--border,#e2e8f0);background:var(--bg-surface);flex-shrink:0;gap:.75rem;padding:1rem 1.25rem;display:flex}._chat-room-input-field_mehea_1206{border:1px solid var(--border,#e2e8f0);background:var(--bg-page);color:var(--text-heading);transition:var(--smooth-transition);border-radius:12px;outline:none;flex:1;padding:.65rem 1rem;font-size:.9rem}._chat-room-input-field_mehea_1206:focus{border-color:var(--primary,#4f46e5);background:var(--bg-surface);box-shadow:0 0 0 3px var(--primary-light,#4f46e51a)}._chat-room-send-btn_mehea_1224{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}._chat-room-send-btn_mehea_1224:hover:not(:disabled){background:#008f6f}._chat-room-send-btn_mehea_1224:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){._mentor-chat-workspace_mehea_893{border-radius:12px;grid-template-columns:1fr;height:100%;min-height:520px;position:relative}._mentor-chat-sidebar_mehea_904{flex-direction:column;width:100%;display:flex}._mentor-chat-thread_mehea_1025,._mentor-chat-workspace_mehea_893[data-chat-selected=true] ._mentor-chat-sidebar_mehea_904{display:none}._mentor-chat-workspace_mehea_893[data-chat-selected=true] ._mentor-chat-thread_mehea_1025{flex-direction:column;height:520px;display:flex}._chat-room-back-btn_mehea_1081{display:flex!important}}._connection-requests-section_mehea_1288{border-top:1px solid var(--border,#e2e8f0);margin-top:2rem;padding-top:1.5rem}._connection-requests-list_mehea_1294{flex-direction:column;gap:.75rem;max-height:250px;padding-right:4px;display:flex;overflow-y:auto}._mentor-request-card_mehea_1303{background:var(--bg-page,#f8fafc);border:1px solid var(--border,#e2e8f0);transition:var(--smooth-transition);border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}._mentor-request-card_mehea_1303:hover{box-shadow:var(--surface-shadow);border-color:var(--primary,#4f46e5);transform:translateY(-2px)}._mentor-accept-btn_mehea_1320{background:var(--emerald-gradient);color:#fff;cursor:pointer;transition:var(--smooth-transition);border:none;border-radius:8px;flex:1;padding:8px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #10b98126}._mentor-accept-btn_mehea_1320:hover{filter:brightness(1.05);transform:translateY(-1px)}._mentor-reject-btn_mehea_1339{color:#dc2626;cursor:pointer;transition:var(--smooth-transition);background:#f1f5f9;border:1px solid #fee2e2;border-radius:8px;flex:1;padding:8px;font-size:.75rem;font-weight:700}._mentor-reject-btn_mehea_1339:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}._profileRoot_1tpgf_3{background:linear-gradient(#eff6ff 0%,#fff 70%);min-height:100vh;padding:2rem 1rem 4rem}._profileHeaderBar_1tpgf_9{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}._backButton_1tpgf_18,._homeLink_1tpgf_19{color:#2563eb;background:#fff;border:1px solid #3b82f62e;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}._backButton_1tpgf_18:hover,._homeLink_1tpgf_19:hover{transform:translateY(-1px);box-shadow:0 10px 30px #2563eb1f}._loadingState_1tpgf_39,._errorCard_1tpgf_40{text-align:center;color:#0f172a;background:#fff;border-radius:1.5rem;max-width:60rem;margin:0 auto;padding:2rem;box-shadow:0 20px 45px #0f172a14}._profileCard_1tpgf_51{background:#fff;border-radius:2rem;max-width:74rem;margin:0 auto;padding:2rem;box-shadow:0 30px 70px #0f172a14}._profileTop_1tpgf_60{grid-template-columns:auto 1fr;align-items:start;gap:2rem;display:grid}._profileImage_1tpgf_67{object-fit:cover;background:#f8fafc;border:6px solid #3b82f626;border-radius:50%;width:9.5rem;height:9.5rem}._profileSummary_1tpgf_76{flex-direction:column;gap:1.5rem;display:flex}._profileTitleRow_1tpgf_82{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}._profileRole_1tpgf_89{color:#2563eb;text-transform:uppercase;letter-spacing:.15em;margin:0 0 .5rem;font-size:.92rem;font-weight:700}._profileName_1tpgf_98{letter-spacing:-.03em;background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,2.8vw,3.4rem);font-weight:800;line-height:1.05}._profileStatsRow_1tpgf_110{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}._profileStatInfo_1tpgf_118{align-items:center;gap:.4rem;display:flex}._rankBadge_1tpgf_124{color:#92400e;background:#fedd0026;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:700;display:inline-flex}._rankIcon_1tpgf_136{color:#f59e0b}._statLabel_1tpgf_140{color:#64748b;font-size:.9rem}._statSeparator_1tpgf_151{color:#cbd5e1}._profileAbout_1tpgf_155{color:#475569;white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.8}._statsGrid_1tpgf_163{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}._statCard_1tpgf_169{background:#eff6ff;border-radius:1.5rem;padding:1.15rem 1.25rem}._statLabel_1tpgf_140{color:#475569;margin-bottom:.6rem;font-size:.82rem;display:block}._statValue_1tpgf_145{color:#0f172a;font-size:1.7rem;font-weight:800}._aboutSection_1tpgf_188,._expertiseSection_1tpgf_189{margin-top:2rem}._sectionHeadingRow_1tpgf_193{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}._aboutSection_1tpgf_188 h2,._expertiseSection_1tpgf_189 h2{margin:0;font-size:1.3rem}._aboutSection_1tpgf_188 p{color:#475569;white-space:pre-wrap;margin:.5rem 0 0;font-size:1rem;line-height:1.8}._sectionHeadingRow_1tpgf_193 span{color:#64748b;font-size:.95rem}._chipList_1tpgf_220{flex-wrap:wrap;gap:.85rem;display:flex}._chip_1tpgf_220{color:#1d4ed8;background:#3b82f61f;border-radius:999px;padding:.7rem 1rem;font-weight:700}._emptyText_1tpgf_234{color:#64748b}@media (width<=860px){._profileTop_1tpgf_60{grid-template-columns:1fr;justify-items:center}._avatarCol_1tpgf_244{justify-self:center;align-items:center;width:100%;max-width:280px}._profileSummary_1tpgf_76{text-align:center;align-items:center}._profileTitleRow_1tpgf_82{text-align:center;flex-direction:column;align-items:center}._profileStatsRow_1tpgf_110{justify-content:center}._statsGrid_1tpgf_163{grid-template-columns:1fr;width:100%}}@media (width<=600px){._profileRoot_1tpgf_3{padding:1.5rem 1rem 3rem}._profileHeaderBar_1tpgf_9{flex-direction:column;align-items:center;gap:.75rem}._backButton_1tpgf_18,._homeLink_1tpgf_19{justify-content:center;width:100%;max-width:280px}}._avatarCol_1tpgf_244{flex-direction:column;flex-shrink:0;align-items:center;gap:1.25rem;width:12rem;display:flex}._avatarActionWrap_1tpgf_300{justify-content:center;width:100%;display:flex}._requestChatBtn_1tpgf_306,._requestChatBtnDisabled_1tpgf_307,._requestChatBtnSuccess_1tpgf_308{box-sizing:border-box;text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.25rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}._requestChatBtn_1tpgf_306{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%);border:none;box-shadow:0 4px 15px #4f46e540}._requestChatBtn_1tpgf_306:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}._requestChatBtn_1tpgf_306:active{transform:translateY(0)}._requestChatBtnDisabled_1tpgf_307{color:#64748b;cursor:not-allowed;background:#f1f5f9;border:1px solid #cbd5e1}._requestChatBtnSuccess_1tpgf_308{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;box-shadow:0 4px 15px #10b98140}._requestChatBtnSuccess_1tpgf_308:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}._requestChatBtnSuccess_1tpgf_308:active{transform:translateY(0)}._toast_1tpgf_365{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:700;display:flex;position:fixed;top:24px;left:50%;box-shadow:0 10px 30px #0f172a1f}._toastSuccess_1tpgf_381{color:#065f46;background:#d1fae5f2;border:1px solid #a7f3d0cc}._toastError_1tpgf_387{color:#991b1b;background:#fee2e2f2;border:1px solid #fca5a5cc}._toastIcon_1tpgf_393{font-size:1.1rem}._dashboardRoot_1u1qi_1{background-color:var(--bg-page);min-height:100vh;color:var(--text-body);font-family:var(--font-main);padding:2rem 1.5rem 4rem;transition:background-color .3s,color .3s}._dashboardHeader_1u1qi_10{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}._breadcrumb_1u1qi_18{color:var(--primary);cursor:pointer;margin:0;font-weight:700;transition:color .2s}._breadcrumb_1u1qi_18:hover{color:var(--accent)}._heading_1u1qi_30{color:var(--text-heading);margin:.25rem 0 0;font-size:clamp(2rem,2.4vw,2.8rem)}._subheading_1u1qi_36{color:var(--text-body);max-width:46rem;margin:.75rem 0 0;line-height:1.7}._backButton_1u1qi_43{background:var(--primary);color:var(--text-white);cursor:pointer;border:none;border-radius:999px;padding:.95rem 1.3rem;font-weight:700;transition:transform .2s,background-color .2s}._backButton_1u1qi_43:hover{background:var(--accent);transform:translateY(-1px)}._overviewGrid_1u1qi_59{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem;display:grid}._overviewCard_1u1qi_66{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1.5rem;padding:1.5rem}._overviewLabel_1u1qi_74{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;display:block}._overviewValue_1u1qi_81{color:var(--text-heading);font-size:2rem;font-weight:800;display:block}._questionsSection_1u1qi_88{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:2rem;padding:1.75rem}._questionsToolbar_1u1qi_96{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}._questionsToolbar_1u1qi_96 h2{color:var(--text-heading);margin:0;font-size:1.4rem}._searchInput_1u1qi_111{box-sizing:border-box;border:1px solid var(--border);background-color:var(--bg-page);width:100%;max-width:22rem;color:var(--text-body);border-radius:999px;outline:none;padding:.95rem 1.1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._searchInput_1u1qi_111:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-hover)}._statusText_1u1qi_130{color:var(--text-muted);margin:0;font-size:1rem}._questionList_1u1qi_136{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}@media (width<=960px){._overviewGrid_1u1qi_59,._questionList_1u1qi_136{grid-template-columns:1fr}}@media (width<=520px){._dashboardRoot_1u1qi_1{padding:1.5rem 1rem 3rem}._dashboardHeader_1u1qi_10{flex-direction:column;align-items:stretch}._questionsSection_1u1qi_88{border-radius:1.25rem;padding:1rem}._questionsToolbar_1u1qi_96{flex-direction:column;align-items:stretch}._searchInput_1u1qi_111{max-width:100%}}._pageContainer_nt26u_1{background-color:var(--bg-page);min-height:100vh;color:var(--text-heading);font-family:var(--font-main);justify-content:center;padding:40px 20px;transition:background-color .3s,color .3s;display:flex}._contentWrapper_nt26u_12{flex-direction:column;gap:24px;width:100%;max-width:800px;display:flex}._backBtn_nt26u_20{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;font-family:var(--font-main);background:0 0;border-radius:8px;align-self:flex-start;padding:8px 16px;font-weight:500;transition:all .2s}._backBtn_nt26u_20:hover{background:var(--bg-surface);color:var(--text-heading);border-color:var(--primary);transform:translate(-2px)}._questionSection_nt26u_41{background:var(--bg-surface);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:16px;padding:24px;transition:all .3s;display:flex}._subjectBadge_nt26u_53{background:var(--primary-light);color:var(--primary);border-radius:16px;align-self:flex-start;padding:4px 12px;font-size:.85rem;font-weight:600}._topic_nt26u_63{color:var(--text-heading);margin:0;font-size:1.6rem;font-weight:700}._description_nt26u_70{color:var(--text-body);font-size:1rem;line-height:1.6}._metaRow_nt26u_76{border-top:1.5px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:16px;font-size:.9rem;display:flex}._teacherInfo_nt26u_86{align-items:center;gap:12px;display:flex}._avatar_nt26u_92{background-color:var(--primary);width:32px;height:32px;color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}._actions_nt26u_104{gap:12px;display:flex}._actionBtn_nt26u_109{background-color:var(--bg-page);border:1.5px solid var(--border);color:var(--text-body);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-weight:500;transition:all .2s;display:flex}._actionBtn_nt26u_109:hover{background-color:var(--bg-surface);border-color:var(--primary);color:var(--primary)}._liked_nt26u_129{color:var(--accent);border-color:var(--accent);background:#7f77dd1f}._repliesSection_nt26u_136{flex-direction:column;gap:16px;display:flex}._repliesHeader_nt26u_142{color:var(--text-heading);margin:0;font-size:1.25rem;font-weight:600}._replyCard_nt26u_149{background:var(--bg-surface);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;gap:12px;padding:16px;transition:all .3s;display:flex}._replyMeta_nt26u_161{align-items:center;gap:12px;display:flex}._replyAuthor_nt26u_167{color:var(--text-heading);font-weight:600}._replyDate_nt26u_172{color:var(--text-muted);font-size:.8rem}._replyText_nt26u_177{color:var(--text-body);font-size:.95rem;line-height:1.5}._replyForm_nt26u_184{background:var(--bg-surface);border:1.5px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}._replyInput_nt26u_194{background-color:var(--bg-page);border:1.5px solid var(--border);box-sizing:border-box;width:100%;min-height:100px;color:var(--text-heading);resize:vertical;border-radius:8px;padding:12px;font-family:inherit;transition:border-color .2s,box-shadow .2s}._replyInput_nt26u_194:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}._submitReplyBtn_nt26u_214{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--text-white);cursor:pointer;border:none;border-radius:6px;align-self:flex-end;padding:10px 20px;font-weight:600;transition:transform .2s,opacity .2s,box-shadow .2s;box-shadow:0 4px 12px #185fa540}._submitReplyBtn_nt26u_214:hover{transform:translateY(-1px);box-shadow:0 6px 16px #185fa559}._submitReplyBtn_nt26u_214:active{transform:translateY(0)}._submitReplyBtn_nt26u_214:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none;transform:none}._replyNotice_nt26u_244{background:var(--primary-light);border:1.5px solid var(--primary);color:var(--text-body);border-radius:12px;padding:18px;line-height:1.6}._attachmentImage_nt26u_253{object-fit:contain;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;max-width:100%;max-height:400px;margin-top:16px;padding:8px}._modalOverlay_nt26u_265{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background-color:#00000080;justify-content:center;align-items:center;animation:.25s ease-out _fadeIn_nt26u_1;display:flex;position:fixed;inset:0}._successCard_nt26u_277{background-color:var(--bg-surface);border:1.5px solid var(--border);text-align:center;width:90%;max-width:400px;box-shadow:var(--shadow-xl);border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;animation:.3s cubic-bezier(.34,1.56,.64,1) _scaleUp_nt26u_1;display:flex}._successIconContainer_nt26u_293{color:#10b981;background-color:#10b9811f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}._successIcon_nt26u_293{width:32px;height:32px}._successTitle_nt26u_310{color:var(--text-heading);margin:0;font-size:1.45rem;font-weight:700}._successMessage_nt26u_317{color:var(--text-body);margin:0;font-size:.95rem;line-height:1.5}._successCloseBtn_nt26u_324{background:linear-gradient(135deg, var(--primary), var(--accent));color:var(--text-white);cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px 24px;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #185fa540}._successCloseBtn_nt26u_324:hover{transform:translateY(-1px);box-shadow:0 6px 16px #185fa559}._successCloseBtn_nt26u_324:active{transform:translateY(0)}@keyframes _fadeIn_nt26u_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleUp_nt26u_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._widgetContainer_1kq4g_1{z-index:9999;font-family:Outfit,Inter,-apple-system,sans-serif;position:fixed;bottom:24px;right:24px}._floatingBubble_1kq4g_9{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative;box-shadow:0 10px 25px #2563eb59}._unreadBadge_1kq4g_24{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}._chatPanel_1kq4g_42{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);z-index:2;border-radius:20px;flex-direction:column;width:380px;height:520px;display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 20px 50px #0f172a26}._directory_1kq4g_60{flex-direction:column;height:100%;display:flex}._panelHeader_1kq4g_66{background:var(--bg-section-alt);border-bottom:1px solid var(--border);padding:20px 20px 15px}._panelHeader_1kq4g_66 h3{color:var(--text-heading);margin:0 0 4px;font-size:1.15rem;font-weight:800}._panelHeader_1kq4g_66 p{color:var(--text-muted);margin:0;font-size:.82rem}._tabHeaders_1kq4g_85{border-bottom:1px solid var(--border);background:var(--bg-card);display:flex}._tabBtn_1kq4g_91{color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-size:.9rem;font-weight:700;transition:color .2s;position:relative}._tabBtn_1kq4g_91:hover{color:#0f172a}._activeTab_1kq4g_108{color:#2563eb}._activeTab_1kq4g_108:after{content:"";background:#2563eb;border-radius:99px;height:3px;position:absolute;bottom:0;left:20%;right:20%}._tabNotif_1kq4g_123{vertical-align:top;background:#ef4444;border-radius:50%;width:6px;height:6px;margin-left:4px;display:inline-block}._panelContent_1kq4g_133{flex:1;padding:10px;overflow-y:auto}._conversationsList_1kq4g_139{flex-direction:column;gap:8px;display:flex}._emptyState_1kq4g_145{flex-direction:center;text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 20px;display:flex}._emptyState_1kq4g_145 p{color:var(--text-heading);margin:0;font-size:.92rem;font-weight:600}._emptyState_1kq4g_145 span{color:#94a3b8;font-size:.78rem}._conversationCard_1kq4g_169{cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:background .2s;display:flex}._conversationCard_1kq4g_169:hover{background:var(--bg-section-alt)}._chatAvatar_1kq4g_183{object-fit:cover;border:2px solid #e2e8f0;border-radius:50%;width:44px;height:44px}._chatDetails_1kq4g_191{flex:1;min-width:0}._chatRow_1kq4g_196{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}._chatName_1kq4g_203{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:700;overflow:hidden}._chatTime_1kq4g_213{color:#94a3b8;font-size:.72rem}._chatPreview_1kq4g_218{color:var(--text-body);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}._inlineUnreadBadge_1kq4g_227{color:#fff;background:#10b981;border-radius:10px;margin-left:8px;padding:2px 6px;font-size:.7rem;font-weight:700}._chatRoom_1kq4g_238{flex-direction:column;height:100%;display:flex}._chatHeader_1kq4g_244{color:#fff;background:#008069;align-items:center;gap:12px;padding:12px 16px;display:flex}._backBtn_1kq4g_253{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}._backBtn_1kq4g_253:hover{color:#fff;background:#ffffff1a}._closeBtn_1kq4g_270{transition:all .25s cubic-bezier(.4,0,.2,1);color:var(--text-heading)!important}._closeBtn_1kq4g_270:hover{transform:rotate(90deg);background:var(--bg-surface-hover,#0000000d)!important;color:var(--primary)!important}._peerAvatar_1kq4g_281{object-fit:cover;border-radius:50%;width:38px;height:38px}._peerName_1kq4g_288{color:#fff;margin:0;font-size:.92rem;font-weight:700}._peerStatus_1kq4g_295{color:#dcf8c6;font-size:.75rem;display:block}._messageArea_1kq4g_301{background:var(--chat-bg,#efeae2);background-image:var(--chat-pattern,url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83v58.34h-58.34v-.83l57.51-58.34h.001zM0 0h52.969L0 53.791V0z' fill='%23d8d2c9' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"));flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}._emptyMessages_1kq4g_312{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:20px;display:flex}._emptyMessages_1kq4g_312 p{color:#475569;margin:0;font-size:.9rem;font-weight:600}._expiryDisclaimer_1kq4g_331{color:#f59e0b;font-size:.75rem}._messageWrapper_1kq4g_336{width:100%;display:flex}._meWrapper_1kq4g_341{justify-content:flex-end}._peerWrapper_1kq4g_345{justify-content:flex-start}._bubble_1kq4g_349{border-radius:16px;max-width:75%;padding:10px 14px;box-shadow:0 2px 8px #0000000a}._meBubble_1kq4g_356{color:#111b21;background:#d9fdd3;border-bottom-right-radius:4px}._peerBubble_1kq4g_362{color:#111b21;background:#fff;border:1px solid #0000000d;border-bottom-left-radius:4px}._messageText_1kq4g_369{word-break:break-word;margin:0 0 4px;font-size:.88rem;line-height:1.45}._timestamp_1kq4g_376{opacity:.7;text-align:right;font-size:.65rem;display:block}._inputBar_1kq4g_383{background:var(--bg-card);border-top:1px solid var(--border);gap:8px;padding:12px 16px;display:flex}._messageInput_1kq4g_391{border:1px solid var(--border);background:var(--bg-surface);color:var(--text-heading);border-radius:99px;outline:none;flex:1;padding:10px 14px;font-size:.88rem}._messageInput_1kq4g_391:focus{border-color:#2563eb}._sendBtn_1kq4g_406{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}._sendBtn_1kq4g_406:hover:not(:disabled){background:#008f6f}._sendBtn_1kq4g_406:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}._requestsPanel_1kq4g_431{flex-direction:column;gap:16px;padding:10px;display:flex}._requestsSection_1kq4g_438{flex-direction:column;gap:8px;display:flex}._subHeader_1kq4g_444{color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-left:3px solid #2563eb;margin:0;padding-left:6px;font-size:.85rem;font-weight:700}._subEmpty_1kq4g_455{color:#94a3b8;margin:0;padding:10px 0;font-size:.8rem}._requestCard_1kq4g_462{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}._reqTop_1kq4g_472{justify-content:space-between;align-items:center;display:flex}._reqProfile_1kq4g_478{color:var(--text-heading);align-items:center;gap:6px;font-size:.88rem;font-weight:700;display:flex}._statusLabel_1kq4g_487{text-transform:uppercase;border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:700}._pending_1kq4g_495{color:#d97706;background:#fef3c7}._accepted_1kq4g_500{color:#059669;background:#d1fae5}._rejected_1kq4g_505{color:#dc2626;background:#fee2e2}._cancelled_1kq4g_510{color:#64748b;background:#f1f5f9}._reqMsg_1kq4g_515{color:var(--text-body);margin:0;font-size:.82rem;font-style:italic;line-height:1.4}._reqActions_1kq4g_523{gap:8px;margin-top:4px;display:flex}._acceptBtn_1kq4g_529,._rejectBtn_1kq4g_530{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:700;display:flex}._acceptBtn_1kq4g_529{color:#fff;background:#10b981}._acceptBtn_1kq4g_529:hover{background:#059669}._rejectBtn_1kq4g_530{background:var(--bg-section-alt);color:var(--red-600);border:1px solid var(--border)}._rejectBtn_1kq4g_530:hover{background:#fee2e2}@media (width<=600px){._widgetContainer_1kq4g_1{bottom:16px;right:16px}._chatPanel_1kq4g_42{border-radius:16px;width:auto;height:calc(100dvh - 120px);max-height:600px;position:fixed;bottom:80px;left:8px;right:8px}}@media (width<=400px){._chatPanel_1kq4g_42{height:calc(100dvh - 110px);bottom:76px;left:4px;right:4px}._floatingBubble_1kq4g_9{width:50px;height:50px}}._chatBackdrop_1kq4g_597{-webkit-backdrop-filter:blur(4px);z-index:1;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}
