*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}#root{width:100%;height:100vh;overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:#667eea;text-decoration:none}a:hover{color:#764ba2}button{font-family:inherit;cursor:pointer}button:focus-visible{outline:2px solid #667eea;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #667eea;outline-offset:2px}.login-main{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px;overflow-y:auto;box-sizing:border-box}.login-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:450px;margin:auto}.login-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;width:100%;text-align:center}.logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.logo-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.logo-placeholder h1{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.logo-container h2{color:#1a1a1a;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.subtitle{color:#666;font-size:.9rem;margin:0}.login-form{display:flex;flex-direction:column;text-align:left;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.9rem;color:#333;margin-bottom:.25rem}.login-form input{padding:.75rem 1rem;font-size:.95rem;color:#333;border:1.5px solid #e0e0e0;border-radius:8px;transition:all .3s ease;width:100%;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.login-form input::placeholder{color:#999}.input-error{border-color:#ef4444!important}.input-error:focus{box-shadow:0 0 0 3px #ef44441a!important}.error-message{color:#ef4444;font-size:.8rem;margin-top:.25rem;display:block}.password-container{position:relative;display:flex;align-items:center}.password-container input{padding-right:3rem}.toggle-password{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:#666;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.toggle-password:hover{color:#333}.toggle-password:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.form-options{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-password{color:#667eea;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.forgot-password:hover{color:#764ba2;text-decoration:underline}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;width:100%;margin-top:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.back-to-email-btn{background:transparent;border:none;color:#667eea;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;display:flex;align-items:center;gap:.25rem;transition:color .2s ease;align-self:flex-start}.back-to-email-btn:hover{color:#764ba2;text-decoration:underline}.back-to-email-btn:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.welcome-note{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:4px solid #667eea;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;text-align:left}.welcome-note p{margin:0;font-size:1rem;color:#1a1a1a;line-height:1.5}.welcome-note p:first-child{margin-bottom:.25rem}.welcome-note strong{color:#667eea;font-weight:600}.welcome-note .welcome-subtitle{font-size:.875rem;color:#666;font-weight:400}.signup-link{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#666}.signup-link a{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.signup-link a:hover{color:#764ba2;text-decoration:underline}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:#f5f7fa}.loading-text{font-size:1.25rem;color:#667eea;font-weight:500}@media(max-width:768px){.login-main{padding:15px}.login-card{padding:2rem 1.5rem;border-radius:10px}.logo-container h2{font-size:1.5rem}.subtitle{font-size:.85rem}.login-form{gap:1rem}.login-form input{padding:.65rem .875rem;font-size:.9rem}.login-btn{padding:.75rem;font-size:.95rem}}@media(max-width:480px){.login-main{padding:10px}.login-card{padding:1.75rem 1.25rem}.logo-placeholder{width:70px;height:70px}.logo-placeholder h1{font-size:1rem}.logo-container h2{font-size:1.35rem}.subtitle{font-size:.8rem}.login-form label{font-size:.85rem}.login-form input{padding:.6rem .75rem;font-size:.875rem}.login-btn{padding:.7rem;font-size:.9rem}.signup-link{font-size:.85rem}}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.forgot-password-modal .form-group{margin-bottom:0}.forgot-password-modal input{padding:.75rem 1rem;font-size:.95rem;color:#333;border:1.5px solid #e0e0e0;border-radius:8px;transition:all .3s ease;width:100%;box-sizing:border-box}.forgot-password-modal input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.forgot-password-modal label{font-weight:500;font-size:.9rem;color:#333;margin-bottom:.5rem;display:block}@media(prefers-reduced-motion:reduce){.login-btn,.forgot-password,.signup-link a,.toggle-password,.login-form input,.modal-overlay,.modal{transition:none;animation:none}}@media(prefers-contrast:high){.login-card{border:2px solid #333}.login-form input{border-width:2px}.modal{border:2px solid #333}}.success-modal .success-icon{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:scaleIn .4s ease-out}.success-modal .success-icon svg{stroke:#10b981;stroke-linecap:round;stroke-linejoin:round}.success-modal .modal-body p{text-align:center;color:#374151;font-size:15px;line-height:1.6;margin:0;font-weight:500}.success-modal .modal-footer{display:flex;justify-content:center;gap:10px}.success-modal .btn,.success-modal .btn-success{background-color:#10b981;color:#fff;border:none;padding:12px 32px;border-radius:6px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #10b98133}.success-modal .btn-success:hover{background-color:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.success-modal .btn-success:active{transform:scale(.98);box-shadow:0 1px 4px #10b98133}.error-modal .error-icon{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:scaleIn .4s ease-out}.error-modal .error-icon svg{stroke:#dc3545;stroke-linecap:round;stroke-linejoin:round}.error-modal .modal-body p{text-align:center;color:#374151;font-size:14px;line-height:1.5;margin:0}.error-modal .modal-footer{display:flex;justify-content:center;gap:10px}.error-modal .btn,.error-modal .btn-primary{background-color:#dc3545;color:#fff;border:none;padding:10px 30px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.error-modal .btn-primary:hover{background-color:#c82333}.error-modal .btn-primary:active{transform:scale(.98)}.register-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;overflow-y:auto;box-sizing:border-box}.register-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;width:100%;max-width:480px;margin:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-header{text-align:center;margin-bottom:32px}.register-header h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.register-header p{font-size:14px;color:#666;margin:0}.welcome-note{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:4px solid #667eea;border-radius:8px;padding:16px 20px;margin-bottom:24px;text-align:center}.welcome-note p{margin:0;font-size:16px;color:#1a1a1a;line-height:1.5}.welcome-note p:first-child{margin-bottom:4px}.welcome-note strong{color:#667eea;font-weight:700}.welcome-note .welcome-subtitle{font-size:13px;color:#666;font-weight:400}.register-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding:12px 45px 12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;transition:all .2s;outline:none;box-sizing:border-box}.password-input-wrapper input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input-wrapper input.error{border-color:#ef4444}.password-input-wrapper input.error:focus{box-shadow:0 0 0 3px #ef44441a}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#666;transition:color .2s}.password-toggle:hover{color:#667eea}.password-toggle:focus{outline:2px solid #667eea;outline-offset:2px;border-radius:4px}.error-message{font-size:13px;color:#ef4444;margin-top:4px;display:block}.password-requirements{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:4px}.password-requirements .requirements-title{font-size:13px;font-weight:600;color:#333;margin:0 0 12px}.password-requirements ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.password-requirements li{font-size:13px;color:#666;padding-left:24px;position:relative;transition:color .2s}.password-requirements li:before{content:"○";position:absolute;left:0;color:#cbd5e1;font-weight:700;transition:all .2s}.password-requirements li.valid{color:#10b981;font-weight:500}.password-requirements li.valid:before{content:"✓";color:#10b981}.form-actions{display:flex;flex-direction:column;gap:12px;margin-top:8px}.submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.submit-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.submit-button:focus{outline:3px solid rgba(102,126,234,.3);outline-offset:2px}.back-button{width:100%;padding:14px;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover{background:#f8fafc;border-color:#764ba2;color:#764ba2}.back-button:active{background:#f1f5f9}.back-button:focus{outline:3px solid rgba(102,126,234,.3);outline-offset:2px}@media(max-width:768px){.register-card{padding:32px 24px;max-width:100%}.register-header h2{font-size:24px}.password-requirements{padding:14px}.password-requirements li{font-size:12px}}@media(max-width:480px){.register-container{padding:16px}.register-card{padding:24px 20px}.register-header h2{font-size:22px}.register-header p{font-size:13px}.password-input-wrapper input{padding:10px 40px 10px 14px;font-size:14px}.submit-button,.back-button{padding:12px;font-size:15px}.password-requirements{padding:12px}.password-requirements .requirements-title{font-size:12px}.password-requirements li{font-size:11px;padding-left:20px}}.intercept-popup{position:fixed;width:100%;height:100%;z-index:2;inset:0;margin:auto;background-color:#00000080;place-content:center;animation-duration:.5s;animation-name:openPopup;transition:opacity .5s}@keyframes openPopup{0%{opacity:0}to{opacity:1}}.noMinHight{min-height:0!important}.loading-dots-table{display:flex;justify-content:center;align-items:center;font-size:24px;min-height:300px}.loading-dots-table span{animation:blink 1.4s infinite both;padding:0 5px}.loading-dots-table span:nth-child(2){animation-delay:.2s}.loading-dots-table span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.authenticate-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.authenticate-card{background:#fff;border-radius:20px;padding:60px 40px;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:400px;width:100%;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-animation{position:relative;display:flex;align-items:center;justify-content:center;height:120px;margin-bottom:30px}.spinner-container{position:relative;width:80px;height:80px}.spinner{position:absolute;width:100%;height:100%;border:4px solid rgba(102,126,234,.2);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.spinner-inner{position:absolute;width:60px;height:60px;top:10px;left:10px;border:3px solid rgba(118,75,162,.2);border-bottom:3px solid #764ba2;border-radius:50%;animation:spin 1.5s linear infinite reverse}.pulse-ring{position:absolute;width:100px;height:100px;border:2px solid rgba(102,126,234,.4);border-radius:50%;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:scale(.8);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1.5);opacity:0}}.authenticate-card h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 20px;animation:fadeIn .5s ease-in}.error-text{color:#ef4444!important}.status-dots{display:flex;justify-content:center;gap:8px}.dot{width:8px;height:8px;background:#667eea;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{transform:scale(1);opacity:.7}30%{transform:scale(1.4);opacity:1}}.error-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;animation:scaleIn .4s ease-out}.error-icon svg{stroke:#ef4444;stroke-linecap:round;stroke-linejoin:round}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.authenticate-card{padding:40px 30px}.auth-animation{height:100px}.spinner-container{width:60px;height:60px}.spinner-inner{width:45px;height:45px;top:7.5px;left:7.5px}.authenticate-card h2{font-size:18px}}@media(prefers-reduced-motion:reduce){.spinner,.spinner-inner,.pulse-ring,.dot,.authenticate-card{animation:none}}.top-navbar{position:fixed;top:0;left:0;right:0;width:100%;height:60px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000;box-shadow:0 1px 3px #0000000d}.navbar-left{display:flex;align-items:center;gap:16px}.menu-toggle-btn{width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#4b5563;transition:all .2s ease}.menu-toggle-btn:hover{background-color:#f3f4f6;color:#1f2937}.menu-toggle-btn:active{transform:scale(.95)}.company-brand{display:flex;align-items:center;gap:12px}.company-logo,.company-logo-placeholder{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center}.company-logo-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.company-logo{object-fit:contain}.company-name{font-size:18px;font-weight:600;color:#1f2937;white-space:nowrap}.navbar-right{display:flex;align-items:center;gap:12px}.icon-btn{position:relative;width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#4b5563;transition:all .2s ease}.notification-badge{position:absolute;top:6px;right:6px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.profile-section{position:relative;margin-left:8px}.profile-btn{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background-color .2s ease}.profile-btn:hover{background-color:#f3f4f6}.profile-avatar,.profile-avatar-placeholder{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar{object-fit:cover}.profile-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:14px}.profile-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.profile-name{font-size:14px;font-weight:600;color:#1f2937;line-height:1.2}.profile-designation{font-size:12px;color:#6b7280;line-height:1.2}.dropdown-arrow{color:#6b7280;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:240px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1001;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:16px}.dropdown-user-info{display:flex;flex-direction:column;gap:2px}.dropdown-name{font-size:14px;font-weight:600;color:#1f2937;margin:0}.dropdown-designation{font-size:12px;color:#6b7280;margin:0}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:0}.dropdown-menu{list-style:none;padding:8px;margin:0}.dropdown-menu li{margin:2px 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#374151;border-radius:6px;transition:all .2s ease;text-align:left}.dropdown-item:hover{background-color:#f3f4f6;color:#1f2937}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background-color:#fef2f2;color:#dc2626}.dropdown-item svg{flex-shrink:0}@media(max-width:1024px){.top-navbar{padding:0 16px}.company-name{font-size:16px}.navbar-right{gap:8px}.profile-info{display:none}.profile-btn{padding:6px}}@media(max-width:768px){.top-navbar{height:56px;padding:0 12px}.navbar-left{gap:12px}.company-logo,.company-logo-placeholder{width:28px;height:28px}.company-name{font-size:15px}.icon-btn{width:36px;height:36px}.profile-avatar,.profile-avatar-placeholder{width:32px;height:32px}.settings-btn{display:none}.profile-dropdown{right:-12px;width:220px}}@media(max-width:480px){.company-name{display:none}.navbar-right{gap:4px}.notification-btn{display:none}}@media(prefers-color-scheme:dark){.top-navbar{background-color:#1f2937;border-bottom-color:#374151}.company-name,.profile-name,.dropdown-name{color:#f9fafb}.profile-designation,.dropdown-designation,.menu-toggle-btn,.icon-btn{color:#9ca3af}.menu-toggle-btn:hover,.icon-btn:hover{background-color:#374151;color:#f9fafb}.profile-btn:hover{background-color:#374151}.profile-dropdown{background-color:#1f2937;border-color:#374151}.dropdown-divider{background-color:#374151}.dropdown-item{color:#d1d5db}.dropdown-item:hover{background-color:#374151;color:#f9fafb}.dropdown-item.logout:hover{background-color:#7f1d1d}}.side-navbar{position:fixed;left:0;top:60px;bottom:0;width:250px;background-color:#fff;border-right:1px solid #e5e7eb;transition:width .3s ease,transform .3s ease;overflow-x:hidden;overflow-y:auto;z-index:999;box-shadow:2px 0 5px #00000005}.side-navbar.collapsed{width:70px}.sidebar-nav{padding:16px 0}.menu-list{list-style:none;margin:0;padding:0}.menu-item{margin:4px 0}.menu-link{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#4b5563;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;position:relative;border-left:3px solid transparent}.menu-link:hover{background-color:#f3f4f6;color:#1f2937}.menu-link.active{background-color:#eff6ff;color:#2563eb;border-left-color:#2563eb}.menu-link.active .menu-icon{color:#2563eb}.menu-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.menu-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-navbar.collapsed .menu-label{display:none}.side-navbar.collapsed .menu-link{justify-content:center;padding:12px 0}.submenu-arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0}.submenu-arrow.open{transform:rotate(180deg)}.side-navbar.collapsed .submenu-arrow{display:none}.submenu{list-style:none;padding:4px 0;background-color:#f9fafb;border-left:2px solid #e5e7eb;margin:0 0 0 32px}.submenu li{margin:2px 0}.submenu-link{display:flex;align-items:center;gap:10px;padding:10px 20px 10px 16px;text-decoration:none;color:#6b7280;font-size:13px;font-weight:500;transition:all .2s ease;position:relative}.submenu-link:hover{background-color:#f3f4f6;color:#1f2937}.submenu-link.active{background-color:#eff6ff;color:#2563eb}.submenu-dot{width:6px;height:6px;border-radius:50%;background-color:#d1d5db;flex-shrink:0}.submenu-link.active .submenu-dot{background-color:#2563eb}.submenu-link:hover .submenu-dot{background-color:#9ca3af}.menu-item.has-submenu .menu-link.expanded{background-color:#f9fafb}.side-navbar.collapsed .menu-link{position:relative}.side-navbar.collapsed .menu-link:after{content:attr(title);position:absolute;left:100%;top:50%;transform:translateY(-50%);background-color:#1f2937;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;margin-left:10px;z-index:1000}.side-navbar.collapsed .menu-link:hover:after{opacity:1}.side-navbar::-webkit-scrollbar{width:6px}.side-navbar::-webkit-scrollbar-track{background:transparent}.side-navbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.side-navbar::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1024px){.side-navbar{top:60px;width:220px}.side-navbar.collapsed{transform:translate(-100%)}}@media(max-width:768px){.side-navbar{top:56px;width:250px;transform:translate(-100%);box-shadow:none}.side-navbar.expanded{transform:translate(0);box-shadow:4px 0 10px #0000001a}.side-navbar.expanded:before{content:"";position:fixed;inset:56px 0 0 250px;background-color:#00000080;z-index:-1}}@media(max-width:480px){.side-navbar{width:280px;max-width:80vw}.side-navbar.expanded:before{left:280px}}@media(prefers-color-scheme:dark){.side-navbar{background-color:#1f2937;border-right-color:#374151}.menu-link{color:#9ca3af}.menu-link:hover{background-color:#374151;color:#f9fafb}.menu-link.active{background-color:#1e3a8a;color:#60a5fa;border-left-color:#60a5fa}.submenu{background-color:#111827;border-left-color:#374151}.submenu-link{color:#9ca3af}.submenu-link:hover{background-color:#374151;color:#f9fafb}.submenu-link.active{background-color:#1e3a8a;color:#60a5fa}.submenu-dot{background-color:#6b7280}.submenu-link.active .submenu-dot{background-color:#60a5fa}.menu-item.has-submenu .menu-link.expanded{background-color:#111827}.side-navbar::-webkit-scrollbar-thumb{background:#4b5563}.side-navbar::-webkit-scrollbar-thumb:hover{background:#6b7280}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.side-navbar.expanded:before{animation:overlayFadeIn .3s ease}.layout-container{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f5f7fa}.layout-body{display:flex;flex:1;overflow:hidden;margin-top:60px}.main-content{flex:1;overflow-y:auto;padding:20px;transition:margin-left .3s ease,width .3s ease;background-color:#f5f7fa}.main-content.sidebar-expanded{margin-left:250px}.main-content.sidebar-collapsed{margin-left:70px}@media(max-width:1024px){.layout-body{margin-top:60px}.main-content{padding:15px}.main-content.sidebar-expanded{margin-left:220px}.main-content.sidebar-collapsed{margin-left:0}}@media(max-width:768px){.layout-body{margin-top:56px}.main-content{padding:12px;margin-left:0!important}}@media(max-width:480px){.main-content{padding:10px}}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:#f1f1f1}.main-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:#555}.dashboard-home{max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.blue{background-color:#eff6ff;color:#2563eb}.stat-icon.green{background-color:#f0fdf4;color:#16a34a}.stat-icon.orange{background-color:#fff7ed;color:#ea580c}.stat-icon.purple{background-color:#faf5ff;color:#9333ea}.stat-info{flex:1}.stat-info h3{font-size:13px;font-weight:500;color:#6b7280;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px}.stat-change{font-size:12px;margin:0;font-weight:500}.stat-change.positive{color:#16a34a}.stat-change.negative{color:#dc2626}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.content-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.card-header{margin-bottom:20px}.card-header h2{font-size:18px;font-weight:600;color:#1f2937;margin:0}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:flex-start;gap:12px}.activity-icon{width:32px;height:32px;border-radius:8px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#4b5563}.activity-content{flex:1}.activity-title{font-size:14px;font-weight:500;color:#1f2937;margin:0 0 4px}.activity-time{font-size:12px;color:#6b7280;margin:0}.quick-actions{display:flex;flex-direction:column;gap:12px}.action-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.action-btn:hover{background-color:#f3f4f6;border-color:#d1d5db;transform:translate(4px)}.action-btn svg{flex-shrink:0}@media(max-width:1024px){.page-header h1{font-size:24px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{padding:16px}.stat-icon{width:44px;height:44px}.stat-value{font-size:22px}}@media(max-width:768px){.page-header h1{font-size:22px}.page-subtitle{font-size:13px}.stats-grid{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.stat-card{padding:16px}.stat-icon{width:40px;height:40px}.stat-value{font-size:20px}.content-grid{grid-template-columns:1fr;gap:16px}.content-card{padding:20px}.card-header h2{font-size:16px}}@media(max-width:480px){.page-header h1{font-size:20px}.stats-grid{gap:10px}.stat-card{padding:14px;gap:12px}.stat-icon{width:36px;height:36px}.stat-value{font-size:18px}.content-card{padding:16px}.activity-item{gap:10px}.activity-icon{width:28px;height:28px}.action-btn{padding:12px 14px;font-size:13px}}@media(prefers-color-scheme:dark){.page-header h1,.stat-value,.card-header h2,.activity-title{color:#f9fafb}.page-subtitle,.stat-info h3,.activity-time{color:#9ca3af}.stat-card,.content-card{background-color:#1f2937;border-color:#374151}.stat-change.positive{color:#4ade80}.stat-change.negative{color:#f87171}.activity-icon{background-color:#374151;color:#9ca3af}.action-btn{background-color:#374151;border-color:#4b5563;color:#d1d5db}.action-btn:hover{background-color:#4b5563;border-color:#6b7280}}.page-container{max-width:1400px;margin:0 auto}.page-header{margin-bottom:30px}.page-header h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.content-placeholder{background:#fff;border-radius:12px;padding:60px 20px;text-align:center;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.content-placeholder p{font-size:16px;color:#6b7280;margin:0}@media(max-width:768px){.page-header h1{font-size:22px}.page-subtitle{font-size:13px}.content-placeholder{padding:40px 20px}.content-placeholder p{font-size:14px}}@media(prefers-color-scheme:dark){.page-header h1{color:#f9fafb}.page-subtitle{color:#9ca3af}.content-placeholder{background-color:#1f2937;border-color:#374151}.content-placeholder p{color:#9ca3af}}.settings-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.settings-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;bottom:-2px}.settings-tab:hover{color:#4f46e5}.settings-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.settings-content{margin-top:2rem}.configuration-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.configuration-header h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.config-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.config-modal{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s ease-out}.config-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.config-modal-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.config-modal-close-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.config-modal-close-btn:hover{color:#111827}.config-modal-body{margin-bottom:1.5rem}.config-form-group{margin-bottom:1.25rem}.config-form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.config-form-input,.config-form-textarea,.config-form-select{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;font-family:inherit}.config-form-textarea{resize:vertical;min-height:80px}.config-form-input:focus,.config-form-textarea:focus,.config-form-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.config-form-input.error,.config-form-textarea.error,.config-form-select.error{border-color:#ef4444}.config-form-input.error:focus,.config-form-textarea.error:focus,.config-form-select.error:focus{box-shadow:0 0 0 3px #ef44441a}.config-error-message{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem}.config-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.config-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.config-btn-secondary{background-color:#f3f4f6;color:#374151}.config-btn-secondary:hover{background-color:#e5e7eb}.config-btn-primary{background-color:#4f46e5;color:#fff}.config-btn-primary:hover{background-color:#4338ca}.delete-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto;animation:delete-fade-in .2s ease-out}@keyframes delete-fade-in{0%{opacity:0}to{opacity:1}}.delete-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:delete-slide-up .3s ease-out;display:flex;flex-direction:column}@keyframes delete-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.delete-modal-header{display:flex;flex-direction:column;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;position:relative;flex-shrink:0}.delete-warning-icon{width:64px;height:64px;background-color:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.delete-warning-icon svg{color:#dc2626;stroke-width:2}.delete-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827;text-align:center}.delete-modal-close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.delete-modal-close-btn:hover{background-color:#f3f4f6;color:#111827}.delete-modal-body{padding:24px;text-align:center;flex:1 1 auto}.delete-warning-message{font-size:16px;color:#111827;margin:0 0 12px;line-height:1.5}.delete-warning-message strong{color:#dc2626;font-weight:600}.delete-warning-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.delete-modal-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-shrink:0}.delete-btn{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.delete-btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.delete-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.delete-btn-danger{background-color:#dc2626;color:#fff}.delete-btn-danger:hover{background-color:#b91c1c}.delete-btn-danger:active{transform:scale(.98)}@media(max-width:768px){.delete-modal{max-width:100%;margin:20px}.delete-modal-header{padding:20px 20px 16px}.delete-warning-icon{width:56px;height:56px;margin-bottom:12px}.delete-modal-header h2{font-size:18px}.delete-modal-body{padding:20px}.delete-warning-message{font-size:15px}.delete-modal-footer{padding:14px 20px;flex-direction:column-reverse}.delete-btn{width:100%}}@media(max-width:480px){.delete-modal-overlay{padding:12px}.delete-modal{margin:12px}.delete-modal-header{padding:16px 16px 12px}.delete-warning-icon{width:48px;height:48px;margin-bottom:10px}.delete-modal-header h2{font-size:16px}.delete-modal-body{padding:16px}.delete-warning-message{font-size:14px}.delete-warning-description{font-size:13px}.delete-modal-footer{padding:12px 16px}.delete-btn{padding:10px 16px;font-size:13px}}@media(prefers-color-scheme:dark){.delete-modal{background-color:#1f2937}.delete-modal-header{border-bottom-color:#374151}.delete-modal-header h2{color:#f9fafb}.delete-modal-close-btn{color:#9ca3af}.delete-modal-close-btn:hover{background-color:#374151;color:#f9fafb}.delete-warning-message{color:#f9fafb}.delete-warning-description{color:#9ca3af}.delete-modal-footer{background-color:#111827;border-top-color:#374151}.delete-btn-secondary{background-color:#374151;color:#f9fafb;border-color:#4b5563}.delete-btn-secondary:hover{background-color:#4b5563}}@media(prefers-reduced-motion:reduce){.delete-modal-overlay,.delete-modal{animation:none}.delete-btn-danger:active{transform:none}}.no-data-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;text-align:center;min-height:300px}.no-data-found-icon-wrapper{margin-bottom:24px}.no-data-found-icon-circle{width:96px;height:96px;margin:0 auto 16px;background-color:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.no-data-icon{color:#9ca3af;flex-shrink:0}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-data-found-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.no-data-found-description{font-size:14px;color:#6b7280;margin:0 0 24px;max-width:448px;line-height:1.5}.no-data-found-icon-circle:hover{background-color:#e5e7eb;transform:scale(1.05)}@media(max-width:768px){.no-data-found-container{padding:48px 16px}.no-data-found-icon-circle{width:80px;height:80px}.no-data-icon{width:40px;height:40px}.no-data-found-title{font-size:18px}.no-data-found-description{font-size:13px}}@media(max-width:480px){.no-data-found-container{padding:32px 12px;min-height:250px}.no-data-found-icon-circle{width:72px;height:72px;margin-bottom:12px}.no-data-icon{width:36px;height:36px}.no-data-found-title{font-size:16px;margin-bottom:6px}.no-data-found-description{font-size:12px;margin-bottom:16px}}@media(prefers-color-scheme:dark){.no-data-found-icon-circle{background-color:#374151}.no-data-icon{color:#6b7280}.no-data-found-title{color:#f9fafb}.no-data-found-description{color:#9ca3af}.no-data-found-icon-circle:hover{background-color:#4b5563}}@media(prefers-reduced-motion:reduce){.loading-spinner{animation:none}.no-data-found-icon-circle:hover{transform:none}}.clients-page,.client-form-page{padding:24px;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}.header-content h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:active{transform:scale(.98)}.btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.btn svg{flex-shrink:0}.filters-section{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;display:flex;flex-direction:column;gap:16px}.search-bar{position:relative;flex:1}.search-bar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:12px 14px 12px 44px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-controls{display:flex;gap:12px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.filter-select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:150px}.table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.clients-table{width:100%;border-collapse:collapse}.clients-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.clients-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.clients-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.clients-table tbody tr:hover{background-color:#f9fafb}.clients-table tbody tr:last-child{border-bottom:none}.clients-table td{padding:16px;font-size:14px;color:#374151}.client-name-cell{display:flex;align-items:center;gap:12px}.client-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize;border:none;cursor:pointer;transition:all .2s ease}.table-actions{display:flex;gap:8px;align-items:center}.action-btn{padding:8px;border:none;background-color:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-btn:hover{background-color:#f3f4f6}.view-btn:hover{background-color:#dbeafe}.view-btn:hover svg{stroke:#2563eb}.edit-btn:hover{background-color:#fef3c7}.edit-btn:hover svg{stroke:#d97706}.projects-btn:hover{background-color:#ccfbf1}.projects-btn:hover svg{stroke:#0d9488}.subscription-btn:hover{background-color:#ddd6fe}.subscription-btn:hover svg{stroke:#7c3aed}.delete-btn:hover{background-color:#fee2e2}.delete-btn:hover svg{stroke:#dc2626}.action-btn svg{stroke:#6b7280;transition:stroke .2s ease}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px;border-top:1px solid #e5e7eb}.pagination-btn{padding:8px 14px;border:1px solid #d1d5db;background-color:#fff;color:#374151;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.pagination-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.client-form{display:flex;flex-direction:column;gap:24px}.form-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.section-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:16px}.form-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:14px;font-weight:500;color:#374151}.form-input,.form-select{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-input.error,.form-select.error{border-color:#dc2626}.error-message{font-size:12px;color:#dc2626;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}@media(max-width:1024px){.form-row{grid-template-columns:1fr}}@media(max-width:768px){.clients-page,.client-form-page{padding:16px}.page-header{flex-direction:column;gap:16px}.header-content h1{font-size:24px}.btn{width:100%;justify-content:center}.filters-section{padding:16px}.filter-controls{flex-direction:column}.filter-select{width:100%}.clients-table{font-size:13px}.clients-table th,.clients-table td{padding:12px 8px}.table-actions{flex-wrap:wrap}.form-section{padding:20px}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}@media(max-width:480px){.clients-page,.client-form-page{padding:12px}.page-header{padding-bottom:16px}.header-content h1{font-size:20px}.page-subtitle{font-size:13px}.filters-section{padding:12px}.search-input{font-size:13px}.clients-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.form-section{padding:16px}.section-title{font-size:16px}.section-description{font-size:13px}}@media(prefers-color-scheme:dark){.clients-page,.client-form-page{background-color:#111827}.header-content h1,.section-title{color:#f9fafb}.page-subtitle,.section-description{color:#9ca3af}.filters-section,.table-container,.form-section,.form-actions{background-color:#1f2937}.clients-table thead{background-color:#111827}.clients-table tbody tr:hover{background-color:#374151}.clients-table th{color:#9ca3af}.clients-table td{color:#e5e7eb}.search-input,.filter-select,.form-input{background-color:#374151;border-color:#4b5563;color:#f9fafb}.form-label{color:#e5e7eb}.action-btn:hover{background-color:#374151}.pagination-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.pagination-btn:hover:not(:disabled){background-color:#4b5563}}.metrics-section{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;gap:16px;align-items:flex-start;transition:all .3s ease}.metric-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.metric-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-icon.total{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.metric-icon.trial{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.metric-icon.subscribed{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.metric-icon.expired{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff}.metric-content{flex:1;display:flex;flex-direction:column;gap:4px}.metric-value{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1}.metric-label{font-size:13px;color:#6b7280;margin:0;font-weight:500}.metric-change{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;margin-top:4px}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.metric-change svg{width:14px;height:14px}@media(max-width:1200px){.metrics-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.metrics-section{grid-template-columns:1fr}.metric-card{padding:16px}.metric-icon{width:40px;height:40px}.metric-value{font-size:24px}}@media(prefers-reduced-motion:reduce){.btn-primary:active{transform:none}.clients-table tbody tr,.action-btn,.status-badge,.metric-card{transition:none}.metric-card:hover{transform:none}}.roles-page,.role-form-page,.staff-users-page{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.header-content h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}.page-subtitle{font-size:14px;color:#6b7280;margin:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c}.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s ease}.icon-btn:hover{background-color:#f3f4f6;color:#1f2937}.icon-btn.delete-btn:hover{background-color:#fef2f2;color:#dc2626}.roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-bottom:20px}.role-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s ease}.role-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.role-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.role-title-section{flex:1}.role-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.users-badge{display:inline-block;padding:4px 10px;background-color:#eff6ff;color:#2563eb;font-size:12px;font-weight:500;border-radius:12px}.role-actions{display:flex;gap:4px}.role-description{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 16px}.role-meta{display:flex;gap:16px;padding:12px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.meta-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:13px}.meta-item svg{flex-shrink:0}.permissions-preview{display:flex;flex-direction:column;gap:8px}.preview-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.permission-tags{display:flex;flex-wrap:wrap;gap:6px}.permission-tag{padding:4px 10px;background-color:#f3f4f6;color:#374151;font-size:12px;border-radius:6px;text-transform:capitalize;transition:all .2s ease}.permission-disabled{background-color:#f9fafb;color:#9ca3af;opacity:.6;text-decoration:line-through;border:1px solid #e5e7eb;cursor:not-allowed}.role-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:0}.form-section{padding:24px;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.section-description{font-size:14px;color:#6b7280;margin:0 0 20px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.required{color:#dc2626}.form-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;transition:all .2s ease}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input.error{border-color:#dc2626}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.error-message{display:block;color:#dc2626;font-size:13px;margin-top:6px}.error-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px}.permissions-list{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scroll-behavior:smooth}.permissions-list::-webkit-scrollbar{width:6px}.permissions-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.permissions-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.permissions-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.menu-section{position:relative;border:1px solid #e5e7eb;border-radius:8px;overflow:visible;background:#fff;transition:all .3s ease;will-change:transform;z-index:1}.menu-section.expanded{z-index:20;box-shadow:0 4px 16px #0000001f;border-color:#d1d5db}.menu-section:hover{box-shadow:0 2px 8px #0000000d}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;position:relative;z-index:5}.menu-section.expanded .menu-header{border-radius:8px 8px 0 0}.menu-toggle{display:flex;align-items:center;gap:12px;flex:1;cursor:default}.toggle-switch-wrapper{display:flex;align-items:center;cursor:pointer;position:relative}.toggle-switch-wrapper input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.toggle-switch{position:relative;width:44px;height:24px;background-color:#d1d5db;border-radius:12px;transition:all .3s ease;flex-shrink:0}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.toggle-switch-wrapper input[type=checkbox]:checked~.toggle-switch{background-color:#2563eb}.toggle-switch-wrapper input[type=checkbox]:checked~.toggle-switch:after{left:22px}.expand-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s ease}.expand-btn:hover{background-color:#e5e7eb;color:#1f2937}.expand-btn svg{transition:transform .2s ease}.expand-btn.expanded svg{transform:rotate(180deg)}.main-menu-permissions{padding:16px 20px;border-top:1px solid #e5e7eb}.submenus-container{position:relative;background-color:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;animation:slideDown .3s ease-out;overflow:visible;z-index:15;box-shadow:0 4px 12px #0000001a}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.submenu-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;min-height:60px;background-color:#fafafa;position:relative}.submenu-left{display:flex;align-items:center;gap:12px;flex:1}.submenu-row:last-child{border-bottom:none;border-radius:0 0 8px 8px}.submenu-row:hover{background-color:#f3f4f6}.submenu-toggle-wrapper{display:flex;align-items:center;cursor:pointer;position:relative;flex-shrink:0}.submenu-toggle-wrapper input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.submenu-toggle-switch{position:relative;width:36px;height:20px;background-color:#d1d5db;border-radius:10px;transition:all .3s ease;flex-shrink:0}.submenu-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.submenu-toggle-wrapper input[type=checkbox]:checked~.submenu-toggle-switch{background-color:#2563eb}.submenu-toggle-wrapper input[type=checkbox]:checked~.submenu-toggle-switch:after{left:18px}.submenu-info{flex:1;display:flex;flex-direction:column;gap:4px}.submenu-label{font-size:14px;font-weight:500;color:#374151}.submenu-description{font-size:13px;color:#6b7280}.permissions-group{display:flex;gap:24px;align-items:center}.permission-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151;font-weight:500;position:relative;-webkit-user-select:none;user-select:none}.permission-label.disabled{opacity:.5;cursor:not-allowed}.permission-label input[type=checkbox]{position:absolute;opacity:0}.permission-label input[type=checkbox]:disabled{cursor:not-allowed}.permission-label .checkmark{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.permission-label:hover .checkmark{border-color:#2563eb}.permission-label.disabled .checkmark{background-color:#f3f4f6;border-color:#e5e7eb}.permission-label.disabled:hover .checkmark{border-color:#e5e7eb}.permission-label input[type=checkbox]:checked~.checkmark{background-color:#2563eb;border-color:#2563eb}.permission-label input[type=checkbox]:checked~.checkmark:after{content:"";display:block;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.permissions-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr repeat(3,100px) 80px;gap:16px;padding:16px 20px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.table-body{background:#fff}.permission-row{display:grid;grid-template-columns:2fr repeat(3,100px) 80px;gap:16px;padding:20px;border-bottom:1px solid #e5e7eb;align-items:center}.permission-row:last-child{border-bottom:none}.permission-row:hover{background-color:#f9fafb}.menu-info{display:flex;flex-direction:column;gap:4px}.menu-label{font-size:14px;font-weight:500;color:#1f2937}.menu-description{font-size:13px;color:#6b7280}.permission-checkbox{display:flex;justify-content:center}.checkbox-label{position:relative;display:flex;align-items:center;cursor:pointer}.checkbox-label input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.checkmark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.checkbox-label input[type=checkbox]:checked~.checkmark{background-color:#2563eb;border-color:#2563eb}.checkbox-label input[type=checkbox]:checked~.checkmark:after{content:"";display:block;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label:hover .checkmark{border-color:#2563eb}.select-all-checkbox{display:flex;justify-content:center}.select-all-btn{padding:6px 12px;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:50px}.select-all-btn:hover{background-color:#e5e7eb;border-color:#9ca3af}.select-all-btn svg{color:#2563eb}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;background-color:#f9fafb;border-top:1px solid #e5e7eb}.filters-section{margin-bottom:20px}.search-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-bottom:12px}.filter-controls{display:flex;gap:16px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px;min-width:200px}.filter-label{font-size:13px;font-weight:500;color:#374151}.filter-select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease}.filter-select:hover{border-color:#9ca3af}.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-bar svg{color:#6b7280;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:14px;color:#1f2937}.search-input::placeholder{color:#9ca3af}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.users-table th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody tr:hover{background-color:#f9fafb}.users-table td{padding:16px;font-size:14px;color:#1f2937}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.user-name{font-weight:500}.role-badge{display:inline-block;padding:4px 12px;background-color:#eff6ff;color:#2563eb;font-size:12px;font-weight:500;border-radius:12px}.status-badge{display:inline-block;padding:4px 12px;border:none;background-color:#f3f4f6;font-size:12px;font-weight:500;border-radius:12px;cursor:pointer;text-transform:capitalize;transition:all .2s ease}.status-badge.active{background-color:#dcfce7;color:#16a34a}.status-badge.inactive{background-color:#fee2e2;color:#dc2626}.status-badge:hover{opacity:.8}.text-muted{color:#6b7280}.table-actions{display:flex;gap:4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#6b7280}.empty-state svg{margin-bottom:16px;opacity:.5}.empty-state h3{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.empty-state p{font-size:14px;margin:0 0 20px}@media(max-width:1024px){.roles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.table-header,.permission-row{grid-template-columns:2fr repeat(3,80px) 60px;gap:12px;padding:16px}.permissions-group{gap:16px}.submenu-row{flex-direction:column;align-items:flex-start;gap:12px}.submenu-info{margin-right:0}.permissions-list{max-height:450px}}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start}.header-content h1{font-size:24px}.roles-grid{grid-template-columns:1fr}.permissions-table{overflow-x:auto}.table-header,.permission-row{min-width:600px}.menu-header{padding:12px 16px}.submenu-row{padding:12px 16px 12px 32px}.permissions-group{gap:12px;flex-wrap:wrap}.permission-label{font-size:13px}.permissions-list{max-height:400px}.users-table{font-size:13px}.users-table th,.users-table td{padding:12px}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}.modal{width:95%;max-height:95vh}}@media(max-width:480px){.table-container{overflow-x:auto}.users-table{min-width:600px}.search-bar{padding:10px 12px}.role-card{padding:16px}.permissions-list{max-height:350px}.modal-header,.modal-body,.modal-footer{padding:16px}}@media(prefers-color-scheme:dark){.header-content h1,.role-title,.section-title,.menu-label,.user-name,.modal-header h2{color:#f9fafb}.page-subtitle,.role-description,.section-description,.meta-item,.menu-description,.text-muted{color:#9ca3af}.role-card,.role-form,.table-container,.modal,.search-bar{background-color:#1f2937;border-color:#374151}.form-section{border-bottom-color:#374151}.table-header,.form-actions,.modal-footer,.users-table thead{background-color:#111827;border-color:#374151}.permission-row:hover,.users-table tbody tr:hover{background-color:#111827}.users-table tbody tr{border-bottom-color:#374151}.users-table td{color:#f9fafb}.form-input{background-color:#374151;border-color:#4b5563;color:#f9fafb}.form-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.btn-secondary{background-color:#374151;color:#d1d5db}.btn-secondary:hover{background-color:#4b5563}.icon-btn:hover{background-color:#374151;color:#f9fafb}.checkmark{border-color:#6b7280}.select-all-btn{background-color:#374151;border-color:#4b5563;color:#d1d5db}.select-all-btn:hover{background-color:#4b5563}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:20px;font-weight:600;color:#1f2937;margin:0}.close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s ease}.close-btn:hover{background-color:#f3f4f6;color:#1f2937}.modal-body{padding:24px;overflow-y:auto;flex:1}.warning-icon{display:flex;justify-content:center;margin-bottom:16px;color:#f59e0b}.modal-body p{font-size:14px;color:#374151;margin:0 0 12px;line-height:1.5}.warning-text{color:#6b7280;font-size:13px}.text-danger{color:#dc2626;font-weight:500}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.staff-user-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:staff-user-fade-in .2s ease;overflow-y:auto;overflow-x:hidden;padding:20px}@keyframes staff-user-fade-in{0%{opacity:0}to{opacity:1}}.staff-user-modal{background:#fff;border-radius:12px;width:90%;max-width:540px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:staff-user-slide-up .3s ease;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}@keyframes staff-user-slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.staff-user-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb;background:linear-gradient(to bottom,#fff,#fafbfc);flex-shrink:0}.staff-user-modal-header h2{font-size:20px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px}.staff-user-modal-header h2:before{content:"";width:4px;height:24px;background:linear-gradient(to bottom,#2563eb,#1d4ed8);border-radius:2px}.staff-user-modal-close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .2s ease}.staff-user-modal-close-btn:hover{background-color:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.staff-user-modal-close-btn:active{transform:rotate(90deg) scale(.95)}.staff-user-modal-body{padding:28px;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch}.staff-user-modal-body::-webkit-scrollbar{width:8px}.staff-user-modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.staff-user-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.staff-user-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.staff-user-form-group{margin-bottom:24px}.staff-user-form-group:last-child{margin-bottom:0}.staff-user-form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;letter-spacing:.01em}.staff-user-form-label .required{color:#dc2626;margin-left:2px;font-weight:600}.staff-user-form-input,.staff-user-form-select{width:100%;padding:11px 14px;border:2px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;transition:all .2s ease;background-color:#fff;font-family:inherit}.staff-user-form-input::placeholder{color:#9ca3af}.staff-user-form-input:hover,.staff-user-form-select:hover{border-color:#9ca3af}.staff-user-form-input:focus,.staff-user-form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;background-color:#fff}.staff-user-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.staff-user-form-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.staff-user-form-input.error,.staff-user-form-select.error{border-color:#dc2626;background-color:#fef2f2}.staff-user-form-input.error:focus,.staff-user-form-select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.staff-user-error-message{display:flex;align-items:center;gap:6px;color:#dc2626;font-size:13px;margin-top:6px;font-weight:500;animation:staff-user-shake .3s ease}.staff-user-error-message:before{content:"⚠";font-size:14px}@keyframes staff-user-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.staff-user-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 28px;border-top:1px solid #e5e7eb;background-color:#f9fafb;flex-shrink:0}.staff-user-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:inherit;min-width:100px}.staff-user-btn:active{transform:translateY(1px)}.staff-user-btn-primary{background:linear-gradient(to bottom,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 4px #2563eb33}.staff-user-btn-primary:hover{background:linear-gradient(to bottom,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.staff-user-btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #2563eb4d}.staff-user-btn-secondary{background-color:#fff;color:#374151;border:2px solid #d1d5db}.staff-user-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.staff-user-btn-secondary:active{background-color:#f3f4f6}.staff-user-form-group.with-icon{position:relative}.staff-user-form-group.with-icon .staff-user-form-input{padding-left:40px}.staff-user-input-icon{position:absolute;left:12px;top:38px;color:#9ca3af;pointer-events:none}@media(max-width:1024px){.staff-user-modal{width:92%;max-width:500px}}@media(max-width:768px){.staff-user-modal{width:95%;max-height:90vh}.staff-user-modal-header,.staff-user-modal-body,.staff-user-modal-footer{padding-left:20px;padding-right:20px}.staff-user-modal-header{padding-top:20px;padding-bottom:20px}.staff-user-modal-header h2{font-size:18px}.staff-user-modal-body{padding-top:20px;padding-bottom:20px}.staff-user-form-group{margin-bottom:20px}}@media(max-width:640px){.staff-user-modal-footer{flex-direction:column-reverse;padding-top:16px;padding-bottom:16px}.staff-user-btn{width:100%}}@media(max-width:480px){.staff-user-modal-overlay{padding:0;align-items:flex-start}.staff-user-modal{width:100%;max-height:none;min-height:100vh;border-radius:0;margin:0}.staff-user-modal-header,.staff-user-modal-body,.staff-user-modal-footer{padding-left:16px;padding-right:16px}.staff-user-modal-header{position:sticky;top:0;z-index:10;background:#fff}.staff-user-modal-header h2:before{display:none}.staff-user-modal-body{flex:1 1 auto;min-height:auto}.staff-user-modal-footer{position:sticky;bottom:0;z-index:10;background-color:#f9fafb}}.staff-user-form-input:disabled,.staff-user-form-select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}.staff-user-btn:focus-visible,.staff-user-form-input:focus-visible,.staff-user-form-select:focus-visible,.staff-user-modal-close-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(prefers-color-scheme:dark){.staff-user-modal{background-color:#1f2937;color:#f9fafb}.staff-user-modal-header{background:linear-gradient(to bottom,#1f2937,#111827);border-bottom-color:#374151}.staff-user-modal-header h2{color:#f9fafb}.staff-user-modal-footer{background-color:#111827;border-top-color:#374151}.staff-user-form-label{color:#d1d5db}.staff-user-form-input,.staff-user-form-select{background-color:#374151;border-color:#4b5563;color:#f9fafb}.staff-user-form-input::placeholder{color:#6b7280}.staff-user-form-input:hover,.staff-user-form-select:hover{border-color:#6b7280}.staff-user-form-input.error,.staff-user-form-select.error{background-color:#7f1d1d}.staff-user-btn-secondary{background-color:#374151;color:#d1d5db;border-color:#4b5563}.staff-user-btn-secondary:hover{background-color:#4b5563}.staff-user-modal-close-btn:hover{background-color:#374151;color:#f9fafb}}.staff-user-model-scrolly{overflow-y:auto}.subscription-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto;overflow-x:hidden;animation:subscription-fade-in .2s ease-out}@keyframes subscription-fade-in{0%{opacity:0}to{opacity:1}}.subscription-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:subscription-slide-up .3s ease-out;display:flex;flex-direction:column;position:relative;overflow-y:auto}@keyframes subscription-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.subscription-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.subscription-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.subscription-modal-header form{overflow:auto}.subscription-modal-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.subscription-modal-close-btn:hover{background-color:#f3f4f6;color:#111827}.subscription-modal-body{padding:24px;overflow-y:auto;background-color:#f3f4f6;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0}.client-info-banner{display:flex;align-items:center;gap:12px;padding:16px;background-color:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:20px}.client-info-icon{width:40px;height:40px;background-color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.client-info-icon svg{color:#fff;stroke-width:2}.client-info-details h4{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827}.client-info-details p{margin:0;font-size:14px;color:#6b7280}.subscription-form-group{margin-bottom:20px}.subscription-form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.required{color:#dc2626;margin-left:2px}.subscription-form-input,.subscription-form-select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease}.subscription-form-input:focus,.subscription-form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.subscription-form-input.error,.subscription-form-select.error{border-color:#dc2626;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.subscription-error-message{display:block;font-size:12px;color:#dc2626;margin-top:6px}.subscription-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.input-with-prefix{position:relative;display:flex;align-items:center}.input-prefix{position:absolute;left:14px;font-size:14px;font-weight:600;color:#6b7280;pointer-events:none}.subscription-form-input.with-prefix{padding-left:32px}.metadata-container{display:flex;flex-direction:column;gap:12px}.metadata-input-row{display:flex;gap:8px;align-items:center}.metadata-remove-btn{background:transparent;border:none;color:#dc2626;font-size:20px;cursor:pointer;padding:2px 8px;border-radius:4px;transition:all .2s ease;line-height:1;flex-shrink:0}.metadata-remove-btn:hover{background-color:#fee2e2}.metadata-input-group{display:flex;gap:8px;align-items:center}.metadata-input{flex:1;min-width:0}.metadata-add-btn{width:100%;margin-top:4px}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-label{display:flex;align-items:flex-start;gap:12px;padding:14px;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fff}.radio-label:hover{border-color:#2563eb;background-color:#f0f9ff}.radio-label input[type=radio]{margin-top:2px;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#2563eb}.radio-label input[type=radio]:checked+.radio-text{color:#1e40af}.radio-label input[type=radio]:checked{border-color:#2563eb}.radio-label:has(input[type=radio]:checked){border-color:#2563eb;background-color:#eff6ff}.radio-text{display:flex;flex-direction:column;gap:4px;flex:1}.radio-text strong{font-size:14px;font-weight:600;color:#111827}.radio-text small{font-size:13px;color:#6b7280;font-weight:400}.subscription-error-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;animation:subscription-fade-in .3s ease-out}.subscription-error-banner svg{color:#dc2626;flex-shrink:0;margin-top:2px}.subscription-error-banner p{margin:0;font-size:14px;color:#991b1b;line-height:1.5;font-weight:500}.subscription-info-note{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-top:8px}.subscription-info-note svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.subscription-info-note p{margin:0;font-size:13px;color:#1e40af;line-height:1.5}.subscription-modal-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-shrink:0}.subscription-btn{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.subscription-btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.subscription-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.subscription-btn-primary{background-color:#2563eb;color:#fff}.subscription-btn-primary:hover{background-color:#1d4ed8}.subscription-btn-primary:active{transform:scale(.98)}@media(max-width:768px){.subscription-modal{max-width:100%;margin:20px}.subscription-modal-header{padding:16px 20px}.subscription-modal-header h2{font-size:18px}.subscription-modal-body{padding:20px}.subscription-form-row{grid-template-columns:1fr}.subscription-modal-footer{padding:14px 20px;flex-direction:column-reverse}.subscription-btn{width:100%}}@media(max-width:480px){.subscription-modal-overlay{padding:12px}.subscription-modal{margin:12px}.subscription-modal-header{padding:14px 16px}.subscription-modal-header h2{font-size:16px}.subscription-modal-body{padding:16px}.client-info-banner{padding:12px}.client-info-icon{width:36px;height:36px}.client-info-details h4{font-size:14px}.client-info-details p{font-size:13px}.subscription-form-group{margin-bottom:16px}.subscription-modal-footer{padding:12px 16px}.subscription-btn{padding:10px 16px;font-size:13px}}@media(max-width:768px){.subscription-modal-overlay{align-items:flex-start}.subscription-modal{position:relative;margin-top:20px}.subscription-modal-header{position:sticky;top:0;z-index:10;background-color:#fff}.subscription-modal-footer{position:sticky;bottom:0;z-index:10}}@media(prefers-color-scheme:dark){.subscription-modal{background-color:#1f2937}.subscription-modal-header{border-bottom-color:#374151}.subscription-modal-header h2{color:#f9fafb}.subscription-modal-close-btn{color:#9ca3af}.subscription-modal-close-btn:hover{background-color:#374151;color:#f9fafb}.client-info-banner{background-color:#1e3a5f;border-color:#2563eb}.client-info-details h4{color:#f9fafb}.client-info-details p{color:#9ca3af}.subscription-form-label{color:#e5e7eb}.subscription-form-input,.subscription-form-select{background-color:#374151;border-color:#4b5563;color:#f9fafb}.subscription-form-input:focus,.subscription-form-select:focus{border-color:#2563eb}.input-prefix{color:#9ca3af}.subscription-modal-footer{background-color:#111827;border-top-color:#374151}.subscription-btn-secondary{background-color:#374151;color:#f9fafb;border-color:#4b5563}.subscription-btn-secondary:hover{background-color:#4b5563}}@media(prefers-reduced-motion:reduce){.subscription-modal-overlay,.subscription-modal,.subscription-form-input.error,.subscription-form-select.error{animation:none}.subscription-btn-primary:active{transform:none}}.projects-list{padding:0}.projects-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.projects-header-content h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 4px}.projects-subtitle{font-size:.875rem;color:#6b7280;margin:0}.projects-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#f9fafb;border-radius:8px;border:2px dashed #d1d5db;text-align:center}.projects-empty svg{stroke:#9ca3af;margin-bottom:16px}.projects-empty h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}.projects-empty p{font-size:.875rem;color:#6b7280;margin:0 0 24px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s}.project-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#d1d5db}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.project-card-title{flex:1}.project-card-title h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}.project-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:capitalize}.project-status.active{background-color:#d1fae5;color:#065f46}.project-status.inactive{background-color:#fee2e2;color:#991b1b}.project-card-actions{display:flex;gap:8px}.action-btn{padding:6px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.action-btn:hover{background:#f3f4f6}.action-btn.edit svg{stroke:#3b82f6}.action-btn.delete svg{stroke:#ef4444}.project-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-details{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.project-detail-item{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#6b7280}.project-detail-item svg{stroke:#9ca3af;flex-shrink:0}.project-route{font-family:Courier New,monospace;background:#f3f4f6;padding:2px 6px;border-radius:4px}.project-subscription{font-size:.8125rem}.project-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.project-created{font-size:.75rem;color:#9ca3af}.btn-manage-prompts{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-manage-prompts:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 2px 4px #0000001a}.btn-manage-prompts svg{flex-shrink:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-container{background:#fff;border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-container-large{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.modal-close{padding:4px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f3f4f6}.modal-close svg{stroke:#6b7280}.modal-form{padding:24px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.required{color:#ef4444}.form-input,.form-textarea,.form-select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s;font-family:inherit}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.error,.form-textarea.error{border-color:#ef4444}.form-textarea{resize:vertical;min-height:100px}.form-error{display:block;margin-top:6px;font-size:.8125rem;color:#ef4444}.form-hint{margin-top:6px;font-size:.8125rem;color:#6b7280}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 4px 6px -1px #0000001a}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.form-array-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.btn-add-prompt{padding:8px 16px;border:1px solid #3b82f6;background:#fff;color:#3b82f6;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.btn-add-prompt:hover{background:#eff6ff;border-color:#2563eb}.btn-add-prompt svg{stroke-width:2.5}.prompts-array{display:flex;flex-direction:column;gap:16px}.prompt-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.prompt-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.prompt-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.prompt-item-number{font-size:.875rem;font-weight:600;color:#3b82f6}.btn-remove-prompt{padding:4px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-remove-prompt:hover{background:#fee2e2}.btn-remove-prompt svg{stroke:#ef4444}.prompt-item-fields{display:flex;flex-direction:column;gap:14px}.form-group-inline{margin:0}.form-label-inline{display:block;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:6px}.form-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:16px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-4{gap:1rem}.col-span-2{grid-column:span 2 / span 2}.space-y-3>*+*{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-0{margin-bottom:0}.flex-1{flex:1 1 0%}.whitespace-nowrap{white-space:nowrap}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.prompts-page{padding:24px}.prompts-page-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.prompt-back-button{padding:8px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.prompt-back-button:hover{background-color:#f3f4f6}.prompts-page-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.prompts-page-subtitle{color:#6b7280;margin-top:4px;font-size:.875rem}.btn-create-prompt{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.btn-create-prompt:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 10px 15px -3px #0000001a}.prompts-filters-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:24px}.prompts-filters-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:16px}@media(min-width:768px){.prompts-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.search-input-wrapper{position:relative}.prompts-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;width:20px;height:20px;pointer-events:none}.search-input-prompts{width:100%;padding:8px 16px 8px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.search-input-prompts:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.prompts-filter-select{width:100%;padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s}.prompts-filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.prompts-loading-state{text-align:center;padding:48px 0}.prompts-loading-text{color:#6b7280;margin-top:16px;font-size:.875rem}.prompts-empty-state{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:48px;text-align:center}.prompts-empty-text{color:#6b7280;margin-bottom:16px;font-size:.875rem}.prompts-list-container{display:flex;flex-direction:column;gap:16px}.prompt-list-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;transition:box-shadow .2s}.prompt-list-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.prompt-card-layout{display:flex;align-items:flex-start;justify-content:space-between}.prompt-card-header-row{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.prompt-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.icon-star-filled{width:20px;height:20px;color:#eab308;fill:#eab308}.prompt-card-description{color:#6b7280;margin-bottom:12px;line-height:1.5}.prompt-card-meta{display:flex;align-items:center;gap:24px;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.meta-item{display:inline-block}.meta-value{font-weight:500;color:#374151}.prompt-card-actions{display:flex;align-items:center;gap:8px;margin-left:16px;flex-shrink:0}.prompt-action-btn{padding:8px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;color:#6b7280}.prompt-action-btn:disabled{opacity:.5;cursor:not-allowed}.edit-prompt-btn:hover{background-color:#eff6ff;color:#6366f1}.star-prompt-btn:hover{background-color:#fef3c7;color:#eab308}.delete-prompt-btn:hover:not(:disabled){background-color:#fee2e2;color:#ef4444}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge-icon{width:12px;height:12px}.status-badge-active{background-color:#d1fae5;color:#065f46}.status-badge-testing{background-color:#dbeafe;color:#1e40af}.status-badge-draft{background-color:#f3f4f6;color:#374151}.status-badge-archived{background-color:#fee2e2;color:#991b1b}.view-client-page{padding:24px;max-width:1400px;margin:0 auto}.view-client-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.back-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.back-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.back-btn svg{flex-shrink:0}.view-client-container{display:grid;grid-template-columns:320px 1fr;gap:24px}.view-client-sidebar{position:sticky;top:24px;height:fit-content}.client-profile-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;text-align:center}.client-profile-avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:600;margin:0 auto 16px}.client-profile-name{font-size:20px;font-weight:600;color:#111827;margin:0 0 4px}.client-profile-company{font-size:14px;color:#6b7280;margin:0 0 12px}.client-profile-status{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize}.client-profile-status.active{background-color:#d1fae5;color:#065f46}.client-profile-status.inactive{background-color:#fee2e2;color:#991b1b}.client-profile-divider{height:1px;background-color:#e5e7eb;margin:20px 0}.client-profile-info{display:flex;flex-direction:column;gap:16px;text-align:left}.profile-info-item{display:flex;gap:12px;align-items:flex-start}.profile-info-item svg{color:#6b7280;flex-shrink:0;margin-top:2px}.profile-info-item>div{display:flex;flex-direction:column;gap:4px;flex:1}.profile-info-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.profile-info-value{font-size:14px;color:#111827;word-break:break-word}.view-client-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.client-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0 24px;background-color:#f9fafb}.tab-btn{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;top:1px}.tab-btn:hover{color:#111827;background-color:#f3f4f6}.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;background-color:#fff}.tab-btn svg{width:18px;height:18px;flex-shrink:0}.tab-content{padding:24px}.details-tab{display:flex;flex-direction:column;gap:24px}.detail-section{padding:20px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.detail-section-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-item.full-width{grid-column:1 / -1}.detail-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;color:#111827;font-weight:500}.detail-link{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.detail-link:hover{color:#1d4ed8;text-decoration:underline}.detail-code{font-family:Courier New,monospace;background-color:#f3f4f6;padding:8px 12px;border-radius:4px;font-size:13px;word-break:break-all}.code-badge{display:inline-block;padding:4px 10px;background-color:#dbeafe;color:#1e40af;border-radius:4px;font-size:12px;font-weight:600;font-family:Courier New,monospace}.status-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:capitalize}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.trial{background-color:#fef3c7;color:#92400e}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.subscription-tab{display:flex;flex-direction:column;gap:24px}.subscription-overview{display:grid;gap:20px}.subscription-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.subscription-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.subscription-card-header svg{color:#2563eb;flex-shrink:0}.subscription-card-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.subscription-details{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.subscription-detail-item{display:flex;flex-direction:column;gap:6px}.subscription-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.subscription-value{font-size:14px;color:#111827;font-weight:600}.subscription-amount{font-size:20px;color:#059669}.subscription-history{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.history-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.history-timeline{display:flex;flex-direction:column;gap:20px}.history-item{display:flex;gap:16px;position:relative;padding-left:32px}.history-item:not(:last-child):before{content:"";position:absolute;left:7px;top:24px;bottom:-20px;width:2px;background-color:#e5e7eb}.history-marker{position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background-color:#2563eb;border:3px solid white;box-shadow:0 0 0 2px #e5e7eb}.history-content{flex:1;background-color:#fff;padding:16px;border-radius:8px;border:1px solid #e5e7eb}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-date{font-size:13px;color:#6b7280;font-weight:500}.history-details{display:flex;flex-direction:column;gap:4px}.history-period{font-size:14px;color:#111827;margin:0}.history-amount{font-size:14px;color:#059669;font-weight:600;margin:0}.no-history{text-align:center;padding:40px 20px}.no-history svg{color:#9ca3af;margin-bottom:12px}.no-history p{color:#6b7280;font-size:14px;margin:0}.error-state{text-align:center;padding:60px 20px}.error-state h2{font-size:24px;color:#111827;margin:0 0 8px}.error-state p{font-size:14px;color:#6b7280;margin:0 0 24px}@media(max-width:1024px){.view-client-container{grid-template-columns:1fr}.view-client-sidebar{position:static}.detail-grid,.subscription-details{grid-template-columns:1fr}}@media(max-width:768px){.view-client-page{padding:16px}.view-client-header{flex-direction:column;gap:12px;align-items:stretch}.back-btn,.btn{width:100%;justify-content:center}.client-profile-avatar{width:80px;height:80px;font-size:32px}.client-tabs{padding:0 16px}.tab-btn{padding:14px 16px;font-size:13px}.tab-content,.detail-section,.subscription-card,.subscription-history{padding:16px}}@media(max-width:480px){.view-client-page{padding:12px}.client-tabs{padding:0 12px}.tab-btn{padding:12px;font-size:12px;gap:6px}.tab-btn svg{width:16px;height:16px}.tab-content{padding:12px}.client-profile-card{padding:20px}.client-profile-avatar{width:72px;height:72px;font-size:28px}.subscription-card-header h3,.history-title{font-size:16px}}@media(prefers-color-scheme:dark){.view-client-page{background-color:#111827}.back-btn{background-color:#1f2937;border-color:#374151;color:#f9fafb}.back-btn:hover{background-color:#374151}.client-profile-card,.view-client-content{background-color:#1f2937}.client-profile-name,.detail-section-title,.subscription-card-header h3,.history-title{color:#f9fafb}.client-profile-company,.profile-info-value,.detail-value{color:#e5e7eb}.profile-info-label,.detail-label,.subscription-label{color:#9ca3af}.client-tabs{background-color:#111827;border-bottom-color:#374151}.tab-btn{color:#9ca3af}.tab-btn:hover{color:#f9fafb;background-color:#374151}.tab-btn.active{background-color:#1f2937}.detail-section,.subscription-card,.subscription-history{background-color:#111827;border-color:#374151}.detail-code{background-color:#374151}.history-content{background-color:#1f2937;border-color:#374151}.history-marker{border-color:#1f2937}}.prompt-modal-container{background:#fff;border-radius:12px;max-width:900px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.prompt-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;border-bottom:1px solid #e5e7eb}.prompt-modal-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.prompt-modal-subtitle{font-size:14px;color:#6b7280;margin-top:4px}.prompt-modal-close{padding:8px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;color:#6b7280}.prompt-modal-close:hover:not(:disabled){background-color:#f3f4f6}.prompt-modal-close:disabled{opacity:.5;cursor:not-allowed}.prompt-loading-banner{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 16px;margin:0 24px 16px;border-radius:8px}.prompt-modal-form{padding:24px}.prompt-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.prompt-form-group{display:flex;flex-direction:column}.prompt-form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.prompt-required:after{content:" *";color:#ef4444}.prompt-form-input,.prompt-form-textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box}.prompt-form-input:focus,.prompt-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.prompt-form-textarea{font-family:Courier New,monospace;resize:vertical}.prompt-input-error{border-color:#ef4444}.prompt-input-error:focus{box-shadow:0 0 0 3px #ef44441a}.prompt-input-disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.prompt-error-text{margin-top:4px;font-size:12px;color:#ef4444}.prompt-form-hint{margin-top:4px;font-size:12px;color:#6b7280}.prompt-autocomplete-wrapper{position:relative}.prompt-suggestions-dropdown{position:absolute;z-index:10;width:100%;margin-top:4px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:240px;overflow-y:auto}.prompt-suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f3f4f6}.prompt-suggestion-item:last-child{border-bottom:none}.prompt-suggestion-item:hover{background-color:#eff6ff}.prompt-suggestion-title{font-weight:500;color:#1f2937}.prompt-suggestion-meta{font-size:14px;color:#6b7280;margin-top:4px}.prompt-suggestion-credit{font-size:12px;color:#9ca3af;margin-top:4px}.prompt-modal-actions{display:flex;justify-content:flex-end;gap:16px;padding-top:16px;margin-top:24px;border-top:1px solid #e5e7eb}.prompt-btn-secondary,.prompt-btn-primary{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.prompt-btn-secondary{border:1px solid #d1d5db;background-color:#fff;color:#374151}.prompt-btn-secondary:hover:not(:disabled){background-color:#f9fafb}.prompt-btn-primary{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.prompt-btn-primary:hover:not(:disabled){background:linear-gradient(to right,#2563eb,#7c3aed)}.prompt-btn-secondary:disabled,.prompt-btn-primary:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.prompt-form-grid{grid-template-columns:1fr}.prompt-modal-container{width:98%;max-height:95vh}.prompt-modal-header,.prompt-modal-form{padding:16px}}
