.button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-weight:500;transition:all .2s;cursor:pointer;font-size:14px}.button.default{background-color:#3b82f6;color:#fff;border:1px solid #3b82f6}.button.default:hover{background-color:#2563eb;border-color:#2563eb}.button.outline{background-color:transparent;color:#0f172a;border:1px solid #e2e8f0}.button.outline:hover{background-color:#f8fafc;border-color:#cbd5e1}.button.ghost{background-color:transparent;color:#0f172a;border:1px solid transparent}.button.ghost:hover{background-color:#f1f5f9}.button.default{padding:8px 16px;height:40px}.button.sm{padding:6px 12px;height:32px;font-size:12px}.button.lg{padding:10px 20px;height:48px;font-size:16px}.button.icon{padding:8px;height:40px;width:40px}.button:disabled{opacity:.5;cursor:not-allowed}.slider-wrapper{position:relative;height:24px;width:100%}.slider-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:3}.slider-track{position:absolute;top:50%;transform:translateY(-50%);height:4px;width:100%;background-color:#e2e8f0;border-radius:9999px}.slider-fill{position:absolute;height:100%;background-color:#3b82f6;border-radius:9999px}.slider-thumb{position:absolute;top:50%;width:16px;height:16px;background-color:#fff;border:2px solid #3b82f6;border-radius:50%;transform:translate(-50%,-50%);z-index:2}.slider-input:focus+.slider-track .slider-thumb{box-shadow:0 0 0 4px #3b82f633}.switch{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.switch-input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e2e8f0;border-radius:20px;transition:.2s}.switch-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:.2s}.switch-input:checked+.switch-track{background-color:#3b82f6}.switch-input:checked+.switch-track .switch-thumb{transform:translate(16px)}.switch-input:focus+.switch-track{box-shadow:0 0 0 2px #3b82f633}.badge{display:inline-flex;align-items:center;border-radius:4px;font-weight:500;line-height:1;white-space:nowrap}.badge.default{background-color:#f1f5f9;color:#0f172a}.badge.outline{background-color:transparent;border:1px solid #e2e8f0;color:#64748b}.badge.destructive{background-color:#fee2e2;color:#b91c1c}.badge.warning{background-color:#fef3c7;color:#92400e}.badge.success{background-color:#dcfce7;color:#166534}.badge.default{padding:2px 8px;font-size:12px}.badge.small{padding:1px 6px;font-size:10px}.card{background-color:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.tabs-container{width:100%}.tabs-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:16px 16px 0}.tab-button{padding:8px 16px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.tab-button.active{background-color:#fff;color:#0f172a;border-color:#cbd5e1;box-shadow:0 1px 2px #0000000d}.tabs-content{padding-top:16px}.info-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease-out}.info-modal-content{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;max-width:550px;width:100%;max-height:85vh;overflow-y:auto;position:relative;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.info-modal-header{padding:32px 32px 20px;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;gap:8px}.info-modal-title{font-size:24px;font-weight:700;color:#111827;display:flex;align-items:center;gap:12px}.title-icon.symptoms{color:#ef4444}.title-icon.prevention{color:#10b981}.info-modal-subtitle{color:#6b7280;font-size:14px;line-height:1.5}.info-close-button{position:absolute;top:24px;right:24px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s}.info-close-button:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.info-modal-body{padding:24px 32px 32px}.info-section{margin-bottom:24px}.info-section:last-child{margin-bottom:0}.info-section h3{font-size:16px;font-weight:600;color:#374151;margin-bottom:12px;display:flex;align-items:center;gap:8px}.info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.info-item{display:flex;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:12px;border:1px solid #f3f4f6;transition:all .2s}.info-item:hover{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000000d;transform:translate(4px)}.item-bullet{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.bullet-symptoms{background-color:#fca5a5}.bullet-prevention{background-color:#6ee7b7}.item-content{display:flex;flex-direction:column;gap:2px}.item-title{font-weight:600;color:#1f2937;font-size:15px}.item-desc{font-size:14px;color:#6b7280;line-height:1.4}.emergency-notice{margin-top:24px;padding:16px;background:#fef2f2;border-radius:12px;border:1px solid #fee2e2;display:flex;gap:12px;color:#991b1b}.emergency-notice p{font-size:13px;font-weight:500;margin:0}.emergency-icon{flex-shrink:0}.info-modal-content::-webkit-scrollbar{width:6px}.info-modal-content::-webkit-scrollbar-track{background:#f1f1f1}.info-modal-content::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.info-modal-content::-webkit-scrollbar-thumb:hover{background:#d1d5db}@media (max-width: 640px){.info-modal-content{max-height:90vh;border-radius:20px 20px 0 0;position:absolute;bottom:0}.info-modal-header{padding:24px 24px 16px}.info-modal-body{padding:16px 24px 24px}}.sidebar{width:256px;height:100%;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:transform .3s ease;position:fixed;top:0;left:0;z-index:100}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar-header{border-bottom:1px solid #e2e8f0;background-color:#fff}.header-content{display:flex;align-items:center;padding:12px 16px;justify-content:space-between}.logo-side{display:flex;align-items:center;gap:8px}.logo-icon-side{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background-color:#ef4444;color:#fff}.logo-text-side h2{font-size:16px;font-weight:600;margin:0}.logo-text-side p{font-size:12px;color:#64748b;margin:0}.sidebar-toggle{background:none;border:none;cursor:pointer;color:#64748b}.close-icon:before{content:"×";font-size:24px}.sidebar-content{flex:1;overflow-y:auto;padding:16px 0}.sidebar-group{margin-bottom:16px}.group-label{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;color:#64748b}.group-content{padding:8px 16px}.space-y{display:flex;flex-direction:column;gap:20px}.slider-container{display:flex;flex-direction:column;gap:12px}.slider-header{display:flex;justify-content:space-between;align-items:center}.slider-header label{font-size:14px;font-weight:500}.slider-labels{display:flex;justify-content:space-between;font-size:12px;color:#64748b;padding-top:4px}.separator{height:1px;background-color:#e2e8f0;margin:8px 0}.risk-levels h3{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;margin-bottom:12px}.risk-options{display:flex;flex-direction:column;gap:12px}.risk-option{display:flex;justify-content:space-between;align-items:center}.risk-label{display:flex;align-items:center;cursor:pointer}.risk-dot{width:12px;height:12px;border-radius:50%;margin-right:8px}.high-risk{background-color:#ef4444}.medium-risk{background-color:#f59e0b}.low-risk{background-color:#22c55e}.info-card{border-radius:6px;padding:12px}.info-card.amber{background-color:#fffbeb;border:1px solid #fcd34d}.info-card.blue{background-color:#eff6ff;border:1px solid #93c5fd}.info-content{display:flex;gap:8px;font-size:12px}.info-card.amber .info-content{color:#92400e}.info-card.blue .info-content{color:#1e40af}.stats-container{display:flex;flex-direction:column;gap:16px}.stats-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-card-content{padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-label{font-size:12px;color:#64748b;margin:0}.stat-value{font-size:24px;font-weight:700;margin:0}.stat-value.highlight{color:#ef4444}.risk-distribution{display:flex;flex-direction:column;gap:12px}.risk-distribution h3{font-size:14px;font-weight:500;margin-bottom:8px}.risk-stat{display:flex;flex-direction:column;gap:8px}.risk-stat-header{display:flex;justify-content:space-between;align-items:center}.risk-value{display:flex;align-items:center;gap:4px}.percentage{font-size:12px;color:#64748b}.progress-bar{width:100%;height:8px;background-color:#f1f5f9;border-radius:9999px}.progress{height:100%;border-radius:9999px}.progress.high-risk{background-color:#ef4444}.progress.medium-risk{background-color:#f59e0b}.progress.low-risk{background-color:#22c55e}.action-menu{display:flex;flex-direction:column;gap:8px}.action-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s}.action-button:hover{background-color:#f1f5f9}.sidebar-footer{border-top:1px solid #e2e8f0;padding:16px}.footer-content{display:flex;flex-direction:column;gap:8px}.system-status{display:flex;justify-content:space-between;align-items:center}.status-indicator{display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e}.update-time{font-size:12px;color:#64748b}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{height:100%;width:100%;z-index:0}.custom-popup .leaflet-popup-content-wrapper{border-radius:8px;padding:0}.custom-popup .leaflet-popup-content{margin:0;padding:0;width:250px!important}.custom-popup .leaflet-popup-tip{background-color:#fff}.popup-content{padding:12px}.popup-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.popup-header h3{font-size:14px;font-weight:500;margin:0}.popup-header p{font-size:12px;color:#64748b;margin:0}.icon-alert{width:16px;height:16px;color:#ef4444;flex-shrink:0;margin-top:2px}.popup-badges{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.popup-description{font-size:12px;margin-bottom:8px}.popup-date{display:flex;align-items:center;font-size:12px;color:#64748b;margin-bottom:8px}.icon-calendar{width:12px;height:12px;margin-right:4px}.popup-actions{display:flex;gap:4px}.popup-button{flex:1;height:28px;font-size:12px;display:flex;align-items:center;justify-content:center}.icon-info,.icon-pin{width:12px;height:12px;margin-right:4px}*{box-sizing:border-box}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px;position:relative}.modal-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px;display:flex;align-items:center;gap:8px}.modal-title .icon{color:#dc2626;font-size:20px}.modal-description{color:#6b7280;font-size:14px;margin:0 0 16px;line-height:1.5}.close-button{position:absolute;top:0;right:24px;background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.close-button:hover{color:#374151;background-color:#f3f4f6}.modal-body{padding:0 24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:8px;font-size:14px}.input-container{position:relative;display:flex;align-items:center}.input-field{width:100%;padding:12px 120px 12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-field::placeholder{color:#9ca3af}.input-actions{position:absolute;right:8px;display:flex;align-items:center;gap:8px}.location-button{background:none;border:none;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:12px;color:#6b7280;display:flex;align-items:center;gap:4px;transition:all .2s}.location-button:hover:not(:disabled){color:#374151;background-color:#f3f4f6}.location-button:disabled{opacity:.5;cursor:not-allowed}.location-text{display:none}@media (min-width: 640px){.location-text{display:inline}}.search-icon{color:#9ca3af;font-size:16px}.help-text{font-size:12px;color:#6b7280;margin-top:4px;margin-bottom:0}.map-container{position:relative;width:100%;height:256px;border-radius:8px;overflow:hidden;border:1px solid #d1d5db}.map{width:100%;height:100%;min-height:256px}.map-loading{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffbf;display:flex;align-items:center;justify-content:center;border-radius:8px}.loading-content{display:flex;align-items:center;gap:8px;color:#3b82f6;font-size:14px}.map-hint{position:absolute;bottom:8px;left:8px;background:#fff;padding:4px 8px;border-radius:4px;font-size:12px;color:#6b7280;box-shadow:0 1px 3px #0000001a}.coordinates{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;margin-top:8px}.textarea-field{width:100%;min-height:100px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s}.textarea-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.textarea-field::placeholder{color:#9ca3af}.photo-upload-container{display:flex;align-items:center;gap:16px}.upload-area{flex:1}.upload-label{display:block;cursor:pointer}.upload-content{border:2px dashed #d1d5db;border-radius:8px;padding:16px;text-align:center;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:14px}.upload-content:hover{border-color:#9ca3af}.file-input{display:none}.photo-preview{width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #d1d5db}.photo-preview img{width:100%;height:100%;object-fit:cover}.select-field{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s}.select-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.risk-preview{padding:12px;border-radius:8px;border:1px solid;display:flex;align-items:center;gap:8px;font-weight:500}.risk-high{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.risk-medium{color:#d97706;background-color:#fffbeb;border-color:#fed7aa}.risk-low{color:#059669;background-color:#f0fdf4;border-color:#bbf7d0}.risk-default{color:#6b7280;background-color:#f9fafb;border-color:#e5e7eb}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end}.button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid;display:flex;align-items:center;gap:8px}.button-primary{background-color:#dc2626;color:#fff;border-color:#dc2626}.button-primary:hover{background-color:#b91c1c;border-color:#b91c1c}.button-secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.button-secondary:hover{background-color:#f9fafb}.trigger-button{background-color:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.trigger-button:hover{background-color:#b91c1c}.spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{width:12px;height:12px;border:2px solid #e5e7eb;border-top:2px solid #6b7280;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}.icon{display:inline-block;font-style:normal}@media (max-width: 640px){.modal-content{margin:10px;max-height:calc(100vh - 20px)}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.modal-footer{flex-direction:column}.button{width:100%;justify-content:center}}:root{--color-red-50: #fef2f2;--color-red-100: #fee2e2;--color-red-500: #ef4444;--color-red-600: #dc2626;--color-red-800: #991b1b;--color-yellow-50: #fefce8;--color-yellow-100: #fef9c3;--color-yellow-500: #eab308;--color-yellow-800: #854d0e;--color-orange-100: #ffedd5;--color-orange-500: #f97316;--color-orange-600: #ea580c;--color-orange-800: #9a3412;--color-green-50: #f0fdf4;--color-green-100: #dcfce7;--color-green-500: #22c55e;--color-green-600: #16a34a;--color-green-800: #166534;--color-blue-50: #eff6ff;--color-blue-100: #dbeafe;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-indigo-50: #eef2ff;--color-indigo-100: #e0e7ff;--color-indigo-500: #6366f1;--color-indigo-600: #4f46e5;--color-indigo-800: #3730a3;--color-purple-50: #faf5ff;--color-purple-100: #f3e8ff;--color-purple-600: #9333ea;--color-purple-800: #6b21a8;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--border-radius-sm: .125rem;--border-radius: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem;--border-radius-2xl: 1rem;--border-radius-3xl: 1.5rem;--border-radius-full: 9999px}.btn-ver-detalhes{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--border-radius-md);border:1px solid var(--color-gray-300);background-color:#fff;color:var(--color-gray-800);cursor:pointer;overflow:hidden;transition:all .3s ease}.btn-ver-detalhes:hover{transform:scale(1.05);box-shadow:var(--shadow-lg);border-color:var(--color-blue-300)}.btn-ver-detalhes:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,var(--color-blue-50),var(--color-indigo-50));opacity:0;transition:opacity .3s ease;z-index:-1}.btn-ver-detalhes:hover:before{opacity:1}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-container{width:650px;max-width:90vw;max-height:90vh;border-radius:var(--border-radius-xl);overflow:hidden;background:linear-gradient(to bottom right,white,var(--color-gray-50),var(--color-gray-100));box-shadow:var(--shadow-2xl);animation:slideIn .4s ease-out}.modal-header{position:relative;padding:1.5rem;border-bottom:1px solid var(--color-gray-200)}.modal-header.risco-alto{background:linear-gradient(to right,var(--color-red-50),var(--color-red-100))}.modal-header.risco-medio{background:linear-gradient(to right,var(--color-yellow-50),var(--color-orange-100))}.modal-header.risco-baixo{background:linear-gradient(to right,var(--color-green-50),var(--color-green-100))}.modal-header-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-title{position:relative;display:flex;align-items:center;gap:.75rem}.icon-container{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:#fffc;border-radius:var(--border-radius-full);box-shadow:var(--shadow-lg)}.icon-alert{width:1.5rem;height:1.5rem;color:var(--color-orange-600)}.title-text{font-size:1.25rem;font-weight:700;color:var(--color-gray-800)}.subtitle-text{font-size:.875rem;color:var(--color-gray-600);margin-top:.25rem}.modal-content{overflow-y:auto;max-height:calc(90vh - 120px)}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.risco-container{text-align:center}.risco-card{display:inline-flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);border:1px solid rgba(209,213,219,.5)}.risco-icon{font-size:2rem}.risco-label{font-size:.875rem;color:var(--color-gray-500);font-weight:500}.risco-badge{display:inline-block;padding:.5rem 1rem;font-size:1.125rem;font-weight:700;border-radius:var(--border-radius-md);color:#fff;animation:pulse 2s infinite}.risco-badge.risco-alto{background:linear-gradient(to right,var(--color-red-500),var(--color-red-600));box-shadow:0 4px 12px #ef444440}.risco-badge.risco-medio{background:linear-gradient(to right,var(--color-yellow-500),var(--color-orange-500));box-shadow:0 4px 12px #eab30840}.risco-badge.risco-baixo{background:linear-gradient(to right,var(--color-green-500),var(--color-green-600));box-shadow:0 4px 12px #22c55e40}.foto-container{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1.125rem;font-weight:600;color:var(--color-gray-800);display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem}.foto-wrapper{position:relative;width:100%;height:280px;border-radius:var(--border-radius-2xl);overflow:hidden;box-shadow:var(--shadow-2xl);transition:all .5s ease}.foto-wrapper:hover{transform:scale(1.02)}.foto-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.2),transparent);z-index:10;opacity:0;transition:opacity .3s ease}.foto-overlay.loaded{opacity:1}.foto-loading{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-gray-200);display:flex;align-items:center;justify-content:center;animation:pulse 1.5s infinite}.loading-text{color:var(--color-gray-400)}.foto-image{object-fit:cover;transition:all .7s ease;opacity:0;transform:scale(1)}.foto-image.loaded{opacity:1}.foto-wrapper:hover .foto-image{transform:scale(1.1)}.foto-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;background:linear-gradient(to bottom right,var(--color-gray-100),var(--color-gray-200));border:2px dashed var(--color-gray-300);border-radius:var(--border-radius-2xl);transition:border-color .3s ease}.foto-placeholder:hover{border-color:var(--color-gray-400)}.placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.placeholder-title{font-size:1.125rem;font-weight:500;color:var(--color-gray-500)}.placeholder-subtitle{font-size:.875rem;color:var(--color-gray-500)}.info-card{background-color:#fff;border-radius:var(--border-radius-2xl);padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid rgba(209,213,219,.5);transition:all .3s ease}.info-card:hover{box-shadow:var(--shadow-xl)}.location-content{display:flex;flex-direction:column;gap:1rem}.address-container{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:var(--color-blue-50);border-radius:var(--border-radius-lg)}.address-icon{width:1.25rem;height:1.25rem;color:var(--color-blue-600);flex-shrink:0;margin-top:.25rem}.address-label{font-size:.875rem;color:var(--color-blue-600);font-weight:500;margin-bottom:.25rem}.address-text{color:var(--color-gray-800);font-weight:500;margin:0}.coordinates-container{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.coordinate-card{padding:1rem;border-radius:var(--border-radius-lg)}.coordinate-card.latitude{background:linear-gradient(to bottom right,var(--color-purple-50),var(--color-purple-100))}.coordinate-card.longitude{background:linear-gradient(to bottom right,var(--color-indigo-50),var(--color-indigo-100))}.coordinate-label{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.coordinate-label.latitude{color:var(--color-purple-600)}.coordinate-label.longitude{color:var(--color-indigo-600)}.coordinate-value{font-size:1.125rem;font-weight:700}.coordinate-value.latitude{color:var(--color-purple-800)}.coordinate-value.longitude{color:var(--color-indigo-800)}.description-container{padding:1rem;background-color:var(--color-gray-50);border-radius:var(--border-radius-lg);border-left:4px solid var(--color-blue-500)}.description-text{color:var(--color-gray-700);line-height:1.5;margin:0}.report-info-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.report-info-container{grid-template-columns:1fr 1fr}}.report-card{padding:1rem;border-radius:var(--border-radius-lg)}.report-card.date{background:linear-gradient(to bottom right,var(--color-green-50),var(--color-green-100))}.report-card.reporter{background:linear-gradient(to bottom right,var(--color-orange-100),var(--color-yellow-100))}.report-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.report-icon{width:1.25rem;height:1.25rem}.report-icon.date{color:var(--color-green-600)}.report-icon.reporter{color:var(--color-orange-600)}.report-label{font-size:.875rem;font-weight:500}.report-label.date{color:var(--color-green-600)}.report-label.reporter{color:var(--color-orange-600)}.report-value{font-size:1.125rem;font-weight:700}.report-value.date{color:var(--color-green-800)}.report-value.reporter{color:var(--color-orange-800)}.modal-footer{padding:1.5rem;background:linear-gradient(to right,var(--color-gray-50),var(--color-gray-100));border-top:1px solid var(--color-gray-200);display:flex;justify-content:flex-end}.btn-fechar{display:flex;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:var(--border-radius-md);border:1px solid var(--color-gray-300);background-color:#fff;color:var(--color-gray-800);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-fechar:hover{transform:scale(1.05);box-shadow:var(--shadow-lg);background-color:var(--color-gray-50)}.icon-fechar{width:1.25rem;height:1.25rem;margin-right:.5rem;transition:transform .3s ease}.btn-fechar:hover .icon-fechar{transform:rotate(90deg)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.btn-edit{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:var(--color-blue-50);border:1px solid var(--color-blue-200);border-radius:var(--border-radius-md);cursor:pointer;transition:all .3s ease;color:var(--color-blue-600)}.btn-edit:hover{background-color:var(--color-blue-100);border-color:var(--color-blue-300);transform:scale(1.05)}.icon-edit{width:1rem;height:1rem}.risk-display,.edit-risk-container{display:flex;align-items:center;gap:.75rem}.risk-select{padding:.5rem .75rem;border:1px solid var(--color-gray-300);border-radius:var(--border-radius-md);font-size:1rem;font-weight:600;background-color:#fff;cursor:pointer;transition:all .3s ease}.risk-select:focus{outline:none;border-color:var(--color-blue-500);box-shadow:0 0 0 3px #3b82f61a}.edit-buttons{display:flex;gap:.5rem}.btn-save{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--color-green-500);border:1px solid var(--color-green-600);border-radius:var(--border-radius-md);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-save:hover{background-color:var(--color-green-600);transform:scale(1.05)}.btn-save:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-cancel{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--color-red-500);border:1px solid var(--color-red-600);border-radius:var(--border-radius-md);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background-color:var(--color-red-600);transform:scale(1.05)}.btn-cancel:disabled{opacity:.5;cursor:not-allowed;transform:none}.edit-description-container{display:flex;flex-direction:column;gap:1rem}.description-textarea{width:100%;padding:.75rem;border:1px solid var(--color-gray-300);border-radius:var(--border-radius-md);font-size:.875rem;line-height:1.5;resize:vertical;min-height:100px;font-family:inherit;color:var(--color-gray-700);background-color:#fff;transition:all .3s ease}.description-textarea:focus{outline:none;border-color:var(--color-blue-500);box-shadow:0 0 0 3px #3b82f61a}.description-textarea:disabled{background-color:var(--color-gray-100);cursor:not-allowed}.btn-delete-header{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:var(--border-radius-full);cursor:pointer;transition:all .3s ease;color:var(--color-red-600);margin-left:auto}.btn-delete-header:hover{background-color:#ef444433;border-color:var(--color-red-400);transform:scale(1.05);box-shadow:var(--shadow-lg)}.icon-delete{width:1.25rem;height:1.25rem}.delete-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:60;animation:fadeIn .3s ease-out}.delete-modal{width:400px;max-width:90vw;background-color:#fff;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-2xl);animation:slideIn .4s ease-out;overflow:hidden}.delete-modal-header{padding:2rem;text-align:center;border-bottom:1px solid var(--color-gray-200);background:linear-gradient(to bottom,var(--color-red-50),white)}.delete-icon-container{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:var(--color-red-100);border-radius:var(--border-radius-full);margin-bottom:1rem}.delete-icon{width:2rem;height:2rem;color:var(--color-red-600)}.delete-title{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.delete-subtitle{font-size:.875rem;color:var(--color-gray-600);line-height:1.5;margin:0}.delete-modal-footer{padding:1.5rem;display:flex;gap:1rem;justify-content:flex-end;background-color:var(--color-gray-50)}.btn-cancel-delete{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border:1px solid var(--color-gray-300);border-radius:var(--border-radius-md);background-color:#fff;color:var(--color-gray-700);cursor:pointer;transition:all .3s ease}.btn-cancel-delete:hover{background-color:var(--color-gray-50);border-color:var(--color-gray-400);transform:scale(1.02)}.btn-cancel-delete:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-confirm-delete{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:1px solid var(--color-red-600);border-radius:var(--border-radius-md);background-color:var(--color-red-600);color:#fff;cursor:pointer;transition:all .3s ease}.btn-confirm-delete:hover{background-color:var(--color-red-700);border-color:var(--color-red-700);transform:scale(1.02);box-shadow:var(--shadow-lg)}.btn-confirm-delete:disabled{opacity:.7;cursor:not-allowed;transform:none}.delete-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.home-container{display:flex;height:100vh;width:100%;position:relative}.map-container{flex:1;height:100%}.mobile-menu-button{position:fixed;top:16px;left:16px;z-index:50}.mobile-action-buttons{position:fixed;bottom:16px;right:16px;z-index:40;display:flex;flex-direction:column;gap:8px}.round-button{border-radius:50%;box-shadow:0 4px 6px #0000001a;background-color:#fff;color:#000;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.icon{width:20px;height:20px}.map-pin-icon:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");background-size:contain}.chart-icon:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M7 16l4-8 4 2 4-6'/%3E%3C/svg%3E");background-size:contain}.layers-icon:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z'/%3E%3Cpath d='m22 12.5-8.58 3.91a2 2 0 0 1-1.66 0L2 12.5'/%3E%3Cpath d='m22 17.5-8.58 3.91a2 2 0 0 1-1.66 0L2 17.5'/%3E%3C/svg%3E");background-size:contain}@media (min-width: 768px){.mobile-menu-button{display:none}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:#333}a{text-decoration:none;color:#22c55e;transition:color .2s,transform .2s}a:hover{color:#15803d;text-decoration:underline}.mosquito{position:fixed;z-index:1000;font-size:2rem;cursor:pointer;transition:transform .1s ease-out;-webkit-user-select:none;user-select:none;pointer-events:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));animation:mosquitoFly .5s ease-in-out infinite alternate;transform-origin:center}.mosquito:hover{transform:scale(1.2);filter:drop-shadow(3px 3px 6px rgba(0,0,0,.4))}.mosquito:active{transform:scale(.8);animation:mosquitoEliminated .3s ease-out forwards}@keyframes mosquitoFly{0%{transform:translateY(0) rotate(-2deg)}to{transform:translateY(-5px) rotate(2deg)}}@keyframes mosquitoEliminated{0%{transform:scale(1);opacity:1;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}25%{transform:scale(1.3) rotate(90deg);opacity:.8;filter:drop-shadow(4px 4px 8px rgba(255,0,0,.5))}50%{transform:scale(1.1) rotate(180deg);opacity:.6;filter:drop-shadow(6px 6px 12px rgba(255,0,0,.7))}75%{transform:scale(.5) rotate(270deg);opacity:.3;filter:drop-shadow(2px 2px 4px rgba(255,0,0,.3))}to{transform:scale(0) rotate(360deg);opacity:0;filter:drop-shadow(0px 0px 0px rgba(0,0,0,0))}}.login-container{min-height:100vh;background:linear-gradient(to bottom right,#f0fdf4,#ecfdf5,#f0fdfa);position:relative;overflow:hidden}.background-elements{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.bg-element{position:absolute;border-radius:50%;filter:3rem}.bg-element-1{top:25%;left:25%;width:16rem;height:16rem;background-color:#22c55e33;animation:pulse 4s infinite}.bg-element-2{bottom:25%;right:25%;width:24rem;height:24rem;background-color:#10b98133;animation:pulse 4s infinite;animation-delay:1s}.bg-element-3{top:75%;left:50%;width:12rem;height:12rem;background-color:#14b8a633;animation:pulse 4s infinite;animation-delay:2s}.content-container{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.content-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 1024px){.content-grid{grid-template-columns:1fr 1fr;gap:4rem}}.login-form-container{display:flex;align-items:center;justify-content:center;order:2}@media (min-width: 1024px){.login-form-container{order:1}}.login-form-wrapper{width:100%;max-width:28rem}.card{background-color:#ffffffe6;-webkit-backdrop-filter:8px;backdrop-filter:8px;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;transition:transform .5s,box-shadow .5s;border:none}.card:hover{transform:scale(1.02);box-shadow:0 25px 60px -12px #0000004d}.card-header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 2rem 1.5rem;gap:1.5rem}.logo-container{position:relative;margin:0 auto}.logo{width:5rem;height:5rem;background:linear-gradient(to bottom right,#22c55e,#10b981,#14b8a6);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;transition:transform .5s,box-shadow .5s,rotate .5s}.logo:hover{transform:scale(1.1);box-shadow:0 20px 25px -5px #0000001a;rotate:3deg}.logo-icon{width:2.5rem;height:2.5rem;color:#fff;transition:transform .3s}.logo:hover .logo-icon{transform:scale(1.1)}.logo-glow{position:absolute;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;background:linear-gradient(to right,#22c55e,#10b981);border-radius:1rem;filter:1rem;opacity:.2;transition:opacity .5s}.logo:hover+.logo-glow{opacity:.4}.title-container{display:flex;flex-direction:column;gap:.5rem}.card-title{font-size:1.875rem;font-weight:700;background:linear-gradient(to right,#15803d,#047857);-webkit-background-clip:text;background-clip:text;color:transparent}.card-description{color:#4b5563;font-size:1rem;line-height:1.5}.card-content{padding:0 2rem 2rem;display:flex;flex-direction:column;gap:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.label-container{display:flex;justify-content:space-between;align-items:center}.form-label{font-size:.875rem;font-weight:600;color:#374151;transition:color .2s}.form-group:focus-within .form-label{color:#22c55e}.forgot-password{font-size:.875rem;display:inline-block}.forgot-password:hover{transform:scale(1.05)}.form-input{height:3rem;padding:0 1rem;border:2px solid #e5e7eb;border-radius:.375rem;background-color:#fffc;transition:border-color .3s,box-shadow .3s;width:100%;font-size:1rem}.form-input:hover{border-color:#d1d5db}.form-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e33}.password-input-container{position:relative}.toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .2s,transform .2s}.toggle-password:hover{color:#4b5563;transform:translateY(-50%) scale(1.1)}.eye-icon{width:1.25rem;height:1.25rem}.submit-button{width:100%;height:3rem;background:linear-gradient(to right,#22c55e,#10b981,#14b8a6);color:#fff;font-weight:600;border:none;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.submit-button:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a}.submit-button:disabled{opacity:.7;cursor:not-allowed}.button-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;gap:.5rem}.button-shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .7s}.submit-button:hover .button-shine{transform:translate(100%)}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.divider{position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.divider-text{position:relative;display:flex;justify-content:center;background-color:#fff;padding:0 .5rem;font-size:.75rem;text-transform:uppercase;color:#6b7280;font-weight:500}.signup-container{text-align:center;display:flex;flex-direction:column;gap:1rem}.signup-text{font-size:.875rem;color:#4b5563}.signup-link{font-weight:600;display:inline-block}.signup-link:hover{transform:scale(1.05)}.community-text{font-size:.75rem;color:#6b7280;line-height:1.5}.hero-section{display:none}@media (min-width: 1024px){.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem;padding:1rem 2rem;order:2}}.hero-image-container{position:relative}.hero-image-wrapper{position:relative;margin-bottom:1rem}.hero-circle{width:24rem;height:24rem;background:linear-gradient(to bottom right,#22c55e,#10b981,#14b8a6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px -12px #00000040;transition:transform .7s,box-shadow .7s}.hero-circle:hover{transform:scale(1.05);box-shadow:0 25px 60px -12px #0000004d}.hero-inner-circle{width:18rem;height:18rem;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:4px;backdrop-filter:4px;transition:background-color .5s}.hero-circle:hover .hero-inner-circle{background-color:#ffffff4d}.hero-icon{width:8rem;height:8rem;color:#fff;transition:transform .5s}.hero-circle:hover .hero-icon{transform:scale(1.1)}.floating-icon{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s;cursor:pointer}.floating-icon:hover{transform:scale(1.1)}.floating-icon-1{top:-1.5rem;right:-1.5rem;width:4rem;height:4rem;background:linear-gradient(to bottom right,#f97316,#ef4444);animation:bounce 3s infinite}.floating-icon-2{bottom:-1.5rem;left:-1.5rem;width:3.5rem;height:3.5rem;background:linear-gradient(to bottom right,#facc15,#f97316);animation:bounce 3s infinite;animation-delay:.5s}.floating-icon-3{top:50%;left:-2rem;width:3rem;height:3rem;background:linear-gradient(to bottom right,#38bdf8,#0ea5e9);animation:bounce 3s infinite;animation-delay:1s}.floating-icon-image{width:50%;height:50%;color:#fff}.hero-content{display:flex;flex-direction:column;gap:1.5rem;max-width:32rem}.hero-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#111827,#065f46,#064e3b);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.hero-description{font-size:1.125rem;color:#374151;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem}.feature{text-align:center;transition:transform .3s}.feature:hover{transform:scale(1.05)}.feature-icon-container{width:4rem;height:4rem;background:linear-gradient(to bottom right,#dcfce7,#d1fae5);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s,box-shadow .3s,rotate .3s}.feature:hover .feature-icon-container{transform:scale(1.1);box-shadow:0 10px 15px -3px #0000001a;rotate:3deg}.feature-icon-orange{background:linear-gradient(to bottom right,#ffedd5,#fed7aa)}.feature-icon-blue{background:linear-gradient(to bottom right,#dbeafe,#bfdbfe)}.feature-icon{width:1.5rem;height:1.5rem;transition:transform .3s}.feature-icon-container .feature-icon{color:#16a34a}.feature-icon-orange .feature-icon{color:#ea580c}.feature-icon-blue .feature-icon{color:#2563eb}.feature:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.feature-description{font-size:.75rem;color:#4b5563}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.8}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}.slide-in-left{animation:slideInLeft .7s ease-out forwards}.slide-in-right{animation:slideInRight .7s ease-out forwards}.slide-in-bottom{animation:slideInBottom .7s ease-out forwards;animation-delay:.5s;opacity:0}.fade-in{animation:fadeIn .7s ease-out forwards;animation-delay:.2s;opacity:0}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInBottom{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:#f8fafc;color:#0f172a;line-height:1.5}.leaflet-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}to{transform:scale(1);opacity:1}}.pulse-animation{animation:pulse 1.5s infinite}
