.chat-shell{display:flex;flex-direction:column;background:var(--surface)}.chat-header{gap:.5rem;padding:.625rem .75rem;background:var(--surface);border-bottom:1px solid var(--line);z-index:2}.chat-header,.chat-header-back{flex-shrink:0;display:flex;align-items:center}.chat-header-back{justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;color:var(--ink);transition:background .15s}.chat-header-back:hover{background:var(--bg)}.chat-header-profile{text-align:start;padding:.125rem .25rem;border-radius:.625rem;transition:background .15s}.chat-header-center,.chat-header-profile{display:flex;align-items:center;gap:.625rem;min-width:0;flex:1}.chat-header-avatar-btn,.chat-header-sub-btn,.chat-header-title-btn{border:none;background:none;padding:0;text-align:inherit;color:inherit;cursor:pointer}.chat-header-avatar-btn{flex-shrink:0;border-radius:9999px;transition:opacity .15s}.chat-header-avatar-btn:hover{opacity:.85}.chat-header-sub-btn,.chat-header-title-btn{display:block;width:100%;min-width:0}.chat-header-sub-btn:hover .chat-header-sub{color:var(--ink)}.chat-header-text{min-width:0}.chat-header-title{font-weight:700;font-size:.9375rem;line-height:1.25}.chat-header-property-link,.chat-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-property-link{display:block;color:inherit;text-decoration:none;transition:color .15s}.chat-header-property-link:hover{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.chat-header-sub{font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-sub-typing{color:var(--primary);font-style:italic}.chat-header-actions{display:flex;align-items:center;gap:.125rem;flex-shrink:0}.chat-header-action{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;color:var(--muted);transition:background .15s,color .15s}.chat-header-action:hover{background:var(--primary-soft);color:var(--primary)}.chat-header-menu-wrap{position:relative}.chat-header-menu{position:absolute;top:calc(100% + .375rem);inset-inline-end:0;min-width:10rem;padding:.375rem;border-radius:.75rem;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);z-index:20}.chat-header-menu button{display:block;width:100%;text-align:start;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;color:var(--ink);transition:background .15s}.chat-header-menu button:hover{background:var(--bg)}.chat-header-menu-danger{color:var(--danger)!important}.chat-avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;font-weight:700;color:white;text-shadow:0 1px 2px rgb(0 0 0/15%);box-shadow:0 1px 3px rgb(17 24 39/12%)}.chat-avatar-sm{width:2rem;height:2rem;font-size:.6875rem}.chat-avatar-md{width:2.375rem;height:2.375rem;font-size:.75rem}.chat-avatar-lg{width:3rem;height:3rem;font-size:.875rem}.chat-messages-wrap{position:relative;min-height:0}.chat-messages,.chat-messages-wrap{flex:1;display:flex;flex-direction:column}.chat-messages{overflow-y:auto;padding:1rem .75rem .5rem;gap:.375rem;-webkit-overflow-scrolling:touch;background-color:#e8edf4;background-image:radial-gradient(circle at 20% 20%,rgb(37 99 235/4%) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgb(5 150 105/4%) 0,transparent 50%)}.chat-scroll-anchor{height:1px;flex-shrink:0}.chat-scroll-btn{position:absolute;bottom:1rem;inset-inline-end:1rem;width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);color:var(--primary);display:flex;align-items:center;justify-content:center;z-index:5;transition:transform .15s,box-shadow .15s}.chat-scroll-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.chat-empty-state{margin:auto;text-align:center;padding:2rem 1.5rem;max-width:16rem}.chat-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background:var(--surface);color:var(--primary);margin-bottom:1rem;box-shadow:var(--shadow-sm)}.chat-empty-title{font-weight:700;font-size:1rem;margin-bottom:.375rem}.chat-empty-sub{font-size:.8125rem;color:var(--muted);line-height:1.5}.chat-date-divider{display:flex;justify-content:center;padding:.625rem 0}.chat-date-divider span{font-size:.6875rem;font-weight:600;color:var(--muted);background:rgb(255 255 255/72%);backdrop-filter:blur(8px);padding:.25rem .75rem;border-radius:9999px;box-shadow:0 1px 2px rgb(17 24 39/6%)}.chat-message-group{display:flex;gap:.5rem;align-items:flex-end;max-width:88%;margin-bottom:.25rem}.chat-message-group-me{margin-inline-start:auto;flex-direction:row-reverse;max-width:82%}.chat-group-avatar{flex-shrink:0;width:2rem;align-self:flex-end;margin-bottom:.125rem}.chat-message-group-me .chat-group-avatar{display:none}.chat-group-bubbles{display:flex;flex-direction:column;gap:.125rem;min-width:0;max-width:100%}.chat-group-name{font-size:.6875rem;font-weight:600;color:var(--muted);padding-inline:.5rem;margin-bottom:.125rem}.chat-bubble-wrap{display:flex;align-items:center;gap:.25rem;position:relative}.chat-message-group-me .chat-bubble-wrap{flex-direction:row-reverse}.chat-bubble{position:relative;max-width:100%;padding:.5rem .75rem;font-size:.9375rem;line-height:1.45;word-break:break-word}.chat-bubble-me{background:linear-gradient(145deg,#3b82f6,#2563eb);color:white;box-shadow:0 1px 2px rgb(37 99 235/25%)}.chat-bubble-them{background:var(--surface);color:var(--ink);border:1px solid rgb(229 231 235/80%);box-shadow:0 1px 2px rgb(17 24 39/5%)}.chat-bubble-pos-single{border-radius:1.125rem}.chat-bubble-me.chat-bubble-pos-single{border-end-end-radius:.3125rem}.chat-bubble-them.chat-bubble-pos-single{border-end-start-radius:.3125rem}.chat-bubble-pos-first{border-radius:1.125rem 1.125rem .375rem 1.125rem}.chat-bubble-them.chat-bubble-pos-first{border-radius:1.125rem 1.125rem 1.125rem .375rem}.chat-bubble-pos-middle{border-radius:1.125rem .375rem .375rem 1.125rem}.chat-bubble-them.chat-bubble-pos-middle{border-radius:.375rem 1.125rem 1.125rem .375rem}.chat-bubble-pos-last{border-radius:1.125rem .375rem 1.125rem 1.125rem}.chat-bubble-me.chat-bubble-pos-last{border-end-end-radius:.3125rem}.chat-bubble-them.chat-bubble-pos-last{border-radius:.375rem 1.125rem 1.125rem .3125rem}[dir=rtl] .chat-bubble-me.chat-bubble-pos-last,[dir=rtl] .chat-bubble-me.chat-bubble-pos-single{border-end-end-radius:1.125rem;border-end-start-radius:.3125rem}[dir=rtl] .chat-bubble-them.chat-bubble-pos-last,[dir=rtl] .chat-bubble-them.chat-bubble-pos-single{border-end-start-radius:1.125rem;border-end-end-radius:.3125rem}.chat-bubble-text{display:inline;white-space:pre-wrap}.chat-bubble-meta{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;margin-inline-start:.5rem;vertical-align:bottom;float:inline-end;margin-top:.25rem;shape-outside:border-box}.chat-bubble-meta-standalone{display:block;text-align:end;margin-top:0;float:none;padding:.125rem .375rem 0}.chat-bubble-time{opacity:.65;white-space:nowrap}.chat-bubble-status,.chat-bubble-time{display:inline-block;font-size:.625rem}.chat-bubble-status{opacity:.75;margin-inline-start:.3125rem;font-weight:500}.chat-msg-status{display:inline-flex;align-items:center;justify-content:center;margin-inline-start:.125rem;color:rgb(255 255 255/70%);line-height:1}.chat-bubble-them .chat-msg-status{color:var(--muted)}.chat-bubble-me .chat-msg-status{color:rgb(255 255 255/72%)}.chat-msg-status-sending{opacity:.9}.chat-msg-status-spinner{animation:chat-spin .8s linear infinite}@keyframes chat-spin{to{transform:rotate(1turn)}}.chat-msg-status-failed{color:#fecaca!important}.chat-msg-status-checks{position:relative;display:inline-flex;align-items:center;width:1rem;height:.75rem;color:inherit}.chat-bubble-them .chat-msg-status-checks{color:var(--muted)}.chat-bubble-me .chat-msg-status-checks{color:rgb(255 255 255/72%)}.chat-msg-status-check{position:absolute;top:0}.chat-msg-status-check-a{inset-inline-start:0}.chat-msg-status-check-b{inset-inline-start:.3125rem}.chat-bubble-me .chat-msg-status-read,.chat-bubble-me .chat-msg-status-read.chat-msg-status-checks{color:#fff;filter:drop-shadow(0 1px 1px rgb(0 0 0/28%))}.chat-bubble-them .chat-msg-status-read,.chat-bubble-them .chat-msg-status-read.chat-msg-status-checks{color:var(--primary)}.chat-bubble-time-standalone{display:block;text-align:end;margin-top:0;float:none}.chat-bubble-media-only{padding:.25rem}.chat-bubble-media-only .chat-bubble-meta-standalone{padding:.125rem .375rem 0}.chat-bubble-leak{display:flex;align-items:center;gap:.25rem;margin-top:.375rem;font-size:.6875rem;opacity:.8;clear:both}.chat-bubble-reply{opacity:0;width:1.75rem;height:1.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0;transition:opacity .15s,background .15s,color .15s}.chat-bubble-wrap:focus-within .chat-bubble-reply,.chat-bubble-wrap:hover .chat-bubble-reply{opacity:1}.chat-bubble-reply:hover{background:var(--primary-soft);color:var(--primary)}@media (hover:none){.chat-bubble-reply{opacity:.5}}.chat-reply-quote{margin-bottom:.375rem;padding:.375rem .5rem;border-radius:.5rem;font-size:.8125rem;border-inline-start:3px solid rgb(255 255 255/50%);background:rgb(0 0 0/12%)}.chat-bubble-them .chat-reply-quote{border-inline-start-color:var(--primary);background:var(--primary-soft);color:var(--ink)}.chat-reply-quote-name{font-size:.6875rem;font-weight:700;margin-bottom:.125rem;opacity:.85}.chat-image-btn{display:block;padding:0;border:none;background:none;cursor:zoom-in;border-radius:.625rem;overflow:hidden;max-width:100%}.chat-image-btn img{display:block;object-fit:cover}.chat-image-btn img,.chat-video{max-height:14rem;max-width:min(100%,16rem);width:100%;border-radius:.625rem}.chat-audio-wrap{min-width:12rem}.chat-audio{width:100%;height:2rem}.chat-system-msg{display:flex;justify-content:center;padding:.375rem 0}.chat-system-pill{display:inline-flex;align-items:center;gap:.375rem;max-width:90%;padding:.375rem .875rem;border-radius:9999px;background:rgb(255 255 255/78%);backdrop-filter:blur(8px);border:1px solid rgb(229 231 235/80%);font-size:.75rem;color:var(--muted);text-align:center;box-shadow:0 1px 2px rgb(17 24 39/5%)}.chat-system-info{max-width:min(18rem,90%);padding:.625rem .875rem;border-radius:.875rem;background:rgb(255 255 255/88%);backdrop-filter:blur(8px);border:1px solid rgb(229 231 235/90%);box-shadow:0 1px 3px rgb(17 24 39/6%)}.chat-system-info-head{font-size:.75rem;color:var(--ink)}.chat-system-info-head,.chat-system-info-row{display:flex;align-items:center;gap:.375rem;font-weight:600}.chat-system-info-row{margin-top:.5rem;padding:.4375rem .625rem;border-radius:.5rem;background:var(--primary-soft);color:var(--primary);font-size:.875rem;text-decoration:none;transition:background .15s}.chat-system-info-row:hover{background:color-mix(in srgb,var(--primary) 16%,white)}.chat-system-blocked{background:color-mix(in srgb,var(--danger) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--danger) 22%,transparent)}.chat-system-blocked .chat-system-info-head{color:var(--danger)}.chat-typing-bubble{display:inline-flex;align-items:center;gap:.25rem;padding:.625rem .875rem;border-radius:1.125rem;background:var(--surface);border:1px solid var(--line);box-shadow:0 1px 2px rgb(17 24 39/5%)}.chat-typing-dot{width:.4375rem;height:.4375rem;border-radius:9999px;background:var(--muted);animation:chat-typing 1.2s ease-in-out infinite}.chat-typing-dot:nth-child(2){animation-delay:.15s}.chat-typing-dot:nth-child(3){animation-delay:.3s}.chat-typing-label{font-size:.6875rem;color:var(--muted);padding-inline:.5rem;font-style:italic}@keyframes chat-typing{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}.chat-composer{flex-shrink:0;padding:.5rem .75rem calc(.5rem + var(--safe-bottom));background:var(--surface);border-top:1px solid var(--line)}.chat-safety-banner{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.5rem .625rem;border-radius:.625rem;background:var(--primary-soft);color:var(--primary);font-size:.6875rem;line-height:1.4}.chat-safety-banner p{flex:1}.chat-safety-dismiss{flex-shrink:0;opacity:.6;padding:.125rem}.chat-safety-dismiss:hover{opacity:1}.chat-reply-bar{display:flex;align-items:stretch;gap:.625rem;margin-bottom:.5rem;padding:.5rem .625rem;border-radius:.75rem;background:var(--bg);border:1px solid var(--line)}.chat-reply-bar-accent{width:3px;border-radius:9999px;background:var(--primary);flex-shrink:0}.chat-reply-bar-title{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:700;color:var(--primary);margin-bottom:.125rem}.chat-reply-bar-text{font-size:.8125rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-reply-bar-close{align-self:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.chat-reply-bar-close:hover{background:var(--line)}.chat-attachment-preview{margin-bottom:.5rem;padding:.625rem;border-radius:.875rem;background:var(--bg);border:1px solid var(--line)}.chat-attachment-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:var(--muted)}.chat-attachment-preview-media{max-height:10rem;width:100%;border-radius:.625rem;object-fit:contain;margin-bottom:.5rem}.chat-recording-bar{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:1.5rem;background:var(--danger-soft);color:var(--danger);font-size:.875rem;font-weight:500}.chat-recording-pulse{width:.625rem;height:.625rem;border-radius:9999px;background:var(--danger);animation:chat-rec-pulse 1s infinite}@keyframes chat-rec-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.chat-composer-bar{display:flex;align-items:flex-end;gap:.375rem}.chat-composer-input{flex:1;min-width:0;padding:.5rem .875rem;border-radius:1.25rem;background:var(--bg);border:1px solid var(--line);transition:border-color .15s,box-shadow .15s}.chat-composer-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(37 99 235/10%)}.chat-composer-input textarea{display:block;width:100%;border:none;background:transparent;resize:none;padding:0;min-height:1.375rem;max-height:7.5rem;line-height:1.375rem}.chat-composer-input textarea:focus{outline:none}.chat-composer-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:background .15s,color .15s}.chat-composer-icon:hover:not(:disabled){background:var(--bg);color:var(--primary)}.chat-composer-icon:disabled{opacity:.4}.chat-composer-icon-rec{color:var(--danger);background:var(--danger-soft)}.chat-composer-send{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:white;box-shadow:0 2px 8px rgb(37 99 235/30%);transition:background .15s,transform .1s}.chat-composer-send:hover:not(:disabled){background:var(--primary-dark)}.chat-composer-send:active:not(:disabled){transform:scale(.94)}.chat-composer-send:disabled{opacity:.45;box-shadow:none}.chat-attach-wrap{position:relative}.chat-attach-menu{position:absolute;bottom:calc(100% + .5rem);inset-inline-start:0;padding:.375rem;border-radius:.875rem;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);z-index:10;min-width:9rem}.chat-attach-menu button{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;border-radius:.5rem;font-size:.875rem;color:var(--ink);white-space:nowrap;transition:background .15s}.chat-attach-menu button:hover{background:var(--bg)}.chat-composer-status{margin-top:.375rem;text-align:center;font-size:.75rem;color:var(--muted)}.chat-composer-error{color:var(--danger)}.chat-contact-overlay{position:fixed;inset:0;z-index:90;background:rgb(17 24 39/45%);display:flex;align-items:flex-end;justify-content:center;animation:chat-fade-in .2s ease}@keyframes chat-fade-in{0%{opacity:0}to{opacity:1}}.chat-contact-sheet{width:100%;max-width:32rem;max-height:85vh;overflow-y:auto;padding:.75rem 1rem calc(1rem + var(--safe-bottom));border-radius:1.25rem 1.25rem 0 0;background:var(--surface);box-shadow:0 -8px 40px rgb(17 24 39/15%);animation:chat-slide-up .25s ease}@keyframes chat-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-contact-sheet-handle{width:2.5rem;height:.25rem;border-radius:9999px;background:var(--line-strong);margin:0 auto .875rem}.chat-contact-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.chat-block-report-reasons{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.chat-block-report-reason{width:100%;text-align:start;padding:.875rem 1rem;border-radius:.75rem;border:1px solid var(--line);background:var(--surface);font-size:.9375rem;font-weight:500;color:var(--ink);transition:background .15s,border-color .15s}.chat-block-report-reason:hover:not(:disabled){background:var(--bg);border-color:var(--line-strong)}.chat-block-report-reason:disabled{opacity:.6;cursor:not-allowed}.chat-blocked-banner{margin:0 .75rem .5rem}.chat-blocked-banner,.chat-contact-blocked-note{padding:.625rem .875rem;border-radius:.625rem;background:color-mix(in srgb,var(--danger) 8%,var(--surface));color:var(--muted);font-size:.8125rem;text-align:center}.chat-contact-blocked-note{margin:0 0 1rem}.chat-contact-section{margin-bottom:1.25rem}.chat-contact-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem}.chat-contact-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:1rem;border:1px solid var(--line);background:var(--bg)}.chat-contact-link{gap:.375rem;margin-top:.25rem;color:var(--primary)}.chat-contact-empty,.chat-contact-link{display:flex;align-items:center;font-size:.875rem}.chat-contact-empty{flex-direction:column;text-align:center;gap:.5rem;padding:1.5rem 1rem;border-radius:1rem;border:1px dashed var(--line);color:var(--muted)}.chat-contact-phone-field{display:block;margin-top:.75rem}.chat-contact-phone-field input{width:100%;margin-top:.375rem;padding:.625rem .75rem;border-radius:.625rem;border:1px solid var(--line);background:var(--surface);font-size:.9375rem}.chat-contact-phone-error{margin-top:.5rem;font-size:.8125rem;color:var(--danger)}.chat-contact-phone-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.chat-contact-footnote{font-size:.6875rem;line-height:1.45;color:var(--muted);padding-top:.75rem;border-top:1px solid var(--line)}.chat-status-chip{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:9999px;background:var(--bg);color:var(--muted);white-space:nowrap}.chat-status-chip-on{background:rgb(16 185 129/12%);color:var(--accent)}.chat-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0/92%);padding:1rem;cursor:zoom-out;animation:chat-fade-in .15s ease}.chat-lightbox-img{max-width:min(100%,56rem);max-height:calc(100vh - 2rem);object-fit:contain;border-radius:.5rem;cursor:default;box-shadow:0 8px 40px rgb(0 0 0/40%)}.chat-lightbox-close{position:absolute;top:1rem;inset-inline-end:1rem;color:white;background:rgb(255 255 255/15%);backdrop-filter:blur(8px)}.chat-lightbox-close:hover{background:rgb(255 255 255/25%)}.inbox-shell{width:100%;max-width:76rem;margin-inline:auto;background:var(--surface)}@media (min-width:768px){.inbox-shell{display:grid;grid-template-columns:minmax(18rem,22rem) minmax(0,1fr);min-height:calc(100vh - var(--header-h) - 4rem);margin:1.5rem auto 2rem;border:1px solid var(--line);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow)}}.inbox-shell-sidebar{display:flex;flex-direction:column;min-height:calc(100vh - var(--header-h) - var(--nav-h) - var(--safe-bottom));background:var(--surface)}@media (min-width:768px){.inbox-shell-sidebar{min-height:0;border-inline-end:1px solid var(--line)}.inbox-shell-sidebar .inbox-page-header{border-bottom:1px solid var(--line)}}.inbox-shell-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface)}@media (min-width:768px){.inbox-shell-main{height:100%;min-height:calc(100vh - var(--header-h) - 7rem);max-height:calc(100vh - var(--header-h) - 4rem);overflow:hidden}.inbox-shell-main .inbox-chat-panel{height:100%;max-height:100%;overflow:hidden}}.inbox-select-thread{display:none;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:var(--bg)}@media (min-width:768px){.inbox-select-thread{display:flex}}.inbox-select-thread-icon{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:9999px;background:var(--primary-soft);color:var(--primary);margin-bottom:1rem}.inbox-select-thread-title{font-weight:700;font-size:1.125rem}.inbox-select-thread-sub{margin-top:.5rem;max-width:22rem;font-size:.875rem;color:var(--muted);line-height:1.55}.inbox-chat-panel{flex:1;min-height:0;display:flex;flex-direction:column}@media (max-width:767px){.inbox-chat-panel{position:fixed;inset-inline:0;bottom:0;top:var(--header-h);z-index:10}}.inbox-chat-loading{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:12rem}@media (min-width:768px){.inbox-shell .chat-header-back{display:none}}.inbox-row-active{background:color-mix(in srgb,var(--primary) 10%,var(--surface))}.inbox-shell-sidebar .inbox-list{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.inbox-shell-sidebar .inbox-empty{flex:1}.inbox-page{display:flex;flex-direction:column;min-height:calc(100vh - var(--header-h) - var(--nav-h) - var(--safe-bottom));max-width:42rem;margin-inline:auto;width:100%;background:var(--surface)}@media (min-width:768px){.inbox-page{min-height:auto;margin-top:1.5rem;margin-bottom:2rem;border:1px solid var(--line);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow)}}.inbox-page-header{flex-shrink:0;padding:1.25rem 1rem 1rem;border-bottom:1px solid var(--line);background:var(--surface)}.inbox-page-header h1{font-size:1.375rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.inbox-page-sub{margin-top:.25rem;font-size:.8125rem;color:var(--muted)}.inbox-auth-prompt,.inbox-error,.inbox-loading{padding:1.5rem 1rem}.inbox-error{color:var(--danger);font-size:.875rem}.inbox-list{list-style:none;margin:0;padding:0}.inbox-row{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--line);text-decoration:none;color:inherit;transition:background .15s}.inbox-row:hover{background:var(--bg)}.inbox-row-unread{background:color-mix(in srgb,var(--primary) 4%,var(--surface))}.inbox-row-unread:hover{background:color-mix(in srgb,var(--primary) 7%,var(--surface))}.inbox-row-avatar{position:relative;flex-shrink:0}.inbox-unread-dot{position:absolute;bottom:0;inset-inline-end:0;width:.625rem;height:.625rem;border-radius:9999px;background:var(--primary);border:2px solid var(--surface)}.inbox-row-body{min-width:0;flex:1}.inbox-row-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.inbox-row-name{font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-row-unread .inbox-row-name{font-weight:800;color:var(--ink)}.inbox-row-time{flex-shrink:0;font-size:.6875rem;color:var(--muted);white-space:nowrap}.inbox-row-unread .inbox-row-time{color:var(--primary);font-weight:600}.inbox-row-property{margin-top:.125rem;font-size:.75rem;font-weight:500;color:var(--primary)}.inbox-row-preview,.inbox-row-property{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-row-preview{margin-top:.1875rem;font-size:.8125rem;color:var(--muted)}.inbox-row-unread .inbox-row-preview{color:var(--ink);font-weight:500}.inbox-unread-badge{flex-shrink:0;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:9999px;background:var(--primary);color:white;font-size:.6875rem;font-weight:700}.inbox-empty,.inbox-unread-badge{display:flex;align-items:center;justify-content:center}.inbox-empty{flex-direction:column;padding:3rem 1.5rem;text-align:center}.inbox-empty-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background:var(--primary-soft);color:var(--primary);margin-bottom:1rem}.inbox-empty-title{font-weight:700;font-size:1rem}.inbox-empty-sub{margin-top:.375rem;font-size:.875rem;color:var(--muted);max-width:16rem}