@import url(https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.risk-trend-graph{background:#0000;border:1px solid #a0a0a0;border-radius:20px;margin-bottom:1.5rem;margin-top:1.5rem;padding:20px}.graph-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.graph-header h4{color:#949494;font-size:14px;font-weight:600;margin:0}.risk-legend{display:flex;gap:8px}.legend-item{border-radius:12px;font-size:10px;font-weight:500;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.legend-item.low{background:#51cf6633;background:var(--low-risk-bg);color:#16a34a;color:var(--low-risk-color)}.legend-item.medium{background:#ffa94d33;background:var(--medium-risk-bg);color:#ea580c;color:var(--medium-risk-color)}.legend-item.high{background:#ff6b6b33;background:var(--high-risk-bg);color:#dc2626;color:var(--high-risk-color)}.graph-container{margin-bottom:15px;padding:0;position:relative}.graph-svg{border-radius:12px;overflow:visible}.risk-line{stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.data-point{cursor:pointer;transition:all .3s ease}.data-point:hover{r:6;filter:drop-shadow(0 0 8px currentColor)}.risk-value{font-size:9px;font-weight:600;opacity:1;transition:opacity .3s ease}.data-point:hover+.risk-value{opacity:1}.x-axis{display:flex;justify-content:space-between;margin-top:8px;padding:0}.x-label{flex:1 1;position:relative;text-align:center}.date-display{font-size:9px;line-height:1.2;text-align:center;white-space:nowrap}.x-label.today{color:#4f46e5;color:var(--primary-color)}.x-label.today,.x-label.today .date-display{font-weight:600}.today-indicator{color:#4f46e5;color:var(--primary-color);font-size:10px;line-height:1;margin-top:1px}.current-risk{border-top:1px solid #fff3;border-top:1px solid var(--border-color);justify-content:space-between}.current-risk,.risk-indicator{align-items:center;display:flex}.risk-indicator{gap:8px}.risk-label{color:#718096;color:var(--text-secondary);font-size:11px;font-weight:500}.risk-level{border-radius:20px;box-shadow:2px 2px 4px #a3b1c6,-2px -2px 4px #fff;box-shadow:2px 2px 4px var(--shadow-dark),-2px -2px 4px var(--shadow-light);font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.risk-level.low{background:#51cf6633;background:var(--low-risk-bg);color:#16a34a;color:var(--low-risk-color)}.risk-level.medium{background:#ffa94d33;background:var(--medium-risk-bg);color:#ea580c;color:var(--medium-risk-color)}.risk-level.high{background:#ff6b6b33;background:var(--high-risk-bg);color:#dc2626;color:var(--high-risk-color)}.risk-count{color:#949494;font-size:11px;font-weight:500}.empty-state{color:#718096;color:var(--text-secondary);font-size:11px;line-height:1.4;padding:15px 0;text-align:center}.empty-state p{margin:0;opacity:.7}:root{--card-bg:#e0e5ec;--shadow-dark:#a3b1c6;--shadow-light:#fff;--border-color:#fff3;--text-primary:#2d3748;--text-secondary:#718096;--primary-color:#4f46e5;--grid-color:#a0aec0;--low-risk-bg:#51cf6633;--low-risk-color:#16a34a;--medium-risk-bg:#ffa94d33;--medium-risk-color:#ea580c;--high-risk-bg:#ff6b6b33;--high-risk-color:#dc2626}@media (max-width:430px){.date-display,.today-indicator{position:relative;right:10px}.date-display{transform:rotate(45deg)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#e0e0e0;color:#949494;font-family:Lato;height:100%;transition:background-color .3s ease,color .3s ease,border-color .3s ease}body{min-height:100vh;min-height:-webkit-fill-available}img{display:block;max-width:100%}ul{list-style:none}a{text-decoration:none}a,button{color:#949494}button{background:#e0e0e0;border:none;border-radius:20px;box-shadow:2px 2px 6px #a3a3a3,-2px -2px 6px #fff;cursor:pointer;padding:.5rem 2rem;transition:all .2s ease}button.active{box-shadow:inset 2px 2px 4px #bebebe,inset -2px -2px 4px #fff;color:#020483}input::placeholder{color:#949494;font-family:Lato;font-weight:100}h3{font-size:1.5rem}h4{font-weight:700;margin-bottom:1rem;margin-top:1rem}h4,h5{font-size:1.1rem}h5{font-weight:400}.device-bar-track{background:#e0e0e0;border-radius:12px;box-shadow:inset 6px 6px 12px #bebebe,inset -6px -6px 12px #fff;height:40px;width:100%}.device-bar-segment,.device-bar-track{display:flex;overflow:hidden;position:relative}.device-bar-segment{align-items:center;color:#fff;font-size:11px;font-weight:600;height:100%;justify-content:center;min-width:40px;text-shadow:1px 1px 2px #0006}.segment-label{pointer-events:none;white-space:nowrap}.dashboardMain{padding:2rem}.dashboardLogo img{width:38px}.dashboardHead{background:#e0e0e0;border-radius:8px;box-shadow:8px 8px 16px #bebebe,-8px -8px 16px #fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 2rem}.dashboardLogo,.dashboardUser{align-items:center;display:flex;gap:1rem}.dashboardBody{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr .5fr 1fr;min-height:100vh}.dashboardBodyLeft,.dashboardBodyRight,.dashboardDevicesList{background:#e0e0e0;border-radius:8px;box-shadow:8px 8px 16px #bebebe,-8px -8px 16px #fff;padding:2rem}.deviceDisco{display:flex;flex-wrap:nowrap;gap:5rem;margin-bottom:1rem;margin-top:1rem}.deviceDescription{display:flex;gap:.6rem}.deviceCategory{display:flex;flex-direction:column;gap:.2rem}.deviceDisco span{-webkit-text-fill-color:#0000;animation:gradientMove 3s linear infinite;background:linear-gradient(270deg,#180741,#351b74,#420cc0,#ec1111);-webkit-background-clip:text;background-clip:text;background-size:800% 800%;color:#0000;display:inline-block;font-size:5rem;font-weight:700;text-shadow:0 0 5px #ffffff4d,0 0 10px #fff3,0 0 15px #ffffff1a}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.identifiedDevices,.totalDevices,.unidentifiedDevices{text-align:center}.dashboardBodyRight{grid-gap:1rem;display:grid;gap:1rem;grid-template-rows:repeat(3,1fr)}.dashboardActions button,.dashboardNoti button,.dashboardRisk button{width:100%}.deviceDescription span{background-color:#999;border-radius:50%;display:inline-block;height:20px;width:20px}.deviceDescription.unknown span{background-color:#7e7e7e}.deviceDescription.network span{background-color:#595e7c}.deviceDescription.phone span{background-color:#5442a8}.deviceDescription.iot span{background-color:#020483}.dashboardDevicesList h5{align-items:baseline}.alert-count-badge{font-size:.7em;height:20px;width:20px}.alert-content-panel{background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;left:0;margin-top:10px;max-height:400px;overflow:hidden;padding:15px;position:absolute;right:0;top:100%;z-index:1000}.alert-panel-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.alert-panel-header h6{color:#fff;font-size:1em;margin:0}.alert-panel-count{color:#888;font-size:.8em}.alert-list-panel{flex:1 1;max-height:300px;overflow-y:auto}.alert-item-panel{background:#2a2a2a;border-left:3px solid #555;border-radius:6px;display:flex;gap:10px;margin-bottom:8px;padding:10px;transition:background .2s ease}.alert-item-panel:hover{background:#333}.risk-alert{background:#ff47571a;border-left-color:#ff4757}.info-alert{background:#3498db1a;border-left-color:#3498db}.alert-icon-panel{align-items:flex-start;display:flex;font-size:1.1em;padding-top:2px}.alert-details-panel{flex:1 1}.alert-message-panel{color:#fff;font-size:.9em;line-height:1.3;margin-bottom:4px}.alert-timestamp-panel{color:#888;font-size:.75em}.no-alerts-panel{color:#666;padding:30px 20px;text-align:center}.no-alerts-panel p{font-size:.95em;margin:0 0 8px}.no-alerts-subtitle{color:#555;font-size:.8em}.dashboardActions,.dashboardNoti,.dashboardRisk{position:relative}.alert-list-panel::-webkit-scrollbar{width:6px}.alert-list-panel::-webkit-scrollbar-track{background:#2a2a2a;border-radius:3px}.alert-list-panel::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.alert-list-panel::-webkit-scrollbar-thumb:hover{background:#777}.messageDiv{background:#e0e0e0;border-radius:8px;box-shadow:8px 8px 16px #bebebe,-8px -8px 16px #fff;display:flex;flex-direction:column;min-height:400px;padding:2rem}.message-content{grid-gap:1rem;display:grid;flex:1 1;flex-direction:column;gap:1rem;grid-template-rows:auto 1fr;height:100%}.message-header{align-items:center;border-bottom:2px solid #d0d0d0;display:flex;justify-content:space-between;padding-bottom:1rem}.message-header h5{color:#333;font-size:1.3rem;font-weight:600;margin:0}.message-count{color:#666;font-size:.9rem;font-weight:500}.message-list{flex:1 1;max-height:40rem;overflow-y:auto}.message-item{background:#e8e8e8;border-radius:12px;box-shadow:inset 3px 3px 6px #c5c5c5,inset -3px -3px 6px #fff;display:flex;gap:1rem;margin-bottom:.8rem;padding:1rem;transition:all .3s ease}.message-item:hover{background:#f0f0f0;box-shadow:inset 2px 2px 4px #c5c5c5,inset -2px -2px 4px #fff,2px 2px 8px #0000001a;transform:translateY(-2px)}.risk-message{border-left:4px solid #ff4757}.info-message{border-left:4px solid #3498db}.message-icon{align-items:flex-start;display:flex;font-size:1.2rem;min-width:30px;padding-top:.2rem}.message-details{flex:1 1}.message-text{color:#333;font-size:.95rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.message-time{color:#666;font-size:.8rem;font-weight:300}.no-messages{color:#666;padding:3rem 2rem;text-align:center}.no-messages p{font-size:1rem;font-weight:500;margin:0 0 .5rem}.no-messages-subtitle{color:#888;font-size:.85rem;font-weight:300}.message-list::-webkit-scrollbar{width:8px}.message-list::-webkit-scrollbar-track{background:#d0d0d0;border-radius:4px}.message-list::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:4px}.message-list::-webkit-scrollbar-thumb:hover{background:grey}.dashboardActions button.active,.dashboardBodyLeft button.active,.dashboardNoti button.active,.dashboardRisk button.active{box-shadow:inset 2px 2px 4px #bebebe,inset -2px -2px 4px #fff;color:#020483}.alert-count-badge{align-items:center;background:#ff4757;border-radius:50%;color:#fff;display:inline-flex;font-size:.75em;font-weight:700;height:22px;justify-content:center;margin-left:8px;vertical-align:middle;width:22px}.devices-table-container{background:#e8e8e8;border-radius:8px;box-shadow:inset 3px 3px 6px #c5c5c5,inset -3px -3px 6px #fff;flex:1 1;overflow:auto}.devices-table{background:#0000;border-collapse:collapse;width:100%}.devices-table th{background:#d8d8d8;border-bottom:2px solid silver;color:#333;font-size:.9rem;font-weight:600;padding:1rem;text-align:left}.devices-table td{border-bottom:1px solid #d0d0d0;color:#333;padding:1rem}.device-row:hover{background:#f0f0f0}.device-row.active{background:#a8a8a81a}.device-row.inactive{background:#95a5a61a;color:#7f8c8d}.device-name .unidentified{color:#e74c3c;font-style:italic}.status-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase}.status-badge.active{background:#2ecc71;color:#fff}.status-badge.inactive{background:#95a5a6;color:#fff}.no-devices{padding:3rem;text-align:center}@media (max-width:1300px){.dashboardBody{gap:1rem;grid-template-columns:1fr}.messageDiv{min-height:300px}}@media (max-width:1024px){.deviceDisco{align-items:center;display:flex;gap:2rem;justify-content:space-around}.deviceDisco span{font-size:clamp(4rem,10vw,8rem)!important}.dashboardBody{gap:1.5rem;grid-template-columns:1fr}.dashboardBodyLeft,.dashboardBodyRight,.dashboardDevicesList{padding:1.5rem}button{padding:.5rem 1.5rem}}@media (max-width:768px){.devices-table-container{overflow-x:auto}.devices-table{min-width:800px}.deviceDisco{display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between}.dashboardBody{gap:1rem;grid-template-columns:1fr}.dashboardBodyLeft,.dashboardBodyRight,.dashboardDevicesList{padding:1rem}button{padding:.5rem 1rem}.dashboardHead{align-items:flex-start;flex-direction:column;gap:1rem}.dashboardLogo h2{font-size:1.3rem}}@media (max-width:430px){.dashboardHead{display:flex!important;gap:1rem;justify-content:space-evenly;margin-top:1rem;padding:1rem;text-align:center}.dashboardHead,.dashboardLogo{align-items:center;flex-direction:column}.dashboardLogo{display:flex;gap:.5rem}.dashboardUser{display:flex;justify-content:space-evenly;width:100%}.deviceDisco{display:flex;flex-direction:column!important;gap:1rem;justify-content:space-around;margin-bottom:1rem;margin-top:1rem;width:80}.deviceDisco span{font-size:clamp(8rem,8vw,4rem)!important}.dashboardHead{display:flex;justify-content:space-between!important}body,html{font-size:14px}.dashboardMain{padding:1rem}.dashboardBody{gap:1rem;grid-template-columns:1fr}.dashboardBodyLeft,.dashboardBodyRight,.dashboardDevicesList{border-radius:6px;padding:1rem;width:92.5vw}.deviceDescription{flex-direction:row;font-size:.9rem;gap:.4rem}button{font-size:.9rem;padding:.4rem .8rem}h3{font-size:1.2rem}h4{font-size:1.3rem}h5{font-size:.95rem}}@supports (-webkit-touch-callout:none){body{height:100%;min-height:-webkit-fill-available}.your-main-container{min-height:100%;min-height:-webkit-fill-available}}
/*# sourceMappingURL=main.7c4a125c.css.map*/