.messages-module__khHShW__page{flex-direction:column;gap:16px;max-width:720px;margin-inline:auto;display:flex}.messages-module__khHShW__inboxTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.messages-module__khHShW__emptyState{border:1px dashed var(--border);background:var(--card);text-align:center;color:var(--text-grey);border-radius:16px;flex-direction:column;gap:6px;padding:48px 20px;display:flex}.messages-module__khHShW__emptyState p:first-child{color:var(--foreground);font-weight:700}.messages-module__khHShW__emptyStateHint{color:var(--text-light);font-size:.9rem}.messages-module__khHShW__inboxList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.messages-module__khHShW__inboxRow{border:1px solid var(--border);background:var(--card);color:inherit;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.messages-module__khHShW__inboxRow:hover{border-color:var(--border-dark);box-shadow:var(--shadow-small)}.messages-module__khHShW__inboxRow:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:2px}.messages-module__khHShW__inboxAvatar{background:var(--primary-soft);width:48px;height:48px;color:var(--primary-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;position:relative;overflow:hidden}.messages-module__khHShW__inboxDetails{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.messages-module__khHShW__inboxTopLine{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.messages-module__khHShW__inboxTopLine strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.messages-module__khHShW__inboxTimestamp{color:var(--text-light);flex-shrink:0;font-size:.78rem}.messages-module__khHShW__inboxPreview{color:var(--text-grey);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.messages-module__khHShW__unreadDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:10px;height:10px}.messages-module__khHShW__threadHeader{align-items:center;gap:10px;padding-bottom:4px;display:flex}.messages-module__khHShW__backLink{width:36px;height:36px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;display:flex}.messages-module__khHShW__backLink:hover{background:var(--primary-soft)}.messages-module__khHShW__backLink:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:2px}.messages-module__khHShW__threadHeaderAvatar{background:var(--primary-soft);width:36px;height:36px;color:var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;position:relative;overflow:hidden}.messages-module__khHShW__threadHeader strong{color:var(--foreground)}.messages-module__khHShW__threadContainer{border:1px solid var(--border);background:var(--card);border-radius:16px;flex-direction:column;height:min(72vh,760px);min-height:420px;display:flex;overflow:hidden}.messages-module__khHShW__threadList{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.messages-module__khHShW__loadOlderButton{border:1px solid var(--border);color:var(--text-grey);cursor:pointer;background:0 0;border-radius:999px;align-self:center;margin-bottom:8px;padding:6px 14px;font-size:.82rem;font-weight:700}.messages-module__khHShW__loadOlderButton:hover:not(:disabled){border-color:var(--border-dark)}.messages-module__khHShW__loadOlderButton:disabled{cursor:default;opacity:.6}.messages-module__khHShW__loadOlderButton:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:2px}.messages-module__khHShW__messageRowOwn,.messages-module__khHShW__messageRowOther{align-items:flex-end;gap:4px;display:flex}.messages-module__khHShW__messageRowOwn{justify-content:flex-end}.messages-module__khHShW__messageRowOther{justify-content:flex-start}.messages-module__khHShW__reportTrigger{width:26px;height:26px;color:var(--text-light);cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.messages-module__khHShW__reportTrigger:hover,.messages-module__khHShW__reportTrigger:focus-visible{opacity:1;background:var(--background)}.messages-module__khHShW__reportTrigger:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:1px}.messages-module__khHShW__reportTrigger svg{width:15px;height:15px}.messages-module__khHShW__bubbleStackOwn,.messages-module__khHShW__bubbleStackOther{flex-direction:column;gap:3px;max-width:78%;display:flex}.messages-module__khHShW__bubbleStackOwn{align-items:flex-end}.messages-module__khHShW__bubbleStackOther{align-items:flex-start}.messages-module__khHShW__bubbleOwn,.messages-module__khHShW__bubbleOther{word-break:break-word;white-space:pre-wrap;border-radius:16px;flex-direction:column;padding:9px 13px;display:flex}.messages-module__khHShW__bubbleOwn p,.messages-module__khHShW__bubbleOther p{margin:0;font-size:.94rem}.messages-module__khHShW__messageTime{color:var(--text-light);padding:0 4px;font-size:.72rem}.messages-module__khHShW__bubbleOwn{background:var(--primary);color:#06280f;border-bottom-right-radius:4px;align-self:flex-end}.messages-module__khHShW__bubbleOther{background:var(--background);color:var(--foreground);border-bottom-left-radius:4px;align-self:flex-start}.messages-module__khHShW__threadStatus{background:var(--secondary-soft);color:var(--foreground);text-align:center;margin:0;padding:6px 16px;font-size:.82rem}.messages-module__khHShW__composer{border-top:1px solid var(--border);background:var(--card);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.messages-module__khHShW__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.messages-module__khHShW__composerInput{resize:none;border:1px solid var(--border);background:var(--background);width:100%;min-height:40px;max-height:140px;color:var(--foreground);font:inherit;border-radius:12px;padding:9px 12px;font-size:16px}.messages-module__khHShW__composerInput:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:1px}.messages-module__khHShW__composerFooter{justify-content:flex-end;align-items:center;gap:10px;display:flex}.messages-module__khHShW__composerCounter{color:var(--text-light);font-size:.78rem}.messages-module__khHShW__composerSend{background:var(--primary);color:#06280f;cursor:pointer;border:none;border-radius:999px;padding:8px 18px;font-weight:800}.messages-module__khHShW__composerSend:disabled{cursor:default;opacity:.5}.messages-module__khHShW__composerSend:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:2px}.messages-module__khHShW__composerError{color:#dc2626;margin:0;font-size:.82rem}.messages-module__khHShW__reportBackdrop{z-index:1000;background:#211d1a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.messages-module__khHShW__reportDialog{color:#302d29;text-align:left;background:#fffaf6;border:1px solid #e0d2c7;border-radius:22px;width:min(100%,480px);padding:28px;position:relative;box-shadow:0 25px 70px #1f191540}.messages-module__khHShW__reportDialog h2{margin:4px 0 6px}.messages-module__khHShW__reportDialog>p:not(.messages-module__khHShW__eyebrow){color:#6d665f;margin:0 0 20px}.messages-module__khHShW__reportDialog label{gap:7px;margin-top:15px;font-weight:700;display:grid}.messages-module__khHShW__reportDialog select,.messages-module__khHShW__reportDialog textarea{color:#302d29;width:100%;font:inherit;background:#fff;border:1px solid #d6cac0;border-radius:10px;padding:11px 12px}.messages-module__khHShW__reportDialog label span{color:#847b73;text-align:right;font-size:.76rem;font-weight:500}.messages-module__khHShW__reportClose{color:#56504a;cursor:pointer;background:#f2eae3;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:15px;right:15px}.messages-module__khHShW__reportClose svg{width:18px;height:18px}.messages-module__khHShW__reportSubmit{color:#fff;width:100%;font:inherit;cursor:pointer;background:#d9574d;border:0;border-radius:11px;margin-top:20px;padding:12px 18px;font-weight:800}.messages-module__khHShW__reportSubmit:disabled{cursor:default;opacity:.6}.messages-module__khHShW__eyebrow{color:#b64d44;letter-spacing:.1em;margin:0 0 5px;font-size:.76rem;font-weight:800}@media (max-width:1024px){.messages-module__khHShW__page{gap:10px}.messages-module__khHShW__threadContainer{height:calc(100dvh - var(--header-height) - 132px);border-radius:12px;min-height:320px}.messages-module__khHShW__composer{padding-bottom:calc(10px + 66px + var(--mobile-dock-bottom,10px) + env(safe-area-inset-bottom))}.messages-module__khHShW__bubbleStackOwn,.messages-module__khHShW__bubbleStackOther{max-width:86%}}
