.support-chat{border:1px solid var(--border,#e2e8f0);border-radius:16px;background:#fff;overflow:hidden}
.support-chat-messages{min-height:320px;max-height:420px;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}
.support-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5}
.support-msg--user{align-self:flex-end;background:#0f172a;color:#fff;border-bottom-right-radius:4px}
.support-msg--bot,.support-msg--staff,.support-msg--system{align-self:flex-start;background:#e8fbf8;color:#0f172a;border-bottom-left-radius:4px}
.support-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border,#e2e8f0)}
.support-chat-form input{flex:1;border:1px solid var(--border,#e2e8f0);border-radius:10px;padding:10px 12px;font:inherit}
.guide-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:10000;display:flex;align-items:flex-end;justify-content:center;padding:24px}
.guide-card{max-width:420px;width:100%;background:#fff;border-radius:20px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.2);position:relative}
.guide-card h3{font-size:18px;font-weight:800;margin-bottom:8px}
.guide-card p{color:#64748b;font-size:14px;line-height:1.6;margin-bottom:20px}
.guide-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}
.guide-skip{background:none;border:0;color:#64748b;font-size:13px;cursor:pointer}
.guide-next{padding:10px 20px;border:0;border-radius:10px;background:#25b8ad;color:#fff;font-weight:700;cursor:pointer}
.guide-close{position:absolute;top:12px;right:12px;border:0;background:none;font-size:20px;cursor:pointer;color:#94a3b8}
@media(max-width:768px){.support-layout{grid-template-columns:1fr!important}}

/* Floating widget (homepage) */
.larrly-support-widget{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:'Plus Jakarta Sans',system-ui,sans-serif}
.larrly-support-fab{width:56px;height:56px;border-radius:50%;border:0;background:linear-gradient(135deg,#25b8ad,#1a9e94);color:#fff;box-shadow:0 12px 32px rgba(37,184,173,.4);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}
.larrly-support-fab:hover{transform:scale(1.06)}
.larrly-support-panel{position:absolute;bottom:68px;right:0;width:min(380px,calc(100vw - 32px));background:#fff;border-radius:20px;box-shadow:0 24px 60px rgba(15,23,42,.18);overflow:hidden;border:1px solid #e2e8f0}
.larrly-support-panel[hidden]{display:none!important}
.larrly-support-panel-head{display:flex;align-items:center;gap:12px;padding:16px 16px 12px;border-bottom:1px solid #f1f5f9}
.larrly-support-avatar{width:40px;height:40px;border-radius:50%;background:#e8fbf8;color:#1a9e94;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.larrly-support-panel-head strong{display:block;font-size:14px}
.larrly-support-panel-head small{color:#64748b;font-size:12px}
.larrly-support-close{margin-left:auto;border:0;background:none;font-size:22px;color:#94a3b8;cursor:pointer;line-height:1}
.larrly-support-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px 0}
.larrly-support-suggestions button{border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:8px 12px;font-size:12px;cursor:pointer;color:#334155}
.larrly-support-suggestions button:hover{border-color:#25b8ad;color:#1a9e94}
.larrly-support-messages{min-height:200px;max-height:280px;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px}
.larrly-support-form{padding:12px 16px 8px;border-top:1px solid #f1f5f9}
.larrly-support-email{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font:inherit;margin-bottom:8px}
.larrly-support-input-row{display:flex;gap:8px}
.larrly-support-input-row input{flex:1;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font:inherit}
.larrly-support-send{width:42px;height:42px;border:0;border-radius:50%;background:#0f172a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.larrly-support-login-hint{font-size:12px;color:#64748b;text-align:center;padding:0 16px 14px;margin:0}
.larrly-support-login-hint a{color:#1a9e94;font-weight:600}
.home-support-section{padding:80px 0}
[data-theme="dark"] .larrly-support-panel{background:#1e293b;border-color:#334155}
[data-theme="dark"] .larrly-support-suggestions button{background:#0f172a;border-color:#334155;color:#e2e8f0}
