.cct-drinking-water-container{font-family:'Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,sans-serif;width:100%;height:100%;box-sizing:border-box}.cct-dw-dashboard{box-sizing:border-box}.cct-dw-dashboard *{box-sizing:border-box}.cct-dw-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;color:#6c757d;background:#fff;border-radius:12px}.cct-dw-spinner{display:inline-block;width:24px;height:24px;border:3px solid #e9ecef;border-top-color:#0ea5e9;border-radius:50%;animation:dw-spin 0.8s linear infinite;margin-bottom:8px}@keyframes dw-spin{to{transform:rotate(360deg)}}.cct-dw-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;color:#dc3545;text-align:center;padding:20px;background:#fff;border-radius:12px}.cct-dw-error p{margin:0;font-size:14px}.cct-dw-dashboard svg{display:block}.cct-dw-dashboard button{font-family:inherit}.cct-dw-dashboard button:hover{background:#f0f9ff!important}.cct-dw-dashboard canvas{display:block}.cct-dw-dashboard select{font-family:inherit;outline:none}.cct-dw-dashboard select:focus{border-color:#0ea5e9}.cct-dw-dashboard button,.cct-dw-dashboard select{position:relative;z-index:1}@media (max-width:320px){.cct-dw-dashboard{font-size:90%}}.cct-drinking-water-container[data-theme="dark"] .cct-dw-dashboard{background:#1a1a2e;color:#e9ecef}.cct-drinking-water-container[data-theme="dark"] .cct-dw-dashboard>div:first-child{background:linear-gradient(to right,#0284c7,#0369a1)}