.login-container{align-items:center;background:var(--bg-primary);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);max-width:450px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-logo{height:auto;margin-bottom:1rem;max-width:200px}.login-header h1{color:var(--accent-primary);font-size:2.5rem;margin-bottom:.5rem}.login-header p{color:var(--text-secondary);font-size:1.1rem}.login-form{margin-bottom:1.5rem}.btn-block{margin-top:1rem}.login-footer{border-top:1px solid var(--border-color);padding-top:1.5rem;text-align:center}.login-footer p{color:var(--text-secondary);font-size:.9rem}@media (max-width:500px){.login-card{padding:2rem}.login-header h1{font-size:2rem}}.register-container{align-items:center;background:var(--bg-primary);display:flex;justify-content:center;min-height:100vh;padding:24px}.register-card{background:var(--bg-secondary);border-radius:12px;box-shadow:0 10px 30px #00000014;max-width:420px;padding:32px;width:100%}.register-header{margin-bottom:24px;text-align:center}.register-logo{margin-bottom:12px;width:120px}.register-invite{color:var(--accent-primary);font-weight:600;margin-top:8px}.register-error{background:#ef44441a;border-radius:8px;color:#ef4444;font-size:.9rem;margin-bottom:16px;padding:10px 12px}.form-hint{color:#6b7280;color:var(--text-secondary,#6b7280)}.form-error-inline,.form-hint{display:block;font-size:.8rem;margin-top:4px}.form-error-inline{color:#ef4444}.sensor-search{margin-top:10px}.sensor-chart-container{height:250px;margin-top:1rem;position:relative;width:100%}.sensor-chart{height:100%;width:100%}.chart-loading{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.75rem;height:250px;justify-content:center}.spinner-small{animation:spin 1s linear infinite;border-top:3px solid var(--bg-tertiary);border:3px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--accent-primary);height:24px;width:24px}.chart-error{align-items:center;color:var(--text-secondary);display:flex;font-size:.9rem;font-style:italic;height:250px;justify-content:center}.chart-info{background:#00adb51a;border-radius:8px;color:var(--accent-primary);font-style:normal;margin:2rem;padding:1rem}.sensor-preview--right{flex:1 1;min-height:0}.sensor-preview--full,.sensor-preview--right{display:flex;flex-direction:column;min-width:0}.sensor-preview--full{width:100%}.sensor-preview-title{color:var(--text-secondary);flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.03em;margin-bottom:.75rem;text-transform:uppercase}.sensor-preview-chart-svg{display:block;height:250px;max-width:100%;min-height:250px;width:100%}.sensor-preview-grid-line{stroke:var(--border-color);stroke-opacity:.25;stroke-width:.5}.sensor-preview-axis text{fill:var(--text-secondary);font-family:inherit;font-size:10px}.sensor-preview-axis-unit{fill:var(--text-secondary);font-size:9px;font-weight:600}.sensor-preview-line{vector-effect:non-scaling-stroke}.sensor-preview-line--temp{stroke:#4caf50}.sensor-preview-line--pm25{stroke:var(--accent-secondary)}.sensor-preview-line--sigicom-a{stroke:#3b82f6}.sensor-preview-line--sigicom-b{stroke:#10b981}.sensor-preview-legend{border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;padding-top:.5rem}.sensor-preview-legend-item{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:.75rem;gap:.35rem}.sensor-preview-legend-dot{border-radius:50%;height:8px;width:8px}.sensor-preview-legend-item--temp .sensor-preview-legend-dot{background:#4caf50}.sensor-preview-legend-item--pm25 .sensor-preview-legend-dot{background:var(--accent-secondary)}.sensor-preview-legend-item--sigicom-a .sensor-preview-legend-dot{background:#3b82f6}.sensor-preview-legend-item--sigicom-b .sensor-preview-legend-dot{background:#10b981}.sensor-preview-skeleton-chart{animation:sensor-preview-shimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--bg-tertiary) 0,var(--border-color) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;border-radius:8px;min-height:250px;width:100%}@keyframes sensor-preview-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sensor-preview--empty .sensor-preview-message,.sensor-preview--error .sensor-preview-message{align-items:center;color:var(--text-secondary);display:flex;font-size:.8rem;gap:.4rem;margin:.5rem 0 0}.sensor-preview--error .sensor-preview-message{color:var(--accent-secondary)}.sensor-preview--error .sensor-preview-message i{flex-shrink:0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf}.modal-container{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #00000080;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{padding:24px 24px 16px}.modal-header h2{font-size:20px;font-weight:600}.modal-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:32px}.modal-close-btn:hover:not(:disabled){background-color:var(--bg-tertiary);color:var(--text-primary)}.modal-close-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body{padding:24px}.modal-description{color:var(--text-secondary);font-size:14px;line-height:1.5;margin:0 0 24px}.form-group input,.form-group select{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;box-sizing:border-box;color:var(--text-primary);font-size:14px;padding:10px 12px;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #00adb51a;outline:none}.form-group input:disabled,.form-group select:disabled{cursor:not-allowed;opacity:.6}.search-input{box-sizing:border-box;font-size:14px;transition:all .2s}.sensor-search-item.not-allowed{background-color:#ef444414;border-color:#ef444440;cursor:not-allowed;opacity:.65}.sensor-search-item.not-allowed:hover{background-color:#ef444414;border-color:#ef444440;transform:none}.not-allowed-badge{align-items:center;color:#ef4444;display:inline-flex;font-size:11px;gap:4px;white-space:nowrap}.modal-actions{border-top:1px solid var(--border-color);display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.btn-secondary{background-color:var(--bg-tertiary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:#1a2841;border-color:var(--accent-primary)}@media (max-width:576px){.modal-container{border-radius:0;margin:0;max-width:100%}.modal-body,.modal-header{padding:20px}.modal-actions{flex-direction:column-reverse}.btn{justify-content:center;width:100%}}.sensor-settings-modal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #00000080;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.settings-section{border-bottom:1px solid var(--border-color);padding:24px}.settings-section:last-child{border-bottom:none}.section-title{align-items:center;color:var(--text-primary);display:flex;font-size:18px;font-weight:600;gap:10px;margin:0 0 16px}.section-title i{color:var(--accent-primary)}.section-description{color:var(--text-secondary);font-size:14px;line-height:1.5;margin:0 0 20px}.alias-edit-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.alias-edit-row .form-control{flex:1 1;min-width:200px}.info-grid{display:flex;flex-direction:column;gap:12px}.info-row{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:10px 0}.info-row:last-child{border-bottom:none}.info-label{font-size:14px;font-weight:500;min-width:180px}.info-value{font-size:14px;text-align:right;word-break:break-word}.export-form{display:flex;flex-direction:column;gap:16px}.date-inputs{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group{gap:8px}.form-group label{font-size:14px}.form-group input[type=date]{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s}.form-group input[type=date]:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #00adb51a;outline:none}.form-group input[type=date]:disabled{cursor:not-allowed;opacity:.6}.form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.8)}.btn{font-size:14px;gap:8px}.btn-primary:hover:not(:disabled){background-color:#009aa1;box-shadow:0 4px 12px #00adb54d;transform:translateY(-1px)}.btn-danger{background-color:initial;border:1px solid #f44336;color:#f44336}.btn-danger:hover:not(:disabled){background-color:#f44336;box-shadow:0 4px 12px #f443364d;color:#fff;transform:translateY(-1px)}.btn:disabled{opacity:.6;transform:none}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:14px;width:14px}.loading-state{align-items:center;color:var(--text-secondary);display:flex;flex-direction:column;gap:12px;padding:40px 20px}.notifications-config{display:flex;flex-direction:column;gap:20px}.notif-toggle-row{padding:12px 0}.toggle-label{align-items:center;cursor:pointer;display:flex;gap:12px;-webkit-user-select:none;user-select:none}.toggle-label input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.toggle-switch{background-color:var(--bg-tertiary);border-radius:12px;flex-shrink:0;height:24px;position:relative;transition:background-color .3s;width:44px}.toggle-switch:after{background-color:#fff;border-radius:50%;content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform .3s;width:20px}.toggle-label input[type=checkbox]:checked+.toggle-switch{background-color:var(--accent-primary)}.toggle-label input[type=checkbox]:checked+.toggle-switch:after{transform:translateX(20px)}.toggle-text{color:var(--text-primary);font-size:14px}.notif-group{background-color:#ffffff05;border:1px solid var(--border-color);border-radius:8px;margin-top:12px;padding:16px}.notif-group-title{align-items:center;color:var(--accent-primary);display:flex;font-size:15px;font-weight:600;gap:8px;margin:0 0 12px}.notif-setting-row{align-items:center;display:flex;gap:12px;padding:12px 0 12px 56px}.notif-setting-row label{color:var(--text-secondary);font-size:14px;min-width:140px}.notif-setting-row input[type=number],.notif-setting-row select{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:14px;padding:8px 12px;transition:all .2s}.notif-setting-row select{min-width:150px}.notif-setting-row input[type=number]:focus,.notif-setting-row select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #00adb51a;outline:none}.input-with-unit{align-items:center;display:flex;gap:8px}.input-with-unit input{width:120px}.input-with-unit .unit{color:var(--text-secondary);font-size:14px;font-weight:500}.save-notif-btn{margin-top:12px;width:100%}.notif-help-text{background-color:#00adb50d;border-left:3px solid var(--accent-primary);border-radius:4px;color:var(--text-secondary);font-size:13px;line-height:1.5;margin:12px 0 0;padding:12px}.notif-help-text i{color:var(--accent-primary);margin-right:6px}.modal-footer{background-color:var(--bg-primary);border-radius:0 0 12px 12px;padding:20px 24px}.badge{font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.badge-green{background-color:#4caf5033;color:#4caf50}.badge-blue{background-color:#2196f333;color:#2196f3}.badge-orange{background-color:#ff980033;color:#ff9800}.badge-purple{background-color:#9c27b033;color:#9c27b0}.badge-gray{background-color:#9e9e9e33;color:#9e9e9e}@media (max-width:768px){.sensor-settings-modal{border-radius:0;margin:0;max-height:100vh;max-width:100%}.date-inputs{grid-template-columns:1fr}.info-row{align-items:flex-start;flex-direction:column;gap:4px}.info-label{min-width:auto}.info-value{text-align:left}.settings-section{padding:20px}.danger-zone{margin:0 20px 20px}}.history-modal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 16px 50px #0000008c;max-height:92vh;max-width:1100px;overflow-y:auto;width:100%}.history-body{display:flex;flex-direction:column;gap:24px;padding:24px}.history-subtitle{color:var(--text-secondary);font-size:14px;margin:6px 0 0}.history-section{background:#ffffff05;border:1px solid var(--border-color);border-radius:12px;padding:20px}.history-section h3{color:var(--text-primary);font-size:16px;font-weight:600;margin:0 0 8px}.history-help{color:var(--text-secondary);font-size:13px;margin:0 0 16px}.history-chip-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.history-chip{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;padding:8px 10px;transition:all .2s ease}.history-chip.selected,.history-chip:hover{border-color:var(--accent-primary);color:var(--text-primary)}.history-chip.selected{background:#00adb526;box-shadow:0 0 12px #00adb533}.history-section-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(280px,2fr) minmax(240px,1fr)}.history-range-toggle{display:flex;gap:8px;margin-bottom:16px}.range-pill{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);cursor:pointer;font-size:13px;padding:6px 14px;transition:all .2s ease}.range-pill.active{background:#00adb526;border-color:var(--accent-primary);color:var(--text-primary)}.history-range-buttons{display:flex;flex-wrap:wrap;gap:10px}.range-button{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.range-button:hover{border-color:var(--accent-primary);color:var(--text-primary)}.range-button.active{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 6px 14px #00adb540;color:#fff}.history-date-inputs{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.history-form-group{display:flex;flex-direction:column;gap:8px}.history-form-group label{color:var(--text-primary);font-size:13px;font-weight:500}.history-form-group input,.history-form-group select{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:13px;padding:10px 12px;transition:all .2s ease}.history-form-group input:focus,.history-form-group select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #00adb51a;outline:none}.history-granularity-sigicom{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);display:inline-block;font-size:13px;min-height:20px;padding:10px 12px}.history-error{align-items:center;background:#00adb51f;border-radius:10px;color:var(--accent-primary);display:flex;font-size:13px;gap:10px;padding:12px 16px}.history-chart-wrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;min-height:420px;padding:16px}.history-chart{height:400px;width:100%}.history-loading{align-items:center;color:var(--text-secondary);display:flex;font-size:14px;gap:12px;justify-content:center;padding:40px 0}@media (max-width:900px){.history-section-grid{grid-template-columns:1fr}}@media (max-width:576px){.history-modal{border-radius:0;margin:0;max-width:100%}}.dashboard-header{gap:1.5rem}.dashboard-actions{display:flex;flex-wrap:wrap;gap:12px}.invitations-card{border:1px solid var(--border-color);margin-bottom:20px;overflow:hidden;padding:0}.invitations-card-header{align-items:flex-start;background:linear-gradient(180deg,#0f172a40,#0f172a00);border-bottom:1px solid var(--border-color);display:flex;gap:16px;justify-content:space-between;padding:16px}.invitations-title{color:var(--text-primary);font-size:1.25rem;margin:0}.invitations-subtitle{margin:6px 0 0;padding:0;text-align:left}.invitations-header-actions{display:flex;flex-wrap:wrap;gap:10px}.invitations-controls{border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px;padding:16px}.inv-count{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);display:inline-flex;font-size:.85rem;font-weight:700;height:26px;justify-content:center;min-width:26px}.inv-filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.inv-filter{margin-bottom:0;min-width:200px}.inv-search{flex:1 1 360px;max-width:420px;min-width:240px;position:relative}.inv-search i{bottom:12px;color:var(--text-secondary);left:12px;pointer-events:none;position:absolute}.inv-search .form-control{padding-left:36px;padding-right:36px}.invitation-inline-alert{align-items:center;background:#ef444414;border:1px solid #ef444440;border-radius:10px;color:var(--text-primary);display:flex;gap:10px;margin:0 16px 16px;padding:10px 12px}.invitation-inline-alert i{color:#ef4444}.invitation-table-card{border-top:none}.inv-lists-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 16px 16px}.inv-list-card{background:#0f172a26;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;min-height:240px;overflow:hidden}.inv-list-header{background:#0f172a33;border-bottom:1px solid var(--border-color);padding:12px 12px 10px}.inv-list-title{align-items:center;display:flex;gap:10px;justify-content:space-between}.inv-list-title h3{color:var(--text-primary);font-size:1rem;margin:0}.inv-list-hint{color:var(--text-secondary);display:block;font-size:.85rem;margin-top:6px}.inv-items{flex-direction:column;gap:10px;max-height:440px;overflow:auto}.inv-item,.inv-items{display:flex;padding:12px}.inv-item{align-items:flex-start;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;gap:12px;justify-content:space-between;transition:border-color .2s ease,transform .2s ease,background .2s ease}.inv-item:hover{background:#0f172a33;border-color:#6366f159;transform:translateY(-1px)}.inv-item-main{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.inv-item-top{align-items:center;display:flex;gap:10px;justify-content:space-between}.inv-item-email{color:var(--text-primary);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inv-item-sub{display:flex;flex-wrap:wrap;gap:8px}.inv-sub-pill{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;display:inline-flex;font-size:.85rem;gap:6px;max-width:100%;padding:6px 10px}.inv-sub-pill,.inv-sub-pill i{color:var(--text-secondary)}.inv-item-meta{display:flex;flex-wrap:wrap;gap:10px 16px}.inv-meta{color:var(--text-secondary);font-size:.85rem}.inv-item-actions{align-items:center;display:flex;flex-shrink:0;gap:6px;opacity:.9}.inv-item:hover .inv-item-actions{opacity:1}.inv-empty{color:var(--text-secondary);font-size:.95rem;padding:18px 10px;text-align:center}.users-list-card{overflow:hidden;padding:0}.users-list-header{align-items:flex-start;background:#0f172a1f;border-bottom:1px solid var(--border-color);display:flex;gap:12px;justify-content:space-between;padding:16px}.users-list-title{color:var(--text-primary);font-size:1.25rem;margin:0}.users-list-subtitle{margin:6px 0 0;padding:0;text-align:left}.unified-users-card{background:linear-gradient(180deg,#0f172a33,#0f172a0f);border:1px solid var(--border-color)}.unified-users-header{align-items:center}.users-items{display:flex;flex-direction:column;gap:10px;padding:16px}.user-item{align-items:flex-start;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:12px;transition:border-color .2s ease,transform .2s ease,background .2s ease}.user-item:hover{background:#0f172a33;border-color:#6366f159;transform:translateY(-1px)}.user-item-main{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:0}.user-item-top{align-items:center;display:flex;gap:10px;justify-content:space-between}.user-item-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.user-item-identity{display:flex;flex-direction:column;gap:2px;min-width:0}.user-item-username{color:var(--accent-primary);font-weight:800}.user-item-email,.user-item-username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-item-email{color:var(--text-secondary);font-size:.9rem}.user-item-sub{display:flex;flex-wrap:wrap;gap:8px}.user-item-actions{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px;justify-content:flex-end;opacity:.9}.user-item:hover .user-item-actions{opacity:1}.invitation-row{background:#1e40af14;border-color:#3b82f640}.inv-email{font-weight:600}.inv-created-by,.inv-date,.inv-username{color:var(--text-secondary)}.inv-status-badge{align-items:center;border:1px solid var(--border-color);border-radius:999px;display:inline-flex;font-size:.8rem;font-weight:700;letter-spacing:.4px;padding:.25rem .7rem;text-transform:uppercase}.status-pending{background:#3b82f626;border-color:#3b82f640;color:#60a5fa}.status-accepted{background:#22c55e26;border-color:#22c55e40;color:#22c55e}.status-expired{background:#94a3b81f;border-color:#94a3b833;color:#94a3b8}.status-revoked{background:#ef444426;border-color:#ef444440;color:#ef4444}.btn-copy{color:#38bdf8}.btn-copy:hover:not(:disabled){background:#38bdf81f;color:#0ea5e9}.btn-copy-token{color:#a78bfa}.btn-copy-token:hover:not(:disabled){background:#a78bfa1f;color:#8b5cf6}.btn-resend{color:#22c55e}.btn-resend:hover:not(:disabled){background:#22c55e1f;color:#16a34a}.btn-resend:disabled{cursor:not-allowed;opacity:.45}.invitations-footer{align-items:center;background:#0f172a1a;border-top:1px solid var(--border-color);display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.inv-loading{align-items:center;color:var(--text-secondary);display:inline-flex;gap:8px}.spinner--sm{border-width:2px;height:16px;width:16px}.inv-hint{color:var(--text-secondary);font-size:.9rem}.filters-card{background:linear-gradient(180deg,#0f172a40,#0f172a00);border:1px solid var(--border-color);box-shadow:0 12px 30px #00000014;margin-bottom:20px;padding:16px}.filters-form{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.filters-field{margin-bottom:0;min-width:200px}.search-field{flex:0 1 360px;max-width:360px;min-width:240px;position:relative}.search-field i{bottom:12px;color:var(--text-secondary);left:12px;pointer-events:none;position:absolute}.search-field .form-control{padding-left:36px;padding-right:36px}.search-clear{background:#0000;border:none;border-radius:6px;bottom:8px;color:var(--text-secondary);cursor:pointer;padding:6px;position:absolute;right:8px;transition:all .2s ease}.search-clear:hover{background:var(--bg-tertiary);color:var(--text-primary)}.filters-actions{align-items:center;display:flex;gap:10px;margin-left:auto}.filters-form .form-control,.filters-form select{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.filters-form .form-control:focus,.filters-form select:focus{transform:translateY(-1px)}.table-card{overflow:hidden;padding:0}.users-table-container{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th,.users-table thead{background:var(--bg-tertiary)}.users-table th{border-bottom:2px solid var(--border-color);color:var(--text-secondary);font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:1}.users-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:1rem}.users-table tbody tr{transition:background .2s ease}.users-table tbody tr:hover{background:var(--bg-tertiary)}.users-table tbody tr:nth-child(2n){background:#0f172a26}.username-cell{color:var(--accent-primary);font-weight:600}.role-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.role-admin{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.role-client{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.role-master{background:#f59e0b33;border:1px solid #f59e0b4d;color:#f59e0b}.actions-cell{align-items:center;display:flex;gap:.5rem}.btn-icon{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:.5rem;transition:all .2s ease}.btn-icon:hover{background:var(--bg-tertiary)}.btn-edit{color:var(--accent-primary)}.btn-edit:hover{background:#6366f11a;color:var(--accent-secondary)}.btn-delete{color:#ef4444}.btn-delete:hover:not(:disabled){background:#ef44441a;color:#dc2626}.btn-delete:disabled{color:var(--text-disabled);cursor:not-allowed;opacity:.5}.btn-sensors{color:#00adb5}.btn-sensors:hover{background:#00adb51a;color:#008a91}.btn-password{color:#f59e0b}.btn-password:hover{background:#f59e0b1a;color:#d97706}.btn-assign{color:#4caf50}.btn-assign:hover{background:#4caf501a;color:#388e3c}.btn-unassign{color:#ef4444}.btn-unassign:hover{background:#ef44441a;color:#dc2626}.modal-overlay{padding:1rem}.modal-content{border:1px solid var(--border-color);box-shadow:0 20px 60px #00000080;max-width:500px}.modal-large{max-width:1200px;width:95%}.modal-header{padding:1.5rem}.btn-close{background:#0000;padding:.5rem;transition:all .2s ease}.btn-close:hover{background:var(--bg-tertiary)}form{padding:1.5rem}.form-group label{margin-bottom:.5rem}.form-control{background:var(--bg-primary);font-size:1rem;padding:.75rem;transition:all .2s ease}.form-control:focus{box-shadow:0 0 0 3px #6366f11a}.form-text{line-height:1.4;margin-top:.5rem}.modal-footer{gap:1rem;padding-top:1rem}.empty-state{padding:3rem 2rem}.empty-state p{font-size:1rem}.sensor-management{display:flex;flex-direction:column;gap:2rem;max-height:70vh;overflow-y:auto;padding:1.5rem}.sensor-search{margin-bottom:1rem}.search-input{padding:.75rem 2.5rem .75rem 1rem;transition:all .3s ease}.search-input::placeholder{color:var(--text-secondary);opacity:.6}.clear-search{border-radius:4px;padding:.5rem;right:.5rem;transition:all .2s ease}.sensor-filters{border-bottom:2px solid var(--border-color);display:flex;flex-wrap:wrap;gap:.75rem;padding-bottom:1rem}.filter-tab{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.filter-tab:hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--text-primary)}.filter-tab.active{background:linear-gradient(135deg,#00adb5,#008a91);border-color:#00adb5;box-shadow:0 2px 8px #00adb54d;color:#fff}.filter-tab.active:hover{background:linear-gradient(135deg,#008a91,#006d73)}.sensor-section h3{align-items:center;color:var(--text-primary);display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem}.sensor-list{display:flex;flex-direction:column;gap:.75rem}.sensor-item{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.sensor-item:hover{border-color:var(--accent-primary);transform:translateX(4px)}.sensor-item.assigned{border-left:3px solid #00adb5}.sensor-item.available{border-left:3px solid var(--border-color)}.sensor-info-row{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:space-between}.sensor-info-details{display:flex;flex-direction:column;gap:.5rem}.sensor-info-details>div:first-child{align-items:center;display:flex;gap:.75rem}.sensor-icon{color:var(--accent-primary);font-size:1.1rem}.sensor-info-row strong{color:var(--text-primary);font-size:1rem}.sensor-admin-note{align-items:center;background:#3b82f61a;border-left:2px solid #3b82f6;border-radius:4px;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.5rem;margin-left:2rem;padding:.4rem .8rem}.sensor-admin-note i{color:#3b82f6;font-size:.8rem}.sensor-note{align-items:center;background:#f59e0b1a;border-left:2px solid #f59e0b;border-radius:4px;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.5rem;margin-left:2rem;padding:.4rem .8rem}.sensor-note i{color:#f59e0b;font-size:.8rem}.sensor-meta{align-items:center;display:flex;gap:1rem}.sensor-type{background:#6366f126;border-radius:12px;color:#818cf8;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.sensor-owner{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.dashboard-header{gap:1rem}.dashboard-header,.invitations-card-header{align-items:flex-start;flex-direction:column}.inv-filter{min-width:180px}.inv-lists-grid{grid-template-columns:1fr;padding:0 12px 12px}.inv-items{max-height:none}.users-items{padding:12px}.user-item{align-items:stretch;flex-direction:column}.user-item-actions{justify-content:flex-end}.users-table{font-size:.9rem}.users-table td,.users-table th{padding:.75rem}.modal-content{max-height:95vh}.modal-large{max-width:95%}.actions-cell{flex-direction:column}.sensor-info-row,.sensor-meta{align-items:flex-start;flex-direction:column}.sensor-meta{gap:.5rem}}.search-input{background:var(--bg-tertiary)}.project-modal .form-row{grid-gap:.75rem;display:grid;gap:.75rem}.project-modal .form-row-2{grid-template-columns:2fr 1fr 1fr}.project-modal-sections{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.project-modal-section{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:.9rem}.project-modal-section h4{margin:0}.project-modal-help{color:var(--text-secondary);font-size:.85rem;margin:.3rem 0 .8rem}.project-sensor-list{grid-gap:.45rem;display:grid;gap:.45rem;max-height:260px;overflow-y:auto}.project-sensor-item{align-items:center;background:var(--bg-secondary);border-radius:6px;display:flex;gap:.55rem;padding:.45rem .5rem}.project-sensor-item input{accent-color:var(--accent-primary)}.project-modal-empty{color:var(--text-secondary);font-size:.9rem;padding:.5rem .2rem}@media (max-width:920px){.project-modal .form-row-2,.project-modal-sections{grid-template-columns:1fr}}.project-clients-modal .form-group{margin-bottom:1rem}.project-clients-list{grid-gap:.75rem;display:grid;gap:.75rem;max-height:420px;overflow-y:auto}.project-client-item{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;display:flex;gap:1rem;justify-content:space-between;padding:.75rem}.project-client-name{color:var(--text-primary);font-weight:600}.project-client-meta{color:var(--text-secondary);font-size:.86rem}.project-clients-empty{color:var(--text-secondary);padding:1rem;text-align:center}.dashboard{background:var(--bg-primary);min-height:100vh}.navbar{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);box-shadow:var(--card-shadow);display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-brand h2{color:var(--accent-primary);font-size:1.5rem}.navbar-logo{height:40px;width:auto}.navbar-menu{align-items:center;display:flex;gap:1.5rem}.nav-link,.navbar-links{display:flex;gap:.5rem}.nav-link{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .2s ease}.nav-link:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-link.active{background:#6366f126;color:var(--accent-primary)}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-header-right{align-items:center;display:flex;gap:1rem}.projects-accordion{margin-bottom:1.5rem}.projects-accordion-headers{display:flex;flex-direction:column;gap:.25rem}.project-accordion-header{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;gap:.75rem;padding:.85rem 1rem;text-align:left;transition:background .2s,border-color .2s;width:100%}.project-accordion-header:hover{background:var(--bg-secondary);border-color:var(--accent-primary)}.project-accordion-header.expanded{background:#00adb514;border-color:var(--accent-primary);box-shadow:0 0 0 1px #00adb540}.project-accordion-header .project-accordion-title{align-items:center;display:inline-flex;flex:0 0 auto;font-weight:600;gap:.5rem}.project-accordion-header .project-accordion-meta{color:var(--text-secondary);flex:1 1 auto;font-size:.85rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-accordion-header .project-accordion-count{color:var(--text-secondary);flex-shrink:0;font-size:.9rem}.project-accordion-header .project-accordion-actions{align-items:center;display:flex;flex-shrink:0;gap:.35rem}.project-accordion-header .project-accordion-icon{color:var(--text-secondary);flex-shrink:0;transition:transform .2s}.project-accordion-header.expanded .project-accordion-icon{color:var(--accent-primary);transform:rotate(180deg)}.project-accordion-content{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.projects-accordion-empty,.projects-accordion-loading{color:var(--text-secondary);font-size:.9rem;padding:.75rem 1rem}.btn-sm{font-size:.8rem;padding:.35rem .6rem}.projects-section{margin-bottom:1.5rem}.projects-section-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.projects-section-header h2{margin:0}.projects-section-header p{margin:.35rem 0 0}.projects-filter-row{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.project-filter-select{max-width:360px}.projects-cards{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;gap:.7rem;padding:.9rem}.project-card.active{border-color:var(--accent-primary);box-shadow:0 0 0 1px #00adb559}.project-card-top{align-items:baseline;display:flex;gap:1rem;justify-content:space-between}.project-card-top h3{font-size:1.05rem;margin:0}.project-card-counts{color:var(--text-secondary);font-size:.84rem}.project-card-dates{color:var(--text-secondary);display:flex;font-size:.85rem;gap:1rem}.project-card-sensors{display:flex;flex-wrap:wrap;gap:.45rem}.project-chip{background:#6366f133;border-radius:99px;color:var(--text-primary);font-size:.78rem;padding:.22rem .55rem}.project-chip-sigicom{background:#00adb533}.project-card-actions{display:flex;flex-wrap:wrap;gap:.45rem}.projects-empty{color:var(--text-secondary);padding:.5rem 0}.btn-danger{border-color:#ef444466;color:#ef4444}.btn-danger:hover{background:#ef44441f}.sensor-type-filters{background:var(--bg-secondary);border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem;padding:1rem}.filter-button{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.filter-button:hover{background:var(--bg-primary);border-color:var(--accent-primary);color:var(--text-primary)}.filter-button.active{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 0 10px #00adb54d;color:#fff}.dashboard-header h1{font-size:2rem;margin-bottom:.5rem}.empty-state{padding:4rem 2rem;text-align:center}.empty-state h3{color:var(--text-primary);margin-bottom:1rem}.empty-state p{color:var(--text-secondary)}.sensor-card{transition:transform .3s ease}.sensor-card:hover{transform:translateY(-4px)}.sensor-card--mini{max-width:420px}.sensor-card--mini:hover{transform:translateY(-2px)}.sensor-card--mini .sensor-header{margin-bottom:.75rem;padding-bottom:.6rem}.sensor-card--mini .sensor-header h3{font-size:1rem}.sensor-card--mini .sensor-info{margin-bottom:.75rem}.sensor-card--mini .sensor-info .info-item{padding:.3rem 0}.sensor-card--mini .sensor-readings{gap:.5rem;margin-top:.5rem}.sensor-card--mini .sensor-card-preview-row,.sensor-card--mini .sensor-card-right{display:none}.sensor-card-content{align-items:flex-start;display:flex;gap:1.5rem}.sensor-card-content.full-width{flex-direction:column}.sensor-card-content.full-width .sensor-card-left{max-width:none;width:100%}.sensor-card-left{flex:0.35 1;min-width:0}.sensor-card-right{display:flex;flex:0.65 1;flex-direction:column;gap:1rem;min-width:0}.sensor-card-preview-row{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem;width:100%}.sensor-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.sensor-header h3{color:var(--text-primary);font-size:1.25rem}.sensor-header-title{align-items:center;display:flex;gap:8px}.sensor-history-btn{align-items:center;background:#00adb52e;border:1px solid #00adb580;border-radius:8px;box-shadow:0 4px 12px #00adb540;color:var(--accent-primary);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:6px;justify-content:center;padding:8px 12px;transition:all .2s}.sensor-history-btn .sensor-history-btn-label{white-space:nowrap}.sensor-history-btn:hover:not(:disabled){background-color:#00adb547;border-color:var(--accent-primary);box-shadow:0 6px 16px #00adb559;transform:translateY(-1px)}.sensor-history-btn:disabled{cursor:not-allowed;opacity:.4}.sensor-settings-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:6px;transition:all .2s}.sensor-settings-btn:hover{background-color:var(--bg-tertiary);color:var(--accent-primary);transform:rotate(90deg)}.sensor-settings-btn:active{transform:rotate(90deg) scale(.95)}.sensor-info{margin-bottom:1.5rem}.info-item{border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:.5rem 0}.info-label{color:var(--text-secondary);font-size:.9rem}.info-value{font-weight:500}.info-value,.note-input{color:var(--text-primary)}.note-input{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:4px;font-size:.9rem;padding:.4rem .6rem;transition:border-color .3s ease;width:100%}.note-input:focus{border-color:var(--accent-primary);outline:none}.note-input::placeholder{color:var(--text-secondary);opacity:.6}.sensor-readings{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-top:1rem}.disconnected-message{align-items:center;background:var(--bg-tertiary);border-radius:6px;color:var(--text-secondary);display:flex;flex-direction:column;gap:.5rem;grid-column:1/-1;padding:1.5rem;text-align:center}.disconnected-message i{font-size:1.5rem;opacity:.5}.disconnected-message span{font-size:.95rem}.reading{background:var(--bg-tertiary);border-radius:6px;padding:1rem;text-align:center;transition:all .3s ease}.reading.clickable{border:2px solid #0000;cursor:pointer}.reading.clickable:hover{background:var(--bg-secondary);border-color:var(--accent-primary)}.reading.clickable.selected{background:#00adb526;border-color:var(--accent-primary);box-shadow:0 0 10px #00adb533}.reading-label{color:var(--text-secondary);display:block;font-size:.85rem;margin-bottom:.5rem}.reading-value{color:var(--text-primary);display:block;font-size:1.1rem;font-weight:600}@media (max-width:768px){.navbar{padding:1rem}.navbar,.navbar-menu{flex-direction:column;gap:1rem}.navbar-menu{width:100%}.navbar-links{justify-content:center;width:100%}.dashboard-header h1{font-size:1.5rem}.projects-section-header{align-items:stretch;flex-direction:column}.projects-filter-row{align-items:flex-start}.projects-filter-row,.sensor-card-content{flex-direction:column}}.project-accordion-sigicom-badge{color:#3b82f6;color:var(--color-primary,#3b82f6);font-size:.75rem;margin-left:.5rem}.spinner-sm{animation:spin .6s linear infinite;border:2px solid;border-radius:50%;border-top:2px solid #0000;display:inline-block;height:14px;width:14px}.modal-overlay{background-color:#000000b3;padding:20px}.modal-content{background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 20px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.modal-large{max-width:800px}.invitation-sensors-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:8px}@media (max-width:640px){.invitation-sensors-grid{grid-template-columns:1fr}}.invitation-sensors-column{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:16px}.invitation-sensors-column h4{color:var(--text-primary);margin:0 0 8px}.invitation-sensors-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.invitation-sensors-header h4{margin:0}.invitation-sensors-count{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);display:inline-flex;font-size:.85rem;font-weight:600;height:28px;justify-content:center;min-width:28px}.invitation-sensors-hint{color:var(--text-secondary);display:block;margin-bottom:8px}.invitation-search-label{color:var(--text-primary);display:block;font-weight:500;margin-bottom:4px}.invitation-sensors-column .sensor-list{max-height:320px;overflow-y:auto;padding-right:4px}.invitation-sensors-column .btn-assign,.invitation-sensors-column .btn-unassign{flex-shrink:0}.modal-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{color:var(--text-primary);font-size:1.5rem;margin:0}.btn-close{align-items:center;background:none;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.btn-close:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.modal-content form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block}.form-control{padding:10px 12px;width:100%}.form-help,.form-text{display:block}.form-help{color:var(--text-secondary);font-size:12px;margin-top:6px}.sensor-search-results{display:flex;flex-direction:column;gap:10px;margin-top:12px;max-height:220px;overflow-y:auto;padding-right:2px}.sensor-columns{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:10px}.sensor-column-title{color:var(--text-primary);font-weight:600;margin-bottom:6px}.sensor-search-item{align-items:center;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:13px;gap:10px;justify-content:space-between;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.sensor-search-item:hover:not(:disabled){background-color:var(--bg-tertiary);border-color:var(--accent-primary);transform:translateX(4px)}.sensor-search-item.selected{background-color:#00adb51f;border-color:var(--accent-primary)}.sensor-search-item:disabled{cursor:not-allowed;opacity:.6}.sensor-selected-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.sensor-selected-item{align-items:center;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:10px 12px}.btn-link{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--accent-primary);cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s}.btn-link:hover:not(:disabled){background:#00adb51f;border-color:var(--accent-primary)}.btn-link:disabled{cursor:not-allowed;opacity:.6}.sensor-search{margin-bottom:12px;position:relative}.search-input{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.95rem;padding:10px 36px 10px 12px;transition:border-color .2s;width:100%}.search-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #00adb51a;outline:none}.clear-search{background:#0000;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;padding:4px;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:all .2s}.clear-search:hover{background:var(--bg-primary);color:var(--text-primary)}.sensor-selection-list{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;max-height:300px;overflow-y:auto;padding:8px}.sensor-checkbox-item{align-items:center;border:1px solid #0000;border-radius:6px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:background-color .2s}.sensor-checkbox-item:hover{background-color:var(--bg-tertiary)}.sensor-checkbox-item.selected{background-color:#00adb51a;border-color:var(--accent-primary)}.sensor-checkbox-item input[type=checkbox]{accent-color:var(--accent-primary);cursor:pointer;height:18px;width:18px}.sensor-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.sensor-info strong{color:var(--text-primary);font-size:.95rem}.sensor-meta{color:var(--text-secondary);font-size:.85rem}.loading-container{padding:40px}.modal-footer{border-top:1px solid var(--border-color);display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:20px}.btn{border-radius:6px;padding:10px 20px;transition:all .2s}.btn-outline{background-color:initial}.btn-outline:hover{background-color:var(--bg-tertiary)}.btn-primary{background-color:var(--accent-primary)}.btn-primary:hover:not(:disabled){background-color:#009da5}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.text-secondary{padding:20px;text-align:center}.org-create{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.org-create .form-control{min-width:240px}.org-title{color:var(--text-primary);font-weight:600}.btn.org-sensors-btn{background:#3b82f614;border:1px solid #3b82f640;border-radius:6px;color:#1d4ed8;min-height:0!important;min-height:auto!important;min-width:0!important;min-width:auto!important;padding:.35rem .45rem!important;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.btn.org-sensors-btn i{font-size:.85rem}.btn.org-sensors-btn:hover{background:#3b82f629;box-shadow:0 4px 10px #3b82f62e;transform:translateY(-1px)}.btn.org-sensors-btn:active{transform:translateY(0)}.btn.org-delete-btn{min-height:0!important;min-height:auto!important;min-width:0!important;min-width:auto!important;padding:.2rem .4rem!important}.btn.org-delete-btn,.btn.org-delete-btn i{font-size:.7rem!important}.org-sensors-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:8px}.org-sensors-column h4{color:var(--text-primary);margin:0 0 8px}.org-sensors-column{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:16px}.org-sensors-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.org-sensors-header h4{margin:0}.org-sensors-hint{color:var(--text-secondary);display:block;margin-bottom:8px}.org-search-label{color:var(--text-primary);display:block;font-weight:500;margin-bottom:4px}.org-sensors-count{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:999px;color:var(--text-secondary);display:inline-flex;font-size:.85rem;font-weight:600;height:28px;justify-content:center;min-width:28px}.org-sensors-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto;padding-right:4px}.org-sensor-item{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;display:flex;gap:12px;justify-content:space-between;padding:8px 10px}.org-sensor-item span{color:var(--text-primary)}.generate-report-modal-overlay{padding:1rem}.generate-report-modal-content{max-width:420px;width:100%}.generate-report-modal-header{border-bottom:1px solid var(--border-color);padding:1.25rem 1.5rem}.generate-report-modal-header h2{color:var(--text-primary);font-size:1.25rem;margin:0;padding-right:.5rem}.generate-report-modal-body{padding:1.5rem}.generate-report-label{color:var(--text-primary);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.generate-report-period-type-segment{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.generate-report-segment-btn{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem .5rem;transition:all .2s ease}.generate-report-segment-btn:hover:not(:disabled){border-color:var(--accent-primary);color:var(--text-primary)}.generate-report-segment-btn.active{background:#00adb51f;border-color:var(--accent-primary);color:var(--accent-primary)}.generate-report-segment-btn:disabled{cursor:not-allowed;opacity:.6}.generate-report-modal-body .form-control{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:1rem;padding:.75rem;width:100%}.generate-report-modal-body .form-control:focus{border-color:var(--accent-primary);outline:none}.generate-report-preview{background:var(--bg-tertiary);border-radius:6px;color:var(--text-primary);font-size:.9rem;margin-top:.5rem;padding:.5rem .75rem}.generate-report-preview-tz{color:var(--text-secondary);font-size:.85rem}.generate-report-error{color:#f44336;color:var(--error,#f44336);font-size:.85rem;margin-top:.5rem}.generate-report-modal-footer{border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem}.generate-report-modal-footer .spinner-inline{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;margin-right:.5rem;vertical-align:middle;width:1rem}.reports-page{background:#1a1a2e;background:var(--bg-primary,#1a1a2e);color:#f5f5f5;color:var(--text-primary,#f5f5f5);min-height:100vh}.reports-nav{align-items:center;background:#16213e;background:var(--bg-secondary,#16213e);border-bottom:1px solid #2d3748;border-bottom:1px solid var(--border-color,#2d3748);display:flex;justify-content:space-between;padding:1rem 2rem}.reports-nav-brand .reports-logo{max-height:36px;width:auto}.reports-nav-menu{align-items:center;display:flex;gap:1rem}.reports-nav-menu .nav-link{background:none;border:none;color:#b0b0b0;color:var(--text-secondary,#b0b0b0);cursor:pointer;font-size:1rem;padding:.5rem .75rem}.reports-nav-menu .nav-link:hover{color:#f5f5f5;color:var(--text-primary,#f5f5f5)}.reports-nav-menu .nav-link.active{color:#00adb5;color:var(--accent-primary,#00adb5)}.reports-user{color:#b0b0b0;color:var(--text-secondary,#b0b0b0);font-size:.9rem;margin-left:.5rem}.reports-main{margin:0 auto;max-width:800px;padding:2rem 1.5rem}.reports-main h1{margin-bottom:.5rem}.reports-intro{color:#b0b0b0;color:var(--text-secondary,#b0b0b0);margin-bottom:2rem}.reports-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.reports-empty{padding:2rem;text-align:center}.reports-empty p{margin-bottom:1rem}.reports-project-list{display:flex;flex-direction:column;gap:1.5rem}.reports-project-card{border:1px solid #2d3748;border:1px solid var(--border-color,#2d3748);border-radius:8px;padding:1.25rem}.reports-project-head{margin-bottom:1rem}.reports-project-head h2{font-size:1.25rem;margin-bottom:.25rem}.reports-project-meta{color:#b0b0b0;color:var(--text-secondary,#b0b0b0);font-size:.9rem}.reports-project-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.reports-saved h3{color:#b0b0b0;color:var(--text-secondary,#b0b0b0);font-size:1rem;margin-bottom:.5rem}.reports-saved ul{list-style:none;margin:0;padding:0}.reports-saved li{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;gap:.75rem;justify-content:space-between;padding:.5rem 0}.reports-saved li span{flex:1 1;font-size:.95rem}.spinner-inline{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;margin-right:.5rem;vertical-align:middle;width:1rem}.report-chart{min-height:200px}.report-acoustic-charts{margin-bottom:1.25rem}.report-acoustic-charts__head{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:1fr auto;margin-bottom:1rem}.report-acoustic-charts__title{color:#0d2d52;font-size:1.15rem;font-weight:700;margin:0;text-align:center}.report-acoustic-charts__logo{max-height:40px;width:auto}.report-acoustic-charts__panel{background:#fff;border:1px solid #9aa5b5;border-radius:8px;margin-bottom:1rem;padding:.65rem .75rem .5rem}.report-acoustic-charts__meta{margin-bottom:.5rem}.report-acoustic-charts__meta-name{color:#1c2430;display:block;font-size:1rem;margin-bottom:.25rem}.report-acoustic-charts__meta-line{color:#3d4754;font-size:.8rem;line-height:1.4;margin:0}.report-acoustic-charts__canvas{min-height:200px;position:relative}.report-acoustic-charts__subtitle{color:#3d4754;font-size:.88rem;margin:0 0 1rem;text-align:center}.report-acoustic-charts__muted{color:#5c6570;font-size:.88rem;margin:.5rem 0}@media (max-width:640px){.report-acoustic-charts__head{grid-template-columns:1fr;justify-items:center}.report-acoustic-charts__logo{order:-1}}.report-acoustic-hm{margin-top:1.25rem}.report-acoustic-hm__head{grid-gap:.75rem;align-items:start;display:grid;gap:.75rem;grid-template-columns:1fr auto;margin-bottom:1rem}.report-acoustic-hm__title{color:#0d2d52;font-size:1.05rem;font-weight:700;margin:0 0 .35rem}.report-acoustic-hm__intro{color:#3d4754;font-size:.88rem;line-height:1.45;margin:0}.report-acoustic-hm__logo{max-height:36px;width:auto}.report-acoustic-hm__week{margin-bottom:1.25rem;overflow-x:auto}.report-acoustic-hm__table{border-collapse:collapse;font-size:.68rem;min-width:520px;width:100%}.report-acoustic-hm__col-head,.report-acoustic-hm__corner,.report-acoustic-hm__row-head{background:#e8eef6;border:1px solid #5a6570;color:#0d2d52;font-weight:600;padding:.2rem .25rem}.report-acoustic-hm__col-head{min-width:4.5rem;text-align:center}.report-acoustic-hm__row-head{text-align:left;white-space:nowrap}.report-acoustic-hm__cell{border:1px solid #666;min-width:2.5rem;padding:.15rem .2rem;text-align:center}.report-acoustic-hm__cell--empty{background:repeating-linear-gradient(45deg,#fff,#fff 2px,#ddd 0,#ddd 4px)!important}.report-acoustic-hm__row--work .report-acoustic-hm__cell,.report-acoustic-hm__row--work .report-acoustic-hm__row-head{box-shadow:inset 0 0 0 1px #c62828}.report-acoustic-hm__legend-wrap{background:#fafbfc;border:1px solid #9aa5b5;border-radius:6px;margin-top:1rem;padding:.75rem}.report-acoustic-hm__legend{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem .75rem}.report-acoustic-hm__legend-item{align-items:center;color:#1c2430;display:inline-flex;font-size:.72rem;gap:.35rem}.report-acoustic-hm__legend-item--over-threshold{border-radius:2px;outline:1px solid #c62828;outline-offset:1px;padding:.1rem .15rem}.report-acoustic-hm__swatch{border:1px solid #333;display:inline-block;flex-shrink:0;height:.65rem;width:1rem}.report-acoustic-hm__swatch--nodata{background:repeating-linear-gradient(45deg,#fff,#fff 2px,#ccc 0,#ccc 4px)}.report-acoustic-hm__threshold{border-top:1px dashed #c62828;color:#b71c1c;font-size:.78rem;font-weight:600;margin-top:.75rem;padding-top:.5rem}.report-acoustic-hm__muted{color:#5c6570;font-size:.88rem}@media (max-width:640px){.report-acoustic-hm__head{grid-template-columns:1fr}}.report-acoustic-noise-concl{background:#f0f5fa;border:1px solid #9aa5b5;border-radius:6px;margin-top:1rem;padding:.75rem 1rem}.report-acoustic-noise-concl__title{color:#1a4f8c;font-size:.85rem;font-weight:700;letter-spacing:.03em;margin:0 0 .35rem;text-transform:uppercase}.report-acoustic-noise-concl__text{color:#1c2430;font-size:.9rem;line-height:1.45;margin:0}.report-acoustic-sensor{--ra-blue:#1a4f8c;--ra-teal:#00838f;--ra-border:#c5ccd6;background:#f6f8fb;border:1px solid var(--ra-border);border-radius:10px;box-shadow:0 1px 3px #0000000f;color:#1c2430;margin-bottom:2rem;padding:1.25rem 1.25rem .75rem}.report-acoustic-sensor__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:900px){.report-acoustic-sensor__grid{align-items:start;grid-template-columns:minmax(0,2fr) minmax(140px,1fr)}}.report-acoustic-sensor__content{min-width:0}.report-acoustic-sensor__page-head{margin-bottom:1rem}.report-acoustic-sensor__brand-line{background:var(--ra-border);height:1px;margin-bottom:.75rem}.report-acoustic-sensor__main-title{color:var(--ra-blue);font-size:1.35rem;font-weight:700;letter-spacing:.02em;margin:0;text-align:center}.report-acoustic-section{margin-bottom:1.35rem}.report-acoustic-section__label{color:var(--ra-blue);font-size:.8rem;font-weight:700;letter-spacing:.04em;margin:0 0 .4rem;text-transform:uppercase}.report-acoustic-table{border:1px solid #9aa5b5;border-collapse:collapse;font-size:.88rem;width:100%}.report-acoustic-table td,.report-acoustic-table th{border:1px solid #9aa5b5;padding:.45rem .6rem;text-align:left;vertical-align:top}.report-acoustic-table th{background:#e8eef6;color:#0d2d52;font-weight:600;width:42%}.report-acoustic-table tr:nth-child(2n) td{background:#fafbfc}.report-acoustic-error{color:#b71c1c;font-size:.9rem;margin:.5rem 0 1rem}.report-acoustic-muted{color:#5c6570;font-size:.82rem;line-height:1.4;margin:.35rem 0 0}.report-acoustic-controls{align-items:flex-end;background:#fff;border:1px solid #9aa5b5;border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem 1rem;padding:.65rem .75rem}.report-acoustic-controls__field{color:#243242;display:flex;flex-direction:column;font-size:.78rem;font-weight:600;gap:.25rem}.report-acoustic-controls__field--wide{min-width:min(100%,220px)}.report-acoustic-controls__field input,.report-acoustic-controls__field select{border:1px solid #9aa5b5;border-radius:4px;font-size:.88rem;max-width:8rem;padding:.35rem .5rem}.report-acoustic-controls__field--wide select{max-width:100%}.report-acoustic-sensor__decor{display:none;min-height:280px;position:relative}@media (min-width:900px){.report-acoustic-sensor__decor{display:block}}.report-acoustic-sensor__decor-shape{border-radius:4px;opacity:.92;position:absolute;right:0;width:85%}.report-acoustic-sensor__decor-shape--top{background:linear-gradient(135deg,#42a5f5,#0154ba);box-shadow:inset 0 0 0 1px #ffffff26;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%);height:42%;top:0}.report-acoustic-sensor__decor-shape--bottom{background:linear-gradient(315deg,var(--ra-teal) 0,#004d40 100%);bottom:0;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);height:48%}.report-acoustic-sensor__footer{grid-gap:.5rem;align-items:center;border-top:2px solid #5a6570;color:#3d4754;display:grid;font-size:.78rem;gap:.5rem;grid-template-columns:1fr 2fr 1fr;margin-top:1rem;padding:.55rem .25rem .35rem}.report-acoustic-sensor__footer-center{text-align:center}.report-acoustic-sensor__footer-page{text-align:right}.report-vibration-sensor{--rv-blue:#1a4f8c;--rv-green:#2d8f47;--rv-border:#c5ccd6;background:#f6f8fb;border:1px solid var(--rv-border);border-radius:10px;box-shadow:0 1px 3px #0000000f;color:#1c2430;margin-bottom:2rem;padding:1.25rem 1.25rem .75rem}.report-vibration-sensor__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:900px){.report-vibration-sensor__grid{align-items:start;grid-template-columns:minmax(0,2fr) minmax(140px,1fr)}}.report-vibration-sensor__content{min-width:0}.report-vibration-sensor__page-head{margin-bottom:1rem}.report-vibration-sensor__brand-line{background:var(--rv-border);height:1px;margin-bottom:.75rem}.report-vibration-sensor__main-title{color:var(--rv-blue);font-size:1.35rem;font-weight:700;letter-spacing:.02em;margin:0;text-align:center}.report-vibration-section{margin-bottom:1.35rem}.report-vibration-section__label{color:var(--rv-blue);font-size:.8rem;font-weight:700;letter-spacing:.04em;margin:0 0 .4rem;text-transform:uppercase}.report-vibration-table{border:1px solid #9aa5b5;border-collapse:collapse;font-size:.88rem;width:100%}.report-vibration-table td,.report-vibration-table th{border:1px solid #9aa5b5;padding:.45rem .6rem;text-align:left;vertical-align:top}.report-vibration-table th{background:#e8eef6;color:#0d2d52;font-weight:600;width:42%}.report-vibration-table tr:nth-child(2n) td{background:#fafbfc}.report-vibration-cell--highlight{background:#fff9c4!important;font-weight:600}.report-vibration-error{color:#b71c1c;font-size:.9rem;margin:.5rem 0 1rem}.report-vibration-muted{color:#5c6570;font-size:.88rem;margin:.35rem 0}.report-vibration-time-charts{display:flex;flex-direction:column;gap:1.25rem}.report-vibration-time-charts--report{gap:1.5rem}.report-vibration-chart-panel{background:#fff;border:1px solid #9aa5b5;border-radius:8px;box-shadow:inset 0 1px 0 #fffc;padding:.65rem .75rem .5rem}.report-vibration-chart-heading{color:#243242;font-size:.95rem;font-weight:600;margin:0 0 .35rem}.report-vibration-chart-heading--report{color:#1a4f8c;font-size:1rem;font-weight:700;letter-spacing:.01em}.report-vibration-chart-canvas{min-height:200px;position:relative}.report-vibration-scatter-block{margin-top:.25rem}.report-vibration-scatter-block--report{background:#fff;border:1px solid #9aa5b5;border-radius:8px;padding:.85rem .75rem .65rem}.report-vibration-scatter-title{color:#1c2430;font-size:1.05rem;font-weight:700;margin:0 0 .25rem;text-align:center}.report-vibration-scatter-block--report .report-vibration-scatter-title{color:#0d2d52;font-family:Calibri,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.12rem}.report-vibration-scatter-sub{color:#3d4754;font-size:.82rem;line-height:1.35;margin:0 0 .75rem;text-align:center}.report-vibration-scatter-block--report .report-vibration-scatter-sub{font-family:Calibri,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.84rem}.report-vibration-scatter-sub--note{color:#5a6570;font-size:.78rem;margin-top:-.35rem}.report-vibration-scatter-vlt{color:#c62828;font-weight:700}.report-vibration-scatter-wrap{background:#fff;border:1px solid #b0bcc9;border-radius:6px;min-height:280px;padding:.25rem .35rem .15rem;position:relative}.report-vibration-scatter-block--report .report-vibration-scatter-wrap{background:#fff;border-color:#9aa5b5}.report-vibration-exceed__page-title{color:#1c2430;font-size:1.05rem;font-weight:700;margin:0 0 1rem}.report-vibration-exceed{border:1px solid #333;border-radius:4px;margin-bottom:1.25rem;overflow:hidden}.report-vibration-exceed__banner{color:#111;font-size:.88rem;font-weight:700;padding:.5rem .65rem}.report-vibration-exceed--very .report-vibration-exceed__banner{background:#e6b8af}.report-vibration-exceed--sensitive .report-vibration-exceed__banner{background:#fce5cd}.report-vibration-exceed--resistant .report-vibration-exceed__banner{background:#cfe2f3}.report-vibration-exceed__grid{background:#fff;border-collapse:collapse;font-size:.82rem;width:100%}.report-vibration-exceed__grid td,.report-vibration-exceed__grid th{border:1px solid #222;padding:.4rem .45rem;text-align:left}.report-vibration-exceed__sub--very th{background:#f6b26b;color:#fff}.report-vibration-exceed__sub--sensitive th{background:#f1c232;color:#fff}.report-vibration-exceed__sub--resistant th{background:#6d9eeb;color:#fff}.report-vibration-exceed__empty{color:#666;font-style:italic;text-align:center}.report-vibration-exceed__summary{color:#243242;font-size:.88rem;line-height:1.45;margin:.5rem 0 1rem}.report-vibration-sensor__decor{display:none;min-height:280px;position:relative}@media (min-width:900px){.report-vibration-sensor__decor{display:block}}.report-vibration-sensor__decor-shape{border-radius:4px;opacity:.92;position:absolute;right:0;width:85%}.report-vibration-sensor__decor-shape--top{background:linear-gradient(135deg,var(--rv-green) 0,#43a047 100%);box-shadow:inset 0 0 0 1px #ffffff26;-webkit-clip-path:polygon(0 100%,100% 0,100% 100%);clip-path:polygon(0 100%,100% 0,100% 100%);height:42%;top:0}.report-vibration-sensor__decor-shape--bottom{background:linear-gradient(315deg,var(--rv-blue) 0,#0d3d6b 100%);bottom:0;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);height:48%}.report-vibration-sensor__footer{grid-gap:.5rem;align-items:center;border-top:2px solid #5a6570;color:#3d4754;display:grid;font-size:.78rem;gap:.5rem;grid-template-columns:1fr 2fr 1fr;margin-top:1rem;padding:.55rem .25rem .35rem}.report-vibration-sensor__footer-center{text-align:center}.report-vibration-sensor__footer-page{text-align:right}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.report-mini-map{background:#f7f9fc;border:1px solid #d7dce6;border-radius:12px;padding:.9rem}.report-mini-map__leaflet{border:1px solid #ccd3df;border-radius:8px;height:420px;overflow:hidden;width:100%}.report-mini-map__legend{grid-gap:.35rem;display:grid;font-size:.9rem;gap:.35rem;list-style:none;margin:.8rem 0 0;padding:0}.report-mini-map__legend li{color:#22314f}.report-view{background:#eef1f5;color:#0a0f1a;min-height:100vh}.report-view--error,.report-view--loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}.report-view-nav{align-items:center;background:#fff;border-bottom:1px solid #d9dee7;display:flex;justify-content:space-between;padding:1rem 2rem}.report-view-nav-brand .report-view-logo{max-height:36px;width:auto}.report-view-nav-actions{display:flex;gap:.75rem}.report-view-main{box-sizing:border-box;margin:0 auto;max-width:1180px;padding:2rem 1.5rem 3rem;width:100%}.report-section--vibration{max-width:none}.report-view-header{background:#f5f7fb;border:1px solid #d7dce6;border-radius:28px;margin-bottom:1.6rem;padding:2.4rem 2rem 2rem;text-align:center}.report-view-title{color:#0f2f6b;font-size:2.1rem;margin:0 0 .5rem}.report-view-kicker{color:#7aad2e;font-size:1.9rem;font-weight:700;margin:0 0 .6rem}.report-view-report-type{color:#1b5fb8;font-size:1.8rem;font-weight:500;margin:0}.report-view-period-line{align-items:center;color:#0a0f1a;display:flex;font-size:1.9rem;font-weight:500;gap:1rem;justify-content:center;margin:1.1rem 0 .7rem}.report-view-period-sep{color:#8ea3c8}.report-view-meta-row{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;justify-content:center}.report-view-meta{color:#4f607d;font-size:.9rem;margin:0}.report-section{background:#fff;border:1px solid #d7dce6;border-radius:28px;box-shadow:0 1px 0 #0a0f1a0a;margin-bottom:1.1rem;padding:1.6rem 1.4rem 1.5rem}.report-section--intro-map{margin-bottom:2rem}.report-section-title{color:#0f2f6b;font-size:2.8rem;line-height:1.05;margin:0 0 1rem}.report-sensor-list{list-style:disc;margin:0;padding-left:1.2rem}.report-sensor-list li{border-bottom:none;padding:.2rem 0}.report-coords{color:#475875;font-size:.95rem}.report-sensor-error{color:#f44336;color:var(--error,#f44336);font-size:.9rem}.report-warning{color:#9a5d00;margin-top:.5rem}.report-sensor-block{background:#f7f9fc;border:1px solid #d7dce6;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1rem .8rem}.report-sensor-block h3{font-size:1rem;margin-bottom:.5rem}.report-meta{color:#617392;font-size:.85rem;margin-bottom:.5rem}.report-view .report-chart{margin-top:.5rem}.report-thresholds-summary{margin-top:1rem}.report-thresholds-sensor{margin-bottom:1.5rem}.report-thresholds-table{border-collapse:collapse;font-size:.85rem;margin-top:.5rem;width:100%}.report-thresholds-table td,.report-thresholds-table th{border:1px solid #e5e7eb;padding:4px 8px;text-align:left}.report-thresholds-table th{background:#f3f4f6}.report-intro-grid{grid-gap:.5rem 1.2rem;display:grid;gap:.5rem 1.2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:.8rem}.report-intro-grid p{margin:0}.report-intro-text{line-height:1.55;margin:0}@media (max-width:860px){.report-view-main{padding:1rem .85rem 2rem}.report-view-header{border-radius:18px;padding:1.5rem 1rem}.report-view-kicker{font-size:1.2rem}.report-view-title{font-size:1.45rem}.report-view-period-line,.report-view-report-type{font-size:1.2rem}.report-section{border-radius:18px;padding:1.2rem 1rem}.report-section-title{font-size:1.9rem}}.invitation-page{align-items:center;background:var(--bg-primary);display:flex;justify-content:center;min-height:100vh;padding:20px}.invitation-container{background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 20px #0000004d;max-width:500px;padding:40px;width:100%}.invitation-header{margin-bottom:30px;text-align:center}.invitation-header .logo{margin-bottom:20px;max-width:200px}.invitation-header h1{color:var(--text-primary);font-size:1.8rem;margin-bottom:8px}.invitation-header .subtitle{color:var(--text-secondary);font-size:1rem}.invitation-info{background:var(--bg-tertiary);border-left:4px solid var(--accent-primary);border-radius:8px;margin-bottom:24px;padding:16px}.invitation-info p{color:var(--text-primary);margin:8px 0}.invitation-form{gap:20px}.form-group,.invitation-form{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:8px}.form-control,.form-group label{color:var(--text-primary);font-size:.95rem}.form-control{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;padding:12px;transition:border-color .2s}.form-control:focus{border-color:var(--accent-primary);outline:none}.form-text{color:var(--text-secondary);font-size:.85rem;margin-top:6px}.btn-block{background-color:var(--accent-primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;transition:all .2s;width:100%}.btn-block:hover:not(:disabled){background-color:#009da5}.btn-block:disabled{cursor:not-allowed;opacity:.6}.loading-container{flex-direction:column;padding:60px 40px}.loading-container p{color:var(--text-primary);font-size:1rem;margin-top:20px}.spinner{animation:spin .8s linear infinite;border:3px solid var(--bg-tertiary);height:40px;width:40px}.text-secondary{color:var(--text-secondary);font-size:.9rem}:root{--bg-primary:#1a1a2e;--bg-secondary:#16213e;--bg-tertiary:#0f3460;--text-primary:#f5f5f5;--text-secondary:#b0b0b0;--border-color:#2d3748;--accent-primary:#00adb5;--accent-secondary:#e94560;--success:#4caf50;--warning:#ff9800;--error:#f44336;--info:#2196f3;--status-connected:#4caf50;--status-offline-blue:#2196f3;--status-offline-orange:#ff9800;--status-offline-purple:#9c27b0;--status-gray:#9e9e9e;--card-shadow:0 4px 6px #0000004d;--card-shadow-hover:0 8px 12px #0006}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a2e;background-color:var(--bg-primary);color:#f5f5f5;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{display:flex;flex-direction:column;min-height:100vh}.app-layout{display:flex;flex:1 1}.main-content{flex:1 1;overflow-y:auto;padding:2rem}.navbar.navbar--master{background:linear-gradient(135deg,#c2410c,#ea580c 50%,#b45309);border-bottom-color:#ffffff26}.navbar.navbar--master .navbar-brand h2{color:#fffffffa}.navbar.navbar--master .nav-link{color:#ffffffe6}.navbar.navbar--master .nav-link:hover{background:#ffffff26;color:#fff}.navbar.navbar--master .nav-link.active{background:#fff3;color:#fff}.navbar.navbar--master .navbar-user,.navbar.navbar--master .navbar-user-main,.navbar.navbar--master .navbar-user-org,.navbar.navbar--master .navbar-user-role{color:#ffffffe6}.navbar.navbar--master .navbar-user-impersonation{background:#fff3;color:#fff}.navbar.navbar--master .btn-outline{border-color:#ffffff80;color:#fffffff2}.navbar.navbar--master .btn-outline:hover{background:#ffffff26;border-color:#fffc;color:#fff}.navbar.navbar--master .navbar-logo{filter:brightness(0) invert(1)}.navbar-user{align-items:center;color:#b0b0b0;color:var(--text-secondary);display:inline-flex;flex-wrap:wrap;font-size:.9rem;gap:.75rem}.navbar-user-main{color:#f5f5f5;color:var(--text-primary);font-weight:500}.navbar-user-org,.navbar-user-role{color:#b0b0b0;color:var(--text-secondary);font-weight:400}.navbar-user-org{border-left:1px solid #2d3748;border-left:1px solid var(--border-color);font-size:.85rem;padding-left:.75rem}.navbar-user-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.navbar-user-impersonation{background:#e9456026;color:#e94560;color:var(--accent-secondary)}.card{background:#16213e;background:var(--bg-secondary);border:1px solid #2d3748;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 6px #0000004d;box-shadow:var(--card-shadow);padding:1.5rem;transition:box-shadow .3s ease}.card:hover{box-shadow:0 8px 12px #0006;box-shadow:var(--card-shadow-hover)}.card-header{color:#f5f5f5;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:.6rem 1.2rem;transition:all .3s ease}.btn-primary{background:#00adb5;background:var(--accent-primary);color:#fff}.btn-primary:hover{background:#009da3}.btn-secondary{background:#0f3460;background:var(--bg-tertiary);color:#f5f5f5;color:var(--text-primary)}.btn-secondary:hover{background:#0d2c4f}.btn-danger{background:#f44336;background:var(--error);color:#fff}.btn-danger:hover{background:#d32f2f}.btn-success{background:#4caf50;background:var(--success);color:#fff}.btn-success:hover{background:#388e3c}.btn-outline{background:#0000;border:1px solid #2d3748;border:1px solid var(--border-color);color:#f5f5f5;color:var(--text-primary)}.btn-outline:hover{background:#0f3460;background:var(--bg-tertiary)}.btn:disabled{cursor:not-allowed;opacity:.5}.form-group{margin-bottom:1.5rem}.form-label{color:#f5f5f5;color:var(--text-primary);display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background:#0f3460;background:var(--bg-tertiary);border:1px solid #2d3748;border:1px solid var(--border-color);border-radius:4px;color:#f5f5f5;color:var(--text-primary);font-size:.95rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#00adb5;border-color:var(--accent-primary);outline:none}.form-textarea{min-height:100px;resize:vertical}.table{border-collapse:collapse;width:100%}.table thead{background:#0f3460;background:var(--bg-tertiary)}.table th{border-bottom:2px solid #2d3748;border-bottom:2px solid var(--border-color);color:#f5f5f5;color:var(--text-primary);font-weight:600;padding:1rem;text-align:left}.table td{border-bottom:1px solid #2d3748;border-bottom:1px solid var(--border-color);color:#b0b0b0;color:var(--text-secondary);padding:1rem}.table tbody tr:hover{background:#0f3460;background:var(--bg-tertiary)}.badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.badge-success{background:#4caf50;background:var(--success);color:#fff}.badge-warning{background:#ff9800;background:var(--warning);color:#fff}.badge-error{background:#f44336;background:var(--error);color:#fff}.badge-info{background:#2196f3;background:var(--info);color:#fff}.badge-gray{background:#9e9e9e;background:var(--status-gray);color:#fff}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1200px){.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,1fr)}.main-content{padding:1rem}}.loading-container{align-items:center;display:flex;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #0f3460;border-top:4px solid #00adb5;border:4px solid var(--bg-tertiary);border-radius:50%;border-top-color:var(--accent-primary);height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#16213e;background:var(--bg-secondary);border:1px solid #2d3748;border:1px solid var(--border-color);border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.modal-header{color:#f5f5f5;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}
/*# sourceMappingURL=main.a5f03b51.css.map*/