.cct-crime-chart-container{font-family:'Segoe UI',Roboto,-apple-system,BlinkMacSystemFont,sans-serif;width:100%;height:100%;box-sizing:border-box}.cct-crime-chart{width:100%;height:100%;box-sizing:border-box}.cct-crime-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-loading-spinner{display:inline-block;width:24px;height:24px;border:3px solid #e9ecef;border-top-color:#6366f1;border-radius:50%;animation:crime-spin 0.8s linear infinite;margin-bottom:8px}@keyframes crime-spin{to{transform:rotate(360deg)}}.cct-loading-text{font-size:14px}.cct-crime-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-crime-error .dashicons{font-size:32px;width:32px;height:32px;margin-bottom:8px}.cct-crime-error p{margin:0;font-size:14px}.cct-crime-dashboard{box-sizing:border-box}.cct-crime-dashboard *{box-sizing:border-box}.cct-crime-dashboard svg{display:block}.cct-crime-logo svg{display:block;width:100%;height:100%}.cct-crime-dashboard svg polyline,.cct-crime-dashboard svg polygon{vector-effect:non-scaling-stroke}@media (max-width:320px){.cct-crime-dashboard{font-size:90%}}.cct-crime-chart-container[data-theme="dark"] .cct-crime-dashboard{background:#1a1a2e;color:#e9ecef}.cct-crime-chart-container[data-theme="dark"] .cct-crime-header{background:linear-gradient(to right,#4f46e5,#3730a3)}.cct-crime-dashboard .cct-crime-header:hover .cct-crime-logo{opacity:.8}.cct-crime-trend{transition:background-color 0.3s ease,color 0.3s ease}