:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:36px 0 60px}header{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:28px}h1,h2,h3,h4,p{margin-top:0}h1,h2{margin-bottom:6px}p{color:#68748a}.eyebrow{color:#5b55e9;font-weight:800;letter-spacing:.12em;font-size:.75rem;margin-bottom:8px}.panel{background:#fff;border:1px solid #e3e7ef;border-radius:14px;padding:22px;box-shadow:0 4px 18px #1c26510d;margin-bottom:24px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}input{border:1px solid #cfd6e3;border-radius:8px;font:inherit;padding:10px 12px;min-width:0}button{cursor:pointer;background:#5b55e9;color:#fff;border:0;border-radius:8px;font:inherit;font-weight:650;padding:10px 14px}button.secondary{background:#eef0ff;color:#4540b7}button.danger{background:#c5384d}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:18px}.card-title{display:flex;justify-content:space-between;gap:8px}.card-title h3{margin-bottom:4px}.badge{background:#e5f7ec;color:#197542;height:fit-content;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:700}.badge.disabled{background:#f9e4e6;color:#a52236}.credits{display:flex;align-items:end;justify-content:space-between;border-block:1px solid #e8ebf2;padding:14px 0;margin:16px 0;color:#68748a}.credits strong{color:#172033;font-size:1.8rem}.actions{margin-top:12px}.request{margin-top:18px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;border-top:1px solid #e8ebf2;padding-top:16px}.request h4{grid-column:1 / -1;margin-bottom:0}.notice{display:flex;justify-content:space-between;margin-bottom:20px;padding:12px 14px;border-radius:8px;color:#213252;background:#e8efff}.notice button{padding:0 5px;color:#213252;background:none}.request-list>div{border-top:1px solid #e8ebf2;padding:13px 0}.request-list span{margin-left:12px;color:#68748a;text-transform:capitalize}.request-list p{margin:6px 0 0}.auth-shell{min-height:100vh;display:grid;place-items:center}.login{width:min(410px,100%);display:grid;gap:12px}.login button{margin-top:4px}.error{color:#b52135;margin:0}@media(max-width:700px){header{display:block}header button{margin-top:12px}.grid,.request{grid-template-columns:1fr}}.tabs-nav{display:flex;gap:8px;border-bottom:1.5px solid #e3e7ef;margin-bottom:28px;padding-bottom:8px}.tab-button{background:none;border:none;color:#68748a;font-weight:600;font-size:.95rem;padding:10px 18px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.tab-button:hover{background:#eef0ff33;color:#5b55e9}.tab-button.active{background:#eef0ff;color:#5b55e9}.support-container{display:flex;flex-direction:column;min-height:550px;background:#fff;border:1px solid #e3e7ef;border-radius:16px;box-shadow:0 6px 22px #1c26510d;overflow:hidden}.support-header{padding:18px 24px;border-bottom:1px solid #e8ebf2;display:flex;justify-content:space-between;align-items:center;background:#fafbfc}.support-header h2{font-size:1.25rem;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.support-header-actions{display:flex;align-items:center;gap:12px}.support-search-bar{padding:14px 20px;border-bottom:1px solid #e8ebf2;background:#fff;display:flex;gap:12px}.support-search-bar input,.support-search-bar select{padding:8px 12px;border:1px solid #cfd6e3;border-radius:8px;font-size:.88rem}.support-search-bar input{flex:1}.support-table{width:100%;border-collapse:collapse;text-align:left}.support-table th,.support-table td{padding:14px 20px;border-bottom:1px solid #e8ebf2;font-size:.9rem}.support-table th{background:#fafbfc;color:#68748a;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.support-table tr:hover{background:#fcfdfe}.support-table td.bold{font-weight:600;color:#172033}.support-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase}.support-badge.open{background:#e5f2ff;color:#06c}.support-badge.resolved{background:#e5f7ec;color:#197542}.support-badge.urgent{background:#f9e4e6;color:#a52236}.support-badge.warning{background:#fff3e6;color:#b35900}.support-badge.info{background:#f0f0f5;color:#557}.support-chat-layout{display:grid;grid-template-columns:280px 1fr;height:600px}.support-chat-sidebar{border-right:1px solid #e8ebf2;background:#fafbfc;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.sidebar-section{display:flex;flex-direction:column;gap:8px}.sidebar-section h4{font-size:.75rem;text-transform:uppercase;color:#68748a;letter-spacing:.05em;margin:0}.metadata-card{background:#fff;border:1px solid #e3e7ef;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:10px;font-size:.82rem}.metadata-item{display:flex;justify-content:space-between;align-items:center}.metadata-label{color:#68748a}.metadata-value{font-weight:600}.presence-indicator{display:inline-flex;align-items:center;gap:6px;background:#f0f2f6;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:700}.presence-indicator .dot{width:7px;height:7px;border-radius:50%}.presence-indicator.online{color:#197542;background:#e5f7ec}.presence-indicator.online .dot{background:#28a745;box-shadow:0 0 8px #28a745;animation:pulse 1.8s infinite}.presence-indicator.offline{color:#68748a}.presence-indicator.offline .dot{background:#6c757d}.support-chat-main{display:flex;flex-direction:column;height:100%;background:#fff}.chat-messages-container{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#fcfdfe}.message-wrapper{display:flex;flex-direction:column;max-width:75%}.message-wrapper.admin{align-self:flex-end}.message-wrapper.client{align-self:flex-start}.message-meta{font-size:.7rem;color:#68748a;margin-bottom:4px;padding:0 4px;display:flex;justify-content:space-between;gap:12px}.message-body{padding:12px 16px;border-radius:12px;font-size:.88rem;line-height:1.45;box-shadow:0 1px 2px #0000000a}.message-wrapper.admin .message-body{background:#172033;color:#fff;border-top-right-radius:0}.message-wrapper.client .message-body{background:#f0f2f6;color:#172033;border-top-left-radius:0;border:1px solid #e3e7ef}.message-attachments{margin-top:8px;display:flex;flex-direction:column;gap:6px}.attachment-bubble{background:#fff;border:1px solid #cfd6e3;border-radius:8px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.attachment-bubble img{max-height:150px;max-width:100%;border-radius:6px;display:block}.attachment-info{display:flex;align-items:center;gap:8px;font-size:.78rem;min-width:0}.attachment-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#172033;font-weight:500}.attachment-download-btn{font-size:.75rem;color:#5b55e9;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:4px}.attachment-download-btn:hover{text-decoration:underline}.typing-indicator-wrapper{align-self:flex-start;background:#f0f2f6;border:1px solid #e3e7ef;border-radius:0 12px 12px;padding:10px 14px;font-size:.8rem;color:#68748a;display:flex;align-items:center;gap:8px}.dots-container{display:flex;gap:3px}.dots-container .dot{width:6px;height:6px;background:#8892a0;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dots-container .dot:nth-child(1){animation-delay:-.32s}.dots-container .dot:nth-child(2){animation-delay:-.16s}.chat-input-area{padding:16px 20px;border-top:1px solid #e8ebf2;background:#fafbfc;display:flex;flex-direction:column;gap:10px}.chat-input-row{display:flex;align-items:flex-end;gap:10px}.chat-input-row textarea{flex:1;border:1px solid #cfd6e3;border-radius:8px;font-family:inherit;font-size:.88rem;padding:10px 12px;min-height:40px;max-height:120px;resize:none;outline:none}.chat-input-row textarea:focus{border-color:#5b55e9}.icon-only-btn{background:#fff;border:1px solid #cfd6e3;color:#68748a;border-radius:8px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.icon-only-btn:hover{background:#f0f2f6;color:#172033}.icon-only-btn.primary{background:#5b55e9;border-color:#5b55e9;color:#fff}.icon-only-btn.primary:hover{background:#4540b7}.icon-only-btn:disabled{opacity:.6;cursor:not-allowed}.upload-chips-container{display:flex;flex-wrap:wrap;gap:8px}.upload-chip{background:#fff;border:1px solid #cfd6e3;border-radius:6px;padding:4px 8px;font-size:.75rem;display:flex;align-items:center;gap:6px;box-shadow:0 1px 2px #00000005}.upload-chip .remove-btn{background:none;border:none;padding:0;color:#a52236;cursor:pointer;display:flex}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #28a74566}70%{transform:scale(1);box-shadow:0 0 0 6px #28a74500}to{transform:scale(.95);box-shadow:0 0 #28a74500}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.app-layout{display:flex;min-height:100vh;background:#f5f7fb}.sidebar{width:240px;background:#fff;color:#68748a;display:flex;flex-direction:column;border-right:1px solid #e3e7ef;transition:width .25s ease;flex-shrink:0}.app-layout.collapsed .sidebar{width:70px}.sidebar-brand{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e3e7ef}.app-layout.collapsed .sidebar-brand{padding:0;justify-content:center}.brand-logo{font-weight:800;letter-spacing:.12em;font-size:1rem;color:#5b55e9}.collapse-btn{background:none;border:none;color:#68748a;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.collapse-btn:hover{background:#f0f2f6;color:#172033}.sidebar-nav{flex:1;padding:20px 10px;display:flex;flex-direction:column;gap:6px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;border:none;background:none;color:#68748a;font-weight:600;font-size:.92rem;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.app-layout.collapsed .nav-item{justify-content:center;padding:10px 0}.nav-item:hover{background:#f0f2f6;color:#172033}.nav-item.active{background:#eef0ff;color:#5b55e9}.nav-badge{margin-left:auto;background:#c5384d;color:#fff;font-size:.72rem;padding:2px 6px;border-radius:999px;font-weight:700}.sidebar-footer{padding:16px;border-top:1px solid #e3e7ef;display:flex;flex-direction:column;gap:12px}.app-layout.collapsed .sidebar-footer{align-items:center;padding:16px 0}.operator-profile{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;background:#eef0ff;color:#5b55e9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.operator-info{display:flex;flex-direction:column;min-width:0}.operator-info .name{font-weight:650;font-size:.85rem;color:#172033;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.operator-info .email{font-size:.75rem;color:#68748a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;background:#ef444415;color:#c5384d;border:1px solid #ef444430;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.signout-btn:hover{background:#ef444425;color:#a52236}.app-layout.collapsed .signout-btn{width:36px;height:36px;padding:0;border-radius:50%}.main-content{flex:1;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:24px 32px 40px}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.content-header h1{font-size:1.6rem;font-weight:800;margin:0 0 4px;color:#111827}.tab-pane-content{flex:1}.auth-page{display:grid;grid-template-columns:1fr;min-height:100vh;width:100vw;background:#f8fafc}@media(min-width:1024px){.auth-page{grid-template-columns:1.15fr 1fr}}.auth-hero{position:relative;display:none;flex-direction:column;justify-content:space-between;padding:48px 56px;background:linear-gradient(135deg,#022c22,#064e3b 45%,#0d9488);color:#fff;overflow:hidden}@media(min-width:1024px){.auth-hero{display:flex}}.auth-hero-glow-1{position:absolute;top:-10%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,#2dd4bf38,#064e3b00 70%);border-radius:50%;pointer-events:none}.auth-hero-glow-2{position:absolute;bottom:-15%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#10b98133,#0d948800 70%);border-radius:50%;pointer-events:none}.auth-hero-header{position:relative;z-index:10}.auth-brand-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:999px}.auth-brand-icon{color:#34d399}.auth-brand-title{font-weight:800;letter-spacing:.15em;font-size:1.05rem;color:#fff}.auth-brand-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;background:#10b981;color:#064e3b;padding:2px 7px;border-radius:4px;text-transform:uppercase}.auth-hero-center{position:relative;z-index:10;margin:auto 0;max-width:560px}.auth-hero-pill{display:inline-flex;align-items:center;gap:6px;background:#14b8a633;color:#5eead4;border:1px solid rgba(45,212,191,.3);padding:6px 14px;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:24px}.auth-slogan-wrapper{min-height:120px;display:flex;align-items:center}.auth-slogan-text{font-size:2.6rem;font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.25);animation:authSloganFadeIn .5s ease-out}@keyframes authSloganFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-hero-description{font-size:1.02rem;line-height:1.6;color:#ffffffd9;margin-top:18px;margin-bottom:28px}.auth-features-list{display:flex;flex-wrap:wrap;gap:10px}.auth-feature-chip{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:6px 14px;border-radius:8px;font-size:.82rem;font-weight:500;color:#e2e8f0}.auth-hero-footer{position:relative;z-index:10;border-top:1px solid rgba(255,255,255,.15);padding-top:24px}.auth-quote{margin:0}.auth-quote p{font-size:.95rem;color:#ffffffe6;font-style:italic;margin-bottom:6px}.auth-quote footer{font-size:.8rem;color:#ffffffa6;font-weight:500}.auth-form-container{display:flex;align-items:center;justify-content:center;padding:32px 24px;background:#f8fafc}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px 32px;box-shadow:0 10px 30px -10px #0f172a14,0 4px 6px -2px #0f172a08}.auth-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:24px}@media(min-width:1024px){.auth-mobile-brand{display:none}}.auth-card-header{margin-bottom:28px;text-align:left}.auth-icon-circle{width:46px;height:46px;background:#ecfdf5;color:#059669;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;border:1px solid #a7f3d0}.auth-card-header h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.02em}.auth-card-header p{font-size:.88rem;color:#64748b;margin:0}.auth-error-alert{display:flex;align-items:center;gap:10px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 14px;border-radius:10px;font-size:.85rem;margin-bottom:20px}.auth-error-icon{flex-shrink:0}.auth-error-close{margin-left:auto;background:none;border:none;color:#991b1b;padding:0;cursor:pointer;display:flex}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:.82rem;font-weight:650;color:#334155}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:14px;color:#94a3b8;pointer-events:none}.auth-input-wrapper input{width:100%;padding:12px 14px 12px 42px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:.92rem;color:#0f172a;background:#fff;transition:all .2s ease;outline:none}.auth-input-wrapper input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d948826}.auth-input-wrapper input:disabled{background:#f1f5f9;color:#94a3b8}.auth-password-toggle{position:absolute;right:10px;background:none;border:none;color:#94a3b8;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.auth-password-toggle:hover{color:#0f172a}.auth-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:linear-gradient(135deg,#0d9488,#059669);color:#fff;font-weight:700;font-size:.95rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 14px #0d948859;transition:all .2s ease;margin-top:6px}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#0f766e,#047857);box-shadow:0 6px 20px #0d948873;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-card-footer{margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9;text-align:center}.auth-restricted-notice{font-size:.76rem;color:#64748b;margin:0;line-height:1.4}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.auth-text-link{background:none;border:none;color:#0d9488;font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.auth-text-link:hover{text-decoration:underline;color:#0f766e}.auth-mode-switch{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.auth-back-link{background:none;border:none;color:#64748b;font-size:.82rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0}.auth-back-link:hover{color:#1e293b}.auth-success-alert{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#166534;font-size:.85rem;font-weight:500;margin-bottom:20px}.auth-success-icon{color:#16a34a;flex-shrink:0}.change-password-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;background:#eef0ff;color:#4540b7;border:1px solid #d0d7fd;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.change-password-btn:hover{background:#e0e4ff;color:#3530a5}.app-layout.collapsed .change-password-btn{width:36px;height:36px;padding:0;border-radius:50%}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;width:min(450px,100%);overflow:hidden;animation:modalPopIn .25s cubic-bezier(.16,1,.3,1)}@keyframes modalPopIn{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #e2e8f0;background:#fafbfc}.modal-title{display:flex;align-items:center;gap:10px}.modal-title h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.modal-title-icon{color:#5b55e9}.modal-close-btn{background:none;border:none;color:#64748b;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-form{padding:24px;display:flex;flex-direction:column;gap:16px}.modal-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;font-size:.84rem;font-weight:500}.modal-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.modal-alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px;padding-top:16px;border-top:1px solid #f1f5f9}.brand-logo-container{display:flex;align-items:center;gap:8px}.brand-icon{color:#0d9488}.brand-logo{font-weight:800;letter-spacing:.12em;font-size:.95rem;color:#0f172a}.brand-tag{font-size:.65rem;font-weight:700;letter-spacing:.08em;background:#f0fdf4;color:#0f766e;border:1px solid #bbf7d0;padding:1px 6px;border-radius:4px}.nav-item{position:relative}.nav-item.active{background:#f0fdf4;color:#0f766e}.nav-active-bar{position:absolute;left:0;top:6px;bottom:6px;width:4px;background:#0d9488;border-radius:0 4px 4px 0}.sidebar-actions-stack{display:flex;flex-direction:column;gap:8px;width:100%}.avatar{background:#e6f4f1;color:#0d9488}.header-eyebrow-badge{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:750;letter-spacing:.08em;color:#0d9488;background:#f0fdf4;border:1px solid #ccfbf1;padding:3px 9px;border-radius:999px;margin-bottom:6px}.header-stats-row{display:flex;gap:12px}.stat-pill{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:12px;box-shadow:0 1px 3px #0000000a}.stat-icon{color:#0d9488}.stat-details{display:flex;flex-direction:column}.stat-value{font-size:1.1rem;font-weight:800;color:#0f172a;line-height:1.1}.stat-label{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase}.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 4px 20px -2px #0f172a0a;margin-bottom:28px}.panel-title-bar{display:flex;align-items:center;gap:14px;margin-bottom:24px}.panel-title-icon-bubble{width:44px;height:44px;background:#ccfbf1;color:#0f766e;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.panel-title-bar h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 2px}.panel-title-bar p{font-size:.86rem;color:#64748b;margin:0}.onboard-grid-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.onboard-grid-form{grid-template-columns:1fr}}.onboard-submit-wrapper{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:8px}.input-field-group{display:flex;flex-direction:column;gap:6px}.input-field-group label{font-size:.8rem;font-weight:650;color:#334155}.input-icon-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-icon-wrapper .field-icon{position:absolute;left:12px;color:#94a3b8;pointer-events:none}.input-icon-wrapper input{width:100%;padding:10px 12px 10px 38px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:.88rem;color:#0f172a;background:#fff;outline:none;transition:all .2s ease}.input-icon-wrapper input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}.input-icon-wrapper.flex-1{flex:1}.input-icon-wrapper.flex-2{flex:2}.primary-emerald-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#0d9488,#059669);color:#fff;font-weight:700;font-size:.88rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 2px 10px #0d948840;transition:all .2s ease}.primary-emerald-btn:hover{background:linear-gradient(135deg,#0f766e,#047857);box-shadow:0 4px 14px #0d948859;transform:translateY(-1px)}.secondary-emerald-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;background:#f0fdf4;color:#0f766e;border:1px solid #bbf7d0;font-weight:650;font-size:.84rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.secondary-emerald-btn:hover{background:#dcfce7;color:#047857}.danger-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;font-weight:650;font-size:.84rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.danger-action-btn:hover{background:#fee2e2;color:#7f1d1d}.customers-section{margin-top:32px}.section-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-header-bar h2{font-size:1.3rem;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:10px;margin:0}.section-header-icon{color:#0d9488}.customer-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px}.customer-card-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 18px #0f172a0a;display:flex;flex-direction:column;gap:18px;transition:box-shadow .2s ease}.customer-card-panel:hover{box-shadow:0 8px 26px #0f172a14}.customer-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customer-company-title{display:flex;align-items:flex-start;gap:10px}.customer-company-title .company-icon{color:#0d9488;margin-top:3px;flex-shrink:0}.customer-company-title h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 2px}.customer-email-sub{font-size:.8rem;color:#64748b}.badge-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.badge-pill .dot{width:6px;height:6px;border-radius:50%}.badge-pill.active{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.badge-pill.active .dot{background:#16a34a}.badge-pill.disabled{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.badge-pill.disabled .dot{background:#dc2626}.customer-credit-banner{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px}.credit-banner-label{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:650;color:#64748b}.credit-banner-label svg{color:#0d9488}.credit-banner-value{font-size:1.6rem;font-weight:850;color:#0f172a}.customer-edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.customer-save-col{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:4px}.customer-card-actions{display:flex;justify-content:flex-end;border-top:1px solid #f1f5f9;padding-top:14px}.credit-request-section{border-top:1.5px dashed #e2e8f0;padding-top:16px;display:flex;flex-direction:column;gap:12px}.credit-request-section h4{font-size:.85rem;font-weight:750;color:#334155;margin:0;display:flex;align-items:center;gap:6px}.credit-request-section h4 svg{color:#0d9488}.credit-request-row{display:flex;gap:10px}@media(max-width:600px){.credit-request-row{flex-direction:column}}.credit-stats-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.stat-summary-card{background:#f8fafc;border:1px solid #e2e8f0;padding:16px 20px;border-radius:12px;display:flex;flex-direction:column;gap:4px}.stat-summary-card.warning{background:#fffbeb;border-color:#fef3c7}.stat-summary-card.success{background:#f0fdf4;border-color:#bbf7d0}.summary-label{font-size:.78rem;font-weight:650;color:#64748b;text-transform:uppercase}.summary-value{font-size:1.8rem;font-weight:850;color:#0f172a}.request-list-container{display:flex;flex-direction:column;gap:12px}.request-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;display:flex;flex-direction:column;gap:6px}.request-card-top{display:flex;justify-content:space-between;align-items:center}.request-customer-name{font-size:.95rem;font-weight:750;color:#0f172a}.status-pill{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:capitalize}.status-pill.pending{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.status-pill.approved{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.status-pill.rejected{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.request-reason-text{font-size:.88rem;color:#334155;margin:0}.request-response-tag{font-weight:600;color:#0d9488}.request-date{font-size:.75rem;color:#94a3b8}.empty-state-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:16px;color:#64748b;gap:12px}.empty-state-icon{color:#cbd5e1}
