.profile-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.profile-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;box-shadow:0 25px 80px #0006;animation:modalFadeIn .3s ease-out;position:relative;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10}.profile-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.profile-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.profile-modal-close:hover{background:#f3f4f6;color:#374151;transform:scale(1.1)}.profile-error-message{background:#fef2f2;color:#dc2626;padding:12px 24px;border-left:4px solid #dc2626;margin:0;font-size:.875rem}.profile-success-message{background:#f0fdf4;color:#16a34a;padding:12px 24px;border-left:4px solid #16a34a;margin:0;font-size:.875rem}.profile-modal-tabs{display:flex;background:#f8fafc;border-bottom:1px solid #e5e7eb}.profile-tab{flex:1;background:none;border:none;padding:16px 20px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;justify-content:center;border-bottom:2px solid transparent}.profile-tab:hover{color:#374151;background:#f1f5f9}.profile-tab.active{color:#3b82f6;background:#fff;border-bottom-color:#3b82f6;font-weight:600}.profile-modal-content{padding:32px;max-height:70vh;overflow-y:auto;min-height:500px}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-info-card{background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e5e7eb}.profile-info-card h3{margin:0 0 20px;font-size:1.125rem;font-weight:600;color:#1f2937}.profile-field{margin-bottom:20px}.profile-field:last-child{margin-bottom:0}.profile-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:6px}.profile-field-value{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#1f2937}.profile-display-field{display:flex;align-items:center;gap:12px;width:100%}.profile-edit-field{width:100%}.profile-edit-field input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;margin-bottom:12px}.profile-edit-field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile-edit-actions{display:flex;gap:8px}.edit-btn,.save-btn,.cancel-btn{background:none;border:1px solid #d1d5db;padding:6px 12px;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.edit-btn:hover{background:#f3f4f6;border-color:#9ca3af}.save-btn{background:#3b82f6;color:#fff;border-color:#3b82f6}.save-btn:hover{background:#2563eb}.cancel-btn{color:#6b7280}.cancel-btn:hover{background:#f3f4f6;color:#374151}.profile-security-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.profile-security-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.profile-security-section h3{margin:0 0 8px;font-size:1.125rem;font-weight:600;color:#1f2937}.security-description{margin:0 0 16px;font-size:.875rem;color:#6b7280;line-height:1.4}.profile-action-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-action-btn:hover{background:#2563eb}.profile-form{background:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:6px}.form-group input:not(.password-input-group input){width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease}.form-group input:not(.password-input-group input):focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.password-input-group{position:relative;display:flex;align-items:center}.password-input-group input{width:100%;padding:10px 45px 10px 12px!important;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease}.password-input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.password-input-group input::-ms-reveal,.password-input-group input::-ms-clear{display:none}.password-input-group input::-webkit-credentials-auto-fill-button,.password-input-group input::-webkit-strong-password-auto-fill-button{display:none!important}.password-input-group input[type=password]::-ms-reveal{display:none}.password-input-group input[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;z-index:10}.password-toggle:hover{color:#374151;background:#f3f4f6}.password-toggle svg{width:16px;height:16px}.password-mismatch{color:#dc2626;font-size:.75rem;margin-top:4px}.form-actions{display:flex;gap:12px;margin-top:20px}.profile-submit-btn{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-submit-btn:hover:not(:disabled){background:#2563eb}.profile-submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.profile-cancel-btn{background:none;color:#6b7280;border:1px solid #d1d5db;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-cancel-btn:hover{background:#f3f4f6;color:#374151}.otp-section{text-align:center}.otp-section p{margin-bottom:20px;color:#6b7280;font-size:.875rem}.otp-input-container{display:flex;gap:8px;justify-content:center;margin-bottom:20px}.otp-input{width:40px;height:40px;text-align:center;border:2px solid #d1d5db;border-radius:6px;font-size:1.125rem;font-weight:600;transition:all .2s ease}.otp-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.otp-actions{display:flex;flex-direction:column;align-items:center;gap:12px}.resend-btn{background:none;color:#3b82f6;border:none;font-size:.875rem;cursor:pointer;text-decoration:underline;transition:all .2s ease}.resend-btn:hover{color:#2563eb}.password-strength{margin-top:8px}.strength-bar{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:8px}.strength-fill{height:100%;border-radius:2px;transition:all .3s ease}.strength-label{font-size:.75rem;font-weight:500;margin-bottom:8px}.requirements-list{display:grid;grid-template-columns:1fr 1fr;gap:4px}.requirement{font-size:.75rem;color:#6b7280;transition:all .2s ease}.requirement.met{color:#16a34a}@media (max-width: 600px){.profile-modal-overlay{padding:10px}.profile-modal{max-width:100%;max-height:95vh}.profile-modal-content,.profile-info-card,.profile-form{padding:16px}.form-actions{flex-direction:column}.profile-submit-btn,.profile-cancel-btn{width:100%}.requirements-list{grid-template-columns:1fr}.otp-input-container{gap:6px}.otp-input{width:35px;height:35px;font-size:1rem}}.po-attachments-viewer{margin:10px 0}.attachments-list{display:flex;flex-direction:column;gap:8px}.attachment-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s ease}.attachment-item:hover{background:#f0f2f5;border-color:#4a90e2}.file-icon{font-size:24px;flex-shrink:0}.file-icon.pdf{color:#e74c3c}.file-icon.image{color:#3498db}.file-icon.excel{color:#27ae60}.file-icon.word{color:#2980b9}.file-icon.default{color:#95a5a6}.attachment-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.file-name{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:12px;color:#666}.attachment-actions{display:flex;gap:8px;flex-shrink:0}.btn-preview,.btn-download{display:flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-preview{background:#4a90e2;color:#fff}.btn-preview:hover:not(:disabled){background:#357abd}.btn-download{background:#27ae60;color:#fff}.btn-download:hover:not(:disabled){background:#229954}.btn-preview:disabled,.btn-download:disabled{opacity:.6;cursor:not-allowed}.no-attachments{font-size:13px;color:#888;font-style:italic}.preview-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.preview-modal{background:#fff;border-radius:8px;max-width:90vw;max-height:90vh;width:900px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d}.preview-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.preview-modal .modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%}.preview-modal .close-btn{background:transparent;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s ease;flex-shrink:0}.preview-modal .close-btn:hover{color:#333}.preview-modal .modal-content{flex:1;overflow:auto;padding:20px;display:flex;align-items:center;justify-content:center}.preview-modal .modal-content iframe{border:none;border-radius:4px}.preview-modal .modal-content img{border-radius:4px;box-shadow:0 2px 8px #0000001a}.preview-not-available{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;text-align:center}.preview-not-available p{font-size:16px;color:#666;margin:0}.btn-open-drive{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#4a90e2;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s ease}.btn-open-drive:hover{background:#357abd}@media (max-width: 768px){.attachment-item{flex-direction:column;align-items:flex-start;gap:8px}.attachment-info{width:100%;max-width:100%}.file-name{font-size:13px;word-break:break-all;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.file-size{font-size:11px}.attachment-actions{width:100%;justify-content:flex-end}.preview-modal{width:95vw;max-height:95vh}.preview-modal .modal-header h3{font-size:16px;word-break:break-all;white-space:normal}.btn-preview,.btn-download{font-size:12px;padding:5px 10px}}@media (max-width: 768px){header{height:auto!important}header>div{padding:.75rem 1rem!important}header>div>div{height:auto!important;min-height:64px;gap:.75rem}header a[href="/home"],header a[href="/admin/dashboard"]{gap:.75rem!important}header a img{width:48px!important;height:48px!important}header a>div:last-child{display:flex!important}header a>div:last-child>span:first-child{font-size:1rem!important;line-height:1.2!important}header a>div:last-child>span:last-child{font-size:.625rem!important;line-height:1.2!important}header button[aria-expanded]{padding:.625rem .875rem!important;min-width:auto!important;gap:.625rem!important}header button[aria-expanded]>div:first-child{width:36px!important;height:36px!important;font-size:.875rem!important}header button[aria-expanded]>div:nth-child(2){display:flex!important}header button[aria-expanded]>div:nth-child(2)>span:first-child{font-size:.625rem!important}header button[aria-expanded]>div:nth-child(2)>span:last-child{font-size:.875rem!important}header button[aria-expanded]>svg{width:16px!important;height:16px!important}}@media (max-width: 480px){header>div{padding:.625rem .875rem!important}header>div>div{min-height:56px;gap:.5rem}header a img{width:40px!important;height:40px!important}header a>div:last-child>span:first-child{font-size:.875rem!important}header a>div:last-child>span:last-child{font-size:.5625rem!important}header button[aria-expanded]{padding:.5rem .75rem!important}header button[aria-expanded]>div:first-child{width:32px!important;height:32px!important;font-size:.75rem!important}header button[aria-expanded]>div:nth-child(2)>span:first-child{font-size:.5625rem!important}header button[aria-expanded]>div:nth-child(2)>span:last-child{font-size:.8125rem!important}}@media (max-width: 768px){.dashboard-stats-mobile-limit>div{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important;flex-wrap:nowrap!important}.dashboard-stats-mobile-limit>div>div:nth-child(n+2){display:none!important}.dashboard-stats-mobile-limit.show-all>div>div{display:flex!important}.admin-stats-mobile-limit .admin-stats-grid{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important}.admin-stats-mobile-limit .admin-stats-grid>div:nth-child(n+3){display:none!important}.admin-stats-mobile-limit.show-all .admin-stats-grid>div{display:flex!important}.dashboard-stats-mobile-limit>div>div,.admin-stats-mobile-limit .admin-stats-grid>div{min-width:100%!important;max-width:100%!important;flex:none!important;padding:1.25rem!important;margin:0!important;flex-basis:100%!important}.dashboard-stats-mobile-limit>div>div>div,.admin-stats-mobile-limit .admin-stats-grid>div>div{flex-direction:row!important;align-items:center!important}.dashboard-stats-mobile-limit>div>div>div>div,.admin-stats-mobile-limit .admin-stats-grid>div>div>div>div{flex-direction:row!important;align-items:center!important}.dashboard-stats-mobile-limit>button,.admin-stats-mobile-limit>button{width:100%;padding:.875rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;font-weight:600;color:#3b82f6;margin-top:.75rem;cursor:pointer;transition:all .2s ease}.dashboard-stats-mobile-limit>button:hover,.admin-stats-mobile-limit>button:hover{background:#e5e7eb}}@media (max-width: 480px){.dashboard-stats-mobile-limit>div>div,.admin-stats-mobile-limit .admin-stats-grid>div{padding:1rem!important}}@media (min-width: 769px){.dashboard-stats-mobile-limit>div>div,.admin-stats-mobile-limit .admin-stats-grid>div{display:flex!important}header a>div:last-child,header button[aria-expanded]>div:nth-child(2){display:flex!important}}@media (max-width: 768px){.dashboard-tabs .tab-buttons{display:none!important}.mobile-service-selector{margin:1rem 0;padding:0 1rem}.mobile-service-dropdown{width:100%;padding:.75rem 2rem .75rem .5rem;font-size:1.125rem;font-weight:600;color:#1f2937;background-color:transparent;border:none;border-bottom:2px solid transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.25rem;cursor:pointer;transition:all .2s}.mobile-service-dropdown:focus{outline:none;border-bottom-color:#3b82f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")}.mobile-service-dropdown:active{color:#3b82f6}select.mobile-service-dropdown{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.mobile-service-dropdown option{padding:.875rem 1rem;background-color:#fff;color:#334155;font-weight:500;font-size:.9375rem;line-height:1.5;border-bottom:1px solid #f1f5f9}.mobile-service-dropdown option:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.mobile-service-dropdown option:last-child{border-bottom:none;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.mobile-service-dropdown option:checked{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.mobile-service-dropdown option:hover{background-color:#f1f5f9;color:#3b82f6}.bg-white.rounded-t-xl .flex.items-center.justify-between{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important}.bg-white.rounded-t-xl .flex.items-center.gap-3{flex-direction:row!important;width:100%!important;gap:.5rem!important;flex-wrap:wrap!important}.bg-white.rounded-t-xl .flex.items-center.gap-3>*:first-child{flex:0 0 auto!important;width:140px!important;min-width:140px!important;max-width:140px!important}.bg-white.rounded-t-xl .flex.items-center.gap-3 button{width:auto!important;flex-shrink:0!important;padding-left:.75rem!important;padding-right:.75rem!important;font-size:.875rem!important}.bg-white.rounded-t-xl .flex.items-center.gap-2.text-sm{justify-content:space-between!important}.bg-white.rounded-b-xl .flex.flex-col.sm\\:flex-row{flex-direction:column!important;gap:1rem!important;align-items:center!important}.bg-white.rounded-b-xl .text-sm.text-gray-700{text-align:center!important}.bg-white.rounded-b-xl .flex.items-center.gap-2 button[title="First page"],.bg-white.rounded-b-xl .flex.items-center.gap-2 button[title="Last page"]{display:none!important}.bg-white.rounded-b-xl .flex.items-center.gap-1{gap:.25rem!important}.bg-white.rounded-b-xl .flex.items-center.gap-1 button{min-width:2rem!important;width:2rem!important;height:2rem!important;padding:0!important;font-size:.875rem!important}.bg-white.rounded-b-xl button[title="Previous page"],.bg-white.rounded-b-xl button[title="Next page"]{flex:1!important;min-width:80px!important;width:auto!important;height:auto!important;padding:.5rem .75rem!important}.bg-white.rounded-b-xl .flex.items-center.gap-2{width:100%!important;justify-content:center!important;flex-wrap:wrap!important}.bg-white.rounded-b-xl{padding-left:1rem!important;padding-right:1rem!important}.overflow-x-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;max-width:100%}.overflow-x-scroll::-webkit-scrollbar{height:4px}.overflow-x-scroll::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.overflow-x-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.overflow-x-scroll::-webkit-scrollbar-thumb:hover{background:#9ca3af}table thead th,table tbody td{padding-left:.5rem!important;padding-right:.5rem!important;font-size:.875rem!important}table tbody td button{padding:.375rem!important;font-size:.875rem!important}table thead th:first-child,table tbody td:first-child{width:auto!important;min-width:70px!important}table tbody td span.inline-flex{font-size:.75rem!important;padding:.25rem .5rem!important}.tab-content{padding:0!important;margin-top:0!important}.dashboard-tabs{margin-top:1rem!important}}@media (max-width: 480px){.mobile-service-dropdown{font-size:1rem;padding:.625rem 2rem .625rem .5rem}table thead th,table tbody td{font-size:.8125rem!important;padding-left:.375rem!important;padding-right:.375rem!important}.bg-white.rounded-b-xl .flex.items-center.gap-1 button{min-width:1.75rem!important;width:1.75rem!important;height:1.75rem!important;font-size:.8125rem!important}.bg-white.rounded-b-xl button[title="Previous page"],.bg-white.rounded-b-xl button[title="Next page"]{min-width:70px!important;font-size:.8125rem!important}.bg-white.rounded-t-xl,.bg-white.rounded-b-xl{padding:.75rem!important}}@media (min-width: 769px){.mobile-service-selector{display:none!important}.dashboard-tabs .tab-buttons{display:flex!important}}.user-details-tabs-desktop{display:flex}.user-details-tabs-mobile{display:none}.user-details-modal-header{position:relative}.user-details-modal-close{position:absolute!important;top:16px;right:16px;width:40px!important;height:40px!important;flex-shrink:0;background-color:#fffffff2!important;border:1px solid #e5e7eb!important;box-shadow:0 2px 4px #0000001a!important;z-index:10;border-radius:8px!important}.user-details-modal-close:hover{background-color:#f3f4f6!important;border-color:#d1d5db!important}.user-details-modal-user-info{padding-right:56px}@media (max-width: 768px){.user-details-tabs-desktop{display:none!important}.user-details-tabs-mobile{display:block}.user-details-modal{max-height:92vh;border-radius:16px}.user-details-modal-overlay{padding:20px 12px 12px;align-items:flex-start}.user-details-modal-header{padding:16px;position:relative}.user-details-modal-user-info{gap:12px;flex:1;min-width:0;padding-right:48px}.user-details-modal-avatar{width:52px!important;height:52px!important;flex-shrink:0}.user-details-modal-text{flex:1;min-width:0}.user-details-modal-text h3{font-size:17px;line-height:1.4;font-weight:700;margin-bottom:8px}.user-details-modal-meta{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-top:0!important}.user-details-modal-meta span{font-size:13px;line-height:1.4}.user-details-modal-close{top:14px;right:14px}.user-details-modal-close svg{font-size:16px}.user-details-tabs-mobile{padding:16px;background:#fff}.user-details-tabs-mobile label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#6b7280;margin-bottom:10px}.user-details-tabs-mobile button{min-height:52px}.user-details-tabs-mobile .absolute.z-20{animation:slideDown .2s ease-out;-webkit-overflow-scrolling:touch;max-height:420px!important;overflow-y:auto!important;overflow-x:hidden!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-details-tabs-mobile .absolute.z-20 button{min-height:60px}.user-details-tabs-mobile svg{transition:transform .2s ease}.user-details-tabs-mobile .absolute.z-20::-webkit-scrollbar{width:8px}.user-details-tabs-mobile .absolute.z-20::-webkit-scrollbar-track{background:#e5e7eb;border-radius:4px;margin:4px 0}.user-details-tabs-mobile .absolute.z-20::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px;border:2px solid #e5e7eb}.user-details-tabs-mobile .absolute.z-20::-webkit-scrollbar-thumb:hover{background:#2563eb}.user-details-modal>div>div:nth-child(4)>div:first-child{padding:16px!important;flex-direction:column;align-items:stretch;gap:12px}.user-details-modal>div>div:nth-child(4)>div:first-child h4{font-size:18px;text-align:left;font-weight:700}.user-details-modal>div>div:nth-child(4)>div:first-child button{width:100%;justify-content:center;padding:14px 20px;font-size:15px;font-weight:600;border-radius:12px;min-height:52px}.user-details-modal .flex-1.overflow-y-auto.custom-scrollbar,.user-details-modal .px-6.py-4.border-b.bg-gray-50{padding:16px!important}.user-details-modal .bg-white.rounded-lg.border.border-gray-200{padding:16px;border-radius:12px;border-width:1.5px}.user-details-modal .bg-white.rounded-lg.border h5{font-size:16px;font-weight:600}.user-details-modal .bg-white.rounded-lg.border .text-sm{font-size:14px}.user-details-modal .px-2\.5.py-1.rounded-full{padding:6px 10px;font-size:12px;font-weight:600}.user-details-modal .p-2.text-red-600{padding:10px;min-width:40px;min-height:40px;border-radius:8px}}@media (max-width: 480px){.user-details-modal-overlay{padding:12px 8px 8px}.user-details-modal{border-radius:12px;max-height:95vh}.user-details-modal-header{padding:14px}.user-details-modal-user-info{padding-right:44px}.user-details-modal-avatar{width:48px!important;height:48px!important}.user-details-modal-text h3{font-size:15px;font-weight:700;margin-bottom:6px}.user-details-modal-meta{gap:6px!important}.user-details-modal-meta span{font-size:12px}.user-details-modal-close{top:12px;right:12px;width:36px!important;height:36px!important}.user-details-modal-close svg{font-size:14px}.user-details-tabs-mobile{padding:14px}.user-details-tabs-mobile label{font-size:10px;margin-bottom:8px}.user-details-tabs-mobile>div>button{min-height:48px!important;padding:12px 14px!important;font-size:14px!important}.user-details-tabs-mobile .absolute.z-20{max-height:420px!important;overflow-y:auto!important;overflow-x:hidden!important}.user-details-tabs-mobile .absolute.z-20 button{min-height:56px!important;padding:14px!important;font-size:15px!important}.user-details-tabs-mobile .absolute.z-20 button span{font-size:15px!important}.user-details-tabs-mobile select{padding:12px 40px 12px 14px;font-size:14px;min-height:48px}.user-details-modal>div>div:nth-child(4)>div:first-child{padding:14px!important;gap:10px}.user-details-modal>div>div:nth-child(4)>div:first-child h4{font-size:16px}.user-details-modal>div>div:nth-child(4)>div:first-child button{padding:12px 16px;font-size:14px;min-height:48px}.user-details-modal .flex-1.overflow-y-auto.custom-scrollbar,.user-details-modal .px-6.py-4.border-b.bg-gray-50{padding:14px!important}.user-details-modal .bg-white.rounded-lg.border.border-gray-200{padding:14px}.user-details-modal .bg-white.rounded-lg.border h5{font-size:15px}.user-details-modal .bg-white.rounded-lg.border .text-sm{font-size:13px}.user-details-modal .px-2\.5.py-1.rounded-full{padding:5px 8px;font-size:11px}.user-details-modal .p-2.text-red-600{padding:8px;min-width:36px;min-height:36px}}@media (max-width: 768px) and (orientation: landscape){.user-details-modal{max-height:96vh}.user-details-modal-overlay{padding-top:8px}.user-details-modal-header{padding:12px 16px}.user-details-modal-avatar{width:44px!important;height:44px!important}.user-details-modal-text h3{font-size:15px}.user-details-modal-meta{flex-direction:row!important;flex-wrap:wrap;gap:10px!important}.user-details-modal-close{top:10px;right:10px;width:36px!important;height:36px!important}}.user-details-tabs-mobile select,.user-details-modal-close{transition:all .2s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.user-details-modal .custom-scrollbar::-webkit-scrollbar{width:6px}.user-details-modal .custom-scrollbar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.user-details-modal .custom-scrollbar::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.user-details-modal .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b7280}}@media (max-width: 768px){.user-details-modal button:not(.user-details-modal-close){min-height:44px}.user-details-modal select{min-height:44px}.user-details-modal button:focus-visible,.user-details-modal select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.admin-dashboard:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 80%,rgba(103,126,234,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(118,75,162,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.admin-content{padding:.75rem .5rem;max-width:95vw;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#6b7280;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff80,inset 0 1px #fffc;margin:.75rem .5rem;border:1px solid rgba(255,255,255,.2)}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes modernSpin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.05)}to{transform:rotate(360deg) scale(1)}}@keyframes spinGlow{0%{transform:rotate(0);opacity:.7}to{transform:rotate(360deg);opacity:.7}}.users-section{background:#f7f7f7f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin:0}.users-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background-size:200% 100%}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.users-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.3);flex-wrap:wrap;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.users-header h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.users-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-input,.filter-select,.sort-select{padding:.6rem .7rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;font-size:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000000d;font-weight:500}.search-input{min-width:180px;color:#1f2937;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236b7280' viewBox='0 0 20 20'%3e%3cpath fill-rule='evenodd' d='M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z' clip-rule='evenodd'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:12px center;background-size:16px;padding-left:38px;cursor:pointer}.search-input::-moz-placeholder{color:#9ca3af;font-weight:400}.search-input::placeholder{color:#9ca3af;font-weight:400}.search-input:focus,.filter-select:focus,.sort-select:focus{outline:none;box-shadow:0 0 0 4px #667eea26,0 8px 20px #667eea33;transform:translateY(-1px);background:#fff}.filter-select,.sort-select{background:#fffffff2;cursor:pointer;color:#374151;font-weight:600;position:relative}.filter-select:hover,.sort-select:hover{background:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #0000001a}@media (max-width: 768px){.admin-content{padding:1rem;gap:1.5rem}.users-header{flex-direction:column;align-items:stretch;padding:1.5rem}.users-controls{flex-direction:column;align-items:stretch;gap:.75rem}.search-input{min-width:auto;width:100%}.users-header h2{font-size:1.5rem}}@media (max-width: 480px){.admin-content{padding:.75rem;gap:1.25rem}.users-section{border-radius:10px}.users-header{padding:1.25rem}.users-header h2{font-size:1.25rem}}.admin-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:12px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d;position:relative;overflow:hidden}.admin-action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.admin-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.admin-action-btn:hover:before{left:100%}.admin-table{width:100%;border-collapse:collapse;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000014}.admin-table th,.admin-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.3)}.admin-table th{background:#fffc;font-weight:700;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.admin-table tr:hover{background:#667eea0d}.status-badge-admin{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.status-badge-admin.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.status-badge-admin.inactive{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.status-badge-admin.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.admin-notification{position:fixed;top:2rem;right:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem;border-radius:16px;box-shadow:0 20px 60px #00000026;border:1px solid rgba(255,255,255,.2);z-index:1000;transform:translate(100%);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.admin-notification.show{transform:translate(0)}.admin-dashboard ::-webkit-scrollbar{width:8px;height:8px}.admin-dashboard ::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.admin-dashboard ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.admin-dashboard ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000}.input-error{border:1px solid #FF3F33!important;box-shadow:0 0 0 2px #ff3f3333!important}.field-error-message{color:#ff3f33;font-size:13px;margin-top:4px;text-align:left;font-weight:400}.user-edit-modal{max-height:80vh;width:100%;max-width:420px;background:#fff;border-radius:18px;box-shadow:0 20px 60px #00000026;padding:0;position:relative;overflow:hidden;display:flex;flex-direction:column}.modal-scroll-content{overflow-y:auto;padding:0rem 1.5rem 1rem;flex:1 1 auto}.sticky-modal-header{position:sticky;top:0;background:#fff;z-index:2;padding-bottom:.5rem;box-shadow:0 2px 8px #00000008}.sticky-modal-actions{position:sticky;bottom:0;background:#fff;z-index:2;padding-top:.75rem;box-shadow:0 -2px 8px #00000008;display:flex;gap:1rem;justify-content:flex-end}.user-edit-modal::-webkit-scrollbar{width:8px}.user-edit-modal::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.user-edit-modal::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.user-edit-modal{scrollbar-width:thin;scrollbar-color:#764ba2 #f3f3f3}@media (max-width: 600px){.user-edit-modal{max-height:90vh;max-width:98vw}.modal-scroll-content{padding:1rem .5rem .5rem}}
