:root{--chats-flyout-z: 50;--chats-flyout-card-shadow: 0 6px 24px rgba(15, 23, 42, .12), 0 2px 8px rgba(15, 23, 42, .06)}.chats-page-mobile--list .chats-main,.chats-page-mobile--detail .chats-sidebar{display:none!important}.chats-page-mobile--detail .page-title,.chats-page-mobile--detail .page-lead{display:none}.chats-page-mobile .chats-layout{min-height:0}.chats-page-mobile--detail .chats-main{min-height:min(78vh,680px)}.chats-layout{display:grid;gap:1rem;min-height:min(70vh,640px)}@media (min-width: 768px){.chats-layout{grid-template-columns:280px 1fr}}.chats-sidebar{display:flex;flex-direction:column;gap:1rem}.chats-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.chats-section-title{margin:0;padding:.6rem .85rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-soft);background:var(--surface-2);border-bottom:1px solid var(--border)}.room-list{max-height:220px;overflow-y:auto}.chats-room-list-single{max-height:min(52vh,480px)}.room-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;text-align:left;padding:.65rem .85rem;border:none;border-bottom:1px solid var(--border);background:var(--surface);font:inherit;font-size:.875rem;cursor:pointer;color:var(--text)}.room-item-main{min-width:0;flex:1}.room-item-title{display:block}.room-unread-badge{flex-shrink:0;min-width:1.35rem;height:1.35rem;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:.6875rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.room-item:last-child{border-bottom:none}.room-item:hover{background:var(--surface-2)}.room-item.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.room-meta{display:block;font-size:.7rem;font-weight:600;color:var(--text-soft);margin-top:.2rem}.chats-main{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-height:420px;overflow:hidden}.chats-header{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.chats-header-back{flex-shrink:0;width:2.5rem;height:2.5rem;margin:0;margin-left:-.25rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:1.2rem;line-height:1;cursor:pointer;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.chats-header-back:hover{background:var(--surface-2);border-color:var(--primary)}.chats-header-title{flex:1;min-width:0;font-weight:650;font-size:1rem}.chats-header--group{position:relative;z-index:20}.chats-header-top{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0}.chats-header-group-actions{position:relative;display:flex;flex-direction:row;align-items:center;gap:.3rem;flex-shrink:0;margin-left:auto}.chats-header-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;margin:0;padding:0;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;box-shadow:0 1px 2px #1c23330f}.chats-header-icon-btn:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.chats-header-icon-btn--open{color:var(--primary);border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px #1a56db33}.chats-header-icon-btn--marked:not(.chats-header-icon-btn--open){border-color:var(--border-strong);box-shadow:inset 0 0 0 1px #1a56db1f}.chats-header-icon-btn:focus-visible{outline:none;box-shadow:var(--focus)}.chats-header-flyout{position:absolute;top:calc(100% + 6px);right:0;z-index:var(--chats-flyout-z);min-width:min(100vw - 2rem,300px);max-width:min(100vw - 1.25rem,380px);animation:chats-flyout-in .18s ease}.chats-header-flyout--filters{max-width:min(100vw - 1.25rem,440px)}@keyframes chats-flyout-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.chats-header-flyout{animation:none}}.chats-header-flyout-card{padding:.65rem .75rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--chats-flyout-card-shadow)}.chats-header-flyout-row--fields{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.45rem}.chats-header-flyout-footer{margin-top:.5rem;padding-top:.45rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.chats-filter-hint{font-size:.75rem;line-height:1.4;margin:0 0 .55rem}.chats-filter-section{margin-top:.5rem}.chats-filter-section:first-of-type{margin-top:0}.chats-filter-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft);margin-bottom:.35rem}.chats-filter-section--date .chats-filter-section-label{display:block}.chats-overlay-input--date-block{width:100%;max-width:none}.chats-filter-checkbox-list{max-height:9.5rem;overflow-y:auto;padding:.25rem .15rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.chats-filter-check-label{display:flex;align-items:flex-start;gap:.4rem;font-size:.8125rem;line-height:1.35;padding:.2rem .25rem;cursor:pointer;border-radius:var(--radius-sm)}.chats-filter-check-label:hover{background:#1a56db0f}.chats-filter-check-label input{margin-top:.15rem;flex-shrink:0}.chats-filter-check-label span{min-width:0;word-break:break-word}.chats-filter-empty{font-size:.8125rem;padding:.35rem .25rem;display:block}.chats-overlay-select,.chats-overlay-input{box-sizing:border-box;font-size:.8125rem;line-height:1.35;min-height:2.25rem;padding:.4rem .55rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);box-shadow:inset 0 1px 2px #1c23330a}.chats-overlay-select:focus,.chats-overlay-input:focus{outline:none;border-color:var(--primary);box-shadow:inset 0 1px 2px #1c23330a,0 0 0 3px #1a56db2e;background:var(--surface)}.chats-overlay-select{flex:1 1 55%;min-width:0}.chats-overlay-input--date{flex:0 0 auto;min-width:9.5rem;max-width:42%}.chats-overlay-input--search{width:100%;display:block}@media (max-width: 400px){.chats-header-flyout-row--fields{flex-wrap:wrap}.chats-overlay-input--date{flex:1 1 100%;max-width:none}}.chats-header-news-menu{position:relative;flex-shrink:0}.chats-header-news-trigger{white-space:nowrap}.chats-header-news-dropdown{position:absolute;top:calc(100% + .35rem);right:0;z-index:40;min-width:16rem;max-width:min(18rem,calc(100vw - 2rem));padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #0f172a1f}.chats-header-news-heading{margin:0 0 .45rem;font-size:.9375rem;font-weight:650;line-height:1.25;color:var(--text)}.chats-header-news-hint{margin:0 0 .65rem;font-size:.75rem;line-height:1.4}.chats-header-news-check{display:flex;align-items:center;gap:.5rem;margin:0 0 .45rem;font-size:.8125rem;cursor:pointer}.chats-header-news-check input{flex-shrink:0}.chats-header-news-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem;padding-top:.5rem;border-top:1px solid var(--border)}.chats-messages{flex:1;overflow-y:auto;padding:1rem;background:linear-gradient(180deg,#fafbfd 0%,var(--surface) 12%);min-height:0}.chats-messages--group-pager{max-height:min(68dvh,720px);scroll-snap-type:y mandatory;scroll-padding-top:.5rem;scroll-padding-bottom:.75rem;border-top:1px solid var(--border);background:linear-gradient(180deg,#f3f6fb 0%,var(--surface) 18%)}.chats-messages--group-pager .msg{scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:.35rem;scroll-margin-bottom:.5rem;margin-bottom:.55rem;padding-bottom:.3rem;border-bottom:1px solid var(--border);max-width:100%}.chats-messages--group-pager .msg-meta{font-size:.6875rem;margin-bottom:.15rem}.chats-messages--group-pager .msg-bubble{font-size:.8125rem;line-height:1.4;padding:.5rem .7rem}.chats-messages--group-pager .chat-msg-quote-head{font-size:.75rem;font-weight:600;padding:3px 8px}.chats-messages--group-pager .chat-msg-quote-sender{font-size:.75rem}.chats-messages--group-pager .chat-report-card--group .chat-report-title{font-size:.875rem}.chats-messages--group-pager .chat-report-card--group .chat-report-line{font-size:.8125rem;margin-top:.2rem}.chats-messages--group-pager .chat-report-card--group .chat-report-grid{gap:4px}.chats-messages--group-pager .chat-report-discuss-heading,.chats-messages--group-pager .chat-report-discuss-meta,.chats-messages--group-pager .chat-report-discuss-text{font-size:.75rem}.chats-messages--group-pager .chat-report-bubble-edit-fab{width:1.55rem!important;height:1.55rem!important;top:.35rem;right:.35rem}.chats-messages--group-pager .msg:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.chats-messages--group-pager .msg-bubble:not(.msg-bubble--report-anchor){border-color:var(--border-strong);box-shadow:0 1px 3px #1c23330d}.chats-messages--group-pager .msg-bubble--report-anchor{border-color:var(--border-strong);background:linear-gradient(180deg,#ffffff 0%,var(--surface-2) 100%);box-shadow:0 2px 8px #1c23330f}.msg{margin-bottom:1rem;max-width:720px}.msg-meta{font-size:.75rem;color:var(--text-soft);margin-bottom:.25rem}.msg-bubble{padding:.65rem .85rem;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);font-size:.875rem;white-space:pre-wrap;line-height:1.45}.msg-bubble.msg-bubble--report-anchor{position:relative;padding-right:.85rem!important;padding-left:.85rem!important}.chat-report-bubble-edit-fab{position:absolute!important;top:.45rem;right:.45rem;left:auto;z-index:4;margin:0!important;padding:0;float:none;cursor:pointer;font:inherit;display:inline-flex!important;align-items:center;justify-content:center;width:1.75rem!important;height:1.75rem!important;min-width:0;box-sizing:border-box;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--primary);box-shadow:0 1px 3px #1c23331a;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-report-bubble-edit-fab:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-hover);text-decoration:none}.chat-report-bubble-edit-fab:focus-visible{outline:none;box-shadow:var(--focus)}.chat-report-card{display:flex;flex-direction:column;gap:4px}.chat-report-title{font-weight:700;font-size:.95rem;margin-bottom:2px}.chat-report-line{font-size:.875rem}.chat-report-actions{display:flex;gap:8px;margin:6px 0 2px;flex-wrap:wrap}.chat-report-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:2px}.chat-report-card-header--title-only{justify-content:flex-start}.chat-report-card--group .chat-report-title{flex:1;min-width:0;margin-bottom:0;padding-right:0}.chat-report-card--group{gap:4px}.chat-report-discuss-section{margin-top:.65rem;padding:.5rem .6rem;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.chat-report-discuss-toolbar{display:contents}.chat-report-discuss-messages{display:flex;flex-direction:column;gap:.4rem;min-height:0;order:2}.chat-report-discuss-section>.chat-report-discuss-empty,.chat-report-discuss-section>.chat-report-discuss-item.chat-report-discuss-item--forum{order:2}.chat-report-discuss-toolbar .btn.btn-primary,.chat-report-discuss-toolbar button.btn-primary{order:3;align-self:flex-start;margin-top:.35rem;padding:.2rem .5rem!important;font-size:.6875rem!important;font-weight:600!important;line-height:1.25!important;border-radius:4px!important;width:auto!important;min-height:0!important}.chat-report-discuss-item--forum{background:var(--surface);border:1px solid var(--border)!important;border-radius:var(--radius-sm);padding:.5rem .6rem!important;box-shadow:0 1px #1c23330a}.chat-report-discuss-footer{order:3;margin-top:.45rem;padding-top:.45rem;border-top:1px solid var(--border);display:flex;justify-content:flex-start;align-items:center;width:100%}.chat-report-discuss-write-btn{flex:0 0 auto}.chat-report-discuss-heading{order:1;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);margin-bottom:0}.chat-report-discuss-empty{font-size:.8125rem;margin:0}.chat-report-discuss-item:not(.chat-report-discuss-item--forum){padding:.4rem 0;border-top:1px solid var(--border);font-size:.8125rem;line-height:1.4}.chat-report-discuss-item:not(.chat-report-discuss-item--forum):first-of-type{border-top:none;padding-top:0}.chat-report-discuss-meta{font-size:.75rem;color:var(--text-soft);margin-bottom:.15rem}.chat-report-discuss-text{white-space:pre-wrap;word-break:break-word}.chat-report-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.chat-report-thumb-btn{position:relative;padding:0;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;overflow:hidden;contain:layout style paint;display:block;width:100%;aspect-ratio:1 / 1;min-height:0}.chat-report-thumb-btn:disabled{cursor:default;opacity:.92}.chat-report-thumb-btn--video{cursor:pointer}.chat-report-thumb-video-ring{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:10px;border:2px solid rgba(255,255,255,.1);border-top-color:#ffffff6b;animation:chat-report-thumb-spin 1.05s linear infinite;pointer-events:none}.chat-report-thumb-video-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0;padding:0;font-size:1.5rem;line-height:1;animation:chat-report-video-icon-pulse 2s ease-in-out infinite}@keyframes chat-report-video-icon-pulse{0%,to{opacity:.88;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.chat-report-thumb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.chat-report-thumb-loading-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;border:none;box-sizing:border-box;background:linear-gradient(90deg,var(--surface-2) 0%,var(--border) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:chat-report-thumb-shimmer 1.1s ease-in-out infinite}.chat-report-thumb-spinner{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--primary, #2563eb);animation:chat-report-thumb-spin .72s linear infinite;box-sizing:border-box;pointer-events:none}@keyframes chat-report-thumb-spin{to{transform:rotate(360deg)}}.chat-report-thumb--revealed{animation:chat-report-thumb-reveal .38s ease-out}@keyframes chat-report-thumb-reveal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.chat-report-thumb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;content-visibility:auto}.chat-report-thumb.chat-report-thumb-video-plaque{display:flex;align-items:center;justify-content:center;object-fit:unset;background:linear-gradient(145deg,#1e293b,#0f172a);color:#ffffffeb;overflow:hidden}video.chat-report-thumb{background:#0b1220}.chat-report-thumb-pending{background:var(--surface-2);border:none;box-sizing:border-box;animation:chat-report-thumb-pending-pulse 1.4s ease-in-out infinite}@keyframes chat-report-thumb-pending-pulse{0%,to{opacity:.55}50%{opacity:.95}}.chat-report-thumb-skeleton{border:none;box-sizing:border-box;background:linear-gradient(90deg,var(--surface-2) 0%,var(--border) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:chat-report-thumb-shimmer 1.1s ease-in-out infinite}@keyframes chat-report-thumb-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.chat-report-viewer{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px;background:#0b1220;border-radius:8px}.chat-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#00000059;color:#fff;font-size:1.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chat-viewer-arrow-left{left:10px}.chat-viewer-arrow-right{right:10px}.chat-report-gallery-backdrop{padding:.75rem;align-items:center;justify-content:center}.chat-report-gallery-card{position:relative;display:flex;flex-direction:column;max-width:min(96vw,1200px);width:100%;min-height:min(42vh,420px);max-height:min(92vh,920px);padding:0;margin:0;overflow:hidden}.chat-report-gallery-toolbar{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;border-bottom:1px solid var(--border);background:var(--surface)}.chat-report-gallery-toolbar-left{display:flex;align-items:center;min-width:0;flex:1}.chat-report-gallery-toolbar-spacer{display:inline-block;min-height:2rem;min-width:1px}.chat-report-gallery-close{position:relative;flex-shrink:0;width:2.35rem;height:2.35rem;padding:0;margin:0;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);font-size:1.65rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-report-gallery-close:hover{color:var(--text);border-color:var(--border);background:var(--surface)}.chat-report-gallery-close:focus-visible{outline:none;box-shadow:var(--focus)}.chat-report-gallery-original.is-active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-hover)}.chat-report-viewer--gallery{display:flex;flex-direction:row;flex:1;align-items:stretch;gap:.35rem;min-height:0;margin-top:0;padding:.5rem}.chat-gallery-nav{flex:0 0 auto;align-self:center;width:2.65rem;height:2.65rem;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#0006;color:#fff;font-size:1.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.chat-gallery-nav:hover:not(:disabled){background:#0000008c;border-color:#ffffffa6}.chat-gallery-nav:disabled{opacity:.28;cursor:default}.chat-gallery-nav:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffffa6}.chat-report-gallery-stage{position:relative;flex:1;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto}.chat-report-gallery-media{max-width:100%;max-height:min(72vh,calc(92vh - 8rem));width:auto;height:auto;object-fit:contain}@media (max-width: 520px){.chat-gallery-nav{width:2.35rem;height:2.35rem;font-size:1.35rem}.chat-report-viewer--gallery{gap:.2rem;padding:.35rem}}.chat-report-gallery-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;background:radial-gradient(ellipse at center,#0f172a80,#0f172a1f 70%);font-size:.875rem;color:#f8fafce0}.chat-report-gallery-spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:#ffffffd1;animation:chat-report-thumb-spin .78s linear infinite;box-sizing:border-box}.chat-report-gallery-loading-text{font-size:.8125rem;letter-spacing:.02em;animation:chat-report-gallery-text-pulse 1.5s ease-in-out infinite}@keyframes chat-report-gallery-text-pulse{0%,to{opacity:.65}50%{opacity:1}}@media (prefers-reduced-motion: reduce){.chat-report-thumb-spinner,.chat-report-thumb-loading-shimmer,.chat-report-thumb-video-ring,.chat-report-gallery-spinner,.chat-report-thumb--revealed,.chat-report-thumb-pending,.chat-report-thumb-video-icon,.chat-report-gallery-loading-text{animation:none!important}.chat-report-thumb-pending{opacity:.72}}@media (max-width: 900px){.chat-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){.chats-messages .chat-report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}}.chats-composer{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem;background:var(--surface)}.chats-composer .input{flex:1}.chat-reply-quote{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.chat-reply-quote-text{white-space:pre-wrap;font-size:.8125rem;color:var(--text-muted)}.chat-msg-quoted-wrap{display:flex;flex-direction:column;gap:8px}.chat-msg-quote-pill{align-self:flex-start;font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-soft);border:1px solid var(--border);border-radius:999px;padding:2px 8px}.chat-msg-quote-head{align-self:flex-start;font-size:.8125rem;font-weight:650;line-height:1.35;color:var(--text);padding:4px 10px;border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--border)}.chat-msg-quote-sender{font-size:.8125rem;color:var(--text-muted);line-height:1.35;padding-left:2px}.chat-msg-comment{margin-top:2px;padding:8px 10px;border-left:3px solid var(--primary);background:#f8fbff;border-radius:6px;white-space:pre-wrap}.chat-thread-list{max-height:44vh;overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);padding:8px}.chat-thread-item{padding:8px;border-bottom:1px solid var(--border)}.chat-thread-item:last-child{border-bottom:none}.chat-thread-meta{font-size:.75rem;color:var(--text-muted);margin-bottom:4px}.chat-thread-body{white-space:pre-wrap;font-size:.875rem}.admin-form{padding:.85rem;border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2)}.admin-form h4{margin:0 0 .65rem;font-size:.8125rem;font-weight:650;color:var(--text-muted)}.chats-older-top{flex-shrink:0}.chats-older-loading{text-align:center;font-size:.75rem;color:var(--text-muted);padding:.2rem 0 .15rem}.chats-older-sentinel{height:2px;width:100%;pointer-events:none}:root{--font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", sans-serif;--text: #1c2333;--text-muted: #5c6578;--text-soft: #8b95a8;--bg: #eef1f6;--surface: #ffffff;--surface-2: #f6f8fc;--border: #e1e6ef;--border-strong: #c5cdd8;--primary: #1a56db;--primary-hover: #1547b8;--primary-soft: #e8f0fe;--success: #0d7d4d;--success-soft: #e6f5ed;--danger: #c41e3a;--danger-soft: #fdecef;--warning: #b35900;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(28, 35, 51, .06), 0 4px 12px rgba(28, 35, 51, .06);--shadow-nav: 0 1px 0 rgba(28, 35, 51, .06);--focus: 0 0 0 3px rgba(26, 86, 219, .25);line-height:1.5;color:var(--text);background:var(--bg);font-family:var(--font)}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}html,#root{overflow-x:hidden}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.portal-shell{min-height:100vh;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden}.portal-main{flex:1;padding:1.5rem 1.6rem 2.2rem;max-width:1200px;margin:0 auto;width:100%;min-width:0}.portal-nav{display:flex;flex-wrap:wrap;align-items:stretch;gap:2px;padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-nav);width:100%}.portal-nav a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.85rem 1rem;color:var(--text-muted);font-weight:500;font-size:.9375rem;border-bottom:2px solid transparent;margin-bottom:-1px}.portal-nav a:hover{color:var(--text);text-decoration:none}.portal-nav a.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.portal-nav-brand{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem .65rem 0;margin-right:.5rem;border-right:1px solid var(--border)}.portal-nav-brand strong{font-size:1rem;color:var(--text);font-weight:700;letter-spacing:-.02em}.portal-nav-brand span{font-size:.75rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.portal-nav-spacer{flex:1;min-width:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.portal-nav-user{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:var(--text-muted);position:relative}.portal-nav-user-worker{flex-direction:column;align-items:flex-end;gap:.35rem}.portal-nav-user-worker .portal-account-nav-trigger{width:100%;max-width:100%;justify-content:flex-end}.portal-account-panel{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.portal-account-trigger{border:1px solid var(--border-strong);background:var(--surface-2);color:inherit;padding:.4rem .65rem .4rem .45rem;border-radius:var(--radius);margin:0;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;gap:.5rem;line-height:1.25;text-align:left;box-shadow:0 1px #1c23330a;transition:border-color .15s ease,background .15s ease}.portal-account-trigger:hover{background:var(--surface);border-color:var(--primary)}.portal-account-trigger[aria-expanded=true]{border-color:var(--primary);box-shadow:var(--focus)}.portal-account-avatar{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center}.portal-account-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.portal-account-chevron{flex-shrink:0;font-size:.65rem;color:var(--text-soft);margin-left:.15rem}.portal-account-logout{border-color:var(--border);color:var(--text-muted);font-weight:600}.portal-account-logout:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-soft)}.portal-account-nav-trigger{display:inline-flex;align-items:center;gap:.4rem;max-width:min(12rem,46vw);padding:.2rem .35rem;margin:0;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit;text-align:left;border-radius:var(--radius-sm)}.portal-account-nav-trigger:hover{background:var(--surface-2)}.portal-account-nav-trigger[aria-expanded=true]{background:var(--primary-soft)}.portal-account-nav-icon{flex-shrink:0;display:flex;color:var(--text-muted)}.portal-account-nav-name{display:flex;flex-direction:column;min-width:0;font-size:.7rem;line-height:1.2;color:var(--text-muted);font-weight:600}.portal-account-nav-login{font-size:.65rem;font-weight:500;color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-account-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--bg);display:flex;flex-direction:column}.portal-account-fullscreen-bar{flex-shrink:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem;padding:.55rem .65rem;padding-top:max(.55rem,env(safe-area-inset-top));background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-nav)}.portal-account-fullscreen-back{margin:0;border:none;background:transparent;font:inherit;cursor:pointer;padding:.45rem .55rem;border-radius:var(--radius-sm);color:var(--primary);font-weight:600;font-size:1.15rem;line-height:1}.portal-account-fullscreen-back:hover{background:var(--surface-2)}.portal-account-fullscreen-title{text-align:center;font-weight:700;font-size:.95rem;color:var(--text)}.portal-account-fullscreen-logout{margin:0;border:none;background:transparent;font:inherit;cursor:pointer;padding:.4rem .5rem;border-radius:var(--radius-sm);color:var(--danger);font-weight:700;font-size:.875rem}.portal-account-fullscreen-logout:hover{background:var(--danger-soft)}.portal-account-fullscreen-body{flex:1;overflow-y:auto;padding:1rem max(1rem,env(safe-area-inset-right)) max(1.25rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));-webkit-overflow-scrolling:touch}.portal-user-form--screen{border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;margin-bottom:.75rem;background:var(--surface)}.portal-account-screen-msg{margin:0 0 1rem;font-size:.8125rem}.portal-nav-user-sub{font-size:.75rem;color:var(--text-soft)}.portal-user-menu{position:absolute;right:0;top:calc(100% + 8px);width:min(380px,94vw);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow);padding:0;z-index:120;overflow:hidden}.portal-user-menu-header{padding:.85rem 1rem;background:linear-gradient(180deg,var(--surface-2) 0%,var(--surface) 100%);border-bottom:1px solid var(--border)}.portal-user-menu-header strong{display:block;font-size:.9375rem;color:var(--text);letter-spacing:-.02em}.portal-user-menu-hint{display:block;margin-top:.2rem;font-size:.75rem}.portal-user-section-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);margin-bottom:.35rem}.portal-user-form{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.portal-user-form-last{border-bottom:none}.portal-user-menu-footer{margin:0 1rem 1rem;font-size:.8125rem}.portal-user-form label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.auth-card{max-width:400px;margin:3rem auto;padding:2rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.auth-card h1{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.page-title{margin:0 0 .25rem;font-size:1.9rem;font-weight:800;letter-spacing:-.03em;font-family:"Montserrat",var(--font);text-transform:uppercase}.page-lead-strong{margin-top:-.15rem;margin-bottom:.55rem;font-weight:600}.page-lead{margin:0 0 1.25rem;font-size:.9375rem;color:var(--text-muted);max-width:52rem}.muted{color:var(--text-muted);font-size:.875rem}.tabs{display:flex;gap:4px;margin-bottom:1.25rem;padding:4px;background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border);width:fit-content;flex-wrap:wrap}.tab{border:none;background:transparent;padding:.5rem 1rem;border-radius:calc(var(--radius-sm) - 2px);font:inherit;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer}.tab:hover{color:var(--text);background:#ffffffb3}.tab.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 2px #1c233314}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1rem;font:inherit;font-size:.875rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer}.btn:hover{background:var(--surface-2)}.btn:focus-visible{outline:none;box-shadow:var(--focus)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-primary:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:transparent;border-color:transparent;color:var(--primary)}.btn-ghost:hover{background:var(--primary-soft)}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{filter:brightness(.95)}.btn-sm{padding:.35rem .65rem;font-size:.8125rem}.btn-xs{padding:.2rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.25;border-radius:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem;margin-bottom:1rem}.mobile-role-shell .card{border-radius:12px;box-shadow:0 1px 2px #1c23330f,0 8px 24px #1c233314}.card h3{margin:0 0 .35rem;font-size:1.05rem;font-weight:750}.card-desc{margin:0 0 1rem;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);max-width:100%}.data-table{width:100%;border-collapse:collapse;font-size:.8125rem}.data-table th{text-align:left;padding:.65rem .75rem;background:var(--surface-2);border-bottom:1px solid var(--border);font-weight:600;color:var(--text-muted);white-space:nowrap}.data-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafbfd}.reports-history-table-wrap{font-size:.75rem}.reports-history-table{width:100%;border-collapse:collapse;font-size:.75rem;line-height:1.35}.reports-history-table th,.reports-history-table td{padding:.35rem .45rem;border-bottom:1px solid var(--border);vertical-align:top}.reports-history-table th{text-align:left;font-weight:600;color:var(--text-muted);background:var(--surface-2);font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em}.reports-history-table tbody tr:hover{background:#fafbfd}.reports-history-table tr:last-child td{border-bottom:none}.reports-history-status-btn{margin:0;padding:0;border:none;background:none;font:inherit;font-size:inherit;line-height:inherit;color:var(--primary);cursor:pointer;text-decoration:underline dotted;text-underline-offset:2px;text-align:left}.reports-history-status-btn:hover{color:var(--primary-hover)}.field{margin-bottom:.85rem}.field label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem}.report-file-picker-field{margin-top:1.25rem;margin-bottom:1.5rem}.report-file-picker-field>label{margin-bottom:.75rem;font-size:.875rem}.report-file-picker-field .report-file-picker-input{padding:.85rem 1rem;min-height:3.5rem;font-size:.9375rem;line-height:1.45;cursor:pointer}.report-file-picker-field .report-file-picker-input::file-selector-button{margin-right:1rem;padding:.7rem 1.35rem;font-size:.9375rem;font-weight:650;font-family:inherit;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);cursor:pointer}.report-file-picker-field .report-file-picker-input:hover::file-selector-button{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-hover)}.report-file-picker-field .report-file-picker-input:focus::file-selector-button{outline:none}.report-file-picker-field .report-file-picker-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus)}.report-file-picker-field .report-local-files-grid{margin-top:1.1rem}.report-file-picker-field .report-file-picker-err{margin-top:.85rem}.input,.select,.textarea{width:100%;padding:.55rem .65rem;font:inherit;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus)}.textarea{min-height:88px;resize:vertical}.form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.alert{padding:.65rem .85rem;border-radius:var(--radius-sm);font-size:.875rem}.alert-error{background:var(--danger-soft);color:#8f1329;border:1px solid #f5c4cc}.alert-success{background:var(--success-soft);color:#0a5c38;border:1px solid #b8e0cc}.badge{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-draft{background:#fff4e5;color:var(--warning)}.badge-sent{background:var(--success-soft);color:var(--success)}.badge-err{background:var(--danger-soft);color:var(--danger)}.badge-other{background:var(--surface-2);color:var(--text-muted)}.grid-2{display:grid;gap:1rem}@media (min-width: 768px){.grid-2{grid-template-columns:1fr 1fr}}.report-forms-grid{display:grid;gap:1rem;min-width:0}.report-forms-grid .field label,.mobile-role-shell .field label{font-size:.9375rem;font-weight:700;color:var(--text);margin-bottom:.45rem}.report-forms-grid .input,.report-forms-grid .select,.report-forms-grid .textarea,.mobile-role-shell .input,.mobile-role-shell .select,.mobile-role-shell .textarea{border-width:2px;border-color:var(--border-strong)}.report-forms-grid .report-file-picker-field>label,.mobile-role-shell .report-file-picker-field>label{font-size:.9375rem;font-weight:700;color:var(--text)}.mobile-role-shell form .btn-primary[type=submit],.work-report-form-card form .btn-primary[type=submit]{width:100%;min-height:56px;font-size:1.1rem;font-weight:700;padding:.72rem 1rem}.appeal-switch{display:inline-flex;gap:0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.appeal-switch-full{display:flex;width:100%}.btn-flow{border-radius:0;border:none;border-right:1px solid var(--border);min-width:96px;flex:1 1 0;background:#f5f6f8;color:var(--text-muted)}.btn-flow:last-child{border-right:none}.btn-flow.active{background:var(--primary);color:#fff}.reports-submit-btn{width:100%;min-height:60px;font-size:1.125rem;font-weight:700;padding-top:.75rem;padding-bottom:.75rem}.reports-submit-wrap{margin-top:1.35rem}.history-filters-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap;width:100%;min-width:0}.history-filters-group .select{min-width:180px;flex:1 1 220px;min-width:0}.history-filters-group .btn{flex:0 0 auto}.table-sort-btn{border:none;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer;padding:0}.history-table{table-layout:fixed}.history-table th,.history-table td{white-space:normal;word-break:break-word}.reports-news-compact .mobile-news-card{margin-bottom:.75rem!important;padding:.8rem}.reports-news-compact .mobile-news-card h3{margin:0;font-size:.95rem}.news-channel-card{min-height:9.5rem;box-sizing:border-box}.news-channel-card--skeleton{padding:.85rem 1rem}.news-channel-skeleton-head{height:1rem;width:42%;max-width:180px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);margin-bottom:.85rem}.news-channel-skeleton-line{height:.62rem;border-radius:4px;background:linear-gradient(90deg,var(--surface-2) 0%,var(--border) 45%,var(--surface-2) 100%);background-size:200% 100%;animation:chat-report-thumb-shimmer 1.1s ease-in-out infinite;margin-bottom:.5rem}.news-channel-skeleton-line--short{width:72%}.news-channel-loading-hint{font-weight:600;color:var(--text-soft)}@media (min-width: 900px){.report-forms-grid{grid-template-columns:1fr 1fr}}.toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.loading-inline{font-size:.875rem;color:var(--text-muted)}.mobile-role-shell{max-width:440px;margin:0 auto}.mobile-role-shell h1.mobile-role-title{font-size:1.25rem;font-weight:750;margin:0 0 1rem;letter-spacing:-.02em}.news-line-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-scroll{max-height:320px;overflow-y:auto;padding-right:4px}.map-hint{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:6px}.map-hint a{font-size:.8125rem}.portal-news-context-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.85rem}.portal-news-context-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.portal-news-context-check{display:inline-flex;align-items:center;gap:.45rem;font-weight:650;font-size:.9rem;cursor:pointer;min-width:6.5rem;margin:0}.portal-news-context-check input{width:1.05rem;height:1.05rem;accent-color:var(--primary)}.portal-news-context-select{flex:1;min-width:min(100%,220px)}.mobile-lab-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}.mount-actions-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.mount-actions-row .btn{flex:1;min-width:140px}.mount-accordion{display:grid;transition:grid-template-rows .35s ease;margin-bottom:1rem}.mount-accordion.collapsed{grid-template-rows:0fr}.mount-accordion.expanded{grid-template-rows:1fr}.mount-accordion-inner{overflow:hidden;min-height:0}.mount-pipeline-hint{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.45}.map-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#1c233373;display:flex;align-items:center;justify-content:center;padding:16px}.map-modal-box{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);max-width:min(520px,100%);width:100%;overflow:hidden}.map-modal-map{width:100%;height:min(50vh,320px)}.map-modal-footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid var(--border)}.map-modal-status{flex:1 1 160px;font-size:.8125rem;color:var(--text-muted)}.globe-map-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--primary);cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.globe-map-btn:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary)}.globe-map-btn:disabled{opacity:.45;cursor:not-allowed}.address-input-row{display:flex;gap:8px;align-items:flex-start}.address-input-row .textarea{flex:1;min-width:0}.work-report-form-card{position:relative}.work-report-form-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:.75rem}.work-report-form-card-title{font-weight:600;font-size:1.02rem;margin:0;line-height:1.3}.form-corner-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.form-corner-toggle:hover{background:var(--primary-soft);color:var(--primary);border-color:var(--primary)}.report-local-files,.report-server-files{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:8px}.report-local-files-grid{list-style:none;padding:0;margin:10px 0 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.report-local-files-grid-item{position:relative;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface-2);aspect-ratio:1 / 1}.report-local-files-grid-thumb,.report-local-files-grid-doc{width:100%;height:100%}.report-local-files-grid-thumb{object-fit:cover;display:block;content-visibility:auto}.report-local-files-grid-doc{display:flex;align-items:center;justify-content:center;font-size:1.25rem}.report-local-files-remove{position:absolute;right:4px;top:4px;width:20px;height:20px;border-radius:999px;border:1px solid rgba(255,255,255,.75);background:#0009;color:#fff;font-size:15px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.report-local-files-remove:disabled{opacity:.45;cursor:not-allowed}.service-dates-row{grid-template-columns:1fr 1fr!important}.report-local-files-item,.report-server-files-item{display:flex;align-items:center;gap:10px;padding:8px;background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border)}.report-local-files-thumb{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.report-local-files-doc{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--border);border-radius:4px;font-size:1.25rem;flex-shrink:0}.report-local-files-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.report-local-files-name,.report-server-files-name{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-draft-banner{font-size:.875rem;padding:8px 10px;background:var(--primary-soft);border:1px solid var(--primary);border-radius:var(--radius-sm);margin-bottom:12px}.portal-nav{position:sticky;top:0;z-index:40}.portal-nav-main{display:flex;flex-wrap:wrap;align-items:stretch;gap:2px}a.portal-nav-news{position:relative;padding-right:.55rem}.portal-nav-unread-dot{position:absolute;top:5px;right:1px;width:8px;height:8px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px var(--surface);pointer-events:none}.news-channel-card--fullpage{max-width:720px}.work-news-page .news-channel-card--fullpage{margin-top:.5rem}.portal-nav-actions{display:flex;align-items:center;gap:6px;padding:0 4px}.portal-nav-tagline{display:block;margin-top:2px;font-size:.75rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.portal-nav-user-name{max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-crm-external{border-color:var(--border-strong);background:var(--surface-2);color:var(--text);font-weight:600;font-size:.8125rem;padding:.4rem .75rem}.btn-crm-external:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#1c233373;display:flex;align-items:center;justify-content:center;padding:16px;animation:modal-fade-in .15s ease}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);max-width:min(440px,100%);width:100%;padding:1.25rem 1.35rem;border:1px solid var(--border);animation:modal-pop .2s ease}@keyframes modal-pop{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:none}}.modal-title{margin:0 0 .75rem;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.modal-body{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.report-submit-progress-modal .modal-body{margin-bottom:.65rem}.report-submit-timeline{list-style:none;margin:0 0 .85rem;padding:0}.report-submit-timeline-item{display:grid;grid-template-columns:auto 1fr;gap:0 .65rem;align-items:stretch}.report-submit-timeline-item:not(:last-child){margin-bottom:.35rem}.report-submit-timeline-track{display:flex;flex-direction:column;align-items:center;min-height:100%}.report-submit-timeline-line{flex:1;width:2px;min-height:.5rem;margin-top:2px;background:var(--border)}.report-submit-timeline-dot{width:1.35rem;height:1.35rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;font-weight:700;box-sizing:border-box}.report-submit-timeline-dot--wait{border:2px solid var(--border);opacity:.45}.report-submit-timeline-dot--busy{border:2px solid transparent;border-top-color:var(--primary, #2563eb);animation:report-submit-spin .7s linear infinite}.report-submit-timeline-dot--done{background:var(--success-text, #15803d);color:#fff}.report-submit-timeline-dot--err{background:var(--danger, #b91c1c);color:#fff}.report-submit-timeline-body{padding-bottom:.5rem}.report-submit-timeline-title{font-weight:600;font-size:.88rem;line-height:1.25}.report-submit-timeline-detail{font-size:.78rem;color:var(--text-soft, #64748b);margin-top:.2rem;line-height:1.35}.report-submit-yandex-note{font-size:.78rem;color:var(--text-soft, #64748b);margin:0 0 .75rem;line-height:1.4;padding:.6rem .65rem;background:var(--surface-2, rgba(0, 0, 0, .03));border-radius:calc(var(--radius) - 2px);border:1px solid var(--border)}.report-submit-phase-hint--err{color:var(--danger, #b91c1c)}.report-submit-phase-hint--ok{color:var(--success-text, #15803d);font-weight:600}.report-submit-file-list{list-style:none;margin:0 0 .25rem;padding:0;max-height:min(40vh,280px);overflow-y:auto;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--surface-2, rgba(0, 0, 0, .03))}.report-submit-file-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.85rem;border-bottom:1px solid var(--border)}.report-submit-file-row:last-child{border-bottom:none}.report-submit-file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-submit-status{flex-shrink:0;width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.report-submit-status--wait{border:2px solid var(--border);border-radius:50%;opacity:.35}.report-submit-status--busy{border:2px solid transparent;border-top-color:var(--primary, #2563eb);border-radius:50%;animation:report-submit-spin .7s linear infinite}.report-submit-status--done{color:var(--success-text, #15803d)}.report-submit-status--err{color:var(--danger, #b91c1c)}@keyframes report-submit-spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.portal-nav-user-name{max-width:6rem}.portal-main{padding:.85rem .75rem 1.25rem;overflow-x:hidden}.portal-nav{padding:0;width:100%}.portal-nav a{padding:.7rem .72rem;font-size:.84rem;flex:1 1 auto;min-width:0}.mobile-role-shell{max-width:100%}.mobile-role-shell h1.mobile-role-title{font-size:1.15rem;margin-bottom:.75rem}.card{padding:.9rem}.input,.select,.textarea,.btn{font-size:16px}.mount-actions-row{gap:.4rem}.mount-actions-row .btn{min-width:0;flex:1 1 100%}.report-local-files-item,.report-server-files-item{align-items:flex-start;flex-wrap:wrap}.report-local-files-meta{min-width:160px}.report-local-files-thumb,.report-local-files-doc{width:42px;height:42px}.report-local-files-item .btn,.report-server-files-item .btn{margin-left:auto}.globe-map-btn{width:40px;height:40px}.report-local-files-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.history-filters-group{display:grid;grid-template-columns:1fr;width:100%}.history-filters-group .select,.history-filters-group .btn{width:100%;min-width:0}.portal-user-menu{right:-4px;width:min(350px,calc(100vw - 12px))}}
