/* Geriarte Dating Pro Chat styles */
.gd-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin:12px 0;box-shadow:0 8px 24px rgba(2,6,23,.06)}
.gd-row{display:flex;gap:12px;flex-wrap:wrap}
.gd-col{flex:1 1 280px}
.gd-input{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid #cbd5e1}
.gd-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;border:0;background:#1A7725;color:#fff;font-weight:700;cursor:pointer;text-decoration:none}
.gd-btn.alt{background:#fff;border:2px solid #1A7725;color:#1A7725}
.gd-note{color:#475569;font-size:14px}
.gd-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#ecfdf5;color:#065f46;font-weight:700}
.gd-error{padding:12px 14px;border-radius:12px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;margin:8px 0}
.gd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:960px){.gd-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.gd-grid{grid-template-columns:1fr}}
.gd-avatar{width:96px;height:96px;border-radius:16px;object-fit:cover;background:#eef2f7;border:1px solid #e2e8f0}
.gd-chat-log{margin:10px 0 12px;height:min(60vh,520px);overflow:auto;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}
.gd-msg{display:flex;gap:10px;margin:8px 0;align-items:flex-end}
.gd-msg.me{justify-content:flex-end}
.gd-bubble{max-width:72%;padding:10px 12px;border-radius:14px;background:#ecfdf5;border:1px solid #a7f3d0}
.gd-msg.me .gd-bubble{background:#1A7725;color:#fff;border-color:#1A7725}
.gd-bubble img{max-width:100%;border-radius:10px;display:block}
.gd-time{font-size:12px;color:#64748b;margin-top:4px;text-align:right}
