:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}.main-container{width:100%}.customer-chat-container{display:flex;flex-direction:column;justify-content:flex-end;height:95vh;width:96%;margin:1%;padding:1%}.chat-messages{flex:1 1;overflow-y:scroll}.message{background-color:#f1f0f0;border-radius:5px;padding:10px;margin-bottom:10px}.message .meta{font-size:.8rem;color:#777}.message .text{font-size:1rem}.my-message{background-color:#31983f;border-radius:5px;padding:5px;margin-bottom:10px;width:70%;margin-left:25%}.my-message .meta{font-size:.8rem;color:#fff}.my-message .text{font-size:1rem;color:#fff}.admin-message{background-color:#7084bf;border-radius:5px;padding:10px;margin-bottom:10px;width:70%;left:5%}.admin-message .meta{font-size:.8rem;color:#fff}.admin-message .text{font-size:1rem;color:#fff}.chat-form{display:flex;margin-top:10px}.chat-form #name{padding:.5rem;margin-right:.25rem}.chat-form #message{flex:1 1;padding:.5rem;border-radius:.25rem;border:1px solid #4e4bfc;margin-right:.5rem}.chat-form button{background-color:#4e4bfc;color:#fff;border:none;border-radius:5px;padding:10px;cursor:pointer}#logout-button{width:100px;position:absolute;right:5%;top:1%;color:#ff0;background-color:brown;cursor:pointer}.customer-list{list-style:none;margin:0;padding:0;width:100%}.customer-list-item{width:95%;border:1px solid #000;padding:5px;margin:5px 5px 5px 0;background-color:#f7ebdf;cursor:pointer}@media (prefers-color-scheme:dark){html{color-scheme:dark}}