:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.admin-sidebar::-webkit-scrollbar{width:10px}.admin-sidebar::-webkit-scrollbar-track{background:#0000001a;border-radius:5px;margin:4px}.admin-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fbbf24,#f59e0b);border-radius:5px;border:2px solid transparent;background-clip:content-box}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fcd34d,#fbbf24);background-clip:content-box}body{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:var(--spacing-md)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.1rem}p{font-size:1rem;line-height:1.7;margin-bottom:var(--spacing-md)}.client-section,.solver-section,.admin-section{animation:fadeInScale .5s var(--transition-normal);padding:var(--spacing-2xl);background:var(--bg-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);margin-bottom:var(--spacing-xl)}.client-section h2,.solver-section h2,.admin-section h2{font-size:2.25rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--spacing-xl);position:relative;padding-bottom:var(--spacing-md)}.client-section h2:after,.solver-section h2:after,.admin-section h2:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:var(--primary-gradient);border-radius:2px}form,.query-card,.user-card,.stat-card{background:var(--bg-white);padding:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:1px solid var(--border-color)}form:hover,.query-card:hover,.user-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--primary-color)}.btn,button[type=submit],button[type=button]{font-size:1rem;font-weight:600;padding:12px 28px;border-radius:var(--radius-md);transition:all var(--transition-fast);border:none;cursor:pointer;position:relative;overflow:hidden;letter-spacing:.02em}.btn-primary{background:var(--primary-gradient);color:var(--text-white);box-shadow:0 4px 15px #667eea66}.btn-primary:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.btn-success{background:var(--success-gradient);color:var(--text-white);box-shadow:0 4px 15px #4facfe66}.btn-danger{background:var(--danger-gradient);color:var(--text-white);box-shadow:0 4px 15px #fa709a66}input,textarea,select{font-size:1rem;padding:14px 18px;border:2px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-fast);background:var(--bg-white);width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}label{font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:var(--spacing-sm);display:block;letter-spacing:.01em}.queries-list,.queries-grid{display:grid;gap:var(--spacing-lg);animation:fadeIn .6s var(--transition-normal)}.query-card{position:relative;overflow:hidden}.query-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-gradient);transform:scaleY(0);transition:transform var(--transition-normal)}.query-card:hover:before{transform:scaleY(1)}.status-pending,.status-processing,.status-finished{padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-block;animation:fadeInScale .3s var(--transition-fast)}.status-pending{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#d63031;box-shadow:0 2px 8px #fdcb6e66}.status-processing{background:linear-gradient(135deg,#74b9ff,#0984e3);color:#fff;box-shadow:0 2px 8px #0984e366;animation:pulse 2s infinite}.status-finished{background:linear-gradient(135deg,#55efc4,#00b894);color:#fff;box-shadow:0 2px 8px #00b89466}.admin-sidebar{background:linear-gradient(180deg,#1e3a8a,#3b82f6,#60a5fa);box-shadow:var(--shadow-xl)}.sidebar-header{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border-bottom:1px solid rgba(255,255,255,.2)!important;box-shadow:0 2px 10px #0000001a}.sidebar-item{transition:all var(--transition-fast);font-size:1rem;font-weight:500;padding:14px 20px;margin:6px 12px;border-radius:var(--radius-md);color:#fffffff2!important;border-left:4px solid transparent;position:relative;overflow:hidden}.sidebar-item: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 .5s ease}.sidebar-item:hover:before{left:100%}.sidebar-item:hover{background:#fff3;padding-left:24px;box-shadow:0 4px 12px #0003;border-left-color:#fbbf24;transform:translate(2px)}.sidebar-item.active{background:linear-gradient(135deg,#fbbf244d,#f59e0b4d);box-shadow:0 4px 16px #0000004d;border-left-color:#fbbf24;font-weight:700;color:#fef3c7!important}.sidebar-icon{font-size:1.4rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all var(--transition-fast)}.sidebar-item:hover .sidebar-icon{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 4px 8px rgba(251,191,36,.6))}.sidebar-item.active .sidebar-icon{filter:drop-shadow(0 4px 8px rgba(251,191,36,.8));transform:scale(1.1)}.sidebar-nav{padding-bottom:80px}.sidebar-footer{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(135deg,#0003,#0000004d);border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffffb3;font-size:.85rem}.dashboard-header{background:var(--bg-white);box-shadow:var(--shadow-md);padding:var(--spacing-lg) var(--spacing-2xl);border-bottom:3px solid transparent;border-image:var(--primary-gradient) 1;animation:slideInDown .5s var(--transition-normal)}.user-avatar{width:48px;height:48px;font-size:1.25rem;font-weight:700;background:var(--primary-gradient);box-shadow:0 4px 12px #667eea66;transition:all var(--transition-fast)}.user-avatar:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 16px #667eea99}.user-name{font-size:1.1rem;font-weight:700;color:var(--text-dark)}.user-role{font-size:.85rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}table{border-collapse:separate;border-spacing:0;width:100%;background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}thead{background:var(--primary-gradient)}thead th{color:var(--text-white);font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;padding:18px 16px}tbody tr{transition:all var(--transition-fast);border-bottom:1px solid var(--border-color)}tbody tr:hover{background:linear-gradient(90deg,#667eea0d,#764ba20d);transform:scale(1.01);box-shadow:0 2px 8px #00000014}tbody td{padding:16px;font-size:.95rem;color:var(--text-dark)}.loading,.spinner{animation:pulse 1.5s infinite}.help-overlay,.sidebar-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;animation:fadeIn .3s var(--transition-fast)}.help-modal{animation:fadeInScale .4s var(--transition-normal);border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:var(--spacing-lg);animation:slideInUp .4s var(--transition-normal)}.star{font-size:1.5rem;transition:all var(--transition-fast);cursor:pointer;filter:drop-shadow(0 2px 4px rgba(255,215,0,.3))}.star:hover,.star.filled{transform:scale(1.2) rotate(15deg);filter:drop-shadow(0 4px 8px rgba(255,215,0,.5))}*{scroll-behavior:smooth}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.client-section,.solver-section,.admin-section{padding:var(--spacing-lg)}.btn,button[type=submit],button[type=button]{padding:10px 20px;font-size:.95rem}}main{animation:fadeIn .6s var(--transition-normal)}.notification-badge{animation:pulse 2s infinite,bounce 1s infinite;box-shadow:0 0 12px currentColor}.query-card,form,.stat-card,.user-card{will-change:transform,box-shadow}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(102,126,234,.5);outline-offset:2px}.query-card,.auth-btn,button,.sidebar-item{transform:translateZ(0);will-change:auto}img{content-visibility:auto}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--danger-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);--primary-color: #667eea;--secondary-color: #764ba2;--success-color: #00f2fe;--danger-color: #fa709a;--warning-color: #ffd700;--text-dark: #2d3436;--text-light: #636e72;--text-white: #ffffff;--bg-light: #f8f9fa;--bg-white: #ffffff;--bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--border-color: #e9ecef;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.login-container,.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);animation:fadeIn .5s ease;position:relative;overflow:hidden}.login-background-shapes{position:absolute;width:100%;height:100%;overflow:hidden;z-index:0}.shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 20s infinite ease-in-out}.shape-1{width:500px;height:500px;background:linear-gradient(135deg,#f093fb,#f5576c);top:-150px;left:-150px;animation-delay:0s}.shape-2{width:450px;height:450px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-150px;right:-150px;animation-delay:5s}.shape-3{width:400px;height:400px;background:linear-gradient(135deg,gold,#ff6b6b);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(60px,-60px) rotate(120deg) scale(1.1)}66%{transform:translate(-60px,60px) rotate(240deg) scale(.9)}}.login,.register{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:35px 40px;border-radius:30px;box-shadow:0 30px 80px #0000004d,0 0 0 1px #ffffff80;width:100%;max-width:460px;animation:scaleIn .6s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:1}.login:before,.register:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--primary-gradient);border-radius:30px 30px 0 0}.auth-logo-wrapper{position:relative;display:flex;justify-content:center;margin-bottom:20px}.auth-icon-circle{width:80px;height:80px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #667eea66;position:relative;z-index:2;animation:iconPulse 3s ease-in-out infinite;color:#fff}.auth-icon{display:flex;align-items:center;justify-content:center}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #667eea66}50%{transform:scale(1.05);box-shadow:0 15px 40px #667eea99}}.auth-glow{position:absolute;width:100px;height:100px;background:var(--primary-gradient);border-radius:50%;filter:blur(30px);opacity:.5;z-index:1;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.7}}.auth-icon{font-size:2.8rem;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.login h2,.register h2{color:var(--text-dark);margin-bottom:8px;font-size:2rem;font-weight:800;text-align:center;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.auth-subtitle{text-align:center;color:var(--text-light);margin-bottom:28px;font-size:.95rem;font-weight:500}.login form,.register form{display:flex;flex-direction:column;gap:18px}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:20px;font-size:1.4rem;pointer-events:none;z-index:2;transition:all .3s ease}.input-group:focus-within .input-icon{transform:scale(1.2);filter:drop-shadow(0 2px 4px rgba(102,126,234,.4))}.input-group input{width:100%;padding:15px 20px 15px 55px;border:2px solid var(--border-color);border-radius:16px;font-size:.95rem;transition:all var(--transition-normal);background:var(--bg-white);outline:none;font-weight:500}.input-group input:focus{border-color:var(--primary-color);background:var(--bg-white);box-shadow:0 0 0 5px #667eea1f,0 8px 24px #667eea33;transform:translateY(-2px)}.input-group input::placeholder{color:#adb5bd;font-weight:500}.input-underline{position:absolute;bottom:0;left:50%;width:0;height:3px;background:var(--primary-gradient);transition:all .4s ease;transform:translate(-50%);border-radius:3px}.input-group:focus-within .input-underline{width:100%}.role-selection{margin:10px 0}.role-label{font-weight:700;color:var(--text-dark);margin-bottom:15px;font-size:.95rem;letter-spacing:.3px}.role-checkbox{display:flex;align-items:center;gap:14px;padding:16px 20px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;cursor:pointer;transition:all var(--transition-normal);border:2px solid var(--border-color);position:relative;overflow:hidden}.role-checkbox:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .6s}.role-checkbox:hover:before{left:100%}.role-checkbox:hover{background:var(--bg-white);border-color:var(--primary-color);transform:translate(8px) scale(1.02);box-shadow:0 8px 25px #667eea40}.role-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.checkbox-custom{width:26px;height:26px;border:3px solid var(--border-color);border-radius:8px;transition:all .3s ease;position:relative;flex-shrink:0;background:#fff}.role-checkbox input[type=checkbox]:checked+.checkbox-custom{background:var(--primary-gradient);border-color:var(--primary-color);transform:rotate(360deg)}.role-checkbox input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);color:#fff;font-weight:700;font-size:16px;animation:checkPop .3s ease}@keyframes checkPop{0%{transform:translate(-50%,-50%) scale(0)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}.role-text{font-weight:600;color:var(--text-dark);font-size:1.05rem;flex:1}.role-badge{background:var(--primary-gradient);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.auth-btn{padding:15px;background:var(--primary-gradient);color:var(--text-white);border:none;border-radius:16px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 10px 30px #667eea66;margin-top:8px;position:relative;overflow:hidden}.btn-content{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;z-index:2}.btn-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.auth-btn:hover .btn-shimmer{left:100%}.auth-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #667eea80}.auth-btn:active{transform:translateY(-1px) scale(.98)}.toggle-switch{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.toggle-switch input[type=checkbox]{height:0;width:0;visibility:hidden}.toggle-slider{width:56px;height:30px;background:var(--border-color);border-radius:30px;position:relative;transition:background var(--transition-fast);box-shadow:var(--shadow-sm)}.toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform var(--transition-fast);box-shadow:0 2px 6px #0000001f}.toggle-switch input[type=checkbox]:checked+.toggle-slider{background:linear-gradient(90deg,#6ee7b7,#10b981)}.toggle-switch input[type=checkbox]:checked+.toggle-slider:after{transform:translate(26px)}.toggle-label{font-size:.9rem;color:var(--text-dark);font-weight:600}.chat-box{border:1px solid var(--border-color);background:var(--bg-white);padding:10px;border-radius:10px;box-shadow:var(--shadow-sm)}.chat-textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #e7e7e7;resize:vertical;min-height:44px;font-size:.95rem}.chat-actions{display:flex;gap:8px;margin-top:8px}.chat-btn{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.chat-btn.primary{background:var(--primary-gradient);color:#fff}.chat-btn.ghost{background:transparent;border:1px solid var(--border-color)}.btn-arrow{font-size:1.3rem;transition:transform .3s ease}.auth-btn:hover .btn-arrow{transform:translate(5px)}.error-message{display:flex;align-items:center;gap:10px;padding:14px 18px;background:linear-gradient(135deg,#fee,#fdd);border-left:4px solid #f5576c;border-radius:12px;margin-top:10px;animation:slideInUp .3s ease}.error-icon{font-size:1.3rem}.error{color:#d32f2f;margin:0;font-weight:600;font-size:.95rem}.auth-divider{display:flex;align-items:center;margin:18px 0 15px;color:var(--text-light);font-size:.85rem;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}.auth-divider span{padding:0 15px}.auth-footer{text-align:center;margin-top:0;color:var(--text-light);font-size:.9rem;font-weight:500}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:700;transition:all var(--transition-fast);position:relative;margin-left:5px}.auth-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary-gradient);transition:width .3s ease}.auth-link:hover:after{width:100%}.auth-link:hover{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;font-weight:700;transition:all var(--transition-fast);position:relative}.login a:after,.register a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--primary-gradient);transition:width .3s ease}.login a:hover:after,.register a:hover:after{width:100%}.login a:hover,.register a:hover{color:var(--secondary-color)}.error{color:var(--danger-color);background:#fa709a1a;padding:12px;border-radius:var(--radius-sm);text-align:center;border-left:4px solid var(--danger-color);animation:slideInRight .3s ease}.forgot-password-link{background:none;border:none;color:#3b82f6;font-size:.95rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;padding:8px 16px;border-radius:8px}.forgot-password-link:hover{background:#3b82f61a;color:#2563eb;transform:translateY(-1px)}.forgot-password-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#1e3a8a99,#000000b3);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.forgot-password-modal{width:500px;max-width:calc(100% - 40px);max-height:calc(100vh - 80px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;animation:slideInUp .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.forgot-password-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-bottom:none}.forgot-password-header h3{margin:0;font-size:1.5rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.forgot-password-content{padding:28px;max-height:calc(100vh - 200px);overflow-y:auto}.forgot-password-content form{display:flex;flex-direction:column;gap:18px;padding:0;margin:0;box-shadow:none;background:transparent;border:none}.success-message{display:flex;align-items:center;gap:10px;padding:14px 18px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:4px solid #10b981;border-radius:12px;margin-top:10px;animation:slideInUp .3s ease}.success-icon{font-size:1.3rem}.success{color:#065f46;margin:0;font-weight:600;font-size:.95rem}.dashboard{min-height:100vh;background:var(--bg-light);animation:fadeIn .5s ease}.dashboard-header{background:linear-gradient(135deg,#fffffff2,#fffffffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 40px;box-shadow:0 4px 30px #0000001a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;animation:slideInDown .6s ease;border-bottom:3px solid transparent;border-image:var(--primary-gradient) 1}.header-left{display:flex;align-items:center;gap:20px}.logo-icon{font-size:3rem;animation:pulse 2s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(59,130,246,.4));transition:all var(--transition-fast)}.logo-icon:hover{transform:rotate(10deg) scale(1.1);filter:drop-shadow(0 6px 16px rgba(59,130,246,.6))}.dashboard-header h1{margin:0;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.header-tagline{font-size:.85rem;color:var(--text-light);margin:0;font-weight:400}.header-right{display:flex;align-items:center;gap:25px}.user-info{display:flex;align-items:center;gap:15px;padding:10px 20px;background:linear-gradient(135deg,#3b82f614,#2563eb14);border-radius:50px;transition:all var(--transition-normal);border:2px solid transparent}.user-info:hover{background:linear-gradient(135deg,#3b82f626,#2563eb26);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f640;border-color:#3b82f64d}.user-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #3b82f666;animation:pulse 3s ease-in-out infinite;border:3px solid white}.user-details{display:flex;flex-direction:column}.user-name{color:var(--text-dark);font-weight:700;font-size:1rem}.user-role{color:var(--text-light);font-size:.8rem;text-transform:capitalize}.logout-btn{padding:12px 24px;background:var(--danger-gradient);color:var(--text-white);border:none;border-radius:50px;font-weight:700;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 4px 15px #fa709a4d;display:flex;align-items:center;gap:8px;font-size:.95rem}.logout-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #fa709a66}.logout-icon{font-size:1.1rem;transition:transform .3s ease}.logout-btn:hover .logout-icon{transform:translate(3px)}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border:2px solid rgba(59,130,246,.3);cursor:pointer;border-radius:12px;transition:all var(--transition-fast);z-index:100;position:relative;color:#3b82f6}.hamburger-btn:hover{background:linear-gradient(135deg,#3b82f633,#2563eb33);border-color:#3b82f6;transform:scale(1.05);box-shadow:0 4px 12px #3b82f64d;color:#2563eb}.hamburger-btn:active{transform:scale(.95)}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1e3a8a66,#0009);z-index:1050;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-sidebar{position:fixed;top:0;left:-320px;width:300px;height:100%;background:linear-gradient(180deg,#1e3a8a,#3b82f6,#60a5fa)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:4px 0 30px #00000026;z-index:1100;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden}.admin-sidebar.open{left:0;box-shadow:4px 0 40px #0003}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:28px 20px;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#2563eb,#1d4ed8);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026}.sidebar-header h3{margin:0;font-size:1.5rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.5px}.close-sidebar-btn{background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:1.5rem;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.close-sidebar-btn:hover{background:#fbbf244d;border-color:#fbbf24;color:#fbbf24;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px #fbbf244d}.sidebar-nav{display:flex;flex-direction:column;padding:20px 0}.sidebar-item{display:flex;align-items:center;gap:15px;padding:16px 25px;background:transparent;border:none;border-left:4px solid transparent;color:#fffffff2!important;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);text-align:left;width:100%;white-space:nowrap}.sidebar-item:hover{background:#fff3;border-left-color:#fbbf24;padding-left:30px;color:#fff!important}.sidebar-item.active{background:linear-gradient(135deg,#fbbf244d,#f59e0b4d);border-left-color:#fbbf24;color:#fef3c7!important;font-weight:700}.sidebar-icon{font-size:1.4rem;display:flex;align-items:center;justify-content:center;width:30px}.dashboard main{max-width:1400px;margin:0 auto;padding:40px 20px}.client-section,.solver-section,.admin-section{animation:slideInUp .6s ease}.client-section h2,.solver-section h2,.admin-section h2{color:var(--text-dark);font-size:1.8rem;margin-bottom:30px;padding-bottom:15px;border-bottom:3px solid var(--primary-color);position:relative}.client-section h2:after,.solver-section h2:after,.admin-section h2:after{content:"";position:absolute;bottom:-3px;left:0;width:100px;height:3px;background:var(--secondary-color);animation:slideInLeft .8s ease}form{background:linear-gradient(135deg,#fffffff2,#fffffffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:35px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000001f;margin-bottom:30px;animation:scaleIn .5s ease;transition:all var(--transition-normal);border:1px solid rgba(102,126,234,.1);position:relative;overflow:hidden}form:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient)}form:hover{box-shadow:0 12px 40px #667eea33;transform:translateY(-3px);border-color:#667eea4d}.form-group{margin-bottom:20px}form label{display:block;margin-bottom:10px;font-weight:700;color:var(--text-dark);font-size:.95rem;letter-spacing:.3px}form input,form textarea,form select{width:100%;padding:14px 18px;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;transition:all var(--transition-normal);background:var(--bg-white);outline:none}form input:focus,form textarea:focus,form select:focus{border-color:var(--primary-color);background:var(--bg-white);box-shadow:0 0 0 4px #667eea1f,0 8px 20px #667eea26;transform:translateY(-2px)}form textarea{resize:vertical;min-height:120px}form button[type=submit]{width:100%;padding:16px;background:var(--primary-gradient);color:var(--text-white);border:none;border-radius:var(--radius-md);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 8px 20px #667eea66;margin-top:15px;position:relative;overflow:hidden;letter-spacing:.5px}form button[type=submit]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}form button[type=submit]:hover:before{left:100%}form button[type=submit]:hover{transform:translateY(-3px);box-shadow:0 12px 30px #667eea80}form button[type=submit]:active{transform:translateY(-1px)}table{width:100%;background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);animation:slideInUp .5s ease;margin-bottom:30px}thead{background:var(--primary-gradient);color:var(--text-white)}thead th{padding:18px 15px;text-align:left;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}tbody tr{border-bottom:1px solid var(--border-color);transition:all var(--transition-fast)}tbody tr:hover{background:var(--bg-light);transform:scale(1.01)}tbody td{padding:16px 15px;color:var(--text-dark)}button{padding:10px 20px;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all var(--transition-normal);font-size:.95rem;box-shadow:var(--shadow-sm)}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}button:active{transform:translateY(0)}.btn-primary{background:var(--primary-gradient);color:var(--text-white)}.btn-success{background:var(--success-gradient);color:var(--text-white)}.btn-danger{background:var(--danger-gradient);color:var(--text-white)}.btn-secondary{background:var(--bg-light);color:var(--text-dark);border:2px solid var(--border-color)}.card{background:var(--bg-white);border-radius:var(--radius-lg);padding:25px;box-shadow:var(--shadow-md);margin-bottom:25px;transition:all var(--transition-normal);animation:scaleIn .5s ease;border-left:5px solid var(--primary-color)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card h3{color:var(--text-dark);margin-bottom:15px;font-size:1.4rem}.status-badge{display:inline-block;padding:6px 14px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#2d3436}.status-finished,.status-active{background:var(--success-gradient);color:var(--text-white)}.status-inactive{background:var(--danger-gradient);color:var(--text-white)}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:30px}.stat-card{background:var(--bg-white);padding:30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:all var(--transition-normal);animation:scaleIn .6s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient)}.stat-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.stat-card h3{color:var(--text-light);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.stat-card .stat-value{font-size:2.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading{display:flex;justify-content:center;align-items:center;padding:60px}.spinner{width:50px;height:50px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}ul{list-style:none;padding:0}li{background:linear-gradient(135deg,#fffffff2,#fffffffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:28px;margin-bottom:22px;box-shadow:0 8px 32px #0000001a;transition:all var(--transition-normal);animation:slideInUp .5s ease;border-left:6px solid var(--primary-color);position:relative;overflow:hidden}li:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,rgba(102,126,234,.05),transparent);transition:width .4s ease;z-index:0}li:hover:before{width:100%}li:hover{box-shadow:0 12px 40px #667eea40;transform:translate(8px) translateY(-3px);border-left-color:var(--secondary-color)}li p{margin-bottom:12px;color:var(--text-dark);line-height:1.7;position:relative;z-index:1;font-size:.95rem}li strong{color:var(--primary-color);font-weight:700;letter-spacing:.3px}li button{margin-right:12px;margin-top:12px;position:relative;z-index:1}.query-uid{display:inline-block;margin-left:10px;font-size:.85rem;color:#334155;background:#eef2ff;padding:3px 8px;border-radius:8px;font-weight:700}.query-uid-inline{display:inline-block;margin-right:8px;font-size:.85rem;color:#334155;background:#f1f5f9;padding:2px 6px;border-radius:6px;font-weight:700}.help-btn{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;cursor:pointer;font-weight:700;font-size:.95rem;transition:all var(--transition-fast);box-shadow:0 4px 15px #3b82f64d}.help-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;border-color:#fbbf2480}.notification-badge{position:absolute;top:-4px;right:-4px;width:12px;height:12px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;border:2px solid white;animation:pulse 2s infinite;box-shadow:0 2px 8px #fbbf2499}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.help-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1200;animation:fadeIn .2s ease-out}.help-modal{width:680px;max-width:calc(100% - 40px);max-height:calc(100vh - 80px);background:#fff;padding:0;border-radius:12px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.help-modal .help-header{display:flex;justify-content:space-between;align-items:center;margin:0;padding:20px;border-bottom:2px solid #e5e7eb;flex-shrink:0;background:#fff;position:sticky;top:0;z-index:10}.help-modal .help-header h3{margin:0;font-size:1.5rem;color:var(--text-dark)}.help-modal-content,.admin-support,.solver-support{padding:20px;overflow-y:auto;flex:1}.help-modal form{padding:0}.close-icon-btn{background:#f3f4f6;border:1px solid #e5e7eb;font-size:2rem;font-weight:300;color:#374151;cursor:pointer;padding:0;line-height:1;border-radius:8px;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.close-icon-btn:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626;transform:rotate(90deg)}.close-icon-btn:active{transform:rotate(90deg) scale(.95);background:#fecaca}.help-modal .form-group{margin-bottom:12px}.help-modal label{display:block;margin-bottom:6px;font-weight:700}.help-modal input,.help-modal textarea{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:8px}.solver-stats{background:var(--bg-white);padding:30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:30px;animation:scaleIn .5s ease}.solver-stats h2{color:var(--text-dark);margin-bottom:25px;font-size:1.8rem;padding-bottom:15px;border-bottom:3px solid var(--primary-color)}.stats-table{width:100%;border-collapse:collapse}.stats-table thead{background:var(--primary-gradient);color:var(--text-white)}.stats-table th{padding:15px;text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.stats-table td{padding:15px;border-bottom:1px solid var(--border-color);color:var(--text-dark)}.stats-table tbody tr{transition:all var(--transition-fast)}.stats-table tbody tr:hover{background:var(--bg-light);transform:scale(1.01)}@media(max-width:768px){.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;gap:12px;position:relative}.header-left{display:flex;align-items:center;flex-shrink:0;gap:0;width:auto;z-index:1}.hamburger-btn{width:40px;height:40px;flex-shrink:0;margin-right:0}.header-left>div{display:block;position:absolute;left:50%;transform:translate(-50%);width:auto;z-index:0;pointer-events:none}.dashboard-header h1{position:static;transform:none;font-size:.95rem;white-space:normal;text-align:center;margin:0;width:auto;overflow:visible;text-overflow:clip;line-height:1.2;word-wrap:break-word;max-width:calc(100vw - 240px)}.header-tagline{display:none}.header-right{display:flex;align-items:center;gap:10px;flex-shrink:0;width:auto;margin-left:auto;z-index:1}.user-info{position:absolute!important;left:80px!important;top:50%!important;transform:translateY(-50%)!important;padding:0!important;gap:0!important;width:auto!important;min-width:auto!important;justify-content:center!important;align-items:center!important;background:transparent!important;border:none!important;border-radius:0!important;cursor:default!important;z-index:2!important;display:flex!important;visibility:visible!important;opacity:1!important}.user-info:hover{background:transparent!important;transform:translateY(-50%)!important;box-shadow:none!important;border-color:transparent!important;padding:0!important}.user-avatar{width:40px;height:40px;font-size:1.2rem;font-weight:700;border-radius:50%;border:2px solid rgba(59,130,246,.4);box-shadow:0 2px 8px #3b82f633;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;flex-shrink:0}.user-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #3b82f64d}.user-details,.user-name,.user-role{display:none!important;width:0;height:0;overflow:hidden}.logout-btn{padding:9px 14px;font-size:.8rem;font-weight:600;width:auto;min-width:auto;justify-content:center;white-space:nowrap;border-radius:20px;flex-shrink:0}.admin-sidebar{width:280px;left:-300px}.sidebar-item{font-size:.9rem;padding:14px 20px}.sidebar-item:hover{padding-left:24px}.login,.register{padding:35px 25px}.auth-icon{font-size:3rem}.login h2,.register h2{font-size:1.8rem}table{font-size:.85rem}thead th,div[style*=justifyContent][style*=space-between][style*="marginBottom: '20px'"]{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important;gap:8px!important;flex-wrap:wrap!important}div[style*=justifyContent][style*=space-between] h2{font-size:1.2rem!important;margin:0!important;flex-shrink:0!important}div[style*="display: flex"][style*="gap: '12px'"][style*="alignItems: 'center'"]{display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}div[style*="display: flex"][style*="gap: '8px'"][style*="alignItems: 'center'"] label{font-size:.8rem!important;font-weight:600!important;white-space:nowrap!important}div[style*="display: flex"][style*="gap: '8px'"][style*="alignItems: 'center'"] select{padding:6px 10px!important;font-size:.8rem!important;border-radius:8px!important;min-width:100px!important;max-width:120px!important}div[style*="marginBottom: '20px'"][style*="display: 'flex'"][style*="alignItems: 'center'"]{width:100%!important;margin-bottom:16px!important;padding:0!important;box-sizing:border-box!important;overflow-x:hidden!important}div[style*="position: 'relative'"][style*="flex: '1'"][style*="minWidth: '300px'"]{position:relative!important;flex:1 1 100%!important;min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}input[type=text][placeholder*="Search by name or email"],input[placeholder*="Search by name or email"]{width:100%!important;min-width:0!important;max-width:100%!important;padding:10px 12px 10px 36px!important;font-size:14px!important;box-sizing:border-box!important;border-radius:10px!important;border:2px solid #e5e7eb!important;margin:0!important}div[style*="position: 'absolute'"][style*="left: '12px'"],div[style*="left: '12px'"][style*="top: '50%'"]{position:absolute!important;left:10px!important;top:50%!important;transform:translateY(-50%)!important;font-size:14px!important;z-index:1!important;pointer-events:none!important}button[style*="padding: '8px 12px'"][style*="background: '#f3f4f6'"]{padding:8px 12px!important;font-size:.75rem!important;flex-shrink:0!important}div[style*=maxWidth][style*="1200px"],div[style*=max-width][style*="1200px"],div[style*="1200px"]{width:100%!important;max-width:100%!important;padding:16px 10px!important;box-sizing:border-box!important;margin:0 auto!important;overflow-x:hidden!important}div[style*=justifyContent][style*=flex-start],div[style*=justify-content][style*=flex-start]{display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:18px!important;padding-bottom:14px!important;padding-left:0!important;padding-right:0!important;flex-direction:column!important;text-align:center!important;width:100%!important;border-bottom:2px solid #f1f5f9!important}div[style*=gap][style*="16px"]{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;margin:0 auto!important}div[style*="56px"][style*=borderRadius],div[style*="56px"][style*=border-radius],div[style*=width][style*="56px"],div[style*=height][style*="56px"],div[style*="width: 56px"],div[style*="height: 56px"]{width:44px!important;height:44px!important;font-size:18px!important;border-radius:12px!important;flex-shrink:0!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important}div[style*=gap][style*="16px"]>div:last-child{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;margin:0 auto!important}h2[style*=fontSize][style*="2rem"],h2[style*=font-size][style*="2rem"],h2[style*="2rem"]{font-size:1.25rem!important;text-align:center!important;width:100%!important;margin:0 auto!important;line-height:1.3!important;padding:0!important}p[style*=margin][style*="4px"],p[style*=fontSize][style*="1rem"]{text-align:center!important;font-size:.8rem!important;margin:6px auto 0!important;padding:0 8px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}div[style*=marginBottom][style*="32px"][style*=display][style*=flex],div[style*=margin-bottom][style*="32px"]{width:100%!important;max-width:100%!important;margin-bottom:18px!important;padding:0!important;box-sizing:border-box!important;overflow-x:hidden!important;flex-wrap:wrap!important}div[style*=position][style*=relative][style*=flex][style*="1"],div[style*=minWidth][style*="320px"],div[style*=min-width][style*="320px"]{position:relative!important;flex:1 1 100%!important;min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;padding:0!important;margin:0!important}input[type=text][placeholder*="client name"],input[type=text][placeholder*="client name or email"],input[placeholder*="Search by client"]{width:100%!important;min-width:0!important;max-width:100%!important;padding:10px 12px 10px 38px!important;font-size:14px!important;box-sizing:border-box!important;border-radius:12px!important;border:2px solid #e2e8f0!important;margin:0!important}div[style*=position][style*=absolute][style*=left],div[style*=left][style*="18px"]{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;font-size:16px!important;z-index:2!important;pointer-events:none!important;margin:0!important;padding:0!important}div[style*="background: white"][style*="borderRadius: '16px'"]{width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important}div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar{height:8px!important}div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:4px!important}div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}div[style*=overflowX][style*=auto],div[style*=overflow-x][style*=auto]{width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important}div[style*=overflowX][style*=auto]::-webkit-scrollbar,div[style*=overflow-x][style*=auto]::-webkit-scrollbar{height:8px!important}div[style*=overflowX][style*=auto]::-webkit-scrollbar-track,div[style*=overflow-x][style*=auto]::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}div[style*=overflowX][style*=auto]::-webkit-scrollbar-thumb,div[style*=overflow-x][style*=auto]::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:4px!important}div[style*=overflowX][style*=auto]::-webkit-scrollbar-thumb:hover,div[style*=overflow-x][style*=auto]::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}div[style*=overflowX][style*=auto]>table,div[style*=overflow-x][style*=auto]>table,table[style*=minWidth][style*="700px"],table[style*=min-width][style*="700px"]{min-width:700px!important;width:100%!important;table-layout:auto!important;border-collapse:collapse!important;font-size:.7rem!important;display:table!important}div[style*=overflowX][style*=auto]>table thead,div[style*=overflow-x][style*=auto]>table thead,table[style*=minWidth][style*="700px"] thead{display:table-header-group!important}div[style*=overflowX][style*=auto]>table thead tr,div[style*=overflow-x][style*=auto]>table thead tr,table[style*=minWidth][style*="700px"] thead tr{display:table-row!important}div[style*=overflowX][style*=auto]>table tbody,div[style*=overflow-x][style*=auto]>table tbody,table[style*=minWidth][style*="700px"] tbody{display:table-row-group!important}div[style*=overflowX][style*=auto]>table tbody tr,div[style*=overflow-x][style*=auto]>table tbody tr,table[style*=minWidth][style*="700px"] tbody tr{display:table-row!important}div[style*=overflowX][style*=auto]>table thead th,div[style*=overflow-x][style*=auto]>table thead th,table[style*=minWidth][style*="700px"] thead th{display:table-cell!important;padding:12px 16px!important;font-size:.65rem!important;font-weight:700!important;white-space:nowrap!important;text-align:left!important;text-transform:uppercase!important;letter-spacing:.3px!important}div[style*=overflowX][style*=auto]>table tbody td,div[style*=overflow-x][style*=auto]>table tbody td,table[style*=minWidth][style*="700px"] tbody td{display:table-cell!important;padding:12px 16px!important;font-size:.7rem!important;white-space:nowrap!important;vertical-align:middle!important}div[style*=overflowX][style*=auto]>table tbody td div[style*="display: flex"],div[style*=overflow-x][style*=auto]>table tbody td div[style*="display: flex"],table[style*=minWidth][style*="700px"] tbody td div[style*="display: flex"]{display:flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important}div[style*=overflowX][style*=auto]>table tbody td div[style*="display: flex"]>div[style*=width],div[style*=overflow-x][style*=auto]>table tbody td div[style*="display: flex"]>div[style*=width],table[style*=minWidth][style*="700px"] tbody td div[style*="display: flex"]>div[style*=width]{width:32px!important;height:32px!important;font-size:.9rem!important;flex-shrink:0!important}div[style*=overflowX][style*=auto]>table tbody td div[style*="display: flex"]>div:last-child,div[style*=overflow-x][style*=auto]>table tbody td div[style*="display: flex"]>div:last-child,table[style*=minWidth][style*="700px"] tbody td div[style*="display: flex"]>div:last-child{font-size:.7rem!important}div[style*=overflowX][style*=auto]>table tbody td button,div[style*=overflowX][style*=auto]>table tbody td span[style*=padding],div[style*=overflow-x][style*=auto]>table tbody td button,div[style*=overflow-x][style*=auto]>table tbody td span[style*=padding],table[style*=minWidth][style*="700px"] tbody td button,table[style*=minWidth][style*="700px"] tbody td span[style*=padding]{white-space:nowrap!important;display:inline-block!important;font-size:.65rem!important;padding:4px 8px!important}button[style*=padding][style*="12px"][style*="20px"]{width:100%!important;max-width:100%!important;margin-top:10px!important;padding:10px 16px!important;font-size:.8rem!important;box-sizing:border-box!important}.solver-stats{width:100%!important;padding:16px 12px!important;box-sizing:border-box!important}.solver-stats>div[style*="display:flex"][style*="justifyContent:space-between"]{display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:14px!important;width:100%!important}.solver-stats h2{text-align:center!important;width:100%!important;margin:0!important;font-size:1.2rem!important;padding-bottom:8px!important}.solver-stats>div[style*="marginBottom: '24px'"]{width:100%!important;margin-bottom:16px!important;padding:0!important;box-sizing:border-box!important}.solver-stats>div[style*="marginBottom: '24px'"]>div[style*="position: 'relative'"]{position:relative!important;flex:1 1 100%!important;min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}.solver-stats input[type=text][placeholder*="solver name"]{width:100%!important;min-width:0!important;max-width:100%!important;padding:10px 12px 10px 40px!important;font-size:14px!important;box-sizing:border-box!important;border-radius:12px!important}.solver-stats>div[style*="marginBottom: '24px'"]>div[style*="position: 'relative'"]>div[style*="position: 'absolute'"]{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;font-size:16px!important;z-index:1!important}.solver-stats button[style*="padding: '12px 20px'"]{width:100%!important;margin-top:10px!important;padding:10px 16px!important;font-size:.8rem!important;box-sizing:border-box!important}.solver-stats>div[style*="background: white"][style*="borderRadius: '16px'"]{width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important}.solver-stats>div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar{height:8px!important}.solver-stats>div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}.solver-stats>div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:4px!important}.solver-stats>div[style*="background: white"][style*="borderRadius: '16px'"]::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}.solver-stats>div[style*="overflowX: 'auto'"],.solver-stats>div[style*=overflowX],.solver-stats div[style*="overflowX: 'auto'"]{width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important;display:block!important;position:relative!important}.solver-stats>div[style*="overflowX: 'auto'"]::-webkit-scrollbar{height:8px!important}.solver-stats>div[style*="overflowX: 'auto'"]::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:4px!important}.solver-stats>div[style*="overflowX: 'auto'"]::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:4px!important}.solver-stats>div[style*="overflowX: 'auto'"]::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}.stats-table,table.stats-table,table[style*="minWidth: '1000px'"]{font-size:.7rem!important;min-width:1000px!important;width:100%!important;table-layout:auto!important;display:table!important;border-collapse:collapse!important}.stats-table thead,table.stats-table thead,table[style*="minWidth: '1000px'"] thead{display:table-header-group!important}.stats-table thead tr,table.stats-table thead tr,table[style*="minWidth: '1000px'"] thead tr{display:table-row!important}.stats-table tbody,table.stats-table tbody,table[style*="minWidth: '1000px'"] tbody{display:table-row-group!important}.stats-table tbody tr,table.stats-table tbody tr,table[style*="minWidth: '1000px'"] tbody tr{display:table-row!important}.stats-table th,table.stats-table th,table[style*="minWidth: '1000px'"] th{display:table-cell!important;padding:12px 10px!important;font-size:.65rem!important;font-weight:600!important;white-space:nowrap!important;text-align:center!important;min-width:80px!important}.stats-table td,table.stats-table td,table[style*="minWidth: '1000px'"] td{display:table-cell!important;padding:12px 10px!important;font-size:.7rem!important;text-align:center!important;white-space:nowrap!important;min-width:80px!important}.stats-table td div[style*="display: flex"][style*="alignItems: center"]{font-size:.7rem!important;gap:10px!important}.stats-table td div[style*="width:"][style*="height:"][style*="borderRadius:"]{width:32px!important;height:32px!important;font-size:.9rem!important;flex-shrink:0!important}.stats-table td button,.stats-table td span[style*=padding],.stats-table td div[style*=padding]{padding:6px 10px!important;font-size:.65rem!important;border-radius:8px!important;white-space:nowrap!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2{font-size:1.3rem!important;margin:0!important;line-height:1.3!important;padding-bottom:0!important;padding-top:0!important;align-items:center!important;position:relative!important;border-bottom:none!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2:after{content:""!important;position:absolute!important;bottom:-8px!important;left:0!important;width:100%!important;height:3px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border-radius:2px!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2 span[style*="fontSize: '1.8rem'"]{font-size:1.4rem!important;align-self:center!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2 span[style*="display: flex"][style*="alignItems: center"]{align-self:center!important}table{min-width:100%!important;width:100%!important;font-size:.7rem!important}thead th{padding:8px 6px!important;font-size:.65rem!important;font-weight:700!important;white-space:nowrap!important;text-align:center!important;border-right:1px solid #e2e8f0!important}thead th:first-child{padding-left:8px!important;text-align:left!important}thead th:last-child{border-right:none!important}tbody td{padding:8px 6px!important;font-size:.7rem!important;text-align:center!important;border-right:1px solid #e2e8f0!important;word-break:break-word!important;line-height:1.3!important}tbody td:first-child{padding-left:8px!important;text-align:left!important;font-size:.65rem!important}tbody td:last-child{border-right:none!important}tbody td button,tbody td span[style*=background],tbody td div[style*=background],tbody td span[style*=badge],tbody td div[style*=badge]{font-size:.6rem!important;padding:4px 8px!important}tbody td button[style*=padding],tbody td div[style*="display:flex"] button{padding:6px 10px!important;font-size:.65rem!important;min-width:auto!important}div[style*="overflowX: 'auto'"]{overflow-x:visible!important}tbody td{padding:10px 6px}form{padding:25px}div[style*=gridTemplateColumns][style*="280px"],div[style*=grid-template-columns][style*="280px"],div[style*="display: grid"][style*="gap: '16px'"]{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-top:10px!important}div[style*="padding: '24px 20px'"],div[style*=padding][style*="24px"][style*="20px"]{padding:14px 10px!important;border-radius:12px!important}label[style*=fontSize][style*="1.1rem"],label[style*=font-size][style*="1.1rem"]{font-size:.9rem!important;margin-bottom:10px!important}div[style*="padding: '24px 20px'"]>div[style*="position: 'absolute'"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="position: 'absolute'"]{width:18px!important;height:18px!important;top:10px!important;right:10px!important}div[style*="padding: '24px 20px'"]>div[style*="position: 'absolute'"]>div{width:5px!important;height:5px!important}div[style*="padding: '24px 20px'"]>div[style*="display: flex"][style*="alignItems: 'center'"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="display: flex"][style*="alignItems: 'center'"]{gap:8px!important;flex-direction:column!important;align-items:center!important;text-align:center!important}div[style*="padding: '24px 20px'"]>div[style*="display: flex"]>div[style*=width][style*="48px"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="display: flex"]>div[style*=width][style*="48px"],div[style*=width][style*="48px"][style*=height][style*="48px"]{width:32px!important;height:32px!important;font-size:16px!important;border-radius:8px!important}div[style*="padding: '24px 20px'"] h3,div[style*=padding][style*="24px"][style*="20px"] h3{font-size:.85rem!important;margin-bottom:4px!important;text-align:center!important}div[style*="padding: '24px 20px'"] p,div[style*=padding][style*="24px"][style*="20px"] p{font-size:.7rem!important;line-height:1.3!important;margin:0!important;text-align:center!important}button[type=submit].btn-success,button.btn-success{padding:12px 20px!important;font-size:.9rem!important;border-radius:12px!important;width:100%!important;margin-top:16px!important}form{padding:20px 18px!important;border-radius:20px!important;margin-bottom:20px!important}form h2{font-size:1.5rem!important;margin-bottom:20px!important;text-align:center!important}.form-group{margin-bottom:18px!important}form label{font-size:.9rem!important;margin-bottom:8px!important;font-weight:600!important;display:block!important;width:100%!important}form input,form textarea,form select{width:100%!important;padding:13px 16px!important;border:2px solid var(--border-color)!important;border-radius:14px!important;font-size:16px!important;font-family:inherit!important;background:var(--bg-white)!important;box-sizing:border-box!important;-webkit-appearance:none!important;appearance:none!important}form input:focus,form textarea:focus,form select:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 4px #667eea1f,0 6px 20px #667eea26!important;transform:translateY(-1px)!important}form textarea{min-height:100px!important;resize:vertical!important}form button[type=submit]{width:100%!important;padding:14px 20px!important;border-radius:14px!important;font-size:1rem!important;font-weight:700!important;margin-top:12px!important}form button[type=submit]:hover{transform:translateY(-2px)!important}form button[type=submit]:active{transform:translateY(0)!important}.mobile-filter-buttons{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:auto!important;gap:10px!important;margin-bottom:20px!important;margin-top:8px!important;padding:0 4px!important;width:100%!important;flex-direction:unset!important;flex-wrap:unset!important;justify-content:unset!important}.mobile-filter-btn{width:100%!important;min-width:0!important;max-width:100%!important;padding:11px 10px!important;border-radius:12px!important;font-size:.8rem!important;font-weight:600!important;white-space:nowrap!important;text-align:center!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;box-sizing:border-box!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:unset!important}input[placeholder*="Search by company"],input[placeholder*="Search by"],input[type=text][style*=minWidth]{min-width:100%!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;padding:12px 14px!important;font-size:16px!important;border-radius:12px!important}div[style*="display: flex"][style*=gap]>input[placeholder*=Search]{min-width:100%!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}li{padding:20px}.shape{display:none}.client-section h2,.solver-section h2,.admin-section h2{font-size:1.5rem}.client-section>div[style*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-bottom:20px!important}.client-section>div[style*=grid]>div{padding:16px 12px!important;border-radius:16px!important;min-height:auto!important}.client-section>div[style*=grid]>div>div:first-child{font-size:1.8rem!important;margin-bottom:6px!important}.client-section>div[style*=grid]>div>div:last-child{font-size:.75rem!important;font-weight:600!important}}@media(max-width:480px){.dashboard-header{padding:10px 12px;gap:8px}.hamburger-btn{width:36px;height:36px;font-size:18px}.dashboard-header h1{font-size:.88rem;white-space:normal;overflow:visible;text-overflow:clip;max-width:calc(100vw - 220px);line-height:1.15}.header-right{gap:8px}.user-info{left:70px!important;padding:0!important;gap:0!important;display:flex!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.user-avatar{width:36px;height:36px;font-size:1.1rem;border-radius:50%;display:flex!important;visibility:visible!important;opacity:1!important}.logout-btn{padding:8px 12px;font-size:.75rem;border-radius:18px}div[style*=gridTemplateColumns][style*="280px"],div[style*=grid-template-columns][style*="280px"]{gap:10px!important;margin-top:8px!important}div[style*="padding: '24px 20px'"],div[style*=padding][style*="24px"][style*="20px"]{padding:14px 12px!important;border-radius:10px!important}label[style*=fontSize][style*="1.1rem"],label[style*=font-size][style*="1.1rem"]{font-size:.9rem!important;margin-bottom:10px!important}div[style*="padding: '24px 20px'"]>div[style*="position: 'absolute'"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="position: 'absolute'"]{width:18px!important;height:18px!important;top:10px!important;right:10px!important}div[style*="padding: '24px 20px'"]>div[style*="display: flex"]>div[style*=width][style*="48px"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="display: flex"]>div[style*=width][style*="48px"]{width:32px!important;height:32px!important;font-size:16px!important}div[style*="padding: '24px 20px'"] h3,div[style*=padding][style*="24px"][style*="20px"] h3{font-size:.9rem!important;margin-bottom:5px!important}div[style*="padding: '24px 20px'"] p,div[style*=padding][style*="24px"][style*="20px"] p{font-size:.7rem!important}div[style*=justifyContent][style*=space-between] h2{font-size:1.1rem!important}div[style*="display: flex"][style*="gap: '8px'"] label{font-size:.75rem!important}div[style*="display: flex"][style*="gap: '8px'"] select{padding:5px 8px!important;font-size:.75rem!important;min-width:90px!important;max-width:110px!important}input[type=text][placeholder*="Search by name or email"]{padding:9px 10px 9px 32px!important;font-size:13px!important}div[style*="left: '12px'"]{left:8px!important;font-size:13px!important}div[style*=gridTemplateColumns][style*="280px"],div[style*=grid-template-columns][style*="280px"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:8px!important}div[style*="padding: '24px 20px'"],div[style*=padding][style*="24px"][style*="20px"]{padding:12px 8px!important;border-radius:10px!important}label[style*=fontSize][style*="1.1rem"],label[style*=font-size][style*="1.1rem"]{font-size:.85rem!important;margin-bottom:8px!important}div[style*="padding: '24px 20px'"]>div[style*="position: 'absolute'"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="position: 'absolute'"]{width:16px!important;height:16px!important;top:8px!important;right:8px!important}div[style*="padding: '24px 20px'"]>div[style*="display: flex"]>div[style*=width][style*="48px"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="display: flex"]>div[style*=width][style*="48px"]{width:28px!important;height:28px!important;font-size:14px!important}div[style*="padding: '24px 20px'"] h3,div[style*=padding][style*="24px"][style*="20px"] h3{font-size:.8rem!important;margin-bottom:3px!important}div[style*="padding: '24px 20px'"] p,div[style*=padding][style*="24px"][style*="20px"] p{font-size:.65rem!important}button[type=submit].btn-success{padding:11px 18px!important;font-size:.85rem!important}.mobile-filter-buttons{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:auto!important;gap:9px!important;margin-bottom:18px!important;padding:0 2px!important;flex-direction:unset!important;flex-wrap:unset!important;justify-content:unset!important}.mobile-filter-btn{padding:10px 8px!important;border-radius:11px!important;font-size:.75rem!important;gap:4px!important;min-width:0!important;max-width:100%!important;flex:unset!important;flex-direction:row!important}div[style*=overflowX][style*=auto]>table,div[style*=overflow-x][style*=auto]>table,table[style*=minWidth][style*="700px"]{min-width:650px!important}div[style*=overflowX][style*=auto]>table thead th,div[style*=overflow-x][style*=auto]>table thead th,table[style*=minWidth][style*="700px"] thead th{padding:14px 18px!important;font-size:.7rem!important}div[style*=overflowX][style*=auto]>table tbody td,div[style*=overflow-x][style*=auto]>table tbody td,table[style*=minWidth][style*="700px"] tbody td{padding:14px 18px!important;font-size:.75rem!important}div[style*="width: '56px'"][style*="height: '56px'"][style*="borderRadius: '16px'"]{width:40px!important;height:40px!important;font-size:16px!important}h2[style*="fontSize: '2rem'"]{font-size:1.15rem!important}p[style*="margin: '4px 0 0 0'"]{font-size:.75rem!important;padding:0 6px!important}input[type=text][placeholder*="client name"]{padding:9px 10px 9px 34px!important;font-size:13px!important;border-radius:10px!important}div[style*="position: 'absolute'"][style*="left: '18px'"]{left:10px!important;font-size:14px!important}.solver-stats h2{font-size:1.1rem!important;padding-bottom:6px!important}.solver-stats input[type=text][placeholder*="solver name"]{padding:9px 10px 9px 36px!important;font-size:13px!important;border-radius:10px!important}.solver-stats>div[style*="marginBottom: '24px'"]>div[style*="position: 'relative'"]>div[style*="position: 'absolute'"]{left:10px!important;font-size:14px!important}.stats-table{min-width:850px!important;font-size:.65rem!important}.stats-table th{padding:10px 8px!important;font-size:.6rem!important}.stats-table td{padding:10px 8px!important;font-size:.65rem!important}.stats-table td div[style*="width:"][style*="height:"][style*="borderRadius:"]{width:28px!important;height:28px!important;font-size:.8rem!important}.stats-table td button,.stats-table td span[style*=padding],.stats-table td div[style*=padding]{padding:5px 8px!important;font-size:.6rem!important}thead th{padding:7px 5px!important;font-size:.6rem!important}tbody td{padding:7px 5px!important;font-size:.65rem!important}tbody td:first-child{font-size:.6rem!important}tbody td button,tbody td span[style*=background],tbody td div[style*=background]{font-size:.55rem!important;padding:3px 6px!important}tbody td button[style*=padding],tbody td div[style*="display:flex"] button{padding:5px 8px!important;font-size:.6rem!important}input[placeholder*="Search by company"],input[placeholder*="Search by"],input[type=text][style*=minWidth]{padding:11px 12px!important;font-size:16px!important;border-radius:11px!important}.client-section>div[style*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-bottom:18px!important}.client-section>div[style*=grid]>div{padding:14px 10px!important;border-radius:14px!important}.client-section>div[style*=grid]>div>div:first-child{font-size:1.6rem!important;margin-bottom:5px!important}.client-section>div[style*=grid]>div>div:last-child{font-size:.7rem!important}}@media(max-width:360px){.client-section>div[style*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-bottom:16px!important}.client-section>div[style*=grid]>div{padding:12px 8px!important;border-radius:12px!important}.client-section>div[style*=grid]>div>div:first-child{font-size:1.4rem!important;margin-bottom:4px!important}.client-section>div[style*=grid]>div>div:last-child{font-size:.65rem!important}}@media(max-width:360px){.dashboard-header{padding:8px 10px;gap:6px}.hamburger-btn{width:34px;height:34px;font-size:16px}.dashboard-header h1{font-size:.8rem;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.1;max-width:calc(100vw - 200px)}.user-info{left:66px!important;padding:0!important;display:flex!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.user-avatar{width:34px;height:34px;font-size:1rem;border-radius:50%;display:flex!important;visibility:visible!important;opacity:1!important}.logout-btn{padding:7px 10px;font-size:.7rem;border-radius:16px}div[style*=justifyContent][style*=space-between] h2{font-size:1rem!important}div[style*="display: flex"][style*="gap: '8px'"] label{font-size:.7rem!important}div[style*="display: flex"][style*="gap: '8px'"] select{padding:4px 7px!important;font-size:.7rem!important;min-width:80px!important;max-width:100px!important}input[type=text][placeholder*="Search by name or email"]{padding:8px 9px 8px 30px!important;font-size:12px!important}div[style*="left: '12px'"]{left:7px!important;font-size:12px!important}form{padding:16px 14px!important;border-radius:16px!important}form h2{font-size:1.3rem!important;margin-bottom:16px!important}.form-group{margin-bottom:14px!important}form label{font-size:.8rem!important;margin-bottom:6px!important}form input,form textarea,form select{padding:11px 13px!important;border-radius:11px!important;font-size:16px!important}form textarea{min-height:80px!important}form button[type=submit]{padding:12px 16px!important;border-radius:11px!important;font-size:.9rem!important}div[style*=gridTemplateColumns][style*="280px"],div[style*=grid-template-columns][style*="280px"]{grid-template-columns:repeat(2,1fr)!important;gap:6px!important;margin-top:6px!important}div[style*="padding: '24px 20px'"],div[style*=padding][style*="24px"][style*="20px"]{padding:10px 6px!important;border-radius:9px!important}label[style*=fontSize][style*="1.1rem"],label[style*=font-size][style*="1.1rem"]{font-size:.8rem!important;margin-bottom:6px!important}div[style*="padding: '24px 20px'"]>div[style*="position: 'absolute'"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="position: 'absolute'"]{width:14px!important;height:14px!important;top:6px!important;right:6px!important}div[style*="padding: '24px 20px'"]>div[style*="display: flex"]>div[style*=width][style*="48px"],div[style*=padding][style*="24px"][style*="20px"]>div[style*="display: flex"]>div[style*=width][style*="48px"]{width:24px!important;height:24px!important;font-size:12px!important}div[style*="padding: '24px 20px'"] h3,div[style*=padding][style*="24px"][style*="20px"] h3{font-size:.75rem!important;margin-bottom:2px!important}div[style*="padding: '24px 20px'"] p,div[style*=padding][style*="24px"][style*="20px"] p{font-size:.6rem!important}button[type=submit].btn-success{padding:10px 16px!important;font-size:.8rem!important}.mobile-filter-buttons{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:auto!important;gap:8px!important;margin-bottom:16px!important;padding:0!important;flex-direction:unset!important;flex-wrap:unset!important;justify-content:unset!important}.mobile-filter-btn{padding:9px 7px!important;border-radius:10px!important;font-size:.7rem!important;gap:3px!important;min-width:0!important;max-width:100%!important;flex:unset!important;flex-direction:row!important}div[style*=overflowX][style*=auto]>table,div[style*=overflow-x][style*=auto]>table,table[style*=minWidth][style*="700px"]{min-width:600px!important;font-size:.6rem!important}div[style*=overflowX][style*=auto]>table thead th,div[style*=overflow-x][style*=auto]>table thead th,table[style*=minWidth][style*="700px"] thead th{padding:9px 12px!important;font-size:.55rem!important;letter-spacing:.1px!important}div[style*=overflowX][style*=auto]>table tbody td,div[style*=overflow-x][style*=auto]>table tbody td,table[style*=minWidth][style*="700px"] tbody td{padding:9px 12px!important;font-size:.6rem!important}div[style*=overflowX][style*=auto]>table tbody td div[style*="display: flex"]>div[style*=width],div[style*=overflow-x][style*=auto]>table tbody td div[style*="display: flex"]>div[style*=width],table[style*=minWidth][style*="700px"] tbody td div[style*="display: flex"]>div[style*=width]{width:26px!important;height:26px!important;font-size:.75rem!important}div[style*=overflowX][style*=auto]>table tbody td div[style*="display: flex"]>div:last-child,div[style*=overflow-x][style*=auto]>table tbody td div[style*="display: flex"]>div:last-child,table[style*=minWidth][style*="700px"] tbody td div[style*="display: flex"]>div:last-child{font-size:.6rem!important}div[style*=overflowX][style*=auto]>table tbody td button,div[style*=overflowX][style*=auto]>table tbody td span[style*=padding],div[style*=overflow-x][style*=auto]>table tbody td button,div[style*=overflow-x][style*=auto]>table tbody td span[style*=padding],table[style*=minWidth][style*="700px"] tbody td button,table[style*=minWidth][style*="700px"] tbody td span[style*=padding]{font-size:.55rem!important;padding:2px 5px!important}h2[style*="fontSize: '2rem'"]{font-size:1.05rem!important}p[style*="margin: '4px 0 0 0'"]{font-size:.7rem!important;padding:0 4px!important}input[type=text][placeholder*="client name"]{padding:8px 9px 8px 30px!important;font-size:12px!important;border-radius:9px!important}div[style*="position: 'absolute'"][style*="left: '18px'"]{left:9px!important;font-size:13px!important}.solver-stats input[type=text][placeholder*="solver name"]{padding:8px 9px 8px 32px!important;font-size:12px!important;border-radius:9px!important}.solver-stats>div[style*="marginBottom: '24px'"]>div[style*="position: 'relative'"]>div[style*="position: 'absolute'"]{left:9px!important;font-size:13px!important}.stats-table{min-width:800px!important;font-size:.6rem!important}.stats-table th{padding:9px 6px!important;font-size:.55rem!important}.stats-table td{padding:9px 6px!important;font-size:.6rem!important}.stats-table td div[style*="width:"][style*="height:"][style*="borderRadius:"]{width:26px!important;height:26px!important;font-size:.75rem!important}.stats-table td button,.stats-table td span[style*=padding],.stats-table td div[style*=padding]{padding:4px 7px!important;font-size:.55rem!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2{font-size:1.1rem!important;line-height:1.3!important;padding-bottom:0!important;margin-bottom:0!important;border-bottom:none!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2:after{bottom:-6px!important;height:2px!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2 span[style*="fontSize: '1.8rem'"]{font-size:1.2rem!important;align-self:center!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2 span[style*="display: flex"][style*="alignItems: center"]{align-self:center!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2{font-size:1.1rem!important}div[style*="display:flex"][style*="justifyContent:space-between"] h2 span[style*="fontSize: '1.8rem'"]{font-size:1.2rem!important}thead th{padding:6px 4px!important;font-size:.55rem!important}tbody td{padding:6px 4px!important;font-size:.6rem!important}tbody td:first-child{font-size:.55rem!important}tbody td button,tbody td span[style*=background],tbody td div[style*=background]{font-size:.5rem!important;padding:3px 5px!important}tbody td button[style*=padding],tbody td div[style*="display:flex"] button{padding:4px 6px!important;font-size:.55rem!important}.client-section>div[style*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-bottom:16px!important}.client-section>div[style*=grid]>div{padding:12px 8px!important;border-radius:12px!important}.client-section>div[style*=grid]>div>div:first-child{font-size:1.4rem!important;margin-bottom:4px!important}.client-section>div[style*=grid]>div>div:last-child{font-size:.65rem!important}}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.fade-in{animation:fadeIn .5s ease}.slide-up{animation:slideInUp .5s ease}.scale-in{animation:scaleIn .5s ease}.solver-time-container{padding:30px;animation:fadeIn .5s ease}.solver-time-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:20px;flex-wrap:wrap}.solver-time-header>div{flex:1;min-width:250px}.solver-time-header h2{font-size:2.5rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.solver-time-header .subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:5px}.last-updated{color:var(--text-light);font-size:.9rem;font-style:italic;margin-top:5px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary-gradient);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-normal);box-shadow:0 4px 15px #667eea4d;white-space:nowrap}.refresh-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.refresh-btn:active:not(:disabled){transform:translateY(0)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{font-size:1.2rem;display:inline-block;transition:transform .5s ease}.refresh-btn:hover:not(:disabled) .refresh-icon{transform:rotate(180deg)}.time-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:50px}.time-stat-card{background:#fff;padding:25px;border-radius:20px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:20px;transition:all var(--transition-normal);position:relative;overflow:hidden}.time-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.time-stat-card.primary:before{background:var(--primary-gradient)}.time-stat-card.success:before{background:var(--success-gradient)}.time-stat-card.info:before{background:linear-gradient(135deg,#4facfe,#00f2fe)}.time-stat-card.warning:before{background:var(--danger-gradient)}.time-stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.time-stat-card .stat-icon{font-size:3rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:var(--bg-light)}.time-stat-card .stat-content{flex:1}.time-stat-card h3{font-size:.9rem;color:var(--text-light);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.time-stat-card .stat-value{font-size:2rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:5px}.time-stat-card .stat-desc{font-size:.85rem;color:var(--text-light)}.solver-performance-table{background:#fff;padding:30px;border-radius:20px;box-shadow:var(--shadow-md)}.solver-performance-table h3{font-size:1.8rem;margin-bottom:25px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.performance-table{overflow-x:auto}.performance-table table{width:100%;border-collapse:collapse}.performance-table thead tr{background:var(--bg-light);border-bottom:2px solid var(--primary-color)}.performance-table th{padding:15px;text-align:left;font-weight:700;color:var(--text-dark);text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.performance-table td{padding:18px 15px;border-bottom:1px solid var(--border-color);color:var(--text-dark)}.performance-table tbody tr{transition:all var(--transition-fast)}.performance-table tbody tr:hover{background:var(--bg-light);transform:scale(1.01)}.rank-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-weight:700;font-size:.9rem}.rank-badge.rank-1{background:linear-gradient(135deg,gold,orange);color:#fff}.rank-badge.rank-2{background:linear-gradient(135deg,silver,gray);color:#fff}.rank-badge.rank-3{background:linear-gradient(135deg,#cd7f32,#8b4513);color:#fff}.solver-name{font-weight:600;color:var(--text-dark)}.time-value{font-weight:700;color:var(--primary-color)}.performance-bar{width:100%;height:10px;background:var(--bg-light);border-radius:10px;overflow:hidden}.performance-fill{height:100%;border-radius:10px;transition:width .5s ease}.no-data{text-align:center;color:var(--text-light);padding:40px;font-style:italic}.loading-spinner{text-align:center;padding:60px;font-size:1.2rem;color:var(--text-light)}.no-data-message{text-align:center;padding:80px 40px;background:#fff;border-radius:20px;box-shadow:var(--shadow-md)}.no-data-message .no-data-icon{font-size:5rem;margin-bottom:20px;opacity:.5}.no-data-message h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:15px}.no-data-message p{font-size:1.1rem;color:var(--text-light);max-width:500px;margin:0 auto}@media(max-width:768px){.solver-performance-table{padding:16px 12px!important;border-radius:16px!important;margin:0!important;width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.solver-performance-table h3{font-size:1.3rem!important;margin-bottom:20px!important;margin-top:0!important;text-align:center!important;line-height:1.3!important;padding:0!important}.performance-table{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;position:relative!important}.performance-table::-webkit-scrollbar{height:6px!important}.performance-table::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:10px!important}.performance-table::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:10px!important}.performance-table::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}.performance-table table{width:100%!important;min-width:750px!important;border-collapse:collapse!important;table-layout:fixed!important;display:table!important;border-spacing:0!important}.performance-table thead{display:table-header-group!important}.performance-table thead tr{display:table-row!important;background:var(--bg-light)!important;border-bottom:2px solid var(--primary-color)!important}.performance-table th{display:table-cell!important;padding:12px 10px!important;font-size:.72rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;white-space:nowrap!important;text-align:left!important;vertical-align:middle!important;box-sizing:border-box!important}.performance-table th:nth-child(1){width:80px!important;min-width:80px!important;max-width:80px!important}.performance-table th:nth-child(2){width:140px!important;min-width:140px!important;max-width:140px!important}.performance-table th:nth-child(3){width:120px!important;min-width:120px!important;max-width:120px!important}.performance-table th:nth-child(4){width:120px!important;min-width:120px!important;max-width:120px!important}.performance-table th:nth-child(5){width:150px!important;min-width:150px!important;max-width:150px!important}.performance-table tbody{display:table-row-group!important}.performance-table tbody tr{display:table-row!important;border-bottom:1px solid var(--border-color)!important}.performance-table td{display:table-cell!important;padding:14px 10px!important;font-size:.78rem!important;border-bottom:1px solid var(--border-color)!important;white-space:nowrap!important;vertical-align:middle!important;text-align:left!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}.performance-table td:nth-child(1){width:80px!important;min-width:80px!important;max-width:80px!important;text-align:center!important}.performance-table td:nth-child(2){width:140px!important;min-width:140px!important;max-width:140px!important}.performance-table td:nth-child(3){width:120px!important;min-width:120px!important;max-width:120px!important;text-align:center!important}.performance-table td:nth-child(4){width:120px!important;min-width:120px!important;max-width:120px!important;text-align:center!important}.performance-table td:nth-child(5){width:150px!important;min-width:150px!important;max-width:150px!important}.rank-badge{padding:5px 10px!important;font-size:.72rem!important;border-radius:12px!important;font-weight:700!important;display:inline-block!important;text-align:center!important;min-width:40px!important}.solver-name{font-weight:600!important;font-size:.78rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.time-value{font-weight:700!important;font-size:.78rem!important;color:var(--primary-color)!important}.performance-bar{width:100%!important;height:10px!important;border-radius:10px!important;min-width:80px!important;max-width:140px!important;margin:0 auto!important}.performance-fill{height:100%!important;border-radius:10px!important}.performance-table .no-data{padding:20px!important;font-size:.85rem!important;text-align:center!important}.performance-table tbody tr:hover{transform:none!important;background:transparent!important}}@media(max-width:480px){.solver-performance-table{padding:12px 8px!important}.solver-performance-table h3{font-size:1.15rem!important;margin-bottom:16px!important}.performance-table table{min-width:700px!important;display:table!important;table-layout:fixed!important}.performance-table thead{display:table-header-group!important}.performance-table thead tr{display:table-row!important}.performance-table th{display:table-cell!important;padding:10px 8px!important;font-size:.68rem!important;white-space:nowrap!important}.performance-table tbody{display:table-row-group!important}.performance-table tbody tr{display:table-row!important}.performance-table td{display:table-cell!important;padding:12px 8px!important;font-size:.72rem!important;white-space:nowrap!important}.rank-badge{padding:4px 8px!important;font-size:.68rem!important;min-width:35px!important}.solver-name,.time-value{font-size:.72rem!important}.performance-bar{height:8px!important;min-width:70px!important;max-width:130px!important}}@media(max-width:360px){.solver-performance-table{padding:10px 6px!important}.solver-performance-table h3{font-size:1rem!important;margin-bottom:14px!important}.performance-table table{min-width:650px!important;display:table!important;table-layout:fixed!important}.performance-table thead{display:table-header-group!important}.performance-table thead tr{display:table-row!important}.performance-table th{display:table-cell!important;padding:9px 6px!important;font-size:.65rem!important;white-space:nowrap!important}.performance-table tbody{display:table-row-group!important}.performance-table tbody tr{display:table-row!important}.performance-table td{display:table-cell!important;padding:11px 6px!important;font-size:.68rem!important;white-space:nowrap!important}.rank-badge{padding:3px 7px!important;font-size:.65rem!important;min-width:32px!important}.solver-name,.time-value{font-size:.68rem!important}.performance-bar{height:7px!important;min-width:60px!important;max-width:120px!important}}.account-settings-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1300;animation:fadeIn .2s ease-out}.account-settings-modal{width:90%;max-width:600px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden;animation:slideUp .3s ease-out}.account-settings-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.account-settings-header h2{margin:0;font-size:1.5rem;color:#1e293b}.account-tabs{display:flex;background:#f8fafc;border-bottom:2px solid #e5e7eb}.tab-btn{flex:1;padding:16px;border:none;background:transparent;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent}.tab-btn:hover{background:#f1f5f9;color:#3b82f6}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#fff}.account-settings-content{padding:24px;max-height:calc(90vh - 180px);overflow-y:auto}.settings-form{display:flex;flex-direction:column;gap:20px}.photo-section{display:flex;align-items:center;gap:20px;padding:20px;background:#f8fafc;border-radius:12px;border:2px dashed #cbd5e1}.photo-preview{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid #3b82f6;box-shadow:0 4px 12px #3b82f633}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:2.5rem;font-weight:700}.photo-controls{flex:1;display:flex;flex-direction:column;gap:10px}.upload-btn,.remove-btn{padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.upload-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.remove-btn{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.remove-btn:hover{background:#fecaca}.message-box{padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;margin-bottom:16px;animation:slideIn .3s ease-out}.error-box{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.success-box{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message-icon{font-size:1.3rem}.info-box{padding:12px 16px;background:#dbeafe;border:1px solid #93c5fd;border-radius:8px;color:#1e40af;display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:.9rem}@media(max-width:640px){.account-settings-modal{width:95%;max-height:95vh}.photo-section{flex-direction:column;text-align:center}.account-settings-content{padding:16px}.tab-btn{font-size:.9rem;padding:12px 8px}}.query-detail-page{min-height:100vh;background:#456882;padding:20px}.query-detail-header{max-width:1200px;margin:0 auto 30px;display:flex;align-items:center;gap:20px}.query-detail-header h1{color:#fff;font-size:2rem;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.query-detail-header .back-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.query-detail-header .back-btn:hover{background:#ffffff4d;transform:translate(-4px)}.query-detail-container{max-width:1200px;margin:0 auto}.query-detail-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.detail-section{margin-bottom:32px;padding-bottom:32px;border-bottom:2px solid #e5e7eb}.detail-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:1.5rem;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.status-badge{padding:8px 16px;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0003}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:1.1rem;color:#1e293b;font-weight:500}.detail-content{padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.detail-content p{margin:0;color:#475569;font-size:1rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.message-date{display:block;margin-top:12px;color:#64748b;font-size:.85rem;font-style:italic}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;gap:20px}.loading-spinner .spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner p{color:#fff;font-size:1.2rem;font-weight:600}.error-container{max-width:600px;margin:60px auto;padding:40px;background:#fff;border-radius:16px;text-align:center;box-shadow:0 20px 60px #0000004d}.error-container .error-icon{font-size:4rem;display:block;margin-bottom:20px}.error-container p{font-size:1.2rem;color:#475569;margin-bottom:24px}.error-container .back-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.error-container .back-btn:hover{transform:translateY(-2px)}@media(max-width:768px){.query-detail-page{padding:12px}.query-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.query-detail-header h1{font-size:1.5rem}.query-detail-card{padding:20px}.detail-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;gap:18px!important;margin-bottom:20px!important;padding:0 4px 12px!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important;width:100%!important;box-sizing:border-box!important}div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]::-webkit-scrollbar{height:8px!important}div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:10px!important}div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:10px!important}div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}div[style*="background: white"][style*="padding: '20px'"][style*="borderRadius: '12px'"]{min-width:320px!important;max-width:320px!important;width:320px!important;flex-shrink:0!important;padding:20px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;box-sizing:border-box!important;margin:0!important}div[style*="fontSize: '1.1rem'"][style*="fontWeight: 600"]{font-size:1.1rem!important;margin-bottom:10px!important;white-space:nowrap!important;overflow:visible!important;line-height:1.4!important;display:flex!important;align-items:center!important;gap:8px!important}div[style*="fontSize: '0.9rem'"][style*="color: '#6b7280'"]{font-size:.9rem!important;margin-bottom:16px!important;white-space:nowrap!important;overflow:visible!important;line-height:1.4!important;display:flex!important;align-items:center!important;gap:8px!important}div[style*="display: flex"][style*="justifyContent: 'space-between'"]{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:24px!important;flex-wrap:nowrap!important;width:100%!important}div[style*="display: flex"][style*="justifyContent: 'space-between'"]>div{display:flex!important;flex-direction:column!important;align-items:center!important;flex:1 1 0!important;min-width:0!important}span[style*="fontSize: '2rem'"]{font-size:2rem!important;display:block!important;line-height:1.2!important;font-weight:700!important;margin-bottom:6px!important;text-align:center!important}span[style*="fontSize: '1.5rem'"]{font-size:1.5rem!important;display:block!important;line-height:1.2!important;font-weight:600!important;margin-bottom:6px!important;text-align:center!important}div[style*="fontSize: '0.8rem'"][style*="color: '#6b7280'"]{font-size:.85rem!important;margin-top:0!important;white-space:nowrap!important;line-height:1.4!important;text-align:center!important}button[style*="padding: '12px 24px'"][style*="background: '#3b82f6'"]{width:100%!important;max-width:100%!important;padding:14px 24px!important;font-size:1rem!important;margin-top:24px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}}@media(max-width:480px){div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]{gap:16px!important;padding:0 3px 10px!important}div[style*="background: white"][style*="padding: '20px'"]{min-width:300px!important;max-width:300px!important;width:300px!important;padding:18px!important}div[style*="fontSize: '1.1rem'"]{font-size:1.05rem!important;margin-bottom:9px!important}div[style*="fontSize: '0.9rem'"]{font-size:.85rem!important;margin-bottom:14px!important}div[style*="display: flex"][style*="justifyContent: 'space-between'"]{gap:20px!important}span[style*="fontSize: '2rem'"]{font-size:1.9rem!important}span[style*="fontSize: '1.5rem'"]{font-size:1.45rem!important}div[style*="fontSize: '0.8rem'"]{font-size:.8rem!important}button[style*="padding: '12px 24px'"]{padding:12px 20px!important;font-size:.95rem!important}}@media(max-width:360px){div[style*="display: grid"][style*="gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))'"]{gap:14px!important;padding:0 2px 8px!important}div[style*="background: white"][style*="padding: '20px'"]{min-width:280px!important;max-width:280px!important;width:280px!important;padding:16px!important}div[style*="fontSize: '1.1rem'"]{font-size:1rem!important;margin-bottom:8px!important}div[style*="fontSize: '0.9rem'"]{font-size:.8rem!important;margin-bottom:12px!important}div[style*="display: flex"][style*="justifyContent: 'space-between'"]{gap:18px!important}span[style*="fontSize: '2rem'"]{font-size:1.8rem!important}span[style*="fontSize: '1.5rem'"]{font-size:1.4rem!important}div[style*="fontSize: '0.8rem'"]{font-size:.75rem!important}button[style*="padding: '12px 24px'"]{padding:11px 18px!important;font-size:.9rem!important}}*{box-sizing:border-box}html{font-size:16px}body{overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}:root{--mobile-xs: 320px;--mobile-sm: 375px;--mobile-md: 414px;--mobile-lg: 480px;--tablet-sm: 600px;--tablet-md: 768px;--tablet-lg: 900px;--desktop-sm: 1024px;--desktop-md: 1200px;--desktop-lg: 1440px;--mobile-padding: 16px;--mobile-margin: 12px;--mobile-gap: 12px;--mobile-h1: 1.75rem;--mobile-h2: 1.5rem;--mobile-h3: 1.25rem;--mobile-body: .9rem;--mobile-small: .8rem}@media(max-width:768px){.login-container,.register-container{padding:4px;min-height:100vh;min-height:-webkit-fill-available;background-attachment:scroll;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login,.register{padding:32px 20px;margin:8px;width:calc(100% - 16px);max-width:400px;min-height:480px;border-radius:16px;box-shadow:0 8px 32px #00000026;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.login:before,.register:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#06b6d4);border-radius:12px 12px 0 0}.auth-logo-wrapper{margin-bottom:6px;display:flex;justify-content:center;align-items:center;width:100%}.auth-icon-circle{width:35px;height:35px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6366f14d;position:relative;z-index:2;margin:0 auto}.auth-icon{font-size:1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.login h2,.register h2{font-size:1.1rem;margin:4px 0 2px;text-align:center;font-weight:700;color:#1e293b;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;width:100%}.auth-subtitle{font-size:.65rem;margin-bottom:8px;text-align:center;color:#64748b;font-weight:500;line-height:1.2;width:100%}.input-group{margin-bottom:6px;position:relative;text-align:left;width:100%}.input-group input{width:100%;height:32px;padding:0 8px 0 28px;font-size:12px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafccc;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;-webkit-appearance:none;appearance:none;font-weight:500}.input-group input::placeholder{color:#94a3b8;font-weight:500;font-size:11px}.input-group input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 1px #6366f11a}.input-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:.7rem;z-index:2;opacity:.6;transition:all .3s ease;pointer-events:none}.input-group:focus-within .input-icon{opacity:1;color:#6366f1}.auth-btn{width:100%;height:32px;padding:0 12px;font-size:11px;font-weight:700;border:none;border-radius:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #6366f14d;position:relative;overflow:hidden;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:4px}.auth-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.auth-btn:active{transform:translateY(0)}.auth-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;color:#dc2626;padding:6px 8px;border-radius:4px;margin-top:6px;display:flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;box-shadow:0 1px 4px #dc262626;text-align:left;width:100%}.error-icon{font-size:.7rem;flex-shrink:0}}@media(max-width:480px){.login-container,.register-container{padding:2px;margin:0}.login,.register{padding:28px 16px;margin:6px;width:calc(100% - 12px);max-width:360px;min-height:440px;border-radius:12px}.auth-icon-circle{width:30px;height:30px}.auth-icon{font-size:.9rem}.login h2,.register h2{font-size:1rem;margin:3px 0 1px}.auth-subtitle{font-size:.6rem;margin-bottom:6px}.input-group{margin-bottom:5px}.input-group input{height:28px;padding:0 6px 0 24px;font-size:11px;border-radius:4px}.input-group input::placeholder{font-size:10px}.input-icon{left:6px;font-size:.6rem}.auth-btn{height:28px;font-size:10px;margin-top:6px;border-radius:4px}.error-message{padding:4px 6px;font-size:.6rem;border-radius:3px;margin-top:4px}}@media(max-width:768px){.dashboard-header{padding:16px 20px;flex-direction:row;gap:16px;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:16px;flex:1}.header-left>div{flex:1;display:flex;justify-content:center}.header-left h1{font-size:1.4rem;margin:0;text-align:center;font-weight:700;color:#3b82f6;line-height:1.2}.hamburger-btn{position:static;z-index:101;flex-shrink:0}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.user-info{padding:6px 8px;border-radius:50px;background:#3b82f6;color:#fff;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px #3b82f64d;flex-shrink:0;width:100px;height:36px;justify-content:center}.user-avatar{width:24px;height:24px;font-size:.8rem;background:#fff;color:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.user-details{display:flex;flex-direction:column;align-items:center;min-width:0;overflow:hidden}.user-name{font-size:.7rem;font-weight:600;color:#fff;white-space:nowrap;line-height:1.1;overflow:hidden;text-overflow:ellipsis;max-width:60px}.user-role{font-size:.6rem;color:#fffc;text-transform:capitalize;font-weight:500;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.logout-btn{padding:6px 8px;font-size:.75rem;border-radius:50px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #ff6b3566;transition:all .3s ease;width:100px;height:36px;display:flex;align-items:center;justify-content:center}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3580}.logout-btn span:last-child{display:none}}@media(max-width:480px){.dashboard-header{padding:10px 12px}.header-left h1{font-size:1rem}.user-info{width:85px;height:32px;padding:4px 6px;gap:4px}.user-avatar{width:20px;height:20px;font-size:.7rem}.user-name{font-size:.65rem;max-width:50px}.user-role{font-size:.55rem;max-width:50px}.logout-btn{width:85px;height:32px;padding:4px 6px;font-size:.7rem}}@media(max-width:450px){.dashboard-header{padding:8px 10px;gap:8px}.header-left{gap:8px}.header-left h1{font-size:.9rem}.header-right{gap:6px}.user-info{width:75px;height:28px;padding:3px 5px;gap:3px}.user-avatar{width:18px;height:18px;font-size:.6rem}.user-name{font-size:.6rem;max-width:40px}.user-role{font-size:.5rem;max-width:40px}.logout-btn{width:75px;height:28px;padding:3px 5px;font-size:.65rem}}@media(max-width:438px){.dashboard-header{padding:6px 8px}.header-left h1{font-size:.85rem}.header-right{gap:4px}.user-info{width:70px;height:26px;padding:2px 4px}.user-avatar{width:16px;height:16px;font-size:.55rem}.user-name{font-size:.55rem;max-width:35px}.user-role{font-size:.45rem;max-width:35px}.logout-btn{width:70px;height:26px;padding:2px 4px;font-size:.6rem}.client-section h2:after,.solver-section h2:after,.admin-section h2:after{width:40px;height:2px}.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after,h2.query-list-heading:after,h2[style*="position: relative"]:after{width:40px!important;height:2px!important;bottom:-6px!important}font-size: .6rem}} @media (max-width: 768px){.admin-sidebar,.solver-sidebar,.client-sidebar{width:260px;left:-260px}.admin-sidebar.open,.solver-sidebar.open,.client-sidebar.open{left:0}.sidebar-header{padding:16px 14px}.sidebar-header h3{font-size:1.1rem}.close-sidebar-btn{width:28px;height:28px;font-size:1rem}.sidebar-item{padding:10px 14px;font-size:.85rem;margin:3px 6px}.sidebar-icon{font-size:1rem;width:20px}}@media(max-width:480px){.admin-sidebar,.solver-sidebar,.client-sidebar{width:240px;left:-240px}.sidebar-header{padding:14px 10px}.sidebar-header h3{font-size:1rem}.close-sidebar-btn{width:24px;height:24px;font-size:.9rem}.sidebar-item{padding:8px 10px;font-size:.8rem}.sidebar-icon{font-size:.9rem;width:18px}}@media(max-width:768px){.dashboard main{padding:20px 16px;max-width:100%;background:#f8fafc;min-height:calc(100vh - 140px)}.client-section,.solver-section,.admin-section{padding:24px 20px;margin-bottom:24px;border-radius:20px;background:#fff;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9;position:relative;overflow:hidden}.client-section:before,.solver-section:before,.admin-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4)}.client-section h2,.solver-section h2,.admin-section h2{font-size:1.5rem;margin-bottom:24px;text-align:center;font-weight:700;color:#1e293b;position:relative;padding-bottom:16px}.client-section h2:after,.solver-section h2:after,.admin-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px}.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after{content:""!important;position:absolute!important;bottom:-8px!important;left:50%!important;transform:translate(-50%)!important;width:60px!important;height:3px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border-radius:2px!important;display:block!important}h2.query-list-heading:after,h2[style*="position: relative"]:after{content:""!important;position:absolute!important;bottom:-8px!important;left:50%!important;transform:translate(-50%)!important;width:60px!important;height:3px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border-radius:2px!important;display:block!important}}@media(max-width:480px){.dashboard main{padding:16px 12px}.client-section,.solver-section,.admin-section{padding:20px 16px;margin-bottom:20px}.client-section h2,.solver-section h2,.admin-section h2{font-size:1.3rem;margin-bottom:20px}.client-section h2:after,.solver-section h2:after,.admin-section h2:after{width:50px;height:2.5px}.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after,h2.query-list-heading:after,h2[style*="position: relative"]:after{width:50px!important;height:2.5px!important;bottom:-7px!important}}@media(max-width:768px){form{padding:20px;margin-bottom:20px;border-radius:16px;background:#fff;box-shadow:0 4px 12px #00000014;border:1px solid #f1f5f9}.form-group{margin-bottom:20px}form label{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:8px;display:block}form input,form textarea,form select{width:100%;padding:12px 16px;font-size:.9rem;border:2px solid #e5e7eb;border-radius:12px;background:#fafbfc;transition:all .3s ease;box-sizing:border-box}form input:focus,form textarea:focus,form select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}form textarea{min-height:100px;resize:vertical}form button[type=submit]{width:100%;padding:16px;font-size:1rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;margin-top:16px;cursor:pointer;transition:all .3s ease}form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}}@media(max-width:480px){form{padding:16px;margin-bottom:16px}form label{font-size:.85rem}form input,form textarea,form select{padding:10px 12px;font-size:.85rem}form button[type=submit]{padding:14px;font-size:.9rem}}@media(max-width:768px){.queries-grid{grid-template-columns:1fr;gap:12px;max-width:100%;margin:0}.queries-grid.with-sidebar{max-width:100%;margin-right:0}.queries-side{display:none}.query-card{padding:12px;border-radius:10px;margin-bottom:0}.query-header{flex-direction:column;align-items:flex-start;gap:8px}.query-title{font-size:.9rem;line-height:1.3}.query-sub{font-size:.75rem}.query-actions{width:100%;min-width:100%;flex-direction:row;flex-wrap:wrap;gap:6px}.query-actions .btn{flex:1;min-width:calc(50% - 3px);padding:6px 10px;font-size:.8rem;border-radius:6px}.query-uid{font-size:.65rem;padding:1px 3px}.badge{padding:3px 6px;font-size:.7rem}.rating-row{flex-direction:column;align-items:flex-start;gap:6px}.stars-inline .star{font-size:12px}.feedback-excerpt{font-size:.75rem;min-width:100%}}@media(max-width:480px){.query-card{padding:10px}.query-title{font-size:.85rem}.query-sub{font-size:.7rem}.query-actions .btn{min-width:100%;padding:8px;font-size:.75rem}}@media(max-width:768px){.query-detail-page{padding:12px}.query-detail-header{margin-bottom:16px;flex-direction:column;gap:10px;text-align:center}.query-detail-header h1{font-size:1.3rem;margin:0}.back-btn{align-self:flex-start;padding:6px 12px;font-size:.8rem;border-radius:6px}.query-detail-container{max-width:100%}.query-detail-card{padding:16px;border-radius:14px}.detail-section{margin-bottom:20px}.section-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:12px}.section-header h2{font-size:1rem;margin:0}.detail-grid{grid-template-columns:1fr;gap:10px}.detail-item{flex-direction:column;align-items:flex-start;gap:3px;padding:6px 0;border-bottom:1px solid #f0f0f0}.detail-label{font-size:.75rem;font-weight:600;color:#666}.detail-value{font-size:.85rem;word-break:break-word}.detail-content{padding:10px;border-radius:6px;font-size:.85rem;line-height:1.4}.detail-section button{width:100%;padding:10px;font-size:.85rem;margin-bottom:6px;border-radius:6px}.feedback-form textarea{min-height:70px;font-size:.85rem}.feedback-form .stars button{font-size:1.3rem;padding:6px}}@media(max-width:480px){.query-detail-card{padding:12px}.section-header h2{font-size:.9rem}.detail-item{padding:5px 0}.detail-label{font-size:.7rem}.detail-value{font-size:.8rem}}@media(max-width:768px){table{font-size:.85rem;border-radius:12px}thead th{padding:12px 8px;font-size:.8rem}tbody td{padding:10px 8px;font-size:.8rem}.mobile-table-card{display:block;width:100%}.mobile-table-card table,.mobile-table-card thead,.mobile-table-card tbody,.mobile-table-card th,.mobile-table-card td,.mobile-table-card tr{display:block}.mobile-table-card thead tr{position:absolute;top:-9999px;left:-9999px}.mobile-table-card tr{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000001a}.mobile-table-card td{border:none;position:relative;padding:8px 0 8px 120px;border-bottom:1px solid #f0f0f0}.mobile-table-card td:before{content:attr(data-label);position:absolute;left:0;width:110px;padding-right:10px;white-space:nowrap;font-weight:600;color:#666;font-size:.8rem}.mobile-table-card td:last-child{border-bottom:none}}@media(max-width:768px){button{padding:8px 12px;font-size:.85rem;border-radius:6px;min-height:40px}.btn-group{display:flex;flex-direction:column;gap:6px;width:100%}.btn-group button{width:100%}.mobile-fab{position:fixed;bottom:16px;right:16px;width:48px;height:48px;border-radius:50%;background:var(--primary-gradient);color:#fff;border:none;font-size:1.3rem;box-shadow:0 4px 12px #0000004d;z-index:1000;transition:all .3s ease}.mobile-fab:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}}@media(max-width:480px){button{padding:6px 10px;font-size:.8rem;min-height:36px}.mobile-fab{bottom:12px;right:12px;width:42px;height:42px;font-size:1.1rem}}@media(max-width:768px){.public-reviews-container{padding:16px var(--mobile-padding);border-radius:14px;margin:0}.reviews-title{font-size:1.5rem;flex-direction:column;gap:6px}.title-icon{font-size:1.6rem}.reviews-subtitle{font-size:.9rem}.filter-section{padding:12px;border-radius:10px;margin-bottom:16px}.filter-label{font-size:.9rem;margin-bottom:6px}.filter-select{padding:8px 10px;font-size:.85rem;border-radius:6px}.reviews-grid{grid-template-columns:1fr;gap:12px}.review-card{padding:12px;border-radius:10px}.review-header{flex-direction:column;align-items:flex-start;gap:10px}.solver-info{width:100%}.solver-avatar{width:40px;height:40px;font-size:1.2rem}.solver-name{font-size:1rem}.solver-id{font-size:.75rem}.solver-email{font-size:.7rem}.rating-box{align-items:flex-start;width:100%}.stars{font-size:1.3rem}.rating-number{font-size:1.1rem}.feedback-box{padding:12px;border-radius:8px;margin:12px 0}.quote-icon{font-size:1.6rem;top:-6px}.feedback-text{font-size:.85rem;margin-bottom:10px}.client-name{font-size:.85rem}.client-email{font-size:.7rem}.review-footer{flex-direction:column;align-items:flex-start;gap:6px;font-size:.75rem}}@media(max-width:480px){.public-reviews-container{padding:12px 10px}.reviews-title{font-size:1.3rem}.title-icon{font-size:1.4rem}.review-card{padding:10px}.solver-avatar{width:32px;height:32px;font-size:1rem}.solver-name{font-size:.9rem}.stars{font-size:1.1rem}.feedback-text{font-size:.8rem}}@media(max-width:768px){.user-list-container{padding:0}.user-list-header{flex-direction:column;gap:16px;margin-bottom:16px}.user-list-filters{flex-direction:column;gap:12px;width:100%}.filter-group{width:100%}.filter-group select{width:100%;padding:10px 12px;font-size:.9rem;border-radius:8px}.search-input{width:100%;padding:10px 12px 10px 36px;font-size:.9rem;border-radius:8px}.user-list ul{list-style:none;padding:0;margin:0}.user-list li{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000001a}.user-list li p{margin:6px 0;font-size:.9rem;display:flex;flex-direction:column;gap:2px}.user-list li strong{font-size:.8rem;color:#666;font-weight:600}.user-list li button{width:100%;margin-top:8px;padding:10px;font-size:.85rem;border-radius:8px}.status-active,.status-inactive{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#fee2e2;color:#991b1b}}@media(max-width:480px){.user-list li{padding:12px}.user-list li p{font-size:.85rem}.user-list li strong{font-size:.75rem}}@media(max-width:768px){.stats-container{padding:16px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:16px;border-radius:12px;text-align:center}.stat-number{font-size:1.75rem;font-weight:700;margin-bottom:4px}.stat-label{font-size:.85rem;color:#666}.chart-container{height:250px;margin:16px 0}}@media(max-width:480px){.stat-card{padding:12px}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.chart-container{height:200px}}@media(max-width:768px){.loading-spinner{padding:40px 20px;text-align:center}.spinner{width:40px;height:40px;margin:0 auto 16px}.loading-text{font-size:.9rem;color:#666}}@media(max-width:768px){.error-container{padding:40px 20px;text-align:center;background:#fff;border-radius:12px;margin:20px}.error-icon{font-size:3rem;margin-bottom:16px}.error-message{font-size:.9rem;color:#666;margin-bottom:20px;line-height:1.5}.error-actions{display:flex;flex-direction:column;gap:12px}.error-actions button{width:100%;padding:12px;font-size:.9rem;border-radius:8px}}@media(max-width:768px){.modal-overlay{padding:20px}.modal{width:100%;max-width:100%;max-height:90vh;margin:0;border-radius:16px;overflow-y:auto}.modal-header{padding:16px 20px;border-radius:16px 16px 0 0}.modal-header h3{font-size:1.1rem;margin:0}.modal-content{padding:20px}.modal-footer{padding:16px 20px;flex-direction:column;gap:12px}.modal-footer button{width:100%;padding:12px;font-size:.9rem;border-radius:8px}}@media(max-width:480px){.modal-overlay{padding:12px}.modal{border-radius:12px}.modal-header{padding:12px 16px}.modal-content{padding:16px}.modal-footer{padding:12px 16px}}@media(max-width:768px){button,input,select,textarea,a{min-height:44px;min-width:44px}.touch-list li{margin-bottom:8px}.touch-list button{width:100%;padding:12px;margin:4px 0}input,select,textarea{font-size:16px}.scrollable{-webkit-overflow-scrolling:touch;overflow-y:auto}}@media(max-width:768px){@media(prefers-contrast:high){.query-card,.review-card,.user-card,button{border:2px solid #000}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #0066cc;outline-offset:2px}}@media(max-width:768px){.performance-mode .query-card,.performance-mode .review-card,.performance-mode form{box-shadow:0 1px 3px #0000001a;transform:none!important}.performance-mode .query-card:hover,.performance-mode .review-card:hover{transform:none!important;box-shadow:0 2px 6px #00000026}img{max-width:100%;height:auto;object-fit:cover}.lazy-load{opacity:0;transition:opacity .3s}.lazy-load.loaded{opacity:1}}@media(max-width:768px)and (orientation:landscape){.dashboard-header{padding:8px var(--mobile-padding)}.dashboard-header h1{font-size:1.1rem}.user-avatar{width:32px;height:32px;font-size:.9rem}.logout-btn{padding:6px 12px;font-size:.8rem}.modal{max-height:80vh}}@media print{.dashboard-header,.sidebar,.mobile-fab,button,.query-actions{display:none!important}.query-card,.review-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}body{font-size:12pt;line-height:1.4}h1,h2,h3{page-break-after:avoid}}@media(prefers-color-scheme:dark)and (max-width:768px){:root{--bg-white: #1a1a1a;--bg-light: #2a2a2a;--text-dark: #ffffff;--text-light: #cccccc;--border-color: #404040}.query-card,.review-card,form{background:var(--bg-white);color:var(--text-dark);border-color:var(--border-color)}.dashboard-header{background:var(--bg-white);border-bottom-color:var(--border-color)}input,textarea,select{background:var(--bg-light);color:var(--text-dark);border-color:var(--border-color)}}@media(max-width:768px){.mobile-filter-buttons{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:12px 0}.mobile-filter-btn{flex:1 1 auto;min-width:70px;max-width:110px;padding:6px 10px;font-size:.75rem;border-radius:6px;white-space:nowrap;text-align:center}}@media(max-width:480px){.mobile-filter-buttons{grid-template-columns:repeat(3,1fr);gap:6px!important;margin:16px 0!important;padding:0 8px}.mobile-filter-btn{padding:8px 6px!important;font-size:.75rem!important;min-height:60px!important}}@media(max-width:768px){.mobile-responsive-list{padding:0;margin:0}.mobile-responsive-list li{margin-bottom:12px}}@media(max-width:768px){.mobile-card{border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.mobile-container{padding:0 16px}}@media(max-width:480px){.mobile-card{border-radius:10px;margin-bottom:12px}.mobile-container{padding:0 12px}}@media(max-width:768px){.mobile-header{padding:16px;flex-direction:column;gap:12px;text-align:center}.mobile-back-btn{align-self:flex-start;padding:8px 16px;font-size:.9rem;border-radius:8px;background:#f3f4f6;border:none;cursor:pointer;transition:all .2s ease}.mobile-back-btn:hover{background:#e5e7eb;transform:translate(-2px)}}@media(max-width:768px){.mobile-responsive-form{padding:20px;border-radius:12px;margin:16px 0}.mobile-responsive-form h2{font-size:1.25rem;margin-bottom:16px;text-align:center}.mobile-responsive-form .form-group{margin-bottom:16px}.mobile-responsive-form label{font-size:.9rem;margin-bottom:6px}.mobile-responsive-form input,.mobile-responsive-form select,.mobile-responsive-form textarea{padding:12px;font-size:.9rem;border-radius:8px}.mobile-responsive-form button[type=submit]{width:100%;padding:14px;font-size:1rem;border-radius:8px;margin-top:16px}}@media(max-width:480px){.mobile-responsive-form{padding:16px;margin:12px 0}.mobile-responsive-form h2{font-size:1.1rem}.mobile-responsive-form input,.mobile-responsive-form select,.mobile-responsive-form textarea{padding:10px;font-size:.85rem}}@media(max-width:768px){.dashboard-header{padding-top:max(12px,env(safe-area-inset-top));padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.dashboard main{padding-bottom:max(80px,calc(80px + env(safe-area-inset-bottom)))}.mobile-fab{bottom:max(20px,calc(20px + env(safe-area-inset-bottom)));right:max(20px,env(safe-area-inset-right))}}@media(max-width:768px){.keyboard-adjust{transition:all .3s ease}.keyboard-adjust.keyboard-open{transform:translateY(-50px)}input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{font-size:16px!important}}@media(max-width:768px){.swipeable{touch-action:pan-x}.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#9ca3af;opacity:0;transition:opacity .2s ease}.swipe-indicator.left{left:10px}.swipe-indicator.right{right:10px}.swipeable:active .swipe-indicator{opacity:1}}@media(max-width:768px){.pull-to-refresh{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch}.pull-refresh-indicator{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;opacity:0;transition:opacity .3s ease}.pull-refresh-indicator.visible{opacity:1}}@media(max-width:768px){.haptic-light{animation:hapticLight .1s ease}.haptic-medium{animation:hapticMedium .15s ease}.haptic-heavy{animation:hapticHeavy .2s ease}@keyframes hapticLight{0%,to{transform:scale(1)}50%{transform:scale(.98)}}@keyframes hapticMedium{0%,to{transform:scale(1)}50%{transform:scale(.95)}}@keyframes hapticHeavy{0%,to{transform:scale(1)}50%{transform:scale(.92)}}}@media(max-width:768px){.network-status{position:fixed;top:0;left:0;right:0;padding:8px 16px;text-align:center;font-size:.8rem;font-weight:600;z-index:9999;transform:translateY(-100%);transition:transform .3s ease}.network-status.offline{background:#ef4444;color:#fff;transform:translateY(0)}.network-status.slow{background:#f59e0b;color:#fff;transform:translateY(0)}}@media(max-width:768px){.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-title{height:24px;width:60%;margin-bottom:12px}.skeleton-avatar{width:40px;height:40px;border-radius:50%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}}@media(max-width:768px){.mobile-sticky-header{position:sticky;top:0;background:#fff;z-index:100;box-shadow:0 2px 4px #0000001a;padding:12px 16px}.mobile-sticky-footer{position:sticky;bottom:0;background:#fff;z-index:100;box-shadow:0 -2px 4px #0000001a;padding:12px 16px}}@media(max-width:768px){.scroll-container{position:relative}.scroll-indicator{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:4px;height:60px;background:#0000001a;border-radius:2px;opacity:0;transition:opacity .3s ease}.scroll-indicator.visible{opacity:1}.scroll-thumb{width:100%;background:#0006;border-radius:2px;transition:all .3s ease}}@media(max-width:768px){.mobile-context-menu{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;z-index:2000;transform:translateY(100%);transition:transform .3s ease;max-height:60vh;overflow-y:auto}.mobile-context-menu.open{transform:translateY(0)}.context-menu-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.context-menu-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0}.context-menu-close{background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.context-menu-items{padding:8px}.context-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease;margin-bottom:4px}.context-menu-item:hover{background:#f3f4f6}.context-menu-icon{font-size:1.25rem;width:24px;text-align:center}.context-menu-text{font-size:.95rem;font-weight:600;text-align:left;color:#374151}}@media(max-width:768px){.mobile-toast{position:fixed;top:20px;left:16px;right:16px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;z-index:9999;transform:translateY(-100px);transition:transform .3s ease;padding:16px;display:flex;align-items:center;gap:12px}.mobile-toast.show{transform:translateY(0)}.toast-icon{font-size:1.5rem;flex-shrink:0}.toast-content{flex:1}.toast-title{font-size:.95rem;font-weight:700;color:#1f2937;margin:0 0 4px}.toast-message{font-size:.85rem;color:#6b7280;margin:0}.toast-close{background:none;border:none;font-size:1.2rem;color:#9ca3af;cursor:pointer;padding:4px;flex-shrink:0}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}}@media(max-width:768px){.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #0003;z-index:2000;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);max-height:90vh;overflow:hidden}.mobile-bottom-sheet.open{transform:translateY(0)}.bottom-sheet-handle{width:40px;height:4px;background:#d1d5db;border-radius:2px;margin:12px auto 8px;cursor:grab}.bottom-sheet-content{padding:0 20px 20px;overflow-y:auto;max-height:calc(90vh - 40px)}}@media(max-width:768px){.dashboard .sidebar-icon{font-size:.9rem!important;width:18px!important}.query-card .query-uid{font-size:.6rem!important;padding:1px 3px!important}.status-badge,.badge{font-size:.65rem!important;padding:2px 5px!important}.btn .icon,button .icon{font-size:.8rem!important}.header-icon,.logout-icon{font-size:.9rem!important}.form-icon,.input-icon{font-size:.8rem!important}.nav-icon{font-size:.85rem!important}.card-icon{font-size:1rem!important}.stat-icon{font-size:1.2rem!important}}@media(max-width:480px){.dashboard .sidebar-icon{font-size:.8rem!important;width:16px!important}.query-card .query-uid{font-size:.55rem!important}.status-badge,.badge{font-size:.6rem!important;padding:1px 4px!important}.btn .icon,button .icon{font-size:.7rem!important}.header-icon,.logout-icon{font-size:.8rem!important}.card-icon{font-size:.9rem!important}.stat-icon{font-size:1rem!important}}@media(max-width:768px){.mobile-compact{margin:8px 0!important;padding:8px!important}.mobile-compact-sm{margin:4px 0!important;padding:4px!important}.mobile-list-item{margin-bottom:8px!important;padding:8px 10px!important}.mobile-btn-compact{padding:6px 10px!important;font-size:.8rem!important;min-height:32px!important}.mobile-input-compact{padding:6px 8px!important;font-size:.8rem!important}}@media(max-width:480px){.mobile-compact{margin:6px 0!important;padding:6px!important}.mobile-compact-sm{margin:3px 0!important;padding:3px!important}.mobile-list-item{margin-bottom:6px!important;padding:6px 8px!important}.mobile-btn-compact{padding:5px 8px!important;font-size:.75rem!important;min-height:28px!important}.mobile-input-compact{padding:5px 6px!important;font-size:.75rem!important}}@media(max-width:768px){.mobile-text-sm{font-size:.8rem!important;line-height:1.3!important}.mobile-text-xs{font-size:.7rem!important;line-height:1.2!important}.mobile-heading-sm{font-size:1.1rem!important;line-height:1.3!important}.mobile-heading-xs{font-size:1rem!important;line-height:1.2!important}}@media(max-width:480px){.mobile-text-sm{font-size:.75rem!important}.mobile-text-xs{font-size:.65rem!important}.mobile-heading-sm{font-size:1rem!important}.mobile-heading-xs{font-size:.9rem!important}}@media(max-width:768px){.mobile-hidden{display:none!important}.mobile-block{display:block!important}.mobile-flex{display:flex!important}.mobile-grid{display:grid!important}.mobile-full-width{width:100%!important}.mobile-center{text-align:center!important}.mobile-left{text-align:left!important}.mobile-no-margin{margin:0!important}.mobile-no-padding{padding:0!important}}@media(max-width:768px){.mobile-no-animation *{animation:none!important;transition:none!important}.mobile-simple-shadow{box-shadow:0 1px 3px #0000001a!important}.mobile-no-hover:hover{transform:none!important;box-shadow:inherit!important}}@media(max-width:768px){.client-section .client-stats-grid,.dashboard .client-stats-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-bottom:32px!important}.client-section>div[style*="display: grid"],.dashboard>div[style*="display: grid"]{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-bottom:32px!important}.client-section>div[style*="display: grid"]>div,.dashboard .client-stats-grid>div{background:#fff!important;padding:16px 12px!important;border-radius:16px!important;box-shadow:0 6px 20px #00000014!important;border:1px solid #f1f5f9!important;text-align:center!important;min-height:120px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;position:relative!important;overflow:hidden!important}.client-section>div[style*="display: grid"]>div>div[style*="position: absolute"],.dashboard .client-stats-grid>div>div[style*="position: absolute"]{position:absolute!important;top:0!important;left:0!important;right:0!important;height:4px!important;border-radius:16px 16px 0 0!important;z-index:1!important}.client-section>div[style*="display: grid"]>div>div[style*="fontSize: '2.5rem'"],.dashboard .client-stats-grid .stat-number{font-size:2.2rem!important;font-weight:800!important;margin:8px 0 6px!important;line-height:1!important;text-align:center!important;z-index:2!important;position:relative!important}.client-section>div[style*="display: grid"]>div>div[style*="fontSize: '0.95rem'"],.dashboard .client-stats-grid .stat-label{font-size:.8rem!important;line-height:1.2!important;font-weight:600!important;text-align:center!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.025em!important;margin:0!important;z-index:2!important;position:relative!important}}@media(max-width:480px){.client-section .client-stats-grid,.dashboard .client-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.client-section>div[style*="display: grid"],.dashboard>div[style*="display: grid"]{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.client-section>div[style*="display: grid"]>div,.dashboard .client-stats-grid>div{padding:12px 8px!important;min-height:100px!important;border-radius:12px!important}.client-section>div[style*="display: grid"]>div>div[style*="fontSize: '2.2rem'"],.dashboard .client-stats-grid .stat-number{font-size:1.8rem!important;margin:6px 0 4px!important}.client-section>div[style*="display: grid"]>div>div[style*="fontSize: '0.8rem'"],.dashboard .client-stats-grid .stat-label{font-size:.7rem!important;line-height:1.1!important}.client-section>div[style*="display: grid"]>div>div[style*="position: absolute"],.dashboard .client-stats-grid>div>div[style*="position: absolute"]{height:3px!important;border-radius:12px 12px 0 0!important}}@media(max-width:768px){.mobile-filter-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px!important;justify-content:center;margin:20px 0!important;padding:0 12px}.mobile-filter-btn{padding:12px 8px!important;font-size:.8rem!important;border-radius:14px!important;white-space:nowrap;text-align:center;line-height:1.3!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important;min-height:70px!important;box-shadow:0 4px 12px #00000014!important}}@media(max-width:480px){.mobile-filter-buttons{gap:8px!important;margin:16px 0!important;padding:0 8px}.mobile-filter-btn{min-width:85px!important;max-width:110px!important;padding:10px 8px!important;font-size:.8rem!important;min-height:65px!important}}@media(max-width:768px){.query-form,form{padding:8px!important;margin-bottom:8px!important;border-radius:8px!important}.form-group{margin-bottom:8px!important}form label{font-size:.7rem!important;margin-bottom:3px!important}form input,form textarea,form select{padding:6px 8px!important;font-size:.75rem!important;border-radius:6px!important}form textarea{min-height:60px!important}form button[type=submit]{padding:8px!important;font-size:.8rem!important;border-radius:6px!important;margin-top:6px!important}}@media(max-width:480px){.query-form,form{padding:6px!important}form input,form textarea,form select{padding:5px 6px!important;font-size:.7rem!important}form button[type=submit]{padding:6px!important;font-size:.75rem!important}}@media(max-width:768px){.queries-grid{gap:6px!important}.query-card{padding:6px!important;border-radius:6px!important;margin-bottom:0!important}.query-header{gap:4px!important}.query-title{font-size:.75rem!important;line-height:1.2!important}.query-sub{font-size:.65rem!important}.query-actions{gap:4px!important}.query-actions .btn{padding:4px 6px!important;font-size:.65rem!important;border-radius:4px!important}.query-uid{font-size:.55rem!important;padding:1px 2px!important}.badge{padding:2px 4px!important;font-size:.6rem!important}}@media(max-width:480px){.query-card{padding:4px!important}.query-title{font-size:.7rem!important}.query-sub{font-size:.6rem!important}.query-actions .btn{padding:3px 5px!important;font-size:.6rem!important}}@media(max-width:768px){.dashboard *{box-sizing:border-box}.dashboard-header{border-bottom:1px solid #e5e7eb!important;background:#fff!important}.dashboard-header h1,.header-left h1{font-size:1.1rem!important;font-weight:600!important;color:#1e293b!important}.client-section,.solver-section,.admin-section{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 2px 8px #0000001a!important}.client-section h2,.solver-section h2,.admin-section h2{font-size:1.4rem!important;margin-bottom:20px!important;color:#1e293b!important}button{min-height:44px!important;border-radius:8px!important;font-weight:600!important}input,textarea,select{border-radius:8px!important;border:2px solid #e5e7eb!important;background:#fafbfc!important}input:focus,textarea:focus,select:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61a!important}}@media(max-width:480px){.dashboard-header h1,.header-left h1{font-size:1rem!important}.client-section h2,.solver-section h2,.admin-section h2{font-size:1.2rem!important}button{min-height:40px!important;font-size:.85rem!important}input,textarea,select{font-size:.85rem!important}}@media(max-width:768px){.dashboard main{padding:16px!important}.client-section,.solver-section,.admin-section{padding:20px 16px!important;margin-bottom:20px!important;border-radius:16px!important}input[placeholder*=Search]{padding:12px 16px!important;font-size:.9rem!important;border-radius:12px!important;background:#fff!important;border:2px solid #e5e7eb!important}.logout-btn{padding:8px 16px;font-size:.8rem;border-radius:8px}.queries-list h2,.query-list h2{font-size:1.2rem!important;margin-bottom:16px!important;font-weight:700!important}}@media(max-width:480px){.dashboard main{padding:12px!important}.client-section,.solver-section,.admin-section{padding:16px 12px!important;margin-bottom:16px!important}input[placeholder*=Search]{padding:10px 12px!important;font-size:.85rem!important}.logout-btn{padding:6px 12px;font-size:.75rem}}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#3b82f61a;border:2px solid rgba(59,130,246,.2);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#3b82f6;font-size:1.2rem}.hamburger-btn:hover{background:#3b82f633;border-color:#3b82f6;transform:scale(1.05);box-shadow:0 4px 12px #3b82f64d;color:#2563eb}@media(max-width:768px){.hamburger-btn{width:40px;height:40px;font-size:1.1rem}}@media(max-width:480px){.hamburger-btn{width:36px;height:36px;font-size:1rem}}@media(max-width:450px){.hamburger-btn{width:34px;height:34px;font-size:.95rem;border-radius:10px}}@media(max-width:438px){.hamburger-btn{width:32px;height:32px;font-size:.9rem}}@media(max-width:768px){.login-container{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;padding:4px!important;box-sizing:border-box!important}.login{position:relative!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;max-width:400px!important}.auth-logo-wrapper{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:6px!important}.auth-icon-circle{margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important}.login form{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.input-group{width:100%!important;position:relative!important;display:flex!important;flex-direction:column!important}.input-group input,.auth-btn{width:100%!important;box-sizing:border-box!important}.login h2,.auth-subtitle{width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.error-message{width:100%!important;box-sizing:border-box!important}}@media(max-width:480px){.login-container{padding:2px!important}.login{max-width:360px!important}}@media(max-width:768px){body.login-page{overflow-x:hidden!important}.login input,.login button{min-height:28px!important}.login input{font-size:12px!important}.login{box-shadow:0 2px 12px #0000001a!important;border:1px solid rgba(255,255,255,.2)!important}.login *{transition:all .3s ease!important}}@media(max-width:768px){.login-container{padding-top:max(4px,env(safe-area-inset-top))!important;padding-bottom:max(4px,env(safe-area-inset-bottom))!important;padding-left:max(4px,env(safe-area-inset-left))!important;padding-right:max(4px,env(safe-area-inset-right))!important}}@media(max-width:768px){.login-container,.register-container{min-height:100vh;min-height:-webkit-fill-available;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:relative;overflow:hidden}.login,.register{width:calc(100vw - 40px);max-width:350px;margin:0;padding:35px 28px;border-radius:24px;background:#fffffffa;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 20px 60px #0000001f;border:1px solid rgba(255,255,255,.4);position:relative;z-index:10}.login:before,.register:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#06b6d4);border-radius:24px 24px 0 0}.auth-logo-wrapper{text-align:center;margin-bottom:28px}.auth-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 35px #6366f159;margin-bottom:0;animation:gentleFloat 4s ease-in-out infinite}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.auth-icon{font-size:2.3rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.login h2,.register h2{font-size:2rem;font-weight:800;text-align:center;margin:20px 0 8px;color:#1e293b;line-height:1.1}.auth-subtitle{font-size:1rem;color:#64748b;text-align:center;margin-bottom:32px;font-weight:500;line-height:1.3}.input-group{margin-bottom:20px;position:relative}.input-group input{width:100%;height:56px;padding:0 20px 0 52px;font-size:16px;border:2px solid #e2e8f0;border-radius:16px;background:#f8fafce6;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;-webkit-appearance:none;font-weight:500}.input-group input::placeholder{color:#94a3b8;font-weight:500}.input-group input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.input-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:1.2rem;opacity:.6;transition:all .3s ease;pointer-events:none}.input-group:focus-within .input-icon{opacity:1;color:#6366f1;transform:translateY(-50%) scale(1.1)}.auth-btn{width:100%;height:56px;padding:0 24px;font-size:16px;font-weight:700;border:none;border-radius:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 28px #6366f14d;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px}.auth-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px #6366f166}.auth-btn:active{transform:translateY(0)}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;color:#dc2626;padding:14px 18px;border-radius:12px;margin-top:20px;display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500}.error-icon{font-size:1.1rem;flex-shrink:0}}@media(max-width:480px){.login,.register{width:calc(100vw - 24px);max-width:380px;padding:24px 20px;border-radius:16px}.auth-icon-circle{width:70px;height:70px}.auth-icon{font-size:2rem}.login h2,.register h2{font-size:1.75rem;margin:16px 0 6px}.auth-subtitle{font-size:.95rem;margin-bottom:28px}.input-group{margin-bottom:18px}.input-group input{height:52px;padding:0 18px 0 48px;font-size:15px;border-radius:14px}.input-icon{left:16px;font-size:1.1rem}.auth-btn{height:52px;font-size:15px;margin-top:20px;border-radius:14px}.error-message{padding:12px 16px;font-size:.85rem;border-radius:10px;margin-top:16px}}@media(max-width:768px)and (orientation:landscape){.login-container,.register-container{padding:10px 0}.login,.register{padding:25px 28px;max-width:400px}.auth-logo-wrapper{margin-bottom:20px}.auth-icon-circle{width:60px;height:60px}.auth-icon{font-size:1.8rem}.login h2,.register h2{font-size:1.6rem;margin:12px 0 6px}.auth-subtitle{font-size:.9rem;margin-bottom:24px}.input-group{margin-bottom:16px}.input-group input{height:48px}.auth-btn{height:48px;margin-top:20px}}@media(max-width:768px){html{height:100%;height:-webkit-fill-available}body,.login-container,.register-container{min-height:100vh;min-height:-webkit-fill-available}}} @media (max-width: 768px){.login .input-group,.register .input-group{margin-bottom:8px!important;position:relative!important;text-align:left!important;width:100%!important;display:block!important}.login .input-group input,.register .input-group input{width:100%!important;height:44px!important;padding:0 12px 0 44px!important;font-size:14px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#f8fafccc!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-sizing:border-box!important;-webkit-appearance:none!important;appearance:none!important;font-weight:500!important}.login .input-group input::placeholder,.register .input-group input::placeholder{color:#94a3b8!important;font-weight:500!important;font-size:13px!important}.login .input-group input:focus,.register .input-group input:focus{outline:none!important;border-color:#6366f1!important;background:#fff!important;box-shadow:0 0 0 1px #6366f11a!important}.login .input-icon,.register .input-icon{position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-50%)!important;font-size:1rem!important;z-index:2!important;opacity:.7!important;transition:all .3s ease!important;pointer-events:none!important}.login .input-group:focus-within .input-icon,.register .input-group:focus-within .input-icon{opacity:1!important;color:#6366f1!important;transform:translateY(-50%) scale(1)!important}.login .auth-btn,.register .auth-btn{width:100%!important;height:44px!important;padding:0 12px!important;font-size:14px!important;font-weight:700!important;border:none!important;border-radius:8px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;color:#fff!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #6366f14d!important;position:relative!important;overflow:hidden!important;margin-top:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}}@media(max-width:480px){.login .input-group,.register .input-group{margin-bottom:6px!important}.login .input-group input,.register .input-group input{height:40px!important;padding:0 10px 0 40px!important;font-size:13px!important;border-radius:6px!important}.login .input-group input::placeholder,.register .input-group input::placeholder{font-size:12px!important}.login .input-icon,.register .input-icon{left:12px!important;font-size:.9rem!important}.login .auth-btn,.register .auth-btn{height:40px!important;font-size:13px!important;margin-top:10px!important;border-radius:6px!important}}@media screen and (max-width:768px){body .login-container .login .input-group,body .register-container .register .input-group{margin-bottom:12px!important;position:relative!important;text-align:left!important;width:100%!important;display:block!important;align-items:unset!important}body .login-container .login .input-group input,body .register-container .register .input-group input{width:95%!important;height:44px!important;padding:0 12px 0 44px!important;font-size:16px!important;border:2px solid #e2e8f0!important;border-radius:22px!important;background:#fafbfc!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-sizing:border-box!important;-webkit-appearance:none!important;appearance:none!important;font-weight:500!important;outline:none!important;margin:0 auto!important}body .login-container .login .input-group input::placeholder,body .register-container .register .input-group input::placeholder{color:#94a3b8!important;font-weight:500!important;font-size:14px!important}body .login-container .login .input-group input:focus,body .register-container .register .input-group input:focus{outline:none!important;border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61a!important;transform:none!important}body .login-container .login .input-icon,body .register-container .register .input-icon{position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-50%)!important;font-size:1.1rem!important;z-index:10!important;opacity:.7!important;transition:all .3s ease!important;pointer-events:none!important;color:#6b7280!important}body .login-container .login .input-group:focus-within .input-icon,body .register-container .register .input-group:focus-within .input-icon{opacity:1!important;color:#3b82f6!important;transform:translateY(-50%) scale(1)!important}body .login-container .login .auth-btn,body .register-container .register .auth-btn{width:100%!important;height:48px!important;padding:0 16px!important;font-size:16px!important;font-weight:700!important;border:none!important;border-radius:12px!important;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 16px #3b82f666!important;position:relative!important;overflow:hidden!important;margin-top:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}}@media screen and (max-width:480px){body .login-container .login .input-group,body .register-container .register .input-group{margin-bottom:10px!important}body .login-container .login .input-group input,body .register-container .register .input-group input{width:95%!important;height:40px!important;padding:0 10px 0 40px!important;font-size:16px!important;border-radius:20px!important;margin:0 auto!important}body .login-container .login .input-group input::placeholder,body .register-container .register .input-group input::placeholder{font-size:14px!important}body .login-container .login .input-icon,body .register-container .register .input-icon{left:12px!important;font-size:1rem!important}body .login-container .login .auth-btn,body .register-container .register .auth-btn{height:44px!important;font-size:15px!important;margin-top:16px!important;border-radius:10px!important}}@media screen and (max-width:768px){body .login-container .login .auth-btn:hover,body .register-container .register .auth-btn:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #3b82f680!important}body .login-container .login .auth-btn:active,body .register-container .register .auth-btn:active{transform:translateY(0)!important;box-shadow:0 2px 8px #3b82f64d!important}body .login-container .login form,body .register-container .register form{display:flex!important;flex-direction:column!important;gap:0!important;width:100%!important}body .login-container .login .error-message,body .register-container .register .error-message{margin-top:12px!important;padding:10px 12px!important;border-radius:8px!important;font-size:14px!important}body .login-container .login .auth-subtitle,body .register-container .register .auth-subtitle{margin-bottom:16px!important;font-size:14px!important;line-height:1.4!important}body .login-container .login h2,body .register-container .register h2{margin:8px 0 4px!important;font-size:1.4rem!important;line-height:1.3!important}}@media screen and (max-width:480px){body .login-container .login .auth-subtitle,body .register-container .register .auth-subtitle{margin-bottom:14px!important;font-size:13px!important}body .login-container .login h2,body .register-container .register h2{font-size:1.3rem!important}body .login-container .login .error-message,body .register-container .register .error-message{margin-top:10px!important;padding:8px 10px!important;font-size:13px!important}}@media screen and (max-width:768px){body .login-container .login,body .register-container .register{min-height:500px!important;padding:36px 24px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important}body .login-container .login .auth-logo-wrapper,body .register-container .register .auth-logo-wrapper{margin-bottom:16px!important}body .login-container .login h2,body .register-container .register h2{margin:12px 0 8px!important}body .login-container .login .auth-subtitle,body .register-container .register .auth-subtitle{margin-bottom:24px!important}body .login-container .login form,body .register-container .register form{width:100%!important;flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:0!important}body .login-container .login .input-group,body .register-container .register .input-group{margin-bottom:16px!important}body .login-container .login .auth-btn,body .register-container .register .auth-btn{margin-top:24px!important;height:52px!important;font-size:17px!important}}@media screen and (max-width:480px){body .login-container .login,body .register-container .register{min-height:460px!important;padding:32px 20px!important}body .login-container .login .auth-logo-wrapper,body .register-container .register .auth-logo-wrapper{margin-bottom:14px!important}body .login-container .login .auth-subtitle,body .register-container .register .auth-subtitle{margin-bottom:20px!important}body .login-container .login .input-group,body .register-container .register .input-group{margin-bottom:14px!important}body .login-container .login .auth-btn,body .register-container .register .auth-btn{margin-top:20px!important;height:48px!important;font-size:16px!important}}@media screen and (max-width:768px){body .login-container .login .input-group,body .register-container .register .input-group{display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;width:100%!important}body .login-container .login .input-icon,body .register-container .register .input-icon{position:absolute!important;left:calc(2.5% + 14px)!important;top:50%!important;transform:translateY(-50%)!important;font-size:1.1rem!important;z-index:10!important;opacity:.7!important;transition:all .3s ease!important;pointer-events:none!important;color:#6b7280!important}}@media screen and (max-width:480px){body .login-container .login .input-icon,body .register-container .register .input-icon{left:calc(2.5% + 12px)!important;font-size:1rem!important}}@media(max-width:768px){.client-section [style*="display: grid"]>div,.dashboard [style*="display: grid"]>div{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:16px 12px!important;min-height:120px!important;background:#fff!important;border-radius:16px!important;box-shadow:0 6px 20px #00000014!important;border:1px solid #f1f5f9!important;overflow:hidden!important}.client-section [style*="display: grid"]>div>div[style*="position: absolute"]:first-child,.dashboard [style*="display: grid"]>div>div[style*="position: absolute"]:first-child{position:absolute!important;top:0!important;left:0!important;right:0!important;height:4px!important;border-radius:16px 16px 0 0!important;z-index:1!important}.client-section [style*="display: grid"]>div>div[style*=fontSize]:not([style*="position: absolute"]),.dashboard [style*="display: grid"]>div>div[style*=fontSize]:not([style*="position: absolute"]){position:relative!important;z-index:2!important;margin:0!important;text-align:center!important;width:100%!important}.client-section [style*="display: grid"]>div>div[style*="fontSize: '2.5rem'"],.client-section [style*="display: grid"]>div>div[style*="fontSize: '2.2rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '2.5rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '2.2rem'"]{font-size:2.2rem!important;font-weight:800!important;line-height:1!important;margin:8px 0 6px!important;text-align:center!important}.client-section [style*="display: grid"]>div>div[style*="fontSize: '0.95rem'"],.client-section [style*="display: grid"]>div>div[style*="fontSize: '0.8rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '0.95rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '0.8rem'"]{font-size:.8rem!important;font-weight:600!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.025em!important;line-height:1.2!important;margin:0!important;text-align:center!important}}@media(max-width:480px){.client-section [style*="display: grid"]>div,.dashboard [style*="display: grid"]>div{padding:12px 8px!important;min-height:100px!important;border-radius:12px!important}.client-section [style*="display: grid"]>div>div[style*="position: absolute"]:first-child,.dashboard [style*="display: grid"]>div>div[style*="position: absolute"]:first-child{height:3px!important;border-radius:12px 12px 0 0!important}.client-section [style*="display: grid"]>div>div[style*="fontSize: '2.2rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '2.2rem'"]{font-size:1.8rem!important;margin:6px 0 4px!important}.client-section [style*="display: grid"]>div>div[style*="fontSize: '0.8rem'"],.dashboard [style*="display: grid"]>div>div[style*="fontSize: '0.8rem'"]{font-size:.7rem!important;line-height:1.1!important}}@media(min-width:769px){.query-list-heading:after,h2.query-list-heading:after{content:""!important;position:absolute!important;bottom:-8px!important;left:50%!important;transform:translate(-50%)!important;width:80px!important;height:3px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border-radius:2px!important;display:block!important;box-shadow:0 1px 3px #3b82f64d!important}.query-list-heading,h2.query-list-heading{position:relative!important;padding-bottom:16px!important;border-bottom:none!important;text-decoration:none!important}div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after{width:80px!important;height:3px!important;bottom:-8px!important}div[style*="justifyContent:space-between"] h2,div[style*="justify-content:space-between"] h2{border-bottom:none!important;text-decoration:none!important}}@media(max-width:768px){.query-list-heading:after,h2.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after,h2[style*="position: relative"]:after,h2[style*=paddingBottom]:after{content:""!important;position:absolute!important;bottom:-8px!important;left:50%!important;transform:translate(-50%)!important;width:60px!important;height:3px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border-radius:2px!important;display:block!important;z-index:1!important}.query-list-heading,h2.query-list-heading,div[style*="justifyContent:space-between"] h2,div[style*="justify-content:space-between"] h2,h2[style*=paddingBottom]{position:relative!important;padding-bottom:16px!important}}@media(max-width:480px){.query-list-heading:after,h2.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after,h2[style*="position: relative"]:after,h2[style*=paddingBottom]:after{width:50px!important;height:2.5px!important;bottom:-7px!important}}@media(max-width:438px){.query-list-heading:after,h2.query-list-heading:after,div[style*="justifyContent:space-between"] h2:after,div[style*="justify-content:space-between"] h2:after,h2[style*="position: relative"]:after,h2[style*=paddingBottom]:after{width:40px!important;height:2px!important;bottom:-6px!important}}:root{--primary-dark: #1B3C53;--primary-medium: #234C6A;--primary-light: #456882;--neutral-light: #E3E3E3;--primary-gradient: linear-gradient(135deg, #1B3C53 0%, #234C6A 50%, #456882 100%);--primary-gradient-reverse: linear-gradient(135deg, #456882 0%, #234C6A 50%, #1B3C53 100%);--primary-shadow: rgba(27, 60, 83, .15);--primary-shadow-hover: rgba(27, 60, 83, .25);--status-success: #456882;--status-warning: #234C6A;--status-error: #1B3C53;--status-info: #456882;--bg-primary: #1B3C53;--bg-secondary: #234C6A;--bg-tertiary: #456882;--bg-light: #E3E3E3;--bg-white: #ffffff;--bg-card: rgba(227, 227, 227, .1)}.dashboard-header{background:var(--primary-gradient)!important;border-bottom:1px solid var(--primary-medium)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}.dashboard-header h1,.header-left h1{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.1)!important}.dashboard-header *{color:#fff!important}.hamburger-btn{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.hamburger-btn:hover{background:#fff3!important;transform:scale(1.05)!important}.user-info{background:var(--primary-light)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 2px 8px var(--primary-shadow)!important}.user-avatar{background:#fff!important;color:var(--primary-dark)!important}.logout-btn{background:linear-gradient(135deg,var(--primary-medium) 0%,var(--primary-dark) 100%)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 2px 8px var(--primary-shadow)!important}.logout-btn:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-medium) 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px var(--primary-shadow-hover)!important}.admin-sidebar{background:var(--primary-gradient)!important;border-right:1px solid var(--primary-medium)!important;box-shadow:4px 0 12px var(--primary-shadow)!important}.sidebar-header{background:var(--primary-dark)!important;border-bottom:1px solid var(--primary-medium)!important}.sidebar-header h3{color:#fff!important}.close-sidebar-btn{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important}.close-sidebar-btn:hover{background:#fff3!important}.sidebar-item{color:#ffffffe6!important;border-left:3px solid transparent!important}.sidebar-item:hover{background:#ffffff1a!important;border-left-color:#fff!important;color:#fff!important}.sidebar-item.active{background:#ffffff26!important;border-left-color:#fff!important;color:#fff!important}.client-section,.solver-section,.admin-section{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}.client-section:before,.solver-section:before,.admin-section:before{background:var(--primary-gradient)!important}.client-section h2,.solver-section h2,.admin-section h2{color:var(--primary-dark)!important;background:var(--primary-gradient)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.dashboard-header h1,.dashboard-header .header-left h1{color:#fff!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:white!important;background-clip:unset!important}.client-stats-grid>div,.dashboard .stat-card{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}.client-stats-grid>div:hover,.dashboard .stat-card:hover{transform:translateY(-4px) scale(1.02)!important;box-shadow:0 8px 24px var(--primary-shadow-hover)!important}.client-stats-grid>div:nth-child(1)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary-medium) 100%)!important}.client-stats-grid>div:nth-child(2)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-medium) 0%,var(--primary-light) 100%)!important}.client-stats-grid>div:nth-child(3)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-light) 0%,var(--primary-medium) 100%)!important}.client-stats-grid>div:nth-child(4)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-medium) 0%,var(--primary-dark) 100%)!important}.client-stats-grid>div:nth-child(5)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-light) 0%,var(--primary-dark) 100%)!important}.client-stats-grid>div:nth-child(6)>div[style*="position: absolute"]{background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary-light) 100%)!important}.client-stats-grid .stat-number{color:var(--primary-dark)!important}.client-stats-grid .stat-label{color:var(--primary-medium)!important}button:not(.mobile-filter-btn):not(.pagination-button){background:var(--primary-gradient)!important;border:1px solid var(--primary-medium)!important;color:#fff!important;box-shadow:0 4px 12px var(--primary-shadow)!important;border-radius:12px!important;padding:10px 16px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important}button:not(.mobile-filter-btn):not(.pagination-button):hover{background:var(--primary-gradient-reverse)!important;transform:translateY(-2px) scale(1.02)!important;box-shadow:0 8px 20px var(--primary-shadow-hover)!important}button:not(.mobile-filter-btn):not(.pagination-button):active{transform:translateY(0) scale(.98)!important;box-shadow:0 2px 8px var(--primary-shadow)!important}.user-info{background:#ffffff26!important;border:2px solid rgba(255,255,255,.3)!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border-radius:25px!important;padding:8px 16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 15px #0000001a!important}.user-info:hover{background:#ffffff40!important;border-color:#ffffff80!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #00000026!important}.logout-btn{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;border:2px solid rgba(255,255,255,.3)!important;border-radius:25px!important;padding:8px 16px!important;color:#fff!important;font-weight:700!important;box-shadow:0 4px 15px #ff6b354d!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.logout-btn:hover{background:linear-gradient(135deg,#f7931e,#ff6b35)!important;transform:translateY(-2px) scale(1.05)!important;box-shadow:0 8px 25px #ff6b3566!important;border-color:#fff9!important}.logout-btn:active{transform:translateY(0) scale(.95)!important;box-shadow:0 2px 10px #ff6b354d!important}.hamburger-btn{background:#ffffff26!important;color:#fff!important;border:2px solid rgba(255,255,255,.3)!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border-radius:12px!important;padding:10px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 12px #0000001a!important}.hamburger-btn:hover{background:#ffffff40!important;transform:scale(1.1) rotate(90deg)!important;border-color:#ffffff80!important;box-shadow:0 6px 18px #00000026!important}.hamburger-btn:active{transform:scale(.95)!important}.mobile-filter-btn{border:2px solid var(--neutral-light)!important;background:#fff!important;color:var(--primary-dark)!important}.mobile-filter-btn[style*="border: 2px solid"]{border-color:var(--primary-medium)!important;background:var(--primary-gradient)!important;color:#fff!important;box-shadow:0 4px 12px var(--primary-shadow)!important}form{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}input,textarea,select{border:2px solid var(--neutral-light)!important;background:#fff!important;color:var(--primary-dark)!important}input:focus,textarea:focus,select:focus{border-color:var(--primary-medium)!important;box-shadow:0 0 0 3px #234c6a1a!important}.query-list-heading:after{background:var(--primary-gradient)!important}.query-card{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 2px 8px var(--primary-shadow)!important}.query-card:hover{border-color:var(--primary-light)!important;box-shadow:0 8px 24px var(--primary-shadow-hover)!important}table{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}thead{background:linear-gradient(135deg,var(--neutral-light) 0%,rgba(227,227,227,.5) 100%)!important}thead th{color:var(--primary-dark)!important;border-right:1px solid var(--neutral-light)!important}tbody tr{border-bottom:1px solid var(--neutral-light)!important}tbody tr:hover{background:#4568820d!important}tbody td{border-right:1px solid var(--neutral-light)!important}div[style*="background: linear-gradient(135deg, #ef4444"]{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-medium) 100%)!important}div[style*="background: linear-gradient(135deg, #8b5cf6"]{background:linear-gradient(135deg,var(--primary-medium) 0%,var(--primary-light) 100%)!important}div[style*="background: linear-gradient(135deg, #f59e0b"]{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-medium) 100%)!important}div[style*="background: linear-gradient(135deg, #3b82f6"]{background:linear-gradient(135deg,var(--primary-medium) 0%,var(--primary-dark) 100%)!important}div[style*="background: linear-gradient(135deg, #10b981"]{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-dark) 100%)!important}.pagination-button{border:1px solid var(--neutral-light)!important;background:#fff!important;color:var(--primary-dark)!important}.pagination-button:hover:not(:disabled){background:#4568821a!important;border-color:var(--primary-light)!important}.pagination-button.active,.pagination-button[style*="background: linear-gradient(135deg, #3b82f6"]{background:var(--primary-gradient)!important;color:#fff!important;box-shadow:0 2px 8px var(--primary-shadow)!important}input[placeholder*=Search]{border:2px solid var(--neutral-light)!important;background:#fff!important}input[placeholder*=Search]:focus{border-color:var(--primary-medium)!important;box-shadow:0 0 0 3px #234c6a1a!important}select{border:2px solid var(--neutral-light)!important;background:#fff!important;color:var(--primary-dark)!important}select:focus{border-color:var(--primary-medium)!important;box-shadow:0 0 0 3px #234c6a1a!important}.dashboard main{background:linear-gradient(135deg,#e3e3e31a,#e3e3e30d)!important}body{background:linear-gradient(135deg,var(--neutral-light) 0%,rgba(227,227,227,.5) 100%)!important}@media(max-width:768px){.dashboard-header{background:var(--primary-gradient)!important}.user-info{background:var(--primary-light)!important}.logout-btn{background:linear-gradient(135deg,var(--primary-medium) 0%,var(--primary-dark) 100%)!important}}.loading-spinner{border-top-color:var(--primary-medium)!important}.error-container{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 4px 12px var(--primary-shadow)!important}.modal{background:#fff!important;border:1px solid var(--neutral-light)!important;box-shadow:0 8px 32px var(--primary-shadow-hover)!important}.modal-header{background:var(--primary-gradient)!important;color:#fff!important}.sidebar-overlay{background:#1b3c5380!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.dashboard .dashboard-header .header-left h1,.dashboard .dashboard-header h1,.dashboard-header .header-left div h1,body .dashboard-header h1,html .dashboard-header h1{color:#fff!important;-webkit-text-fill-color:white!important;background:none!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important;text-shadow:1px 1px 3px rgba(0,0,0,.5)!important;font-weight:700!important}.dashboard-header h1 *{color:#fff!important;-webkit-text-fill-color:white!important}@media(max-width:768px){.dashboard .dashboard-header h1,.dashboard-header h1,body .dashboard-header h1{color:#fff!important;-webkit-text-fill-color:white!important;background:none!important;text-shadow:1px 1px 3px rgba(0,0,0,.5)!important}}@media(max-width:768px){.user-info{background:#fff3!important;border:2px solid rgba(255,255,255,.4)!important;border-radius:20px!important;padding:6px 12px!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.logout-btn{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;border:2px solid rgba(255,255,255,.4)!important;border-radius:20px!important;padding:6px 12px!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.hamburger-btn{background:#fff3!important;border:2px solid rgba(255,255,255,.4)!important;border-radius:10px!important;padding:8px!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.user-info:hover,.logout-btn:hover,.hamburger-btn:hover{transform:translateY(-1px) scale(1.02)!important}}@media(max-width:480px){.user-info,.logout-btn{border-radius:18px!important;padding:5px 10px!important;font-size:.8rem!important}.hamburger-btn{border-radius:8px!important;padding:6px!important}}form button[type=submit],.auth-btn,.btn-primary{background:var(--primary-gradient)!important;border:none!important;border-radius:12px!important;padding:12px 24px!important;color:#fff!important;font-weight:700!important;font-size:1rem!important;box-shadow:0 4px 15px var(--primary-shadow)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.5px!important}form button[type=submit]:hover,.auth-btn:hover,.btn-primary:hover{background:var(--primary-gradient-reverse)!important;transform:translateY(-3px) scale(1.02)!important;box-shadow:0 8px 25px var(--primary-shadow-hover)!important}form button[type=submit]:active,.auth-btn:active,.btn-primary:active{transform:translateY(-1px) scale(.98)!important;box-shadow:0 4px 15px var(--primary-shadow)!important}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:none!important;border-radius:8px!important;padding:8px 16px!important;color:#fff!important;font-weight:600!important;box-shadow:0 3px 10px #ef44444d!important;transition:all .3s ease!important}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #ef444466!important}.btn-success{background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;border-radius:8px!important;padding:8px 16px!important;color:#fff!important;font-weight:600!important;box-shadow:0 3px 10px #10b9814d!important;transition:all .3s ease!important}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #10b98166!important}.dashboard-header button{backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 8px 32px #0000001a!important}.dashboard-header button:hover{background:#fff3!important;border-color:#fff6!important;box-shadow:0 12px 40px #00000026!important}@keyframes buttonPulse{0%{box-shadow:0 0 #1b3c5366}70%{box-shadow:0 0 0 10px #1b3c5300}to{box-shadow:0 0 #1b3c5300}}@keyframes buttonGlow{0%,to{box-shadow:0 4px 15px var(--primary-shadow)}50%{box-shadow:0 6px 25px var(--primary-shadow-hover)}}@keyframes buttonBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}.logout-btn{animation:buttonGlow 3s ease-in-out infinite!important}.auth-btn:hover,form button[type=submit]:hover{animation:buttonPulse 1.5s infinite!important}button:disabled,button[disabled]{background:#9ca3af!important;color:#6b7280!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;animation:none!important}button:disabled:hover,button[disabled]:hover{background:#9ca3af!important;transform:none!important;box-shadow:none!important}.button-loading{position:relative!important;color:transparent!important}.button-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:buttonSpin 1s linear infinite}@keyframes buttonSpin{to{transform:rotate(360deg)}}.btn-group{display:flex;gap:8px;flex-wrap:wrap}.btn-group button{flex:1;min-width:120px}@media(max-width:768px){.btn-group{flex-direction:column}.btn-group button{width:100%;min-width:unset}}.fab{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:var(--primary-gradient)!important;color:#fff;border:none;font-size:24px;box-shadow:0 6px 20px var(--primary-shadow-hover);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.fab:hover{transform:scale(1.1) rotate(90deg);box-shadow:0 8px 30px var(--primary-shadow-hover)}@media(max-width:768px){.fab{bottom:16px;right:16px;width:48px;height:48px;font-size:20px}}.public-reviews-container .reviews-header .reviews-title,.public-reviews-container .reviews-title,.reviews-header .reviews-title,.reviews-title,h2.reviews-title{color:#fff!important;-webkit-text-fill-color:white!important;background:none!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important;text-shadow:2px 2px 6px rgba(0,0,0,.7)!important;font-weight:700!important}.public-reviews-container .reviews-header,.public-reviews-container .reviews-header *,.reviews-header,.reviews-header *{color:#fff!important;-webkit-text-fill-color:white!important}.public-reviews-container .reviews-subtitle,.reviews-subtitle{color:#fffffff2!important;-webkit-text-fill-color:rgba(255,255,255,.95)!important;text-shadow:1px 1px 3px rgba(0,0,0,.6)!important}.public-reviews-container h2,.public-reviews-container .reviews-title{background:none!important;background-image:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:white!important;background-clip:unset!important}@media(max-width:768px){.public-reviews-container .reviews-title,.reviews-title,.reviews-subtitle{color:#fff!important;-webkit-text-fill-color:white!important;text-shadow:2px 2px 6px rgba(0,0,0,.8)!important}}:root{--primary-50: #f0f9ff;--primary-100: #e0f2fe;--primary-200: #bae6fd;--primary-300: #7dd3fc;--primary-400: #38bdf8;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-700: #0369a1;--primary-800: #075985;--primary-900: #0c4a6e;--neutral-50: #fafafa;--neutral-100: #f5f5f5;--neutral-200: #e5e5e5;--neutral-300: #d4d4d4;--neutral-400: #a3a3a3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-800: #262626;--neutral-900: #171717;--success-50: #f0fdf4;--success-500: #22c55e;--success-600: #16a34a;--success-700: #15803d;--warning-50: #fffbeb;--warning-500: #f59e0b;--warning-600: #d97706;--error-50: #fef2f2;--error-500: #ef4444;--error-600: #dc2626;--gradient-primary: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);--gradient-secondary: linear-gradient(135deg, var(--neutral-100) 0%, var(--neutral-200) 100%);--gradient-hero: linear-gradient(135deg, var(--primary-50) 0%, var(--primary-100) 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:.875rem;line-height:1.5;color:var(--neutral-700);background:var(--neutral-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.professional-header{background:#fff;border-bottom:1px solid var(--neutral-200);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.header-container{max-width:1280px;margin:0 auto;padding:0 var(--space-6);display:flex;align-items:center;justify-content:space-between;height:4rem}.header-logo{font-size:1.25rem;font-weight:700;color:var(--primary-700);text-decoration:none;display:flex;align-items:center;gap:var(--space-2)}.header-nav{display:flex;align-items:center;gap:var(--space-6)}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.professional-sidebar{width:280px;height:100vh;background:#fff;border-right:1px solid var(--neutral-200);position:fixed;left:0;top:0;z-index:40;transform:translate(-100%);transition:transform var(--transition-normal);box-shadow:var(--shadow-lg)}.professional-sidebar.open{transform:translate(0)}.sidebar-header{padding:var(--space-6);border-bottom:1px solid var(--neutral-200);background:var(--gradient-hero)}.sidebar-title{font-size:1.125rem;font-weight:600;color:var(--neutral-800);margin:0}.sidebar-nav{padding:var(--space-4)}.sidebar-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);color:var(--neutral-600);text-decoration:none;font-weight:500;transition:all var(--transition-fast);margin-bottom:var(--space-1);border:none;background:none;width:100%;cursor:pointer;font-size:.875rem}.sidebar-item:hover{background:var(--primary-50);color:var(--primary-700)}.sidebar-item.active{background:var(--primary-100);color:var(--primary-700);font-weight:600}.sidebar-icon{font-size:1.25rem;width:1.25rem;text-align:center}.professional-main{margin-left:0;min-height:100vh;background:var(--neutral-50);transition:margin-left var(--transition-normal)}.professional-main.with-sidebar{margin-left:280px}.main-container{max-width:1280px;margin:0 auto;padding:var(--space-8) var(--space-6)}.professional-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--neutral-200);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-fast)}.professional-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.card-header{padding:var(--space-6);border-bottom:1px solid var(--neutral-200);background:var(--gradient-hero)}.card-title{font-size:1.25rem;font-weight:600;color:var(--neutral-800);margin:0;display:flex;align-items:center;gap:var(--space-2)}.card-subtitle{font-size:.875rem;color:var(--neutral-500);margin:var(--space-1) 0 0 0}.card-content{padding:var(--space-6)}.card-footer{padding:var(--space-4) var(--space-6);border-top:1px solid var(--neutral-200);background:var(--neutral-50);display:flex;justify-content:space-between;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);font-weight:500;font-size:.875rem;line-height:1;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);position:relative;overflow:hidden}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--neutral-700);border-color:var(--neutral-300)}.btn-secondary:hover{background:var(--neutral-50);border-color:var(--neutral-400)}.btn-success{background:var(--success-500);color:#fff}.btn-success:hover{background:var(--success-600)}.btn-warning{background:var(--warning-500);color:#fff}.btn-warning:hover{background:var(--warning-600)}.btn-error{background:var(--error-500);color:#fff}.btn-error:hover{background:var(--error-600)}.btn-ghost{background:transparent;color:var(--neutral-600)}.btn-ghost:hover{background:var(--neutral-100);color:var(--neutral-700)}.btn-sm{padding:var(--space-2) var(--space-3);font-size:.75rem}.btn-lg{padding:var(--space-4) var(--space-6);font-size:1rem}.btn-xl{padding:var(--space-5) var(--space-8);font-size:1.125rem}.form-group{margin-bottom:var(--space-5)}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--neutral-700);margin-bottom:var(--space-2)}.form-input{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--neutral-300);border-radius:var(--radius-lg);font-size:.875rem;background:#fff;transition:all var(--transition-fast)}.form-input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100)}.form-input:invalid{border-color:var(--error-500)}.form-input:invalid:focus{box-shadow:0 0 0 3px var(--error-50)}.form-textarea{resize:vertical;min-height:100px}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right var(--space-3) center;background-repeat:no-repeat;background-size:1rem;padding-right:var(--space-10)}.professional-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.professional-table th{background:var(--neutral-50);padding:var(--space-4) var(--space-6);text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-500);border-bottom:1px solid var(--neutral-200)}.professional-table td{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--neutral-100);font-size:.875rem}.professional-table tbody tr:hover{background:var(--neutral-50)}.professional-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.status-success{background:var(--success-50);color:var(--success-700)}.status-warning{background:var(--warning-50);color:var(--warning-600)}.status-error{background:var(--error-50);color:var(--error-600)}.status-info{background:var(--primary-50);color:var(--primary-700)}.status-neutral{background:var(--neutral-100);color:var(--neutral-600)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6);margin-bottom:var(--space-8)}.stat-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--neutral-200);padding:var(--space-6);box-shadow:var(--shadow-sm);transition:all var(--transition-fast)}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.stat-title{font-size:.875rem;font-weight:500;color:var(--neutral-500);text-transform:uppercase;letter-spacing:.05em}.stat-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:var(--primary-100);color:var(--primary-600)}.stat-value{font-size:2rem;font-weight:700;color:var(--neutral-800);line-height:1;margin-bottom:var(--space-2)}.stat-change{display:flex;align-items:center;gap:var(--space-1);font-size:.75rem;font-weight:500}.stat-change.positive{color:var(--success-600)}.stat-change.negative{color:var(--error-600)}@media(max-width:768px){.professional-main.with-sidebar{margin-left:0}.professional-sidebar{width:100%;transform:translate(-100%)}.header-container{padding:0 var(--space-4)}.main-container{padding:var(--space-6) var(--space-4)}.stats-grid{grid-template-columns:1fr;gap:var(--space-4)}.card-header,.card-content,.card-footer{padding:var(--space-4)}.professional-table th,.professional-table td{padding:var(--space-3) var(--space-4)}}@media(max-width:480px){.header-container{height:3.5rem;padding:0 var(--space-3)}.main-container{padding:var(--space-4) var(--space-3)}.btn{padding:var(--space-2) var(--space-3);font-size:.75rem}.stat-value{font-size:1.5rem}.stat-icon{width:2rem;height:2rem;font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-in{animation:slideIn .5s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-primary{color:var(--primary-600)}.text-success{color:var(--success-600)}.text-warning{color:var(--warning-600)}.text-error{color:var(--error-600)}.text-neutral{color:var(--neutral-600)}.bg-primary{background-color:var(--primary-500)}.bg-success{background-color:var(--success-500)}.bg-warning{background-color:var(--warning-500)}.bg-error{background-color:var(--error-500)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.mb-2{margin-bottom:var(--space-2)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.block{display:block}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.w-full{width:100%}.h-full{height:100%}.transition{transition:all var(--transition-fast)}.transition-normal{transition:all var(--transition-normal)}.transition-slow{transition:all var(--transition-slow)}.admin-sidebar .sidebar-item{position:relative;padding:16px 20px!important;font-weight:500;letter-spacing:.025em;text-transform:none;border-left:3px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:12px;border-radius:0 12px 12px 0;margin:4px 8px 4px 0;font-size:.9rem}.admin-sidebar .sidebar-item:hover{background:#ffffff26!important;border-left-color:#fffc!important;transform:translate(4px);box-shadow:0 4px 12px #0000001a}.admin-sidebar .sidebar-item.active{background:#fff3!important;border-left-color:#fff!important;font-weight:600;transform:translate(6px);box-shadow:0 6px 16px #00000026}.admin-sidebar .sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;opacity:.8;transition:all .3s ease}.admin-sidebar .sidebar-item:hover .sidebar-icon,.admin-sidebar .sidebar-item.active .sidebar-icon{opacity:1;transform:scale(1.1)}.admin-sidebar .sidebar-icon svg{width:20px;height:20px;stroke-width:2;transition:all .3s ease}.admin-sidebar .sidebar-item:hover .sidebar-icon svg,.admin-sidebar .sidebar-item.active .sidebar-icon svg{stroke-width:2.5}.admin-sidebar .sidebar-header{background:linear-gradient(135deg,#0000001a,#0000000d)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding:24px 20px!important}.admin-sidebar .sidebar-header h3{color:#fff!important;font-size:1.25rem;font-weight:700;margin:0;display:flex;align-items:center;gap:12px}.admin-sidebar .sidebar-header h3:before{content:"";width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 12px #ffffff80}.admin-sidebar .close-sidebar-btn{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;transition:all .3s ease}.admin-sidebar .close-sidebar-btn:hover{background:#fff3!important;transform:scale(1.1)}.admin-sidebar .sidebar-nav{padding:20px 0}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.admin-sidebar .sidebar-item{animation:slideInFromLeft .3s ease-out}.admin-sidebar .sidebar-item:nth-child(1){animation-delay:.1s}.admin-sidebar .sidebar-item:nth-child(2){animation-delay:.15s}.admin-sidebar .sidebar-item:nth-child(3){animation-delay:.2s}.admin-sidebar .sidebar-item:nth-child(4){animation-delay:.25s}.admin-sidebar .sidebar-item:nth-child(5){animation-delay:.3s}.admin-sidebar .sidebar-item:nth-child(6){animation-delay:.35s}.admin-sidebar .sidebar-item:nth-child(7){animation-delay:.4s}.admin-sidebar .sidebar-item:nth-child(8){animation-delay:.45s}@media(max-width:768px){.admin-sidebar .sidebar-item{padding:18px 20px!important;font-size:1rem;gap:16px}.admin-sidebar .sidebar-icon{width:28px;height:28px}.admin-sidebar .sidebar-icon svg{width:24px;height:24px}.admin-sidebar .sidebar-header{padding:20px!important}.admin-sidebar .sidebar-header h3{font-size:1.1rem}}.sidebar-overlay{background:#00000080!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;transition:all .3s ease!important}.admin-sidebar{box-shadow:4px 0 20px #00000026!important}.admin-sidebar .sidebar-item+.sidebar-item{position:relative}.admin-sidebar .sidebar-item+.sidebar-item:before{content:"";position:absolute;top:0;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.hamburger-btn svg{transition:all .3s ease}.hamburger-btn:hover svg{transform:scale(1.1)}.logout-btn svg{transition:all .3s ease}.logout-btn:hover svg{transform:translate(2px)}.search-input-container{position:relative;display:flex;align-items:center}.search-input-container svg{transition:all .3s ease}.search-input-container:focus-within svg{color:#3b82f6;transform:scale(1.1)}.status-badge{position:relative;overflow:hidden}.status-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.status-badge:hover:before{left:100%}.professional-table tbody tr{transition:all .2s ease}.professional-table tbody tr:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateY(-1px);box-shadow:0 4px 8px #0000000d}.professional-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.professional-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.loading-spinner{position:relative}.loading-spinner:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.form-input:focus{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626!important}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#64748b;margin-bottom:16px}.breadcrumb-item{display:flex;align-items:center;gap:4px}.breadcrumb-separator{color:#cbd5e1}.tooltip{position:relative;display:inline-block}.tooltip:before{content:attr(data-tooltip);position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.tooltip:after{content:"";position:absolute;bottom:115%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937;opacity:0;visibility:hidden;transition:all .3s ease}.tooltip:hover:before,.tooltip:hover:after{opacity:1;visibility:visible}.notification-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.gradient-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.gradient-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.gradient-error{background:linear-gradient(135deg,#ef4444,#dc2626)}.interactive-element{transition:all .2s cubic-bezier(.4,0,.2,1)}.interactive-element:hover{transform:translateY(-1px)}.interactive-element:active{transform:translateY(0)}.focus-ring:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:6px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8,#64748b)}::-webkit-scrollbar-corner{background:#f1f5f9}
