.ch-chat__avatar-wrap{border:none;background:transparent;padding:0;cursor:pointer}.ch-photo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:color-mix(in oklab,var(--surface-1) 25%,#000);background:#000000ad;display:flex;align-items:center;justify-content:center}.ch-photo-modal__inner{position:relative;max-width:90vw;max-height:90vh;background:var(--modal-bg, var(--surface-3));border-radius:18px;padding:18px 52px;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.ch-photo-modal__image-wrap{max-width:100%;max-height:70vh;display:flex;align-items:center;justify-content:center}.ch-photo-modal__img{max-width:100%;max-height:70vh;border-radius:12px;object-fit:contain;box-shadow:var(--shadow-sm)}.ch-photo-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid var(--border);padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:1;cursor:pointer;background:color-mix(in oklab,var(--surface-3) 82%,transparent);color:var(--text);transition:background .15s ease,border-color .15s ease,transform .05s ease}.ch-photo-modal__nav:hover{background:color-mix(in oklab,var(--accent) 14%,var(--surface-3));border-color:color-mix(in oklab,var(--accent) 35%,var(--border))}.ch-photo-modal__nav:active{transform:translateY(-50%) scale(.98)}.ch-photo-modal__nav:focus,.ch-photo-modal__nav:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus-ring)}.ch-photo-modal__nav--prev{left:12px}.ch-photo-modal__nav--next{right:12px}.ch-photo-modal__close{position:absolute;top:8px;right:10px;width:32px;height:32px;border-radius:999px;border:1px solid var(--border);padding:0;cursor:pointer;background:color-mix(in oklab,var(--surface-3) 85%,transparent);color:var(--text);font-size:20px;line-height:1;transition:background .15s ease,border-color .15s ease}.ch-photo-modal__close:hover{background:color-mix(in oklab,var(--accent) 14%,var(--surface-3));border-color:color-mix(in oklab,var(--accent) 35%,var(--border))}.ch-photo-modal__close:focus,.ch-photo-modal__close:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus-ring)}.ch-photo-modal__thumbs{margin-top:8px;display:flex;gap:8px;max-width:100%;overflow-x:auto;padding-bottom:4px}.ch-photo-modal__thumb{border:1px solid transparent;padding:0;cursor:pointer;flex:0 0 auto;border-radius:10px;overflow:hidden;opacity:.7;outline:none;transition:opacity .15s ease,border-color .15s ease,box-shadow .15s ease}.ch-photo-modal__thumb img{display:block;width:64px;height:64px;object-fit:cover}.ch-photo-modal__thumb:hover{opacity:.9;border-color:var(--border)}.ch-photo-modal__thumb.is-active{opacity:1;border-color:color-mix(in oklab,var(--accent) 45%,var(--border));box-shadow:0 0 0 3px var(--focus-ring)}.ch-photo-modal__thumb:focus,.ch-photo-modal__thumb:focus-visible{box-shadow:0 0 0 3px var(--focus-ring)}@media (max-width: 640px){.ch-photo-modal__inner{padding:14px 36px;border-radius:14px}.ch-photo-modal__img{max-height:60vh}.ch-photo-modal__nav--prev{left:4px}.ch-photo-modal__nav--next{right:4px}}
