.page-module__3yPt7q__main{flex-direction:column;min-height:100vh;display:flex}.page-module__3yPt7q__container{flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;padding:40px 24px;display:flex}.page-module__3yPt7q__listContainer{flex-direction:column;height:100%;display:flex}.page-module__3yPt7q__header{margin-bottom:32px}.page-module__3yPt7q__header h1{color:#fff;text-transform:uppercase;text-shadow:4px 4px #000;margin-bottom:8px;font-size:3rem;font-weight:900}.page-module__3yPt7q__header p{color:#000;background:var(--accent);text-transform:uppercase;border:4px solid #000;padding:8px 16px;font-size:1.1rem;font-weight:900;display:inline-block;transform:rotate(-1deg);box-shadow:6px 6px #000}.page-module__3yPt7q__chatList{flex-direction:column;gap:16px;display:flex}.page-module__3yPt7q__chatItem,.page-module__3yPt7q__chatItemUnread{cursor:pointer;background:#fff;border:4px solid #000;border-radius:0;align-items:center;gap:16px;padding:20px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:8px 8px #000}.page-module__3yPt7q__chatItem:hover,.page-module__3yPt7q__chatItemUnread:hover{background:var(--accent);transform:translate(-4px,-4px);box-shadow:12px 12px #000}.page-module__3yPt7q__chatItemUnread{box-shadow:8px 8px 0 var(--primary);background:#fff;border-color:#000}.page-module__3yPt7q__chatItemUnread:hover{box-shadow:12px 12px 0 var(--primary);background:var(--accent)}.page-module__3yPt7q__avatar{background:var(--gradient-2);color:#fff;border:3px solid #000;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:900;display:flex}.page-module__3yPt7q__info{flex:1}.page-module__3yPt7q__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.page-module__3yPt7q__username{color:#000;text-transform:uppercase;font-size:1.1rem;font-weight:900}.page-module__3yPt7q__time{color:#000;opacity:.6;font-size:.85rem;font-weight:700}.page-module__3yPt7q__lastMessage{color:#000;white-space:nowrap;text-overflow:ellipsis;max-width:400px;font-size:.95rem;font-weight:600;overflow:hidden}.page-module__3yPt7q__unreadDot{background:var(--primary);border:2px solid #000;border-radius:0;width:14px;height:14px;box-shadow:3px 3px #000}.page-module__3yPt7q__chatWindow{background:#fff;border:4px solid #000;border-radius:0;flex-direction:column;height:75vh;display:flex;position:relative;overflow:hidden;box-shadow:12px 12px #000}.page-module__3yPt7q__chatHeader{background:var(--accent);border-bottom:4px solid #000;align-items:center;gap:16px;padding:16px 20px;display:flex}.page-module__3yPt7q__backBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;align-items:center;padding:6px;display:flex;box-shadow:2px 2px #000}.page-module__3yPt7q__backBtn:hover{color:#fff;background:#000}.page-module__3yPt7q__chatAvatar{background:var(--gradient-1);color:#fff;border:2px solid #000;border-radius:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex}.page-module__3yPt7q__chatUserInfo{flex-direction:column;flex:1;display:flex}.page-module__3yPt7q__chatUsername{color:#000;text-transform:uppercase;font-size:1.1rem;font-weight:900}.page-module__3yPt7q__chatStatus{color:#000;font-size:.8rem;font-weight:700}.page-module__3yPt7q__chatActions{color:#000}.page-module__3yPt7q__chatBody{background:#f0f0f0 radial-gradient(#000 1px,#0000 0) 0 0/20px 20px;flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.page-module__3yPt7q__msgMe,.page-module__3yPt7q__msgThem{max-width:75%;display:flex}.page-module__3yPt7q__msgMe{align-self:flex-end}.page-module__3yPt7q__msgThem{align-self:flex-start}.page-module__3yPt7q__bubble{border:3px solid #000;border-radius:0;padding:12px 16px;position:relative;box-shadow:4px 4px #000}.page-module__3yPt7q__msgMe .page-module__3yPt7q__bubble{background:var(--primary);color:#fff}.page-module__3yPt7q__msgThem .page-module__3yPt7q__bubble{color:#000;background:#fff}.page-module__3yPt7q__bubble p{margin:0;font-size:1rem;font-weight:700;line-height:1.4}.page-module__3yPt7q__bubbleTime{text-align:right;opacity:.8;margin-top:6px;font-size:.75rem;font-weight:800;display:block}.page-module__3yPt7q__chatFooter{background:#fff;border-top:4px solid #000;align-items:center;gap:12px;padding:20px;display:flex}.page-module__3yPt7q__chatIconBtn{color:#000;cursor:pointer;background:#fff;border:2px solid #000;padding:8px;display:flex;box-shadow:2px 2px #000}.page-module__3yPt7q__chatIconBtn:hover{background:var(--accent)}.page-module__3yPt7q__chatInput{color:#000;background:#fff;border:3px solid #000;border-radius:0;flex:1;padding:12px 20px;font-family:inherit;font-size:1rem;font-weight:700}.page-module__3yPt7q__chatInput:focus{background:#fafafa;outline:none}.page-module__3yPt7q__sendBtn{background:var(--secondary);color:#000;cursor:pointer;border:3px solid #000;border-radius:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;box-shadow:4px 4px #000}.page-module__3yPt7q__sendBtn:hover{background:var(--primary);color:#fff;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.page-module__3yPt7q__sendBtn:disabled{opacity:.5;filter:grayscale();cursor:not-allowed;box-shadow:none;transform:none}.page-module__3yPt7q__loading{text-align:center;color:#000;text-transform:uppercase;background:#fff;border:4px solid #000;padding:100px;font-weight:900}@media (max-width:600px){.page-module__3yPt7q__container{padding:20px 12px}.page-module__3yPt7q__header h1{font-size:2.2rem}.page-module__3yPt7q__chatItem,.page-module__3yPt7q__chatItemUnread{padding:16px;box-shadow:6px 6px #000}.page-module__3yPt7q__chatWindow{z-index:2000;height:100vh;box-shadow:none;border:none;border-radius:0;position:fixed;inset:0}.page-module__3yPt7q__chatHeader{padding-top:20px}.page-module__3yPt7q__bubble{max-width:85%}}
