.nch-page{display:flex;flex-direction:column;min-height:100vh;background:var(--bg);padding-bottom:calc(64px + env(safe-area-inset-bottom));font-family:var(--font-inter),var(--font-sans),Arial,sans-serif}.nch-page.nch-page-thread{min-height:calc(100vh - var(--nh-bottomnav-h, 56px) - 16px - env(safe-area-inset-bottom));padding-bottom:0}.nch-page a{text-decoration:none;color:inherit}.nch-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--card);border-bottom:var(--border-hairline);padding:var(--space-4) var(--space-4) var(--space-3);display:flex;align-items:center;gap:var(--space-3)}.nch-header-title{font-family:var(--font-poppins),var(--font-sans),Arial,sans-serif;font-size:var(--font-h2);font-weight:800;color:var(--ink);flex:1 1}.nch-header-logo{flex:none;object-fit:contain}.nch-back{background:none;border:0;color:var(--ink);cursor:pointer;min-width:var(--tap);min-height:var(--tap);display:inline-flex;align-items:center;justify-content:center;margin-left:calc(var(--space-2) * -1);border-radius:50%}@media (hover:hover){.nch-back:hover{background:var(--surface-sunken)}}.nch-header-action{flex:none;width:var(--tap);height:var(--tap);border-radius:50%;border:0;background:var(--r);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (hover:hover){.nch-header-action:hover{filter:brightness(.92)}}.nch-header-actions{gap:var(--space-2)}.nch-header-actions,.nch-header-icon-btn{flex:none;display:flex;align-items:center}.nch-header-icon-btn{width:var(--tap);height:var(--tap);border-radius:50%;border:0;background:var(--surface-sunken);color:var(--ink);justify-content:center;cursor:pointer}@media (hover:hover){.nch-header-icon-btn:hover{background:var(--line)}}.nch-row-chevron{flex:none;color:var(--mut)}.nch-search{position:relative;margin:0 var(--space-4) var(--space-3)}.nch-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--mut);pointer-events:none}.nch-search input{width:100%;padding:10px 14px 10px 38px;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface-sunken);font-size:var(--font-body-sm);font-family:inherit;box-sizing:border-box;min-height:40px}.nch-search-standalone{margin-top:var(--space-3)}.nch-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:0;background:var(--line);color:var(--mut);display:flex;align-items:center;justify-content:center;cursor:pointer}.nch-filters{display:flex;gap:var(--space-2);padding:0 var(--space-4) var(--space-3);overflow-x:auto}.nch-filter{flex:none;padding:6px 14px;border-radius:var(--radius-pill);border:0;background:var(--surface-sunken);color:var(--mut);font-size:var(--font-body-sm);font-weight:600;cursor:pointer;white-space:nowrap}.nch-filter.active{background:var(--r);color:#fff}.nch-section-label{padding:var(--space-2) var(--space-4);font-size:var(--font-label);font-weight:700;color:var(--mut);text-transform:uppercase;letter-spacing:.02em}.nch-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--card);border-bottom:var(--border-hairline);cursor:pointer;min-height:var(--tap)}@media (hover:hover){.nch-row:hover{background:var(--surface-sunken)}}.nch-avatar{flex:none;width:46px;height:46px;border-radius:50%;background:var(--surface-wall);color:var(--r);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:var(--font-h3);font-family:var(--font-poppins),var(--font-sans),Arial,sans-serif;overflow:hidden}.nch-avatar img{width:100%;height:100%;object-fit:cover}.nch-avatar-assistant{background:var(--gradient-ai);color:#fff}.nch-thread-avatar{flex:none;width:36px;height:36px;border-radius:50%;background:var(--surface-wall);color:var(--r);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:var(--font-body);font-family:var(--font-poppins),var(--font-sans),Arial,sans-serif;overflow:hidden}.nch-thread-avatar img{width:100%;height:100%;object-fit:cover}.nch-thread-avatar-assistant{background:var(--gradient-ai)}.nch-row-body{flex:1 1;min-width:0}.nch-row-top{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2)}.nch-row-name{font-weight:700;font-size:var(--font-body);color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:5px}.nch-badge-ia{font-size:9px;font-weight:800;color:#fff;background:var(--brand-violet-ai);border-radius:4px;padding:1px 5px;letter-spacing:.03em}.nch-row-time{font-size:var(--font-caption);color:var(--mut);flex:none}.nch-row-bottom{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-top:2px}.nch-row-preview{font-size:var(--font-body-sm);color:var(--mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nch-unread{flex:none;background:var(--r);color:#fff;border-radius:10px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800}.nch-page .ns-empty-icon,.nch-unread{display:flex;align-items:center;justify-content:center}.nch-page .ns-empty-icon{color:var(--mut)}.nch-thread-header-name{font-weight:700;font-size:var(--font-h3);color:var(--ink);display:flex;align-items:center;gap:6px}.nch-thread-header-sub{font-size:var(--font-caption);color:var(--mut)}.nch-messages{flex:1 1;overflow-y:auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.nch-context-card{background:var(--card);border:var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:var(--space-3);display:flex;gap:var(--space-3);align-items:center;margin-bottom:var(--space-3)}.nch-context-thumb{width:52px;height:52px;border-radius:var(--radius-md);background:var(--surface-sunken);flex:none;object-fit:cover}.nch-context-info{flex:1 1;min-width:0}.nch-context-title{font-size:var(--font-body-sm);font-weight:700;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nch-context-price{font-family:var(--font-space-grotesk),var(--font-sans),Arial,sans-serif;font-weight:800;color:var(--price);font-size:var(--font-price)}.nch-msg-row{display:flex}.nch-msg-row.mine{justify-content:flex-end}.nch-bubble{max-width:78%;padding:9px 13px;border-radius:var(--radius-lg);font-size:var(--font-body);line-height:1.4}.nch-msg-row:not(.mine) .nch-bubble{background:var(--surface-card);border:var(--border-hairline);color:var(--ink);border-bottom-left-radius:4px}.nch-msg-row.mine .nch-bubble{background:var(--r);color:#fff;border-bottom-right-radius:4px}.nch-msg-row.assistant .nch-bubble{background:var(--surface-ai);color:var(--ink);border-bottom-left-radius:4px}.nch-bubble-meta{display:flex;align-items:center;gap:4px;margin-top:3px;font-size:10px}.nch-msg-row:not(.mine) .nch-bubble-meta{color:var(--mut)}.nch-msg-row.mine .nch-bubble-meta{color:hsla(0,0%,100%,.75);justify-content:flex-end}.nch-bubble-statut{flex:none}.nch-bubble-attachment{display:block;max-width:220px;border-radius:var(--radius-md);margin-bottom:6px}.nch-composer-attach{display:flex;gap:var(--space-2);padding:var(--space-2) var(--space-4);overflow-x:auto;border-top:var(--border-hairline);background:var(--card)}.nch-attach-btn{flex:none;display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:0;color:var(--mut);font-size:var(--font-caption);cursor:pointer;padding:var(--space-1)}.nch-attach-btn b{font-size:18px;font-weight:400;color:var(--r)}.nch-composer{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--card);border-top:var(--border-hairline);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom))}.nch-composer input{flex:1 1;min-height:var(--tap);padding:0 14px;border:1px solid var(--line);border-radius:var(--radius-pill);font-size:var(--font-body);font-family:inherit}.nch-attach{flex:none;width:var(--tap);height:var(--tap);border-radius:50%;background:none;border:0;color:var(--mut);display:flex;align-items:center;justify-content:center;cursor:pointer}@media (hover:hover){.nch-attach:hover{background:var(--surface-sunken);color:var(--r)}}.nch-attach:disabled{opacity:.5;cursor:not-allowed}.nch-attach-wrap{position:relative}.nch-attach-menu-overlay{position:fixed;inset:0;z-index:19}.nch-attach-menu{position:absolute;bottom:calc(100% + 8px);left:0;z-index:20;background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-3);padding:var(--space-2);display:flex;flex-direction:column;gap:2px;min-width:168px}.nch-attach-menu button{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-3);border:0;background:none;border-radius:var(--radius-md);color:var(--ink);font-size:var(--font-body);font-family:inherit;text-align:left;cursor:pointer;min-height:var(--tap)}.nch-attach-menu button svg{color:var(--r);flex:none}@media (hover:hover){.nch-attach-menu button:hover{background:var(--surface-sunken)}}.nch-send{flex:none;width:var(--tap);height:var(--tap);border-radius:50%;background:var(--surface-sunken);color:var(--mut);border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,transform .1s ease}.nch-send.ready{background:var(--r);color:#fff}.nch-send:active{transform:scale(.94)}.nch-send:disabled{opacity:.5;cursor:not-allowed}@media (min-width:900px){.nch-page{max-width:640px;margin:0 auto;border-left:1px solid var(--line);border-right:1px solid var(--line);min-height:100vh}.nch-page.nch-page-thread{min-height:calc(100vh - var(--nh-bottomnav-h, 56px) - 16px - env(safe-area-inset-bottom))}}.nch-suggestions{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-3)}.nch-suggestion{display:flex;align-items:center;gap:var(--space-2);text-align:left;background:var(--surface-wall);border:0;border-radius:var(--radius-pill);padding:10px 16px;font-size:var(--font-body-sm);color:var(--ink);cursor:pointer;min-height:var(--tap)}.nch-suggestion svg{flex:none;color:var(--r)}@media (hover:hover){.nch-suggestion:hover{background:rgba(0,102,255,.14)}}.nch-buybox-actions{display:flex;gap:var(--space-2);margin-top:var(--space-2)}.nch-contexte-carte{display:flex;align-items:center;gap:var(--space-3);margin:var(--space-3) var(--space-4) 0;padding:var(--space-3);background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg)}.nch-contexte-photo{flex:none;width:52px;height:52px;border-radius:var(--radius-md);object-fit:cover}.nch-contexte-photo-vide{background:var(--surface-sunken)}.nch-contexte-icone-commande{flex:none;width:52px;height:52px;border-radius:var(--radius-md);background:var(--surface-wall);color:var(--r);display:flex;align-items:center;justify-content:center}.nch-contexte-corps{flex:1 1;min-width:0}.nch-contexte-nom{font-weight:700;font-size:var(--font-body);color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nch-contexte-boutique{font-size:var(--font-caption);color:var(--mut);margin-top:1px}.nch-contexte-ligne-bas{display:flex;align-items:center;gap:var(--space-2);margin-top:4px}.nch-contexte-mut{font-size:var(--font-body-sm);color:var(--mut)}.nch-contexte-badge-rupture{color:var(--err);background:#fff2f2}.nch-contexte-badge-rupture,.nch-contexte-badge-statut{font-size:var(--font-caption);font-weight:700;padding:2px 8px;border-radius:var(--radius-sm)}.nch-contexte-badge-statut{color:var(--r);background:var(--surface-wall)}.nch-contexte-carte-indisponible{color:var(--mut);font-size:var(--font-body-sm)}