.skip-to-content{position:absolute;top:-100px;left:16px;background:var(--p);color:#fff;padding:8px 16px;border-radius:var(--r);font-size:14px;font-weight:600;z-index:9999;text-decoration:none;transition:top .2s}.skip-to-content:focus{top:16px}html:not([lang]){visibility:hidden}@font-face{font-display:swap}:root{--p:#3aabce;--p2:#1e7fa3;--p3:#2b8faf;--pl:#ebf7fb;--pl2:#c5e8f3;--ink:#0f1923;--ink2:#2d3748;--ink3:#718096;--cream:#f8fafb;--white:#fff;--border:#e2e8f0;--border2:#cbd5e0;--green:#22c55e;--green-l:#dcfce7;--red:#ef4444;--red-l:#fee2e2;--gold:#f59e0b;--gold-l:#fef3c7;--purple:#8b5cf6;--r:6px;--r2:12px;--sidebar-w:220px}[data-theme=dark]{--pl2:#1e4a5a}[data-theme=dark] body{background:#0f172a}[data-theme=dark] .btn-ghost:hover{border-color:var(--p)!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--cream);color:var(--ink);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}a,a:hover{text-decoration:none!important}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--white,#fff);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:0;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow:hidden;transition:transform .25s ease,background .2s}.sidebar-user-row{display:flex;align-items:center;gap:10px;padding:12px 14px 10px;border-bottom:1px solid var(--border);text-decoration:none;cursor:pointer;transition:background .15s}.sidebar-user-row:hover{background:var(--cream)}.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--p);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.sidebar-user-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-user-info{flex:1 1;min-width:0}.sidebar-user-name{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px}.sidebar-user-role{font-size:10px;font-weight:600;color:var(--ink3);text-transform:uppercase;letter-spacing:.4px;margin-top:1px}.sidebar-user-chevron{color:var(--ink3);flex-shrink:0}.sidebar-completion{padding:10px 14px 8px;border-bottom:1px solid var(--border)}.sidebar-completion-row{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:var(--ink3);margin-bottom:5px}.sidebar-completion-pct{color:var(--p2)}.nav-section{font-size:9px;padding:14px 14px 4px}.nav-item{gap:10px;border-radius:8px;margin:1px 6px;font-size:13px;transition:background .15s,color .15s;width:calc(100% - 12px);text-align:left;line-height:1.2;min-height:unset}.nav-item:hover{color:var(--ink)}.nav-item.active svg{color:var(--p2)}.nav-group-btn{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;margin:1px 6px;font-size:13px;font-weight:500;color:var(--ink2);cursor:pointer;border:none;background:none;font-family:inherit;width:calc(100% - 12px);transition:background .15s,color .15s;line-height:1.2;min-height:unset}.nav-group-btn:hover{background:var(--cream);color:var(--ink)}.nav-group-btn.active{color:var(--p2);font-weight:700;background:var(--pl)}.nav-group-children{margin-inline-start:14px;padding-inline-start:10px;border-inline-start:2px solid var(--border);margin-top:2px;margin-bottom:2px}.nav-group-children .nav-item{font-size:12.5px;padding:7px 10px}.sidebar-upgrade{margin:6px 8px 4px;padding:10px 14px;border-radius:8px;background:linear-gradient(135deg,var(--p2),var(--p));color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s;width:calc(100% - 16px)}.sidebar-upgrade:hover{opacity:.92}.sidebar-footer{padding:8px 8px 12px;border-top:1px solid var(--border);flex-shrink:0}.sidebar-footer-actions{display:flex;gap:4px;margin-top:4px}.sidebar-footer-btn{flex:1 1;display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--cream);color:var(--ink3);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;transition:background .15s,color .15s}.sidebar-footer-btn:hover{background:var(--border);color:var(--ink2)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:99}.main-content{flex:1 1;padding:1.5rem;max-width:100%;overflow-x:hidden}.app-layout>.main-content{margin-left:var(--sidebar-w)}[dir=rtl] .app-layout>.main-content{margin-left:0;margin-right:var(--sidebar-w)}.admin-layout-content{margin-left:0!important;margin-right:0!important}.mobile-topbar{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid var(--border);z-index:101;align-items:center;justify-content:space-between;padding:0 1rem}.card{background:#fff;border:1px solid var(--border);border-radius:var(--r2);padding:1.25rem}.btn-primary{background:var(--p);color:#fff;border:none;border-radius:20px;padding:9px 20px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .1s;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.btn-primary:hover{opacity:.88}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:none;color:var(--ink2);border:1.5px solid var(--border2);border-radius:20px;padding:8px 18px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:.15s;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.btn-ghost:hover{border-color:var(--p);color:var(--p2)}.btn-ghost:disabled{opacity:.55;cursor:not-allowed}.nav-section{font-size:10px;font-weight:700;color:var(--ink3);text-transform:uppercase;letter-spacing:.8px;padding:.5rem 6px .3rem;margin-top:.5rem}.nav-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--r);color:var(--ink2);text-decoration:none;font-size:13.5px;font-weight:500;transition:.12s;cursor:pointer;border:none;background:none;width:100%;font-family:inherit;white-space:nowrap}.nav-item:hover{background:var(--cream);color:var(--p2)}.nav-item.active{background:var(--pl);color:var(--p2);font-weight:700}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:12.5px;font-weight:600;color:var(--ink2);margin-bottom:5px}input,select,textarea{width:100%;padding:9px 12px;border:1.5px solid var(--border2);border-radius:var(--r);font-size:13.5px;font-family:inherit;color:var(--ink);background:#fff;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--p)}textarea{resize:vertical;min-height:80px}.pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:11.5px;font-weight:600;white-space:nowrap}.pill-blue{background:var(--pl);color:var(--p2)}.pill-green{background:var(--green-l);color:#15803d}.pill-red{background:var(--red-l);color:#b91c1c}.pill-gold{background:var(--gold-l);color:#92400e}.pill-gray{background:var(--cream);color:var(--ink3);border:1px solid var(--border)}.pill-purple{background:#ede9fe;color:#6d28d9}.avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.spinner{width:18px;height:18px;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.toast{will-change:transform,opacity;position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-size:13.5px;font-weight:600;z-index:9999;white-space:nowrap;box-shadow:0 4px 20px #0003;animation:slideUp .2s ease}.toast.success{background:var(--green)}.toast.error{background:var(--red)}@keyframes slideUp{0%{opacity:0;transform:translateX(-50%) translateY(10px)}}.progress-wrap{height:5px;background:var(--border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--p);border-radius:3px;transition:width .3s}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.grid-4{grid-gap:.75rem;gap:.75rem}.section-title{font-size:12px;font-weight:700;color:var(--ink3);text-transform:uppercase;letter-spacing:.7px;margin-bottom:.75rem}[dir=rtl] .sidebar{left:auto;right:0;border-right:none;border-left:1px solid var(--border)}[dir=rtl] .nav-item{flex-direction:row-reverse}@media (max-width:768px){:root{--sidebar-w:0px}.mobile-topbar{display:flex}.sidebar{transform:translateX(-100%);width:100vw;top:0;box-shadow:none}.sidebar.open{transform:translateX(0)}.sidebar-overlay.open{display:block}[dir=rtl] .sidebar{transform:translateX(100%)}[dir=rtl] .sidebar.open{transform:translateX(0)}.main-content{margin-left:0!important;margin-right:0!important;padding:calc(56px + 1rem) 1rem 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr!important}.desktop-only{display:none!important}.btn-mobile-full{width:100%!important}h1{font-size:18px!important}.card{padding:1rem}.feed-layout{grid-template-columns:1fr!important}.feed-sidebar{display:none}table{font-size:12px!important}.table-wrap{overflow-x:auto}}@media (max-width:480px){.main-content{padding:calc(56px + .75rem) .75rem .75rem}.pill{font-size:10.5px;padding:2px 7px}.btn-ghost,.btn-primary{font-size:12.5px;padding:8px 14px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--ink3)}*{scrollbar-width:thin;scrollbar-color:var(--border2) #0000}[data-theme=dark]{--ink:#f1f5f9;--ink2:#cbd5e0;--ink3:#94a3b8;--cream:#0f172a;--white:#1e293b;--border:#334155;--border2:#475569;--pl:#1e3a4a;--pl2:#1a4a5e;--red-l:#450a0a;--green-l:#052e16;--gold-l:#451a03}[data-theme=dark] body{background:#0f172a!important;color:#f1f5f9}[data-theme=dark] .card{color:#f1f5f9}[data-theme=dark] .mobile-topbar,[data-theme=dark] .sidebar{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .nav-item:hover{background:#0f172a!important}[data-theme=dark] .nav-item.active{background:#1e3a4a!important}[data-theme=dark] .btn-ghost{border-color:#334155!important}[data-theme=dark] .pill-gray{background:#334155!important;color:#94a3b8!important}[data-theme=dark] .pill-blue{background:#1e3a4a!important}[data-theme=dark] select option{background:#1e293b;color:#f1f5f9}[data-theme=dark] table tbody tr:hover{background:#0f172a!important}.grid-4{grid-template-columns:repeat(4,1fr);grid-gap:1rem}.grid-3,.grid-4{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:1rem}.desktop-only{display:block}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--sidebar-w:0px}.sidebar{position:fixed;top:0;bottom:0;z-index:300;width:100vw!important;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:none;overflow-y:auto}[dir=rtl] .sidebar{transform:translateX(100%);left:auto;right:0}.sidebar.open,[dir=rtl] .sidebar.open{transform:translateX(0)!important;box-shadow:none}.sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:299;opacity:0;pointer-events:none;transition:opacity .25s}.sidebar-overlay.open{opacity:1;pointer-events:all}.mobile-topbar{display:flex!important;position:fixed;top:0;left:0;right:0;z-index:200;height:56px;background:#fff;border-bottom:1px solid var(--border);align-items:center;justify-content:space-between;padding:0 14px;box-shadow:0 1px 8px #0000000f}[data-theme=dark] .mobile-topbar{background:#1e293b}.main-content{margin-left:0!important;margin-right:0!important;padding:74px 14px 80px!important}.app-layout{display:block!important}.grid-4{grid-template-columns:1fr 1fr!important;gap:.75rem}.grid-3{grid-template-columns:1fr!important}.desktop-only{display:none!important}.card{padding:1rem}.feed-layout{grid-template-columns:1fr!important}.feed-sidebar{display:none!important}table{font-size:12px}td,th{padding:6px 8px!important}.form-group{margin-bottom:.75rem}input,select,textarea{font-size:16px!important}.bottom-nav a{min-width:44px}.bottom-nav a,.btn-ghost,.btn-primary,[role=button],button{min-height:44px}:focus-visible{outline:2px solid var(--p)!important;outline-offset:2px!important}.pill{font-size:11px!important}.btn-ghost,.btn-primary{padding:10px 16px;font-size:13px}h1{font-size:18px!important}h2{font-size:16px!important}[style*="grid-template-columns: '1fr 1fr'"],[style*="grid-template-columns: '1fr 300px'"],[style*="grid-template-columns: 180px 1fr"],[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: 1fr 280px"],[style*="grid-template-columns: 1fr 300px"]{grid-template-columns:1fr!important}[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(4"],[style*="grid-template-columns: repeat(5"]{grid-template-columns:1fr 1fr!important}}@media (max-width:480px){.grid-3,.grid-4,[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(5"]{grid-template-columns:1fr!important}.main-content{padding:68px 12px 72px!important}}@media (max-width:768px){.messages-mobile-list{display:flex!important}.messages-mobile-chat{display:none!important}.messages-mobile-chat.active{display:flex!important}.messages-mobile-list.hidden,.public-nav-links{display:none!important}.public-nav-mobile{display:flex!important}.public-hero h1{font-size:clamp(1.8rem,7vw,2.5rem)!important}.public-hero-stats,.public-steps{grid-template-columns:1fr 1fr!important}.public-features{grid-template-columns:1fr!important}.public-roles{grid-template-columns:1fr 1fr!important}.public-cta-buttons{flex-direction:column!important;align-items:stretch!important}.public-cta-buttons button{width:100%!important}}@media (max-width:480px){.public-roles,.public-steps{grid-template-columns:1fr!important}.public-hero-stats{grid-template-columns:1fr 1fr!important}}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;height:60px;background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 12px #00000014}[data-theme=dark] .bottom-nav{background:#1e293b}@media (max-width:768px){.bottom-nav{display:flex!important}}.bottom-nav a{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--ink3);text-decoration:none;font-size:11px;font-weight:600;min-height:44px;padding:6px 0;transition:color .15s}.bottom-nav a.active,.bottom-nav a:hover{color:var(--p)}@media (max-width:768px){.settings-grid{grid-template-columns:1fr!important}.settings-tabs{display:flex!important;overflow-x:auto;gap:4px;padding-bottom:4px}.settings-tabs button{white-space:nowrap}.admin-sidebar{display:none!important}.hire-grid,.search-results-grid{grid-template-columns:1fr!important}.invoice-container{padding:1.5rem 1rem!important}.public-nav-links{display:none!important}.mobile-back-btn,.public-nav-mobile{display:flex!important}.messages-mobile-list{width:100%!important}.messages-mobile-chat{width:100%!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:250!important;display:none!important}.messages-mobile-chat.active{display:flex!important}.messages-mobile-list.hidden{display:none!important}.chat-header-mobile{padding-top:calc(56px + 12px)!important}section [style*="grid-template-columns: repeat(4,1fr)"]{grid-template-columns:1fr 1fr!important}section [style*="grid-template-columns: repeat(3,1fr)"]{grid-template-columns:1fr!important}section [style*="grid-template-columns: 1fr 1fr 1fr 1fr"],section [style*="grid-template-columns: repeat(5,1fr)"]{grid-template-columns:1fr 1fr!important}.public-cta-btns{flex-direction:column!important;align-items:stretch!important}.public-cta-btns>*{width:100%!important;text-align:center!important}}@media(max-width:480px){section [style*="grid-template-columns: 1fr 1fr"],section [style*="grid-template-columns: repeat(5,1fr)"]{grid-template-columns:1fr!important}}@media(max-width:768px){.pub-nav-desktop{display:none!important}.pub-nav-mobile{display:flex!important}section>div>div[style*="grid-template-columns: repeat(4,1fr)"]{grid-template-columns:1fr 1fr!important}section>div>div[style*="grid-template-columns: repeat(3,1fr)"]{grid-template-columns:1fr!important}section>div>div[style*="grid-template-columns: 2fr 1fr 1fr 1fr"],section>div>div[style*="grid-template-columns: repeat(5,1fr)"]{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){section>div>div[style*="grid-template-columns: 1fr 1fr"],section>div>div[style*="grid-template-columns: repeat(5,1fr)"]{grid-template-columns:1fr!important}}@media(max-width:768px){.app-layout>aside.sidebar{position:fixed;transform:translateX(-100%);transition:transform .25s}[dir=rtl] .app-layout>aside.sidebar{transform:translateX(100%)}}@media(max-width:640px){.settings-grid{grid-template-columns:1fr!important}}.badge-verified{background:#3aabce18;color:#3aabce;border:1px solid #3aabce44}.badge-pro,.badge-verified{display:inline-flex;align-items:center;gap:3px;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.badge-pro{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#1e293b!important;color:#f1f5f9!important;border-color:#475569!important}[data-theme=dark] .nav-section{color:#64748b!important}.public-page,.public-page *{color-scheme:light only!important}[data-public=true],[data-public=true] *{color-scheme:light!important}[data-theme=dark] input:not([type=color]):not([type=checkbox]):not([type=radio]),[data-theme=dark] select,[data-theme=dark] textarea{background:#1e293b!important;color:#f1f5f9!important;border-color:#475569!important}[data-theme=dark] .card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .btn-ghost{background:#1e293b!important;border-color:#475569!important;color:#cbd5e0!important}[data-theme=dark] .nav-item{color:#94a3b8!important}[data-theme=dark] .nav-item.active,[data-theme=dark] .nav-item:hover{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .nav-section{color:#475569!important}[data-theme=dark] .pill{background:#334155!important;color:#cbd5e0!important;border-color:#475569!important}[data-theme=dark] .pill-green{background:#052e16!important;color:#4ade80!important;border-color:#166534!important}[data-theme=dark] .pill-blue{background:#1e3a5f!important;color:#60a5fa!important;border-color:#1e40af!important}[data-theme=dark] .pill-gold{background:#451a03!important;color:#fbbf24!important;border-color:#78350f!important}[data-theme=dark] .pill-red{background:#450a0a!important;color:#f87171!important;border-color:#7f1d1d!important}[data-theme=dark] .bottom-nav,[data-theme=dark] .mobile-topbar,[data-theme=dark] .sidebar,[data-theme=dark] aside{background:#1e293b!important;border-color:#334155!important}.public-light{color-scheme:light!important}[data-theme=dark] .public-light{background:#fff!important;color:#1a202c!important}[data-theme=dark] .public-light *{color-scheme:light!important}[data-theme=dark] .public-light .card,[data-theme=dark] .public-light button,[data-theme=dark] .public-light input,[data-theme=dark] .public-light select,[data-theme=dark] .public-light textarea{background:revert!important;color:revert!important;border-color:revert!important}[data-admin-content]{margin-left:0!important;margin-right:0!important}[data-public=true]{--bg:#fff!important;--bg2:#f8fafc!important;--cream:#f1f5f9!important;--ink:#0f172a!important;--ink2:#334155!important;--ink3:#64748b!important;--border:#e2e8f0!important;--border2:#cbd5e1!important;background-color:#fafbfc;color:#0f172a}[data-public=true] header{background:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important}[data-public=true] footer{background:#0f172a!important;color:#f1f5f9!important}[data-public=true] main,[data-public=true] section{background:inherit;color:inherit}[data-public=true] .card{background:#fff!important;border-color:#e2e8f0!important;color:#0f172a!important}[data-public=true] a{color:inherit}.admin-desk-sidebar input{padding-left:32px!important}[dir=rtl] .admin-desk-sidebar input{padding-right:32px!important;padding-left:10px!important}.admin-desk-sidebar+div,.admin-desk-sidebar~div{margin-left:0!important;margin-right:0!important}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:34px!important;cursor:pointer;transition:border-color .15s,box-shadow .15s}select:focus{box-shadow:0 0 0 3px var(--pl);outline:none}select:focus,select:hover{border-color:var(--p)!important}[dir=rtl] select{background-position:left 10px center;padding-right:12px!important;padding-left:34px!important}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}body,html{overflow-x:hidden}iframe,img,video{max-width:100%}table{table-layout:auto}#main-content{outline:none}@media (max-width:768px){.main-content{padding:16px 12px 80px!important;min-width:0!important;overflow-x:hidden;margin-left:0!important;margin-right:0!important}.card{padding:14px 12px!important;border-radius:10px!important}div[style*="grid-template-columns: repeat(3"],div[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}.table-container,.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:500px}.form-group{margin-bottom:14px}input,select,textarea{font-size:16px!important}.btn-ghost,.btn-primary{min-height:44px;padding:10px 16px!important;font-size:14px!important}div[style*="position: fixed"][style*="inset: 0"],div[style*="position:fixed"][style*="inset:0"]{padding:12px!important}div[style*="display: flex"][style*="gap: 24px"],div[style*="display:flex"][style*="gap:24px"]{flex-direction:column;align-items:center;text-align:center}.tab-bar,div[style*=borderBottom][style*="display:flex"]{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;padding-bottom:2px}.desktop-only{display:none!important}div[style*="display:flex"][style*=flexWrap]{flex-wrap:wrap!important}h1{font-size:20px!important}h2{font-size:17px!important}h3{font-size:15px!important}.admin-desk-sidebar{display:none!important}.auth-card{margin:16px!important;padding:24px 16px!important}.feed-layout{grid-template-columns:1fr!important}.feed-right-panel{display:none!important}.job-card-meta{flex-wrap:wrap;gap:6px}.freelancer-grid{grid-template-columns:1fr!important}.marketplace-grid{grid-template-columns:repeat(2,1fr)!important}body{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width:480px){.main-content{padding:12px 10px 80px!important}.card{padding:12px 10px!important}.marketplace-grid,div[style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}h1{font-size:18px!important}.action-row{flex-direction:column!important;gap:8px!important}}@supports (padding-bottom:env(safe-area-inset-bottom)){.bottom-nav{padding-bottom:env(safe-area-inset-bottom);height:calc(60px + env(safe-area-inset-bottom))}.main-content{padding-bottom:calc(80px + env(safe-area-inset-bottom))!important}}@media (max-width:768px){.fp-brand-panel,.rp-brand-panel{display:none!important}.fp-mobile-logo,.rp-mobile-logo{display:block!important}.feed-layout{grid-template-columns:1fr!important}.feed-right-panel,.feed-sidebar,.msgs-hide-mobile{display:none!important}.settings-grid{grid-template-columns:1fr!important}div[style*="gridTemplateColumns: 'repeat(3,1fr)'"],div[style*="gridTemplateColumns:'repeat(3,1fr)'"],div[style*='gridTemplateColumns:"repeat(3,1fr)"']{grid-template-columns:1fr 1fr!important}div[style*="gridTemplateColumns: 'repeat(4,1fr)'"],div[style*="gridTemplateColumns:'repeat(4,1fr)'"],div[style*="repeat(4, 1fr)"],div[style*="repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="gridTemplateColumns: '3fr 2fr'"],div[style*="gridTemplateColumns:'1fr 1fr'"],div[style*="gridTemplateColumns:'1fr 280px'"],div[style*="gridTemplateColumns:'1fr 320px'"],div[style*="gridTemplateColumns:'3fr 2fr'"],div[style*='gridTemplateColumns:"1fr 1fr"'],div[style*='gridTemplateColumns:"3fr 2fr"']{grid-template-columns:1fr!important}div[style*="gridTemplateColumns:'repeat(7,1fr)'"],div[style*="repeat(7,1fr)"]{grid-template-columns:repeat(7,1fr)!important;font-size:10px!important}div[style*="width:'300px'"]{width:100%!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.card div[style*="display:'flex'"][style*="gap:'1.25rem'"],.card div[style*='display:"flex"'][style*='gap:"1.25rem"']{flex-direction:column!important;align-items:center!important;text-align:center!important}div[style*="gridTemplateColumns:'1fr 1fr'"][style*="gap:'1.5rem'"]{grid-template-columns:1fr!important}div[style*="background:'linear-gradient"][style*="display:'flex'"][style*="justifyContent:'space-between'"]{flex-direction:column!important;gap:1rem!important}div[style*="minmax(300px,1fr)"]{grid-template-columns:1fr!important}div[style*="gridTemplateColumns:'repeat(3,1fr)'"]{grid-template-columns:1fr 1fr!important}div[style*="flexWrap:'wrap'"][style*="gap:'10px'"]{flex-wrap:wrap!important}.search-results-grid{grid-template-columns:1fr!important}div[style*="minHeight:'100vh'"][style*="padding:'2rem 1.5rem'"]{padding:1.5rem 1rem!important}.rp-brand-panel{display:none!important}div[style*="gridTemplateColumns:'repeat(3,1fr)'"],div[style*="gridTemplateColumns:'repeat(auto-fit,minmax(240px,1fr))'"]{grid-template-columns:1fr!important}div[style*="minmax(180px, 1fr)"], div[style*="minmax(200px, 1fr)"]{grid-template-columns:1fr 1fr!important}div[style*="width:'280px'"][style*="flexShrink:0"]{width:100%!important}div[style*="minmax(160px,1fr)"],div[style*="minmax(180px,1fr)"]{grid-template-columns:1fr 1fr!important}}@media (max-width:480px){div[style*="1fr 1fr"],div[style*="gridTemplateColumns:'repeat(2,1fr)'"],div[style*="gridTemplateColumns:'repeat(3,1fr)'"],div[style*="minmax(160px,1fr)"],div[style*="minmax(180px, 1fr)"],div[style*="minmax(180px,1fr)"],div[style*="minmax(200px, 1fr)"],div[style*="minmax(240px,1fr)"],div[style*="repeat(2,1fr)"]{grid-template-columns:1fr!important}div[style*="gridTemplateColumns:'1fr 1fr'"][style*="height:'150px'"]{grid-template-columns:1fr!important;height:auto!important}div[style*="gridTemplateColumns:'180px 1fr'"]{grid-template-columns:1fr!important}div[style*="width:'300px'"]{width:100%!important}div[style*="repeat(7,1fr)"]{grid-template-columns:repeat(7,1fr)!important;gap:2px!important}input[maxLength="1"]{width:clamp(34px,9vw,48px)!important;height:clamp(40px,10vw,52px)!important;font-size:18px!important}}@media (max-width:768px){.msgs-panel-chat,.msgs-panel-list{width:100%!important}div[style*="flex: '0 0 45%'"]{display:none!important}.analytics-grid-2col,.analytics-grid-main,.clinic-dash-grid-2col,.clinic-dash-grid-main,.company-grid-2col,.company-grid-4col,.company-grid-main,.lab-earn-grid-3col,.lab-earn-grid-4col,.sub-grid-2col{grid-template-columns:1fr 1fr!important}.lab-earn-grid-4col{overflow-x:auto}}@media (max-width:480px){.analytics-grid-2col,.analytics-grid-main,.clinic-dash-grid-2col,.clinic-dash-grid-main,.company-grid-2col,.company-grid-4col,.company-grid-main,.lab-earn-grid-3col,.lab-earn-grid-4col,.sub-grid-2col{grid-template-columns:1fr!important}}@media (max-width:768px){div[style*=""1fr ],div[style*="gridTemplateColumns: '1fr 300px'"],div[style*="gridTemplateColumns: '1fr 380px'"],div[style*="gridTemplateColumns: '260px 1fr'"],div[style*="gridTemplateColumns:'1fr 1fr',gap:'1.25rem'"],div[style*="gridTemplateColumns:'1fr 300px'"],div[style*="gridTemplateColumns:'1fr 380px'"],div[style*="gridTemplateColumns:'260px 1fr'"],div[style*="gridTemplateColumns:'repeat(3,1fr)',gap:'1rem',textAlign:'center'"],div[style*='gridTemplateColumns:"1fr 1fr",gap:"1.25rem"'],div[style*='gridTemplateColumns:"1fr 300px"'],div[style*='gridTemplateColumns:"1fr 380px"'],div[style*='gridTemplateColumns:"260px 1fr"']{grid-template-columns:1fr!important}div[style*="gridTemplateColumns:'repeat(3,1fr)',gap:'1rem'"]{grid-template-columns:1fr 1fr!important}div[style*="gridTemplateColumns:'1fr 1fr',gap:'10px'"],div[style*="gridTemplateColumns:'repeat(2,1fr)',gap:'10px'"]{grid-template-columns:1fr!important}div[style*="width:'300px'"]{width:100%!important}.mail-layout{flex-direction:column!important}.mail-sidebar{height:auto!important;max-height:40vh!important}.mail-list,.mail-sidebar,.mail-view{width:100%!important}div[style*="padding: '1.25rem 2rem'"][style*="display: 'flex'"][style*="justifyContent: 'space-between'"]{flex-direction:column!important;gap:10px!important;padding:1rem!important}div[style*="gridColumn:'1/-1'"]{grid-column:1!important}div[style*="gridTemplateColumns:'260px 1fr'"][style*="gap:'1.5rem'"]{grid-template-columns:1fr!important}div[style*="minWidth:'200px'"][style*="fontFamily:'monospace'"]{min-width:0!important;word-break:break-all!important}div[style*="gridTemplateColumns:'1fr 1fr',gap:'1.25rem'"],div[style*="gridTemplateColumns:'1fr 1fr',gap:'1rem',marginBottom:'1.5rem'"]{grid-template-columns:1fr!important}}@media (max-width:480px){div[style*="gridTemplateColumns:'1fr 1fr'"],div[style*="gridTemplateColumns:'repeat(3,1fr)',gap:'1rem'"]{grid-template-columns:1fr!important}div[style*="display:'flex',gap:'10px'"][style*=justify]{flex-wrap:wrap!important}}.public-page .bottom-nav{display:none!important}.public-layout{padding-top:64px}@media (max-width:768px){.public-layout{padding-top:56px}}.fee-comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;cursor:grab}.fee-comparison-wrap:active{cursor:grabbing}@media (max-width:768px){.fee-comparison-wrap{margin:0 -16px;padding:0 16px 8px}}@media (max-width:640px){.fee-cards-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:380px){.fee-cards-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:600px){div[style*="repeat(4,1fr)"][style*="gap: '12px'"]{grid-template-columns:repeat(2,1fr)!important}}.fee-section-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px 8px;cursor:grab}.fee-section-wrap:active{cursor:grabbing}.fee-grid-inner{min-width:600px;background:#fff;border-radius:var(--r2);overflow:hidden;border:1.5px solid var(--border);box-shadow:0 4px 24px #0000000f}@media (max-width:768px){.fee-section-wrap{margin:0 -12px;padding:0 12px 8px}.fee-section-wrap:after{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--p) 0,#0000 100%);border-radius:2px;margin-top:8px;width:60px;margin-left:auto;margin-right:auto;opacity:.4}}@media (max-width:820px){.fee-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px}}@media (max-width:768px){.app-layout{padding-top:56px!important}.main-content{padding-top:16px!important}.mobile-topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:300!important;background:var(--bg,#fff)!important;border-bottom:1px solid var(--border)!important}:root{--support-btn-bottom:76px;--support-panel-bottom:140px}.product-detail-grid{grid-template-columns:1fr!important}.fl-dash-kpi{grid-template-columns:repeat(2,1fr)!important}.fl-dash-2col,.fl-dash-main{grid-template-columns:1fr!important}}@media (max-width:480px){.fl-dash-kpi{grid-template-columns:repeat(2,1fr)!important}}.marketplace-pills::-webkit-scrollbar{display:none}.marketplace-pills{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:820px){.fee-section-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.fee-grid-inner{min-width:580px!important}}@media (max-width:768px){.active-job-grid{grid-template-columns:1fr!important}.active-job-2col{grid-template-columns:1fr 1fr!important}}.bottom-nav{padding-bottom:max(20px,env(safe-area-inset-bottom))!important;height:auto!important;min-height:72px!important}.msgs-back-btn{display:flex!important}.msgs-chat-inner{display:flex;flex-direction:column;height:100%;overflow:hidden}.msgs-chat-header{flex-shrink:0;background:var(--white,#fff);z-index:10;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:12px 1rem;gap:10px}.msgs-chat-body{flex:1 1!important;overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;-webkit-overflow-scrolling:touch!important}.msgs-chat-input{flex-shrink:0!important;background:var(--white,#fff)!important;z-index:10!important;border-top:1px solid var(--border)!important;position:relative!important}@media (max-width:768px){.messages-page .main-content{padding-top:0!important;height:calc(100vh - 56px - 72px)!important;overflow:hidden!important}.msgs-panel-chat{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}}.msgs-send-btn{width:36px!important;height:36px!important;border-radius:50%!important;padding:0!important;flex-shrink:0!important}.post-img-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:2px!important;gap:2px!important;width:100%!important}.post-img-grid.single{grid-template-columns:1fr!important}.post-img-grid>div{height:200px!important;overflow:hidden!important;position:relative!important}.post-img-grid>div img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.msgs-input-pill{display:flex!important;gap:6px!important;align-items:center!important;background:var(--cream)!important;border-radius:22px!important;padding:4px 4px 4px 10px!important}.msgs-input-pill textarea{flex:1 1!important;resize:none!important;font-size:14px!important;border:none!important;background:#0000!important;outline:none!important;padding:4px 0!important;line-height:1.4!important;max-height:80px!important;font-family:inherit!important;min-height:auto!important}.msgs-input-pill .msgs-send-btn{width:32px!important;height:32px!important;min-height:32px!important;border-radius:50%!important;padding:0!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.msgs-input-pill button:not(.msgs-send-btn){min-height:auto!important;background:none!important;border:none!important;cursor:pointer!important;color:var(--ink3)!important;padding:0!important;display:flex!important;align-items:center!important}.messages-page .main-content,.messages-page.app-layout{height:100vh!important;overflow:hidden!important}.messages-page .msgs-panel-chat{min-height:0!important}.messages-page .msgs-chat-inner{min-height:0!important;height:auto!important}.msgs-main{flex:1 1;height:100vh;overflow:hidden;margin-left:var(--sidebar-w)}@media (max-width:768px){.messages-page.app-layout{padding-top:0!important}.msgs-main{margin-left:0!important;margin-top:56px!important;height:calc(100vh - 56px - 72px)!important}.msgs-panel-chat{height:100%!important}.clinic-job-actions{flex-direction:column!important;gap:6px!important}.clinic-job-actions a,.clinic-job-actions button{width:100%!important;justify-content:center!important}.clinic-workflow-grid{grid-template-columns:1fr!important}}[data-theme=dark] .modal-overlay,[data-theme=dark] [style*="position: fixed"][style*="inset: 0"],[data-theme=dark] [style*="position:fixed"][style*="inset:0"]{background:#000000bf!important}[data-theme=dark] .modal-box,[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background:'white'"],[data-theme=dark] [style*='background:"white"']{background:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] .confirm-modal-bg{background:#000000b3!important}[data-theme=dark] .confirm-modal-box{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [class*=select-dropdown],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:'white'"]{background:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] table{border-color:#334155!important}[data-theme=dark] table thead tr{background:#0f172a!important;color:#94a3b8!important}[data-theme=dark] table thead th{border-color:#334155!important;color:#94a3b8!important}[data-theme=dark] table tbody tr{border-color:#334155!important}[data-theme=dark] table tbody tr:nth-child(2n){background:#1a2744!important}[data-theme=dark] table tbody tr:nth-child(odd){background:#1e293b!important}[data-theme=dark] table tbody tr:hover{background:#243554!important}[data-theme=dark] table tbody td{border-color:#334155!important;color:#cbd5e0!important}[data-theme=dark] .table-container,[data-theme=dark] .table-wrap{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .form-label,[data-theme=dark] label{color:#cbd5e0!important}[data-theme=dark] .form-group{color:#f1f5f9!important}[data-theme=dark] input[type=checkbox],[data-theme=dark] input[type=radio]{accent-color:var(--p)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b!important}[data-theme=dark] fieldset{border-color:#334155!important}[data-theme=dark] .toggle-knob{background:#f1f5f9!important}[data-theme=dark] .kpi-tile,[data-theme=dark] .stat-card,[data-theme=dark] .stat-tile{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .kpi-label,[data-theme=dark] .stat-label{color:#94a3b8!important}[data-theme=dark] .kpi-value,[data-theme=dark] .stat-value{color:#f1f5f9!important}[data-theme=dark] .progress-wrap{background:#334155!important}[data-theme=dark] .progress-bar{background:var(--p)!important}[data-theme=dark] .divider,[data-theme=dark] hr{border-color:#334155!important}[data-theme=dark] .tooltip,[data-theme=dark] [role=tooltip]{background:#0f172a!important;color:#f1f5f9!important;border-color:#334155!important}[data-theme=dark] .toast{background:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] .toast.success{border-left-color:var(--green)!important}[data-theme=dark] .toast.error{border-left-color:var(--red)!important}[data-theme=dark] .empty-state{background:#1e293b!important;border-color:#334155!important;color:#94a3b8!important}[data-theme=dark] .avatar-fallback,[data-theme=dark] .avatar[style*=background]{background:#334155!important;color:#cbd5e0!important}[data-theme=dark] code,[data-theme=dark] pre{background:#0f172a!important;color:#7dd3fc!important;border-color:#334155!important}[data-theme=dark] .admin-desk-sidebar{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .admin-desk-sidebar input{background:#0f172a!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] .admin-nav-item{color:#94a3b8!important}[data-theme=dark] .admin-nav-item.active,[data-theme=dark] .admin-nav-item:hover{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .admin-nav-section{color:#475569!important}[data-theme=dark] .mail-compose-box{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .mail-compose-header{background:#0f172a!important}[data-theme=dark] .mail-row{background:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] .mail-row:hover{background:#243554!important}[data-theme=dark] #invoice-content,[data-theme=dark] .invoice-card,[data-theme=dark] .payment-page-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .invoice-header{background:#0f172a!important}[data-theme=dark] .product-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .product-card:hover{border-color:var(--p)!important}[data-theme=dark] .product-price{color:var(--p)!important}[data-theme=dark] .job-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .job-card:hover{border-color:var(--p)!important}[data-theme=dark] .post-card,[data-theme=dark] .proposal-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .comment-bubble{background:#0f172a!important;color:#cbd5e0!important}[data-theme=dark] .notif-item{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .notif-item.unread{background:#1e3a4a!important}[data-theme=dark] .notif-item:hover{background:#243554!important}[data-theme=dark] .search-result-item{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .search-result-item:hover{background:#243554!important}[data-theme=dark] .tab-bar{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .tab-item{color:#94a3b8!important}[data-theme=dark] .tab-item.active{color:var(--p)!important;border-bottom-color:var(--p)!important}[data-theme=dark] .dropdown-menu{background:#1e293b!important;border-color:#334155!important;box-shadow:0 8px 32px #00000080!important}[data-theme=dark] .dropdown-item{color:#cbd5e0!important}[data-theme=dark] .dropdown-item:hover{background:#334155!important}[data-theme=dark] .sidebar-overlay{background:#0009!important}[data-theme=dark] .bottom-nav{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .bottom-nav a{color:#64748b!important}[data-theme=dark] .bottom-nav a.active,[data-theme=dark] .bottom-nav a:hover{color:var(--p)!important}[data-theme=dark] .section-title{color:#f1f5f9!important}[data-theme=dark] .section-sub{color:#94a3b8!important}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}[data-theme=dark] [data-public=true]{background:#fff!important;color:#0f172a!important}[data-theme=dark] .error-page{background:#0f172a!important;color:#f1f5f9!important}[data-theme=dark] .settings-section{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .settings-label{color:#cbd5e0!important}[data-theme=dark] .settings-sub{color:#94a3b8!important}[data-theme=dark] .profile-header{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .skill-tag{background:#1e3a4a!important;color:#7dd3fc!important;border-color:#334155!important}[data-theme=dark] .course-card,[data-theme=dark] .lesson-item,[data-theme=dark] .portfolio-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .lesson-item:hover{background:#243554!important}[data-theme=dark] .lesson-item.active{background:#1e3a4a!important}[data-theme=dark] .case-card,[data-theme=dark] .dispute-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .message-bubble-left{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .message-bubble-right{background:#1e3a4a!important;color:#f1f5f9!important}[data-theme=dark] .msgs-panel-list{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .msgs-convo-item{border-color:#334155!important}[data-theme=dark] .msgs-convo-item:hover{background:#243554!important}[data-theme=dark] .msgs-convo-item.active{background:#1e3a4a!important}[data-theme=dark] .msgs-chat-inner{background:#0f172a!important}[data-theme=dark] .msgs-chat-header,[data-theme=dark] .msgs-chat-input{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .msg-bubble-me{background:#1e3a4a!important;color:#f1f5f9!important}[data-theme=dark] .msg-bubble-them{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .contract-card,[data-theme=dark] .wallet-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .tx-row{border-color:#334155!important}[data-theme=dark] .tx-row:hover{background:#243554!important}[data-theme=dark] .pagination-btn{background:#1e293b!important;border-color:#334155!important;color:#cbd5e0!important}[data-theme=dark] .pagination-btn:hover{background:#334155!important}[data-theme=dark] .pagination-btn.active{background:var(--p)!important;color:#fff!important;border-color:var(--p)!important}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%)!important;background-size:200% 100%!important}[data-theme=dark] .upload-zone{background:#0f172a!important;border-color:#475569!important}[data-theme=dark] .upload-zone:hover{border-color:var(--p)!important;background:#1e293b!important}.clinic-dash-perf-grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}.clinic-dash-bottom-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:768px){.clinic-dash-bottom-grid,.clinic-dash-perf-grid{grid-template-columns:1fr!important}}[dir=rtl] .settings-grid{direction:rtl}[dir=rtl] .settings-grid .nav-item{text-align:right}@media (max-width:768px){.settings-grid{grid-template-columns:1fr!important}}[dir=rtl] .nav-item{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl] .nav-item span:first-child{margin-right:0!important;margin-left:0!important}[dir=rtl] .sidebar .nav-item{padding-right:12px!important;padding-left:8px!important}[dir=rtl] .nav-item,[dir=rtl] a.nav-item,[dir=rtl] button.nav-item{flex-direction:row-reverse!important;text-align:right!important;justify-content:flex-start!important}[dir=rtl] .nav-section{text-align:right!important;direction:rtl!important}.sidebar-close-btn{display:none!important}@media (max-width:768px){.sidebar-close-btn{display:flex!important}.sidebar-user-row{padding:14px 16px 12px}.sidebar-completion{padding:12px 16px 10px}.nav-group-btn,.nav-item{padding:9px 12px;font-size:13.5px;margin:1px 8px;width:calc(100% - 16px)}.nav-group-children{margin-inline-start:16px}.nav-group-children .nav-item{font-size:13px;padding:8px 10px}.sidebar-upgrade{padding:11px 16px;font-size:13.5px}[style*="grid-template-columns: 1fr 1fr 1fr"],[style*="grid-template-columns: 2fr 1fr"],[style*="grid-template-columns: 3fr 2fr"],[style*="grid-template-columns: repeat(3,1fr)"],[style*="grid-template-columns: repeat(4,1fr)"],[style*="grid-template-columns: repeat(5,1fr)"],[style*="grid-template-columns: repeat(6,1fr)"]{grid-template-columns:1fr 1fr!important}}@media (max-width:480px){[style*="grid-template-columns: 1fr 1fr 1fr"],[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: 2fr 1fr"],[style*="grid-template-columns: 3fr 2fr"],[style*="grid-template-columns: repeat(3,1fr)"],[style*="grid-template-columns: repeat(4,1fr)"],[style*="grid-template-columns: repeat(5,1fr)"],[style*="grid-template-columns: repeat(6,1fr)"]{grid-template-columns:1fr!important}}@media (max-width:768px){.learn-aside{display:none!important}.help-btn-float{bottom:calc(65px + env(safe-area-inset-bottom, 0px) + 12px)!important}.help-panel-float{bottom:calc(65px + env(safe-area-inset-bottom, 0px) + 72px)!important}}video::-webkit-media-controls-fullscreen-button,video::-webkit-media-controls-picture-in-picture-button{display:none!important}video::-webkit-media-controls-overflow-button{display:none!important}video::backdrop{background:#000}[dir=rtl] th[style*="text-align: left"]{text-align:right!important}@media (max-width:768px){.card[style*="overflow: hidden"]{overflow-x:auto!important;overflow-y:visible!important}.fee-section-wrap{overflow-x:auto!important}}.toggle-track{direction:ltr}@media (max-width:768px){.two-col-grid,[class*=two-col-grid],[style*="1fr 300px"],[style*="1fr 320px"],[style*="minmax(0, 1fr) min(320px"],[style*="minmax(0,1fr) min(300px"],[style*="minmax(0,1fr) min(320px"]{grid-template-columns:1fr!important}.kpi-4-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.kpi-4-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){.learn-content-grid{grid-template-columns:1fr!important}.learn-content-grid>:first-child{position:static!important;max-height:280px!important;overflow:hidden!important;overflow-y:auto!important}[style*="280px 1fr"]{grid-template-columns:1fr!important}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}