.ReportForm_overlay__Ki__t{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.ReportForm_modal__dlFcm{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ReportForm_slideIn__KH6eU .3s ease-out}@keyframes ReportForm_slideIn__KH6eU{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ReportForm_header__ThZkL{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.ReportForm_header__ThZkL h2{margin:0;font-size:1.5rem;color:#374151}.ReportForm_closeButton__f1HmM{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.ReportForm_closeButton__f1HmM:hover{background:#f3f4f6;color:#374151}.ReportForm_form___R67W{padding:1.5rem}.ReportForm_mapSection__Nibe9{margin-bottom:1.5rem}.ReportForm_mapLabel__wGGRO{display:block;margin-bottom:.75rem;font-weight:500;color:#374151;font-size:.875rem}.ReportForm_miniMap__huPng{height:300px;width:100%;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;margin-bottom:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ReportForm_locationInfo__B86zP{background:#eff6ff;padding:.75rem;border-radius:8px;font-size:.875rem;color:#1e40af}.ReportForm_locationInfo__B86zP strong{display:block;margin-bottom:.5rem}.ReportForm_locationInfo__B86zP p{margin:0;font-family:monospace}.ReportForm_formGroup__YGg2N{margin-bottom:1.5rem}.ReportForm_formGroup__YGg2N label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.ReportForm_formGroup__YGg2N input,.ReportForm_formGroup__YGg2N select,.ReportForm_formGroup__YGg2N textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.ReportForm_formGroup__YGg2N input:focus,.ReportForm_formGroup__YGg2N select:focus,.ReportForm_formGroup__YGg2N textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.ReportForm_select__YtIoY{background-color:#fff;cursor:pointer}.ReportForm_infoBox__Ywqqg{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.75rem;margin-bottom:1.5rem;font-size:.875rem;color:#1e40af}.ReportForm_infoBox__Ywqqg p{margin:0}.ReportForm_fileInput__T_W9e{padding:.5rem;border:2px dashed #d1d5db;border-radius:6px;background:#f9fafb;cursor:pointer;transition:all .2s}.ReportForm_fileInput__T_W9e:hover:not(:disabled){border-color:#667eea;background:#f3f4f6}.ReportForm_fileInput__T_W9e:disabled{opacity:.6;cursor:not-allowed}.ReportForm_photosPreview__i9DGC{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.75rem}.ReportForm_photoPreview__5bxI8{position:relative;width:100%;aspect-ratio:1;border-radius:6px;overflow:hidden;border:2px solid #e5e7eb}.ReportForm_photoPreview__5bxI8 img{width:100%;height:100%;object-fit:cover}.ReportForm_removePhotoButton__NTY7o{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(220,38,38,.9);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;transition:all .2s}.ReportForm_removePhotoButton__NTY7o:hover:not(:disabled){background:#dc2626;transform:scale(1.1)}.ReportForm_removePhotoButton__NTY7o:disabled{opacity:.6;cursor:not-allowed}.ReportForm_photoLimit__2u7ME{margin-top:.5rem;font-size:.75rem;color:#6b7280}.ReportForm_useAddressButton__XPf1V{margin-top:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.ReportForm_useAddressButton__XPf1V:hover{background:#e5e7eb}.ReportForm_error__pl_ZW{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.ReportForm_actions__hsQLg{display:flex;gap:1rem;margin-top:2rem}.ReportForm_cancelButton__vSnWs,.ReportForm_submitButton__kG1ES{flex:1 1;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.ReportForm_cancelButton__vSnWs{background:#f3f4f6;color:#374151}.ReportForm_cancelButton__vSnWs:hover:not(:disabled){background:#e5e7eb}.ReportForm_submitButton__kG1ES{background:#10b981;color:#fff}.ReportForm_submitButton__kG1ES:hover:not(:disabled){background:#059669}.ReportForm_cancelButton__vSnWs:disabled,.ReportForm_submitButton__kG1ES:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.ReportForm_overlay__Ki__t{padding:0;align-items:flex-end}.ReportForm_modal__dlFcm{max-width:100%;max-height:95vh;border-radius:16px 16px 0 0;animation:ReportForm_slideUp__6HCXH .3s ease-out}@keyframes ReportForm_slideUp__6HCXH{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ReportForm_header__ThZkL{padding:1rem}.ReportForm_header__ThZkL h2{font-size:1.25rem}.ReportForm_form___R67W{padding:1rem}.ReportForm_mapSection__Nibe9{margin-bottom:1rem}.ReportForm_mapLabel__wGGRO{font-size:.8125rem;margin-bottom:.5rem}.ReportForm_miniMap__huPng{height:250px;margin-bottom:.5rem}.ReportForm_locationInfo__B86zP{padding:.625rem;font-size:.8125rem}.ReportForm_formGroup__YGg2N{margin-bottom:1rem}.ReportForm_formGroup__YGg2N label{font-size:.8125rem;margin-bottom:.375rem}.ReportForm_formGroup__YGg2N input,.ReportForm_formGroup__YGg2N select,.ReportForm_formGroup__YGg2N textarea{padding:.625rem;font-size:.9375rem}.ReportForm_photosPreview__i9DGC{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.ReportForm_actions__hsQLg{margin-top:1.5rem;gap:.75rem}.ReportForm_cancelButton__vSnWs,.ReportForm_submitButton__kG1ES{padding:.875rem 1rem;font-size:.9375rem}}@media (max-width:480px){.ReportForm_modal__dlFcm{max-height:100vh;border-radius:0}.ReportForm_miniMap__huPng{height:200px}}.WeatherWidget_weatherWidget__6YlEW{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;color:#fff;box-shadow:0 2px 8px rgba(245,158,11,.3)}.WeatherWidget_weatherIcon__G87hT{font-size:1.5rem;line-height:1}.WeatherWidget_weatherInfo__8W_fK{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.WeatherWidget_temperature__Xd1V0{font-size:1.5rem;font-weight:700;line-height:1}.WeatherWidget_description__KQLXB{font-size:.75rem;opacity:.9;line-height:1}@media (max-width:768px){.WeatherWidget_weatherWidget__6YlEW{padding:.625rem;gap:.5rem}.WeatherWidget_temperature__Xd1V0,.WeatherWidget_weatherIcon__G87hT{font-size:1.25rem}.WeatherWidget_description__KQLXB{font-size:.6875rem}}.SurveyWidget_surveyContainer__PfeyR{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:1.5rem}.SurveyWidget_surveyTitle__EVxD3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151;text-align:center}.SurveyWidget_answers__J13Au{display:flex;gap:.75rem;flex-wrap:wrap}.SurveyWidget_answerButton__fwZQe{flex:1 1;min-width:100px;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.SurveyWidget_answerButton__fwZQe:hover:not(:disabled){border-color:#667eea;background:#f3f4f6;transform:translateY(-2px)}.SurveyWidget_answerButton__fwZQe:disabled{opacity:.6;cursor:not-allowed}.SurveyWidget_answerButton__fwZQe.SurveyWidget_selected__7CrjN{border-color:#667eea;background:#667eea;color:#fff}.SurveyWidget_thankYou__NwEdC{text-align:center;padding:1rem;background:#f0fdf4;border-radius:8px;border:2px solid #10b981}.SurveyWidget_thankYou__NwEdC p{margin:.5rem 0;color:#374151}.SurveyWidget_selectedAnswer__R3eu4{margin-top:.75rem!important;font-size:.875rem;color:#10b981}.SurveyWidget_error__6LDOj{margin-top:.75rem;padding:.75rem;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:.875rem;text-align:center}.SurveyWidget_loading__Cyjen{margin-top:.75rem;text-align:center;color:#667eea;font-size:.875rem}@media (max-width:768px){.SurveyWidget_surveyContainer__PfeyR{padding:1rem}.SurveyWidget_surveyTitle__EVxD3{font-size:.875rem}.SurveyWidget_answers__J13Au{flex-direction:column}.SurveyWidget_answerButton__fwZQe{width:100%}}.PowerOutagesWidget_outagesWidget__X5o18{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:1.5rem}.PowerOutagesWidget_header__vNKb_{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.PowerOutagesWidget_icon__DszYs{font-size:1.5rem}.PowerOutagesWidget_header__vNKb_ h3{margin:0;font-size:1rem;font-weight:600;color:#374151}.PowerOutagesWidget_content__UicBE{display:flex;flex-direction:column;gap:1rem}.PowerOutagesWidget_loading__WtPsi,.PowerOutagesWidget_noData__vSd2Y{text-align:center;padding:1rem;color:#6b7280;font-size:.875rem}.PowerOutagesWidget_cortesList__yQeFE{display:flex;flex-direction:column;gap:.75rem}.PowerOutagesWidget_corteItem__S3SdC{background:#fef3c7;border-left:4px solid #fbbf24;border-radius:6px;padding:.75rem;font-size:.875rem}.PowerOutagesWidget_zona__gKWy7{font-weight:600;color:#374151;margin-bottom:.25rem}.PowerOutagesWidget_fecha__cHiGh,.PowerOutagesWidget_hora__AYbsw{color:#6b7280;font-size:.8125rem;margin:.25rem 0}.PowerOutagesWidget_motivo__CxNZV{color:#374151;margin-top:.5rem;font-size:.8125rem}.PowerOutagesWidget_noCortes__JHYN6{text-align:center;padding:1rem;background:#f0fdf4;border-radius:6px;border:2px solid #10b981}.PowerOutagesWidget_noCortes__JHYN6 p{margin:0;color:#10b981;font-weight:500}.PowerOutagesWidget_link__eTNKJ{display:block;text-align:center;padding:.75rem;background:#f3f4f6;color:#667eea;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s;margin-top:.5rem}.PowerOutagesWidget_link__eTNKJ:hover{background:#e5e7eb;transform:translateY(-1px)}.PowerOutagesWidget_updateTime__k5XOO{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:.5rem}@media (max-width:768px){.PowerOutagesWidget_outagesWidget__X5o18{padding:1rem}.PowerOutagesWidget_header__vNKb_ h3{font-size:.875rem}.PowerOutagesWidget_corteItem__S3SdC{padding:.625rem;font-size:.8125rem}}.page_main__nw1Wk{min-height:100vh;display:flex;flex-direction:column}.page_header__oRW75{background:hsla(0,0%,100%,.95);padding:1.5rem 2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000}.page_headerContent__vImKI{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.page_adminLink__Zm_s2{padding:.5rem 1rem;background:#f3f4f6;color:#374151;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s;border:1px solid #e5e7eb}.page_adminLink__Zm_s2:hover{background:#e5e7eb;transform:translateY(-1px)}.page_title__po7na{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.page_subtitle__YBgxm{color:#666;font-size:1rem}@media (max-width:768px){.page_header__oRW75{padding:1rem}.page_headerContent__vImKI{flex-direction:column;gap:1rem;align-items:flex-start}.page_adminLink__Zm_s2{width:100%;text-align:center}.page_title__po7na{font-size:1.5rem;margin-bottom:.25rem}.page_subtitle__YBgxm{font-size:.875rem}}.page_container__jZF7q{flex:1 1;display:flex;gap:1rem;padding:1rem;max-width:100%;overflow:hidden}.page_mapContainer__A8NQf{flex:1 1;min-height:calc(100vh - 200px);height:calc(100vh - 200px);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);background:#fff;position:relative;display:flex;flex-direction:column}.page_mapContainer__A8NQf>*{flex:1 1;min-height:0}@media (max-width:768px){.page_container__jZF7q{padding:.5rem;gap:.5rem}.page_mapContainer__A8NQf{min-height:calc(100vh - 120px);height:calc(100vh - 120px);max-height:calc(100vh - 120px);border-radius:8px}}.page_loading__4WMny{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.2rem;color:#667eea}.page_sidebar__p2GLB{width:320px;background:hsla(0,0%,100%,.95);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 200px);overflow-y:auto}@media (max-width:768px){.page_sidebar__p2GLB{width:100%;max-height:none;padding:1rem;gap:1rem;border-radius:8px;order:1}}.page_stats__CbBi_{text-align:center;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff}.page_stats__CbBi_ h2{font-size:1rem;margin-bottom:.5rem;font-weight:500}.page_count__zVp1H{font-size:2.5rem;font-weight:700}.page_reportButton__6E3Q6{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(16,185,129,.3)}.page_reportButton__6E3Q6:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.page_reportButton__6E3Q6:active{transform:translateY(0)}.page_instructions__VylUP{background:#f3f4f6;padding:1rem;border-radius:8px}.page_instructions__VylUP h3{font-size:1rem;margin-bottom:.75rem;color:#374151}.page_instructions__VylUP ol{padding-left:1.25rem;color:#6b7280;line-height:1.8}.page_reportsList__VdVr9{margin-top:auto}.page_reportsList__VdVr9 h3{font-size:1rem;margin-bottom:.75rem;color:#374151}.page_reportsList__VdVr9 ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.page_reportItem__3sXtR{padding:.75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #667eea;position:relative}.page_reportItemType__Nx6g3{display:inline-block;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;margin-bottom:.5rem;font-weight:500}.page_reportAddress__hjxGf{font-weight:500;color:#374151;margin-bottom:.25rem}.page_reportDate__5e2Z8{font-size:.875rem;color:#6b7280}.page_surveysSection__0Wwv7{margin-top:1.5rem}.page_surveysTitle__WAAu6{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;text-align:center;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}@media (max-width:768px){.page_container__jZF7q{flex-direction:column;padding:0;gap:0}.page_mapContainer__A8NQf{min-height:50vh;height:50vh;max-height:50vh;border-radius:0;box-shadow:none;order:2;flex-shrink:0}.page_stats__CbBi_{padding:.75rem}.page_stats__CbBi_ h2{font-size:.875rem}.page_count__zVp1H{font-size:2rem}.page_reportButton__6E3Q6{padding:.875rem;font-size:.9375rem}.page_instructions__VylUP{padding:.75rem}.page_instructions__VylUP summary{cursor:pointer;font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.5rem;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page_instructions__VylUP summary::-webkit-details-marker{display:none}.page_instructions__VylUP summary:before{content:"▶ ";display:inline-block;margin-right:.25rem;transition:transform .2s;font-size:.75rem}.page_instructions__VylUP[open] summary:before{transform:rotate(90deg)}.page_instructions__VylUP ol{font-size:.8125rem;padding-left:1rem;line-height:1.6;margin-top:.5rem}.page_reportsList__VdVr9 h3{font-size:.875rem;margin-bottom:.5rem}.page_reportItem__3sXtR{padding:.625rem}.page_reportAddress__hjxGf{font-size:.875rem}.page_reportDate__5e2Z8{font-size:.75rem}}@media (max-width:480px){.page_mapContainer__A8NQf{min-height:50vh;height:50vh;max-height:50vh;flex-shrink:0}.page_header__oRW75{padding:.75rem}.page_title__po7na{font-size:1.25rem}.page_subtitle__YBgxm{font-size:.8125rem}}.page_footer__F3MD0{background:hsla(0,0%,100%,.95);padding:1rem 2rem;box-shadow:0 -2px 10px rgba(0,0,0,.1);margin-top:auto;z-index:1000}.page_footerContent__aXrXd{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.page_footer__F3MD0 p{margin:0;color:#666;font-size:.875rem}.page_footerLink__ntXAe{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.page_footerLink__ntXAe:hover{color:#764ba2;text-decoration:underline}.page_swButton__2Kfb2{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px rgba(102,126,234,.3)}.page_swButton__2Kfb2:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}@media (max-width:768px){.page_footer__F3MD0{padding:.75rem 1rem}.page_footerContent__aXrXd{flex-direction:column;gap:.75rem;text-align:center}.page_footer__F3MD0 p{font-size:.8125rem}.page_swButton__2Kfb2{width:100%;text-align:center}}