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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:linear-gradient(to bottom right,#0d1b2a,#1b263b);color:#e0e0e0;font-family:Segoe UI,sans-serif;margin:0;padding:0}.container{margin:0 auto;max-width:800px;padding:1rem}h1{color:#0ff;font-size:2.4rem;letter-spacing:1px;margin-top:1rem;text-align:center;text-shadow:0 0 5px #0ff}.card{background:#14213d;border-radius:16px;box-shadow:0 4px 12px #00ffff1a;margin-bottom:1rem;padding:1rem 1.5rem;transition:transform .2s}.card:hover{transform:translateY(-3px)}.card h2{color:#90e0ef;font-size:1.2rem;margin-top:0}.sensor-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:.5rem}.sensor-box{background:linear-gradient(to top left,#001f3f,#036);border-radius:16px;box-shadow:0 4px 20px #0ff3;color:#e0f7fa;font-weight:500;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:transform .3s ease-in-out}.sensor-box:after{animation:waterPulse 3s infinite;background:radial-gradient(circle,#0ff3 0,#0000 70%);content:"";height:100%;left:0;position:absolute;top:100%;width:100%;z-index:0}@keyframes waterPulse{0%{top:100%}50%{top:0}to{top:100%}}.sensor-box .co2,.sensor-box .humidity,.sensor-box .temperature,.sensor-box h4{position:relative;z-index:1}.sensor-box h4{color:#0ff;margin-bottom:.3rem}.sensor-box .co2{color:#ff6f61;font-weight:700}.sensor-box .temperature{color:#ffe066;font-weight:700}.sensor-box .humidity{color:#48cae4;font-weight:700}.circular-meter{align-items:center;animation:pulseCircular 4s ease-in-out infinite;background:conic-gradient(#0fc calc(var(--value)*1%),#003049 0);border-radius:50%;box-shadow:0 0 12px #00ffcc60;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:110px;justify-content:center;margin:0 auto;overflow:hidden;position:relative;width:110px}@keyframes pulseCircular{0%,to{box-shadow:0 0 12px #00ffcc60;transform:scale(1)}50%{box-shadow:0 0 20px #00ffccaa;transform:scale(1.05)}}.circular-meter:before{background:#0a192f;border-radius:50%;content:"";height:85%;position:absolute;width:85%;z-index:1}.circular-meter span{z-index:2}.query-box{background:#14213d;border-radius:16px;box-shadow:0 3px 8px #0ff3;margin-top:2rem;padding:1rem}.query-box h2{color:#0ff;font-size:1.2rem;margin-top:0}.query-box input[type=text]{background:#0d1b2a;border:1px solid #0ff;border-radius:8px;color:#fff;font-size:1rem;padding:.6rem;width:100%}.query-box button{background-color:#0ff;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:1rem;margin-top:.75rem;padding:.6rem 1.2rem;transition:background-color .3s ease}.query-box button:hover{background-color:#0cc}.response-box{background-color:#1b4332;border:1px solid #80ed99;border-radius:12px;color:#d8f3dc;font-size:1rem;margin-top:1rem;padding:.75rem;white-space:pre-wrap}.chat-assistant{background-color:#14213d;border-radius:16px;box-shadow:0 3px 10px #00ffff26;margin-top:1.5rem;padding:1rem}.chat-assistant h2{color:#0ff;font-size:1.3rem;margin-bottom:.5rem}.chat-assistant .summary-box{background-color:#003049;border-left:5px solid #0fc;border-radius:12px;color:#e0f2f1;font-size:.95rem;margin-bottom:.5rem;padding:.8rem}.chat-thread{background:#0a192f;border-left:4px solid #0ff;border-radius:12px;box-shadow:inset 0 0 4px #0ff3;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:.75rem 1rem}.chat-thread .user{color:#0ff;font-weight:500;text-align:right}.chat-thread .ai{background:#1b263b;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;padding:.5rem;text-align:left}.button-group{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.button-group button{background-color:#0ff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:background-color .3s ease}.button-group button:hover{background-color:#0cc}.status-section{background-color:#0a192f;border-radius:16px;box-shadow:0 2px 8px #0ff3;margin-top:1rem;padding:1rem}.status-section h3{color:#90e0ef;font-size:1rem;margin-bottom:.5rem}.status-section p{color:#e0e0e0;font-size:.95rem;margin:.2rem 0}@media (max-width:600px){.sensor-grid{grid-template-columns:1fr}.container{padding:.5rem}}
/*# sourceMappingURL=main.acabc02d.css.map*/