:root{--chat-green:#0a9b62;--chat-dark:#12372d;--chat-soft:#ecfaf4;--chat-gold:#f6c43d}.chat-page{max-width:1120px;margin:0 auto}.chat-page-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px;border-radius:26px;background:linear-gradient(135deg,#073f30,#0c9d65);color:#fff;box-shadow:0 18px 42px rgba(5,74,51,.18);margin-bottom:22px}.chat-page-hero h1{font-weight:800;font-size:clamp(1.55rem,3vw,2.2rem);margin:8px 0}.chat-page-hero p{margin:0;opacity:.85}.chat-kicker{font-size:.83rem;font-weight:700;background:#ffffff1c;border:1px solid #ffffff2b;padding:7px 11px;border-radius:999px}.chat-browse-btn{background:#fff;color:var(--chat-dark);font-weight:800;border-radius:14px;padding:11px 17px;white-space:nowrap}.chat-list{display:grid;gap:12px}.chat-thread-card{position:relative;display:flex;align-items:center;gap:14px;text-decoration:none;color:#19342d;background:#fff;border:1px solid #e4eee9;border-radius:20px;padding:16px 18px;box-shadow:0 9px 28px rgba(27,72,57,.07);transition:.2s ease}.chat-thread-card:hover{transform:translateY(-2px);border-color:#a8dbc7;color:#19342d}.chat-thread-card.has-unread{border-right:4px solid var(--chat-green);background:linear-gradient(90deg,#fff,#f3fdf8)}.chat-avatar{position:relative;display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:17px;background:linear-gradient(145deg,#0aa66a,#076945);color:#fff;font-size:1.2rem;font-weight:800}.chat-avatar i{position:absolute;width:11px;height:11px;border-radius:50%;background:#37d98b;border:2px solid #fff;bottom:-1px;left:-1px}.chat-thread-main{min-width:0;flex:1}.chat-thread-top{display:flex;justify-content:space-between;gap:16px}.chat-thread-top strong{font-weight:800}.chat-thread-top time{font-size:.75rem;color:#87958f}.chat-property{display:block;color:#12815a;font-size:.82rem;font-weight:700;margin:4px 0}.chat-property small{color:#82918b}.chat-preview{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#697972;font-size:.9rem}.chat-unread{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;background:var(--chat-green);color:#fff;font-size:.75rem}.chat-arrow{color:#9baaa5}.chat-empty{text-align:center;background:#fff;border:1px dashed #bcd7cb;border-radius:26px;padding:60px 20px}.chat-empty>span{display:grid;place-items:center;width:76px;height:76px;margin:auto;border-radius:24px;background:var(--chat-soft);color:var(--chat-green);font-size:2rem}.chat-empty h2{font-weight:800;margin:18px 0 7px}.chat-empty p{color:#6d7d76}.chat-empty a{color:var(--chat-green);font-weight:800;text-decoration:none}.chat-room{height:calc(100vh - 132px);min-height:580px;background:#f1f7f4;border:1px solid #dce9e3;border-radius:26px;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr auto;box-shadow:0 18px 48px rgba(22,64,50,.1)}.chat-room-header{display:flex;align-items:center;gap:12px;background:#fff;padding:14px 18px;border-bottom:1px solid #e3ece8}.chat-room-header h1{font-size:1.05rem;font-weight:800;margin:0}.chat-room-header p{margin:3px 0 0;color:#698078;font-size:.8rem}.chat-back,.chat-property-link{display:grid;place-items:center;text-decoration:none;color:#1e5342;background:#f0f7f4;border-radius:12px;width:42px;height:42px}.chat-property-link{margin-right:auto;width:auto;padding:0 13px;display:flex;gap:7px}.chat-trust{display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 14px;background:#fff8df;color:#695211;font-size:.76rem}.chat-trust i{font-size:1.1rem}.chat-trust span{display:flex;gap:5px}.chat-messages{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:9px;background-color:#eef6f2;background-image:radial-gradient(#9ac9b518 .8px,transparent .8px);background-size:16px 16px}.chat-day{text-align:center;margin:4px}.chat-day span{background:#dfece6;color:#61766e;border-radius:999px;padding:5px 11px;font-size:.72rem}.chat-bubble{max-width:min(72%,620px);padding:10px 13px 6px;border-radius:17px;box-shadow:0 3px 12px rgba(30,70,55,.08)}.chat-bubble p{margin:0;line-height:1.7;overflow-wrap:anywhere}.chat-bubble footer{display:flex;justify-content:flex-end;align-items:center;gap:4px;font-size:.68rem;margin-top:4px;opacity:.62}.chat-bubble.mine{align-self:flex-start;background:#d9f8e9;border-bottom-right-radius:4px}.chat-bubble.theirs{align-self:flex-end;background:#fff;border-bottom-left-radius:4px}.chat-composer{display:flex;align-items:flex-end;gap:10px;background:#fff;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #dfeae5}.chat-composer textarea{flex:1;resize:none;max-height:120px;border:1px solid #d6e4de;border-radius:18px;padding:12px 15px;outline:none;background:#f8fbfa}.chat-composer textarea:focus{border-color:#49b88a;box-shadow:0 0 0 3px #25a86b1c}.chat-composer button{border:0;width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#12ae71,#07754d);color:#fff;font-size:1.1rem;box-shadow:0 8px 18px #0b966044}.platform-chat-action{position:fixed;z-index:1042;left:24px;bottom:110px}.platform-chat-action:empty{display:none}.platform-chat-action a,.platform-chat-action button{display:flex;align-items:center;gap:10px;border:0;border-radius:18px;background:linear-gradient(135deg,#073e30,#0aa367);color:#fff;padding:11px 15px;text-decoration:none;box-shadow:0 14px 35px rgba(3,74,49,.28);text-align:right}.platform-chat-action i{font-size:1.35rem;color:#ffd04b}.platform-chat-action span{display:flex;flex-direction:column}.platform-chat-action strong{font-size:.9rem}.platform-chat-action small{opacity:.76;font-size:.7rem}body:has(.platform-chat-action:not(:empty)) .detail-contact-primary{display:none}.public-chat-link{position:relative;display:grid!important;place-items:center;width:42px;height:42px;border-radius:14px;background:#e9f8f1;color:#08784f!important;text-decoration:none}.public-chat-badge,.topbar-chat-badge{position:absolute;top:-5px;left:-5px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 4px;border-radius:10px;background:#e33b4f;color:#fff;font:700 11px/1 Tajawal,sans-serif;border:2px solid #fff}
@media(max-width:767px){.chat-page{margin:-8px}.chat-page-hero{border-radius:0 0 24px 24px;padding:20px 17px;align-items:flex-start}.chat-page-hero p{font-size:.85rem}.chat-browse-btn{padding:9px 12px;font-size:.8rem}.chat-thread-card{border-radius:16px;padding:13px}.chat-room-page{margin:-16px}.chat-room{height:calc(100dvh - 70px);min-height:0;border:0;border-radius:0}.chat-room-header{padding:10px}.chat-property-link span{display:none}.chat-property-link{width:42px;padding:0}.chat-trust span{display:block}.chat-trust small{display:none}.chat-messages{padding:16px 11px 110px}.chat-bubble{max-width:86%}.chat-composer{position:fixed;z-index:1055;right:0;left:0;bottom:74px}.platform-chat-action{left:12px;bottom:92px}.platform-chat-action small{display:none}.platform-chat-action a,.platform-chat-action button{border-radius:16px}.chat-list-page{padding-bottom:90px}}
