@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Montserrat,sans-serif;font-size:18px}.dashboard-container{background-color:#f8f9fc;display:flex;height:100vh}.sidebar{align-items:flex-start;background-color:#fff;box-shadow:2px 0 5px #0000004d;display:flex;flex-direction:column;padding:20px;width:210px}.logo,.sidebar{background:no-repeat 50%}.logo{background-size:contain;border-radius:50px;height:150px;margin-bottom:10px;width:150px}.logo p{color:gray;font-size:12px;text-align:center}.nav-menu ul{list-style:none;padding:0;width:100%}.nav-menu li{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:12px;margin-bottom:5px;padding:10px;transition:color .3s;white-space:nowrap}.nav-menu li:hover{color:teal}.main-content{display:flex;flex:1 1;flex-direction:column;height:100vh;min-width:0;overflow:hidden}.main-content main{flex-grow:1;overflow-y:auto}.top-bar{box-shadow:0 2px 5px #0000004d;padding:15px 10px}.outer-ellipse{background:#fff;border:4px solid #fff;border-radius:50px;box-shadow:0 2px 3px rgba(95,95,95,.164);display:flex;padding:5px}.search-container{background:#f4f7fe;border-radius:30px;gap:10px;height:36px;justify-content:space-between;max-width:600px;padding:5px 15px;width:100%}.search-box{flex:1 1}.search-box input{flex:1 1;font-size:14px;min-width:0;padding-left:8px}.top-icons{align-items:center;display:flex;gap:10px}.top-icons .icon{color:#5a5858;cursor:pointer}.top-icons .icon:hover{color:#000}.nav-item{align-items:center;cursor:pointer;display:flex;font-weight:600;gap:10px;padding:10px 12px;transition:color .3s}.nav-item.active,.nav-item:hover{color:teal}@media (max-width:1024px){.dashboard-container{flex-direction:column}.sidebar{align-items:center;box-shadow:0 2px 5px #0000001a;flex-direction:row;height:auto;justify-content:space-between;padding:10px 20px;width:100%}.nav-icon{color:teal;height:16px;width:16px}.nav-menu ul{display:flex;flex-direction:row;gap:10px;overflow-x:auto}.nav-menu li{flex-shrink:0;font-size:13px;min-width:80px;padding:8px;text-align:center}.logo{box-shadow:none;height:60px;margin-bottom:0;width:60px}.logo p{display:none}.main-content{padding:10px}}@media (max-width:768px){.search-container{margin:10px auto;width:90%}.top-bar{align-items:center;background:#fff;box-shadow:0 2px 5px #0000004d;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:15px 10px}.top-icons{flex-wrap:wrap;justify-content:flex-start;margin-left:0;width:100%}.top-icons .icon{margin:10px 10px 0 0}.nav-menu ul{justify-content:center}.nav-menu ul,.sidebar{flex-wrap:wrap}}@media (max-width:480px){.dashboard-container{height:auto}.nav-menu li,.search-box input{font-size:12px}.search-icon{font-size:14px}.top-icons .icon{font-size:16px}}.top-bar-spacer{flex:1 1}.admin-top-bar-user-info{align-items:center;border-radius:30px;cursor:pointer;display:flex;gap:10px;padding:6px 14px;position:relative;transition:background .2s;-webkit-user-select:none;user-select:none}.admin-top-bar-user-info:hover{background:#f0f0f0}.admin-top-bar-avatar{border-radius:50%;flex-shrink:0;height:36px;overflow:hidden;width:36px}.admin-top-bar-avatar img{height:100%;object-fit:cover;width:100%}.admin-top-bar-text{display:flex;flex-direction:column;line-height:1.2}.admin-top-bar-name{color:#333;font-size:13px;font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-top-bar-role{color:#888;font-size:11px;font-weight:500}.admin-top-bar-arrow{color:#666;font-size:14px;transition:transform .2s}.admin-top-bar-arrow.rotate-up{transform:rotate(180deg)}.admin-dropdown-menu{animation:adminDropdownFade .15s ease-out;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;min-width:180px;padding:6px;position:absolute;right:20px;top:60px;z-index:1000}@keyframes adminDropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-dropdown-item{align-items:center;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 14px;transition:background .15s}.admin-dropdown-item:hover{background:#f5f5f5}.admin-dropdown-item.logout{color:#e53935}.admin-dropdown-item.logout:hover{background:#fef2f2}.admin-dropdown-logout-icon{font-size:18px}.top-bar{align-items:center;background:#fff;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:flex-end;padding:12px 20px;position:relative}@media (max-width:768px){.admin-top-bar-text{display:none}.admin-dropdown-menu{right:10px}}.dashboard-container{background-color:initial;height:auto;overflow:hidden;position:relative;width:100%}.ribbon{display:block;height:auto;width:100%}.mobile-app-container{font-family:Montserrat,sans-serif;margin-left:10px}.red-band-bg{background-position:top;background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:0;border-bottom-right-radius:0;height:130px;margin-left:-10px;width:101%;z-index:0}.quick-statistics{padding-left:10px}.quick-statistics h2{color:#fff;font-size:18px;margin-bottom:20px;margin-top:-120px}.stats-cards{gap:12px}.stat-card,.stats-cards{align-items:center;display:flex}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000026;cursor:pointer;gap:10px;height:80px;justify-content:space-between;margin-top:3%;padding:8px 12px;width:160px}.stat-card.new-users{width:220px}.stat-icon-container{align-items:center;background-color:#f4f7fe;border-radius:60%;display:flex;height:40px;justify-content:center;width:40px}.stat-icon{font-size:26px}.stat-card p{color:gray;font-size:13px;margin:0}.stat-card h3{font-size:16px;font-weight:600;margin:0}.quick-actions{margin-top:10px;padding-left:10px}.quick-actions h2{color:teal;font-size:18px;margin-bottom:14px;margin-top:20px}.quick-actions-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.push-notification-container{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001f;box-sizing:border-box;margin-bottom:10px;padding:18px;width:48%}.push-header{align-items:center;display:flex;gap:8px;justify-content:space-between}.push-title h2{color:teal;font-size:20px;margin:0}.notif-icon{color:teal;font-size:25px}.add-icon-circle{align-items:center;background-color:teal;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:6px}.add-icon{color:#fff;font-size:15px}.notification-list{margin-top:16px}.notification-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px;padding:12px}.notification-card h4{color:#414040;font-size:16px;font-weight:700;margin:0}.notification-card p{color:gray;font-size:13px;margin:4px 0 0}.notification-menu{color:gray;cursor:pointer;font-size:14px}.notif-content{flex:1 1}.notif-desc{color:#666;font-size:14px;margin:0 0 6px}.notif-date{color:#888;font-size:12px;margin:0}.btn{background:teal;border-radius:8px;padding:8px 14px}.btn-secondary{background:#f2f2f2;color:#333}.form-row{display:flex;gap:12px}.form-group{flex:1 1}.form-label{color:#00796b;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.form-input{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;color:#000;font-size:14px;margin-bottom:8px;padding:10px;width:100%}.dialog-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.dialog-box{background:#fff;border-radius:12px;box-shadow:0 6px 20px #0003;max-width:94%;padding:20px;width:680px}.dialog-header{align-items:center;background:#e6f7f5;border-radius:10px;color:#00796b;display:flex;font-weight:600;gap:8px;margin-bottom:14px;padding:10px 14px}.vibe-icon{font-size:18px}.vibe-text{font-weight:600}.upload-box{align-items:center;background:#fafafa;border:2px dashed #bbb;border-radius:6px;color:#666;cursor:pointer;display:flex;font-size:13px;justify-content:center;margin-top:8px;padding:14px 20px;text-align:center}.upload-box span{color:#00796b}.underline{margin-left:4px;text-decoration:underline;text-decoration-color:#00796b;text-decoration-thickness:2px;text-underline-offset:2px}.file-list{margin-top:12px}.file-item{align-items:center;background:#f8f8f8;border-radius:6px;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px;padding:8px 12px}.delete-icon{color:red;cursor:pointer}.notif-actions{align-items:center;display:flex;gap:8px;position:relative}.sent-badge{background:#e8f7ee;border:1px solid #c8e9d6;border-radius:999px;color:#1d7a49;font-size:12px;padding:4px 8px}.action-menu{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 10px 20px #00000014;display:flex;flex-direction:column;min-width:120px;position:absolute;right:0;top:28px;z-index:5}.action-menu button{background:none;border:none;cursor:pointer;padding:10px 12px;text-align:left;width:100%}.action-menu .danger{color:#d22}.dialog-actions{display:flex;gap:10px;justify-content:center;margin-top:16px}@media (max-width:1024px){.push-notification-container{width:48%}}@media (max-width:768px){.stats-cards{flex-wrap:wrap}.push-notification-container{width:100%}.quick-actions-row{flex-direction:column;gap:14px}}body,html{font-family:Montserrat,sans-serif;font-size:clamp(14px,.95vw,18px);height:100%;margin:0;overflow:hidden;padding:0}*{box-sizing:border-box}.container{display:flex;height:100vh;min-width:900px;overflow:hidden}.left-section{background-position:50%;background-size:cover;flex:1 1;height:100vh}.right-section{align-items:center;background:#fff;display:flex;flex:1 1;flex-direction:column;height:100vh;justify-content:center;overflow-x:hidden;overflow-y:auto;padding:20px}h1{color:#066;font-size:22px;margin-bottom:8px;text-shadow:2px 2px 5px #0000001a}.note,h1{font-weight:700;text-align:center}.note{word-wrap:break-word;color:#9a9797;font-size:12px;line-height:1.4;margin-bottom:15px;max-width:420px;padding:0 10px}.form-container{margin:0 auto;max-width:420px;padding:0 30px 30px;width:100%}label{color:#4a5568;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.input-field{background:#f7fafc;border:2px solid #e2e8f0;border-radius:6px;font-size:clamp(12px,.9vw,15px);margin-bottom:12px;padding:clamp(8px,.7vw,12px) clamp(12px,.9vw,18px);transition:all .3s ease;width:100%}.input-field:focus{background:#fff;border-color:teal;box-shadow:0 0 0 3px #0080801a;outline:none}.input-field:disabled{background:#edf2f7;color:#718096;cursor:not-allowed}.input-field::placeholder{color:#a0aec0;font-size:12px}.error-message{animation:slideIn .3s ease;background:linear-gradient(135deg,#fff5f5,#ffe0e0);border:1px solid #ff4d4d;color:#b61c1c;font-size:13px;margin:8px 0;padding:8px 12px;text-align:center}.checkbox-container{align-items:center;display:flex;gap:8px;margin:10px 0}.checkbox-container input[type=checkbox]{accent-color:#066;cursor:pointer;height:16px;width:16px}.checkbox-container label{color:#718096;cursor:pointer;font-size:12px;margin:0}.btn{align-items:center;background:linear-gradient(180deg,#0dc0c0,teal);border:none;border-radius:6px;box-shadow:0 4px 12px #0066664d;color:#fff;cursor:pointer;display:flex;font-size:clamp(12px,.95vw,16px);font-weight:600;gap:6px;justify-content:center;margin:8px auto 0;padding:clamp(9px,.8vw,13px) clamp(14px,1vw,20px);transition:all .3s ease;width:50%}.btn:hover:not(:disabled){background:linear-gradient(180deg,#0aa0a0,#066);box-shadow:0 6px 16px #0666;transform:translateY(-2px)}.btn:disabled{background:linear-gradient(180deg,#a0c0c0,#708080);box-shadow:none;cursor:not-allowed;transform:none}.otp-heading{align-items:center;color:#066;display:flex;font-size:12px;font-weight:600;gap:6px;justify-content:center;margin-bottom:10px;text-align:center}.otp-section{animation:fadeIn .4s ease;border-top:2px solid #e0f2f2;margin-top:15px;padding-top:15px}.progress-bar-container{background-color:#e0f2f2;border-radius:4px;height:4px;margin:8px auto 0;overflow:hidden;width:50%}.progress-bar{animation:progress 1.5s linear infinite;background:linear-gradient(90deg,#0dc0c0,#066);height:100%;width:100%}.overlay-loader{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.circle-loader{animation:spin .8s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#0dc0c0;height:45px;width:45px}.password-strength{font-size:11px;margin-bottom:8px;margin-top:-8px}.password-strength.weak{color:#c00}.password-strength.strong{color:#066}.terms-error{color:#c00;font-size:11px;margin-top:4px;text-align:center}.right-section::-webkit-scrollbar{display:none}.right-section{-ms-overflow-style:none;scrollbar-width:none}@keyframes progress{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-banner{align-items:center;animation:slideDown .4s ease-out;background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;border-left:4px solid #28a745;border-radius:8px;box-shadow:0 2px 8px #28a74526;color:#155724;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:20px;padding:14px 20px}.success-banner svg{color:#28a745;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.set-password-container{align-items:center;background:linear-gradient(135deg,teal,#005f5f);display:flex;justify-content:center;min-height:100vh;padding:20px}.set-password-card{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:450px;padding:40px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-header{margin-bottom:30px;text-align:center}.card-header .logo{margin-bottom:20px;width:120px}.card-header h1{color:#333;font-size:28px;margin:0 0 10px}.user-email{color:#666;font-size:14px;margin:0}.set-password-form{gap:20px}.form-group,.set-password-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:14px;font-weight:500}.form-group input{border:1px solid #ddd;border-radius:8px;font-size:14px;padding:12px 16px;transition:border-color .2s}.form-group input:focus{border-color:teal;box-shadow:0 0 0 3px #0080801a;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-hint{color:#666;font-size:12px}.error-message{background-color:#fee;border-left:4px solid #c33;border-radius:6px;color:#c33;font-size:14px;padding:12px}.btn-primary,.btn-submit{background:linear-gradient(135deg,teal,#005f5f);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:14px 24px;transition:transform .2s,box-shadow .2s}.btn-primary:hover,.btn-submit:hover:not(:disabled){box-shadow:0 5px 15px #00808066;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.card-footer{border-top:1px solid #eee;margin-top:20px;padding-top:20px;text-align:center}.card-footer p{color:#666;font-size:14px;margin:0}.link-primary{color:teal;cursor:pointer;font-weight:500}.link-primary:hover{text-decoration:underline}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:teal;height:40px;margin:0 auto 20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-card{text-align:center}.error-icon{font-size:60px;margin-bottom:20px}.error-card h2{color:#c33;margin-bottom:10px}.error-card p{color:#666;margin-bottom:30px}.success-card{text-align:center}.success-icon{align-items:center;animation:scaleIn .3s ease-out;background:linear-gradient(135deg,teal,#005f5f);border-radius:50%;color:#fff;display:flex;font-size:40px;font-weight:700;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-card h2{color:#333;margin-bottom:10px}.success-card p{color:#666}@media (max-width:480px){.set-password-card{padding:30px 20px}.card-header h1{font-size:24px}.card-header .logo{width:100px}}.users-page{background:#f4f7fb;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.users-header{height:130px;overflow:hidden;width:100%}.users-ribbon{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.users-header-content{align-items:center;display:flex;height:100%;padding:0 40px;position:relative;z-index:1}.users-title{color:#fff;font-size:28px;font-weight:600;margin:0}.users-title-icon{color:#fff;height:28px;width:28px}.users-card-wrapper{align-items:stretch;display:flex;flex:1 1;justify-content:center;margin-top:-40px;overflow:hidden;padding:0 40px 10px}.square-panell{background:#fff;border-radius:18px;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;max-height:calc(100vh - 110px);overflow:hidden;padding:14px;width:100%!important}.panel-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:8px}.panel-header h2{color:#6b7280;font-size:18px;font-weight:700}.search-container{background:#eef2f7;border-radius:20px;flex-shrink:0;padding:6px 14px;width:260px}.search-box,.search-container{align-items:center;display:flex}.search-box{background:#0000;border-radius:15px;cursor:text;padding:4px 6px;width:100%}.search-box input{background:#0000;border:none;color:#374151;font-size:13px;outline:none;width:100%}.search-icon{color:#333;font-size:16px;margin-right:6px}.panel-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.center-msg{color:#555;font-size:14px}.user-info{align-items:center;display:flex;font-weight:500;gap:10px}.avatar{border-radius:50%;height:28px;width:28px}.view-btn{border-radius:8px;color:#10b981;font-weight:600;padding:6px 18px}.user-table-container{height:100%;overflow-y:auto;width:100%}.user-table{border-collapse:collapse;font-size:13px;height:100%;width:100%}.user-table th{background:#f4f6fb;border:1px solid #e5e7eb;color:#6b7280;font-weight:600;padding:10px}.user-table td{border:1px solid #e5e7eb;color:#374151;padding:8px 12px}.user-table tbody tr{background:#fff}.user-table tbody tr:hover{background:#f9fafb;transition:background-color .2s ease}.user-table thead th{background:#f2f6ff;border-bottom:2px solid #e3eafa;color:#2f3756;font-weight:700;position:sticky;top:0}.truncate{max-width:180px}.menu-cell{position:relative;width:40px}.menu-wrapper{display:inline-block;position:relative}.panel-footer{align-items:center;border-top:1px solid #eef2f7;display:flex!important;flex-shrink:0;margin-top:12px;padding-top:10px;width:100%}.footer-left{align-items:center;display:flex}.range-indicator{flex:none!important;text-align:left!important}.footer-right{margin-left:auto!important}.footer-right,.pagination-bar{align-items:center;display:flex}.pagination-bar{gap:6px}.page-btn{border-radius:6px;color:#374151;width:32px}.page-btn:hover{background:#e0e7ff}.page-btn.active{background:#0e8c8c}.page-btn:disabled{opacity:.4}.page-dots{color:#6b7280;padding:0 4px}.menu-overlay-user{animation:pop-in .12s ease;background:#fff;border:1px solid #e7ecff;border-radius:12px;box-shadow:0 16px 30px #1224632e;margin-left:2%;padding:6px 0;position:fixed;width:120px;z-index:99999}.menu-overlay-user:before{border-color:#0000 #0000 #fff;border-style:solid;border-width:0 8px 8px;content:"";filter:drop-shadow(0 -2px 2px rgba(0,0,0,.06));left:50%;position:absolute;top:-8px;transform:translateX(-50%)}.menu-item{color:#1f2a44;cursor:pointer;padding:10px 14px;white-space:nowrap}.menu-item:hover{background:#f3f6ff}.menu-item.danger{color:#d93025}@keyframes pop-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.sr-only{height:1px;left:-9999px;overflow:hidden;position:absolute;top:auto;width:1px}.user-table td.menu-cell,.user-table th:first-child{padding-left:2px;padding-right:2px;width:28px}.user-table td:nth-child(2),.user-table th:nth-child(2){padding-left:6px}.menu-dots{height:20px;padding:0;width:20px}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.th-label{vertical-align:middle}.sort-icon{font-size:.9em;margin-left:6px;opacity:.6}th.sortable[aria-sort=ascending] .sort-icon,th.sortable[aria-sort=descending] .sort-icon{opacity:1}th.gender-th{white-space:nowrap}th.gender-th .filter-trigger{align-items:center;cursor:pointer;display:inline-flex;gap:4px;-webkit-user-select:none;user-select:none}th.gender-th .chev{opacity:.7}th.gender-th .sort-control{cursor:pointer;margin-left:8px}.users-header{position:relative;z-index:1}.users-ribbon{pointer-events:none}.square-panell,.users-card-wrapper{position:relative;z-index:2}.verification-page{background:#f4f7fb;font-family:Segoe UI,sans-serif}.verification-card-wrapper{padding:0 40px 32px}.verification-card{border-radius:18px;box-shadow:0 20px 40px #00000014;max-height:calc(100vh - 100px);padding:28px 32px 32px;scroll-behavior:smooth;z-index:2}.verification-card::-webkit-scrollbar{width:5px}.verification-card::-webkit-scrollbar-track{border-radius:10px}.back-pill-btn{font-size:14px;margin-bottom:24px}.profile-section{gap:32px;margin-bottom:30px}.profile-image{border:3px solid #fff;box-shadow:0 4px 14px #0e8c8c40;flex-shrink:0;height:110px;width:110px}.profile-middle{flex:1 1}.profile-name{color:#134e4a;font-size:22px;font-weight:700;margin:0 0 6px}.profile-contact{font-size:13px;margin:2px 0}.profile-languages{flex-wrap:wrap;gap:8px;margin:10px 0}.profile-languages span{background:#0e8c8c;border-radius:20px;color:#fff;font-size:11px;font-weight:600;padding:3px 12px}.profile-description{color:#6b7280;font-size:13px;margin:4px 0 0}.ud-profile-right{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:12px;display:flex;flex-direction:column;gap:8px;min-width:230px;padding:16px 18px}.ud-info-row{color:#374151;display:flex;font-size:13px;justify-content:space-between}.ud-info-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.detail-section-title{border-bottom:1.5px solid #f3f4f6;color:#374151;font-size:15px;font-weight:700;margin:28px 0 16px;padding-bottom:8px}.ud-stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:4px}.ud-stat-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px 14px 12px}.ud-stat-item--warn{background:#fffbeb;border-color:#fde68a}.ud-stat-item--danger{background:#fef2f2;border-color:#fecaca}.service-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.service-value{color:#111827;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.ud-stat-val{color:#111827;font-size:20px;font-weight:700;margin:0}.ud-stat-val--warn{color:#92400e}.ud-stat-val--danger{color:#991b1b}.ud-info-grid-3{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:8px}.service-item{background:#f9fafb;border-radius:10px;padding:12px 14px}.ud-tab-bar{background:#fff;border-bottom:2px solid #e5e7eb;display:flex;gap:4px;margin:28px 0 20px;padding-top:4px;position:sticky;top:-30px;z-index:10}.ud-tab-btn{background:none;border:none;border-bottom:2px solid #0000;border-radius:6px 6px 0 0;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:10px 20px;transition:color .15s,border-color .15s;white-space:nowrap}.ud-tab-btn:hover{color:#0e8c8c}.ud-tab-btn--active{border-bottom-color:#0e8c8c;color:#0e8c8c;font-weight:700}.ud-table-wrap{border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto;width:100%}.ud-table-wrap::-webkit-scrollbar{height:5px}.ud-table-wrap::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.ud-table-wrap::-webkit-scrollbar-thumb{background:#0e8c8c;border-radius:10px}.verification-table{font-size:13px}.verification-table thead th{background:#f2f6ff;border-bottom:2px solid #e3eafa;color:#2f3756;font-weight:700;padding:11px 14px;white-space:nowrap}.verification-table tbody td{border-bottom:1px solid #f0f0f0;color:#374151;padding:10px 14px;vertical-align:middle}.verification-table tbody tr:last-child td{border-bottom:none}.verification-table tbody tr:hover{background:#f9fafb}.ud-muted{color:#9ca3af;font-size:12px}.ud-expert-cell{align-items:center;display:flex;gap:8px}.ud-mini-avatar{border-radius:50%;flex-shrink:0;height:26px;object-fit:cover;width:26px}.ud-mode-tag{background:#eff6ff;border-radius:20px;color:#2563eb;font-size:11px;font-weight:600;padding:2px 8px;text-transform:capitalize}.ud-ws-title{color:#111827;display:block;font-weight:600}.ud-ws-lang{color:#9ca3af;display:block;font-size:11px}.ud-entity-tag{background:#fef3c7;color:#92400e}.ud-entity-tag,.ud-free-tag{border-radius:20px;font-size:11px;font-weight:700;padding:2px 8px}.ud-free-tag{background:#d1fae5;color:#065f46}.ud-discount{color:#059669;font-weight:600}.ud-final-amt{color:#111827;font-weight:700}.ud-badge{border-radius:20px;display:inline-block;font-size:11px;font-weight:700;padding:3px 10px;text-transform:capitalize;white-space:nowrap}.ud-badge--success{background:#d1fae5;color:#065f46}.ud-badge--info{background:#dbeafe;color:#1e40af}.ud-badge--warn{background:#fef3c7;color:#92400e}.ud-badge--danger{background:#fee2e2;color:#991b1b}.ud-badge--neutral{background:#f3f4f6;color:#374151}.ud-center-msg{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:15px;gap:14px;justify-content:center;padding:60px 0}.ud-spinner{animation:ud-spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#0e8c8c;height:36px;width:36px}@keyframes ud-spin{to{transform:rotate(1turn)}}.ud-empty{color:#9ca3af;font-size:14px;padding:30px;text-align:center}.website-header{height:130px;overflow:hidden;position:relative;width:100%}.website-ribbon{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.website-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.website-title{color:#fff;font-size:28px;font-weight:600;margin:0}.website-title-icon{color:#fff;height:28px;width:28px}.website-page{flex-direction:column;height:100%}.website-card-wrapper,.website-page{display:flex;overflow:hidden;position:relative}.website-card-wrapper{flex:1 1;justify-content:center;margin-top:-40px;padding:0 40px 24px}.website-card{grid-gap:14px;background:#fff;border:1px solid #eef2f7;border-radius:20px;box-shadow:0 10px 28px #04010d1a;display:grid;flex:1 1;gap:14px;grid-template-rows:auto 1fr auto;overflow:hidden;padding:22px 22px 16px;width:100%}.website-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.website-tabs{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:inline-flex;gap:8px;padding:6px}.tab-btn{background:#0000;border:none;border-radius:12px;color:#475569;cursor:pointer;font-size:13px;font-weight:600;padding:10px 14px;transition:background .15s ease,color .15s ease}.tab-btn:hover{background:#eef2ff}.tab-btn.active{background:teal;color:#fff}.website-search{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;display:flex;flex:1 1;gap:10px;height:40px;max-width:420px;min-width:260px;padding:0 14px}.website-search input{background:#0000;border:none;color:#0f172a;font-size:14px;outline:none;width:100%}.search-icon{color:#64748b;font-size:14px}.website-table-wrap{border:1px solid #e5e7eb;border-radius:14px;overflow:auto}.website-table-wrap.compact{overflow:auto}.website-table-inner{width:100%}.website-table-inner.compact{margin:0 auto;max-width:760px}.state-msg{color:#64748b;font-size:14px;padding:60px 18px;text-align:center}.state-msg.error{color:#dc2626}.website-table{border-collapse:collapse;font-size:14px;min-width:980px;table-layout:fixed;width:100%}.website-table.emails{min-width:520px}.website-table thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-weight:700;padding:14px;position:sticky;text-align:left;top:0;z-index:1}.website-table tbody td{border-bottom:1px solid #f1f5f9;color:#0f172a;padding:13px 14px;vertical-align:middle}.website-table tbody tr:hover{background:#f8fafc;transition:background .15s ease}.website-table tbody tr{cursor:pointer}.website-table tbody tr.row-expanded{background:#f9fbff;box-shadow:inset 0 0 0 1px #e6eefc}.website-table tbody tr.row-expanded td{overflow:visible;text-overflow:clip;vertical-align:top;white-space:normal!important;word-break:break-word}.th-center{text-align:center!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrap{overflow:visible;text-overflow:clip;white-space:normal!important;word-break:break-word}.menu-cell{padding-left:6px!important;padding-right:6px!important;text-align:center;width:46px}.menu-dots{align-items:center;border-radius:10px;color:#334155;cursor:pointer;display:inline-flex;font-size:16px;height:28px;justify-content:center;line-height:1;-webkit-user-select:none;user-select:none;width:28px}.menu-dots:hover{background:#eef2f7}.website-footer{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding-top:2px}.page-btn{border-radius:10px;height:34px;min-width:34px}.page-btn:disabled{opacity:.55}.page-btn.ellipsis{background:#0000}.row-menu{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 30px #1224632e;padding:8px;position:fixed;width:220px;z-index:9999}.row-menu-item{background:#0000;border:none;border-radius:10px;color:#0f172a;cursor:pointer;font-size:13px;padding:10px;text-align:left;width:100%}.row-menu-item:hover{background:#f1f5f9}.row-menu-item.danger{color:#dc2626;font-weight:700}.row-menu-item.danger:hover{background:#fee2e2}@media (max-width:900px){.website-card-wrapper,.website-header-content{padding-left:18px;padding-right:18px}.website-search{min-width:220px}.website-table{min-width:900px}.website-table.emails{min-width:520px}}.experts-header{height:130px;overflow:hidden;position:relative;width:100%}.experts-ribbon{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.experts-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.experts-title{color:#fff;font-size:28px;font-weight:600;margin:0}.experts-title-icon{color:#fff;height:28px;width:28px}.experts-page{flex-direction:column;height:100%}.experts-card-wrapper,.experts-page{display:flex;overflow:hidden;position:relative}.experts-card-wrapper{flex:1 1;justify-content:center;margin-top:-40px;padding:0 40px}.experts-card{background:#fff;border-radius:20px;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:30px;width:100%}.experts-stats-row{display:flex;gap:20px;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-behavior:smooth}.experts-stats-row::-webkit-scrollbar{display:none}.experts-stats-row{-ms-overflow-style:none;scrollbar-width:none}.experts-stat-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;border-radius:16px;box-shadow:0 2px 4px #0003;display:flex;flex-shrink:0;flex:1 1;gap:12px;gap:15px;min-width:210px;min-width:185px;padding:14px 16px;padding:18px 20px}@media (max-width:768px){.experts-card{padding:24px}.experts-stats-row{gap:16px}.experts-stat-card{min-width:170px}}.experts-section-title{color:#94a3b8;color:#64748b;font-size:16px;font-weight:600;margin:0 0 16px;margin:5px 0 20px}.experts-table{font-size:14px}.experts-table thead{background:#f8fafc}.experts-table th{color:#64748b;font-weight:600;text-align:left}.experts-table td,.experts-table th{border-bottom:1px solid #e2e8f0;padding:14px 16px}.experts-table td{color:#334155}.experts-table tbody tr:hover{background:#f1f5f9;transition:background .2s ease}.expert-info{align-items:center;display:flex;gap:10px}.expert-avatar{border-radius:50%;height:36px;object-fit:cover;width:36px}.experts-pagination-row{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding-top:16px}.profile-meta{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:12px;margin-bottom:6px}.divider,.profile-contact,profile-contact{color:#4b5563}.service-item{align-self:start;justify-content:flex-start}.experts-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.experts-table thead th{background:#f8fafc;border-bottom:1px solid #e5e7eb;border-left:none;border-right:none;color:#64748b;font-size:14px;font-weight:600;padding:14px 16px;text-align:left}.experts-table tbody td{border:1px solid #e5e7eb;color:#334155;font-size:14px;padding:14px 16px}.th-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.th-menu-wrapper{position:relative}.th-menu-btn,.th-menu-wrapper{align-items:center;display:inline-flex}.th-menu-btn{background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;height:28px;justify-content:center;padding:0;transition:background .15s ease,color .15s ease;width:28px}.th-menu-btn:hover{background:#e2e8f0;color:#475569}.th-menu-btn.active{color:teal}.th-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 24px #0000001a;min-width:190px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:999}.th-menu-item{background:#0000;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:13px;font-weight:500;padding:10px;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.th-menu-item:hover{background:#f1f5f9}.th-menu-item.selected{background:#e0f2f1;color:teal}.row-pending-update{background-color:#fef3c7!important}.pending-indicator{animation:blink 1.5s infinite;font-size:10px;margin-right:8px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.row-pending-update{background-color:#fff7ed!important}.pending-indicator{animation:pendingBlink 1.5s infinite;background:#ef4444;border-radius:50%;box-shadow:0 0 0 3px #ef444426;display:inline-block;height:10px;margin-right:10px;width:10px}@keyframes pendingBlink{0%,to{opacity:1}50%{opacity:.35}}.centres-header{height:130px;overflow:hidden;position:relative;width:100%}.centres-ribbon{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.centres-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.centres-title{color:#fff;font-size:28px;font-weight:600;margin:0}.centres-title-icon{color:#fff;height:28px;width:28px}.centres-page{flex-direction:column;height:100%}.centres-card-wrapper,.centres-page{display:flex;overflow:hidden;position:relative}.centres-card-wrapper{flex:1 1;justify-content:center;margin-top:-40px;padding:0 40px}.centres-card{background:#fff;border-radius:20px;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:30px;width:100%}.centres-stats-row{display:flex;gap:20px;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-behavior:smooth}.centres-stats-row::-webkit-scrollbar{display:none}.centres-stats-row{-ms-overflow-style:none;scrollbar-width:none}.centres-stat-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;border-radius:16px;box-shadow:0 2px 4px #0003;display:flex;flex-shrink:0;flex:1 1;gap:12px;gap:15px;min-width:210px;min-width:185px;padding:14px 16px;padding:18px 20px}.stat-icon-circle{align-items:center;background:#eef2f7;border-radius:50%;display:flex;height:44px;justify-content:center;width:44px}.stat-icon{color:teal;height:45px;width:45px}.stat-label{color:#94a3b8;font-size:12px;font-weight:500;margin:0}.stat-value{color:#1f2937;font-size:18px;font-weight:600;margin:4px 0 0}@media (max-width:768px){.centres-card{padding:24px}.centres-stats-row{gap:16px}.centres-stat-card{min-width:170px}}.centres-section-title{color:#94a3b8;color:#64748b;font-size:16px;font-weight:600;margin:0 0 16px;margin:5px 0 20px}.centres-table thead{background:#f8fafc}.centres-table th{color:#64748b;font-weight:600;text-align:left}.centres-table td,.centres-table th{border-bottom:1px solid #e2e8f0;padding:14px 16px}.centres-table td{color:#334155}.centres-table tbody tr:hover{background:#f1f5f9;transition:background .2s ease}.centres-card{overflow-x:auto}.centres-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:12px;font-size:14px;min-width:900px;overflow:hidden;table-layout:auto;width:100%}.centres-table td:nth-child(4),.centres-table th:nth-child(4){min-width:80px}.centres-table td:nth-child(6),.centres-table th:nth-child(6){min-width:160px;white-space:nowrap}.centre-info{align-items:center;display:flex;gap:10px}.centre-avatar{border-radius:50%;height:36px;object-fit:cover;width:36px}.status{border-radius:6px;font-size:12px;font-weight:500;padding:6px 12px;white-space:nowrap}.status.verified{background:#dcfce7;color:#16a34a}.status.pending{background:#fef9c3;color:#ca8a04}.status.unverified{background:#fee2e2;color:#dc2626}.centres-pagination-row{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding-top:16px}.pagination-info{color:#64748b;font-size:13px}.pagination-controls{align-items:center;display:flex;gap:8px}.page-btn{background:#eef2ff;border:none;border-radius:8px;color:#475569;cursor:pointer;font-size:13px;height:32px;min-width:32px;transition:all .2s ease}.page-btn:hover{background:#dde4ff}.page-btn.active{background:teal;color:#fff}.page-btn.arrow{background:#e2e8f0}.page-btn:disabled{cursor:not-allowed;opacity:.5}.page-btn.ellipsis{background:none;cursor:default;.cd-hours-time{color:#1f2937;font-size:13px;font-weight:500}.cd-hours-closed{color:#dc2626;font-size:13px;font-weight:500}.cd-gallery-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.cd-gallery-scroll::-webkit-scrollbar{display:none}.cd-gallery-img{border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;height:150px;object-fit:cover;width:200px}@media (max-width:900px){.cd-hours-grid,.cd-info-grid{grid-template-columns:repeat(2,1fr)}.cd-profile-section{align-items:center;flex-direction:column;text-align:center}.cd-languages,.cd-meta-row{justify-content:center}}}.verified-dropdown-btn{align-items:center;display:flex;gap:8px}.dropdown-arrow{margin-left:4px}.verified-dropdown-menu{box-shadow:0 4px 12px #ad1a1a26;margin-top:8px;min-width:140px;opacity:0;position:relative;top:100%;transform:translateY(-10px);transition:all .2s ease;visibility:hidden}.verified-dropdown-wrapper:hover .verified-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{font-weight:500;position:relative;transition:background .2s ease}.dropdown-item:hover{background:#f8fafc}.dropdown-item.unverify-btn{color:#dc2626}.dropdown-item.unverify-btn:hover{background:#fee2e2}.centre-detail-container{padding:0}.back-pill-btn{margin-bottom:20px;z-index:9999}.cd-profile-section{align-items:flex-start;display:flex;gap:30px;margin-bottom:32px}.cd-profile-image{border:3px solid #e0f2f1;border-radius:50%;flex-shrink:0;height:120px;object-fit:cover;width:120px}.cd-profile-info{flex:1 1}.cd-profile-name{color:#1f2937;font-size:22px;font-weight:700;margin:0 0 8px}.cd-meta-row{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;margin-bottom:12px}.cd-divider{color:#d1d5db}.cd-website-link{color:teal;text-decoration:none}.cd-website-link:hover{text-decoration:underline}.cd-languages{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.cd-lang-pill{background:#e0f2f1;border-radius:8px;color:teal;font-size:13px;font-weight:500;padding:5px 14px}.cd-bio{color:#4b5563;font-size:14px;line-height:1.7;margin:0;max-width:900px}.cd-section-title{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:16px;font-weight:700;margin:28px 0 16px;padding-bottom:8px}.cd-info-grid{grid-gap:20px 40px;display:grid;gap:20px 40px;grid-template-columns:repeat(4,1fr)}.cd-info-item{display:flex;flex-direction:column;gap:4px}.cd-info-label{color:#94a3b8;font-size:12px;font-weight:500;margin:0}.cd-info-value{color:#1f2937;font-size:14px;font-weight:600;margin:0}.cd-services-grid{display:flex;flex-wrap:wrap;gap:10px}.cd-service-pill{background:#f0fdf4;border:1px solid #d1fae5;border-radius:8px;color:#065f46;font-size:13px;font-weight:500;padding:7px 16px}.cd-hours-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.cd-hours-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:12px 16px}.cd-hours-day{color:#64748b;font-size:12px;font-weight:600}.cd-hours-time{color:#1f2937;font-size:13px;font-weight:500}.cd-hours-closed{color:#dc2626;font-size:13px;font-weight:500}.cd-gallery-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.cd-gallery-scroll::-webkit-scrollbar{display:none}.cd-gallery-img{border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;height:150px;object-fit:cover;width:200px}.no-data-text{color:#94a3b8;font-size:14px;font-style:italic;margin:0}.error-state,.loading-state,.no-data-state{align-items:center;color:#666;display:flex;font-size:16px;justify-content:center;padding:60px 20px}.error-state{color:#dc3545}.no-data-state{color:#888;font-style:italic}@media (max-width:900px){.cd-hours-grid,.cd-info-grid{grid-template-columns:repeat(2,1fr)}.cd-profile-section{align-items:center;flex-direction:column;text-align:center}.cd-languages,.cd-meta-row{justify-content:center}}.verification-header,.verification-page{overflow:hidden}.verification-ribbon{height:100%;object-fit:cover;width:100%}.verification-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;z-index:1}.verification-title{color:#fff;font-size:28px;font-weight:600;margin:0}.verification-title-icon{color:#fff;height:28px;width:28px}.verification-card-wrapper{margin-top:-40px;padding:0 40px}.verification-card{flex:1 1}.service-grid{grid-gap:80px;gap:80px}.verification-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:12px;font-size:14px;overflow:hidden;width:100%}.verification-table thead th{background:#f8fafc;color:#64748b;font-weight:600;text-align:left}.verification-table tbody td,.verification-table thead th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:14px 16px}.verification-table tbody td{color:#334155;vertical-align:top}.verification-table tbody tr:hover{background:#f1f5f9;transition:background .2s ease}.field-changed{background-color:#fff;border-radius:4px;padding:4px 8px;position:relative}.change-indicator{color:#eb0505;font-size:12px;margin-left:8px}.changes-summary{background:#f9fafb;border-left:4px solid #fff;border-radius:8px;margin-top:24px;padding:20px}.changes-summary h3{color:#1f2937;margin-top:0}.changes-summary ul{list-style:none;padding:0}.changes-summary li{border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:16px}.change-comparison{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:8px}.new-value,.old-value{border-radius:6px;padding:12px}.old-value{background:#fee2e2;border-left:3px solid #ef4444}.new-value{background:#d1fae5;border-left:3px solid #10b981}.label{color:#6b7280;display:block;font-size:11px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.changes-comparison-section{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:18px}.comparison-grid{display:flex;flex-direction:column;gap:16px}.comparison-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 18px #1118270f;padding:14px}.comparison-field-name{color:#111827;font-size:14px;font-weight:800;letter-spacing:.2px;margin:0 0 10px;text-transform:none}.comparison-values{grid-gap:14px;align-items:stretch;display:grid;gap:14px;grid-template-columns:1fr auto 1fr}.arrow-separator{align-items:center;color:#9ca3af;display:flex;font-size:18px;font-weight:900;justify-content:center;width:34px}.new-value-box,.old-value-box{border:1px solid #0000;border-radius:12px;min-height:72px;padding:12px}.old-value-box{background:linear-gradient(180deg,#fff1f2,#fff);border-color:#fecdd3}.new-value-box{background:linear-gradient(180deg,#ecfdf5,#fff);border-color:#a7f3d0}.value-label{align-items:center;color:#6b7280;display:inline-flex;font-size:11px;font-weight:900;gap:8px;letter-spacing:.6px;margin-bottom:8px;text-transform:uppercase}.value-content{background:#fff9;border:1px solid #e5e7ebe6;border-radius:10px;color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.55;padding:10px 12px;white-space:pre-wrap;word-break:break-word}@media (max-width:900px){.comparison-values{grid-template-columns:1fr}.arrow-separator{padding:6px 0;transform:rotate(90deg);width:100%}}.services-pending-only{margin-top:8px}.services-pending-title{color:#111827;font-weight:800;margin-bottom:10px}.services-subtitle{color:#374151;font-size:13px;font-weight:700;margin-bottom:8px;margin-top:12px}.services-pending-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:12px}.services-pending-card.removed{background:#fff1f2;border-color:#fecdd3}.sp-row{grid-gap:10px;border-bottom:1px dashed #e5e7eb;display:grid;gap:10px;grid-template-columns:120px 1fr;padding:6px 0}.sp-row:last-child{border-bottom:none}.sp-row .k{color:#6b7280;font-size:12px;font-weight:700}.sp-row .v{color:#111827;font-size:13px}.services-update-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:10px;padding:12px}.services-update-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.services-update-head .title{color:#111827;font-weight:800}.services-update-head .pill{background:#fde68a;border-radius:999px;color:#92400e;font-size:11px;font-weight:800;padding:4px 10px}.services-update-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.services-update-grid .box{border:1px solid #0000;border-radius:10px;padding:10px}.services-update-grid .box.old{background:#fee2e2;border-color:#fecaca}.services-update-grid .box.pending{background:#d1fae5;border-color:#a7f3d0}.services-update-grid .lbl{color:#6b7280;font-size:11px;font-weight:900;margin-bottom:6px;text-transform:uppercase}.services-update-grid .txt{color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;white-space:pre-wrap}.changes-inline-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.changes-inline-text{color:#78350f;font-weight:500;margin-bottom:15px}.changed-fields-list.inline{display:flex;flex-wrap:wrap;gap:8px;margin-top:-15px}.documents-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:32px}.document-card{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;gap:12px;padding:16px;transition:all .3s ease}.document-card:hover{border-color:#007bff;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.document-icon{flex-shrink:0;font-size:32px;line-height:1}.document-info{flex:1 1;min-width:0}.document-title{color:#212529;font-size:14px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-meta{color:#6c757d;font-size:12px;margin:0 0 2px}.document-date{color:#adb5bd;font-size:11px;margin:0}.document-view-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background .3s;white-space:nowrap}.document-view-btn:hover{background:#0056b3;color:#fff}.no-documents{color:#999;font-size:14px;font-style:italic;grid-column:1/-1;padding:40px 20px;text-align:center}.documents-change-section{margin-bottom:24px}.documents-subtitle{border-left:3px solid #007bff;color:#495057;font-size:14px;font-weight:600;margin-bottom:12px;padding-left:12px}.documents-grid-small{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.document-card-small{align-items:flex-start;background:#fff;border:2px solid #e9ecef;border-radius:8px;display:flex;gap:12px;padding:14px;position:relative;transition:all .3s ease}.document-card-small:hover{box-shadow:0 2px 6px #00000014}.document-card-small.new{background:#f0fff4;border-color:#28a745}.document-card-small.updated{background:#fffdf0;border-color:#ffc107}.document-card-small.removed{background:#fff5f5;border-color:#dc3545;opacity:.8}.doc-icon{flex-shrink:0;font-size:28px;line-height:1}.doc-details{flex:1 1;min-width:0}.doc-title{color:#212529;font-size:13px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-meta{color:#6c757d;font-size:11px;font-weight:500;margin:0 0 8px}.doc-link{color:#007bff;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s}.doc-link:hover{color:#0056b3;text-decoration:underline}.doc-compare{align-items:center;display:flex;gap:8px;margin-top:6px}.doc-link.old{color:#6c757d}.doc-link.old:hover{color:#495057}.doc-link.new{color:#007bff}.doc-link.new:hover{color:#0056b3}.doc-compare span{color:#adb5bd;font-size:12px}.new-badge,.removed-badge,.updated-badge{border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 10px;position:absolute;right:10px;text-transform:uppercase;top:10px}.new-badge{background:#28a745;color:#fff}.updated-badge{background:#ffc107;color:#856404}.removed-badge{background:#dc3545;color:#fff}@media (max-width:768px){.documents-grid,.documents-grid-small{grid-template-columns:1fr}.document-card{align-items:flex-start;flex-direction:column}.document-view-btn{text-align:center;width:100%}}.expert-details-page{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.expert-details-header{height:130px;overflow:hidden;position:relative;width:100%}.expert-details-ribbon{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.expert-details-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.expert-details-title{color:#fff;font-size:28px;font-weight:600;margin:0}.expert-details-title-icon{color:#fff;height:28px;width:28px}.ribbon-icon{height:20px;width:20px}.ribbon-btn.filled{background:#fff;border:2px solid #0000;color:teal}.expert-details-card-wrapper{display:flex;flex:1 1;justify-content:center;margin-top:-40px;overflow:hidden;padding:0 40px;position:relative}.expert-details-card{background:#fff;border-radius:20px;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:30px;width:100%}.back-pill-btn{align-items:center;background:#0000;border:1.5px solid teal;border-radius:40px;color:teal;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:10px;padding:8px 20px;position:relative;top:-12px;transition:all .2s ease;z-index:20}.back-arrow{font-size:16px;line-height:1}.back-pill-btn:hover{background:teal;color:#fff}.profile-section{align-items:flex-start;display:flex;gap:40px;margin-bottom:35px}.profile-image{border-radius:50%;height:210px;object-fit:cover;width:210px}.profile-name{color:#1f2937;font-size:20px;font-weight:600;margin:0 0 8px}.profile-contact{color:#4b5563;font-size:14px;margin:0 0 6px}.profile-languages{display:flex;gap:10px;margin:12px 0 14px}.profile-languages span{background:#e0f2f1;border-radius:8px;color:teal;font-size:13px;font-weight:500;padding:6px 14px}.profile-description{color:#4b5563;font-size:14px;line-height:1.6;max-width:1000px}.detail-section-title{color:#1f2937;font-size:16px;font-weight:600;margin:30px 0 20px}.service-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.service-item{display:flex;flex-direction:column}.service-label{color:#1f2937;font-size:13px;line-height:1.2;margin:0 0 6px}.service-value{color:#6b7280;font-size:15px;font-weight:500;line-height:22px;margin:0;min-height:22px}.details-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:12px;font-size:14px;overflow:hidden;width:100%}.details-table thead th{background:#f8fafc;color:#64748b;font-weight:600;text-align:left}.details-table tbody td,.details-table thead th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:14px 16px}.details-table tbody td{color:#334155;vertical-align:top}.details-table tbody tr:hover{background:#f1f5f9;transition:background .2s ease}.view-btn{background:#d1fae5;border:none;border-radius:6px;color:#065f46;cursor:pointer;font-size:13px;padding:6px 14px}.view-btn:hover{background:#a7f3d0}.verified-dropdown-wrapper{display:inline-block}.dropdown-arrow{font-size:10px;margin-left:8px}.verified-dropdown-menu{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001f;top:calc(100% + 6px);z-index:100}.dropdown-item{background:none;border:none;cursor:pointer;font-size:14px;padding:12px 16px;text-align:left;transition:background .2s;width:100%}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.unverify{color:#e53935;font-weight:500}.dropdown-item.unverify:hover{background:#fdecea}.dropdown-item:disabled{cursor:not-allowed;opacity:.6}.verification-header{flex-shrink:0;height:130px;position:relative;width:100%}.verified-dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 28px #0000002e;min-width:180px;padding:8px;position:absolute;right:0;top:calc(100% + 8px)}.verified-dropdown-menu .dropdown-item{background:#0000;border:0;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 12px;text-align:left;width:100%}.verified-dropdown-menu .dropdown-item:hover{background:#f3f4f6}.verified-dropdown-menu .dropdown-item.unverify{color:#b91c1c}.verified-dropdown-menu .dropdown-item.unverify:hover{background:#fee2e2}.doc-view-link{background:#e0f2f1;border-radius:8px;color:teal;display:inline-block;font-size:13px;font-weight:500;margin-top:4px;padding:6px 16px;text-decoration:none;transition:background .2s}.doc-view-link:hover{background:#b2dfdb}.status-available{background:#d1fae5;color:#065f46}.status-available,.status-holiday{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.status-holiday{background:#fee2e2;color:#b91c1c}.verification-page{display:flex;flex-direction:column;height:100%;position:relative}.verification-header,.verification-page{overflow:visible!important}.verification-ribbon{inset:0;position:absolute;z-index:0}.verification-card-wrapper{display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative;z-index:5}.verification-card{background:#fff;border-radius:20px;overflow-x:hidden;overflow-y:auto;padding:30px;position:relative;width:100%;z-index:5}.verification-header-content{position:relative;z-index:10}.verified-dropdown-wrapper{position:relative;z-index:9999}.verified-dropdown-menu{z-index:10000}.header-actions,.verification-header-content,.verified-dropdown-menu,.verified-dropdown-wrapper{pointer-events:auto}.verification-header,.verification-ribbon{pointer-events:none}.dropdown-item,.header-actions,.ribbon-btn,.verification-header-content,.verified-dropdown-menu,.verified-dropdown-wrapper{pointer-events:auto}.tax-header{height:130px;overflow:hidden;position:relative;width:100%}.tax-ribbon{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.tax-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.header-left{align-items:center;display:flex;gap:12px}.tax-title{color:#fff;font-size:28px;font-weight:600;margin:0}.tax-title-icon{color:#fff;height:28px;width:28px}.tax-page{flex-direction:column;height:100%}.tax-card-wrapper,.tax-page{display:flex;overflow:hidden;position:relative}.tax-card-wrapper{flex:1 1;justify-content:center;margin-top:-40px;padding:0 40px}.tax-card{background:#fff;border-radius:20px;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:30px;width:100%}.header-actions{display:flex;gap:18px}.ribbon-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;padding:6px 20px;transition:all .2s ease}.ribbon-btn.outline{background:#fff;border:2px solid teal;color:teal}.tax-top-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.tax-section-title{color:#64748b;font-size:16px;font-weight:600;margin:5px 0 8px}.tax-subtitle{color:#94a3b8;font-size:13px;margin:0}.tax-hints{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.tax-hint-pill{background:#e0f2f1;border-radius:10px;color:teal;font-size:12px;font-weight:600;padding:6px 12px}.tax-hint-pill.ok{background:#dcfce7;color:#166534}.tax-hint-pill.danger{background:#fee2e2;color:#991b1b}.tax-alert{border:1px solid #0000;border-radius:12px;font-size:13px;margin-bottom:14px;padding:10px 12px}.tax-alert.error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.tax-alert.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.tax-table-wrapper{overflow-x:auto;width:100%}.tax-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.tax-table thead{background:#f8fafc}.tax-table th{color:#64748b;font-size:14px;font-weight:600;text-align:left}.tax-table td,.tax-table th{border-bottom:1px solid #e2e8f0;padding:14px 16px}.tax-table td{color:#334155;vertical-align:top}.tax-table tbody tr:hover{background:#f1f5f9;transition:background .2s ease}.tax-entity-name{color:#0f172a;font-weight:600}.tax-entity-sub{color:#94a3b8;font-size:12px;margin-top:2px}.tax-muted{color:#64748b;font-size:13px}.tax-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tax-input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#0f172a;font-size:14px;height:36px;outline:none;padding:0 12px;width:120px}.tax-input:focus{border-color:teal;box-shadow:0 0 0 3px #0080801f}.tax-actions-row{align-items:center;display:flex;gap:10px}.tax-actions-col{display:flex;flex-direction:column;gap:10px}.tax-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;height:36px;padding:0 14px}.tax-btn.primary{background:teal;color:#fff}.tax-btn.secondary{background:#eef2ff;border-color:#e2e8f0;color:#334155}.tax-btn.secondary:hover{background:#dde4ff}.tax-inline-note{color:#94a3b8;font-size:12px;max-width:260px}@media (max-width:768px){.tax-card{padding:24px}.tax-card-wrapper,.tax-header-content{padding:0 20px}.tax-input{width:100px}}.amd-overlay{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#0f172a1f;bottom:0;left:210px;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:200}.amd-overlay.open{opacity:1;visibility:visible}.amd-panel{background:#f8f9fc;box-shadow:-4px 0 30px #0000001f;display:flex;flex-direction:column;height:100vh;position:fixed;right:-420px;top:0;transition:right .35s cubic-bezier(.4,0,.2,1);width:390px;z-index:300}.amd-panel.open{right:0}.amd-header{background:#fff;border-bottom:1px solid #e8ecf1;flex-shrink:0;justify-content:space-between;padding:18px 22px 16px;position:sticky;top:0;z-index:10}.amd-header,.amd-header-title{align-items:center;display:flex}.amd-header-title{color:#1a2332;font-size:16px;font-weight:700;gap:10px}.amd-header-icon{align-items:center;background:#fdf5eb;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.amd-header-icon.teal-header-icon{background:#e6f2f2;color:teal}.amd-header-icon img{height:24px;width:24px}.amd-close-btn{align-items:center;background:none;border:none;border-radius:6px;color:#8c9aa8;cursor:pointer;display:flex;font-size:16px;justify-content:center;line-height:1;padding:6px;transition:color .15s,background .15s}.amd-close-btn:hover{background:#f1f3f6;color:#1a2332}.amd-body{flex:1 1;overflow-y:auto;padding:20px 22px}.amd-section-label{align-items:center;display:flex;gap:8px;margin-bottom:14px;margin-top:28px}.amd-section-label:first-of-type{margin-top:4px}.amd-section-badge{color:teal;font-size:11px;font-weight:700}.amd-section-title{color:#333;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.amd-photo-container{align-items:center;display:flex;flex-direction:column;margin-bottom:24px}.amd-photo-box{align-items:center;background:#e6f2f2;border:4px solid #fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer;display:flex;height:80px;justify-content:center;margin-bottom:8px;position:relative;width:80px}.amd-photo-preview{border-radius:8px;height:100%;object-fit:cover;width:100%}.amd-camera-badge,.amd-photo-placeholder{align-items:center;display:flex;justify-content:center}.amd-camera-badge{background:teal;border:1.5px solid #fff;border-radius:50%;bottom:-6px;box-shadow:0 2px 4px #0000001f;height:26px;position:absolute;right:-6px;width:26px;z-index:2}.amd-file-input{display:none}.amd-photo-label{color:#8c9aa8;font-size:11px;text-align:center;white-space:nowrap;width:100px}.amd-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.amd-form-grid,.amd-form-row{margin-bottom:14px}.amd-form-group{display:flex;flex-direction:column;gap:5px}.amd-label{color:#4b5563;font-size:12px;font-weight:600}.amd-input{background:#fff;border:1px solid #00808040;border-radius:6px;box-sizing:border-box;color:#333;font-size:13px;outline:none;padding:8px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.amd-input::placeholder{color:#b0bac6}.amd-input:focus{border-color:teal;box-shadow:0 0 0 3px #0080801a}.amd-input-hint{color:#b0bac6;font-size:11px;margin-top:4px}.amd-select-wrapper{position:relative;width:100%}.amd-select{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #00808040;border-radius:6px;color:#333;cursor:pointer;font-size:13px;outline:none;padding:8px 36px 8px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.amd-select:focus{border-color:teal;box-shadow:0 0 0 3px #0080801a}.amd-select-icon{align-items:center;display:flex;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.amd-settings-card{background:#0080800a;border:1px solid #0080801f;border-radius:10px;display:flex;flex-direction:column;gap:12px;padding:14px 16px}.amd-settings-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.amd-divider-top{border-top:1px solid #e8ecf1;padding-top:12px}.amd-settings-info{display:flex;flex-direction:column;gap:2px}.amd-settings-label{color:#333;font-size:13px;font-weight:600}.amd-settings-sub{color:#8c9aa8;font-size:11px}.amd-checkbox-label{align-items:flex-start;cursor:pointer;display:flex;flex:1 1;gap:10px}.amd-hidden-checkbox{display:none}.amd-checkbox{align-items:center;background:#fff;border:1.5px solid #ccd1d9;border-radius:5px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;transition:background .2s,border-color .2s;width:20px}.amd-checkbox.checked{background:teal;border-color:teal}.amd-toggle-label{align-items:center;cursor:pointer;display:flex;flex-shrink:0}.amd-hidden-toggle{display:none}.amd-toggle-track{background:#d1d5db;border-radius:999px;height:24px;position:relative;transition:background .25s;width:44px}.amd-toggle-track.on{background:teal}.amd-toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;height:18px;left:3px;position:absolute;top:3px;transition:left .2s;width:18px}.amd-toggle-track.on .amd-toggle-thumb{left:23px}.amd-error-msg{background:#fff5f5;border:1px solid #fde8e8;border-radius:6px;color:#e53935;font-size:13px;margin-top:14px;padding:10px 14px}.amd-footer{background:#fff;border-top:1px solid #e8ecf1;bottom:0;display:flex;flex-shrink:0;gap:12px;padding:14px 18px;position:sticky;z-index:10}.amd-btn-cancel{background:#fff;border:1px solid #e0e4ea;border-radius:8px;color:#555;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px;transition:background .2s,border-color .2s}.amd-btn-cancel:hover{background:#f5f7fb;border-color:#ccd1d9}.amd-btn-cancel:disabled{cursor:not-allowed;opacity:.5}.amd-btn-save{align-items:center;background:teal;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:2 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px;transition:background .2s,transform .15s}.amd-btn-save:hover{background:#066;transform:translateY(-1px)}.amd-btn-save:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.amd-overlay{left:0}.amd-panel{right:-100%;width:100%}}.team-page-wrapper{display:flex;flex-direction:column;height:100%}.team-header,.team-page-wrapper{overflow:hidden;position:relative}.team-header{height:130px;width:100%}.team-ribbon{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.team-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 40px;position:relative;z-index:1}.team-title-block{align-items:center;display:flex;gap:12px}.team-title-icon{color:#fff;flex-shrink:0;height:28px;width:28px}.team-heading{color:#fff;font-size:26px;font-weight:700;margin:0}.team-subtitle{color:#ffffffd9;font-size:13px;margin:0}.add-user-btn{align-items:center;background:teal;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:background .2s,transform .15s;white-space:nowrap}.add-user-btn:hover{background:#066;transform:translateY(-1px)}.team-card-wrapper{display:flex;flex:1 1;justify-content:center;margin-top:-40px;overflow:hidden;padding:0 40px;position:relative}.team-card{-ms-overflow-style:none;background:#fff;border-radius:20px;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:30px;scrollbar-width:none;width:100%}.team-card::-webkit-scrollbar{display:none}.team-filters-row{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:4px 0;position:sticky;top:0;z-index:10}.team-search-box{align-items:center;background:#f8fafc;border:1px solid #e3e7ed;border-radius:8px;display:flex;flex:1 1;gap:8px;min-width:220px;padding:9px 14px;transition:border-color .2s}.team-search-box:focus-within{border-color:teal;box-shadow:0 0 0 3px #00808014}.team-search-box input{background:#0000;border:none;color:#333;font-size:14px;outline:none;width:100%}.team-search-box input::placeholder{color:#b0bac6}.team-filter-dropdown{align-items:center;display:flex;position:relative}.team-filter-dropdown select{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #e3e7ed;border-radius:8px;color:#333;cursor:pointer;font-size:14px;height:42px;min-width:130px;outline:none;padding:0 36px 0 14px;transition:border-color .2s}.team-filter-dropdown select:focus{border-color:teal}.team-filter-dropdown .dropdown-icon{height:14px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:14px}.team-filter-btn{align-items:center;background:#fff;border:1px solid #e3e7ed;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:10px 12px;transition:background .2s}.team-filter-btn:hover{background:#f5f7fb}.team-table-wrapper{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.team-table-wrapper::-webkit-scrollbar{display:none}.team-table-card{background:#fff;border:1px solid #eceff3;border-radius:12px;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column}.team-table-scroll{flex:1 1;min-height:0;overflow-x:auto}.team-loading{align-items:center;color:#7b8a9a;display:flex;font-size:14px;gap:10px;padding:20px 24px}.team-spinner{animation:teamSpin .7s linear infinite;border:2px solid #e3e7ed;border-radius:50%;border-top-color:teal;height:18px;width:18px}@keyframes teamSpin{to{transform:rotate(1turn)}}.team-error{background:#fff5f5;border-bottom:1px solid #fde8e8;color:#e53935;font-size:13px;padding:12px 24px}.team-table{border-collapse:collapse;table-layout:auto;width:100%}.team-table thead{background:#fafbfc;position:sticky;top:0;z-index:1}.team-table th{border-bottom:1px solid #f1f3f6;color:#8c9aa8;font-size:11px;font-weight:700;letter-spacing:.05em;padding:14px 20px;text-align:left;white-space:nowrap}.team-table td{border-top:1px solid #f1f3f6;color:#4b5563;font-size:14px;padding:15px 20px;vertical-align:middle}.team-table tbody tr{transition:background .15s}.team-table tbody tr:hover{background:#f8fffe}.team-table td:last-child,.team-table th:last-child{padding-right:24px;text-align:right}.team-empty{color:#b0bac6;font-size:14px;padding:40px 20px!important;text-align:center}.team-muted{color:#9ca3af;font-size:13px}.team-user-cell{align-items:center;display:flex;gap:10px}.team-user-avatar{object-fit:cover}.team-default-avatar,.team-user-avatar{border-radius:50%;flex-shrink:0;height:38px;width:38px}.team-default-avatar{align-items:center;background:linear-gradient(135deg,teal,#00b3b3);color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:center}.team-user-info{display:flex;flex-direction:column;gap:2px}.team-user-name{color:#1a2332;font-size:14px;font-weight:600}.team-user-email{color:#8c9aa8;font-size:12px}.team-role-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;white-space:nowrap}.team-role-badge.super-admin{background:#e6f4f4;color:teal}.team-role-badge.co-admin{background:#e8f5e9;color:#2e7d32}.team-role-badge.doctor{background:#e3f2fd;color:#1565c0}.team-role-badge.therapist{background:#f3e5f5;color:#6a1b9a}.team-role-badge{background:#f1f3f6;color:#555}.team-switch{display:inline-block;height:22px;position:relative;width:38px}.team-switch input{height:0;opacity:0;width:0}.team-slider{background:#e1e5ea;border-radius:22px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:background .25s}.team-slider:before{background:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0003;content:"";height:16px;left:3px;position:absolute;transition:transform .25s;width:16px}.team-switch input:checked+.team-slider{background:teal}.team-switch input:checked+.team-slider:before{transform:translateX(16px)}.team-action-btn{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:inline-flex;justify-content:center;padding:4px;transition:background .15s}.team-action-btn:hover{background:#f1f3f6}.team-pagination{align-items:center;border-top:1px solid #f1f3f6;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 20px}.team-pagination-info{color:#8c9aa8;font-size:13px}@media (max-width:768px){.team-page-wrapper{padding:16px}.team-header{flex-direction:column;gap:14px}.team-header-content{padding:0 20px}.add-user-btn{justify-content:center;width:100%}.team-card-wrapper{padding:0 16px}.team-card{border-radius:16px;padding:20px}.team-filters-row{align-items:stretch;flex-direction:column}.team-search-box{min-width:0;min-width:auto}.team-filter-dropdown select{width:100%}}