#mediaBtn{font-size:20px}.selected-chat-media{display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid #364263;background:#0b1120}.selected-chat-media[hidden]{display:none}.selected-chat-media img{width:54px;height:54px;object-fit:contain;border-radius:9px;background:#03050a}.selected-chat-media span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c9d5f2}.selected-chat-media button{width:34px;height:34px;padding:0}.chat-media-picker{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:15px;background:#02040be8;backdrop-filter:blur(10px)}.chat-media-picker[hidden]{display:none}.chat-media-card{width:min(720px,100%);max-height:88vh;overflow:auto;padding:22px;border:1px solid #4d5d89;border-radius:20px;background:linear-gradient(145deg,#151d33,#0c1120)}.chat-media-card header{display:flex;justify-content:space-between;align-items:center;gap:18px}.chat-media-card h2{margin:4px 0}.chat-media-card small{color:#9ebeff;font-weight:900}.chat-media-card>p{color:#aeb8d0}.chat-media-card header button{width:38px;height:38px;padding:0;font-size:21px}.chat-media-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.chat-media-choice{display:grid;place-items:center;min-width:0;height:125px;padding:6px;border:1px solid #364362;border-radius:13px;background:#070b15}.chat-media-choice:hover{border-color:#8a5dd1;transform:translateY(-2px)}.chat-media-choice img{display:block;width:100%;height:100%;object-fit:contain}.chat-media-empty{grid-column:1/-1;padding:35px;text-align:center;border:1px dashed #46506c;border-radius:14px;color:#99a4c0}.message-media{display:block;max-width:min(360px,100%);max-height:360px;margin-top:8px;border-radius:13px;object-fit:contain;background:#03050a}.message-media[hidden]{display:none}@media(max-width:650px){.chat-media-grid{grid-template-columns:repeat(3,1fr)}.chat-media-choice{height:100px}.chat-media-card{padding:17px 12px}}
