@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14,32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;height:100vh;margin:0;overflow:hidden;background:#0a0f1a}.cesium-credit-logoContainer,.cesium-credit-textContainer,.cesium-viewer-bottom{display:none!important}.chatbot-popup{position:fixed;bottom:20px;right:20px;opacity:0;pointer-events:none;width:340px;background:#fff;border-radius:23px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;overflow:hidden}.container{position:relative}.container .show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;display:flex}#chatbot-toggler{position:fixed;bottom:20px;right:20px;height:40px;width:40px;border-radius:50%;background:#1d4ed8;color:#fff;border:none;outline:none;cursor:pointer;display:grid;place-items:center}#chatbot-toggler span{position:absolute;font-size:20px;transition:.3s ease;color:#fff}.chat-popup{position:fixed;bottom:30px;right:20px;opacity:0;pointer-events:none;transform:translateY(10px) scale(.98);transition:.2s ease;z-index:1100;width:340px;background:#fff;border-radius:23px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;overflow:hidden}.container.show-chatbot .chat-popup{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}#chatbot-toggler{position:fixed;bottom:20px;right:20px;height:40px;width:40px;border-radius:50%;background:#1d4ed8;color:#fff;border:none;outline:none;cursor:pointer;display:grid;place-items:center;z-index:1200}#chatbot-toggler span{position:absolute;font-size:20px;transition:.2s ease;color:#fff}#chatbot-toggler .icon-open{opacity:1;transform:rotate(0) scale(1)}#chatbot-toggler .icon-close{opacity:0;transform:rotate(-90deg) scale(.8)}.container.show-chatbot #chatbot-toggler .icon-open{opacity:0;transform:rotate(90deg) scale(.8)}.container.show-chatbot #chatbot-toggler .icon-close{opacity:1;transform:rotate(0) scale(1)}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#1d4ed8}.chat-header .header-info{display:flex;align-items:center;gap:10px}.header-info svg{height:28px;width:28px;padding:5px;flex-shrink:0;fill:#1d4ed8;background:#fff;border-radius:50%}.header-info .logo{font-size:14px;font-weight:600;color:#fff}.chat-header button{height:32px;width:32px;border:none;outline:none;background:#1d4ed8;color:#fff;border-radius:50%;cursor:pointer;margin-right:-10px}.chat-header button:hover{background:#1e40af}.chat-body{padding:16px 14px;display:flex;flex-direction:column;gap:10px;height:300px;overflow-y:auto;background:#fff;scrollbar-width:thin;scrollbar-color:#ccc transparent}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.chat-body .message{display:flex;align-items:flex-start;gap:10px}.chat-body .bot-message svg{height:24px;width:24px;padding:4px;margin-bottom:2px;align-self:flex-end;flex-shrink:0;fill:#fff;background:#1d4ed8;border-radius:50%}.chat-body .message .message-text{padding:8px 12px;max-width:80%;font-size:13px;color:#000;word-wrap:break-word;white-space:pre-line;border-radius:10px}.chat-body .bot-message .message-text{background:#f0f7ff;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{background:#1d4ed8;border-radius:13px 13px 3px;color:#fff}.chat-body .user-message .message-text{background:#1d4ed8;color:#fff;border-radius:14px 14px 6px}.chat-footer{width:100%;padding:14px 16px;background:#fff;border-top:1px solid #eee}.chat-footer .chat-form{display:flex;align-items:center;gap:10px;width:100%;background:#f3f3f7;border-radius:999px;padding:10px 12px;box-shadow:0 0 0 1px #0000001a}.chat-footer .chat-form:focus-within{box-shadow:0 0 0 2px #1d4ed8}.chat-form .message-input{flex:1;border:none;outline:none;background:transparent;padding:0 8px;font-size:14px;color:#222}.chat-form .message-input::placeholder{color:#888}.chat-form button{height:36px;width:36px;border:none;outline:none;background:#1d4ed8;color:#fff;border-radius:50%;cursor:pointer;display:grid;place-items:center;flex-shrink:0;opacity:0;pointer-events:none;transform:scale(.9);transition:.2s ease}.chat-form button:hover{filter:brightness(.95)}.chat-form .message-input:valid~button{opacity:1;pointer-events:auto;transform:scale(1)}.digital-twin-controls{position:absolute;top:16px;left:16px;z-index:100;background:#141923e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:14px 16px;box-shadow:0 10px 30px #00000073;color:#fff;font-family:system-ui;min-width:260px}.dt-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.dt-row:last-child{margin-bottom:0}.dt-btn{background:#1f2937;color:#fff;border:1px solid #374151;padding:6px 10px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .15s ease}.dt-btn:hover{background:#374151}.dt-btn.active{background:#2563eb;border-color:#2563eb}.dt-field{display:flex;flex-direction:column;font-size:12px;gap:4px}.dt-field select{background:#1f2937;color:#fff;border:1px solid #374151;border-radius:6px;padding:4px 6px}.dt-chip{background:#111827;border:1px solid #374151;border-radius:20px;padding:4px 10px;font-size:12px}.dt-legend{display:flex;flex-wrap:wrap;gap:8px}.dt-legend-item{display:flex;align-items:center;gap:6px;font-size:12px}.dt-legend-swatch{width:12px;height:12px;border-radius:3px}.room-info-textbox{position:absolute;z-index:200;background:#0f1219f5;color:#fff;padding:14px 16px;border-radius:12px;min-width:260px;box-shadow:0 10px 40px #0009;border:1px solid #2a2f3a}.room-info-title{font-size:16px;font-weight:600;margin-bottom:8px}.room-info-row{display:flex;justify-content:space-between;font-size:13px;margin:3px 0}.room-info-close{position:absolute;right:8px;top:6px;background:none;border:none;color:#fff;cursor:pointer}.room-status-badge{margin-top:10px;padding:5px 8px;border-radius:6px;font-size:12px;width:fit-content}.room-status-badge.good{background:#16a34a}.room-status-badge.warning{background:#f59e0b}.room-status-badge.critical{background:#ef4444}.room-status-badge.no-data{background:#6b7280}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes cardIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #7dd3fc4d}50%{box-shadow:0 0 0 12px #7dd3fc00}}#root{width:100%;height:100vh;margin:0;padding:0}.app-layout{width:100%;height:100%;position:relative;align-items:left}.viewer-area{width:100%;height:100%;min-width:0;min-height:0}.chatbot-sidebar{border-left:1px solid #ddd;display:flex;flex-direction:column;background:#fff}.chatbot-header{padding:12px;font-weight:600;border-bottom:1px solid #eee}.chatbot-messages{flex:1;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.chatbot-msg{padding:8px 10px;border-radius:8px;line-height:1.35;font-size:14px;max-width:90%}.chatbot-msg.user{background:#e8f0ff;align-self:flex-end}.chatbot-msg.assistant{background:#f4f4f4;align-self:flex-start}.chatbot-input-row{display:flex;gap:8px;padding:10px;border-top:1px solid #eee}.chatbot-input-row input{flex:1;padding:8px 10px}.chatbot-input-row button{padding:8px 12px}.scenario-content{display:flex;flex-direction:column;gap:20px;color:#f8fafc;font-family:inherit}.scenario-header{border-bottom:1px solid rgba(148,163,184,.16);padding-bottom:14px}.scenario-header h1{font-size:18px;font-weight:700;color:#f8fafc;margin:0 0 4px}.scenario-header p{font-size:13px;color:#94a3b8;margin:0;line-height:1.5}.scenario-main{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}@media(max-width:800px){.scenario-main{grid-template-columns:1fr}}.scenario-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.16);border-radius:14px;padding:18px;margin-bottom:14px}.scenario-card:last-child{margin-bottom:0}.scenario-card h2{font-size:14px;font-weight:700;color:#e2e8f0;margin:0 0 14px;text-transform:uppercase;letter-spacing:.06em}.scenario-circuit-field{display:flex;flex-direction:column;gap:6px}.scenario-circuit-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.scenario-circuit-select{background:#0f172ae6;border:1px solid rgba(148,163,184,.22);color:#f8fafc;border-radius:10px;padding:10px 12px;font-size:13px;cursor:pointer;outline:none;width:100%}.scenario-circuit-select:focus{border-color:#38bdf899}.scenario-sliders{display:flex;flex-direction:column;gap:16px}.scenario-slider-group{display:flex;flex-direction:column;gap:6px}.scenario-slider-header{display:flex;justify-content:space-between;align-items:center}.scenario-slider-label{font-size:12px;color:#cbd5e1;font-weight:500}.scenario-slider-value{font-size:13px;font-weight:700;color:#bae6fd;min-width:38px;text-align:right}.scenario-slider-input{width:100%;accent-color:#38bdf8;cursor:pointer;height:4px;border-radius:2px}.scenario-button-row{margin-top:14px}.scenario-run-btn{width:100%;padding:11px 16px;border-radius:10px;border:none;background:#1d4ed8;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s;letter-spacing:.02em}.scenario-run-btn:hover:not(:disabled){opacity:.88}.scenario-run-btn:disabled{cursor:not-allowed;opacity:.45}.scenario-hint{font-size:12px;color:#64748b;margin-top:12px;line-height:1.5}.scenario-kpi-grid{display:grid;grid-template-columns:1fr;gap:12px}.scenario-kpi-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.16);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:4px}.scenario-kpi-label{font-size:12px;color:#94a3b8;font-weight:500}.scenario-kpi-value{font-size:22px;font-weight:800;letter-spacing:-.02em}.scenario-kpi-value.positive{color:#22c55e}.scenario-kpi-value.negative{color:#f87171}.scenario-kpi-sub{font-size:11px;color:#64748b}.scenario-chart-section{display:flex;flex-direction:column;gap:16px}.scenario-chart-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.16);border-radius:14px;padding:18px}.scenario-chart-card h2{font-size:13px;font-weight:700;color:#e2e8f0;margin:0 0 14px;text-transform:uppercase;letter-spacing:.06em}.scenario-chart-wrapper{height:260px;position:relative}.scenario-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:700px){.scenario-charts-grid{grid-template-columns:1fr}}.scenario-chart-wrapper-small{height:220px}.scenario-chart-full{width:100%}.scenario-chart-wrapper-full{height:280px;position:relative}
