@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.helpdesk{--hd-gold:#d4a017;--hd-gold-light:#ffc03f;--hd-gold-bg:#ffc03f1f;--hd-maroon:#a12316;--hd-maroon-dark:#7a1b11;--hd-maroon-light:#c4352a;--hd-green:#059669;--hd-black:#111827;--hd-bg:#fdfbf7;--hd-bg-alt:#fff8ed;--hd-card:#fff;--hd-text:#1f2937;--hd-text-sec:#6b7280;--hd-text-muted:#9ca3af;--hd-border:#e5e7eb;--hd-shadow:0 4px 6px -1px #00000012;--hd-shadow-lg:0 10px 25px -5px #0000001a;--hd-radius:14px;--hd-radius-sm:8px;--hd-transition:all .25s cubic-bezier(.4, 0, .2, 1);background:var(--hd-bg);min-height:100vh;color:var(--hd-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.helpdesk-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.spinner{border:3px solid #a1231633;border-top-color:var(--hd-maroon);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.helpdesk-topbar{z-index:100;background:var(--hd-card);border-bottom:1px solid var(--hd-border);box-shadow:var(--hd-shadow);position:sticky;top:0}.helpdesk-topbar:before{content:"";z-index:10;background:linear-gradient(90deg,#ffc03f 0% 25%,#a12316 25% 100%);height:3px;position:absolute;top:0;left:0;right:0}.helpdesk-topbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.helpdesk-topbar-brand{align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.helpdesk-topbar-logo{object-fit:contain;border-radius:var(--hd-radius-sm);max-width:160px;max-height:44px}.helpdesk-topbar-logo-placeholder{border-radius:var(--hd-radius-sm);background:linear-gradient(135deg, var(--hd-maroon), var(--hd-maroon-light));color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.helpdesk-topbar-title{flex-direction:column;min-width:0;display:flex}.helpdesk-topbar-name{color:var(--hd-maroon);letter-spacing:.5px;font-size:.95rem;font-weight:800;line-height:1.2}.helpdesk-topbar-sub{color:var(--hd-text-sec);font-size:.72rem;font-weight:500;line-height:1.3}.helpdesk-btn-login{background:linear-gradient(135deg, var(--hd-maroon), var(--hd-maroon-light));color:#fff;border-radius:var(--hd-radius-sm);cursor:pointer;transition:var(--hd-transition);white-space:nowrap;border:none;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.helpdesk-btn-login:hover{transform:translateY(-1px);box-shadow:0 4px 12px #a123164d}.helpdesk-hero{text-align:center;background:linear-gradient(135deg,#7a1b11 0%,#a12316 25%,#c4352a 50%,#d4a017 80%,#ffc03f 100%);padding:4rem 1.5rem 3.5rem;position:relative;overflow:hidden}.helpdesk-hero-content{z-index:2;max-width:700px;margin:0 auto;position:relative}.helpdesk-hero-logo{object-fit:contain;background:#fff;border-radius:12px;max-width:220px;max-height:80px;margin-bottom:1.25rem;padding:.6rem 1.25rem;box-shadow:0 4px 20px #00000026}.helpdesk-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--hd-gold-light);letter-spacing:.3px;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.helpdesk-hero-title{color:#fff;letter-spacing:3px;text-shadow:0 2px 10px #0003;margin-bottom:.75rem;font-size:2.8rem;font-weight:900;line-height:1.1}.helpdesk-hero-fullname{color:#ffffffd9;margin-bottom:1.5rem;font-size:1rem;font-weight:400;line-height:1.6}.helpdesk-hero-divider{background:linear-gradient(90deg,#ffc03f,#ffd570);border-radius:2px;width:60px;height:3px;margin:0 auto 1.25rem}.helpdesk-hero-tagline-wrapper{align-items:center;gap:.5rem;min-height:1.8rem;display:inline-flex}.helpdesk-tagline-icon{color:var(--hd-gold-light);flex-shrink:0}.helpdesk-hero-tagline-text{color:#ffffffe6;font-size:.95rem;font-style:italic;font-weight:500;animation:.5s ease-out helpdesk-taglineFade}@keyframes helpdesk-taglineFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.helpdesk-hero-shape{pointer-events:none;border-radius:50%;position:absolute}.helpdesk-hero-shape-1{background:#ffc03f0f;width:300px;height:300px;top:-80px;right:-60px}.helpdesk-hero-shape-2{background:#ffffff0a;width:200px;height:200px;bottom:-50px;left:-40px}.helpdesk-hero-shape-3{background:#ffc03f0d;width:120px;height:120px;top:40%;left:10%}.helpdesk-features{background:var(--hd-bg);padding:3rem 0}.helpdesk-features-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.helpdesk-feature-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:var(--hd-radius);text-align:center;transition:var(--hd-transition);flex:280px;max-width:350px;padding:1.5rem}.helpdesk-feature-card:hover{box-shadow:var(--hd-shadow-lg);transform:translateY(-3px)}.helpdesk-feature-icon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;display:flex}.helpdesk-feature-card h3{color:var(--hd-text);margin-bottom:.4rem;font-size:.95rem;font-weight:700}.helpdesk-feature-card p{color:var(--hd-text-sec);font-size:.82rem;line-height:1.5}.helpdesk-section-header{text-align:center;margin-bottom:2rem}.helpdesk-section-header h2{color:var(--hd-text);margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.helpdesk-section-header p{color:var(--hd-text-sec);font-size:.88rem}.helpdesk-staff{background:var(--hd-bg-alt);padding:3rem 0 3.5rem}.helpdesk-staff-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.helpdesk-staff-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:var(--hd-radius);text-align:center;transition:var(--hd-transition);flex-direction:column;flex:0 210px;min-width:190px;height:100%;padding:1.5rem 1rem;animation:.5s ease-out both helpdesk-fadeUp;display:flex}.helpdesk-staff-card:hover{box-shadow:var(--hd-shadow-lg);transform:translateY(-4px)}.helpdesk-staff-photo{width:80px;height:80px;transition:var(--hd-transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex;overflow:hidden}.helpdesk-staff-photo img{object-fit:cover;width:100%;height:100%}.helpdesk-staff-card:hover .helpdesk-staff-photo{transform:scale(1.05)}.helpdesk-staff-info{flex-direction:column;flex:1;display:flex}.helpdesk-staff-name{color:var(--hd-text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.helpdesk-staff-division{text-transform:uppercase;letter-spacing:.3px;border-radius:50px;justify-content:center;align-items:center;gap:.3rem;margin-bottom:.6rem;margin-left:auto;margin-right:auto;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.helpdesk-staff-desc{color:var(--hd-text-sec);flex:1;margin-bottom:1rem;font-size:.78rem;line-height:1.5}.helpdesk-btn-chat{color:#fff;border-radius:var(--hd-radius-sm);width:100%;transition:var(--hd-transition);background:#25d366;justify-content:center;align-items:center;gap:.35rem;padding:.6rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.helpdesk-btn-chat:hover{background:#128c7e}.helpdesk-btn-chat.disabled{background:var(--hd-border);color:var(--hd-text-muted);cursor:not-allowed;pointer-events:none}.helpdesk-contact{background:var(--hd-bg);padding:3rem 0}.helpdesk-contact-card{border-radius:var(--hd-radius);color:#fff;background:linear-gradient(135deg,#075e54 0%,#128c7e 50%,#25d366 100%);align-items:center;gap:2rem;padding:2.5rem;display:flex}.helpdesk-contact-left{flex:1;min-width:0}.helpdesk-contact-left h2{margin-bottom:.5rem;font-size:1.35rem;font-weight:800}.helpdesk-contact-left p{opacity:.85;font-size:.88rem;line-height:1.5}.helpdesk-contact-info-inline{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.helpdesk-contact-info{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.helpdesk-contact-item{opacity:.9;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.helpdesk-contact-item svg{color:var(--hd-gold-light);flex-shrink:0}.helpdesk-contact-wa-btn{color:#075e54;transition:var(--hd-transition);white-space:nowrap;background:#fff;border-radius:50px;flex-shrink:0;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px #00000026}.helpdesk-contact-wa-btn:hover{background:#f8f9fa;transform:translateY(-2px)scale(1.03);box-shadow:0 6px 20px #0003}.helpdesk-footer{background:var(--hd-card);border-top:1px solid var(--hd-border);text-align:center;padding:1.5rem}.helpdesk-footer p{color:var(--hd-text-sec);font-size:.78rem;font-weight:500}.helpdesk-footer-sub{margin-top:.2rem;color:var(--hd-text-muted)!important;font-size:.7rem!important;font-weight:400!important}@keyframes helpdesk-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.helpdesk-hero{padding:3rem 1.25rem 2.5rem}.helpdesk-hero-title{letter-spacing:2px;font-size:2rem}.helpdesk-hero-fullname{font-size:.9rem}.helpdesk-features-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.helpdesk-feature-card{text-align:center;flex-direction:column;flex:0 calc(50% - .4rem);align-items:center;gap:.75rem;min-width:140px;padding:1.25rem .75rem;display:flex}.helpdesk-feature-icon{flex-shrink:0;margin:0}.helpdesk-staff-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.helpdesk-contact-card{text-align:center;flex-direction:column;gap:1.25rem;padding:1.75rem}.helpdesk-contact-item{justify-content:center}.helpdesk-contact-wa-btn{justify-content:center;width:100%}.helpdesk-topbar-inner{padding:.6rem 1rem}.helpdesk-topbar-sub{display:none}.helpdesk-btn-login{padding:.45rem .75rem;font-size:.78rem}}@media (width<=480px){.helpdesk-hero-title{letter-spacing:1.5px;font-size:1.65rem}.helpdesk-hero-badge{padding:.3rem .75rem;font-size:.72rem}.helpdesk-staff-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.helpdesk-staff-card{flex:0 calc(50% - .4rem);min-width:140px;padding:1.25rem .75rem}.helpdesk-staff-photo{width:64px;height:64px}.helpdesk-features,.helpdesk-staff,.helpdesk-contact{padding:2rem 0}.helpdesk-section-header h2{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.helpdesk-staff-card{animation:none}.helpdesk-feature-card:hover,.helpdesk-staff-card:hover{transform:none}}.dashboard-layout{background-color:#f3f4f6;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative}.dashboard-sidebar{color:#fff;z-index:100;background-color:#a12316;flex-direction:column;width:260px;height:100vh;transition:transform .3s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:4px 0 10px #0000001a}.dashboard-brand{text-align:center;border-bottom:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1.25rem;display:flex}.dashboard-brand img{object-fit:contain;max-width:180px;max-height:64px}.brand-icon{background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.brand-text{letter-spacing:2px;color:#ffc03f;text-shadow:0 2px 4px #0003;text-transform:uppercase;font-size:1.4rem;font-weight:900}.dashboard-nav{flex-direction:column;flex:1;gap:.35rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.dashboard-nav::-webkit-scrollbar{width:4px}.dashboard-nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.sidebar-divider{color:#fff6;text-transform:uppercase;letter-spacing:1px;padding:1rem 1rem .5rem;font-size:.65rem;font-weight:700}.nav-link{color:#ffffffb3;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover,.nav-link-active{color:#ffd570;background-color:#ffffff1a;font-weight:600}.sidebar-footer{background:#0000000d;border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.sidebar-user{border-radius:10px;align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.sidebar-user:hover{background:#ffffff0d}.sidebar-avatar{color:#a12316;background:linear-gradient(135deg,#ffc03f,#d4a017);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 2px 6px #0000001a}.sidebar-user-info{flex-direction:column;min-width:0;display:flex}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.sidebar-user-role{color:#fff9;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:500;overflow:hidden}.sidebar-footer-actions{gap:.5rem;display:flex}.sidebar-copyright{color:#fff6;text-align:center;margin-top:.5rem;font-size:.65rem;line-height:1.4}.logout-btn-premium{color:#ffc03f;cursor:pointer;background:#0003;border:1px solid #ffffff1a;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.78rem;font-weight:700;transition:all .2s;display:flex}.logout-btn-premium:hover{color:#a12316;background:#fff;border-color:#fff;transform:translateY(-1px)}.dashboard-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-header{background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.header-left{align-items:center;display:flex}.header-title-group{align-items:center;gap:1rem;display:flex}.header-text-block{flex-direction:column;display:flex}.header-instansi{color:#6b7280;margin-top:-4px;font-size:.75rem;font-weight:600}.page-title{color:#111827;margin:0;font-size:1.2rem;font-weight:800;line-height:1.2}.mobile-toggle{cursor:pointer;color:#4b5563;background:0 0;border:none;padding:.25rem;display:none}.header-right{align-items:center;gap:1rem;display:flex}.header-datetime{color:#6b7280;align-items:center;gap:1.25rem;font-size:.8rem;font-weight:600;display:flex}.header-date,.header-time{white-space:nowrap;align-items:center;gap:.4rem;display:flex}.header-date svg,.header-time svg{opacity:.8}.dashboard-content{flex:1;padding:2rem;overflow-y:auto}.sidebar-overlay{z-index:90;background:#00000080;display:none;position:fixed;inset:0}.dash-container{flex-direction:column;gap:1.5rem;display:flex}.welcome-card{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);border-radius:12px;padding:2rem;box-shadow:0 4px 15px #05966933}.welcome-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.welcome-text{opacity:.9;max-width:600px;margin:0;font-size:.95rem;line-height:1.5}.dash-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.profile-card,.stats-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.stats-card{flex-direction:column;display:flex}.card-title{color:#111827;border-bottom:1px solid #f3f4f6;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.profile-header{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.profile-avatar{background-color:#fff8ed;border:2px solid #ffc03f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-name{color:#111827;margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.profile-badge{color:#a12316;background:#a123161a;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.info-list{flex-direction:column;gap:1.25rem;display:flex}.info-item{align-items:center;gap:1rem;display:flex}.info-content{flex-direction:column;display:flex}.info-label{color:#4b5563;margin-bottom:.1rem;font-size:.75rem}.info-value{color:#111827;font-size:.9rem;font-weight:600}.coming-soon,.wa-status-box{text-align:center;background:#fdfbf7;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.wa-status-box{background:#f0fdf4;border:1px solid #e5e7eb}.status-icon-wrapper{margin-bottom:1rem;position:relative}.status-dot-active{background:#10b981;border:2px solid #f0fdf4;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0;box-shadow:0 0 0 2px #10b98133}.dash-btn-primary{color:#fff;background:#a12316;border-radius:8px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.dash-btn-primary:hover{background:#7a1b11;transform:translateY(-2px)}.placeholder-icon{margin-bottom:1rem}.login-container{background:linear-gradient(135deg,#fdfbf7 0%,#fff8ed 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex}.login-card{background:#fff;border:1px solid #f3e8e6;border-radius:16px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 10px 25px -5px #a123161a}.login-header{text-align:center;color:#fff;background:linear-gradient(135deg,#7a1b11 0%,#a12316 100%);padding:2.5rem 2rem;position:relative}.login-header:after{content:"";background:linear-gradient(90deg,#a12316 0% 25%,#ffb300 25% 50%,#059669 50% 75%,#111827 75% 100%);height:4px;position:absolute;bottom:0;left:0;right:0}.login-icon-wrapper{justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.login-icon-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 4px 10px #0000001a}.login-logo-img{object-fit:contain;max-width:240px;max-height:80px;padding:0}.login-title{letter-spacing:1px;text-shadow:0 1px 2px #0000001a;margin:0;font-size:1.8rem;font-weight:900}.login-subtitle{color:#ffffffd9;margin:.5rem 0 0;font-size:.9rem}.login-form{padding:2rem}.login-input-group{margin-bottom:1.25rem}.login-label{color:#111827;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.login-input-wrapper{align-items:center;display:flex;position:relative}.login-input-icon{color:#9ca3af;position:absolute;left:12px}.login-input{color:#111827;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:border-color .2s}.login-input:focus{border-color:#059669}.login-button{color:#111827;cursor:pointer;background:linear-gradient(135deg,#d4a017 0%,#ffb300 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.8rem;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #d4a01733}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #d4a0174d}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-footer{text-align:center;color:#4b5563;padding:0 2rem 2rem;font-size:.75rem}@media (width<=1024px){.dashboard-sidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}.mobile-toggle,.sidebar-overlay.open{display:block}}@media (width<=768px){.dashboard-header{height:80px;padding:0 1rem}.page-title{font-size:1rem}.header-instansi{font-size:.65rem}.header-datetime{flex-direction:column;align-items:flex-end;gap:.5rem;font-size:.68rem}.header-date,.header-time{gap:.25rem}.dashboard-content{padding:1rem}.welcome-card{padding:1.5rem}.welcome-title{font-size:1.25rem}.dash-grid{grid-template-columns:1fr}.profile-card,.stats-card{padding:1rem}.profile-header{gap:1rem;margin-bottom:1.5rem}.profile-avatar{width:60px;height:60px}.profile-name{font-size:1.1rem}.hide-mobile{display:none}.login-container{padding:1rem}.login-header{padding:2rem 1.5rem}.login-form{padding:1.5rem}.login-title{font-size:1.25rem}}.chat-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.chat-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;width:350px;display:flex}.sidebar-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem}.sidebar-header h2{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.search-box{color:#6b7280;background:#f3f4f6;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex}.search-box input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.search-clear{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.search-clear:hover{color:#a12316;background:#e5e7eb}.chat-list{flex:1;overflow-y:auto}.sidebar-empty-state{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.sidebar-empty-state p{color:#4b5563;margin:0;font-size:.95rem;font-weight:700}.sidebar-empty-state span{opacity:.8;font-size:.75rem;line-height:1.4}.chat-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.chat-item:hover{background:#f3f4f6}.chat-item.active{background:#fffbeb;border-left:4px solid #d4a017}.chat-avatar{color:#9ca3af;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.chat-item.active .chat-avatar{color:#d4a017;background:#fef3c7}.avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-info{flex:1;min-width:0}.chat-name-row{justify-content:space-between;align-items:center;margin-bottom:-2px;display:flex}.chat-phone-row{margin-bottom:.35rem}.chat-phone{color:#6b7280;letter-spacing:.1px;font-family:SF Mono,Menlo,monospace;font-size:.78rem;font-weight:600}.chat-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.chat-time{color:#9ca3af;font-size:.75rem}.chat-msg-row{justify-content:space-between;align-items:center;display:flex}.chat-last-msg{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.85rem;overflow:hidden}.unread-badge{color:#fff;background:#a12316;border-radius:50px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.chat-main{background:#fdfbf7;flex-direction:column;flex:1;display:flex;position:relative}.chat-header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.header-info{align-items:center;gap:1rem;display:flex}.header-avatar{color:#d4a017;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.header-info h3{margin:0;font-size:1rem;font-weight:700}.status-text{color:#6b7280;margin:0;font-size:.75rem}.header-actions{color:#9ca3af;gap:1.25rem;display:flex}.action-icon{cursor:pointer;transition:color .2s}.action-icon:hover{color:#a12316}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.msg-row{width:100%;display:flex}.msg-me{justify-content:flex-end}.msg-them{justify-content:flex-start}.msg-bubble{border-radius:12px;width:fit-content;max-width:70%;padding:.75rem 1rem;position:relative;box-shadow:0 1px 2px #0000000d}.msg-me .msg-bubble{color:#fff;background:#a12316;border-bottom-right-radius:2px}.msg-them .msg-bubble{color:#111827;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:2px}.msg-bubble p{margin:0;font-size:.95rem;line-height:1.5}.msg-meta{opacity:.7;justify-content:flex-end;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.7rem;display:flex}.chat-input-wrapper{background:#fff;border-top:1px solid #e5e7eb}.file-preview-bar{background:#f9fafb;border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.preview-container{border:1px solid #e5e7eb;border-radius:8px;width:50px;height:50px;position:relative;overflow:hidden}.preview-container img{object-fit:cover;width:100%;height:100%}.remove-file{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:-2px;right:-2px}.preview-info{flex-direction:column;display:flex}.preview-info span{color:#374151;font-size:.85rem;font-weight:600}.preview-info small{color:#6b7280;font-size:.7rem}.chat-input-area{align-items:flex-end;gap:.6rem;width:100%;padding:.6rem 1.25rem .6rem .5rem;display:flex}.chat-input-area textarea{resize:none;box-sizing:border-box;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:18px;outline:none;flex:1;min-width:0;min-height:38px;max-height:150px;padding:.5rem .75rem .5rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:all .2s;overflow-y:auto}.chat-input-area textarea::-webkit-scrollbar{width:6px}.chat-input-area textarea::-webkit-scrollbar-track{background:0 0}.chat-input-area textarea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.chat-input-area textarea::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-input-area textarea:focus{background:#fff;border-color:#a12316;box-shadow:0 0 0 2px #a123160d}.attach-btn,.send-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.attach-btn{color:#6b7280}.send-btn{color:#a12316;background:#fef2f2}.send-btn:hover:not(:disabled){color:#fff;background:#a12316}.send-btn:disabled{opacity:.5;cursor:not-allowed;color:#9ca3af;background:#f3f4f6}.attach-btn:hover{color:#a12316;background:#f3f4f6}.msg-media{border-radius:8px;margin-bottom:.5rem;overflow:hidden}.media-img,.media-video{cursor:pointer;max-width:100%;max-height:300px;display:block}.media-file{background:#0000000d;border-radius:8px;padding:1rem;font-size:.85rem;font-weight:600}.msg-text{white-space:pre-wrap;word-break:break-word}.msg-text strong{font-weight:800}.msg-text em{font-style:italic}.msg-text del{opacity:.7}.msg-monospace{background:#0000001a;border-radius:4px;padding:.1rem .3rem;font-family:Courier New,Courier,monospace;font-size:.85rem}.msg-me .msg-monospace{background:#ffffff26}@media (width<=768px){.chat-input-area{padding:.75rem 1rem}}.chat-welcome{text-align:center;color:#6b7280;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.welcome-icon{color:#e5e7eb;margin-bottom:1.5rem}.chat-welcome h2{color:#111827;margin-bottom:.75rem}.chat-welcome p{max-width:400px}.chat-loading{justify-content:center;padding:2rem;display:flex}.image-preview-modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:90vw;max-height:85vh;display:flex;position:relative}.modal-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:75vh;box-shadow:0 10px 30px #00000080}.modal-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;transition:opacity .2s;position:absolute;top:-40px;right:-40px}.modal-close:hover{opacity:1}.modal-actions{gap:1rem;display:flex}.download-btn{color:#fff;cursor:pointer;background:#a12316;border:none;border-radius:50px;padding:.75rem 2rem;font-weight:700;transition:transform .2s,background .2s;box-shadow:0 4px 15px #a1231666}.download-btn:hover{background:#c42b1c;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.modal-close{top:-50px;right:0}}.back-btn-mobile{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.back-btn-mobile:hover{color:#111827;background:#e5e7eb}@media (width<=768px){.chat-container{border:none;border-radius:0;height:calc(100vh - 130px);margin:0}.chat-sidebar{border-right:none;width:100%}.chat-main{z-index:50;background:#fff;position:absolute;inset:0}.mobile-hidden{display:none!important}.back-btn-mobile{display:flex}.hide-mobile{display:none!important}.chat-header{padding:.75rem 1rem}.header-avatar{width:32px;height:32px}.header-info h3{font-size:.9rem}.msg-bubble{max-width:85%}.chat-input-area{padding:.75rem 1rem}.chat-input-area input{padding:.6rem 1rem;font-size:.9rem}}.msg-bubble-wrapper{align-items:center;gap:.5rem;max-width:85%;display:flex}.msg-me .msg-bubble-wrapper{flex-direction:row-reverse}.msg-reply-btn{color:#9ca3af;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.msg-bubble-wrapper:hover .msg-reply-btn{opacity:1}.msg-reply-btn:hover{color:#a12316;background:#f3f4f6}.quoted-msg-preview{background:#0000000d;border:1px solid #00000008;border-radius:6px;margin-bottom:.5rem;font-size:.8rem;display:flex;overflow:hidden}.msg-me .quoted-msg-preview{background:#ffffff26}.quoted-bar{background:#a12316;flex-shrink:0;width:4px}.msg-me .quoted-bar{background:#fbbf24}.msg-them .quoted-bar{background:#a12316}.quoted-content{min-width:0;padding:.4rem .75rem}.quoted-content small{color:#a12316;margin-bottom:.1rem;font-weight:800;display:block}.msg-me .quoted-content small{color:#fef3c7}.msg-me .quoted-content p{color:#ffffffe6}.msg-them .quoted-content small{color:#a12316}.quoted-content p{white-space:nowrap;text-overflow:ellipsis;opacity:.8;margin:0;overflow:hidden}.quoted-thumbnail{background:#0000001a;flex-shrink:0;width:50px;height:50px}.quoted-thumbnail img{object-fit:cover;width:100%;height:100%}.reply-bar{background:#f3f4f6;border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;padding:.75rem 1.5rem;animation:.2s slideUp;display:flex;position:relative}.reply-thumbnail{border:1px solid #e5e7eb;border-radius:4px;flex-shrink:0;width:45px;height:45px;overflow:hidden}.reply-thumbnail img{object-fit:cover;width:100%;height:100%}.reply-indicator{background:#a12316;border-radius:10px;width:4px;height:30px}.reply-content{flex:1;min-width:0}.reply-content small{color:#a12316;font-size:.75rem;font-weight:800;display:block}.reply-content p{color:#4b5563;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.close-reply{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;transition:all .2s}.close-reply:hover{color:#111827;background:#e5e7eb}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.msg-bubble-wrapper{max-width:100%}.msg-reply-btn{opacity:.5}}.ai-toggle-bar{cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid;border-radius:50px;align-items:center;gap:8px;padding:5px 12px 5px 6px;transition:all .3s;display:flex}.ai-toggle-bar.ai-on{background:#ecfdf5;border-color:#10b981}.ai-toggle-bar.ai-off{background:#fef2f2;border-color:#ef4444}.ai-toggle-bar:hover{transform:scale(1.03);box-shadow:0 2px 8px #0000001a}.ai-toggle-switch{border-radius:50px;width:36px;height:20px;transition:all .3s;position:relative}.ai-on .ai-toggle-switch{background:#10b981}.ai-off .ai-toggle-switch{background:#ef4444}.ai-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:2px;box-shadow:0 1px 3px #0003}.ai-on .ai-toggle-knob{left:18px}.ai-off .ai-toggle-knob{left:2px}.ai-toggle-label{white-space:nowrap;font-size:.75rem;font-weight:700}.ai-toggle-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ai-on .ai-toggle-dot{background:#10b981;animation:2s infinite pulse-dot;box-shadow:0 0 6px #10b98199}.ai-off .ai-toggle-dot{background:#ef4444;box-shadow:0 0 6px #ef444466}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.ai-on .ai-toggle-label{color:#059669}.ai-off .ai-toggle-label{color:#dc2626}.div-selector{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;outline:none;max-width:140px;padding:4px 8px;font-size:.75rem;font-weight:600}.div-tag-mini{color:#a12316;white-space:nowrap;text-transform:uppercase;background:#a123161a;border:1px solid #a1231633;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700}.header-actions{align-items:center;gap:12px;display:flex}.closing-bar{background:#fef3c7;border-bottom:1px solid #f59e0b;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.closing-bar-text{color:#92400e;font-size:.75rem;font-weight:600}.closing-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#a12316;border:none;border-radius:50px;align-items:center;gap:4px;padding:4px 12px;font-size:.7rem;font-weight:700;transition:all .2s;display:inline-flex}.closing-btn:hover{background:#c42b1c;transform:scale(1.03)}.confirm-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.confirm-modal{background:#fff;border-radius:12px;width:100%;max-width:340px;animation:.25s slideUp;overflow:hidden;box-shadow:0 10px 40px #0003}.confirm-modal-header{color:#a12316;background:#fef2f2;border-bottom:1px solid #fecaca;align-items:center;gap:8px;padding:1rem 1.25rem;display:flex}.confirm-modal-header h3{margin:0;font-size:.95rem;font-weight:700}.confirm-modal-body{color:#4b5563;margin:0;padding:1rem 1.25rem;font-size:.85rem;line-height:1.5}.confirm-modal-actions{background:#f9fafb;border-top:1px solid #f3f4f6;justify-content:flex-end;gap:8px;padding:.75rem 1.25rem;display:flex}.confirm-cancel{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.confirm-cancel:hover{background:#f3f4f6}.confirm-ok{color:#fff;cursor:pointer;background:#a12316;border:none;border-radius:6px;padding:6px 16px;font-size:.8rem;font-weight:700;transition:all .2s}.confirm-ok:hover{background:#c42b1c}
