.sidebar{width:260px;background:linear-gradient(180deg,#0f172a,#1e293b);color:#e2e8f0;display:flex;flex-direction:column;padding:24px 20px;box-shadow:2px 0 8px #0000001a;border-right:1px solid rgba(255,255,255,.1);position:fixed;left:0;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;z-index:100}.sidebar__logo{display:flex;align-items:center;font-weight:700;font-size:18px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.sidebar__dot{width:12px;height:12px;border-radius:50%;background:#3b82f6;margin-right:12px;box-shadow:0 0 12px #3b82f699;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.sidebar__nav{flex:1}.sidebar__sectionTitle{font-size:11px;text-transform:uppercase;color:#94a3b8;margin-bottom:12px;font-weight:600;letter-spacing:1px}.sidebar__item{width:100%;text-align:left;border:none;background:transparent;color:#cbd5e1;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:4px}.sidebar__item--active{background:#3b82f626;color:#60a5fa;border-left:3px solid #3b82f6}.sidebar__item:hover:not(.sidebar__item--active){background:#ffffff0d;color:#fff}.sidebar__item--action{background:#ef44441a;color:#fca5a5;border-left:3px solid #ef4444}.sidebar__item--action:hover{background:#ef444433;color:#fff}.sidebar__footer{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#94a3b8}.sidebar__badge{display:inline-flex;align-items:center;background:#10b98126;color:#6ee7b7;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;margin-bottom:8px;border:1px solid rgba(16,185,129,.2)}.sidebar__footnote{display:block;margin-top:8px;font-size:11px;color:#64748b;line-height:1.4}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#ffffff0d}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.sidebar--open{transform:translate(0)}}.connectionStatus{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#f1f5f9;border:1px solid #e2e8f0}.connectionStatus--online{background:#d1fae5;border-color:#a7f3d0;color:#065f46}.connectionStatus--offline{background:#fee2e2;border-color:#fecaca;color:#991b1b}.connectionStatus__indicator{width:8px;height:8px;border-radius:50%;background:currentColor;animation:pulse 2s infinite}.connectionStatus--online .connectionStatus__indicator{background:#10b981}.connectionStatus--offline .connectionStatus__indicator{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.topbar__title{margin:0;font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.topbar__subtitle{margin:4px 0 0;font-size:12px;color:#64748b;font-weight:400;line-height:1.4}.topbar__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.topbar__pill{display:flex;align-items:center;background:#dcfce7;color:#166534;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #bbf7d0}.topbar__statusDot{width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:8px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.topbar__btn{border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.topbar__btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;flex-shrink:0}.statCard{background:#fff;border-radius:12px;padding:12px 14px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .2s}.statCard:hover{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;transform:translateY(-2px)}.statCard--primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;box-shadow:0 4px 6px #1e40af4d,0 2px 4px #1e40af33}.statCard--primary:hover{box-shadow:0 6px 12px #1e40af66,0 4px 6px #1e40af4d}.statCard__label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-family:Lexend Deca,sans-serif}.statCard--primary .statCard__label{color:#ffffffe6}.statCard__value{font-size:20px;font-weight:700;margin-top:2px;color:#0f172a;line-height:1.2;font-family:Lexend Deca,sans-serif;letter-spacing:-.3px}.statCard--primary .statCard__value{color:#fff}.statCard__sub{font-size:11px;color:#94a3b8;margin-top:4px;line-height:1.3}.statCard--primary .statCard__sub{color:#ffffffd9}@media (max-width: 1200px){.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.statsGrid{grid-template-columns:1fr}}.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}}.mapContainer{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;height:100%;min-height:0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:box-shadow .2s;display:flex;flex-direction:column}.mapContainer:hover{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.mapContainer__map{height:100%;width:100%;border-radius:12px;flex:1;min-height:0}.mapContainer--empty{display:flex;align-items:center;justify-content:center;color:#64748b;height:100%;font-size:13px}.custom-map-marker{cursor:pointer;transition:transform .2s}.custom-map-marker:hover{transform:scale(1.1)}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 10px 25px #00000026;border:1px solid #e2e8f0;padding:0}.leaflet-popup-content{margin:16px;font-size:14px;line-height:1.6}.leaflet-popup-tip{background:#fff;border:1px solid #e2e8f0}.tableWrapper{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:12px;overflow-y:auto;overflow-x:auto;height:100%;min-height:0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column}.rescueTable{width:100%;border-collapse:collapse;font-size:12px;flex:1}.rescueTable th,.rescueTable td{padding:8px 10px;border-bottom:1px solid #f1f5f9;text-align:left}.rescueTable thead{background:#f8fafc;position:sticky;top:0;z-index:10}.rescueTable thead th{font-weight:600;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:10px;border-bottom:2px solid #e2e8f0;font-family:Lexend Deca,sans-serif}.rescueTable tbody tr{transition:all .2s}.rescueTable tbody tr:hover{background:#f8fafc}.rescueTable__row--clickable{cursor:pointer;transition:all .2s}.rescueTable__row--clickable:hover{background:#eff6ff!important;transform:translate(4px);box-shadow:-4px 0 #3b82f6}.tableEmpty{font-size:13px;color:#64748b;text-align:center;padding:30px 20px;height:100%;display:flex;align-items:center;justify-content:center}.rescueTable__id{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace;font-size:12px;color:#64748b}.rescueTable__nature{font-size:12px;color:#1e293b;font-weight:500;max-width:180px}.rescueTable__actionBtn{padding:4px 10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #3b82f64d;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.3px}.rescueTable__actionBtn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.rescueTable__noLocation{color:#cbd5e1;font-size:12px;font-style:italic}.typeBadge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.typeBadge--accept{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.typeBadge--arrived{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.priorityBadge{display:inline-block;padding:3px 10px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-family:Lexend Deca,sans-serif}.tableWrapper::-webkit-scrollbar{width:8px;height:8px}.tableWrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rescueModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.rescueModal{background:#fff;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.rescueModal__close{position:absolute;top:16px;right:16px;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.rescueModal__close:hover{background:#fff;color:#1e293b;transform:scale(1.1)}.rescueModal__header{padding:24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff}.rescueModal__header h2{margin:0 0 4px;font-size:24px;font-weight:700;color:#fff;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.rescueModal__subtitle{margin:0;font-size:14px;color:#ffffffe6}.rescueModal__content{flex:1;display:grid;grid-template-columns:350px 1fr;overflow:hidden}.rescueModal__info{padding:24px;overflow-y:auto;background:#f9fafb;border-right:1px solid #e5e7eb}.infoCard{margin-bottom:16px;padding:16px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.infoCard--full{grid-column:1 / -1}.infoCard__label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.infoCard__value{font-size:16px;font-weight:600;color:#1e293b}.infoCard__address{font-size:14px;font-weight:500;color:#475569;line-height:1.5}.rescueModal__map{position:relative;min-height:500px}.rescueModal__mapContainer{width:100%;height:100%;min-height:500px}.mapLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:500px;color:#6b7280;gap:12px}.custom-marker{background:transparent;border:none;text-align:center}.marker-pin{width:30px;height:30px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:3px solid white;box-shadow:0 2px 8px #0000004d}.volunteer-pin{background:#10b981}.rescue-pin{background:#ef4444}.custom-marker span{display:block;transform:rotate(45deg);margin-top:8px;font-size:11px;font-weight:600;color:#1e293b;white-space:nowrap}.rescueModal__actions{padding:20px 24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;background:#f9fafb}.btn--primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn--secondary{background:#fff;color:#3b82f6;border:1px solid #3b82f6}.btn--secondary:hover{background:#eff6ff}.typeBadge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.typeBadge--help{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.priorityBadge{display:inline-block;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.priorityBadge--critical{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;animation:pulseCritical 2s ease-in-out infinite}.priorityBadge--high{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.priorityBadge--normal{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}@keyframes pulseCritical{0%,to{opacity:1;box-shadow:0 0 #ef444466}50%{opacity:.9;box-shadow:0 0 0 4px #ef444400}}.arrivedStatus{padding:10px 16px;background:#d1fae5;color:#065f46;border-radius:8px;font-weight:600;font-size:14px;border:1px solid #6ee7b7}.btn--success{background:#10b981!important;color:#fff!important}.btn--success:hover:not(:disabled){background:#059669!important;transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}@media (max-width: 768px){.rescueModal__content{grid-template-columns:1fr}.rescueModal__info{max-height:300px;border-right:none;border-bottom:1px solid #e5e7eb}}.actionRequiredSection{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #ef4444;border-radius:12px;padding:12px 14px;margin-bottom:12px;flex-shrink:0}.actionRequiredSection__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.actionRequiredSection__title{margin:0;font-size:16px;font-weight:700;color:#991b1b}.actionRequiredSection__badge{background:#ef4444;color:#fff;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:700}.actionRequiredSection__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px}.actionRequiredCard{background:#fff;border:1px solid #fca5a5;border-radius:10px;padding:10px 12px;cursor:pointer;transition:all .2s}.actionRequiredCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef444433;border-color:#ef4444}.actionRequiredCard__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.actionRequiredCard__nature{font-size:12px;font-weight:700;color:#dc2626}.actionRequiredCard__time{font-size:11px;color:#991b1b}.actionRequiredCard__message{font-size:12px;color:#1e293b;line-height:1.4;margin-bottom:6px}.actionRequiredCard__location{font-size:11px;color:#64748b;margin-top:4px}.dashboard{display:flex;flex-direction:column;gap:12px;height:100%;overflow:hidden}.dashboard__headerActions{display:flex;justify-content:flex-end;margin-bottom:-8px}.dashboard__requestHelpBtn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #ef44444d}.dashboard__requestHelpBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.dashboard__requestHelpBtn span{font-size:18px}.dashboard__filters{display:flex;flex-direction:column;gap:12px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.dashboard__search{width:100%}.dashboard__searchInput{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.dashboard__searchInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dashboard__filterGroup{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.dashboard__filter{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;color:#0f172a;cursor:pointer;transition:all .2s}.dashboard__filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dashboard__clearFilters{padding:8px 16px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.dashboard__clearFilters:hover{background:#e2e8f0;color:#0f172a}.dashboard__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:12px;align-items:stretch;flex:1;min-height:0;overflow:hidden}.dashboard__loading{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:#64748b;padding:40px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;height:100%}.dashboard__error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;height:100%}.dashboard__error p{color:#dc2626;font-size:14px;margin:0}.dashboard__error button{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.dashboard__error button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}@media (max-width: 1200px){.dashboard__grid{grid-template-columns:1fr}}.sendMessageModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.sendMessageModal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.sendMessageModal__close{position:absolute;top:16px;right:16px;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.sendMessageModal__close:hover{background:#fff;color:#1e293b;transform:scale(1.1)}.sendMessageModal__header{padding:24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.sendMessageModal__header h2{margin:0 0 4px;font-size:24px;font-weight:700;color:#fff}.sendMessageModal__subtitle{margin:0;font-size:14px;color:#ffffffe6}.sendMessageModal__subtitle strong{color:#fff;font-weight:700}.sendMessageModal__form{padding:24px;flex:1}.sendMessageModal__actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e5e7eb}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.btn--primary{background:#3b82f6;color:#fff}.btn--primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.nearbyDevices{padding:0;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nearbyDevices::-webkit-scrollbar{width:10px}.nearbyDevices::-webkit-scrollbar-track{background:#f1f5f9}.nearbyDevices::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.nearbyDevices::-webkit-scrollbar-thumb:hover{background:#94a3b8}.nearbyDevices__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.nearbyDevices__stats{display:flex;gap:24px}.nearbyDevices__stat{display:flex;flex-direction:column;gap:4px}.nearbyDevices__statLabel{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.nearbyDevices__statValue{font-size:24px;font-weight:700;color:#0f172a}.nearbyDevices__actions{display:flex;justify-content:flex-end;gap:12px}.nearbyDevices__filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.nearbyDevices__search{flex:1;min-width:250px}.nearbyDevices__searchInput{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.nearbyDevices__searchInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.nearbyDevices__sort{display:flex;align-items:center;gap:8px}.nearbyDevices__sortLabel{font-size:14px;font-weight:600;color:#64748b}.nearbyDevices__sortSelect{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}.nearbyDevices__title{margin:0;font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.5px;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.nearbyDevices__subtitle{margin:6px 0 0;font-size:14px;color:#64748b;font-weight:400;line-height:1.5}.nearbyDevices__refreshBtn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.nearbyDevices__refreshBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.nearbyDevices__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.nearbyDevices__loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#64748b;font-size:14px}.nearbyDevices__error{padding:16px;background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;color:#dc2626;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.nearbyDevices__error button{padding:6px 12px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.nearbyDevices__empty{text-align:center;padding:60px 20px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.nearbyDevices__emptyIcon{font-size:64px;margin-bottom:16px}.nearbyDevices__empty h2{margin:0 0 8px;font-size:20px;color:#1e293b}.nearbyDevices__empty p{margin:0 0 8px;color:#64748b;font-size:14px}.nearbyDevices__emptyHint{margin-top:12px!important;font-size:12px!important;color:#94a3b8!important}.nearbyDevices__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.deviceCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:all .2s;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.deviceCard:hover{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;transform:translateY(-2px);border-color:#3b82f6}.deviceCard__header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.deviceCard__icon{font-size:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:12px}.deviceCard__info{flex:1}.deviceCard__name{margin:0 0 4px;font-size:16px;font-weight:700;color:#0f172a}.deviceCard__id{margin:0;font-size:12px;color:#64748b;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace}.deviceCard__details{margin-bottom:16px}.deviceCard__detail{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px}.deviceCard__detailLabel{color:#64748b;font-weight:500}.deviceCard__detailValue{color:#1e293b;font-weight:600}.deviceCard__capabilities{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.deviceCard__capability{padding:4px 10px;background:#eff6ff;color:#1e40af;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.deviceCard__actions{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;gap:8px}.deviceCard__detailsBtn{flex:1;padding:10px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.deviceCard__detailsBtn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.deviceCard__messageBtn{flex:1;padding:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3b82f633}.deviceCard__expanded{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;animation:slideDown .3s ease-out}.deviceCard__expandedSection{margin-bottom:16px}.deviceCard__expandedSection:last-child{margin-bottom:0}.deviceCard__expandedSection h4{margin:0 0 12px;font-size:14px;font-weight:700;color:#0f172a}.deviceCard__expandedRow{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;border-bottom:1px solid #f8fafc}.deviceCard__expandedRow:last-child{border-bottom:none}.deviceCard__expandedRow span:first-child{color:#64748b;font-weight:500}.deviceCard__expandedRow code{background:#f1f5f9;padding:4px 8px;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace;font-size:12px;color:#0f172a}.deviceCard__capabilitiesList{display:flex;flex-wrap:wrap;gap:8px}.deviceCard__capabilityTag{padding:6px 12px;background:#eff6ff;color:#1e40af;border-radius:6px;font-size:12px;font-weight:600}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.deviceCard__messageBtn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}@media (max-width: 768px){.nearbyDevices__grid{grid-template-columns:1fr}}.rescueLog{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.rescueLog::-webkit-scrollbar{width:10px}.rescueLog::-webkit-scrollbar-track{background:#f1f5f9}.rescueLog::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.rescueLog::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rescueLog__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.rescueLog__stats{display:flex;gap:24px}.rescueLog__stat{display:flex;flex-direction:column;gap:4px}.rescueLog__statLabel{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.rescueLog__statValue{font-size:24px;font-weight:700;color:#0f172a}.rescueLog__exportBtn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.rescueLog__exportBtn:hover{background:#2563eb;transform:translateY(-1px)}.rescueLog__filters{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.rescueLog__filterGroup{display:flex;gap:8px;flex-wrap:wrap}.rescueLog__searchGroup{display:flex;gap:12px;align-items:center}.rescueLog__searchInput{flex:1;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;min-width:200px}.rescueLog__searchInput:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rescueLog__dateSelect{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}.rescueLog__clearFilters{margin-top:12px;padding:8px 16px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.rescueLog__clearFilters:hover{background:#e2e8f0;color:#0f172a}.filterBtn{padding:6px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:13px;cursor:pointer;transition:all .2s}.filterBtn:hover{background:#f3f4f6;border-color:#d1d5db}.filterBtn--active{background:#0f172a;color:#e5e7eb;border-color:#0f172a}.rescueLog__table{background:#f9fafb;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden}.logTable{width:100%;border-collapse:collapse;font-size:13px}.logTable thead{background:#eff6ff}.logTable th{padding:10px 12px;text-align:left;font-weight:600;color:#1e40af;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.logTable td{padding:10px 12px;border-bottom:1px solid #e5e7eb;color:#374151}.logTable tbody tr:hover{background:#f3f4f6}.logTable tbody tr:last-child td{border-bottom:none}.logTable__id{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace;font-size:12px;color:#6b7280}.logTable__location{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace;font-size:11px;color:#6b7280}.typeBadge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.typeBadge--accept{background:#fef3c7;color:#92400e}.typeBadge--arrived{background:#d1fae5;color:#065f46}.rescueLog__empty{padding:40px;text-align:center;color:#6b7280}.rescueLog__loading,.rescueLog__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:12px}.rescueLog__error p{color:#dc2626;margin:0}.rescueLog__error button{padding:8px 16px;border:none;border-radius:8px;background:#0f172a;color:#e5e7eb;cursor:pointer;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px}.rescueLog__error button:hover{background:#1e293b}.spinner{width:20px;height:20px;border-radius:999px;border:2px solid #bfdbfe;border-top-color:#1d4ed8;animation:spin .7s linear infinite}.conversationalDialog{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;margin-top:24px;box-shadow:0 4px 6px #0000001a;max-height:600px;display:flex;flex-direction:column}.conversationalDialog__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.conversationalDialog__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.conversationalDialog__close{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.conversationalDialog__close:hover{background:#f1f5f9;color:#0f172a}.conversationalDialog__messages{flex:1;overflow-y:auto;padding:12px 0;margin-bottom:16px;max-height:400px;display:flex;flex-direction:column;gap:12px}.conversationalDialog__message{display:flex;flex-direction:column;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.conversationalDialog__message--ai{align-items:flex-start}.conversationalDialog__message--user{align-items:flex-end}.conversationalDialog__messageContent{display:flex;align-items:flex-start;gap:8px;max-width:80%}.conversationalDialog__message--user .conversationalDialog__messageContent{flex-direction:row-reverse}.conversationalDialog__avatar{font-size:24px;flex-shrink:0}.conversationalDialog__text{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.6;white-space:pre-line;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.conversationalDialog__message--ai .conversationalDialog__text{background:#f1f5f9;color:#0f172a;border-bottom-left-radius:4px}.conversationalDialog__message--user .conversationalDialog__text{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-bottom-right-radius:4px}.conversationalDialog__timestamp{font-size:11px;color:#94a3b8;margin-top:4px;padding:0 8px}.conversationalDialog__controls{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.conversationalDialog__button{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.conversationalDialog__button--listen{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.conversationalDialog__button--listen:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.conversationalDialog__button--listen:disabled{opacity:.6;cursor:not-allowed}.conversationalDialog__button--stop{background:#ef4444;color:#fff}.conversationalDialog__button--stop:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.conversationalDialog__button--repeat{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.conversationalDialog__button--repeat:hover{background:#e2e8f0;border-color:#cbd5e1}.conversationalDialog__quickResponses{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.conversationalDialog__quickButton{padding:8px 16px;border:2px solid #3b82f6;border-radius:20px;background:#fff;color:#3b82f6;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.conversationalDialog__quickButton:hover{background:#3b82f6;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.conversationalDialog__userInput{margin-top:12px;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;color:#64748b;font-style:italic}.conversationalDialog__messages::-webkit-scrollbar{width:6px}.conversationalDialog__messages::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.conversationalDialog__messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.conversationalDialog__messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.firstAidGuide{padding:0;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.firstAidGuide::-webkit-scrollbar{width:10px}.firstAidGuide::-webkit-scrollbar-track{background:#f1f5f9}.firstAidGuide::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.firstAidGuide::-webkit-scrollbar-thumb:hover{background:#94a3b8}.firstAidGuide__content{display:flex;flex-direction:column;gap:24px;padding-bottom:24px}.inputCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.inputCard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.inputCard__label{font-size:14px;font-weight:600;color:#1e293b}.inputCard__voiceControls{display:flex;align-items:center;gap:8px}.languageSelect{padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background:#fff;color:#1e293b;cursor:pointer}.inputCard__textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;resize:vertical;transition:border-color .2s;margin-bottom:8px}.inputCard__textarea:focus{outline:none;border-color:#3b82f6}.inputCard__textarea:disabled{background:#f1f5f9;cursor:not-allowed}.inputCard__textarea--listening{border-color:#ef4444;background:#fef2f2;animation:listeningPulse 2s ease-in-out infinite}.listeningIndicator{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:13px;font-weight:600;margin-bottom:8px}.speechError{padding:8px 12px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:12px;margin-bottom:8px}.inputCard__hint{font-size:12px;color:#64748b;margin-bottom:16px}.inputCard__options{margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.inputCard__checkboxLabel{display:flex;align-items:center;gap:8px;font-size:14px;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.inputCard__checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.getInstructionsButton{width:100%;padding:14px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #ef444433}.getInstructionsButton:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.getInstructionsButton:disabled{opacity:.5;cursor:not-allowed}.conversationalButton{width:100%;padding:14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #10b98133;display:flex;align-items:center;justify-content:center;gap:8px}.conversationalButton:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.errorCard{background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px}.errorCard__icon{font-size:24px}.errorCard__message{color:#991b1b;font-size:14px;font-weight:500}.instructionsCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.instructionsCard__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9;gap:16px}.instructionsCard__headerContent{flex:1;display:flex;justify-content:space-between;align-items:center;gap:16px}.instructionsCard__actions{display:flex;align-items:center;gap:8px}.readAloudControls{display:flex;gap:8px;align-items:center}.readAloudButton{padding:8px 16px;background:#fff;border:2px solid #3b82f6;border-radius:8px;font-size:13px;font-weight:600;color:#3b82f6;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.readAloudButton:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.readAloudButton--active{background:#3b82f6;color:#fff}.readAloudButton--active:hover{background:#2563eb;border-color:#2563eb;color:#fff}.readAloudButton--pause{border-color:#64748b;color:#64748b}.readAloudButton--pause:hover{background:#f8fafc;border-color:#475569;color:#475569}.instructionsCard__title{margin:0;font-size:24px;font-weight:700;color:#0f172a}.severityBadge{padding:6px 14px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.severityBadge--critical{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.severityBadge--high{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.severityBadge--moderate{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.instructionsCard__section{margin-bottom:24px}.instructionsCard__section:last-child{margin-bottom:0}.instructionsCard__section--warning{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;padding:16px}.instructionsCard__sectionTitle{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.instructionsCard__text{font-size:14px;color:#475569;line-height:1.7;margin:0}.stepsList{display:flex;flex-direction:column;gap:20px}.stepItem{display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;border-left:4px solid #3b82f6}.stepItem__number{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.stepItem__content{flex:1}.stepItem__title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 8px}.stepItem__description{font-size:14px;color:#475569;line-height:1.6;margin:0 0 12px}.stepItem__image{margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;max-width:400px;width:100%;background:#f8fafc;display:flex;align-items:center;justify-content:center}.stepItem__image img{max-width:100%;max-height:250px;width:auto;height:auto;display:block;object-fit:contain}.stepItem__video{margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;position:relative;padding-bottom:56.25%;height:0}.stepItem__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.notesList{list-style:none;padding:0;margin:0}.noteItem{padding:12px;margin-bottom:8px;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;font-size:14px;color:#92400e;line-height:1.6}.resourcesList{list-style:none;padding:0;margin:0}.resourceItem{padding:12px;margin-bottom:8px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.resourceItem a{color:#3b82f6;text-decoration:none;font-weight:500;font-size:14px}.resourceItem a:hover{text-decoration:underline}.placeholderCard{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;padding:60px 40px;text-align:center}.placeholderCard__icon{font-size:64px;margin-bottom:16px}.placeholderCard__title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px}.placeholderCard__text{font-size:14px;color:#64748b;margin:0 0 24px}.placeholderCard__examples{text-align:left;max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.placeholderCard__examples h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 12px}.placeholderCard__examples ul{list-style:none;padding:0;margin:0}.placeholderCard__examples li{padding:8px 0;font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9}.placeholderCard__examples li:last-child{border-bottom:none}.placeholderCard__examples li:before{content:"💡 ";margin-right:8px}@media (max-width: 768px){.inputCard__header{flex-direction:column;align-items:flex-start;gap:12px}.stepItem{flex-direction:column}.stepItem__number{align-self:flex-start}}.createPostModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}.createPostModal{background:#fff;border-radius:20px;padding:0;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:modalSlideUp .3s ease;display:flex;flex-direction:column}@keyframes modalSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.createPostModal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 20px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#fff;z-index:10;border-radius:20px 20px 0 0}.createPostModal__title{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 4px;font-family:Lexend Deca,sans-serif;letter-spacing:-.3px}.createPostModal__subtitle{font-size:13px;color:#64748b;margin:0;font-weight:400}.createPostModal__close{background:#f1f5f9;border:none;font-size:20px;color:#64748b;cursor:pointer;padding:8px;line-height:1;border-radius:8px;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.createPostModal__close:hover:not(:disabled){background:#e2e8f0;color:#1f2937}.createPostModal__close:disabled{opacity:.5;cursor:not-allowed}.createPostModal__form{padding:24px;display:flex;flex-direction:column;gap:20px}.createPostModal__mediaSection{margin-bottom:8px}.createPostModal__mediaLabel{display:block;cursor:pointer}.createPostModal__fileInput{display:none}.createPostModal__mediaPlaceholder{border:2px dashed #cbd5e1;border-radius:16px;padding:60px 20px;text-align:center;background:#f8fafc;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:12px}.createPostModal__mediaPlaceholder:hover{border-color:#3b82f6;background:#eff6ff}.createPostModal__mediaIcon{font-size:48px;display:block}.createPostModal__mediaText{font-size:16px;font-weight:600;color:#475569;font-family:Lexend Deca,sans-serif}.createPostModal__mediaHint{font-size:13px;color:#94a3b8}.createPostModal__mediaPreview{position:relative;border-radius:16px;overflow:hidden;background:#000}.createPostModal__previewImage{width:100%;max-height:400px;object-fit:contain;display:block}.createPostModal__previewVideo{width:100%;max-height:400px;display:block}.createPostModal__removeMedia{position:absolute;top:12px;right:12px;background:#000000b3;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.createPostModal__removeMedia:hover:not(:disabled){background:#000000e6}.createPostModal__removeMedia:disabled{opacity:.5;cursor:not-allowed}.createPostModal__label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;font-family:Lexend Deca,sans-serif}.createPostModal__label--toggle{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.createPostModal__textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:Lexend Deca,sans-serif;resize:vertical;min-height:100px;transition:all .2s;background:#fff;color:#1f2937}.createPostModal__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.createPostModal__textarea:disabled{background:#f8fafc;cursor:not-allowed}.createPostModal__charCount{display:block;text-align:right;font-size:12px;color:#94a3b8;margin-top:4px}.createPostModal__select{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:Lexend Deca,sans-serif;background:#fff;color:#1f2937;cursor:pointer;transition:all .2s}.createPostModal__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.createPostModal__select:disabled{background:#f8fafc;cursor:not-allowed}.createPostModal__input{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:Lexend Deca,sans-serif;transition:all .2s;background:#fff;color:#1f2937}.createPostModal__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.createPostModal__input:disabled{background:#f8fafc;cursor:not-allowed}.createPostModal__amountInput{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;transition:all .2s}.createPostModal__amountInput:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.createPostModal__amountSymbol{padding:12px 0 12px 16px;font-size:16px;font-weight:700;color:#64748b;font-family:Lexend Deca,sans-serif}.createPostModal__amountInput .createPostModal__input{border:none;padding-left:8px;font-size:16px;font-weight:600}.createPostModal__amountInput .createPostModal__input:focus{box-shadow:none}.createPostModal__hint{display:block;font-size:12px;color:#94a3b8;margin-top:4px;font-style:italic}.createPostModal__toggle{position:relative;width:48px;height:26px;background:#cbd5e1;border:none;border-radius:999px;cursor:pointer;transition:all .3s;padding:0;flex-shrink:0}.createPostModal__toggle--active{background:linear-gradient(135deg,#ef4444,#dc2626)}.createPostModal__toggleSlider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.createPostModal__toggle--active .createPostModal__toggleSlider{transform:translate(22px)}.createPostModal__row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}.createPostModal__error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;font-size:13px;font-weight:500}.createPostModal__progress{display:flex;flex-direction:column;gap:8px}.createPostModal__progressBar{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.createPostModal__progressFill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease;border-radius:999px}.createPostModal__progressText{font-size:13px;color:#64748b;text-align:center;font-weight:500}.createPostModal__actions{display:flex;gap:12px;margin-top:8px}.createPostModal__cancelBtn{flex:1;padding:14px 20px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.createPostModal__cancelBtn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.createPostModal__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.createPostModal__submitBtn{flex:2;padding:14px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f64d;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px}.createPostModal__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.createPostModal__submitBtn:active:not(:disabled){transform:translateY(0)}.createPostModal__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 640px){.createPostModal{max-width:100%;border-radius:20px 20px 0 0;max-height:95vh}.createPostModal__row{grid-template-columns:1fr}.createPostModal__label--toggle{margin-top:8px}}.reliefFeed{padding:0;max-width:100%;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.reliefFeed::-webkit-scrollbar{width:10px}.reliefFeed::-webkit-scrollbar-track{background:#f1f5f9}.reliefFeed::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.reliefFeed::-webkit-scrollbar-thumb:hover{background:#94a3b8}.reliefFeed__container{display:flex;flex-direction:column;gap:24px;padding-bottom:24px}.reliefFeed__actions{margin-bottom:24px;display:flex;justify-content:flex-end;gap:12px}.reliefFeed__donateBtn{padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Lexend Deca,sans-serif;box-shadow:0 2px 8px #10b9814d}.reliefFeed__donateBtn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.reliefFeed__createBtn{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Lexend Deca,sans-serif;box-shadow:0 2px 8px #3b82f64d}.reliefFeed__createBtn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.reliefFeed__createBtn:active{background:#1d4ed8}@media (max-width: 768px){.reliefFeed__actions{justify-content:stretch}.reliefFeed__createBtn,.reliefFeed__donateBtn{width:100%}}.reliefFeed__error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:16px 20px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 1px 3px #0000001a}.reliefFeed__loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;color:#64748b;font-size:14px;font-weight:500}.spinner{width:20px;height:20px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#3b82f6;animation:spin .7s linear infinite}.reliefFeed__empty{text-align:center;padding:80px 40px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.reliefFeed__emptyIcon{font-size:64px;display:block;margin-bottom:20px;opacity:.8}.reliefFeed__emptyText{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 12px;font-family:Lexend Deca,sans-serif}.reliefFeed__emptySubtext{font-size:14px;color:#64748b;max-width:480px;margin:0 auto;line-height:1.6}.reliefFeed__posts{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto;width:100%}.reliefFeed__loadMore{text-align:center;padding:24px}.reliefFeed__loadMoreBtn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 32px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f64d;font-family:Lexend Deca,sans-serif}.reliefFeed__loadMoreBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.reliefFeed__loadMoreBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.reliefFeed__toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 8px 24px #0003;z-index:1000;animation:slideUp .3s ease;font-family:Lexend Deca,sans-serif}@keyframes slideUp{0%{transform:translate(-50%) translateY(20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.postCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column;width:100%;transition:box-shadow .2s ease}.postCard:hover{box-shadow:0 4px 12px #0000001f}.postCard__header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #f1f5f9}.postCard__avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e2e8f0;cursor:pointer;transition:transform .2s}.postCard__avatar:hover{transform:scale(1.05)}.postCard__avatarImg{width:100%;height:100%;object-fit:cover}.postCard__avatarFallback{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;font-family:Lexend Deca,sans-serif}.postCard__userInfo{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.postCard__userName{font-weight:600;color:#0f172a;font-size:14px;font-family:Lexend Deca,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:color .2s}.postCard__userName:hover{color:#3b82f6}.postCard__location{font-size:13px;color:#64748b;display:flex;align-items:center;gap:4px;font-weight:400}.postCard__verified{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap;border:1px solid #93c5fd;font-family:Lexend Deca,sans-serif}.postCard__mediaContainer{position:relative;width:100%;aspect-ratio:16 / 9;max-height:500px;min-height:300px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.postCard__image{width:100%;height:100%;object-fit:cover;display:block;min-height:100%}.postCard__video{width:100%;height:100%;object-fit:cover;display:block;background:#000;min-height:100%}.postCard__urgentTag{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 2px 8px #ef444466;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px}.postCard__fulfilledTag{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 2px 8px #0003;font-family:Lexend Deca,sans-serif}.postCard__content{padding:12px 16px 8px;flex:1;display:flex;flex-direction:column;gap:8px}.postCard__title{font-size:15px;font-weight:600;color:#0f172a;margin:0;line-height:1.5;font-family:Lexend Deca,sans-serif}.postCard__description{font-size:14px;color:#475569;line-height:1.6;margin:0;font-weight:400;word-wrap:break-word;white-space:pre-wrap}.postCard__description--clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.postCard__seeMore{color:#3b82f6;font-size:14px;font-weight:600;background:none;border:none;cursor:pointer;padding:0;margin-top:4px;transition:color .2s;font-family:Lexend Deca,sans-serif;align-self:flex-start}.postCard__seeMore:hover{color:#2563eb;text-decoration:underline}.postCard__donation{padding:14px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.postCard__donationSummary{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 10px;font-family:Lexend Deca,sans-serif;display:flex;justify-content:space-between;align-items:center}.postCard__donationSummary span:first-child{color:#10b981;font-weight:700}.postCard__donationSummary span:last-child{color:#64748b;font-weight:600}.postCard__progressBar{height:10px;background:#e2e8f0;border-radius:10px;overflow:hidden;position:relative}.postCard__progressFill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);transition:width .6s ease;border-radius:10px;position:relative}.postCard__progressFill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.postCard__actions{display:flex;gap:12px;padding:8px 16px;border-bottom:1px solid #f1f5f9;align-items:center}.postCard__actionBtn{padding:8px 16px;border:none;background:transparent;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Lexend Deca,sans-serif;color:#64748b;flex:0 0 auto}.postCard__actionBtn:hover:not(:disabled){background:#f8fafc;color:#0f172a}.postCard__actionBtn--active{color:#3b82f6}.postCard__actionBtn--active:hover:not(:disabled){background:#eff6ff;color:#2563eb}.postCard__actionBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.postCard__actionBtn--upvote{font-size:16px;gap:4px}.postCard__actionBtn--upvote span:first-child{font-size:18px;line-height:1}.postCard__actionBtn--donate{flex:1}.postCard__donateBtn{width:calc(100% - 32px);padding:12px 18px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;margin:12px 16px;box-shadow:0 2px 8px #10b9814d;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:8px}.postCard__donateBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.postCard__donateBtn:active:not(:disabled){transform:translateY(0)}.postCard__donateBtn--own{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 2px 8px #64748b4d}.postCard__donateBtn--own:hover:not(:disabled){background:linear-gradient(135deg,#475569,#334155);box-shadow:0 4px 12px #64748b66}.postCard__donateBtn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.postCard__donateBtn--secondary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f64d}.postCard__donateBtn--secondary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f666}.postCard__donateBtn{position:relative;display:flex;align-items:center;justify-content:center;gap:8px}.postCard__footer{font-size:12px;color:#94a3b8;padding:10px 16px;background:#f8fafc;border-top:1px solid #f1f5f9;font-weight:400}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:16px;padding:0;max-width:480px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px #00000026;animation:modalSlideUp .3s ease;display:flex;flex-direction:column}@keyframes modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal--large{max-width:600px}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;border-bottom:1px solid #e2e8f0}.modal__header h2{font-size:20px;font-weight:700;color:#1f2937;margin:0;font-family:Lexend Deca,sans-serif;letter-spacing:-.3px}.modal__close{background:#f1f5f9;border:none;font-size:20px;color:#64748b;cursor:pointer;padding:8px;line-height:1;border-radius:8px;transition:all .2s;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal__close:hover{background:#e2e8f0;color:#1f2937}.modal form{padding:24px;display:flex;flex-direction:column;gap:20px}.modal__label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;font-family:Lexend Deca,sans-serif}.modal__input{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:Lexend Deca,sans-serif;transition:all .2s;background:#fff;color:#1f2937}.modal__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal__input--error{border-color:#ef4444}.modal__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.modal__input--small{width:100px}.modal__error{color:#dc2626;font-size:13px;font-weight:500;margin:-12px 0 0;padding:8px 12px;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.modal__submit{width:100%;padding:14px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f64d;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px}.modal__submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.modal__submit:active{transform:translateY(0)}.modal__cancel{width:100%;padding:12px 20px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.modal__cancel:hover{background:#f8fafc;border-color:#cbd5e1}.modal__actions{display:flex;gap:12px}.modal__items{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;padding:4px}.modal__item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;transition:all .2s}.modal__item:hover{border-color:#cbd5e1;background:#fff}.modal__item label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569;font-family:Lexend Deca,sans-serif}.modal__itemName{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px;font-family:Lexend Deca,sans-serif}.modal__itemNeeded{font-size:12px;color:#64748b;margin:0;font-weight:400}.modal__quickAmounts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.modal__quickAmountBtn{padding:10px 12px;border:1.5px solid #e2e8f0;background:#fff;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.modal__quickAmountBtn:hover,.modal__quickAmountBtn--selected{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.findShelter{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.findShelter::-webkit-scrollbar{width:10px}.findShelter::-webkit-scrollbar-track{background:#f1f5f9}.findShelter::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.findShelter::-webkit-scrollbar-thumb:hover{background:#94a3b8}.findShelter__actions{display:flex;justify-content:flex-end;gap:12px;padding:0}.findShelter__headerContent{flex:1}.findShelter__title{font-size:24px;font-weight:700;margin:0 0 8px;color:#0f172a;font-family:Lexend Deca,sans-serif;letter-spacing:-.5px}.findShelter__subtitle{font-size:14px;margin:0;color:#64748b;line-height:1.5}.findShelter__backBtn{padding:10px 20px;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.findShelter__backBtn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.findShelter__emergencyAlert{padding:16px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;border-left:4px solid #ef4444}.findShelter__emergencyContent{font-size:14px;color:#991b1b;line-height:1.5}.findShelter__emergencyLink{color:#dc2626;font-weight:700;text-decoration:none}.findShelter__emergencyLink:hover{text-decoration:underline}.findShelter__inputSection{display:flex;flex-direction:column;gap:20px}.findShelter__inputCard{background:#fff;border-radius:16px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.findShelter__inputTitle{font-size:20px;font-weight:700;margin:0 0 8px;color:#0f172a;font-family:Lexend Deca,sans-serif}.findShelter__inputDescription{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.6}.findShelter__inputGroup{display:flex;flex-direction:column;gap:16px}.findShelter__textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:Lexend Deca,sans-serif;resize:vertical;transition:border-color .2s;background:#fff;color:#0f172a;line-height:1.5}.findShelter__textarea:focus{outline:none;border-color:#3b82f6}.findShelter__textarea::placeholder{color:#94a3b8}.findShelter__textarea:disabled{background:#f8fafc;cursor:not-allowed}.findShelter__inputActions{display:flex;gap:12px;align-items:center}.findShelter__voiceBtn{padding:12px 24px;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.findShelter__voiceBtn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.findShelter__voiceBtn--active{background:#fee2e2;border-color:#ef4444;color:#dc2626}.findShelter__voiceBtn:disabled{opacity:.6;cursor:not-allowed}.findShelter__submitBtn{flex:1;padding:12px 24px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif;box-shadow:0 2px 4px #3b82f633}.findShelter__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.findShelter__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.findShelter__quickActions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.findShelter__quickBtn{padding:16px 24px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#0f172a;font-family:Lexend Deca,sans-serif}.findShelter__quickBtn--medical{border-color:#dc2626;color:#dc2626}.findShelter__quickBtn--medical:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.findShelter__quickBtn--police{border-color:#f59e0b;color:#d97706}.findShelter__quickBtn--police:hover:not(:disabled){background:#fffbeb;border-color:#f59e0b}.findShelter__quickBtn--shelter{border-color:#3b82f6;color:#2563eb}.findShelter__quickBtn--shelter:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.findShelter__quickBtn:disabled{opacity:.6;cursor:not-allowed}.findShelter__status{padding:12px 16px;border-radius:8px;font-size:13px;font-weight:500;text-align:center}.findShelter__status--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.findShelter__status--warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.findShelter__loading{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:#64748b;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.findShelter__loading .spinner{width:20px;height:20px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#3b82f6;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.findShelter__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.findShelter__card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.findShelter__card--map{padding:0;overflow:hidden}.findShelter__cardTitle{font-size:13px;font-weight:600;margin:0 0 20px;color:#64748b;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px}.findShelter__card--map .findShelter__cardTitle{padding:24px 24px 16px;margin-bottom:0;border-bottom:1px solid #e2e8f0}.findShelter__map{width:100%;height:500px;border:none;display:block;position:relative;z-index:0;border-radius:8px;overflow:hidden}.findShelter__shelterList{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}.findShelter__shelterList::-webkit-scrollbar{width:8px}.findShelter__shelterList::-webkit-scrollbar-track{background:#f1f5f9}.findShelter__shelterList::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.findShelter__shelterItem{display:flex;gap:12px;padding:16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.findShelter__shelterItem:hover{background:#f1f5f9;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.findShelter__shelterItem--selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.findShelter__shelterNumber{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.findShelter__shelterInfo{flex:1;min-width:0}.findShelter__shelterName{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px}.findShelter__shelterAddress{font-size:14px;color:#64748b;margin-bottom:8px}.findShelter__shelterMeta{display:flex;gap:12px;font-size:12px;color:#94a3b8}.findShelter__shelterDistance,.findShelter__shelterRating{display:flex;align-items:center;gap:4px}.findShelter__routeSummary{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.findShelter__routeItem{display:flex;justify-content:space-between;font-size:13px}.findShelter__routeItem span{color:#64748b}.findShelter__routeItem strong{color:#0f172a;font-weight:600}.findShelter__directionsLink{display:inline-block;padding:10px 20px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.findShelter__directionsLink:hover{background:#2563eb;transform:translateY(-1px)}.findShelter__mapPlaceholder{height:500px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px;background:#f8fafc}.findShelter__destination{display:flex;flex-direction:column;gap:24px}.findShelter__destinationName{font-size:20px;font-weight:700;color:#0f172a;font-family:Lexend Deca,sans-serif;line-height:1.3}.findShelter__destinationAddress{font-size:14px;color:#64748b;line-height:1.6;margin-top:4px}.findShelter__routeInfo{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:24px;border-top:1px solid #e2e8f0}.findShelter__routeItem{display:flex;flex-direction:column;gap:6px}.findShelter__routeLabel{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.findShelter__routeValue{font-size:18px;font-weight:700;color:#0f172a;font-family:Lexend Deca,sans-serif}.findShelter__steps{display:flex;flex-direction:column;gap:16px}.findShelter__step{display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.findShelter__stepNumber{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;font-family:Lexend Deca,sans-serif}.findShelter__stepContent{flex:1}.findShelter__stepInstruction{font-size:14px;color:#0f172a;line-height:1.6;margin-bottom:6px}.findShelter__stepInstruction :global(a){color:#3b82f6;text-decoration:none}.findShelter__stepInstruction :global(a):hover{text-decoration:underline}.findShelter__stepInstruction :global(b){font-weight:600;color:#0f172a}.findShelter__stepDetails{font-size:12px;color:#94a3b8;font-weight:500}.findShelter__error{padding:16px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;font-size:14px;font-weight:500}@media (max-width: 1200px){.findShelter__grid,.findShelter__routeInfo{grid-template-columns:1fr}}@media (max-width: 768px){.findShelter__quickActions{grid-template-columns:1fr}.findShelter__inputActions{flex-direction:column}.findShelter__submitBtn{width:100%}.findShelter__header{flex-direction:column;align-items:stretch}.findShelter__backBtn{width:100%}.findShelter__inputCard{padding:24px}}.donate{padding:0;max-width:100%;height:100%;overflow-y:auto;overflow-x:hidden;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.donate::-webkit-scrollbar{width:10px}.donate::-webkit-scrollbar-track{background:#f1f5f9}.donate::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.donate::-webkit-scrollbar-thumb:hover{background:#94a3b8}.donate__container{max-width:1200px;margin:0 auto}.donate__header{margin-bottom:32px;text-align:center}.donate__title{font-size:32px;font-weight:700;margin:0 0 12px;color:#0f172a;font-family:Lexend Deca,sans-serif;letter-spacing:-.5px}.donate__subtitle{font-size:16px;color:#64748b;margin:0;line-height:1.6}.donate__content{display:grid;grid-template-columns:1fr 400px;gap:24px}.donate__card{background:#fff;border-radius:16px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.donate__form{display:flex;flex-direction:column;gap:24px}.donate__section{display:flex;flex-direction:column;gap:12px}.donate__label{font-size:14px;font-weight:600;color:#374151;font-family:Lexend Deca,sans-serif}.donate__sectionTitle{font-size:14px;font-weight:600;color:#475569;margin:0;font-family:Lexend Deca,sans-serif}.donate__input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:18px;font-weight:600;font-family:Lexend Deca,sans-serif;transition:all .2s;background:#fff;color:#0f172a;text-align:center}.donate__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.donate__input--error{border-color:#ef4444}.donate__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.donate__quickAmounts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.donate__quickAmountBtn{padding:12px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:10px;font-size:15px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s;font-family:Lexend Deca,sans-serif}.donate__quickAmountBtn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.donate__quickAmountBtn--selected{border-color:#3b82f6;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.donate__quickAmountBtn:disabled{opacity:.6;cursor:not-allowed}.donate__textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:Lexend Deca,sans-serif;resize:vertical;transition:border-color .2s;background:#fff;color:#0f172a;line-height:1.6}.donate__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.donate__charCount{font-size:12px;color:#94a3b8;text-align:right;margin-top:-8px}.donate__error{padding:14px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;font-size:14px;font-weight:500}.donate__success{padding:14px 18px;background:#d1fae5;border:1px solid #a7f3d0;border-radius:12px;color:#065f46;font-size:14px;font-weight:500}.donate__submitBtn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;font-family:Lexend Deca,sans-serif;text-transform:uppercase;letter-spacing:.5px}.donate__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.donate__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.donate__info{display:flex;flex-direction:column;gap:24px}.donate__infoCard{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.donate__infoTitle{font-size:18px;font-weight:700;margin:0 0 16px;color:#0f172a;font-family:Lexend Deca,sans-serif}.donate__infoList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.donate__infoList li{font-size:14px;color:#475569;line-height:1.6;padding-left:24px;position:relative}.donate__infoList li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.donate__infoText{font-size:14px;color:#475569;line-height:1.6;margin:0}@media (max-width: 1024px){.donate__content{grid-template-columns:1fr}}@media (max-width: 768px){.donate__card{padding:24px}.donate__quickAmounts{grid-template-columns:repeat(3,1fr)}.donate__title{font-size:24px}}.settings{padding:24px 24px 48px;max-width:1200px;margin:0 auto;min-height:100%}.settings__header{margin-bottom:32px}.settings__title{font-size:32px;font-weight:700;color:#0f172a;margin:0 0 8px}.settings__subtitle{font-size:16px;color:#64748b;margin:0}.settings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.settings__card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.settings__card--full{grid-column:1 / -1}.settings__cardTitle{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 20px}.settings__cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.settings__status{display:flex;justify-content:center}.settings__options{display:flex;flex-direction:column;gap:24px}.settings__option{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.settings__option:last-child{border-bottom:none;padding-bottom:0}.settings__optionInfo{flex:1}.settings__optionLabel{display:block;font-size:16px;font-weight:600;color:#0f172a;margin-bottom:4px;cursor:pointer}.settings__optionDesc{font-size:14px;color:#64748b;margin:0}.settings__toggle{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.settings__toggle input{opacity:0;width:0;height:0}.settings__toggleSlider{position:absolute;top:0;left:0;right:0;bottom:0;background:#cbd5e1;border-radius:28px;transition:.3s}.settings__toggleSlider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 2px 4px #0003}.settings__toggle input:checked+.settings__toggleSlider{background:#3b82f6}.settings__toggle input:checked+.settings__toggleSlider:before{transform:translate(24px)}.settings__addButton{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.settings__addButton:hover{background:#2563eb;transform:translateY(-1px)}.settings__contacts{display:flex;flex-direction:column;gap:12px}.settings__contact{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.settings__contactInfo{flex:1}.settings__contactName{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:4px}.settings__contactNumber{font-size:14px;color:#64748b}.settings__contactActions{display:flex;gap:8px}.settings__callButton{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.settings__callButton:hover{background:#059669}.settings__removeButton{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.settings__removeButton:hover{background:#dc2626}@media (max-width: 768px){.settings{padding:16px}.settings__grid{grid-template-columns:1fr}.settings__cardHeader{flex-direction:column;align-items:flex-start;gap:12px}}.disasterManagement{padding:24px 24px 48px;max-width:1400px;margin:0 auto;min-height:100%}.disasterManagement__tabs{display:flex;gap:12px;margin-bottom:32px;border-bottom:2px solid #e2e8f0}.disasterManagement__tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:16px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:-2px}.disasterManagement__tab:hover{color:#0f172a}.disasterManagement__tab--active{color:#3b82f6;border-bottom-color:#3b82f6}.disasterManagement__content{display:flex;flex-direction:column;gap:32px}.disasterManagement__section{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.disasterManagement__sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.disasterManagement__sectionTitle{font-size:20px;font-weight:700;color:#0f172a;margin:0}.disasterManagement__refreshBtn{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.disasterManagement__refreshBtn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.disasterManagement__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.disasterManagement__progress{margin-bottom:24px}.disasterManagement__progressBar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.disasterManagement__progressFill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s}.disasterManagement__progressText{font-size:14px;color:#64748b;font-weight:600}.disasterManagement__checklist{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.disasterManagement__checklistItem{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;cursor:pointer;transition:all .2s}.disasterManagement__checklistItem:hover{background:#f1f5f9}.disasterManagement__checklistItem input[type=checkbox]{width:20px;height:20px;cursor:pointer}.disasterManagement__alerts{display:flex;flex-direction:column;gap:12px}.disasterManagement__alert{display:flex;gap:16px;padding:16px;background:#fff;border-left:4px solid #f59e0b;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-bottom:12px}.disasterManagement__alert:last-child{margin-bottom:0}.disasterManagement__alertIcon{font-size:24px}.disasterManagement__alertHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}.disasterManagement__alertContent h3{margin:0;font-size:16px;font-weight:700;color:#0f172a;flex:1}.disasterManagement__alertSeverity{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.disasterManagement__alertContent p{margin:0 0 12px;font-size:14px;color:#475569;line-height:1.5}.disasterManagement__alertMeta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b}.disasterManagement__alertTime,.disasterManagement__alertEnd,.disasterManagement__alertSource{display:flex;align-items:center;gap:4px}.disasterManagement__alertSource{font-style:italic}.disasterManagement__empty{text-align:center;padding:40px;color:#64748b}.disasterManagement__mapContainer{margin-bottom:16px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;position:relative;z-index:0}.disasterManagement__mapContainer .leaflet-container{height:100%;width:100%;border-radius:12px}.disasterManagement__mapPlaceholder{height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;color:#64748b}.disasterManagement__routes{display:flex;gap:12px;flex-wrap:wrap}.disasterManagement__routeBtn{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.disasterManagement__routeBtn:hover{background:#2563eb;transform:translateY(-1px)}.disasterManagement__updateForm{display:flex;flex-direction:column;gap:12px}.disasterManagement__statusSelect{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit}.disasterManagement__updateInput{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical}.disasterManagement__updateBtn{padding:12px 24px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.disasterManagement__updateBtn:hover{background:#059669}.disasterManagement__resources{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.disasterManagement__resourceBtn{padding:16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s}.disasterManagement__resourceBtn:hover{background:#f1f5f9;border-color:#3b82f6;transform:translateY(-2px)}.disasterManagement__damageForm{display:flex;flex-direction:column;gap:16px}.disasterManagement__label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:#0f172a}.disasterManagement__select,.disasterManagement__textarea{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit}.disasterManagement__textarea{resize:vertical}.disasterManagement__fileInput{padding:8px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.disasterManagement__submitBtn{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.disasterManagement__submitBtn:hover{background:#2563eb}.disasterManagement__recoveryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.disasterManagement__recoveryCard{padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.disasterManagement__recoveryCard h3{margin:0 0 8px;font-size:18px;font-weight:700;color:#0f172a}.disasterManagement__recoveryCard p{margin:0 0 16px;font-size:14px;color:#64748b}.disasterManagement__recoveryBtn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.disasterManagement__recoveryBtn:hover{background:#2563eb}.disasterManagement__support{display:flex;gap:12px;flex-wrap:wrap}.disasterManagement__supportBtn{padding:12px 24px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.disasterManagement__supportBtn:hover{background:#059669}@media (max-width: 768px){.disasterManagement{padding:16px}.disasterManagement__tabs{flex-direction:column;gap:0}.disasterManagement__tab{border-bottom:1px solid #e2e8f0;border-left:3px solid transparent;margin-bottom:0}.disasterManagement__tab--active{border-left-color:#3b82f6;border-bottom-color:#e2e8f0}}.locationUpdates{padding:24px 24px 48px;max-width:1400px;margin:0 auto;min-height:100%}.locationUpdates__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.locationUpdates__title{font-size:32px;font-weight:700;color:#0f172a;margin:0 0 8px}.locationUpdates__subtitle{font-size:16px;color:#64748b;margin:0}.locationUpdates__postBtn{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.locationUpdates__postBtn:hover{background:#2563eb;transform:translateY(-1px)}.locationUpdates__formCard{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.locationUpdates__formTitle{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 20px}.locationUpdates__form{display:flex;flex-direction:column;gap:16px}.locationUpdates__label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:#0f172a}.locationUpdates__select,.locationUpdates__textarea{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s}.locationUpdates__select:focus,.locationUpdates__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.locationUpdates__textarea{resize:vertical}.locationUpdates__locationInfo{padding:12px;background:#d1fae5;border-radius:8px;font-size:14px;color:#065f46}.locationUpdates__locationWarning{padding:12px;background:#fef3c7;border-radius:8px;font-size:14px;color:#92400e}.locationUpdates__submitBtn{padding:12px 24px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.locationUpdates__submitBtn:hover:not(:disabled){background:#059669}.locationUpdates__submitBtn:disabled{opacity:.5;cursor:not-allowed}.locationUpdates__filters{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.locationUpdates__filterBtn{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.locationUpdates__filterBtn:hover{background:#f1f5f9;border-color:#cbd5e1}.locationUpdates__filterBtn--active{background:#3b82f6;color:#fff;border-color:#3b82f6}.locationUpdates__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.locationUpdates__mapContainer{height:600px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc}.locationUpdates__mapPlaceholder{height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px}.locationUpdates__list{display:flex;flex-direction:column;gap:12px;max-height:600px;overflow-y:auto}.locationUpdates__list::-webkit-scrollbar{width:8px}.locationUpdates__list::-webkit-scrollbar-track{background:#f1f5f9}.locationUpdates__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.locationUpdates__card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;border-left:4px solid #10b981;box-shadow:0 1px 3px #0000001a}.locationUpdates__cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.locationUpdates__statusBadge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;color:#fff}.locationUpdates__time{font-size:12px;color:#64748b}.locationUpdates__message{margin:0 0 12px;font-size:14px;color:#0f172a;line-height:1.5}.locationUpdates__cardFooter{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b}.locationUpdates__location{display:flex;align-items:center;gap:4px}.locationUpdates__reporter{font-style:italic}.locationUpdates__empty{text-align:center;padding:60px 20px;color:#64748b}.locationUpdates__popup{min-width:200px}.locationUpdates__popup strong{display:block;margin-bottom:8px;font-size:14px}.locationUpdates__popup p{margin:4px 0;font-size:13px;color:#475569}.locationUpdates__loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px;color:#64748b}@media (max-width: 1024px){.locationUpdates__grid{grid-template-columns:1fr}.locationUpdates__mapContainer{height:400px}.locationUpdates__list{max-height:none}}@media (max-width: 768px){.locationUpdates{padding:16px}.locationUpdates__header{flex-direction:column}.locationUpdates__filters{overflow-x:auto;-webkit-overflow-scrolling:touch}}.requestHelpModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.requestHelpModal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.requestHelpModal__close{position:absolute;top:16px;right:16px;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.requestHelpModal__close:hover{background:#fff;color:#1e293b;transform:scale(1.1)}.requestHelpModal__header{padding:24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff}.requestHelpModal__header h2{margin:0 0 4px;font-size:24px;font-weight:700;color:#fff}.requestHelpModal__subtitle{margin:0;font-size:14px;color:#ffffffe6}.requestHelpModal__form{padding:24px;flex:1}.formGroup{margin-bottom:20px}.formLabelRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.formLabel{display:block;font-size:14px;font-weight:600;color:#1e293b}.voiceButton{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.voiceButton:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.voiceButton:disabled{opacity:.5;cursor:not-allowed}.voiceButton--active{background:#fee2e2;border-color:#ef4444;color:#dc2626;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.voiceButton__icon{font-size:16px;display:inline-block}.voiceButton__icon--stop{animation:blink 1s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.voiceButton__text{font-size:12px}.formTextarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;resize:vertical;transition:border-color .2s}.formTextarea:focus{outline:none;border-color:#3b82f6}.formTextarea:disabled{background:#f1f5f9;cursor:not-allowed}.formTextarea--listening{border-color:#ef4444;background:#fef2f2;animation:listeningPulse 2s ease-in-out infinite}@keyframes listeningPulse{0%,to{box-shadow:0 0 #ef444433}50%{box-shadow:0 0 0 4px #ef444400}}.listeningIndicator{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:13px;font-weight:600;margin-top:8px}.listeningIndicator__dot{width:10px;height:10px;background:#dc2626;border-radius:50%;animation:blink 1s ease-in-out infinite}.speechError{padding:8px 12px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:12px;margin-top:8px}.formHint{font-size:12px;color:#64748b;margin-top:6px}.locationInfo{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.locationInfo__icon{width:20px;height:20px;min-width:20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.locationInfo__icon:before{content:"📍";font-size:12px}.locationInfo__details{flex:1}.locationInfo__address{font-size:14px;font-weight:600;color:#166534;margin-bottom:4px}.locationInfo__coords{font-size:12px;color:#15803d;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace}.locationError{padding:12px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:14px}.formError{padding:12px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px}.requestHelpModal__actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e5e7eb}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#ef4444;color:#fff}.btn--primary:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.btn--secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0}.btn--secondary:hover:not(:disabled){background:#f8fafc}.sosButton{position:fixed;bottom:24px;right:24px;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);border:4px solid #ffffff;box-shadow:0 4px 20px #ef444466,0 0 #ef4444b3;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease;color:#fff;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px}.sosButton:hover{transform:scale(1.05);box-shadow:0 6px 30px #ef444499,0 0 #ef4444b3}.sosButton:active{transform:scale(.95)}.sosButton--active{animation:sosPulse 1s infinite;box-shadow:0 0 #ef4444b3}.sosButton--activating{background:linear-gradient(135deg,#f59e0b,#d97706)}.sosButton__content{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.sosButton__text{font-size:18px;font-weight:900;line-height:1}.sosButton__subtext{font-size:9px;font-weight:600;opacity:.9;margin-top:2px}.sosButton__countdown{font-size:32px;font-weight:900;line-height:1}.sosButton__check{font-size:40px;font-weight:900;line-height:1;color:#10b981}.sosButton__error{font-size:40px;font-weight:900;line-height:1;color:#fbbf24}.sosButton__pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:#ef44444d;animation:pulseRing 1.5s infinite}@keyframes sosPulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 20px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@media (max-width: 768px){.sosButton{width:70px;height:70px;bottom:20px;right:20px}.sosButton__text{font-size:16px}.sosButton__subtext{font-size:8px}}.notificationToast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:2000;animation:slideIn .3s ease-out;border-left:4px solid #3b82f6}.notificationToast--success{border-left-color:#10b981}.notificationToast--error{border-left-color:#ef4444}.notificationToast--warning{border-left-color:#f59e0b}.notificationToast--info{border-left-color:#3b82f6}.notificationToast__content{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:16px}.notificationToast__message{flex:1;font-size:14px;color:#0f172a;line-height:1.5}.notificationToast__close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.notificationToast__close:hover{background:#f1f5f9;color:#0f172a}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.notificationToast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.appShell{display:flex;min-height:100vh;background:#f1f5f9;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.appMain{flex:1;padding:16px 24px;overflow:hidden;background:#f8fafc;margin-left:260px;height:100vh;display:flex;flex-direction:column}.appMain__content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.appMain__content::-webkit-scrollbar{width:8px}.appMain__content::-webkit-scrollbar-track{background:#f1f5f9}.appMain__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.appMain__content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pagePlaceholder{padding:60px;text-align:center;color:#64748b;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.pagePlaceholder h2{color:#0f172a;margin-bottom:12px;font-size:24px;font-weight:700}.notificationContainer{position:fixed;top:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.notificationContainer>*{pointer-events:auto}@media (max-width: 768px){.appMain{margin-left:0;padding:16px}.notificationContainer{top:10px;right:10px;left:10px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #3b82f6;--primary-dark: #1e40af;--success-green: #10b981;--danger-red: #ef4444;--warning-orange: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}body{margin:0;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#0f172a;line-height:1.6}code{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Courier New,monospace}html{scroll-behavior:smooth}button:focus-visible,a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::selection{background:#dbeafe;color:#1e40af}
