*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f7fa;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5}.login-container{align-items:center;background-color:#1e293b;display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001f;max-width:400px;padding:40px;width:100%}.login-card h1{color:#1e293b;font-size:24px;font-weight:600;margin-bottom:8px;text-align:center}.login-card .subtitle{color:#64748b;font-size:14px;margin-bottom:32px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1e293b;font-size:14px;line-height:1.35;padding:10px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input,.form-group select{height:40px}.form-group textarea{min-height:92px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder{color:#9ca3af}.btn-primary{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background .2s;width:100%}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-secondary:disabled{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.btn-new{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .2s}.btn-new:hover{background:#2563eb}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.error-message,.success-message{font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a}.app-layout{display:flex;min-height:100vh}.sidebar{background:#1e293b;bottom:0;color:#fff;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:240px;z-index:100}.sidebar-header{border-bottom:1px solid #334155;padding:20px}.sidebar-header h1{color:#fff;font-size:16px;font-weight:600;letter-spacing:-.5px}.sidebar-nav{flex:1 1;padding:12px 0}.nav-item{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:10px 20px;text-align:left;text-decoration:none;transition:all .15s;width:100%}.nav-item:hover{background:#334155;color:#fff}.nav-item.active{background:#3b82f6;color:#fff}.nav-item svg{flex-shrink:0;height:18px;margin-right:12px;width:18px}.sidebar-footer{border-top:1px solid #334155;padding:16px 20px}.user-info-sidebar{align-items:center;display:flex;margin-bottom:12px}.user-avatar{align-items:center;background:#475569;border-radius:6px;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:32px;justify-content:center;margin-right:10px;width:32px}.user-details{flex:1 1;overflow:hidden}.user-name{color:#fff;font-size:13px;font-weight:500}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#94a3b8;font-size:11px}.btn-logout{background:#0000;border:1px solid #475569;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:13px;font-weight:500;padding:8px;transition:all .15s;width:100%}.btn-logout:hover{background:#334155;border-color:#334155;color:#fff}.main-content{background:#f5f7fa;flex:1 1;margin-left:240px;min-height:100vh}.page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 24px}.page-header h2{color:#1e293b;font-size:18px;font-weight:600}.page-header p{color:#64748b;font-size:13px;margin-top:4px}.page-content{padding:24px}.app-error-boundary{align-items:center;color:#991b1b;display:flex;font-size:15px;font-weight:700;justify-content:center;min-height:100vh;padding:24px}.compact-btn{font-size:12px;padding:6px 10px}.dashboard-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.stat-card h3{color:#64748b;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.stat-card .value{color:#1e293b;font-size:28px;font-weight:600}.projects-header{align-items:center;background:#f5f7fa;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.projects-summary{align-items:baseline;color:#475569;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;min-width:0}.projects-summary strong{color:#1e293b;font-size:15px}.projects-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-width:100%;overflow:auto}.projects-table{border-collapse:collapse;table-layout:fixed;width:100%}.projects-table thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:600;letter-spacing:.2px;padding:12px 14px;text-align:left}.projects-table tbody td{border-bottom:1px solid #eef2f7;color:#334155;font-size:13px;overflow-wrap:anywhere;padding:12px 14px;vertical-align:middle;word-break:break-word}.projects-table tbody tr:hover{background:#f8fafc}.projects-name{color:#1e293b;font-weight:600}.projects-title{color:#475569;white-space:normal}.projects-date{color:#64748b;font-size:12px}.projects-actions-cell,.projects-actions-head{text-align:right}.btn-table{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1e293b;cursor:pointer;font-size:13px;font-weight:500;padding:6px 10px;transition:background .2s,border-color .2s}.btn-table:hover{background:#f9fafb;border-color:#9ca3af}.link-btn{background:none;border:none;color:#2563eb;cursor:pointer;display:block;font-size:13px;font-weight:600;padding:0;text-align:left;white-space:normal;width:100%}.link-btn:hover{text-decoration:underline}.menu-wrap{display:inline-flex;justify-content:flex-end;position:relative}@media (max-width:768px){.projects-header{align-items:stretch}.btn-new{width:100%}.projects-table tbody td,.projects-table thead th{padding:12px}}.pagination-bar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:16px}.pagination-status{align-items:center;color:#475569;display:flex;font-size:13px;gap:10px}.kebab-btn{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#334155;cursor:pointer;font-size:18px;height:34px;line-height:1;transition:background .15s,border-color .15s;width:34px}.kebab-btn:hover{background:#f8fafc;border-color:#9ca3af}.menu-popover{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 30px #0000001f;min-width:160px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:2500}.menu-item{background:#0000;border:none;border-radius:8px;color:#1e293b;cursor:pointer;display:block;font-size:13px;padding:8px 10px;text-align:left;width:100%}.menu-item:hover{background:#f1f5f9}.menu-item.danger{color:#dc2626}.menu-item.danger:hover{background:#fef2f2}.projects-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:20px;transition:border-color .2s,box-shadow .2s}.project-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000000d}.project-card h3{color:#1e293b;font-size:15px;font-weight:600;margin-bottom:6px}.project-card p{color:#64748b;font-size:13px}.project-card .project-date{color:#94a3b8;font-size:12px;margin-top:12px}.empty-state{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:48px 20px;text-align:center}.empty-state .empty-icon{margin-bottom:16px}.empty-state h3{color:#1e293b;font-size:16px;font-weight:600;margin-bottom:8px}.empty-state p{color:#64748b;font-size:14px;margin:0 auto;max-width:400px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:8px;max-height:90vh;max-width:480px;overflow-y:auto;width:100%}.modal.modal-lg{max-width:560px}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.modal h2,.modal-header h2{color:#1e293b;font-size:16px;font-weight:600}.modal h2{margin-bottom:20px;padding:20px 24px 0}.modal form{padding:0 24px 24px}.modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;margin-top:24px;padding-top:20px}.modal-actions .btn-primary,.modal-actions .btn-secondary{flex:1 1}.close-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:24px;line-height:1;padding:0}.close-btn:hover{color:#1e293b}.map-view-container{display:flex;flex-direction:column;height:100vh}.map-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;padding:12px 20px}.map-header-center{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.map-header-title{color:#0f172a;font-size:16px;font-weight:700;line-height:1.2;padding-top:6px;text-align:center}.back-button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .15s}.back-button:hover{background:#f9fafb;border-color:#9ca3af}.map-title-container{flex:1 1}.map-meta-row,.map-title-container{align-items:center;display:flex;gap:8px;justify-content:center}.map-meta-row{flex-wrap:wrap;width:100%}.map-title-label{color:#64748b;font-size:14px;font-weight:500;white-space:nowrap}.map-title{background:#0000;border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:18px;font-weight:600;max-width:400px;padding:8px 16px;text-align:center;transition:all .15s}.map-source,.map-title{color:#1e293b;width:100%}.map-source{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;max-width:520px;min-height:52px;padding:8px 12px;resize:vertical;text-align:left}.map-source:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.client-logo-field{align-items:center;display:flex;gap:8px}.logo-upload{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;color:#334155;cursor:pointer;display:inline-flex;font-size:12px;gap:8px;padding:6px 10px;position:relative}.logo-upload.has-logo{border-style:solid}.logo-upload input{cursor:pointer;inset:0;opacity:0;position:absolute}.logo-preview{background:#fff;border:1px solid #e2e8f0;border-radius:4px;height:28px;object-fit:contain;width:28px}.logo-remove{background:#fff;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:12px;padding:6px 10px;transition:all .15s}.logo-remove:hover{background:#fef2f2;border-color:#dc2626}.map-title:hover{background:#f9fafb;border-color:#e2e8f0}.map-title:focus{background:#fff;border-color:#3b82f6;outline:none}.btn-save-title{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .15s;white-space:nowrap}.btn-save-title:hover{background:#2563eb}.btn-save-title:disabled{background:#94a3b8;cursor:not-allowed}.map-actions{display:flex;gap:8px}.btn-upload{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:background .15s}.btn-upload:hover{background:#2563eb}.btn-delete{background:#fff;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .15s}.btn-delete:hover{background:#fef2f2;border-color:#dc2626}.map-toolbar{background:#fff;border-bottom:1px solid #e2e8f0;gap:16px;justify-content:space-between;padding:12px 20px}.map-toolbar,.toolbar-left{align-items:center;display:flex;flex-wrap:wrap}.toolbar-left{gap:10px}.toolbar-right{display:flex;gap:8px}.menu-popover.settings-popover{max-height:calc(100vh - 180px);max-width:calc(100vw - 32px);overflow:auto;padding:10px;width:420px}.menu-popover.settings-popover.align-left{left:0;right:auto}.menu-popover.settings-popover.align-right{left:auto;right:0}.settings-grid{flex-direction:column}.settings-grid,.settings-row{display:flex;gap:10px}.settings-field{display:flex;flex:1 1;flex-direction:column;gap:6px}.settings-field label{color:#475569;font-size:12px;font-weight:600}.settings-popover .scheme-select{min-width:0;width:100%}.settings-popover .color-preview{background:#fff;border:1px solid #e2e8f0}@media (max-width:860px){.menu-popover.settings-popover{max-width:calc(100vw - 32px);width:320px}.settings-row{flex-direction:column}}.toolbar-group{align-items:center;display:flex;gap:8px}.toolbar-group label{color:#374151;font-size:13px;font-weight:500}.scheme-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1e293b;cursor:pointer;font-size:13px;min-width:180px;padding:6px 10px}.scheme-select:focus{border-color:#3b82f6;outline:none}.color-preview{border-radius:4px;display:flex;overflow:hidden}.color-swatch{height:22px;width:26px}.toolbar-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .15s}.toolbar-btn:hover{background:#f9fafb;border-color:#9ca3af}.toolbar-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.toolbar-btn.btn-download{background:#10b981;border-color:#10b981;color:#fff}.toolbar-btn.btn-download:hover{background:#059669;border-color:#059669}.map-content-area{background:#f5f7fa;display:flex;flex:1 1;min-height:520px;overflow:hidden}.map-content-area.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.map-pane{display:flex;flex:1 1;flex-direction:column;min-width:520px;padding:16px}.map-display-title{color:#0f172a;font-size:18px;font-weight:700;margin:4px 4px 12px;text-align:left}.map-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;overflow:hidden;padding:24px}.map-container,.map-wrapper{display:flex;flex-direction:column;justify-content:center}.map-wrapper{aspect-ratio:16/10;height:100%;margin:0 auto;max-width:1100px;width:100%}.map-wrapper svg{height:100%!important;width:100%!important}.splitter{background:#0000;cursor:col-resize;position:relative;width:8px}.splitter:before{background:#cbd5e1;border-radius:2px;bottom:16px;content:"";left:3px;position:absolute;top:16px;width:2px}.table-pane{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;max-width:560px;min-width:240px}.sidepanel-section{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 14px}.sidepanel-title{color:#0f172a;font-size:12px;font-weight:800;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.sidepanel-field{margin-bottom:12px}.sidepanel-field:last-child{margin-bottom:0}.sidepanel-label{color:#64748b;display:block;font-size:12px;font-weight:600;margin-bottom:6px}.sidepanel-row{display:flex;gap:8px}.sidepanel-input,.sidepanel-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#0f172a;font-size:13px;padding:8px 10px;width:100%}.sidepanel-textarea{min-height:72px;resize:vertical}.sidepanel-input:focus,.sidepanel-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.map-legend{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-left:auto;margin-right:auto;margin-top:16px;max-width:820px;padding:16px 20px;width:100%}.legend-title{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-align:center;text-transform:uppercase}.legend-scale{display:flex;flex-direction:column;gap:8px}.legend-bar{border-radius:4px;display:flex;height:26px;overflow:hidden}.legend-segment{flex:1 1}.legend-labels{color:#64748b;font-size:14px;font-weight:600}.legend-credits,.legend-labels{display:flex;justify-content:space-between}.legend-credits{align-items:flex-start;color:#6b7280;flex-wrap:wrap;font-size:11px;gap:12px}.legend-credit-left,.legend-credit-right{max-width:50%;white-space:pre-line;word-break:break-word}.legend-credit-right{align-items:center;display:flex;gap:8px;justify-content:flex-end}.legend-logo{background:#fff;border:1px solid #e2e8f0;border-radius:4px;height:22px;object-fit:contain;width:22px}.legend-no-data{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:8px;margin-top:12px;padding-top:12px}.no-data-box{border-radius:3px;height:16px;width:16px}.legend-no-data span{color:#64748b;font-size:11px}.state-detail-panel{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;width:280px}.panel-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.panel-header h3{color:#1e293b;font-size:14px;font-weight:600}.panel-content{padding:20px}.detail-item{margin-bottom:16px}.detail-item:last-child{margin-bottom:0}.detail-label{color:#64748b;display:block;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.detail-value{color:#1e293b;font-size:16px;font-weight:500}.detail-value.highlight{color:#3b82f6;font-size:24px;font-weight:700}.data-table-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;margin:0 16px 16px;max-height:300px}.table-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 16px}.table-title{color:#0f172a;font-size:13px;font-weight:700}.record-count{color:#64748b;font-size:12px}.table-container{flex:1 1;overflow:auto}.data-table{border-collapse:collapse;width:100%}.data-table td,.data-table th{border-bottom:1px solid #e2e8f0;padding:10px 16px;text-align:left}.data-table th{background:#f9fafb;color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0}.data-table td{color:#1e293b;font-size:13px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f1f5f9}.data-table tr.selected td{background:#dbeafe}.data-table .value-cell{color:#3b82f6;font-weight:600}.upload-section{margin-bottom:20px}.upload-section h3{color:#1e293b;font-size:13px;font-weight:600;margin-bottom:8px}.section-hint,.upload-section p{color:#64748b;font-size:12px;margin-bottom:12px}.file-input-wrapper{display:inline-block;overflow:hidden;position:relative;width:100%}.file-input-wrapper input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file-input-label{align-items:center;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:32px;text-align:center;transition:all .2s}.file-input-label:hover{background:#f9fafb;border-color:#3b82f6}.file-input-label.has-file{background:#f0fdf4;border-color:#16a34a}.file-icon{color:#9ca3af;margin-bottom:8px}.file-icon.success{color:#16a34a}.file-input-label p{color:#64748b;font-size:13px;margin:4px 0 0}.file-input-label .file-name{color:#16a34a;font-weight:500}.file-input-label .file-size{color:#64748b;font-size:12px}.file-input-label .hint{color:#94a3b8;font-size:12px}.column-config{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.upload-tabs{background:#f1f5f9;border-radius:8px;display:flex;gap:0;margin-bottom:20px;padding:4px}.upload-tabs button{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:8px 12px;transition:all .15s}.upload-tabs button.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1e293b}.sample-table{background:#f9fafb;border-radius:6px;padding:12px}.sample-table table{border-collapse:collapse;font-size:12px;width:100%}.sample-table td,.sample-table th{border-bottom:1px solid #e2e8f0;padding:8px 12px;text-align:left}.sample-table th{background:#e2e8f0;color:#374151;font-weight:600}.sample-table td{color:#64748b}.sample-table .hint{color:#94a3b8;font-size:11px;margin-top:8px}.settings-section{background:#fff;border:1px solid #d8e0ea;border-radius:14px;box-shadow:0 6px 16px #0f172a0a;margin-bottom:20px;overflow:hidden}.settings-section-header{align-items:center;background:#f5f8fb;border-bottom:1px solid #dde6ef;display:flex;gap:12px;justify-content:space-between;padding:18px 22px}.settings-section-header h3{color:#1f2a37;font-size:15px;font-weight:700}.settings-section-content{padding:0}.users-table{border-collapse:collapse;width:100%}.users-table td,.users-table th{border-bottom:1px solid #e8eef4;padding:12px 16px;text-align:left}.users-table th{background:#eef3f8;color:#4e6176;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.users-table td{color:#1f2a37;font-size:13px;vertical-align:middle}.users-table tbody tr:nth-child(2n) td{background:#fbfdff}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background:#f0f6fa}.status-badge{border-radius:999px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.35px;padding:5px 10px;text-transform:uppercase}.status-badge.active{background:#def7e8;color:#17693a}.status-badge.suspended{background:#fce8e8;color:#9f1f1f}.status-badge.admin{background:#deedf9;color:#1f5d8f}.status-badge.pending{background:#fff5d6;color:#8a6410}.status-badge.failed{background:#fce8e8;color:#9f1f1f}.status-badge.missing{background:#fff7ed;color:#9a3412}.status-badge.checking{background:#e0f2fe;color:#075985}.status-badge.skipped{background:#e2e8f0;color:#475569}.header-actions,.page-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.header-actions{flex-wrap:wrap;justify-content:flex-end}.icon-btn-text{align-items:center;display:inline-flex;gap:8px;justify-content:center;white-space:nowrap}.icon-btn-text svg{height:16px;width:16px}.danger-outline{border-color:#fecaca;color:#b91c1c}.danger-outline:hover{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.admin-tabs{background:#e9eff4;border:1px solid #d5e0ea;border-radius:12px;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding:6px}.admin-tab{background:#0000;border:1px solid #0000;border-radius:8px;color:#4f6477;cursor:pointer;font-size:14px;font-weight:600;padding:9px 14px;transition:background .15s,color .15s,border-color .15s}.tab-badge{align-items:center;background:#111827;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 6px}.support-admin-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:12px 14px}.support-admin-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;margin-top:6px}.support-admin-thread{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-bottom:12px;max-height:320px;overflow:auto;padding:12px}.support-admin-msg{display:flex}.support-admin-msg.mine{justify-content:flex-end}.support-admin-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:78%;padding:10px 12px}.support-admin-msg.mine .support-admin-bubble{background:#eff6ff;border-color:#bfdbfe}.support-admin-body{color:#111827;font-size:14px;white-space:pre-wrap}.support-admin-time{color:#64748b;font-size:11px;margin-top:6px}.support-admin-reply,.support-inbox-toolbar{align-items:center;display:flex;gap:8px}.support-inbox-toolbar{flex-wrap:wrap}.support-inbox{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:grid;grid-template-columns:320px 1fr;height:560px;overflow:hidden}.si-list{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.si-item{background:#0000;border:none;border-bottom:1px solid #eef2f6;cursor:pointer;display:block;padding:14px 16px;text-align:left;transition:background .12s;width:100%}.si-item:last-child{border-bottom:none}.si-item:hover{background:#f1f5f9}.si-item.active{background:#fff;box-shadow:inset 3px 0 0 #3b82f6}.si-item-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.si-subject{color:#0f172a;flex:1 1;font-size:13px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-badge{border-radius:999px;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.3px;line-height:1.4;padding:2px 7px;text-transform:uppercase}.si-badge.open{background:#dbeafe;color:#1d4ed8}.si-badge.closed{background:#f1f5f9;color:#64748b}.si-preview{color:#64748b;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-meta{align-items:center;color:#94a3b8;display:flex;font-size:11px;gap:6px;margin-top:6px}.si-prio{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:1px 6px;text-transform:uppercase}.si-prio.low{background:#f1f5f9;color:#64748b}.si-prio.normal{background:#e0f2fe;color:#0369a1}.si-prio.high{background:#fff7ed;color:#c2410c}.si-prio.urgent{background:#fef2f2;color:#b91c1c}.si-thread{background:#fff;display:flex;flex-direction:column;min-width:0}.si-empty{align-items:center;color:#94a3b8;display:flex;flex:1 1;font-size:14px;justify-content:center}.si-header{align-items:flex-start;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:14px 18px}.si-header-info{flex:1 1;min-width:0}.si-header-title{color:#0f172a;font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-header-sub{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;gap:6px;margin-top:3px}.si-header-sub span{white-space:nowrap}.si-header-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.si-prio-pill{background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:11px;font-weight:700;line-height:1;padding:4px 10px;text-transform:capitalize}.si-prio-pill.low{background:#f8fafc;color:#64748b}.si-prio-pill.normal{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.si-prio-pill.high{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.si-prio-pill.urgent{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.si-messages{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:18px 20px}.si-msg{display:flex;max-width:100%}.si-msg.mine{justify-content:flex-end}.si-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:72%;padding:12px 14px;position:relative}.si-bubble:after{bottom:10px;content:"";height:0;position:absolute;width:0}.si-msg:not(.mine) .si-bubble{border-bottom-left-radius:4px}.si-msg.mine .si-bubble{background:#eff6ff;border-bottom-right-radius:4px;border-color:#bfdbfe}.si-bubble-sender{color:#3b82f6;font-size:11px;font-weight:700;margin-bottom:4px}.si-msg.mine .si-bubble-sender{color:#1d4ed8;text-align:right}.si-bubble-body{color:#1e293b;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.si-bubble-time{color:#94a3b8;font-size:10px;margin-top:6px}.si-msg.mine .si-bubble-time{text-align:right}.si-reply{align-items:center;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:10px;padding:12px 18px}.si-reply input{background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;flex:1 1;font-size:14px;padding:10px 14px;transition:border-color .15s}.si-reply input:focus{background:#fff;border-color:#3b82f6;outline:none}.si-reply-btn{background:#3b82f6;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 18px;transition:background .15s;white-space:nowrap}.si-reply-btn:hover{background:#2563eb}.si-reply-btn:disabled{background:#94a3b8;cursor:not-allowed}.si-closed-bar{background:#f8fafc;border-top:1px solid #e2e8f0;color:#64748b;font-size:13px;padding:12px 18px;text-align:center}@media (max-width:980px){.support-inbox{grid-template-columns:1fr;height:auto}.si-list{border-bottom:1px solid #e2e8f0;border-right:none;max-height:220px}.si-thread{min-height:400px}}.admin-tab:hover{background:#f5f9fc;border-color:#d5e0ea;color:#1f2a37}.admin-tab.active{background:#0f6d72;border-color:#0f6d72;box-shadow:0 2px 6px #0f6d7247;color:#fff}.usage-section-content{display:flex;flex-direction:column;gap:18px}.usage-detail-cards,.usage-summary-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.usage-summary-card{background:#fff;border:1px solid #dbe5ef;border-radius:12px;box-shadow:0 10px 24px #0f172a0d;display:flex;flex-direction:column;justify-content:center;min-height:116px;padding:20px 22px}.usage-summary-card span{color:#52657c;font-size:14px;font-weight:700;margin-bottom:10px}.usage-summary-card strong{color:#06152d;font-size:34px;letter-spacing:0;line-height:1.05}.usage-panel{background:#fff;border:1px solid #dbe5ef;border-radius:12px;overflow:hidden}.usage-panel-header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;padding:18px 22px 8px}.usage-panel-header h3{color:#06152d;font-size:22px;margin:0}.usage-panel-header p{color:#52657c;font-size:14px;margin:4px 0 0}.usage-panel-header span{color:#64748b;font-size:12px;white-space:nowrap}.usage-filter-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) minmax(180px,1fr);padding:14px 22px 18px}.usage-filter-field{display:flex;flex-direction:column;gap:8px}.usage-filter-field label{color:#52657c;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.usage-filter-select{min-width:0;position:relative;width:100%}.usage-filter-select-btn{align-items:center;background:#fff;border:1px solid #c7d4e0;border-radius:10px;color:#0f172a;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;gap:12px;height:42px;justify-content:space-between;padding:0 14px 0 16px;text-align:left;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.usage-filter-select-btn:hover{background:#fbfdff;border-color:#9fb1c3}.usage-filter-select-btn.open,.usage-filter-select-btn:focus-visible{border-color:#0f6d72;box-shadow:0 0 0 3px #0f6d7224;outline:none}.usage-filter-select-caret{border-bottom:2px solid #334155;border-right:2px solid #334155;flex:0 0 auto;height:8px;margin-top:-4px;transform:rotate(45deg);width:8px}.usage-filter-menu{background:#fff;border:1px solid #c7d4e0;border-radius:10px;box-shadow:0 18px 36px #0f172a24;left:0;max-height:240px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:30}.usage-filter-menu-item{background:#0000;border:none;border-radius:8px;color:#0f172a;cursor:pointer;font:inherit;font-size:14px;padding:10px 12px;text-align:left;width:100%}.usage-filter-menu-item.selected,.usage-filter-menu-item:hover{background:#e8f3f4;color:#0f6d72}.usage-filter-menu-item.selected{font-weight:700}.usage-table td,.usage-table th{white-space:nowrap}.usage-user-cell{display:flex;flex-direction:column;gap:3px}.usage-user-cell span{color:#64748b;font-size:12px}.usage-info-btn{background:#fff7ed;border:1px solid #fed7aa;border-radius:50%;color:#f97316;cursor:pointer;font-weight:800;height:32px;width:32px}.usage-info-btn:hover{background:#ffedd5}.usage-detail-modal{max-height:calc(100vh - 48px);max-width:860px;overflow:auto;padding:24px;width:min(860px,calc(100vw - 32px))}.usage-detail-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.usage-detail-header h2{color:#06152d;font-size:20px;margin:0 0 4px;padding:0}.usage-detail-modal .btn-secondary{flex:0 0 auto;min-width:78px}.usage-detail-modal .usage-detail-header+.loading-spinner{padding:36px}.usage-detail-modal .usage-detail-cards{gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.usage-detail-card{box-shadow:none;min-height:112px;overflow:hidden;padding:18px 20px}.usage-detail-card span{font-size:13px;line-height:1.35;margin-bottom:8px}.usage-detail-card strong{font-size:clamp(26px,4vw,36px);white-space:nowrap;word-break:keep-all}.usage-detail-modal .usage-table{min-width:760px}.usage-detail-modal .usage-table td,.usage-detail-modal .usage-table th{font-size:12px;padding:11px 14px}.usage-detail-modal .usage-table th{letter-spacing:.04em}.usage-detail-modal .usage-detail-table-wrap,.usage-detail-modal .usage-events-wrap{background:#fff;max-height:260px;overflow:auto}.usage-detail-modal .usage-empty-table-wrap{overflow-x:hidden}.usage-detail-modal .usage-empty-table-wrap .usage-table{min-width:100%}.usage-detail-modal .usage-empty-table-wrap th{white-space:nowrap}.usage-detail-modal .usage-empty-table-wrap td{white-space:normal}.usage-detail-modal .sticky-table thead th{top:0}.usage-detail-header p{color:#64748b;font-weight:700;margin:0}.usage-detail-table-wrap,.usage-events-wrap{border:1px solid #e2e8f0;border-radius:10px;margin-top:18px}.usage-events-title{color:#06152d;font-weight:800;margin-top:20px}.usage-pricing-badge{font-size:11px;font-weight:800;margin-left:8px;text-transform:uppercase}.usage-pricing-badge.estimated{color:#0f6d72}.usage-pricing-badge.included{color:#64748b}.usage-pricing-badge.unpriced{color:#b45309}.usage-table td.usage-error-cell{color:#64748b;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:980px){.usage-detail-cards,.usage-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-filter-grid{grid-template-columns:1fr}.usage-panel-header{flex-direction:column}}@media (max-width:640px){.usage-detail-cards,.usage-summary-grid{grid-template-columns:1fr}.usage-summary-card strong{font-size:28px}}.log-action{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.log-action-login{background:#dcfce7;color:#166534}.log-action-login_failed{background:#fef2f2;color:#991b1b}.log-action-signup{background:#dbeafe;color:#1e40af}.log-action-create_project{background:#f3e8ff;color:#6b21a8}.auth-switch{color:#64748b;font-size:14px;margin-top:16px;text-align:center}.auth-switch a{color:#3b82f6;font-weight:500;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.login-resend-btn{margin-top:10px;width:100%}.profile-columns{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1.4fr}@media (max-width:900px){.profile-columns{grid-template-columns:1fr}}.profile-kv{padding:18px 22px}.profile-kv-row{border-bottom:1px solid #e8eef4;color:#1f2a37;display:flex;font-size:13px;gap:16px;justify-content:space-between;padding:10px 0}.profile-kv-row>div:first-child{color:#64748b;font-weight:600}.profile-kv-row>div:last-child{font-weight:700;text-align:right;word-break:break-word}.profile-kv-row:last-child{border-bottom:none}.profile-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.profile-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.profile-info-item label{color:#64748b;display:block;font-size:12px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.profile-info-item span{color:#1e293b;font-size:15px;font-weight:600}.profile-form{margin:0 auto;max-width:760px;padding:18px 22px}.profile-actions{display:flex;justify-content:flex-end}.profile-save-btn{max-width:220px}@media (max-width:640px){.profile-info-grid{grid-template-columns:1fr}}.action-buttons{display:flex;flex-wrap:wrap;gap:6px}.btn-sm{border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;padding:6px 10px;transition:background .15s,color .15s,border-color .15s}.btn-sm.btn-edit{background:#fff;border:1px solid #aac7de;color:#1f5d8f}.btn-sm.btn-edit:hover{background:#eef6fd}.btn-sm.btn-suspend{background:#fff;border:1px solid #e8c57d;color:#8f5e0d}.btn-sm.btn-suspend:hover{background:#fff8e8}.btn-sm.btn-activate{background:#fff;border:1px solid #9bdbb7;color:#17693a}.btn-sm.btn-activate:hover{background:#edf8f2}.btn-sm.btn-danger{background:#fff;border:1px solid #f0b8b8;color:#9f1f1f}.btn-sm.btn-danger:hover{background:#fff0f0}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:40px}.spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:32px;width:32px}.support-widget{bottom:20px;position:fixed;right:20px;z-index:50}.support-fab{align-items:center;background:#3b82f6;border:none;border-radius:999px;box-shadow:0 8px 20px #11182726;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;padding:10px 14px;position:relative}.support-fab:hover{background:#2563eb}.support-fab-close{align-items:center;background:#00000040;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;height:20px;justify-content:center;line-height:1;margin-left:2px;transition:background .15s;width:20px}.support-fab-close:hover{background:#00000073}.support-badge{align-items:center;background:#111827;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 6px}.support-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;bottom:56px;box-shadow:0 20px 50px #1118272e;display:flex;flex-direction:column;height:520px;max-height:calc(100vh - 120px);max-width:calc(100vw - 40px);overflow:hidden;position:absolute;right:0;width:380px}.support-panel-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px}.support-title{color:#111827;font-size:14px;font-weight:700}.support-subtitle{color:#6b7280;font-size:12px;margin-top:2px}.support-close{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:22px;line-height:22px}.support-close:hover{color:#111827}.support-error{background:#fef2f2;border-bottom:1px solid #fee2e2;color:#dc2626;font-size:13px;padding:10px 14px}.support-panel-body{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;min-height:0}.support-topbar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;justify-content:space-between;padding:10px 12px}.support-ticket-select{background:#fff;border:1px solid #d1d5db;border-radius:10px;font-size:13px;max-width:280px;padding:8px 10px;width:100%}.support-home{display:flex;flex:1 1;flex-direction:column;gap:14px;justify-content:flex-start;padding:18px 16px}.support-home-title{color:#111827;font-size:14px;font-weight:600}.support-home-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.support-home-btn{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#111827;cursor:pointer;font-weight:600;padding:12px 14px;width:100%}.support-home-btn:hover{background:#f9fafb}.support-thread{display:flex;flex-direction:column;min-height:0;padding:12px}.support-thread-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:10px;justify-content:space-between;padding-bottom:10px}.support-thread-title{color:#111827;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-thread-actions .btn-secondary{padding:8px 10px}.support-muted{color:#6b7280;font-size:13px}.support-form{grid-gap:10px;display:grid;gap:10px;padding-top:12px}.support-form input,.support-form textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.support-form textarea{resize:vertical}.support-form .btn-primary{width:100%}.support-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow:auto;padding:12px 0}.support-msg{display:flex}.support-msg.mine{justify-content:flex-end}.support-msg-body{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#111827;font-size:14px;max-width:80%;padding:10px 12px;white-space:pre-wrap}.support-msg.mine .support-msg-body{background:#eff6ff;border-color:#bfdbfe}.support-reply{grid-gap:10px;border-top:1px solid #e5e7eb;display:grid;gap:10px;grid-template-columns:1fr 90px;padding-top:10px}.support-reply input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.support-reply .btn-primary{padding:10px;width:100%}@media (max-width:520px){.support-panel{height:65vh;width:calc(100vw - 40px)}.support-ticket-select{max-width:220px}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.map-content-area{flex-direction:column}.state-detail-panel{border-left:none;border-top:1px solid #e2e8f0;width:100%}}@media (max-width:768px){.sidebar{width:60px}.btn-logout span,.nav-item span,.sidebar-header h1,.user-details{display:none}.nav-item{justify-content:center;padding:14px}.nav-item svg{margin-right:0}.main-content{margin-left:60px}.page-content,.page-header{padding:16px}.pagination-bar,.projects-header{align-items:stretch;flex-direction:column}.pagination-status,.projects-summary{justify-content:center;text-align:center}.column-config{grid-template-columns:1fr}.map-header{flex-wrap:wrap}.map-header-center{order:3;width:100%}.map-title-container{flex-wrap:wrap;width:100%}.map-meta-row{width:100%}.map-toolbar{flex-wrap:wrap;gap:12px}.toolbar-left,.toolbar-right{justify-content:center;width:100%}.header-actions,.page-header-row,.proxy-pagination{align-items:stretch;flex-direction:column}.backlink-monitor-layout,.backlink-stats-grid,.digital-pr-layout,.digital-pr-progress,.proxy-stats-grid{grid-template-columns:1fr}.backlink-controls,.backlink-toolbar{align-items:stretch;flex-direction:column}.status-filter{width:100%}.digital-pr-search-form{grid-template-columns:1fr}.digital-pr-search-form .btn-primary{width:100%}.proxy-page-controls{justify-content:space-between;width:100%}.data-table-section{max-height:200px}}.form-row{align-items:flex-start;display:flex;gap:16px}.form-row>.form-group{flex:1 1}@media (max-width:540px){.form-row{flex-direction:column;gap:0}}.toggle-row{align-items:center;color:#1e293b!important;cursor:pointer;display:flex;font-size:14px!important;font-weight:500!important;gap:10px}.toggle-row input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;height:18px;width:18px}.toggle-row input[type=checkbox]:disabled{cursor:not-allowed;opacity:.65}.settings-group-title{color:#1f2a37;font-size:14px;font-weight:700;margin-bottom:16px;margin-top:4px}.admin-settings-form{max-height:calc(100vh - 260px);max-width:640px;overflow:auto;padding:24px}.link-button{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:#2563eb;cursor:pointer;font:inherit;margin:0;padding:0;text-decoration:underline}.link-button:hover{color:#1d4ed8}.success-hint{color:#16a34a;font-size:12px;margin-top:8px}.settings-help-label{color:#4e6176;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.preset-buttons{display:flex;flex-wrap:wrap;gap:8px}.btn-preset{border-radius:999px;font-size:12px;padding:6px 13px}.settings-help-text{color:#73849a;font-size:11px;line-height:1.4;margin-top:8px}.port-input-group{max-width:120px}.default-project-limit-group{max-width:220px}.settings-actions{margin-top:8px}.settings-inline-action{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 130px}.settings-inline-action .btn-secondary{width:100%}.settings-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.codex-status-card{background:#f8fafc;border:1px solid #d9e2eb;border-radius:8px;padding:12px 14px}.codex-status-card.connected{background:#f3fbf6;border-color:#b7dfc8}.codex-device-box,.codex-status-card div{display:flex;flex-direction:column;gap:4px}.codex-status-card strong{color:#172033;font-size:13px}.codex-device-box,.codex-status-card span{color:#64748b;font-size:12px}.codex-device-box{background:#fff;border:1px dashed #b9c7d6;border-radius:8px;margin-top:10px;padding:10px 12px;word-break:break-word}.codex-device-box p{margin:0}.codex-device-box strong{color:#172033;font-size:18px;letter-spacing:0}.settings-model-select{padding:10px 12px;width:100%}.settings-save-btn{max-width:220px}.settings-divider{border:none;border-top:1px solid #d9e2eb;margin:24px 0}@media (max-width:540px){.settings-inline-action{grid-template-columns:1fr}}.filter-select{background:#fff;border:1px solid #c7d4e0;border-radius:8px;color:#1f2a37;cursor:pointer;font-size:13px;padding:7px 10px}.filter-input{border:1px solid #c7d4e0;border-radius:10px;color:#1f2a37;font-size:13px;max-width:52vw;padding:9px 12px;width:320px}.filter-input:focus{border-color:#0f6d72;box-shadow:0 0 0 3px #0f6d7224;outline:none}.table-scroll{max-height:calc(100vh - 340px);overflow:auto}.sticky-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}.table-pagination{align-items:center;border-top:1px solid #e8eef4;color:#475569;display:flex;font-size:13px;gap:10px;justify-content:flex-end;padding:12px 16px}.action-select{background:#fff;border:1px solid #c7d4e0;border-radius:10px;color:#1f2a37;font-size:13px;min-width:150px;padding:7px 10px;width:100%}.action-select:focus,.filter-select:focus{border-color:#0f6d72;box-shadow:0 0 0 3px #0f6d7224;outline:none}.status-badge.user-badge{background:#f1f5f9;color:#475569}.proxy-stats-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px}.proxy-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:18px}.proxy-stat-value{color:#0f172a;font-size:22px;font-weight:700;margin-bottom:4px}.proxy-stat-value.active{color:#059669}.proxy-stat-value.failed{color:#dc2626}.proxy-stat-label{color:#475569;font-size:13px}.bulk-actions-bar{align-items:center;background:#fff;border:1px solid #dbe5ef;border-radius:8px;color:#334155;display:flex;font-size:13px;gap:10px;margin-bottom:12px;padding:10px 12px}.proxy-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:calc(100vh - 310px);overflow:auto}.digital-pr-table,.proxy-table{border-collapse:collapse;width:100%}.news-sites-table{min-width:4200px;table-layout:fixed;width:4200px}.news-sites-table td,.news-sites-table th{overflow-wrap:anywhere;vertical-align:top;word-break:break-word}.news-sites-table .sort-header-btn{align-items:flex-start;flex-wrap:wrap;gap:4px 7px;line-height:1.2;white-space:normal}.news-sites-table .sort-indicator{white-space:nowrap}.news-sites-table td:first-child,.news-sites-table th:first-child{width:52px}.news-sites-table td:nth-child(2),.news-sites-table th:nth-child(2){width:300px}.news-sites-table td:nth-child(3),.news-sites-table th:nth-child(3){width:190px}.news-sites-table td:nth-child(4),.news-sites-table th:nth-child(4){width:240px}.news-sites-table td:nth-child(5),.news-sites-table th:nth-child(5){width:150px}.news-sites-table td:nth-child(6),.news-sites-table th:nth-child(6){width:250px}.news-sites-table td:nth-child(7),.news-sites-table th:nth-child(7){width:210px}.news-sites-table td:nth-child(8),.news-sites-table th:nth-child(8){width:420px}.news-sites-table td:nth-child(9),.news-sites-table th:nth-child(9){width:90px}.news-sites-table td:nth-child(10),.news-sites-table th:nth-child(10){width:240px}.news-sites-table td:nth-child(11),.news-sites-table th:nth-child(11){width:230px}.news-sites-table td:nth-child(12),.news-sites-table th:nth-child(12){width:140px}.news-sites-table td:nth-child(13),.news-sites-table th:nth-child(13){width:170px}.news-sites-table td:nth-child(14),.news-sites-table th:nth-child(14){width:220px}.news-sites-table td:nth-child(15),.news-sites-table th:nth-child(15){width:210px}.news-sites-table td:nth-child(16),.news-sites-table th:nth-child(16){width:230px}.news-sites-table td:nth-child(17),.news-sites-table td:nth-child(18),.news-sites-table th:nth-child(17),.news-sites-table th:nth-child(18){width:150px}.news-sites-table td:nth-child(19),.news-sites-table th:nth-child(19){width:190px}.news-sites-table td:nth-child(20),.news-sites-table th:nth-child(20){width:170px}.news-sites-table td:nth-child(21),.news-sites-table th:nth-child(21){width:110px}.digital-pr-table td,.digital-pr-table th,.proxy-table td,.proxy-table th{border-bottom:1px solid #e8eef4;color:#1f2a37;font-size:13px;padding:13px 14px;text-align:left;vertical-align:middle}.digital-pr-table th,.proxy-table th{background:#f6f8fb;color:#4e6176;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.sort-header-btn{align-items:center;-webkit-appearance:none;appearance:none;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:7px;letter-spacing:inherit;padding:0;text-transform:inherit;white-space:nowrap}.sort-header-btn.active,.sort-header-btn:hover{color:#2563eb}.sort-indicator{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:0;text-transform:none}.sort-header-btn.active .sort-indicator{color:#2563eb}.digital-pr-table tbody tr:hover td,.proxy-table tbody tr:hover td{background:#f8fafc}.checkbox-col{width:42px}.actions-col{text-align:right;width:90px}.proxy-cell{align-items:center;display:inline-flex;gap:9px;min-width:0}.proxy-globe{color:#94a3b8;display:inline-flex}.proxy-globe,.proxy-globe svg{height:17px;width:17px}.proxy-address{color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px}.proxy-auth{color:#64748b;font-size:11px}.fail-count{color:#dc2626}.proxy-pagination{align-items:center;color:#475569;display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:12px 14px}.proxy-pagination select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;min-width:112px;padding:8px 10px;width:auto}.proxy-page-controls{align-items:center;display:flex;gap:10px}.proxy-textarea{border:1px solid #d1d5db;border-radius:6px;color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;min-height:220px;padding:12px;resize:vertical;width:100%}.proxy-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.table-empty{border:none;border-radius:0;padding:38px 20px}.empty-action{margin-top:18px;width:auto}.digital-pr-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:280px minmax(0,1fr)}.digital-pr-main,.digital-pr-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.digital-pr-sidebar-header,.digital-pr-toolbar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:15px 16px}.digital-pr-sidebar-header h3,.digital-pr-toolbar h3{color:#1e293b;font-size:15px;font-weight:700}.digital-pr-sidebar-header span,.digital-pr-toolbar p{color:#64748b;font-size:12px}.digital-pr-project-list{max-height:calc(100vh - 260px);overflow:auto}.digital-pr-project-item{background:#fff;border:none;border-bottom:1px solid #eef2f7;color:#1e293b;cursor:pointer;padding:13px 15px;text-align:left;width:100%}.digital-pr-project-item.active,.digital-pr-project-item:hover{background:#eff6ff}.digital-pr-project-item.active{border-left:3px solid #2563eb;padding-left:12px}.project-main{display:flex;flex-direction:column;gap:4px;min-width:0}.project-main strong{color:#0f172a;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-main small{color:#64748b;font-size:11px}.digital-pr-search-form{grid-gap:10px;border-bottom:1px solid #e2e8f0;display:grid;gap:10px;grid-template-columns:minmax(180px,1fr) repeat(3,minmax(150px,190px)) 150px;padding:15px 16px}.digital-pr-search-form input,.digital-pr-search-form select,.digital-pr-search-form textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;font-size:14px;padding:10px 12px}.digital-pr-search-form input:focus,.digital-pr-search-form select:focus,.digital-pr-search-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.digital-pr-keyword-input{line-height:1.35;min-height:42px;resize:vertical}.location-combobox{min-width:0;position:relative}.location-combobox-trigger{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;cursor:pointer;display:flex;font-size:14px;gap:10px;height:100%;justify-content:space-between;min-height:42px;padding:10px 12px;width:100%}.location-combobox-trigger:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.location-combobox-trigger:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.location-combobox-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-combobox-option small,.location-combobox-trigger small{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.4px}.location-combobox-menu{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 16px 36px #0f172a2e;left:0;padding:8px;position:absolute;right:0;top:calc(100% + 6px);z-index:40}.location-combobox-menu input{margin-bottom:8px;width:100%}.location-combobox-options{max-height:260px;overflow-y:auto}.location-combobox-option{align-items:center;background:#0000;border:none;border-radius:6px;color:#1f2937;cursor:pointer;display:flex;font-size:14px;gap:10px;justify-content:space-between;padding:9px 10px;text-align:left;width:100%}.location-combobox-option.active,.location-combobox-option:hover{background:#eff6ff;color:#1d4ed8}.location-combobox-empty{color:#64748b;font-size:13px;padding:10px}.digital-pr-search-form .btn-primary{width:auto}.digital-pr-search-strip{border-bottom:1px solid #e2e8f0;color:#64748b;display:flex;font-size:13px;gap:8px;overflow-x:auto;padding:12px 16px}.search-pill{align-items:center;background:#fff;border:1px solid #dbe5ef;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;gap:8px;padding:7px 9px;white-space:nowrap}.search-pill.active{background:#eff6ff;border-color:#2563eb}.search-pill .status-badge{font-size:10px;font-style:normal;padding:3px 7px}.digital-pr-progress{grid-gap:1px;background:#e2e8f0;border-bottom:1px solid #e2e8f0;display:grid;gap:1px;grid-template-columns:repeat(4,minmax(0,1fr))}.digital-pr-progress div{background:#fff;padding:12px 16px}.digital-pr-progress span{color:#64748b;display:block;font-size:11px;margin-bottom:4px}.digital-pr-progress strong{color:#0f172a;font-size:18px}.digital-pr-controls{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.digital-pr-controls span{color:#64748b;font-size:12px}.digital-pr-controls div{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.digital-pr-match-panel{grid-gap:14px;align-items:stretch;background:#fff;border-bottom:1px solid #e2e8f0;display:grid;gap:14px;grid-template-columns:minmax(220px,.85fr) minmax(360px,1.4fr);padding:14px 16px}.match-article-status{display:flex;flex-direction:column;gap:5px;justify-content:center;min-width:0}.match-article-status strong{color:#0f172a;font-size:14px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-article-status small{color:#64748b;font-size:11px;line-height:1.35}.match-article-status .article-error{color:#b91c1c}.match-upload-badge{align-items:center;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;line-height:1;padding:5px 9px;width:-webkit-fit-content;width:fit-content}.match-upload-badge.empty{background:#f1f5f9;color:#475569}.match-upload-badge.failed{background:#fee2e2;color:#991b1b}.match-article-form{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:minmax(220px,1fr) auto}.match-article-form textarea{border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:13px;line-height:1.45;min-height:82px;outline:none;padding:9px 11px;resize:vertical;width:100%}.match-article-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.match-article-actions{display:flex;flex-direction:column;gap:8px;min-width:146px}.match-file-control{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;max-width:180px;min-height:36px;overflow:hidden}.match-file-control input{display:none}.match-file-control span{display:block;max-width:100%;overflow:hidden;padding:8px 10px;text-overflow:ellipsis;white-space:nowrap}.digital-pr-tabs{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:8px;justify-content:space-between;padding:12px 16px}.digital-pr-tab-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.digital-pr-tab-buttons button{align-items:center;background:#fff;border:1px solid #dbe5ef;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:13px;font-weight:800;gap:8px;min-height:36px;padding:8px 11px}.digital-pr-tab-buttons button.active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.digital-pr-tab-buttons small{align-items:center;background:#e2e8f0;border-radius:999px;color:#475569;display:inline-flex;font-size:11px;justify-content:center;line-height:1;min-width:22px;padding:4px 7px}.digital-pr-tab-buttons button.active small{background:#dbeafe;color:#1d4ed8}.digital-pr-tab-actions{align-items:center;display:flex;flex:1 1 320px;gap:8px;justify-content:flex-end;margin-left:auto;min-width:280px}.digital-pr-categorize-btn{border-radius:8px;font-size:13px;font-weight:800;min-height:48px;white-space:nowrap}.digital-pr-tab-progress-item{background:#fff;border:1px solid #dbe5ef;border-radius:8px;flex:0 1 240px;min-width:220px;padding:7px 9px}.digital-pr-tab-progress-label{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:5px}.digital-pr-tab-progress-label span{color:#475569;font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.digital-pr-tab-progress-label strong{color:#1d4ed8;font-size:12px;font-weight:800;line-height:1}.digital-pr-tab-progress-track{background:#e2e8f0;border-radius:999px;height:6px;overflow:hidden}.digital-pr-tab-progress-track span{background:#2563eb;border-radius:inherit;display:block;height:100%;transition:width .25s ease}.digital-pr-table-toolbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.digital-pr-table-toolbar div{align-items:baseline;display:flex;gap:8px;min-width:0}.digital-pr-table-toolbar .digital-pr-table-actions{align-items:center;flex-wrap:wrap;justify-content:flex-end}.digital-pr-table-toolbar strong{color:#0f172a;font-size:13px}.digital-pr-table-toolbar span{color:#64748b;font-size:12px}.digital-pr-table-wrap{max-height:calc(100vh - 430px);overflow:auto}.row-number-col{color:#64748b!important;min-width:52px;text-align:center!important;width:52px}.article-title-cell{max-width:460px;min-width:280px}.article-title-cell a{color:#2563eb;display:block;font-weight:700;line-height:1.35;text-decoration:none}.article-title-cell a:hover{text-decoration:underline}.article-title-cell small{color:#64748b;display:block;line-height:1.35;margin-top:5px;max-height:52px;overflow:hidden}.article-title-cell .article-error{color:#b91c1c}.site-publication-cell{max-width:340px;min-width:220px}.site-publication-cell a,.site-publication-cell span{color:#2563eb;display:block;font-weight:800;line-height:1.35;text-decoration:none}.site-publication-cell span{color:#1f2a37}.site-publication-cell a:hover{text-decoration:underline}.site-publication-cell small{color:#64748b;display:block;font-size:11px;line-height:1.35;margin-top:5px}.site-domain-cell{color:#334155;font-weight:700;min-width:170px}.site-domain-cell a{color:#2563eb;text-decoration:none}.site-domain-cell a:hover{text-decoration:underline}.metric-cell{min-width:92px;text-align:center}.metric-cell strong{color:#0f172a;font-size:15px}.metric-list-cell{max-width:240px;min-width:140px}.metric-list-cell strong{color:#0f172a;display:block;font-size:15px}.error-cell,.metric-list-cell small,.snippet-cell{color:#64748b;line-height:1.35}.metric-list-cell small{display:block;margin-top:5px;max-height:52px;overflow:hidden}.publication-name-cell{max-width:260px;min-width:180px}.publication-name-cell span{color:#1f2a37;display:block;font-weight:600;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.bio-cell{color:#64748b;line-height:1.35;max-width:560px;min-width:320px}.digital-pr-table td.bio-cell{vertical-align:top}.bio-cell span{display:block;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.news-sites-table .activity-cell,.news-sites-table .article-title-cell,.news-sites-table .bio-cell,.news-sites-table .confidence-cell,.news-sites-table .extraction-cell,.news-sites-table .location-cell,.news-sites-table .match-cell,.news-sites-table .metric-list-cell,.news-sites-table .niche-cell,.news-sites-table .publication-name-cell,.news-sites-table .site-domain-cell,.news-sites-table .site-publication-cell,.news-sites-table .social-cell{max-width:none;min-width:0}.news-sites-table .activity-cell small,.news-sites-table .article-title-cell a,.news-sites-table .article-title-cell small,.news-sites-table .article-title-cell span,.news-sites-table .bio-cell span,.news-sites-table .extraction-cell small,.news-sites-table .extraction-cell span,.news-sites-table .location-cell small,.news-sites-table .location-cell span,.news-sites-table .metric-list-cell small,.news-sites-table .metric-list-cell strong,.news-sites-table .niche-cell small,.news-sites-table .publication-name-cell span,.news-sites-table .site-domain-cell,.news-sites-table .site-domain-cell a,.news-sites-table .site-publication-cell a,.news-sites-table .site-publication-cell small,.news-sites-table .site-publication-cell span{overflow-wrap:anywhere;word-break:break-word}.news-sites-table .activity-cell small,.news-sites-table .article-title-cell small,.news-sites-table .extraction-cell small,.news-sites-table .location-cell small,.news-sites-table .metric-list-cell small,.news-sites-table .niche-cell small{max-height:none;overflow:visible}.news-sites-table .social-icon-list{align-items:flex-start}.error-cell,.snippet-cell{max-width:420px;min-width:220px}.error-cell{color:#b91c1c}.journalist-cell{max-width:280px;min-width:190px}.news-desk-profile-cell{max-width:none;min-width:0}.journalist-cell span,.location-cell span{color:#1f2a37;display:block;font-weight:600;line-height:1.35}.journalist-cell a{color:#2563eb;display:inline-block;font-size:12px;font-weight:700;margin-top:5px;padding:0;text-decoration:none}.journalist-cell .journalist-profile-link{color:#2563eb}.journalist-cell a:hover,.social-cell a:hover{text-decoration:underline}.journalist-cell small,.location-cell small{color:#64748b;display:block;line-height:1.35;margin-top:5px;max-height:52px;overflow:hidden}.journalist-cell .profile-intro-text{color:#64748b;font-size:12px;font-weight:500;line-height:1.35;max-height:52px;overflow:hidden}.journalist-cell .profile-intro-text,.news-sites-table .news-desk-profile-cell a,.news-sites-table .news-desk-profile-cell small,.news-sites-table .news-desk-profile-cell span{overflow-wrap:anywhere;word-break:break-word}.social-cell{max-width:110px;min-width:72px}.social-icon-list{align-items:center;display:flex;flex-direction:column;gap:7px}.social-cell a.social-platform-link{align-items:center;border-radius:5px;display:inline-flex;height:22px;justify-content:center;text-decoration:none;transition:background-color .15s ease,transform .15s ease;width:22px}.social-cell a.social-platform-link:hover{background:#eef2f7;text-decoration:none;transform:translateY(-1px)}.social-platform-link svg{display:block;height:20px;width:20px}.social-platform-link.linkedin{color:#0a66c2}.social-platform-link.facebook{color:#1877f2}.social-platform-link.x{color:#111827}.social-platform-link.instagram{color:#e4405f}.social-platform-link.youtube{color:red}.social-platform-link.threads,.social-platform-link.tiktok{color:#111827}.social-platform-link.bluesky{color:#1185fe}.social-platform-link.mastodon{color:#6364ff}.social-platform-link.linktree,.social-platform-link.muckrack{color:#2563eb}.location-cell{max-width:260px;min-width:170px}.ai-location-cell{max-width:280px;min-width:180px}.location-confidence{margin-top:6px}.location-warning{color:#92400e!important}.activity-cell{max-width:260px;min-width:180px}.activity-cell small{color:#64748b;display:block;font-size:11px;line-height:1.35;margin-top:5px}.activity-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;line-height:1;padding:5px 9px;white-space:nowrap}.activity-badge.highly-active{background:#dcfce7;color:#166534}.activity-badge.frequently-active{background:#e0f2fe;color:#075985}.activity-badge.moderately-active{background:#fef3c7;color:#92400e}.activity-badge.inactive{background:#f1f5f9;color:#475569}.activity-badge.unknown{background:#eef2ff;color:#3730a3}.niche-cell{max-width:230px;min-width:150px}.niche-cell span{color:#1f2a37;display:block;font-weight:600;line-height:1.35}.niche-tag-list{display:flex;flex-wrap:wrap;gap:5px;min-width:140px}.niche-tag-list .niche-tag{align-items:center;background:#eef2ff;border-radius:999px;color:#3730a3;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;line-height:1;padding:5px 8px;white-space:nowrap}.extraction-cell small,.niche-cell small{color:#64748b;display:block;font-size:11px;line-height:1.35;margin-top:5px;max-height:44px;overflow:hidden}.article-niche-cell{min-width:170px}.match-cell{max-width:210px;min-width:150px}.match-cell small{color:#64748b;display:block;font-size:11px;line-height:1.35;margin-top:5px;white-space:nowrap}.match-badge,.match-state{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;line-height:1;padding:5px 9px;white-space:nowrap}.match-badge.strong{background:#dcfce7;color:#166534}.match-badge.moderate{background:#e0f2fe;color:#075985}.match-badge.light{background:#fef3c7;color:#92400e}.match-badge.unknown,.match-badge.weak{background:#f1f5f9;color:#475569}.match-state.pending,.match-state.processing{background:#eef2ff;color:#3730a3}.match-state.failed{background:#fee2e2;color:#991b1b}.match-state.not-ready,.match-state.not_ready{background:#f1f5f9;color:#475569}.confidence-cell{min-width:118px}.confidence-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;line-height:1;padding:5px 9px;white-space:nowrap}.confidence-badge.strong{background:#dcfce7;color:#166534}.confidence-badge.moderate{background:#dbeafe;color:#1d4ed8}.confidence-badge.light{background:#fef3c7;color:#92400e}.confidence-badge.unknown,.confidence-badge.weak{background:#fee2e2;color:#991b1b}.extraction-cell{max-width:220px;min-width:130px}.extraction-cell span{color:#1f2a37;display:block;font-weight:700;line-height:1.35}.backlink-monitor-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:290px minmax(0,1fr);min-height:560px}.backlink-monitor-layout.projects-collapsed{gap:14px;grid-template-columns:54px minmax(0,1fr)}.backlink-main,.backlink-sidebar,.backlink-sidebar-rail{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.backlink-sidebar{max-height:calc(100vh - 150px)}.backlink-sidebar,.backlink-sidebar-rail{position:-webkit-sticky;position:sticky;top:18px}.backlink-sidebar-rail{align-items:center;display:flex;flex-direction:column;gap:12px;min-height:220px;padding:10px 8px}.rail-label{color:#475569;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transform:rotate(180deg);writing-mode:vertical-rl}.backlink-sidebar-rail strong{align-items:center;background:#eff6ff;border-radius:999px;color:#2563eb;display:inline-flex;font-size:12px;height:26px;justify-content:center;min-width:26px;padding:0 8px}.backlink-main{display:flex;flex-direction:column;height:calc(100vh - 190px);min-height:560px}.backlink-static-panel{flex:0 0 auto}.backlink-sidebar-header,.backlink-toolbar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:15px 16px}.backlink-toolbar{align-items:flex-start;display:grid;grid-template-columns:minmax(220px,1fr) auto;padding:18px 20px}.backlink-sidebar-title{align-items:center;display:flex;gap:8px;min-width:0}.backlink-sidebar-header h3,.backlink-toolbar h3{color:#1e293b;font-size:15px;font-weight:700}.backlink-sidebar-header span,.backlink-toolbar p{color:#64748b;font-size:12px}.backlink-toolbar p span{display:block;margin-top:4px}.panel-toggle-btn{align-items:center;background:#fff;border:1px solid #dbe3ef;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;flex:0 0 auto;height:34px;justify-content:center;padding:0;transition:all .2s;width:34px}.panel-toggle-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.panel-toggle-btn svg{height:18px;width:18px}.rail-toggle{height:36px;width:36px}.backlink-project-heading{min-width:0}.backlink-project-summary .backlink-project-status-text{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.backlink-project-status-line .status-badge,.backlink-project-summary .status-badge{display:inline-flex;margin:0}.backlink-project-status-line{align-items:center;display:flex!important;gap:6px}.project-action-cluster{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;max-width:720px}.project-execution-actions,.project-management-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.project-action-cluster .btn-secondary{height:40px;min-width:78px;padding:0 15px}.backlink-project-list{max-height:calc(100vh - 210px);overflow:auto}.backlink-project-item{align-items:center;background:#fff;border:none;border-bottom:1px solid #eef2f7;color:#1e293b;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:13px 15px;text-align:left;width:100%}.backlink-project-item.active,.backlink-project-item:hover{background:#eff6ff}.backlink-project-item.active{border-left:3px solid #2563eb;padding-left:12px}.backlink-project-item span{min-width:0}.backlink-project-item small,.backlink-project-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backlink-project-item strong{color:#0f172a;font-size:13px;font-weight:700}.backlink-project-item small{color:#64748b;font-size:11px;margin-top:3px}.backlink-project-item em{color:#2563eb;flex-shrink:0;font-size:12px;font-style:normal;font-weight:700}.backlink-stats-grid{grid-gap:1px;background:#e2e8f0;border-bottom:1px solid #e2e8f0;display:grid;gap:1px;grid-template-columns:repeat(6,minmax(0,1fr))}.backlink-stats-grid>div{background:#fff;padding:14px 16px}.backlink-stats-grid span{color:#64748b;display:block;font-size:12px;margin-bottom:4px}.backlink-stats-grid strong{color:#0f172a;font-size:20px;font-weight:700}.backlink-stats-grid strong.good{color:#059669}.backlink-stats-grid strong.warn{color:#d97706}.backlink-stats-grid strong.bad{color:#dc2626}.backlink-controls{align-items:flex-end;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.backlink-filter-grid{grid-gap:10px;align-items:end;display:grid;flex:1 1 auto;gap:10px;grid-template-columns:repeat(3,minmax(150px,1fr)) auto;max-width:800px}.status-filter{min-width:0;width:100%}.status-filter label{color:#475569;display:block;font-size:12px;font-weight:600;margin-bottom:6px}.status-filter input,.status-filter select{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#1e293b;height:38px;padding:0 10px;width:100%}.compact-control{height:38px;white-space:nowrap}.backlink-bulk-bar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px}.backlink-bulk-bar strong{color:#0f172a;font-size:13px;margin-right:4px}.backlink-table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.backlink-table{border-collapse:collapse;min-width:1240px;width:100%}.backlink-table td,.backlink-table th{border-bottom:1px solid #e2e8f0;padding:12px 14px;text-align:left;vertical-align:top}.backlink-table th{background:#f8fafc;color:#475569;font-size:12px;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:2}.backlink-table .checkbox-cell{text-align:center;width:44px}.backlink-table .checkbox-cell input{height:16px;width:16px}.backlink-table tr.row-skipped td{background:#f8fafc}.status-code-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-width:48px;padding:5px 10px}.status-code-badge.success{background:#dcfce7;color:#166534}.status-code-badge.redirect{background:#dbeafe;color:#1d4ed8}.status-code-badge.client-error,.status-code-badge.server-error{background:#fee2e2;color:#991b1b}.status-code-badge.empty{background:#f1f5f9;color:#64748b}.published-date-cell{color:#334155;font-weight:500;white-space:nowrap}.backlink-source-link{color:#2563eb;display:block;font-weight:600;max-width:680px;overflow-wrap:anywhere;text-decoration:none}.backlink-source-link:hover{text-decoration:underline}.backlink-error,.backlink-found-link{color:#64748b;font-size:12px;line-height:1.45;margin-top:6px;overflow-wrap:anywhere}.backlink-found-link a{color:#047857;text-decoration:none}.backlink-found-link span{color:#475569;display:block;margin-top:3px}.backlink-error{color:#b91c1c}.row-actions-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#334155;cursor:pointer;display:inline-flex;height:34px;justify-content:center;padding:0;transition:all .2s;width:38px}.row-actions-trigger:hover,.row-actions-trigger[aria-expanded=true]{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.row-actions-menu-item:focus-visible,.row-actions-trigger:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.row-actions-trigger svg{height:18px;width:18px}.row-actions-menu{background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 18px 42px #0f172a29;display:flex;flex-direction:column;gap:4px;padding:6px;position:fixed;width:172px;z-index:1200}.row-actions-menu-item{background:#0000;border:none;border-radius:6px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:500;min-height:34px;padding:8px 10px;text-align:left;transition:background .2s,color .2s}.row-actions-menu-item:hover{background:#f1f5f9}.row-actions-menu-item.danger{color:#dc2626}.row-actions-menu-item.danger:hover{background:#fef2f2}.row-actions-menu-item:disabled{color:#94a3b8;cursor:not-allowed}.row-actions-menu-item:disabled:hover{background:#0000}.backlink-load-more{align-items:center;background:#fff;border-top:1px solid #e2e8f0;bottom:0;display:flex;gap:12px;justify-content:center;padding:12px;position:-webkit-sticky;position:sticky}.backlink-load-more span{color:#64748b;font-size:12px}.add-url-skip-toggle{align-items:center;min-height:38px}.empty-state.compact{margin:18px;min-height:240px}.empty-state.compact svg{color:#64748b;height:32px;margin-bottom:10px;width:32px}.modal-wide{max-width:680px}@media (max-width:1180px){.digital-pr-search-form{grid-template-columns:minmax(0,1fr) minmax(170px,1fr)}.digital-pr-search-form .btn-primary{width:100%}.backlink-toolbar{grid-template-columns:1fr}.project-action-cluster{justify-content:flex-start;max-width:none}}@media (max-width:768px){.header-actions,.page-header-row,.proxy-pagination{align-items:stretch;flex-direction:column}.digital-pr-layout,.digital-pr-progress,.digital-pr-search-form,.proxy-stats-grid{grid-template-columns:1fr}.digital-pr-search-form .btn-primary{width:100%}.proxy-page-controls{justify-content:space-between;width:100%}.digital-pr-controls{align-items:stretch;flex-direction:column}.digital-pr-controls div{justify-content:flex-start}.digital-pr-tab-buttons,.digital-pr-tabs{align-items:stretch;flex-direction:column}.digital-pr-tab-buttons{width:100%}.digital-pr-tab-buttons button{justify-content:space-between;width:100%}.digital-pr-tab-actions{align-items:stretch;flex:none;flex-direction:column;margin-left:0;min-width:0;width:100%}.digital-pr-categorize-btn{width:100%}.digital-pr-tab-progress-item{flex:none;min-width:0;width:100%}.digital-pr-match-panel,.match-article-form{grid-template-columns:1fr}.match-article-actions{align-items:stretch;flex-direction:row;flex-wrap:wrap}.match-file-control{flex:1 1 180px;max-width:none}.match-article-actions .btn-secondary{flex:1 1 96px}.digital-pr-table-toolbar{align-items:stretch;flex-direction:column}.digital-pr-table-toolbar .digital-pr-table-actions{align-items:stretch;justify-content:flex-start}.digital-pr-table-toolbar .digital-pr-table-actions .btn-secondary,.digital-pr-table-toolbar .digital-pr-table-actions .filter-select{width:100%}.backlink-monitor-layout,.backlink-monitor-layout.projects-collapsed{grid-template-columns:1fr}.backlink-sidebar{max-height:none;position:static}.backlink-sidebar-rail{flex-direction:row;justify-content:flex-start;min-height:0;padding:10px 12px;position:static}.rail-label{transform:none;writing-mode:horizontal-tb}.backlink-main{height:auto;min-height:540px}.backlink-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.backlink-controls{align-items:stretch;flex-direction:column}.backlink-filter-grid{grid-template-columns:1fr;max-width:none}.status-filter{width:100%}.project-action-cluster,.project-execution-actions,.project-management-actions{justify-content:stretch;width:100%}.project-action-cluster .btn-secondary{flex:1 1 92px}.backlink-table-wrap{max-height:540px}}.map-watermark{color:#94a3b8;font-size:10px;letter-spacing:.3px;opacity:.7;padding:6px 0 2px;pointer-events:none;text-align:center;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=main.33ea756a.css.map*/