.login-container{max-width:400px;margin:5rem auto;padding:2rem;border-radius:12px;background:transparent;box-shadow:0 4px 12px #0000001a;overflow:auto;scroll-behavior:auto}.login-container h2{text-align:center;margin-bottom:1.5rem}@media (max-width: 768px){.login-container{margin:0 auto;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem;row-gap:0;overflow:hidden}.login-container h2{margin-top:0;margin-bottom:1rem;line-height:1.05}.login-container h2+form{margin-top:0!important}.login-container form{width:100%;align-items:center;gap:.5rem;margin-top:0!important;margin-block-start:0!important;padding-top:0}.login-container form input,.login-container form button{width:80%;margin:0 auto}}.login-container form{display:flex;flex-direction:column;gap:1rem}.login-container input{padding:.8rem 1rem;border:1px solid #ccc;border-radius:8px}.login-container button{padding:.8rem;background:#f90;color:#fff;border:none;border-radius:8px;cursor:pointer}.login-container button:disabled{background:#9ca3af;cursor:not-allowed}.login-container p{margin-top:1rem;text-align:center}form label{font-size:1.2rem;font-weight:700;margin-left:-.2rem;margin-top:.9rem;display:block;transition:all .3s}form input:-moz-placeholder+label{opacity:0;visibility:hidden;transform:translateY(-4rem)}form input:placeholder-shown+label{opacity:0;visibility:hidden;transform:translateY(-4rem)}form input::-moz-placeholder,form textarea::-moz-placeholder{color:#fdfdfd}form input::placeholder,form textarea::placeholder{color:#fdfdfd}form .form__group{display:flex;flex-direction:column;margin-bottom:1rem;&__label{font-size:1.2rem;font-weight:700;margin-left:2rem;margin-top:.7rem;display:block;transition:all .3s}}@media screen and (max-width: 768px){form{width:100%;padding:0;overflow:hidden}}@media screen and (max-width: 415px){form{width:100%;padding:0}}.admin-dashboard{display:grid;grid-template-rows:auto 1fr;height:100vh;overflow:hidden;font-family:Inter,sans-serif;color:#111827}.admin-dashboard>.chat-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0;color:#1f2937}.dashboard-title{font-size:1.125rem;font-weight:700}.logout-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:0;padding:.55rem 1rem;border-radius:.6rem;cursor:pointer;font-weight:700;letter-spacing:.2px;transition:transform .12s ease,background .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 8px 22px #f59e0b40}.logout-btn:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 10px 26px #f59e0b59}.logout-btn:active{transform:translateY(0);filter:brightness(.98)}.main{display:flex;flex:1 1 auto;height:100%;min-height:0;gap:0;overflow:hidden;overflow-x:hidden}.admin-dashboard .main>*{min-width:0;min-height:0;box-sizing:border-box}.sidebar{flex:0 0 10%;width:10%;height:100%;min-height:0;min-width:0;margin:0;order:1;color:#f9fafb;display:flex;flex-direction:column;border-right:1px solid #374151;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.sidebar h2,.sidebar .sidebar-header{font-size:1rem;font-weight:600;padding:.75rem 1rem;border-bottom:1px solid #374151}.sidebar ul,.sidebar .list{list-style:none;margin:0;padding:0;flex:1;color:#f9fafb}.sidebar li,.sidebar .item{padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}.sidebar li:hover,.sidebar .item:hover{background:#374151}.sidebar li.active,.sidebar .item.active{background:#4b5563}.badge,.badge-amber{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px}.chat-area{--input-h: clamp(56px, 10%, 160px);flex:1 1 auto;width:auto;height:100%;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;background:#ffffffb3;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border-left:1px solid rgba(255,255,255,.2);box-sizing:border-box}.chat-area>.chat-header{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fff9;font-weight:600;color:#1f2937;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-messages{flex:1;min-height:0;padding:1rem;padding-bottom:calc(var(--input-h) + .5rem);overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:thin;scrollbar-color:rgba(37,99,235,.6) transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#2563eb99;border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.chat-messages::-webkit-scrollbar-thumb:hover{background:#2563ebd9}.message{max-width:70%;padding:.6rem .9rem;border-radius:.9rem;line-height:1.4;word-wrap:break-word;word-break:break-word;display:inline-block;font-size:.9rem;box-shadow:0 2px 6px #00000014}.message.customer{background:#fffc;border:1px solid rgba(229,231,235,.6);color:#111827;align-self:flex-start}.message.admin{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;align-self:flex-end}.message .time{display:block;font-size:.7rem;color:#9ca3afe6;margin-top:.25rem;text-align:right}.chat-input{display:flex;padding:.75rem;border-top:1px solid rgba(0,0,0,.06);background:#fff9;flex:0 0 clamp(56px,10%,160px);box-sizing:border-box;margin-top:0}.chat-input input{flex:1;padding:.6rem .9rem;border:1px solid rgba(209,213,219,.6);border-radius:.5rem;outline:none;font-size:.9rem;background:#fffc;color:#111827}.chat-input input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.chat-input button,.send-btn{margin-left:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.6rem 1rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s ease,transform .15s ease}.chat-input button:hover,.send-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#1d4ed8,#1e40af)}.customer-details{flex:0 0 20%;width:20%;height:100%;max-height:100%;min-height:0;min-width:0;margin:0;order:3;background:#fff;border-left:1px solid #e5e7eb;padding:1rem;overflow-y:auto;overflow-x:hidden;color:#f0f0f0;box-sizing:border-box}.customer-details h2{font-size:1rem;font-weight:700;margin:.5rem 0 .75rem}.customer-details .row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem;padding:.4rem 0;border-bottom:1px dashed #e5e7eb;color:#f0f0f0!important}.customer-details .row:last-child{border-bottom:none;color:#f0f0f0}.status-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:6px;vertical-align:middle}.status-dot.online{background:#10b981}.status-dot.offline{background:#9ca3af}.accent{color:#2563eb;font-weight:700}.break-all{word-break:break-all}@media (max-width: 1024px){.sidebar{flex-basis:14%;width:14%}.chat-area{flex-basis:56%;width:56%}.customer-details{flex-basis:30%;width:30%}}.admin-chat-theme.admin-dashboard .sidebar{order:1;flex:0 0 10%;width:10%;margin:0}.admin-chat-theme.admin-dashboard .chat-area{order:2;flex:1 1 auto;width:auto;margin:0}.admin-chat-theme.admin-dashboard .customer-details{order:3;flex:0 0 20%;width:20%;margin:0}@media (max-width: 768px){.main{flex-direction:column;height:auto}.chat-area{order:1;width:100%;flex:1 1 auto;height:auto;min-height:0}.chat-area>.chat-header{position:sticky;top:0;z-index:3}.chat-input{position:static;bottom:auto;z-index:auto;margin-top:0;padding-bottom:env(safe-area-inset-bottom,0px)}.sidebar{order:2;width:100%;flex:0 0 auto;height:auto;max-height:28vh;background:transparent;border-right:none;border-top:1px solid #374151;border-bottom:1px solid #374151;overflow:hidden;box-sizing:border-box;padding:0;border-radius:0;position:relative;margin-top:10px}.sidebar .list{display:block;width:100%;max-height:inherit;overflow-x:hidden;overflow-y:auto;padding:0}.sidebar .item{width:100%;min-width:100%;min-height:64px;border-radius:12px;background:#ffffff0f;border:1px solid #374151}.sidebar .item .name{font-size:1rem;font-weight:700}.customer-details{display:block;order:3;padding:.75rem;margin-top:10px;border-radius:12px;font-size:.875rem}.customer-details h2{display:none}.customer-details .row{display:block;margin-bottom:.5rem}.customer-details .row strong{color:#0f172a}.customer-details .row div:last-child{margin-top:.25rem;word-break:break-all;color:#0f172a}.customer-details .row:nth-of-type(1),.customer-details .row:nth-of-type(3),.customer-details h2:nth-of-type(2),.customer-details .row:nth-of-type(5),.customer-details .row:nth-of-type(6),.customer-details h2:nth-of-type(3),.customer-details .row:nth-of-type(8),.customer-details .row:nth-of-type(9){display:none}.customer-details .text-gray-500{display:block;color:#0f172a;font-size:.875rem;text-align:center;padding:.5rem}.admin-dashboard>.chat-header{padding:.75rem 1rem}.logout-btn{padding:.5rem .9rem;border-radius:.5rem}}@media (max-width: 480px){.dashboard-title{font-size:1rem}.chat-area>.chat-header{padding:.5rem .75rem;background:linear-gradient(135deg,#f59e0b,#d97706)}.chat-messages{padding:.75rem .75rem 0}.chat-input{padding:.5rem}.chat-input input,.chat-input .textbox{height:48px;font-size:.95rem}.send-btn{height:48px;min-width:56px}.sidebar .item{min-width:180px}}@media (max-width: 768px){.sidebar .sidebar-header{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}}@media (max-width: 768px){.sidebar .list .item:not(.active){display:none!important}.sidebar .list .item.active{width:100%;min-width:100%}}@media (max-width: 768px){.sidebar .sidebar-header{display:none!important}}@media (max-width: 768px){.admin-chat-theme.admin-dashboard .sidebar{flex:0 0 100%!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:28vh!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important}.admin-chat-theme.admin-dashboard .sidebar .list{display:block!important;width:100%!important;max-height:inherit!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important}.admin-chat-theme.admin-dashboard .sidebar .item{display:block!important;width:100%!important;min-width:100%!important;min-height:64px!important;margin:0!important;border-radius:12px!important;border-left:0!important;box-sizing:border-box!important}.admin-chat-theme.admin-dashboard .sidebar .item>*{width:100%!important;box-sizing:border-box!important}.admin-chat-theme.admin-dashboard .sidebar .item .name{font-size:1rem!important;font-weight:700!important;color:#f0f0f0!important}.admin-chat-theme.admin-dashboard .sidebar .item.active{width:100%!important;min-width:100%!important}}@media (max-width: 768px){.chat-area .chat-messages{padding-bottom:0!important;flex:1 1 auto!important;min-height:0!important;max-height:none!important}}.admin-chat-theme.admin-dashboard{position:relative;background:#0b0f1a}.admin-chat-theme.admin-dashboard:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:none;mix-blend-mode:normal}.admin-chat-theme.admin-dashboard>.chat-header,.admin-chat-theme.admin-dashboard .main{position:relative;z-index:1}.admin-chat-theme.admin-dashboard .main{gap:12px!important;padding:12px!important;box-sizing:border-box!important}.admin-chat-theme.admin-dashboard>.chat-header{margin:0;border-radius:14px;background:linear-gradient(135deg,#fff3,#ffffff14)!important;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 30px #00000047}.admin-chat-theme.admin-dashboard .sidebar,.admin-chat-theme.admin-dashboard .chat-area,.admin-chat-theme.admin-dashboard .customer-details{background:var(--panel-bg, rgba(255,255,255,.18))!important;backdrop-filter:blur(14px) saturate(180%)!important;-webkit-backdrop-filter:blur(14px) saturate(180%)!important;border:1px solid var(--panel-border, rgba(255,255,255,.22))!important;box-shadow:var(--glass-shadow, 0 10px 30px rgba(0,0,0,.28))!important;border-radius:14px!important;overflow:hidden}.admin-chat-theme.admin-dashboard .sidebar{background-color:transparent!important;color:#0f172a}.admin-chat-theme.admin-dashboard .chat-area{background-color:transparent!important;border-left:none!important}.admin-chat-theme.admin-dashboard .customer-details{background-color:transparent!important}.admin-chat-theme.admin-dashboard .sidebar .item:hover{background:#ffffff0f!important}.admin-chat-theme.admin-dashboard .sidebar .item.active{background:#f59e0b1a!important;border-left:4px solid var(--amber, #f59e0b)!important;padding-left:10px!important}.admin-chat-theme.admin-dashboard .chat-area>.chat-header{border-top-left-radius:14px;border-top-right-radius:14px;box-shadow:0 6px 18px #0000002e}@media (min-width: 1025px){.admin-chat-theme.admin-dashboard .chat-messages{margin:12px 12px 0!important;border-radius:12px!important}}@media (max-width: 768px){.admin-chat-theme.admin-dashboard .main{padding:10px!important;gap:10px!important}.admin-chat-theme.admin-dashboard>.chat-header{margin:10px 10px 0;border-radius:12px}.admin-chat-theme.admin-dashboard .sidebar .item{border-radius:12px!important}}.admin-chat-theme{--amber: #f59e0b;--amber-dark: #d97706;--panel-bg: rgba(255,255,255,.18);--panel-border: rgba(255,255,255,.22);--glass-shadow: 0 10px 30px rgba(0,0,0,.28);--muted-text: #94a3b8;--admin-bubble-bg: rgba(255,255,255,.85);--chat-backdrop: rgba(17,24,39,.35);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.admin-chat-theme .sidebar,.admin-chat-theme .chat-area,.admin-chat-theme .customer-details{border-radius:12px;display:flex;flex-direction:column}.admin-chat-theme .glass-panel,.admin-chat-theme .sidebar,.admin-chat-theme .chat-area,.admin-chat-theme .customer-details{background:var(--panel-bg);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border:1px solid var(--panel-border);box-shadow:var(--glass-shadow);color:#0f172a}.admin-chat-theme .sidebar{width:unset;min-width:0;max-width:none;padding:0;overflow:hidden;border-right:1px solid rgba(255,255,255,.08)}.admin-chat-theme .sidebar .sidebar-header,.admin-chat-theme .sidebar .title{background:linear-gradient(135deg,#f59e0bfa,#f59e0bc7);color:#fff;padding:14px 16px;font-weight:700;letter-spacing:.2px;border-top-left-radius:12px;border-top-right-radius:12px}.admin-chat-theme .sidebar .list{overflow-y:auto;flex:1;padding:6px 0}.admin-chat-theme .sidebar .item{padding:12px 14px;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:background .18s ease,transform .12s ease}.admin-chat-theme .sidebar .item:hover{background:#ffffff0a;transform:translateY(-1px)}.admin-chat-theme .sidebar .item.active{background:#f59e0b14;border-left:4px solid var(--amber);padding-left:10px}.admin-chat-theme .sidebar .badge-amber{background:var(--amber);color:#fff;padding:3px 8px;border-radius:999px;font-weight:700;font-size:12px}.admin-chat-theme .sidebar .meta{color:var(--muted-text);font-size:12px;display:flex;gap:8px;align-items:center}.admin-chat-theme .chat-area{flex:unset;margin:0;min-width:0;max-width:none;position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.22);background:#ffffff1f}.admin-chat-theme .chat-header{padding:12px 16px;background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff;font-weight:700;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px;flex-shrink:0}.admin-chat-theme .chat-messages{background:#ffffff14;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-radius:14px;margin:12px 12px 0;padding:16px;padding-bottom:calc(var(--input-h, 72px) + 8px);display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1;min-height:0;max-height:none;border:1px solid rgba(255,255,255,.28);position:relative;z-index:2}.admin-chat-theme .chat-messages{scrollbar-width:thin;scrollbar-color:rgba(245,158,11,.6) transparent}.admin-chat-theme .chat-messages::-webkit-scrollbar{width:7px}.admin-chat-theme .chat-messages::-webkit-scrollbar-track{background:transparent}.admin-chat-theme .chat-messages::-webkit-scrollbar-thumb{background:#f59e0b8c;border-radius:12px;-webkit-transition:background .2s;transition:background .2s}.admin-chat-theme .chat-messages::-webkit-scrollbar-thumb:hover{background:#f59e0bd9}.admin-chat-theme .chat-message{max-width:72%;padding:10px 12px;border-radius:14px;line-height:1.35;word-break:break-word;box-shadow:0 6px 18px #02061714;transition:transform .12s ease,box-shadow .12s ease;position:relative}.admin-chat-theme .chat-message.admin{align-self:flex-start;background:var(--admin-bubble-bg);color:#0f172a;border-radius:14px 14px 14px 6px;border:1px solid rgba(2,6,23,.04)}.admin-chat-theme .chat-message.customer{align-self:flex-end;background:linear-gradient(135deg,#f59e0bfa,#f59e0bd1);color:#fff;border-radius:14px 14px 6px;box-shadow:0 12px 30px #f59e0b2e}.admin-chat-theme .chat-message .meta{display:block;margin-top:8px;font-size:12px;color:var(--muted-text);opacity:.95;text-align:right}.admin-chat-theme .chat-message:hover{transform:translateY(-2px)}.admin-chat-theme .chat-message.admin:after,.admin-chat-theme .chat-message.customer:after{content:"";position:absolute;width:12px;height:12px;bottom:6px;transform:rotate(45deg);box-shadow:inherit}.admin-chat-theme .chat-message.admin:after{left:-6px;background:var(--admin-bubble-bg);border-left:1px solid rgba(2,6,23,.04);border-bottom:1px solid rgba(2,6,23,.04);filter:blur(.02px)}.admin-chat-theme .chat-message.customer:after{right:-6px;background:linear-gradient(135deg,#f59e0bfa,#f59e0bd1);border-right:1px solid rgba(0,0,0,.06);border-top:1px solid rgba(255,255,255,.04)}.admin-chat-theme .chat-input{display:flex;gap:10px;padding:14px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ffffff0f,#ffffff05);border-bottom-left-radius:12px;border-bottom-right-radius:12px;align-items:center;flex-shrink:0}.admin-chat-theme .chat-input .text-input{flex:1;min-height:56px;border-radius:12px;padding:14px;border:1px solid rgba(255,255,255,.12);background:#fffffff2;box-shadow:0 4px 14px #0206170f inset;font-size:15px;color:#0f172a;outline:none}.admin-chat-theme .chat-input .text-input:focus{box-shadow:0 6px 20px #2563eb24;border-color:#f59e0be6}.admin-chat-theme .chat-input .send-btn{background:linear-gradient(135deg,var(--amber),var(--amber-dark));color:#fff;padding:12px 16px;min-width:64px;height:56px;border-radius:12px;border:none;font-weight:700;cursor:pointer;box-shadow:0 8px 22px #f59e0b2e;transition:transform .12s ease,box-shadow .12s ease}.admin-chat-theme .chat-input .send-btn:hover{transform:translateY(-2px)}.admin-chat-theme .chat-input .send-btn:disabled{opacity:.55;transform:none;cursor:not-allowed;box-shadow:none}.admin-chat-theme .customer-details{width:unset;min-width:0;padding:18px;gap:16px;border-left:1px solid rgba(255,255,255,.06);overflow-y:auto}.admin-chat-theme .customer-details h2{color:var(--amber);font-weight:700;margin:0 0 8px}.admin-chat-theme .customer-details .row{display:flex;justify-content:space-between;gap:10px;color:#0f172a;background:#ffffff0f;padding:8px 10px;border-radius:8px}.admin-chat-theme .sidebar .list,.admin-chat-theme .customer-details{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent}.admin-chat-theme.admin-dashboard .chat-area{flex:1 1 auto!important;min-height:0!important}.admin-chat-theme .sidebar .list::-webkit-scrollbar,.admin-chat-theme .customer-details::-webkit-scrollbar{width:6px}.admin-chat-theme .sidebar .list::-webkit-scrollbar-thumb,.admin-chat-theme .customer-details::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:10px}@media (max-width: 1024px){.admin-chat-theme .sidebar{width:220px}.admin-chat-theme .customer-details{width:200px;display:none}}@media (max-width: 640px){.admin-chat-theme{flex-direction:column;gap:12px;padding:12px}.admin-chat-theme .sidebar{width:100%;order:1}.admin-chat-theme .chat-area{order:2;margin:0}.admin-chat-theme .customer-details{order:3;display:none}}.admin-chat-theme .message{display:inline-block;padding:8px 12px;border-radius:16px;word-wrap:break-word;max-width:70%;font-size:14px;line-height:1.4;margin:4px 0;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;will-change:transform}@media (prefers-reduced-motion: no-preference){.admin-chat-theme .message{animation:messageEnter .22s ease-out both}}@media (prefers-reduced-motion: reduce){.admin-chat-theme .message{animation:none!important}}@media (prefers-reduced-motion: no-preference){.admin-chat-theme .chat-messages .message:nth-child(odd){transform:translateY(-1px)}.admin-chat-theme .chat-messages .message:nth-child(2n){transform:translateY(1px)}}@media (prefers-reduced-motion: reduce){.admin-chat-theme .chat-messages .message:nth-child(odd),.admin-chat-theme .chat-messages .message:nth-child(2n){transform:none!important}}.admin-chat-theme .message.admin{align-self:flex-start;background:#ffffffbf;color:#1f2937;border-radius:16px 16px 16px 4px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 2px #0000000f,0 6px 16px #1118271f}.admin-chat-theme .message.admin:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000014,0 12px 28px #1118272e}.admin-chat-theme .message.admin:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000f,0 6px 12px #11182724}.admin-chat-theme .message.admin:focus-visible{outline:none;box-shadow:0 0 0 3px #111,0 2px 6px #0000001a}.admin-chat-theme .message.customer{align-self:flex-end;background:linear-gradient(135deg,#f59e0bf2,#f59e0bbf);color:#fff;border-radius:16px 16px 4px;box-shadow:0 1px 2px #00000014,0 6px 16px #f59e0b47}.admin-chat-theme .message.customer:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001f,0 14px 32px #f59e0b73}.admin-chat-theme .message.customer:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000f,0 8px 18px #f59e0b38}.admin-chat-theme .message.customer:focus-visible{outline:none;box-shadow:0 0 0 3px #fffffff2,0 10px 24px #f59e0b59}.admin-chat-theme .message .sender{font-weight:600;margin-bottom:4px}.admin-chat-theme .message .text{white-space:pre-wrap}.admin-chat-theme .message .time{margin-top:4px;font-size:12px;opacity:.9}.admin-chat-theme .message.admin .time{color:#6b7280}.admin-chat-theme .message.customer .time{color:#ffffffe6}.admin-chat-theme .chat-messages{display:flex;flex-direction:column;align-items:stretch}.admin-chat-theme .chat-input{display:flex;align-items:center;gap:8px;padding:10px;border-top:1px solid rgba(255,255,255,.3);background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex:0 0 var(--input-h, 72px);box-sizing:border-box}.admin-chat-theme .chat-input .textbox{flex:1;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;font-size:14px;background:#fff;height:56px;transition:border-color .2s,box-shadow .2s,background .2s}.admin-chat-theme .chat-input .textbox:focus{outline:none;border-color:#f59e0b;background:#fff;box-shadow:0 0 0 3px #f59e0b40}.admin-chat-theme .chat-input .send-btn{background:#f59e0b;border:none;border-radius:12px;color:#fff;min-width:56px;height:56px;padding:0 20px;cursor:pointer;font-weight:600;transition:background .3s,transform .2s,box-shadow .2s;box-shadow:0 6px 14px #0003}.admin-chat-theme .chat-input .send-btn:hover{background:#d97706;transform:translateY(-1px)}.admin-chat-theme .chat-input .send-btn:disabled{background:#9ca3af;cursor:not-allowed}.admin-chat-theme .chat-title{font-weight:600;font-size:1.125rem}.admin-chat-theme .typing-indicator,.admin-chat-theme .typing-note{font-size:12px;opacity:.9}.admin-chat-theme .chat-header{background:linear-gradient(135deg,#f59e0bf2,#f59e0ba6)!important;color:#fff!important}.admin-chat-theme .message.admin{align-self:flex-start!important}.admin-chat-theme .message.customer{align-self:flex-end!important}.admin-chat-theme .chat-messages{display:flex!important;flex-direction:column!important;align-items:stretch!important}.admin-chat-theme .chat-input .send-btn{background:#f59e0b!important;color:#fff!important;border:none!important}.admin-chat-theme .chat-input .textbox:focus{border-color:#f59e0b!important;box-shadow:0 0 0 3px #f59e0b40!important}@media (max-width: 768px){.admin-chat-theme .sidebar .sidebar-header{display:none!important}.admin-chat-theme .sidebar .list{display:block!important;width:100%!important;padding:0!important;overflow:visible!important}.admin-chat-theme .sidebar .item{display:block!important;width:100%!important;min-width:100%!important;margin:0!important;border-radius:0!important;border-left-width:0!important;border-right-width:0!important}.admin-chat-theme .sidebar .item:not(.active){display:none!important}}
