.screener-chat-footer,.screener-table .screener-chat-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15.5px 12px;border-top:.5px solid #c9c9ca;border-radius:0 0 6px 6px;background:#fff;font-family:Helvetica Neue,sans-serif}@media(max-width:768px){.screener-chat-footer,.screener-table .screener-chat-footer{flex-wrap:nowrap}}.screener-chat-footer__timestamp,.screener-table .screener-chat-footer__timestamp{display:flex;align-items:center;gap:6px;min-width:0;flex-shrink:1}.screener-chat-footer__timestamp svg,.screener-table .screener-chat-footer__timestamp svg{flex-shrink:0}.screener-chat-footer__timestamp-text,.screener-table .screener-chat-footer__timestamp-text{color:#5d646f;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.screener-chat-footer__timestamp-text,.screener-table .screener-chat-footer__timestamp-text{max-width:120px}}.screener-chat-footer__actions,.screener-table .screener-chat-footer__actions{display:flex;align-items:center;gap:11px;flex-shrink:0}@media(max-width:768px){.screener-chat-footer__actions,.screener-table .screener-chat-footer__actions{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%}.screener-chat-footer__actions::-webkit-scrollbar,.screener-table .screener-chat-footer__actions::-webkit-scrollbar{display:none}}.screener-chat-footer__expand-btn,.screener-table .screener-chat-footer__expand-btn{display:flex;align-items:center;justify-content:center;width:40px;height:34px;padding:0 12px;border-radius:6px;border:1px solid silver;background:rgba(0,0,0,0);cursor:pointer;flex-shrink:0;transition:border-color .12s ease}.screener-chat-footer__expand-btn:hover,.screener-table .screener-chat-footer__expand-btn:hover{border-color:#817e7e}.screener-chat-footer__expand-btn svg,.screener-table .screener-chat-footer__expand-btn svg{display:block}.screener-chat-footer__actions-divider,.screener-table .screener-chat-footer__actions-divider{display:flex;align-items:center;gap:8px;padding-left:12px;border-left:1px solid #ebebeb}@media(max-width:768px){.screener-chat-footer__actions-divider,.screener-chat-footer__actions-divider>*,.screener-table .screener-chat-footer__actions-divider,.screener-table .screener-chat-footer__actions-divider>*{flex-shrink:0}}.screener-chat-footer__alert-btn,.screener-table .screener-chat-footer__alert-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px 0 8px;border-radius:6px;border:1px solid #dadada;background:rgba(0,0,0,0);cursor:pointer;color:#666;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap;flex-shrink:0;transition:border-color .12s ease}.screener-chat-footer__alert-btn__text,.screener-table .screener-chat-footer__alert-btn__text{padding-top:3px}.screener-chat-footer__alert-btn:hover,.screener-table .screener-chat-footer__alert-btn:hover{border-color:#817e7e}.screener-chat-footer__alert-btn:disabled,.screener-table .screener-chat-footer__alert-btn:disabled{opacity:.6;cursor:not-allowed}.screener-chat-footer__alert-btn--active,.screener-table .screener-chat-footer__alert-btn--active{border-color:#c4905a;color:#c4905a}.screener-chat-footer__save-btn,.screener-table .screener-chat-footer__save-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 8px;border-radius:6px;border:none;background:#333;cursor:pointer;color:#fff;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap;flex-shrink:0;transition:background .12s ease}.screener-chat-footer__save-btn span,.screener-table .screener-chat-footer__save-btn span{padding-top:3px}.screener-chat-footer__save-btn:hover,.screener-table .screener-chat-footer__save-btn:hover{background:#1a1a1a}.screener-chat-footer__save-btn svg,.screener-table .screener-chat-footer__save-btn svg{display:block;flex-shrink:0}.report-issue-modal{position:relative;z-index:1001;background:#fff;font-family:var(--font-helvetica-neue),sans-serif;display:flex;flex-direction:column;width:462px;max-width:calc(100vw - 32px);border-radius:12px;border:1px solid #f0e2d4;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden;padding:25px}@media(max-width:600px){.report-issue-modal{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;border-radius:16px 16px 0 0;border:none;box-shadow:0 -4px 24px rgba(0,0,0,.12);max-height:92dvh;overflow-y:auto;z-index:1300}}.report-issue-modal__header{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:12px}.report-issue-modal__icon-wrap{flex-shrink:0;width:40px;height:40px;background:#fcf4f0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.report-issue-modal__header-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.report-issue-modal__title{font-size:18px;font-weight:500;color:#0a0a0a;line-height:22px;margin:0;letter-spacing:-.0174em}.report-issue-modal__subtitle{font-size:14px;font-weight:400;color:#666;line-height:19.25px;margin:0}.report-issue-modal__close{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;opacity:.7;transition:opacity .12s ease;margin-top:4px}.report-issue-modal__close:hover{opacity:1}.report-issue-modal__divider{height:1px;width:100%;background:rgba(0,0,0,.1);flex-shrink:0;margin-top:16px;margin-bottom:16px}.report-issue-modal__body{display:flex;flex-direction:column;gap:20px}.report-issue-modal__section{display:flex;flex-direction:column;gap:10px}.report-issue-modal__label-row{display:flex;align-items:center;justify-content:space-between}.report-issue-modal__label-row--start{justify-content:flex-start}.report-issue-modal__label-group{display:flex;align-items:center;gap:6px}.report-issue-modal__label{font-size:14px;font-weight:500;color:#0a0a0a;line-height:20px;letter-spacing:-.0107em}.report-issue-modal__required{font-size:14px;font-weight:600;color:#d4183d;line-height:20px;margin-left:4px}.report-issue-modal__optional-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 8px;height:18px;background:#f2f3f4;border-radius:6px;font-size:12px;font-weight:400;color:#666;line-height:16px;white-space:nowrap}.report-issue-modal__char-count{font-size:12px;font-weight:400;color:#817e7e;line-height:16px}.report-issue-modal__chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.report-issue-modal__chip{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fafafb;border:1px solid rgba(0,0,0,0);border-radius:8px;cursor:pointer;text-align:left;transition:background .12s ease,border-color .12s ease}.report-issue-modal__chip:hover{background:#f3f4f5}.report-issue-modal__chip--selected{background:#fcf9f7;border-color:#c4905a}.report-issue-modal__chip-check{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1px solid #aaa;display:flex;align-items:center;justify-content:center}.report-issue-modal__chip--selected .report-issue-modal__chip-check{background:#c4905a;border-color:#c4905a}.report-issue-modal__chip-label{font-size:12px;font-weight:500;color:#333;line-height:20px;letter-spacing:-.0125em}.report-issue-modal__textarea{width:100%;height:64px;resize:none;padding:8px 12px;border:1px solid #ebebeb;border-radius:8px;font-family:inherit;font-size:14px;font-weight:400;color:#333;line-height:20px;letter-spacing:-.0107em;outline:none;transition:border-color .15s ease}.report-issue-modal__textarea::placeholder{color:#aaa}.report-issue-modal__textarea:focus{border:1px solid #817e7e}.report-issue-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.report-issue-modal__btn{display:flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 12px;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;letter-spacing:-.0107em;cursor:pointer;transition:background .12s ease,opacity .12s ease;white-space:nowrap}.report-issue-modal__btn--cancel{background:#fff;border:1px solid #dadada;color:#333}.report-issue-modal__btn--cancel:hover{border-color:#817e7e}.report-issue-modal__btn--submit{background:#333;border:none;color:#fff;min-width:120px}.report-issue-modal__btn--submit:hover:not(:disabled){background:#1a1a1a}.report-issue-modal__btn--submit:disabled{background:hsla(0,0%,40%,.4);opacity:.45;cursor:not-allowed}