body{background:#000}.chat{color:#f4f4f4;background:linear-gradient(#0000000d,#0000000d),var(--wall-url,var(--room-bg,url(/images/bg/bg_winter_v1.webp)))center/cover no-repeat fixed;background-color:#0a0a0a;min-height:100vh;margin:0}.chat-container{max-width:min(1200px,94vw);margin:16px auto 48px}.chat-panel{background:#00000073;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 12px 30px #00000059}.portrait{background:#000;border-radius:18px;overflow:hidden}.portrait img{object-fit:cover;width:100%;height:100%;display:block}.chat-input{color:#f4f4f4;background:#00000073;border:1px solid #ffffff14;border-radius:999px}.chat-input input[type=text],.chat-input input[type=search],.chat-input textarea{color:#f4f4f4;background:0 0;border:0}.chat-input input:focus-visible,.chat-input textarea:focus-visible{outline:none}.chat-btn{background:var(--btn-grad,linear-gradient(180deg,#a67bcc,#8757b0));color:#fff;cursor:pointer;border:0;border-radius:14px;padding:10px 16px;font-weight:700;box-shadow:0 10px 30px #00000059}.chat-btn:focus-visible{outline:none;box-shadow:0 0 3px #d88cff66}.chat-panel a{color:#f4f4f4;text-decoration:underline}[class*=wallpaper],[data-wallpaper]{background-image:none!important}.chat-shell{grid-template-columns:minmax(260px,420px) 1fr;align-items:start;gap:24px;max-width:min(1200px,94vw);margin:0 auto 40px;padding-top:20px;display:grid}.hero{position:sticky;top:20px}#heroImg{border-radius:18px;width:100%;height:auto;display:block;box-shadow:0 12px 30px #00000059}.chat-col{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;height:60vh;padding:14px;display:flex;box-shadow:0 12px 30px #00000059}#feed{scroll-behavior:smooth;flex:1;min-height:60vh;padding:12px;overflow:hidden auto}.composer-wrap form{gap:10px;display:flex}#input{color:#f4f4f4;background:#0000008c;border:1px solid #ffffff1f;border-radius:999px;flex:1;padding:12px 14px}#sendBtn{background:var(--btn-grad,linear-gradient(180deg,#a67bcc,#8757b0));color:#fff;cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-weight:700;box-shadow:0 10px 30px #00000059}@media (max-width:900px){.chat-shell{grid-template-columns:1fr}.hero{position:static}}.bubble{word-break:break-word;border-radius:16px;max-width:75%;margin:8px 12px;padding:12px 16px;font-size:1rem;line-height:1.4;display:inline-block;box-shadow:0 3px 6px #0000004d}.bubble.me{background:var(--button);color:#fff;border-bottom-right-radius:4px;align-self:flex-end;margin-left:auto}.bubble.them{color:var(--ink);background:#ffffff14;border-bottom-left-radius:4px;align-self:flex-start;margin-right:auto}#feed{flex-direction:column;gap:10px;padding:16px;display:flex}.msg{word-break:break-word;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:16px;max-width:75%;margin:4px 10px;padding:12px 16px;font-size:1rem;line-height:1.45;display:inline-block;box-shadow:0 4px 10px #00000047}.msg.me{background:var(--button,#ff3f86);color:#000;border-bottom-right-radius:6px;margin-left:auto;font-weight:500}.msg.them{color:var(--ink,#eee);background:#ffffff14;border-bottom-left-radius:6px;margin-right:auto}@keyframes popIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.msg{animation:.16s ease-out popIn}
