: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}.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-user-trigger{border:1px solid var(--border);background:#f3f4f6;color:inherit;padding:.35rem .55rem;border-radius:var(--radius-sm);margin:0;text-align:right;cursor:pointer;display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.portal-nav-user-sub{font-size:.75rem;color:var(--text-soft)}.portal-user-menu{position:absolute;right:0;top:calc(100% + 6px);width:min(360px,94vw);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px;z-index:120}.portal-user-form{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.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}.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}.field{margin-bottom:.85rem}.field label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem}.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}.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:42px}.reports-submit-wrap{margin-top:1rem}.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}@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}.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}.room-item{display:block;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: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{padding:.85rem 1rem;border-bottom:1px solid var(--border);font-weight:650;font-size:1rem;background:var(--surface-2)}.chats-messages{flex:1;overflow-y:auto;padding:1rem;background:linear-gradient(180deg,#fafbfd 0%,var(--surface) 12%)}.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}.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-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.chat-report-thumb-btn{padding:0;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;overflow:hidden}.chat-report-thumb{width:100%;height:74px;object-fit:cover;display:block}.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}@media (max-width: 900px){.chat-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.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-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)}.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}.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}.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}.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}@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))}}
