@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap";:root{--color-primary: #0f172a;--color-primary-light: #1e293b;--color-accent: #38bdf8;--color-accent-hover: #0ea5e9;--color-bg-main: #f8fafc;--color-bg-card: rgba(255, 255, 255, .8);--color-glass-border: rgba(255, 255, 255, .4);--color-success: #10b981;--color-warning: #f59e0b;--color-orange: #f97316;--color-danger: #ef4444;--color-info: #3b82f6;--color-text-main: #1e293b;--color-text-muted: #64748b;--color-text-light: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .07);--glass-blur: blur(12px);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1.25rem;--spacing-lg: 2rem;--spacing-xl: 4rem}*{box-sizing:border-box;margin:0;padding:0}body{font-size:95%;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(circle at top right,#e2e8f0,#f8fafc);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}.card{background:var(--color-bg-card);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-glass);padding:var(--spacing-md);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #1f26871a}.container{max-width:1440px;margin:0 auto;padding:0 var(--spacing-lg)}.justify-between{justify-content:space-between}.gap-md{gap:var(--spacing-md)}.gap-sm{gap:var(--spacing-sm)}h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em}.text-primary{color:var(--color-accent)}.text-danger{color:var(--color-danger)}.text-warning{color:var(--color-warning)}.text-muted{color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;border:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover);transform:scale(1.02)}.animate-fade-in{animation:fadeIn .5s ease-out forwards}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px;border:2px solid #f1f5f9}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mobile-header{display:none;background:#fff;padding:.75rem 1rem;box-shadow:0 1px 2px #0000000d;align-items:center;gap:1rem;position:sticky;top:0;z-index:40;border-bottom:1px solid #e2e8f0}.mobile-title{font-weight:700;font-size:1.1rem;color:#0f172a}.menu-btn{background:transparent;border:none;cursor:pointer;padding:4px;color:#334155;display:flex;align-items:center;justify-content:center}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:45;animation:fadeIn .3s ease-out}@media(max-width:1024px){.app-layout{display:flex;flex-direction:column;min-height:100vh}.mobile-header{display:flex}.sidebar{transform:translate(-100%);position:fixed;top:0;left:0;bottom:0;z-index:50;width:280px;box-shadow:4px 0 15px #0000001a;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}.main-content{margin-left:0!important;width:100%;padding:1rem;overflow-x:hidden}.summary-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important}.table-wrapper,.monthly-table-wrapper{margin-left:0!important;margin-right:0!important;max-width:100%!important;border-radius:8px}.obs-table td,.obs-table th,.monthly-table td,.monthly-table th{padding:8px 4px!important;font-size:.8rem}}@media(max-width:640px){.summary-grid{grid-template-columns:1fr!important}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.title-row{flex-wrap:wrap}.btn-outline{width:100%;justify-content:center;margin-left:0;margin-top:.5rem}.day-cell{min-width:40px!important;width:40px!important}}@media print{.mobile-header,.sidebar,.sidebar-overlay,.menu-btn{display:none!important;visibility:hidden!important}.app-layout{display:block!important;width:100%!important;min-height:auto!important}.main-content{margin:0!important;padding:0!important;width:100%!important;max-width:none!important;overflow:visible!important}body{background:#fff!important;margin:0!important;padding:0!important}html{background:#fff!important}.card{box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid #e2e8f0!important}}.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}}.sidebar{width:280px;background-color:#0f172a;color:#fff;height:100vh;position:fixed;left:0;top:0;overflow-y:auto;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:var(--shadow-lg)}.sidebar-header{padding:2.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(255,255,255,.05),transparent)}.brand-container{display:flex;align-items:center;gap:1rem}.brand-logo{height:48px;width:auto;border-radius:var(--radius-sm);filter:brightness(1.2)}.sidebar-nav{padding:0 .875rem 1.5rem}.quick-access-box{margin-bottom:1rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.5rem}.quick-title{display:flex;align-items:center;gap:.5rem;font-size:.625rem;font-weight:800;color:#fff6;letter-spacing:.1em;text-transform:uppercase}.zone-switcher{display:flex;background:#ffffff0d;padding:2px;border-radius:6px;margin-bottom:4px}.zone-btn{flex:1;padding:6px;border-radius:4px;border:none;background:transparent;color:#fff6;font-size:.65rem;font-weight:800;cursor:pointer;transition:all .2s}.zone-btn.active{background:#ffffff1a;color:#fff}.select-group{display:flex;flex-direction:column;gap:.5rem}.styled-select{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.5rem .6rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;outline:none;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.8rem}.styled-select option{background-color:#1e293b;color:#fff}.nav-section{margin-bottom:2px}.nav-section-header{padding:.5rem .75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#ffffff80;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm);transition:all .2s}.nav-section-header:hover{background-color:#ffffff0d;color:#fff}.nav-divider-label{padding:12px 1rem 4px;font-size:.65rem;font-weight:800;color:#ffffff40;text-transform:uppercase;letter-spacing:.1em;margin-top:8px}.nav-section-content{display:flex;flex-direction:column;padding-left:0}.nav-item{padding:.5rem .75rem .5rem 1rem;color:#fff9;font-size:.85rem;transition:all .2s;display:flex;align-items:center;gap:10px;border-radius:var(--radius-sm);margin:1px 0}.nav-item.sub-nav{padding-left:1.5rem;font-size:.8rem}.nav-item:hover{background-color:#ffffff0d;color:var(--color-accent)}.nav-item.active{color:#fff;background-color:#38bdf826;font-weight:600}.nav-item.active:before{display:none}.dept-search-wrapper{margin:.5rem 1rem;position:relative;display:flex;align-items:center}.dept-search-wrapper .search-icon{position:absolute;left:.75rem;color:#fff6}.dept-search-wrapper input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.5rem .5rem .5rem 2.25rem;border-radius:var(--radius-sm);font-size:.8125rem;outline:none;transition:all .2s}.dept-search-wrapper input:focus{background:#ffffff1a;border-color:var(--color-accent)}.dept-list-scroll{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.dept-list-scroll::-webkit-scrollbar{width:4px}.dept-list-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.dept-item{gap:.75rem;padding:.5rem 1rem .5rem 1.25rem}.dept-code{background:#ffffff1a;padding:1px 6px;border-radius:4px;font-size:.75rem;font-weight:700;min-width:2.2rem;text-align:center;color:var(--color-accent)}.dept-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}@media(max-width:1024px){.sidebar{transform:translate(-100%);width:280px}.sidebar.open{transform:translate(0);box-shadow:20px 0 50px #0000004d}}@media print{.sidebar{display:none!important;visibility:hidden!important;width:0!important;transform:translate(-100%)!important}}.monthly-climate-table{background:#fff;border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 1px 3px #0000001a;font-family:inherit;border:none}.monthly-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.monthly-title{display:flex;flex-direction:column}.monthly-title h2{margin:0;font-size:1.5rem;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:10px}.station-label{color:#64748b;font-size:.875rem;font-weight:600;text-transform:uppercase}.monthly-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.monthly-controls select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;font-weight:600;color:#334155;background:#fff;cursor:pointer}.mode-toggle{display:flex;background:#f1f5f9;padding:4px;border-radius:8px;gap:4px}.mode-toggle button{padding:6px 12px;border:none;background:transparent;color:#64748b;font-size:.85rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s}.mode-toggle button.active{background:#fff;color:#3b82f6;box-shadow:0 1px 2px #0000000d}.export-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.export-btn:hover{background:#2563eb}.monthly-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:32px;background:#fff;box-shadow:0 1px 3px #0000001a;max-width:900px;margin-left:0;margin-right:auto}.monthly-table{width:100%;border-collapse:collapse;font-size:.85rem;text-align:center}.monthly-table thead{background:#0f172a}.monthly-table th{padding:10px 14px;text-align:center;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;border:none;white-space:nowrap}.monthly-table th svg{margin-bottom:-3px;margin-right:6px;color:#94a3b8}.monthly-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;text-align:center;color:#334155;font-feature-settings:"tnum"}.monthly-table tbody tr:hover{background-color:#eff6ff}.day-cell{font-weight:700;color:#fff!important;background:#334155;border-right:1px solid #475569;width:50px;min-width:50px}.tx-cell{background:#ef44440d;font-weight:700;color:#ef4444}.tx-hot-1{color:#f97316}.tx-hot-2{color:#ea580c;font-weight:800}.tx-hot-3{color:#dc2626;font-weight:800;background:#dc26261a}.tn-cell{font-weight:600;color:#3b82f6}.tn-cold-1{color:#2563eb}.tn-cold-2{color:#1d4ed8;font-weight:800}.tn-cold-3{color:#1e3a8a;font-weight:800;background:#1e3a8a1a}.rain-cell{color:#334155}.rain-light{background:#3b82f61a;color:#3182f6;font-weight:700}.rain-heavy{background:#2563eb33;color:#1d4ed8;font-weight:800}.sun-cell{color:#b45309;font-weight:600}.sun-zero{color:#cbd5e1;font-weight:400}.monthly-table tfoot{background:#f8fafc;border-top:1px solid #e2e8f0}.summary-row td{padding:16px;font-weight:700;color:#0f172a;font-size:.95rem}.monthly-stats{background:#fff;padding:0;border:none}.monthly-stats h3{margin:0 0 20px;font-size:1.25rem;color:#0f172a;font-weight:700;display:flex;align-items:center;gap:8px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.stat-item span{font-size:.85rem;color:#64748b;font-weight:500}.stat-item strong{font-size:1.25rem;color:#0f172a;font-weight:700}.stat-item strong.zero{color:#cbd5e1}@media(max-width:768px){.monthly-header{flex-direction:column;align-items:flex-start}.monthly-controls{width:100%;flex-direction:column;align-items:stretch}.monthly-controls select,.mode-toggle{width:100%}.mode-toggle button{flex:1}}.station-detail-v2{background:#f8fafc;min-height:100vh;padding:2rem;color:#1e293b}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.title-row{display:flex;align-items:center;gap:1rem}.blue-bar{width:6px;height:32px;background:#3b82f6;border-radius:2px}.detail-header h1{font-size:1.75rem;font-weight:700}.btn-outline{background:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;margin-left:.75rem;transition:all .2s}.btn-outline:hover{background:#f1f5f9;border-color:#94a3b8}.date-picker-row{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.date-picker-row h3{font-size:1.25rem;font-weight:700}.picker-controls{display:flex;align-items:center;gap:.5rem}.date-nav-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:all .2s}.date-nav-btn:hover{color:#3b82f6;transform:scale(1.1)}.date-display-wrapper{display:flex;align-items:center;gap:.75rem;padding:.4rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;position:relative;cursor:pointer;transition:border-color .2s}.date-display-wrapper:hover{border-color:#3b82f6}.calendar-icon-left{color:#64748b}.date-text-formatted{font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;color:#1e293b}.hidden-date-input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.icon-btn{background:#1e293b;color:#fff;border:none;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem}@media(max-width:1100px){.summary-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:500px){.summary-grid{grid-template-columns:1fr;gap:1rem}}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.stat-card .label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase}.stat-card .value{font-size:1.75rem;font-weight:800}.stat-card .value.red{color:#ef4444}.stat-card .value.blue{color:#3b82f6}.stat-card .value.orange{color:#f97316}.stat-card .value.info{color:#0ea5e9}.stat-card .sub{font-size:.75rem;color:#94a3b8}.main-obs-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-head h3{display:flex;align-items:center;gap:.75rem;font-size:1.125rem}.table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 1px 3px #0000001a;-webkit-overflow-scrolling:touch}.obs-table{width:100%;border-collapse:collapse;text-align:center;font-size:.875rem}.obs-table th{background:#0f172a;color:#fff;font-weight:600;padding:.75rem}.obs-table td{padding:.625rem;border-bottom:1px solid #f1f5f9}.obs-table tr.hour-row{background:#f8fafc}.obs-table tr:hover{background:#eff6ff}.time-col{background:#334155;color:#fff;font-weight:700}.temp-col{background:#ef44440d;font-weight:700;color:#ef4444}.wind-col small{color:#94a3b8}.rain-val{background:#3b82f61a;color:#3182f6;font-weight:700}.charts-section{display:flex;flex-direction:column;gap:1.5rem}.mini-chart-card{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.mini-chart-card h4{font-size:.75rem;font-weight:800;color:#475569;margin-bottom:1rem;text-align:center}.switch-label{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;font-weight:600;cursor:pointer}.switch-label input{display:none}.slider{width:32px;height:18px;background:#cbd5e1;border-radius:10px;position:relative;transition:.3s}.slider:before{content:"";position:absolute;width:12px;height:12px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background:#3b82f6}input:checked+.slider:before{transform:translate(14px)}.obs-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:.75rem;font-weight:600}@media(max-width:1200px){.main-obs-layout{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.summary-grid{grid-template-columns:1fr}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}}.detail-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.tab-btn{background:transparent;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-radius:8px 8px 0 0;transition:all .2s;position:relative}.tab-btn:hover{color:#1e293b;background:#f1f5f9}.tab-btn.active{color:#3b82f6}.tab-btn.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:#3b82f6;border-radius:3px 3px 0 0}.climatology-layout{display:flex;flex-direction:column;gap:2rem}.normals-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.full-chart{padding:2rem}.no-data-climatology{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1rem;color:#64748b}.no-data-climatology h3{color:#1e293b;font-size:1.25rem}.animate-fade-in{animation:fadeIn .3s ease-in-out}.records-section{margin-top:3rem}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.records-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.record-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f1f5f9}.record-header{padding:1rem;display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;font-size:1.1rem}.record-header.red{background:linear-gradient(135deg,#ef4444,#b91c1c)}.record-header.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.record-header.info{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.record-table{width:100%;border-collapse:collapse}.record-table th{background:#f8fafc;padding:.75rem 1rem;text-align:left;font-size:.75rem;text-transform:uppercase;color:#64748b;border-bottom:1px solid #e2e8f0}.record-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem}.red-val{color:#ef4444;font-weight:800;font-size:1rem}.blue-val{color:#3b82f6;font-weight:800;font-size:1rem}.info-val{color:#0ea5e9;font-weight:800;font-size:1rem}.date-val{color:#94a3b8;font-size:.7rem;font-style:italic}@media(max-width:768px){.detail-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.detail-header .btn-outline{width:100%!important;margin-left:0!important;margin-top:8px!important;justify-content:center!important;display:flex!important}.detail-tabs{flex-wrap:wrap!important;gap:4px!important}.detail-tabs .tab-btn{flex:1 1 auto!important;text-align:center!important;padding:8px 12px!important;font-size:.85rem!important}.normals-summary-grid,.records-grid{grid-template-columns:1fr!important;gap:15px!important}.main-obs-layout{grid-template-columns:1fr!important;gap:1.5rem!important}.picker-controls{flex-wrap:wrap!important;justify-content:center!important;width:100%!important}.date-display-wrapper{flex:1!important;justify-content:center!important}}.extremes-page{padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.extremes-header{background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;border:1px solid rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:10px;z-index:100}.header-title{display:flex;align-items:center;gap:16px}.header-title svg{color:#2563eb;background:#eff6ff;padding:10px;border-radius:12px}.header-title h1{margin:0;font-size:1.75rem;color:#0f172a;font-weight:800;letter-spacing:-.025em}.header-title p{margin:2px 0 0;color:#64748b;font-size:.95rem}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tabs-container{display:flex;gap:2px;background:#f1f5f9;padding:4px;border-radius:10px}.tab-btn{padding:8px 20px;border-radius:8px;border:none;background:transparent;color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.tab-btn:hover{color:#1e293b;background:#ffffff80}.tab-btn.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000000d}.alt-filter{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:6px 14px;border-radius:10px;border:1px solid #e2e8f0}.alt-input{width:65px;padding:6px;border:1px solid #e2e8f0;border-radius:6px;text-align:center;font-size:.85rem;color:#1e293b;font-weight:500}.alt-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.date-nav-group-pro{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;padding:2px;border-radius:12px}.date-arrow-btn{background:transparent;border:none;width:34px;height:34px;border-radius:10px;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.date-arrow-btn:hover{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000000d}.date-display-box{position:relative;display:flex;align-items:center;gap:8px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;height:34px;cursor:pointer;transition:all .2s}.date-display-box:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f60d}.cal-icon{color:#94a3b8}.current-date-text{font-size:.9rem;font-weight:700;color:#1e293b;font-family:Inter,sans-serif}.hidden-date-picker{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.search-input{padding:10px 16px 10px 40px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#1e293b;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E") no-repeat 14px center;width:200px;transition:all .2s;outline:none}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.table-container{background:#fff;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;overflow-x:auto;border:1px solid #e2e8f0;position:relative}.extremes-table{width:100%;border-collapse:collapse;font-size:.925rem}.extremes-table th{background:#f8fafc;padding:14px 16px;text-align:left;font-weight:700;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f1f5f9;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background .2s;position:sticky;top:0;z-index:10;box-shadow:0 1px 2px #0000000d}.extremes-table th:hover{background:#f1f5f9;color:#0f172a}.extremes-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#334155;transition:background .2s}.extremes-table tr:last-child td{border-bottom:none}.extremes-table tr:hover td{background:#f8fafc}.extremes-table .right{text-align:right}.extremes-table .center{text-align:center}.val-tn{font-weight:700;border-radius:4px;padding:2px 6px}.val-tn.very-cold{color:#1d4ed8;background:#eff6ff}.val-tn.cold{color:#2563eb;background:#f0f9ff}.val-tn.cool{color:#0284c7;background:#f0f9ff}.val-tn.mild{color:#059669;background:#ecfdf5}.val-tx{font-weight:700;border-radius:4px;padding:2px 6px}.val-tx.mild{color:#d97706;background:#fffbeb}.val-tx.warm{color:#ea580c;background:#fff7ed}.val-tx.hot{color:#dc2626;background:#fef2f2}.val-tx.very-hot{color:#991b1b;background:#fef2f2}.val-rain{font-weight:700;border-radius:4px;padding:2px 6px;color:#0ea5e9}.val-vis{font-weight:700;border-radius:4px;padding:2px 6px}.val-vis.good-vis{color:#059669;background:#ecfdf5}.val-vis.mod-vis{color:#d97706;background:#fffbeb}.val-vis.poor-vis{color:#ea580c;background:#fff7ed}.val-vis.danger-vis{color:#dc2626;background:#fef2f2;box-shadow:0 0 0 1px #fee2e2}.unit{font-size:.75rem;color:#94a3b8;font-weight:500;margin-left:2px}.station-id-cell{font-family:JetBrains Mono,Fira Code,monospace;color:#94a3b8;font-size:.75rem;font-weight:500}.station-name-cell{font-weight:700;color:#1e293b;font-size:.95rem}.altitude-val{color:#64748b;font-weight:500}.time-cell{font-size:.8rem;color:#64748b;font-weight:500}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px;background:#fff;border-radius:16px}.loader-icon{color:#2563eb;animation:spin 1s infinite cubic-bezier(.55,.15,.45,.85)}@keyframes spin{to{transform:rotate(360deg)}}.missing-line{display:inline-block;width:20px;height:2px;background:#cbd5e1;border-radius:1px}.table-footer{padding:16px 24px;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.85rem}@media(max-width:1024px){.extremes-header,.header-actions{flex-direction:column;align-items:stretch}}.export-tab-content{background:#f8fafc;min-height:400px}.export-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.export-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.card-header-pro{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.card-header-pro h3{margin:0;font-size:1.25rem;color:#0f172a;font-weight:800}.card-header-pro svg{color:#3b82f6}.card-desc{color:#64748b;font-size:.9rem;margin-bottom:2rem}.column-selector-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1.5rem}.col-checkbox{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f1f5f9;border-radius:10px;cursor:pointer;transition:all .2s;font-size:.85rem;font-weight:600;color:#475569}.col-checkbox:hover{background:#e2e8f0;color:#0f172a}.col-checkbox input{width:16px;height:16px;accent-color:#3b82f6}.btn-primary-large{background:#2563eb;color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;box-shadow:0 4px 12px #2563eb33}.btn-primary-large:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.data-buttons-list{display:flex;flex-direction:column;gap:12px}.data-item-action{display:flex;align-items:center;gap:16px;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.data-item-action:hover{border-color:#3b82f6;background:#f0f9ff;transform:translate(4px)}.icon-box{width:40px;height:40px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3b82f6;border:1px solid #e2e8f0;flex-shrink:0}.item-info{flex:1;display:flex;flex-direction:column}.item-info strong{font-size:.95rem;color:#0f172a}.item-info span{font-size:.75rem;color:#64748b}.ext-label{background:#e2e8f0;color:#475569;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:800;text-transform:uppercase}@media(max-width:800px){.export-grid,.column-selector-grid{grid-template-columns:1fr}}@media(max-width:768px){.extremes-header{position:relative!important;top:0!important;padding:16px!important;margin-bottom:16px!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.header-title{flex-direction:column;align-items:flex-start;gap:8px}.header-title h1{font-size:1.4rem!important}.header-actions{flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:12px!important}.tabs-container{flex-wrap:wrap!important;background:#f1f5f9;padding:4px;border-radius:10px;width:100%!important}.tab-btn{flex:1 1 auto!important;text-align:center!important;padding:8px 12px!important;font-size:.85rem!important}.alt-filter,.date-nav-group-pro{width:100%!important;justify-content:space-between!important}.date-display-box{flex:1!important;justify-content:center!important}.search-input{width:100%!important;box-sizing:border-box}}.live-container{padding:20px;max-width:1400px;margin:0 auto;font-family:Inter,system-ui,sans-serif;color:#1e293b}.vigi-legend{display:flex;gap:20px;background:#f8fafc;padding:10px 20px;border-radius:12px;border:1px solid #e2e8f0}.legend-item{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:#475569}.v-dot{width:12px;height:12px;border-radius:50%}.v-dot.lvl-2{background:#fff600;border:1px solid #d97706}.v-dot.lvl-3{background:#ffb21e;border:1px solid #ea580c}.v-dot.lvl-4{background:#c00;border:1px solid #991b1b}.icon-pulse{color:#eab308;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.controls-grid{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;margin-bottom:20px;align-items:center}.search-box{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;height:42px;box-shadow:0 1px 2px #0000000d}.search-box input{border:none;outline:none;width:100%;padding:8px;font-size:.9rem}.filter-group{display:flex;gap:8px}.filter-group select,.alt-input input{height:42px;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;font-size:.85rem;background:#fff;outline:none;cursor:pointer}.altitude-filters{display:flex;gap:8px}.alt-input{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 10px;width:100px}.alt-input input{width:100%;border:none;padding:0 4px}.refresh-btn:disabled{opacity:.7;cursor:wait}.live-table th{background:#f8fafc;padding:12px 16px;font-weight:600;color:#475569;border-bottom:2px solid #f1f5f9;cursor:pointer;white-space:nowrap}.live-table th:hover{background:#f1f5f9}.vigi-row-2{background-color:#fffbeb!important;border-left:4px solid #fff600}.vigi-row-3{background-color:#fff7ed!important;border-left:4px solid #ffb21e}.vigi-row-4{background-color:#fef2f2!important;border-left:4px solid #cc0000}.vigi-row-2:hover td,.vigi-row-3:hover td,.vigi-row-4:hover td{background-color:#00000008!important}.station-cell{display:flex;flex-direction:column}.station-name{font-weight:600;color:#0f172a}.station-id{font-size:.75rem;color:#64748b}.bold{font-weight:700}.temp-cell{font-weight:700;font-variant-numeric:tabular-nums}.temp-cell.very-cold{color:#1d4ed8;background:#eff6ff}.temp-cell.cold{color:#2563eb;background:#f0f9ff}.temp-cell.cool{color:#0284c7;background:#f0f9ff}.temp-cell.mild{color:#059669;background:#ecfdf5}.temp-cell.warm{color:#ea580c;background:#fff7ed}.temp-cell.hot{color:#dc2626;background:#fef2f2}.val-wind{font-weight:800;border-radius:4px;padding:2px 6px}.val-wind.strong{color:#d97706;background:#fffbeb}.val-wind.gale{color:#ea580c;background:#fff7ed}.val-wind.storm{color:#dc2626;background:#fef2f2;box-shadow:0 0 0 1px #fee2e2}.val-rain{font-weight:700;border-radius:4px;padding:2px 6px}.val-rain.heavy{background:#e0f2fe;color:#0369a1}.val-rain.moderate{background:#f0f9ff;color:#0ea5e9}.val-rain.light{color:#0ea5e9}.val-rain.none{color:#94a3b8;font-weight:400;background:transparent}.unit{font-size:.7rem;color:#94a3b8;font-weight:500;margin-left:1px}@media(max-width:1024px){.controls-grid{grid-template-columns:1fr 1fr}.refresh-btn{grid-column:span 2}}@media(max-width:768px){.live-header{flex-direction:column;align-items:flex-start;gap:16px}.controls-grid{grid-template-columns:1fr}.refresh-btn{grid-column:span 1;width:100%!important;justify-content:center!important}.filter-group,.altitude-filters{flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:8px!important}.filter-group select,.alt-input{width:100%!important}.table-wrapper{overflow-x:auto}}.links-manager{padding:24px;max-width:1200px;margin:0 auto;font-family:Inter,system-ui,sans-serif;color:#1e293b}.links-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.header-left h1{margin:0;font-size:1.8rem;font-weight:800;display:flex;align-items:center;gap:12px;color:#0f172a}.title-icon{color:#3b82f6}.header-left p{margin:4px 0 0;color:#64748b}.header-actions{display:flex;gap:10px}.btn-primary,.btn-save{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #e2e8f0;padding:10px;border-radius:8px;cursor:pointer;color:#64748b}.btn-secondary:hover{background:#f8fafc;color:#1e293b}.search-bar{position:relative;margin-bottom:30px}.search-bar input{width:100%;padding:14px 14px 14px 48px;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;box-shadow:0 4px 6px -1px #0000000d;outline:none;transition:border-color .2s}.search-bar input:focus{border-color:#3b82f6}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.link-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 6px -1px #0000000d}.link-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.link-card.is-fav{border-left:4px solid #eab308}.card-header{display:flex;align-items:flex-start;gap:12px}.fav-btn{background:none;border:none;padding:4px;cursor:pointer;color:#cbd5e1;transition:color .2s}.fav-btn.active{color:#eab308}.card-title-group{flex:1}.card-title-group h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1.2}.card-url{font-size:.8rem;color:#94a3b8;word-break:break-all}.card-actions{display:flex;gap:8px}.action-btn{background:#f8fafc;border:none;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;transition:all .2s}.action-btn.edit:hover{background:#dbeafe;color:#2563eb}.action-btn.delete:hover{background:#fee2e2;color:#dc2626}.card-body .description{margin:0;font-size:.95rem;color:#475569;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;border-top:1px solid #f1f5f9}.btn-open{color:#2563eb;text-decoration:none;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:4px}.btn-open:hover{text-decoration:underline}.date-badge{font-size:.75rem;color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;width:100%;max-width:500px;border-radius:20px;padding:24px;box-shadow:0 25px 50px -12px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.4rem;font-weight:800}.close-btn{background:none;border:none;cursor:pointer;color:#64748b}.form-group{margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:600;color:#475569}.form-group input[type=text],.form-group textarea{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;outline:none}.form-group textarea{height:100px;resize:vertical}.form-group.checkbox{flex-direction:row;align-items:center;gap:10px}.msg{padding:10px;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:8px;margin-bottom:16px}.msg.error{background:#fee2e2;color:#991b1b}.msg.success{background:#dcfce7;color:#166534}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.btn-cancel{background:none;border:none;padding:10px 18px;color:#64748b;font-weight:600;cursor:pointer}@media(max-width:768px){.links-header{flex-direction:column;align-items:flex-start;gap:16px}.header-actions{width:100%}.header-actions .btn-primary{flex:1;justify-content:center}.links-grid{grid-template-columns:1fr}}.close-dept-btn{background:none;border:none;color:#94a3b8;font-size:1.2rem;cursor:pointer;padding:0 4px;transition:color .2s}.close-dept-btn:hover{color:#ef4444}.station-grid-row{display:flex;flex-wrap:wrap;gap:10px}.station-mini-card{flex:1 1 140px;max-width:200px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.station-mini-card .s-name{font-size:.75rem;font-weight:600;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.station-mini-card .s-val{font-size:1rem;font-weight:800;color:#334155}.no-bulletin-box{display:flex;align-items:center;gap:10px;padding:15px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;font-size:.85rem;font-weight:500}.no-bulletin-box svg{color:#94a3b8}.vigilance-container.official{padding:20px;max-width:1150px;margin:0 auto;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1e293b;overflow-y:scroll;scrollbar-gutter:stable;height:100vh}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.logo-section{display:flex;gap:15px;align-items:center}.rf-logo{width:50px;height:auto}.mf-logo-square{background:#0055a4;color:#fff;padding:6px 12px;border-radius:4px;font-size:.75rem;font-weight:800;text-align:center;line-height:1.1}.title-section h1{font-size:1.4rem;margin:0;font-weight:800;color:#0f172a;letter-spacing:-.5px}.title-section p{font-size:.85rem;color:#64748b;margin:4px 0 0}.tabs-official{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.tabs-left{display:flex;gap:15px}.tab-item{padding:10px 24px;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:24px;background:#f1f5f9;transition:all .2s}.tab-item:hover{background:#e2e8f0;color:#334155}.tab-item.active{background:#3453a2;color:#fff;font-weight:700}.dept-selector-inline{width:300px}.dept-select-official{width:100%;border:1px solid #cbd5e1;color:#334155;padding:10px 16px;border-radius:24px;font-weight:600;font-size:.9rem;background-color:#fff;cursor:pointer;box-shadow:0 2px 4px #0000000d;outline:none;transition:all .2s}.dept-select-official:hover{border-color:#3453a2}.dept-select-official:focus{border-color:#3453a2;box-shadow:0 0 0 2px #3453a21a}.vigilance-main{display:grid;grid-template-columns:640px 340px;gap:30px;align-items:start;justify-content:center}.map-column{display:flex;flex-direction:column;gap:25px;width:640px}.map-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 4px 6px -1px #0000000d}.sidebar-header-main{display:flex;align-items:center;gap:12px;margin-bottom:20px}.icon-main-wrap{width:40px;height:40px;background:#3453a2;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #3453a233}.sidebar-header-main h3{font-size:1.1rem;font-weight:800;color:#1e293b;margin:0;text-transform:none;letter-spacing:normal;border:none;padding:0}.phenom-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.phenom-card-item{position:relative;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden;padding:12px}.phenom-card-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#cbd5e1}.phenom-card-item.active{background:#eff6ff;border-color:#3453a2;box-shadow:0 0 0 2px #3453a21a}.phenom-card-item.global{grid-column:span 2;background:#3453a2;color:#fff;border:none;text-align:center}.phenom-card-item.global:hover{background:#2a4282}.phenom-card-item.global.active{box-shadow:0 0 0 4px #3453a233}.card-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.card-inner span{font-size:.75rem;font-weight:700;line-height:1.2}.phenom-card-item:not(.global) .card-inner span{color:#475569}.phenom-card-item.active:not(.global) .card-inner span{color:#1e3a8a}.card-indicator{position:absolute;top:0;left:0;right:0;height:4px}.phenom-card-item.lvl-2.active{border-color:#fff600;background:#fff6000d}.phenom-card-item.lvl-3.active{border-color:#ffb21e;background:#ffb21e0d}.phenom-card-item.lvl-4.active{border-color:#c00;background:#cc00000d}.map-view-box{width:100%;height:450px;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at center,#fff,#f1f5f9);border-radius:12px}.map-view-box svg{height:100%;width:auto;max-width:100%;filter:drop-shadow(0 10px 20px rgba(0,0,0,.12))}.map-legend-official{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;padding:8px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.map-legend-official .legend-prefix{font-size:.75rem;font-weight:800;color:#475569;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.map-legend-official .legend-items-list{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.map-legend-official .legend-item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:#1e293b;white-space:nowrap}.map-legend-official .dot{width:12px;height:12px;border-radius:3px;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.main-map-title-overlay{position:absolute;top:15px;left:20px;z-index:10;pointer-events:none}.main-map-title-overlay h2{font-size:1.1rem;font-weight:900;color:#1e293b;margin:0;letter-spacing:.5px}.main-map-title-overlay p{font-size:.75rem;font-weight:700;color:#64748b;margin:2px 0 0;text-transform:uppercase}.main-map-badges-overlay{position:absolute;top:15px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:10}.mini-status-pill{background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e2e8f0;padding:4px 10px;border-radius:20px;display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:800;color:#334155;box-shadow:0 2px 4px #0000000d}.pill-dot{width:10px;height:10px;border-radius:50%}.map-legend-main-absolute{position:absolute;bottom:15px;left:20px;display:flex;flex-direction:column;gap:6px;background:#ffffffe6;padding:10px 14px;border-radius:12px;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.legend-item-mini{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;color:#475569}.legend-item-mini .dot{width:12px;height:12px;border-radius:3px}.phenomenon-sidebar{display:flex;flex-direction:column;gap:15px;margin-top:15px;width:340px}.sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 2px 4px #00000005;display:flex;flex-direction:column}.dept-info-footer{animation:fadeIn .3s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;box-shadow:0 4px 10px #00000005}.footer-top-row{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.f-title{display:flex;align-items:center;gap:20px}.f-code{padding:8px 16px;border-radius:10px;font-size:1.25rem;font-weight:900;color:#fff;background:#3453a2}.f-title h3{font-size:1.8rem;font-weight:800;margin:0;color:#0f172a}.f-level-tags{display:flex;gap:25px}.tag-group{display:flex;flex-direction:column;gap:6px}.tag-label{font-size:.75rem;text-transform:uppercase;color:#94a3b8;font-weight:700}.f-level-tag{padding:8px 16px;border-radius:10px;font-size:.9rem;font-weight:700;color:#0f172a}.f-level-tag[style*=cc0000]{color:#fff}.footer-chronology-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.hourly-timeline-block{padding:20px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.timeline-title{font-size:.9rem;margin-bottom:15px;font-weight:800;color:#334155}.hourly-grid-header{padding-left:100px;margin-bottom:8px;display:flex;justify-content:space-between}.h-label{font-size:.75rem;width:30px;text-align:center;color:#94a3b8}.phenom-hourly-rows{display:flex;flex-direction:column;gap:14px}.hourly-row{display:flex;align-items:center;gap:12px}.row-meta{width:100px;gap:10px;display:flex;align-items:center}.tiny-label{font-size:.8rem;font-weight:600;color:#475569}.hour-boxes{display:flex;gap:3px;flex:1}.hour-box{flex:1;height:20px;border-radius:3px;background:#e2e8f0}.bulletin-section{margin-top:30px!important;padding-top:30px!important;border-top:1px solid #f1f5f9}.bulletins-container{display:flex;flex-direction:column;gap:20px}.bulletin-card{padding:20px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 2px 4px #00000005}.bulletin-header-mini{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.bulletin-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.bulletin-title-group h4{font-size:1.1rem;margin:0 0 6px;font-weight:800;color:#1e293b}.bulletin-time{font-size:.8rem;color:#64748b;font-weight:600}.bulletin-text-content{font-size:.95rem;line-height:1.6;padding:16px;border-radius:10px;background:#f8fafc;color:#334155}.station-scroll-list{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.station-list-item{display:flex;justify-content:space-between;padding:12px 16px;font-size:.9rem;border-radius:10px;background:transparent;border:1px solid #f1f5f9}.station-list-item:hover{background:#f8fafc;border-color:#cbd5e1}.s-name{font-weight:600;color:#334155}.s-val{font-weight:800;color:#2563eb}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.card-header h2{font-size:1.2rem;font-weight:800;margin:0;color:#0f172a}.close-link{background:none;border:none;font-size:.9rem;font-weight:700;color:#2563eb;cursor:pointer}.bulletin-sub-title{font-size:.9rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin:15px 0 10px}@media(max-width:900px){.tabs-official{flex-direction:column;align-items:stretch}.vigilance-main{grid-template-columns:1fr}.map-view-box{height:350px}.dept-selector-inline{width:100%;margin-top:10px}.map-column,.phenomenon-sidebar{width:100%}}.vigilance-text-list-section{margin-top:30px;width:100%}.text-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;box-shadow:0 4px 6px -1px #0000000d}.vigilance-text-list-section{margin-top:40px}.text-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:30px;box-shadow:0 4px 6px #00000005}.social-fb-container{width:1200px;height:1500px;background:#fff;display:flex;justify-content:center;align-items:center;padding:0}.social-fb-card{width:1200px;height:1500px;display:flex;flex-direction:column;background:#fff;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif}.social-fb-header{height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 40px;text-align:center;color:#fff;box-shadow:0 10px 30px #0000001a;z-index:10}.social-fb-header.bg-red-deep{background:#b91c1c}.social-fb-header.bg-orange-vibrant{background:#ea580c}.social-fb-header.bg-yellow-bright{background:#eab308;color:#1e293b}.social-fb-header.bg-green-safe{background:#15803d}.header-top-line{display:flex;align-items:center;gap:30px;margin-bottom:20px}.header-top-line h1{font-size:3.5rem;font-weight:950;margin:0;letter-spacing:-1.5px;text-transform:uppercase}.header-bottom-line span{font-size:2rem;font-weight:700;opacity:.95;text-transform:uppercase;letter-spacing:3px}.social-fb-body{flex:1;display:flex;flex-direction:column;padding:40px;background:#fcfcfc}.social-badges-horizontal{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:30px;min-height:80px}.status-badge{background:#fff;border:4px solid #e2e8f0;padding:8px 20px;border-radius:50px;display:flex;align-items:center;gap:12px}.status-badge.lvl-4{border-color:#b91c1c;background:#fef2f2}.status-badge.lvl-3{border-color:#ea580c;background:#fff7ed}.status-badge.lvl-2{border-color:#eab308;background:#fefce8}.badge-dot{width:24px;height:24px;border-radius:50%}.badge-text{font-size:1.5rem;font-weight:900;color:#1e293b}.social-fb-top-title{background:#fff;padding:30px 40px;text-align:left;border-bottom:2px solid #e2e8f0}.social-fb-top-title h1{font-size:2.8rem;font-weight:950;color:#1e293b;margin:0;letter-spacing:-.5px;text-transform:uppercase}.social-fb-header{padding:25px 40px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 30px #0003}.header-top-line{display:flex;align-items:center;gap:20px}.header-top-line h1{font-size:3.5rem;font-weight:950;color:#fff;margin:0;letter-spacing:-.5px;text-shadow:0 4px 12px rgba(0,0,0,.2)}.header-bottom-line{font-size:2.4rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px}.header-icon{color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.social-fb-header-new{padding:25px 40px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.header-new-content{display:flex;align-items:center;gap:20px}.header-new-content h2{font-size:3rem;font-weight:950;color:#fff;margin:0;letter-spacing:1px}.header-new-icon{color:#fff}.social-fb-body-new{flex:1;display:flex;flex-direction:column;background:#fff;padding:20px}.social-map-wrapper{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:10px}.fb-legend-minimal-left{position:absolute;bottom:0;left:20px;background:#ffffffe6;padding:15px 20px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;z-index:20}.social-phenoms-footer-alt{padding:30px;background:#fff;border-top:2px solid #f1f5f9;margin-top:0;position:relative;z-index:100}.social-phenoms-footer{padding:30px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;margin:0 -20px -20px;border-radius:0 0 25px 25px}.phenoms-pills-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.status-pill-new{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:50px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 6px #0000000d}.status-pill-new.lvl-4{border-color:#b91c1c;background:#fef2f2}.status-pill-new.lvl-3{border-color:#ea580c;background:#fff7ed}.status-pill-new.lvl-2{border-color:#eab308;background:#fefce8}.status-pill-new .pill-text{font-size:1.2rem;font-weight:800;color:#1e293b}.status-pill-new .pill-count{color:#64748b;font-weight:700}.update-date-footer{text-align:left;font-size:1.2rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:1px;border-top:1px solid #e2e8f0;padding-top:15px;margin-top:5px}.bg-red-deep{background:#b91c1c}.bg-orange-vibrant{background:#ea580c}.bg-yellow-bright{background:#eab308}.bg-green-safe{background:#16a34a}.social-map-title-overlay{position:absolute;top:40px;left:40px;z-index:60;max-width:80%}.social-map-title-overlay h2{font-size:2.8rem;font-weight:950;color:#1e293b;margin:0;letter-spacing:-.5px;line-height:1.1;text-shadow:0 0 20px rgba(255,255,255,.8)}.social-map-title-overlay p{font-size:1.6rem;font-weight:700;color:#475569;margin:10px 0 0;text-transform:uppercase;letter-spacing:2px}.social-badges-overlay{position:absolute;top:120px;left:0;right:0;display:flex;justify-content:center;gap:25px;z-index:50}.status-pill{background:#fff;border:4px solid #e2e8f0;padding:12px 30px;border-radius:60px;display:flex;align-items:center;gap:15px;box-shadow:0 10px 25px #0000001a}.status-pill.lvl-4{border-color:#b91c1c;background:#fef2f2}.status-pill.lvl-3{border-color:#ea580c;background:#fff7ed}.status-pill.lvl-2{border-color:#eab308;background:#fefce8}.pill-dot{width:24px;height:24px;border-radius:50%}.pill-text{font-size:1.8rem;font-weight:950;color:#1e293b}.pill-count{color:#64748b;font-weight:800;margin-left:5px}.social-fb-map-area{flex:1;position:relative;display:flex;align-items:center;justify-content:center;margin-top:-20px}.fb-svg-map{height:100%;width:100%;display:block}.fb-legend-minimal{position:absolute;bottom:50px;left:60px;display:flex;flex-direction:column;gap:15px;background:#ffffffd9;padding:25px;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.3)}.fb-legend-minimal .legend-item{display:flex;align-items:center;gap:15px;font-weight:800;font-size:1.2rem;color:#334155}.fb-legend-minimal .dot{width:20px;height:20px;border-radius:4px}.phenom-pill-item.lvl-4 .pill-label{color:#991b1b}.card-footer-notice{margin-top:auto;display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:.8rem;font-weight:600;text-align:center;justify-content:center}.phenomenon-text-groups{display:grid;grid-template-columns:1fr;gap:30px}.phenom-summary-card{border:1px solid #f1f5f9;border-radius:20px;padding:20px;background:#fff;transition:all .2s}.phenom-summary-card:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.phenom-summary-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f8fafc}.phenom-summary-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.phenom-summary-header h4{font-size:1.1rem;font-weight:800;color:#1e293b;margin:0;text-transform:uppercase;letter-spacing:.5px}.phenom-summary-levels{display:flex;flex-direction:column;gap:15px}.level-summary-row{display:flex;gap:20px;align-items:flex-start}.level-badge{padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:800;color:#1e293b;min-width:80px;text-align:center}.lvl-4 .level-badge{color:#fff}.level-depts-list{display:flex;flex-wrap:wrap;gap:8px;flex:1}.dept-pill{background:#f8fafc;border:1px solid #e2e8f0;padding:4px 12px;border-radius:20px;font-size:.9rem;color:#475569}.dept-pill strong{color:#1e293b;margin-right:4px}@media(max-width:768px){.level-summary-row{flex-direction:column;gap:10px}}.share-card{background:#fff;border:1px solid #e2e8f0;margin-top:15px}.share-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.share-header h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0}.share-desc{font-size:.85rem;color:#64748b;margin-bottom:20px;line-height:1.4}.share-link-box-modern{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:15px;display:flex;flex-direction:column;gap:12px}.share-link-group{display:flex;flex-direction:column;gap:10px}.share-link-title{font-size:.85rem;font-weight:800;text-transform:uppercase;color:#64748b;margin:0;letter-spacing:.5px;padding-bottom:5px;border-bottom:1px solid #f1f5f9}.share-link-title.color-blue{color:#3453a2}.share-link-box-modern.mini{padding:10px;gap:10px}.share-link-box-modern.mini .url-preview{padding:6px 10px}.share-link-box-modern.mini .view-btn,.share-link-box-modern.mini .copy-btn-modern{height:34px}.url-preview span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-buttons{display:flex;gap:10px}.view-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;transition:all .2s}.view-btn:hover{background:#f1f5f9;color:#2563eb;border-color:#2563eb}.copy-btn-modern-blue{background:#3453a2;color:#fff;border:none;border-radius:20px;padding:10px;font-size:.85rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;width:100%}.copy-btn-modern-blue:hover{background:#2a4282;transform:translateY(-1px)}.share-link-group-title{font-size:.9rem;font-weight:800;color:#3453a2;margin:10px 0 5px}.share-footer-note{font-size:.75rem;color:#94a3b8;font-style:italic;text-align:center;margin-top:15px}.bulletin-auto-card{background:#fff;border-left:6px solid #1e293b;margin-bottom:30px}.bulletin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e2e8f0;padding-bottom:15px}.copy-bulletin-btn{display:flex;align-items:center;gap:8px;background:#1e293b;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.copy-bulletin-btn:hover{background:#334155;transform:translateY(-1px)}.bulletin-text-display{white-space:pre-wrap;font-family:inherit;font-size:1.1rem;line-height:1.6;color:#1e293b;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #e2e8f0;margin:0}.social-badges-overlay-bottom{position:absolute;bottom:50px;right:40px;display:flex;flex-direction:column;gap:15px;z-index:50}.social-badges-overlay-bottom .status-pill{background:#ffffffe6;padding:10px 25px;border-width:3px;box-shadow:0 8px 20px #00000026}.social-badges-overlay-bottom .pill-text{font-size:1.4rem}.share-note{font-size:.75rem;color:#94a3b8;font-style:italic;margin-top:15px;text-align:center}.no-display-web{display:none}.tabs-center{display:flex;gap:8px;background:#f1f5f9;padding:4px;border-radius:20px}.tab-item.mini{padding:6px 14px;font-size:.8rem;border-radius:16px;background:transparent}.tab-item.mini.active{background:#fff;color:#3453a2;box-shadow:0 2px 4px #0000000d}.vigilance-regions-hub{width:100%;margin-bottom:40px}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:25px}.region-hub-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s ease}.region-hub-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.region-hub-header{background:#f8fafc;padding:15px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.region-title-box{display:flex;align-items:center;gap:10px}.region-title-box h4{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.region-title-box svg{color:#3453a2}.region-actions{display:flex;gap:6px;align-items:center}.copy-region-link-btn{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:700;color:#475569;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s}.copy-region-link-btn:hover{background:#3453a2;color:#fff;border-color:#3453a2}.highlight-tomorrow-btn{border-color:#ea580c;color:#ea580c}.highlight-tomorrow-btn:hover{background:#ea580c;color:#fff;border-color:#ea580c}.region-hub-bulletin{padding:20px}.region-hub-bulletin pre{white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:.85rem;line-height:1.4;color:#334155;background:#f1f5f9;padding:12px;border-radius:8px;margin:0;border:1px solid #e2e8f0}@media(max-width:768px){.hub-grid{grid-template-columns:1fr}}.region-hub-map-container{padding:10px;background:radial-gradient(circle at center,#fff,#f8fafc);display:flex;justify-content:center;align-items:center;height:180px;cursor:pointer;border-bottom:1px solid #f1f5f9}.region-hub-map-container svg{height:100%;width:100%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08));transition:transform .3s ease}.region-hub-map-container:hover svg{transform:scale(1.05)}.forest-fire-explanation-panel{margin-top:15px;padding-top:15px;border-top:1px dashed #e2e8f0}.forest-fire-explanation-panel .explanation-title{font-size:.75rem;font-weight:800;color:#1e3a8a;margin-top:0;margin-bottom:12px;text-align:center;text-transform:uppercase;letter-spacing:.05em}.forest-fire-levels-grid-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.forest-fire-level-card-mini{display:flex;flex-direction:column;gap:6px}.level-card-header-mini{display:flex;align-items:center;gap:6px}.level-circle-icon-mini{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 1px 2px #0000001a}.level-circle-icon-mini .tree-svg{width:12px;height:12px}.forest-fire-level-card-mini h5{font-size:.72rem;font-weight:800;margin:0;color:#0f172a;line-height:1.2}.forest-fire-level-card-mini p{font-size:.68rem;line-height:1.35;color:#475569;margin:0}@media(max-width:600px){.forest-fire-levels-grid-mini{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:550px){.map-legend-official{flex-direction:column;align-items:flex-start;gap:8px}.map-legend-official .legend-items-list{gap:12px}}@media(max-width:400px){.forest-fire-levels-grid-mini{grid-template-columns:1fr}}.radar-container{display:flex;flex-direction:column;height:100vh;padding:5px;background-color:#f1f5f9;color:#1e293b;overflow:hidden;gap:5px}.radar-controls-compact{display:flex;align-items:center;background:#fff;padding:4px 12px;border-radius:8px;box-shadow:0 2px 8px #0000000d;border:1px solid #e2e8f0;gap:10px;z-index:10;flex-wrap:nowrap;position:relative}.last-update-tag{font-size:.6rem;color:#94a3b8;background:#f8fafc;padding:2px 8px;border-radius:4px;border:1px solid #e2e8f0;font-weight:600}.control-section{display:flex;align-items:center;gap:8px}.control-divider{width:1px;height:24px;background:#e2e8f0}.btn-compact{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:#f1f5f9;color:#475569;cursor:pointer;transition:all .2s}.btn-compact:hover{background:#e2e8f0;color:#1e293b}.btn-compact.active{background:#3b82f6;color:#fff}.btn-compact.action{background:#10b981;color:#fff;width:auto;padding:0 12px;gap:6px;font-size:.75rem;font-weight:700}.btn-compact.action.export{background:#6366f1}.btn-text{font-size:.65rem;font-weight:800;letter-spacing:.5px}.radar-main-content{flex:1;display:flex;gap:10px;height:100%}.radar-main-content .radar-map-wrapper{flex:1}.radar-map-wrapper{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;height:100%}.radar-leaflet-map{width:100%;height:100%;z-index:1}.time-badge{background:#1e293b;color:#fff;padding:4px 10px;border-radius:6px;font-size:.8rem;font-family:JetBrains Mono,monospace;font-weight:700;display:flex;align-items:center;gap:6px;min-width:85px}.compact-range{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:#e2e8f0;border-radius:3px;outline:none}.compact-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#3b82f6;border-radius:50%;cursor:pointer}.compact-select{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:3px 6px;font-size:.7rem;font-weight:600;color:#475569}.tiny-label{font-size:.65rem;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.5px}.map-settings-panel{position:absolute;top:10px;right:10px;z-index:5000;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:180px;border-radius:10px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(255,255,255,.5)}.settings-header{background:#1e293b;color:#fff;padding:6px 10px;font-size:.6rem;font-weight:800;letter-spacing:.5px}.settings-body{padding:8px;display:flex;flex-direction:column;gap:6px}.setting-item{display:flex;align-items:center;gap:6px;background:#fff;padding:3px 6px;border-radius:4px}.settings-select{flex:1;border:none;background:transparent;font-size:.7rem;color:#334155;outline:none}.color-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.settings-toggle{display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:600;color:#64748b;cursor:pointer}.obs-badge{padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:800;color:#fff;text-align:center;box-shadow:0 2px 4px #0003;border:1px solid rgba(255,255,255,.3)}.obs-badge.temp{background:#ef4444}.obs-badge.wind{background:#3b82f6}.map-legend-compact{position:absolute;bottom:10px;left:10px;z-index:1000;background:#ffffffe6;padding:6px 10px;border-radius:6px;width:150px;box-shadow:0 2px 8px #0000001a}.legend-gradient-bar{height:5px;width:100%;border-radius:2px;margin-bottom:2px}.legend-numbers{display:flex;justify-content:space-between;font-size:.55rem;font-weight:700;color:#64748b}.map-timestamp-overlay{margin-top:4px;font-size:.55rem;font-weight:800;color:#94a3b8;text-align:center;border-top:1px solid #f1f5f9;padding-top:2px}.radar-tile-layer-pro{pointer-events:none;will-change:opacity;transition:opacity .2s ease-out;image-rendering:auto}.radar-tile-layer-pro.active{transform:translateZ(0)}.leaflet-layer{transition:opacity .3s ease-out!important}.leaflet-image-layer{transition:opacity .3s ease-out!important;will-change:opacity}.radar-glass-loader{position:absolute;inset:0;z-index:2000;background:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center}.loader-content{background:#fff;padding:20px 40px;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;gap:15px;border:1px solid rgba(255,255,255,.8)}.loader-content p{font-size:.9rem;font-weight:700;color:#1e293b;margin:0}.spinner{width:30px;height:30px;border:3px solid #f1f5f9;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.export-overlay .loader-content{width:300px}.progress-bar-container{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-top:5px}.progress-bar-fill{height:100%;background:#6366f1;transition:width .3s ease}.mouse-coords-overlay-radar{position:absolute;bottom:15px;right:15px;z-index:2000;background:#0f172ad9;padding:6px 14px;border-radius:8px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#fff;display:flex;gap:15px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;box-shadow:0 4px 20px #0006}.mouse-coords-overlay-radar .coord-label{color:#3b82f6;font-weight:800}.mouse-coords-overlay-radar .coord-val{font-weight:500}@media(max-width:768px){.radar-container{height:auto!important;min-height:100vh!important;overflow:auto!important;padding:8px!important;gap:10px!important}.radar-controls-compact{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:12px!important;height:auto!important}.radar-controls-compact .control-section{flex-wrap:wrap!important;justify-content:space-between!important;width:100%!important;gap:8px!important}.control-divider{display:none!important}.radar-main-content{flex-direction:column!important;height:auto!important;flex:none!important}.radar-map-wrapper{height:55vh!important;min-height:380px!important;width:100%!important}.compact-range{width:100%!important;margin:6px 0!important}.mouse-coords-overlay-radar{display:none!important}.map-settings-panel{top:8px!important;right:8px!important;width:150px!important;box-shadow:0 4px 10px #0003!important}.map-legend-compact{bottom:8px!important;left:8px!important;width:120px!important;padding:4px 8px!important}}.foudre-container{padding:0;height:100vh;display:flex;flex-direction:column;background:#f8fafc}.foudre-footer-npdc{display:none}.foudre-header-npdc{background:#1e293b;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.foudre-header-npdc .live-indicator span{color:#fbbf24}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#fdfdfd;border-bottom:1px solid #f1f5f9}.live-indicator{display:flex;align-items:center;gap:.75rem;color:#ef4444;font-weight:700;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.pulse-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.custom-blinking-marker{background:transparent;border:none;display:flex;align-items:center;justify-content:center}.export-only-header,.export-footer{display:none!important}#map-export-container{display:flex;flex-direction:column;background:#fff}.leaflet-control-zoom,.site-only-legend{display:block}.blinking-dot{width:10px;height:10px;border-radius:50%;animation:blink 1s infinite}.blinking-dot-small{width:10px;height:10px;border-radius:50%;background-color:#ef4444;animation:blink 1s infinite}@keyframes simple-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(2);opacity:.4}to{transform:scale(1);opacity:1}}.last-refresh{font-size:.75rem;color:#94a3b8;font-weight:500}.foudre-modes{display:flex;padding:.5rem 1.5rem;gap:1.2rem;align-items:center;background:#f8fafc;flex-wrap:wrap}.search-foudre-wrapper{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding-left:.75rem;width:280px;position:relative;box-shadow:0 1px 2px #0000000d}.search-foudre-input{border:none;padding:.5rem;font-size:.85rem;width:100%;outline:none;color:#1e293b;font-weight:500}.radius-select-wrapper{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:8px;border:1px solid #e2e8f0}.radius-select{border:none;background:transparent;font-weight:800;color:#2563eb;outline:none;cursor:pointer}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:2000;box-shadow:0 10px 15px -3px #0000001a;max-height:200px;overflow-y:auto}.suggestion-item{padding:.75rem 1rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between}.suggestion-item:hover{background:#eff6ff}.foudre-search-results{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.result-main{font-weight:700;color:#991b1b;font-size:.85rem}.result-location{color:#ef4444;font-size:.75rem;font-weight:500}.btn-clear-search{background:none;border:none;color:#991b1b;cursor:pointer;padding:2px}.icon-zone{color:#3b82f6}.zone-select-npdc{border:none;background:transparent;font-size:.85rem;font-weight:700;color:#1e293b;cursor:pointer;outline:none}.utility-buttons{display:flex;gap:.5rem}.util-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s}.util-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.util-btn.active{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;box-shadow:0 0 0 2px #2563eb1a}.impact-counter-main{display:flex;align-items:center;gap:.5rem;background:#2563eb;color:#fff;padding:.4rem 1rem;border-radius:8px;box-shadow:0 4px 6px -1px #2563eb33}.count-value{font-size:1rem;font-weight:800}.count-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;opacity:.9}.refresh-btn-npdc{margin-left:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%!important;padding:0!important;background:#fff!important;border:1px solid #e2e8f0!important;color:#64748b!important}.foudre-map-wrapper{flex:1;background:#fff;position:relative;overflow:hidden}.foudre-stats-panel{width:380px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}.lightning-legend-box{background:#fffffff2!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e2e8f0!important;border-radius:8px!important;padding:12px!important;margin:20px!important;width:130px;box-shadow:0 4px 6px -1px #0000001a!important}.legend-title{font-size:.7rem;font-weight:700;margin-bottom:8px;color:#1e293b;text-transform:uppercase;text-align:center}.legend-item{display:flex;align-items:center;gap:8px;margin-bottom:4px}.color-box{width:12px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.1)}.legend-text{font-size:11px;font-weight:600;color:#475569}.foudre-footer-npdc{background:#fff;padding:.75rem 1.5rem;border-radius:12px;font-size:.7rem;color:#64748b;line-height:1.4;text-align:center;box-shadow:0 1px 2px #0000000d;border:1px solid #f1f5f9}@media(max-width:768px){.foudre-container{height:auto!important;min-height:100vh!important;overflow:auto!important;padding:8px!important;gap:8px!important}.foudre-header-npdc{padding:10px!important;gap:8px!important}.status-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:10px!important}.last-refresh{align-self:center!important}.foudre-modes{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:10px!important}.search-foudre-wrapper{width:100%!important}.radius-select-wrapper{width:100%!important;justify-content:space-between!important}.zone-select-npdc{width:100%!important;text-align:center!important}.utility-buttons{width:100%!important;justify-content:space-between!important}.util-btn{flex:1!important;height:38px!important}.impact-counter-main{width:100%!important;justify-content:center!important;padding:8px!important}.foudre-map-wrapper{height:50vh!important;min-height:350px!important;flex:none!important;width:100%!important}.foudre-stats-panel{width:100%!important;border-right:none!important;border-top:1px solid #e2e8f0!important;padding:12px!important}.lightning-legend-box{margin:8px!important;padding:8px!important;width:110px!important}}.leaflet-tooltip.vigi-label{background:none!important;background-color:transparent!important;border:none!important;box-shadow:none!important;font-size:11px;font-weight:900;color:#444;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,0px 0px 4px rgba(255,255,255,.8);white-space:nowrap;pointer-events:none}.leaflet-tooltip.vigi-label.label-jaune{color:#b45309}.leaflet-tooltip.vigi-label.label-orange{color:#c2410c}.leaflet-tooltip.vigi-label.label-rouge{color:#b91c1c}.crues-container{height:100vh;display:flex;flex-direction:column;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a;overflow:hidden;padding:8px 12px;box-sizing:border-box}.crues-header{flex-shrink:0;margin-bottom:8px;display:flex;align-items:center;gap:8px}.title-row{display:flex;align-items:center;gap:12px}.icon-badge{background:#0f172a;color:#fff;padding:8px;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.title-row h1{font-size:1.1rem;font-weight:700;margin:0;color:#334155;text-transform:uppercase;letter-spacing:.5px}.stats-grid{flex-shrink:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.stat-card{border-radius:8px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;box-shadow:0 2px 4px -1px #0000000d;border:none;cursor:default;height:50px;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card.success{background:linear-gradient(145deg,#dcfce7,#bbf7d0);color:#14532d}.stat-card.warning{background:linear-gradient(145deg,#fef9c3,#fde047);color:#854d0e}.stat-card.orange-card{background:linear-gradient(145deg,#ffedd5,#fed7aa);color:#9a3412}.stat-card.danger{background:linear-gradient(145deg,#fee2e2,#fca5a5);color:#991b1b}.stat-value{font-size:1.4rem;font-weight:800;line-height:1;letter-spacing:-1px}.stat-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.8}.dashboard-grid-new{flex:1;display:grid;grid-template-columns:1fr 320px;gap:16px;min-height:0}.map-section{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f1f5f9}.map-header{width:100%;box-sizing:border-box;padding:8px 16px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;z-index:10}.map-header h2{margin:0;font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase}.map-container{flex:1;position:relative}.reset-btn{background:#fff;border:1px solid #e2e8f0;color:#475569;padding:4px 10px;border-radius:20px;font-size:.75rem;cursor:pointer;font-weight:600;box-shadow:0 1px 2px #0000000d}.reset-btn:hover{background:#f8fafc;color:#0f172a}.region-list{background:#fff;border-radius:12px;border:1px solid #f1f5f9;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.region-list-header{padding:12px 16px;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:8px;flex-shrink:0}.region-list-header h3{margin:0;font-size:.9rem;font-weight:700;color:#1e293b}.regions-container{flex:1;overflow-y:auto;padding:0}.regions-container::-webkit-scrollbar{width:4px}.regions-container::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.region-item{border-bottom:1px solid #f8fafc;background:#fff;border-radius:0;margin:0}.region-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .1s}.region-header:hover{background:#f8fafc}.region-title{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:#334155}.vigi-badge{height:18px;min-width:18px;padding:0 6px;border-radius:9px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.vigi-badge.jaune{background:#fef08a;color:#854d0e}.vigi-badge.orange{background:#fed7aa;color:#9a3412}.vigi-badge.rouge{background:#fca5a5;color:#991b1b}.troncons-list{background:#f8fafc;box-shadow:inset 0 2px 4px #00000005}.troncon-item{padding:8px 16px 8px 42px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.8rem;color:#475569;border-bottom:1px solid #f1f5f9}.troncon-item:hover{background:#e2e8f0;color:#0f172a}.troncon-indicator{width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 2px #fff}.map-loader{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-weight:500;font-size:.9rem}:root{--primary: #1e293b;--accent: #1e293b;--bg: #f8fafc;--surface: #ffffff;--border: #cbd5e1;--success: #16a34a;--danger: #dc2626;--text: #334155;--orange: #f97316;--word-blue: #2b579a}.btp-layout{display:grid;grid-template-columns:1fr 600px;gap:25px;max-width:100%;margin:0;align-items:start}@media(min-width:1600px){.btp-layout{grid-template-columns:1fr 800px}}.btp-panel{background:var(--surface);border-radius:12px;padding:25px;box-shadow:0 4px 10px #00000008;border:1px solid var(--border);margin-bottom:25px}.btp-manager-container input,.btp-manager-container select{width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;font-size:.95rem;margin-bottom:5px;box-sizing:border-box;background:#fff}.btp-form-grid{display:grid;gap:15px;margin-bottom:15px}.btp-form-group label{font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.btp-table-period th{background:#1e293b!important;border-color:#1e293b!important;color:#fff!important;font-size:.8rem;padding:8px 6px}@page{size:A4 portrait;margin:12mm 10mm}@media print{*{box-sizing:border-box!important}html,body{margin:0!important;padding:0!important;background:#fff!important;font-family:Inter,system-ui,-apple-system,sans-serif!important;font-size:10pt!important;line-height:1.4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.btp-no-print,#btp-saveNotif,.btp-modal,.btp-btn,.btp-design-selector,.btp-layout>div:first-child{display:none!important}.btp-manager-container{padding:0!important;margin:0!important;background:#fff!important}.btp-layout{display:block!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.btp-preview{box-shadow:none!important;padding:0!important;margin:0!important;min-height:auto!important;background:#fff!important}#btp-out-report{display:block!important;width:100%!important;padding:0!important;margin:0!important}.btp-doc-section{width:100%!important;max-width:190mm!important;min-height:auto!important;padding:8mm 5mm!important;margin:0 auto!important;box-sizing:border-box!important;page-break-after:always!important;break-after:page!important;background:#fff!important;overflow:visible!important;display:block!important}.btp-doc-section:last-child{page-break-after:auto!important;break-after:auto!important}.btp-doc-head{border-bottom:2px solid #1e293b!important;margin-bottom:15px!important;padding-bottom:10px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;min-height:60px!important;page-break-inside:avoid!important;break-inside:avoid!important}.btp-doc-head img{max-height:50px!important;max-width:120px!important}.btp-doc-head>div:first-child,.btp-doc-head>div:last-child{font-size:7pt!important;line-height:1.3!important;width:150px!important}.btp-doc-head>div:nth-child(2){flex:1!important;text-align:center!important}.btp-doc-head h1{font-size:14pt!important;margin:0!important;color:#1e293b!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;font-weight:800!important}.btp-keep-together{page-break-inside:avoid!important;break-inside:avoid!important;display:block!important;width:100%!important;margin-bottom:15px!important}table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;font-size:7pt!important;page-break-inside:auto!important}thead{display:table-header-group!important}tbody{display:table-row-group!important}tr{page-break-inside:avoid!important;break-inside:avoid!important}th{background:#1e293b!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;font-size:7pt!important;padding:4px 3px!important;text-align:center!important;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}td{border:1px solid #cbd5e1!important;padding:4px 3px!important;font-size:7pt!important;color:#1e293b!important;text-align:center!important;word-wrap:break-word!important;overflow-wrap:break-word!important;vertical-align:middle!important}td:first-child,th:first-child{text-align:left!important;padding-left:5px!important;min-width:80px!important;max-width:120px!important;font-size:6.5pt!important}.btp-tag{display:inline-block!important;padding:2px 4px!important;border-radius:2px!important;font-weight:700!important;text-transform:uppercase!important;font-size:6pt!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;white-space:nowrap!important}.btp-tag-ko{background-color:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important}.btp-tag-ok{background-color:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0!important}.btp-cell-empty,.btp-cell-na{background-color:#f1f5f9!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.btp-cell-white{background-color:#fff!important}.btp-chart-block{height:200px!important;max-height:200px!important;border:1px solid #e2e8f0!important;margin-top:10px!important;page-break-inside:avoid!important;break-inside:avoid!important;width:100%!important;padding:5px!important}.btp-chart-block canvas{max-height:180px!important}.btp-annexe-block{page-break-inside:avoid!important;break-inside:avoid!important;display:block!important;width:100%!important}.btp-chart-inline{margin-top:8px!important;padding-top:8px!important;border-top:1px dashed #cbd5e1!important}.btp-chart-inline h4{font-size:8pt!important;margin:5px 0!important}.btp-chart-block-small{height:120px!important;max-height:120px!important;border:1px solid #e2e8f0!important;padding:4px!important;page-break-inside:avoid!important;break-inside:avoid!important}.btp-chart-block-small canvas{max-height:110px!important}.btp-section-title{color:#1e293b!important;border-bottom:1px solid #cbd5e1!important;padding-bottom:5px!important;margin:15px 0 10px!important;font-size:10pt!important;font-weight:700!important;text-transform:uppercase!important;page-break-after:avoid!important;break-after:avoid!important}.btp-stripe:nth-child(2n){background-color:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.btp-table-period th{background:#1e293b!important;color:#fff!important}.btp-table-period td,.btp-table-period th{font-size:8pt!important;padding:5px 4px!important}}.btp-days-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;max-height:500px;overflow-y:auto;padding:10px;background:#f1f5f9;border-radius:12px;border:1px inset rgba(0,0,0,.05)}.btp-day-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;transition:transform .2s,box-shadow .2s}.btp-day-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btp-day-card-header{background:#f8fafc;padding:12px 15px;font-weight:800;font-size:.95rem;color:#1e293b;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between}.btp-day-card-content{padding:15px}.btp-form-group-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.btp-form-group-row label{font-size:.8rem;font-weight:700;color:#64748b;margin-bottom:0}.btp-form-group-row input{width:70px!important;padding:6px!important;text-align:center;margin-bottom:0!important;font-weight:700}.btp-day-card-switches{display:grid;grid-template-columns:1fr;gap:8px;background:#f8fafc;padding:10px;border-radius:8px}.btp-switch-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.85rem;font-weight:600;color:#334155;padding:4px;border-radius:4px;transition:background .2s}.btp-switch-label:hover{background:#f1f5f9}.btp-switch-label input{width:18px!important;height:18px!important;margin:0!important;cursor:pointer}:root{--primary: #1e293b;--accent: #2563eb;--bg: #f8fafc;--surface: #ffffff;--border: #cbd5e1;--success: #16a34a;--danger: #dc2626;--text: #334155;--orange: #f97316;--word-blue: #2b579a}.btp-manager-body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);margin:0;padding:20px;line-height:1.5}.btp-layout{display:grid;grid-template-columns:460px 1fr;gap:30px;max-width:1750px;margin:0 auto;align-items:start;height:calc(100vh - 40px)}.btp-panel{background:var(--surface);border-radius:12px;padding:15px 18px;box-shadow:0 4px 10px #00000008;border:1px solid var(--border);margin-bottom:20px}.btp-panel-head{display:flex;align-items:center;margin-bottom:20px;border-bottom:2px solid #f1f5f9;padding-bottom:15px;justify-content:space-between}.btp-step-num{background:var(--primary);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-right:12px}.btp-panel-title{font-weight:700;color:var(--primary);font-size:1.1rem}.btp-tabs{display:flex;gap:5px;overflow-x:auto;margin-bottom:0;border-bottom:1px solid #e2e8f0;padding-bottom:0}.btp-tab{padding:8px 15px;background:#f1f5f9;border:1px solid #cbd5e1;border-bottom:none;border-radius:8px 8px 0 0;cursor:pointer;font-size:.85rem;font-weight:600;color:#64748b}.btp-tab.active{background:#fff;color:var(--accent);border-top:3px solid var(--accent);padding-top:6px;border-bottom:1px solid white;margin-bottom:-1px;z-index:10}.btp-tab-content{display:none;padding:15px;border:1px solid #e2e8f0;border-top:none;background:#fff;border-radius:0 0 8px 8px}.btp-tab-content.active{display:block}.btp-manager-container textarea{width:100%;height:120px;border:1px solid var(--border);border-radius:8px;padding:12px;font-family:monospace;font-size:.85rem;resize:vertical;box-sizing:border-box}.btp-manager-container input,.btp-manager-container select{width:100%;padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:.9rem;margin-bottom:4px;box-sizing:border-box;background:#fff}.btp-btn{width:100%;padding:14px;border:none;border-radius:8px;cursor:pointer;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;transition:.2s;font-size:1rem;color:#fff}.btp-btn-primary{background:var(--accent)}.btp-btn-primary:hover{background:#1d4ed8}.btp-btn-print{background:var(--success);margin-top:10px}.btp-btn-print:hover{background:#15803d}.btp-btn-word{background-color:#2b579a!important;color:#fff!important;margin-top:10px}.btp-btn-word:hover{background-color:#1e3a8a!important}.btp-btn-mail{background:var(--orange);margin-top:10px}.btp-btn-mail:hover{background:#c2410c}.btp-btn-copy{background:#64748b;margin-top:10px}.btp-btn-copy:hover{background:#475569}.btp-btn-save{background:#7c3aed;color:#fff;margin-bottom:5px}.btp-btn-save:hover{background:#6d28d9}.btp-btn-load{background:#fff;color:#7c3aed;border:2px solid #7c3aed}.btp-btn-load:hover{background:#f3e8ff}.btp-btn-config{background:#e2e8f0;color:var(--primary);padding:5px 12px;font-size:.85rem;border-radius:6px;width:auto;font-weight:600;cursor:pointer;border:none}.btp-btn-add-main{background:#fff;border:2px dashed var(--accent);color:var(--accent);font-size:1rem;margin-bottom:15px;padding:12px;width:100%}.btp-btn-del{width:auto;background:#fff;border:1px solid var(--danger);color:var(--danger);padding:8px 15px;border-radius:6px;cursor:pointer;font-size:.8rem;margin-top:10px;align-self:start}.btp-btn-select-trades{background:#fff;border:1px solid var(--border);color:var(--text);padding:10px;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;border-radius:6px;font-size:.95rem}.btp-btn-help{background:#dcfce7;color:#166534;padding:8px 12px;font-size:.85rem;border-radius:6px;font-weight:600;cursor:pointer;border:1px solid #86efac;display:flex;align-items:center;gap:5px;width:100%;justify-content:center;margin-bottom:15px}.btp-separator{display:flex;align-items:center;text-align:center;color:#94a3b8;font-size:.8rem;margin:15px 0}.btp-separator:before,.btp-separator:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.btp-separator span{padding:0 10px}.btp-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:15px}.btp-btn-quick{background:#f8fafc;border:1px solid var(--border);padding:8px 4px;border-radius:8px;cursor:pointer;font-size:.75rem;text-align:center;color:var(--text);transition:.2s;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:3px}.btp-btn-quick:hover{border-color:var(--accent);color:var(--accent);background:#fff}.btp-options-bar{display:flex;gap:15px;align-items:center;background:#fff7ed;padding:10px 15px;border:1px solid #fed7aa;border-radius:8px;margin-bottom:20px;justify-content:flex-start;flex-wrap:wrap}.btp-select-small{padding:4px 8px!important;font-size:.8rem!important;width:auto!important;margin-bottom:0!important;border-color:#fdba74!important;color:#7c2d12!important;font-weight:600!important}.btp-options-bar label{cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:600;color:#7c2d12;transition:.2s;font-size:.85rem}.btp-options-bar input{width:18px;height:18px;cursor:pointer;margin:0}.btp-rules-list{max-height:600px;overflow-y:auto;padding-right:5px}.btp-rule-card{background:#fff;border:1px solid var(--border);border-radius:10px;margin-bottom:12px;overflow:hidden;transition:.2s;border-left:5px solid var(--border);box-shadow:0 1px 3px #0000000d}.btp-rule-header{padding:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff}.btp-rule-title{font-weight:700;font-size:.95rem;color:var(--primary)}.btp-rule-summary{font-size:.85rem;color:#64748b;margin-top:2px}.btp-rule-body{padding:20px;display:none;border-top:1px solid #f1f5f9;background:#fcfcfc}.btp-rule-body.open{display:block}.btp-form-grid{display:grid;gap:10px;margin-bottom:12px}.btp-cols-2{grid-template-columns:1fr 1fr}.btp-cols-3{grid-template-columns:1fr 1fr 1fr}.btp-form-group{display:flex;flex-direction:column}.btp-form-group label{font-size:.72rem;font-weight:700;color:#64748b;margin-bottom:3px;text-transform:uppercase;letter-spacing:.5px}.btp-badge-count{background:var(--primary);color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem}.btp-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;align-items:center;justify-content:center;z-index:1000}.btp-modal.open{display:flex}.btp-modal-content{background:#fff;padding:25px;border-radius:12px;max-width:600px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.btp-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.btp-trade-item{display:block;margin-bottom:8px;font-size:.9rem;cursor:pointer;padding:5px;border-radius:4px}.btp-trade-item:hover{background:#f8fafc}.btp-trade-item input{width:auto;margin-right:10px}.btp-preview{background:#fff;padding:40px;min-height:900px;box-shadow:0 10px 40px #0000000d;position:relative}.btp-doc-head{display:flex;justify-content:space-between;border-bottom:4px solid var(--primary);padding-bottom:20px;margin-bottom:30px}.btp-doc-head div{line-height:1.4;font-size:.9rem}.btp-logo-zone{width:160px;height:80px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:2px dashed #cbd5e1;cursor:pointer;overflow:hidden;border-radius:6px}.btp-logo-zone img{max-width:100%;max-height:100%}.btp-doc-title h1{font-size:1.8rem;text-transform:uppercase;margin:0;color:var(--primary);text-align:center}.btp-manager-container h3{color:var(--primary);border-bottom:2px solid #e2e8f0;padding-bottom:6px;margin-top:30px;font-size:1.1rem}.btp-manager-container table{width:100%;border-collapse:collapse;font-size:.8rem;page-break-inside:auto;margin-top:10px}.btp-manager-container tr{page-break-inside:avoid}#btp-out-report th,.btp-manager-container th{background:#1e293b!important;padding:10px 8px;border:1px solid #1e293b;color:#fff!important;text-transform:uppercase;font-size:.75rem;vertical-align:middle;font-weight:700}#btp-out-report td,.btp-manager-container td{border:1px solid #e2e8f0;padding:8px;text-align:center;color:#1e293b;vertical-align:middle;font-size:.85rem}.btp-table-decision{table-layout:fixed;font-size:.75rem}.btp-table-decision th{font-size:.65rem;padding:6px 4px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;line-height:1.2;max-width:100px}.btp-table-decision th:first-child{min-width:120px;max-width:150px;text-align:left}.btp-table-decision td{height:32px;padding:4px 3px;font-size:.7rem}.btp-table-decision td:first-child{text-align:left;font-size:.7rem;font-weight:600;padding-left:8px;white-space:normal;word-wrap:break-word}.btp-table-period{table-layout:auto}.btp-table-period th{background:var(--accent);border-color:var(--accent);font-size:.8rem;padding:8px 6px}.btp-table-period td{font-size:.85rem;padding:10px 8px;font-weight:500}.btp-table-hourly{table-layout:fixed}.btp-table-hourly th,.btp-table-hourly td{font-size:.75rem;padding:5px 4px}.btp-stripe:nth-child(2n){background-color:#f8fafc}.btp-tag{padding:4px 10px;border-radius:6px;font-weight:800;font-size:.75rem;border:1px solid transparent;display:inline-block;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.btp-design-selector{display:flex;flex-direction:column;gap:8px}.btp-design-selector label{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#475569}.btp-design-selector label:hover{background:#f1f5f9;border-color:#cbd5e1}.btp-design-selector label.active{background:#eff6ff;border-color:#3b82f6;color:#1e40af;box-shadow:0 4px 6px -1px #3b82f61a}.btp-design-selector input[type=radio]{width:16px;height:16px;margin:0;cursor:pointer}.btp-tag-ok{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.btp-tag-ko{background:#fef2f2;color:#991b1b;border-color:#fecaca;font-size:.75rem;text-transform:uppercase}.btp-cell-na{background-color:#e2e8f0!important;background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 25%,transparent 50%,#f1f5f9 50%,#f1f5f9 75%,transparent 75%,transparent);background-size:10px 10px;color:#94a3b8;font-size:.8rem}.btp-cell-empty{background-color:#f3f4f6!important;color:#9ca3af;font-size:.8rem}.btp-cell-white{background-color:#fff!important;color:#9ca3af;font-size:.8rem}.btp-text-alert{color:#dc2626!important;font-weight:900!important}.btp-chart-wrapper{position:relative;width:100%;max-width:100%;height:200px;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:8px;padding:10px;background:#fff;page-break-inside:avoid;box-sizing:border-box}.btp-keep-together{page-break-inside:avoid;break-inside:avoid;display:block}.btp-doc-section{page-break-after:always;padding-top:0}.btp-doc-section:last-child{page-break-after:auto}.btp-charts-section-container{page-break-before:always;padding-top:20px}.btp-charts-section-container:empty{display:none;page-break-before:auto}.btp-chart-block{margin-bottom:30px;page-break-inside:avoid;break-inside:avoid}.btp-annexe-block{page-break-inside:avoid;break-inside:avoid;display:block;width:100%}.btp-chart-inline{margin-top:15px;padding-top:10px;border-top:1px dashed #e2e8f0}.btp-chart-block-small{height:150px;max-height:150px;border:1px solid #e2e8f0;border-radius:8px;padding:8px;background:#fff;page-break-inside:avoid;break-inside:avoid}.btp-preview-container{flex:1;overflow-y:auto;height:100%;padding:40px;background:#475569;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:40px;scroll-behavior:smooth}.btp-preview-container .cert-page{width:210mm;min-height:297mm;background:#fff;box-shadow:0 10px 25px #0000004d;padding:12mm 12mm 8mm!important;box-sizing:border-box;position:relative;border-radius:2px;margin:0 auto;transform:scale(.95);transform-origin:top center}.btp-preview-container .cert-page:last-child{margin-bottom:40px}.btp-preview-container::-webkit-scrollbar{width:10px}.btp-preview-container::-webkit-scrollbar-track{background:#0000001a}.btp-preview-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}.btp-preview-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.btp-sidebar-scroll{overflow-y:auto;max-height:100%;padding-right:10px}.btp-sidebar-scroll::-webkit-scrollbar{width:5px}.btp-sidebar-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.btp-group-annexes{page-break-inside:avoid;break-inside:avoid}.btp-print-option{background:#f0fdf4;border:1px solid #bbf7d0;padding:8px;border-radius:6px;margin-top:10px;font-size:.85rem;color:#166534;display:flex;align-items:center;gap:8px}#btp-saveNotif{position:fixed;top:20px;right:20px;background:#22c55e;color:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:none;z-index:2000;font-weight:700}#btp-saveNotif.visible{display:block}@page{size:A4 portrait;margin:0}@media print{body{margin:0!important;padding:0!important;background:#fff!important;font-family:Arial,sans-serif!important;font-size:12pt!important;line-height:1.4!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.btp-no-print{display:none!important}.btp-preview{padding:0!important;margin:0!important;width:100%!important;background:#fff!important}.cert-page{width:210mm!important;height:296mm!important;padding:10mm 15mm!important;margin:0!important;box-shadow:none!important;border:none!important;page-break-after:always!important;overflow:hidden!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;background:#fff!important;color:#000!important}.cert-page:last-child{page-break-after:auto!important;margin-bottom:0!important}.btp-stripe:nth-child(2n){background-color:#f8fafc!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.btp-table-period th{background:#2563eb!important;color:#fff!important}.btp-table-period td,.btp-table-period th{font-size:8pt!important;padding:5px 4px!important}}.btp-doc-section{background:#fff;margin-bottom:60px;padding:60px 40px;border-radius:4px;box-shadow:0 10px 30px #0000001a;max-width:900px;margin-left:auto;margin-right:auto}canvas{width:100%!important;height:100%!important;display:block}.btp-cell-empty{background-color:#f1f5f9!important}.btp-cell-white{background-color:#fff!important}.cert-page{background:#fff;padding:12mm 12mm 8mm;margin:0;box-shadow:none;border:none;position:relative;page-break-after:always;font-family:Arial,sans-serif;color:#334155;width:210mm;height:auto;min-height:297mm;box-sizing:border-box;overflow:hidden}.cert-page:last-child{page-break-after:auto}.cert-header-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5px}.cert-logo img{max-height:55px}.cert-dossier-ref{font-size:10pt;font-weight:700;color:#1e293b;text-align:right}.cert-header-middle{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cert-emitter-info{font-size:9pt;color:#334155;line-height:1.3;text-align:left;flex:none;width:350px}.cert-client-box{text-align:left;min-width:260px;padding:0}.cert-client-info{font-weight:700;font-size:10pt;color:#000;line-height:1.4}.cert-main-title-box{border:2px solid #000;padding:10px 15px;text-align:left;margin:10px 0;background:#fff}.cert-main-title{font-size:20pt;font-weight:800;color:#036;margin:0;text-transform:uppercase}.cert-info-row{margin-bottom:8px;font-size:10pt;display:flex;align-items:center}.cert-info-label{width:200px;font-weight:800;color:#036;font-size:11pt}.cert-info-val{flex:1;color:#000;text-transform:uppercase;font-weight:700}.cert-section-header{background-color:#f1f5f9;color:#000;font-weight:800;font-size:11pt;padding:10px 14px;margin-top:25px;margin-bottom:12px;text-transform:uppercase;border-left:5px solid #003366;display:flex;align-items:center}.cert-text-block{font-size:11.5pt;line-height:1.6;text-align:left;white-space:pre-wrap;margin-bottom:18px;color:#000}.cert-table{width:100%;border-collapse:collapse;margin-top:15px;font-size:10pt}.cert-table th{background-color:#1e293b;color:#fff;font-weight:800;padding:10px 12px;text-transform:uppercase;font-size:10pt;border:1px solid #1e293b}.cert-table td{padding:8px 12px;border:1px solid #e2e8f0;font-size:10pt;color:#000}.cert-table tr:nth-child(2n){background-color:#f8fafc}.cert-table td strong{font-weight:800}.cert-footer{position:absolute;bottom:15px;left:0;right:0;text-align:center;font-size:8pt;color:#64748b}.highlight-container{display:flex;justify-content:center;gap:15px;margin-bottom:20px}.highlight-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px 18px;text-align:left;flex:1;min-width:120px}.hc-title{font-size:8pt;text-transform:uppercase;color:#64748b;font-weight:700;margin-bottom:6px}.hc-val{font-size:18pt;font-weight:800;color:#036}.hc-unit{font-size:9.5pt;margin-left:3px;color:#334155}.cert-value-essential{color:#dc2626;font-weight:800}.cert-signature-block{margin-top:35px;width:250px;text-align:left;margin-left:0;margin-right:auto;display:block}.signature-date{font-size:9pt;margin-bottom:5px;font-style:italic;font-family:inherit}.signature-title{font-size:10pt;font-weight:700;text-decoration:underline;margin-bottom:15px}.signature-space{height:45px}.signature-name{font-size:11pt;font-weight:700;color:#036}@media print{.cert-page:empty{display:none!important}}.cert-chart-container{height:400px;border:1px solid #e2e8f0;padding:15px;background:#fff;margin-top:20px}.cert-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 1px 3px #0000000d}.cert-toolbar h1{margin:0;font-size:1.5rem;color:#0f172a}.cert-form-group{margin-bottom:12px}.cert-form-group label{display:block;font-size:.8rem;font-weight:700;color:#475569;margin-bottom:4px;text-transform:uppercase}.cert-form-group input,.cert-form-group select{width:100%;padding:6px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.flex-row{display:flex;align-items:center}.gap-10{gap:10px}.gap-5{gap:5px}.flex-1{flex:1}.flex-2{flex:2}.mb-5{margin-bottom:5px}.mt-20{margin-top:20px}.my-station-container{max-width:1200px;margin:0 auto;padding:1.5rem;font-family:Inter,system-ui,sans-serif;color:#1e293b;background:#fdfdfd}.station-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.hero-section h1{font-size:1.5rem;font-weight:900;margin:0;color:#0f172a}.client-auth-bar{background:#1e293b;padding:.75rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.client-id-input{background:transparent;border:none;color:#fbbf24;font-size:.95rem;font-weight:800;outline:none;width:200px}.main-search-box{margin-bottom:1.5rem}.premium-search{display:flex;align-items:center;background:#fff;padding:.5rem 1rem;border-radius:10px;border:1px solid #e2e8f0}.premium-search input{border:none;outline:none;padding:.2rem .6rem;font-size:.9rem;flex:1}.dashboard-grid{display:flex;flex-direction:column;gap:.75rem}.compact-station-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;align-items:center;gap:1.5rem;transition:all .2s}.compact-station-row:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000008}.row-identity{min-width:180px}.row-city-name{font-weight:900;font-size:1.1rem;color:#0f172a;display:block}.row-station-name{font-size:.7rem;color:#94a3b8;font-weight:600}.security-group{display:flex;gap:1rem;padding-right:1.5rem;border-right:1px solid #f1f5f9}.weather-config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;flex:1}.mini-alert-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mini-label{font-size:.75rem;font-weight:700;color:#475569;display:flex;align-items:center;gap:6px}.mini-input-group{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#94a3b8}.mini-num-input{width:45px;border:1px solid #e2e8f0;border-radius:4px;padding:1px 3px;font-weight:800;color:#2563eb;text-align:center;font-size:.75rem}.row-actions{display:flex;gap:8px}.btn-icon{width:32px;height:32px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn-test{background:#f0fdf4;color:#16a34a}.btn-del{background:#fef2f2;color:#ef4444}.btn-test:hover{background:#16a34a;color:#fff}.btn-del:hover{background:#ef4444;color:#fff}.switch-tiny{position:relative;display:inline-block;width:34px;height:18px}.switch-tiny input{opacity:0;width:0;height:0}.slider-tiny{position:absolute;cursor:pointer;inset:0;background-color:#e2e8f0;transition:.3s;border-radius:34px}.slider-tiny:before{position:absolute;content:"";height:12px;width:12px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider-tiny{background-color:#2563eb}input:checked+.slider-tiny:before{transform:translate(16px)}@media(max-width:900px){.compact-station-row{flex-direction:column;align-items:flex-start}.weather-config-grid{width:100%}.security-group{border-right:none;border-bottom:1px solid #eee;padding-bottom:10px;width:100%}}.super-app{display:flex;flex-direction:column;height:100vh;background:#0f172a;color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.super-nav{height:45px;background:#0f172ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;padding:0 15px;gap:15px;z-index:2000}.nav-group{display:flex;align-items:center;gap:15px}.nav-divider{width:1px;height:30px;background:#ffffff1a}.flex-grow{flex-grow:1}.main-branding h1{font-size:.85rem;font-weight:900;letter-spacing:1px;margin:0;color:#fff;white-space:nowrap}.v-tag{font-size:.6rem;background:#ef4444;padding:1px 4px;border-radius:3px;vertical-align:middle}.status-dot-container{display:flex;align-items:center;gap:10px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.pulsing{box-shadow:0 0 #22c55eb3;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 10px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.live-label{font-size:.6rem;font-weight:800;color:#22c55e;letter-spacing:1px}.toggle-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#fff6;padding:8px 16px;border-radius:8px;font-size:.7rem;font-weight:750;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.5px}.toggle-btn:hover{background:#ffffff14;color:#fff}.toggle-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 0 15px #3b82f64d}.layer-selector-compact{display:flex;gap:12px}.layer-option{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.layer-option input[type=checkbox]{appearance:none;-webkit-appearance:none;width:14px;height:14px;border:1.5px solid rgba(255,255,255,.3);border-radius:3px;cursor:pointer;position:relative;transition:all .2s}.layer-option input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.layer-option input[type=checkbox]:checked:after{content:"✕";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:900}.layer-option span{font-size:.65rem;font-weight:800;color:#fff9;letter-spacing:.5px;transition:color .2s}.layer-option input:checked+span{color:#fff}.icon-btn{background:transparent;border:1px solid rgba(255,255,255,.1);color:#fff9;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.icon-btn:hover{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.icon-btn.active{border-color:#3b82f6;color:#3b82f6}.style-selector{display:flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:4px 10px;border-radius:8px;transition:all .2s}.style-selector:hover{background:#ffffff1a}.style-icon{color:#ffffff80}.style-selector select{background:transparent;border:none;color:#fff;font-size:.75rem;font-weight:700;outline:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.style-selector option{background:#1e293b;color:#fff}.super-layout{flex:1;position:relative;display:flex}.map-view-wrapper{position:absolute;inset:0;z-index:100}.super-map-container{width:100%;height:100%;background:#f1f5f9!important}.super-overlay-panel{position:absolute;top:60px;bottom:20px;z-index:1000;display:flex;flex-direction:column;gap:15px;pointer-events:none}.super-overlay-panel.left{left:12px;width:210px}.super-overlay-panel.right{right:12px;width:280px;justify-content:flex-start}.panel-box{background:#0f172af2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px;pointer-events:auto;box-shadow:0 4px 15px #00000080}.search-panel{z-index:10;position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper input{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:5px 8px 5px 28px;color:#fff;font-size:.7rem;font-weight:500;outline:none}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#64748b}.floating-suggestions{position:absolute;top:110%;left:0;right:0;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;z-index:50}.suggestion-item{padding:10px 15px;cursor:pointer;font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between}.suggestion-item:hover{background:#334155}.suggestion-item small{color:#64748b;font-weight:700}.stats-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stats-panel .stat-card{background:#ffffff0a;border-radius:4px;padding:4px 8px;display:flex;flex-direction:column;gap:1px}.date-selector-supervision{display:flex;align-items:center;gap:8px;background:#0000004d;padding:6px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.1);margin-top:6px}.date-selector-supervision svg{color:#3b82f6;flex-shrink:0}.date-selector-supervision input[type=date]{background:transparent;border:none;color:#fff;font-size:.75rem;font-weight:700;outline:none;cursor:pointer;flex:1}.date-selector-supervision input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.reset-date-btn{background:#ef4444;color:#fff;border:none;padding:3px 8px;border-radius:4px;font-size:.6rem;font-weight:900;cursor:pointer;animation:pulse-live 2s infinite}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.7}}.date-panel{display:flex;flex-direction:column;gap:8px}.date-header{display:flex;align-items:center;gap:8px;font-size:.65rem;font-weight:900;color:#ef4444;text-transform:uppercase;letter-spacing:1px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.05)}.date-header svg{color:#ef4444}.strike-count-inline{display:flex;align-items:baseline;gap:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.05)}.strike-count-inline .count-value{font-size:1.4rem;font-weight:1000;color:#fff;font-family:JetBrains Mono,monospace}.strike-count-inline .count-label{font-size:.6rem;font-weight:800;color:#94a3b8;text-transform:uppercase}.stat-card label{font-size:.45rem;font-weight:850;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:4px}.stat-card .val{font-size:.95rem;font-weight:1000;color:#fff;font-family:JetBrains Mono,monospace}.player-panel{display:flex;flex-direction:column;gap:8px}.player-top{display:flex;justify-content:space-between;align-items:center}.time-display{font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:700;color:#3b82f6}.play-btn{background:#4f46e5;border:none;color:#fff;width:26px;height:26px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.player-track{display:flex;gap:3px;height:4px}.track-segment{flex:1;background:#ffffff1a;border-radius:1px}.track-segment.filled{background:#3b82f6}.track-segment.active{background:#fff;box-shadow:0 0 6px #fff}.view-btn{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 15px;border-radius:30px;font-size:.7rem;font-weight:900;display:flex;align-items:center;gap:8px;cursor:pointer;pointer-events:auto}.view-btn:hover{background:#3b82f6;border-color:#3b82f6}.legend-group-container{margin-top:15px;display:flex;flex-direction:column;gap:12px;pointer-events:auto}.legend-box-glass.large{background:#0f172afa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:12px 15px;box-shadow:0 10px 30px #000c}.legend-header-main{font-size:.7rem;font-weight:1000;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;display:block;border-left:3px solid #3b82f6;padding-left:8px}.foudre-grid-24-large{display:grid;grid-template-columns:repeat(24,1fr);gap:2px;margin-bottom:10px}.color-tick-large{height:20px;width:100%;border-radius:2px;position:relative;display:flex;justify-content:center}.tick-label{position:absolute;top:22px;font-size:.45rem;font-weight:900;color:#94a3b8}.legend-status-live{margin-top:15px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:10px}.pulse-dot-red{width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 10px #ef4444;animation:pulse-red 1.5s infinite}.legend-status-live span{font-size:.55rem;font-weight:900;color:#ef4444;letter-spacing:.5px}.radar-gradient-line-large{height:12px;background:linear-gradient(to right,#3b82f6,#10b981,#facc15,#f97316,#ef4444);border-radius:6px;margin-bottom:8px}.legend-range-labels-pro{display:flex;justify-content:space-between;font-size:.55rem;font-weight:900}.lvl-low{color:#3b82f6}.lvl-med{color:#10b981}.lvl-high{color:#facc15}.lvl-extreme{color:#ef4444}@keyframes pulse-red{0%{transform:scale(.9);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(.9);opacity:1}}.gradient-bar.foudre{height:8px;background:linear-gradient(to right,#00f,#0f0,#ff0,red);border-radius:4px;margin:8px 0}.mouse-coords-overlay{position:absolute;bottom:25px;right:320px;z-index:2000;background:#0f172acc;padding:4px 10px;border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.65rem;color:#fff;display:flex;gap:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:none}.coord-label{color:#3b82f6;font-weight:800}.coord-val{font-weight:500}.radar-tile-pro{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.recent-strike{animation:flash-strike 1s infinite alternate}@keyframes flash-strike{0%{fill-opacity:1;stroke-width:2}to{fill-opacity:.4;stroke-width:0}}.leaflet-tooltip{background:#fff!important;border:1px solid #3b82f6!important;color:#1e293b!important;border-radius:6px!important;font-weight:800!important;font-size:.75rem!important;box-shadow:0 4px 15px #0000001a!important}@media(max-width:768px){.super-app{height:auto!important;overflow-y:auto!important}.super-nav{height:auto!important;flex-wrap:wrap!important;padding:10px!important;gap:8px!important}.super-nav .nav-group{flex-wrap:wrap!important;gap:8px!important;width:100%!important;justify-content:space-between!important}.super-nav .nav-divider{display:none!important}.layer-selector-compact{flex-wrap:wrap!important;width:100%!important;gap:8px!important;margin-top:4px}.style-selector{width:100%!important;justify-content:space-between!important}.super-layout{flex-direction:column!important;height:auto!important}.map-view-wrapper{position:relative!important;height:50vh!important;min-height:350px!important;width:100%!important;inset:auto!important}.super-overlay-panel{position:relative!important;inset:auto!important;width:100%!important;padding:12px!important;pointer-events:auto!important;display:flex!important;flex-direction:column!important;gap:12px!important}.super-overlay-panel.left,.super-overlay-panel.right{width:100%!important}.panel-box{width:100%!important;background:#0f172a!important}.stats-panel{grid-template-columns:1fr 1fr!important}.legend-group-container{width:100%!important;margin-top:10px!important}.mouse-coords-overlay{display:none!important}.floating-suggestions{position:fixed!important;left:12px!important;right:12px!important;z-index:10000!important}}.climatol-pro{min-height:100vh;background:#f8fafc;color:#1e293b;font-family:Inter,system-ui,sans-serif}.climatol-nav{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0000000d}.nav-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer}.brand-text{font-weight:800;font-size:1.2rem;letter-spacing:-.025em;color:#0f172a}.brand-text small{display:block;font-size:.7rem;color:#64748b;margin-top:-2px}.search-bar-pro{width:450px;position:relative;background:#fff;padding:0 1rem;border-radius:10px;display:flex;align-items:center;border:1px solid #e2e8f0;transition:all .2s;height:42px;box-shadow:0 1px 2px #0000000d}.search-bar-pro:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.search-bar-pro input{background:transparent;border:none;padding:8px;width:100%;outline:none;font-size:.9rem}.results-dropdown{position:absolute;top:110%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0;overflow:hidden;z-index:1000}.res-item{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f8fafc}.res-item:last-child{border-bottom:none}.res-item:hover{background:#f0f7ff}.res-text .label{font-weight:700;color:#1e293b;font-size:.9rem;display:block}.res-text .ctx{font-size:.75rem;color:#64748b}.report-container{max-width:1400px;margin:24px auto;padding:0 20px}.station-header-box{background:#fff;border-radius:16px;padding:24px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;margin-bottom:24px;box-shadow:0 4px 6px -1px #0000001a}.station-header-box h1{font-size:1.8rem;font-weight:800;letter-spacing:-.025em;margin:0;color:#0f172a}.dashboard-tabs{display:flex;gap:8px;margin-bottom:24px;background:#f1f5f9;padding:4px;border-radius:12px;width:fit-content}.dashboard-tabs button{background:transparent;border:none;padding:8px 16px;border-radius:10px;font-weight:700;font-size:.85rem;color:#64748b;cursor:pointer;transition:all .2s}.dashboard-tabs button.active{background:#fff;color:#0f172a;box-shadow:0 2px 4px #0000000d}.chart-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a}.chart-card h3{font-size:.9rem;font-weight:700;margin-bottom:20px;color:#475569;text-transform:uppercase}.report-section{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:24px}.section-title{background:#f8fafc;padding:16px 24px;display:flex;align-items:center;gap:12px;border-bottom:2px solid #f1f5f9}.section-title h3{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.clim-table{width:100%;border-collapse:collapse;font-size:.9rem}.clim-table th{background:#f8fafc;padding:12px 8px;font-weight:600;color:#475569;border-bottom:2px solid #f1f5f9;text-align:center}.clim-table th:first-child{text-align:left;padding-left:24px;width:250px}.clim-table td{padding:12px 8px;border-bottom:1px solid #f1f5f9}.clim-table tr:hover td{background:#f8fafc}.param-label{text-align:left!important;padding-left:24px!important;font-weight:600;color:#0f172a}.val-cell{font-family:JetBrains Mono,system-ui,sans-serif;font-weight:500;color:#334155}.val-cell.current-month{background:#eff6ff;font-weight:700;color:#1e40af}.records-full-table .rec-cell{padding:16px 8px;transition:all .2s}.records-full-table tr:hover .rec-cell{background:#3b82f608}.records-full-table .val{font-size:1.1rem;font-family:JetBrains Mono,monospace;display:block}.records-full-table .date{background:#f1f5f9;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.current-month-row td{background:#eff6ff!important;border-top:2px solid #3b82f6;border-bottom:2px solid #3b82f6}.abs-record-row .rec-cell.abs{position:relative}.abs-record-row .rec-cell.abs .val{font-size:1.3rem;margin-bottom:4px}.record-mini-card-pro{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 15px -3px #00000014;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.record-mini-card-pro:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.card-top-line{height:6px;width:100%}.card-content-p{padding:1.25rem}.label-text{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#64748b;letter-spacing:.05em;display:block}.period-badge{background:#f8fafc;color:#94a3b8;font-size:.65rem;padding:2px 8px;border-radius:999px;font-weight:700;border:1px solid #f1f5f9}.records-duo{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rec-item-box{background:#f8fafc;padding:12px;border-radius:12px;display:flex;flex-direction:column;gap:2px;border:1px solid #f1f5f9}.rec-item-box.active-abs{background:#0f172a;border-color:#1e293b}.rec-item-box .t{font-size:.6rem;font-weight:700;text-transform:uppercase;color:#94a3b8}.rec-item-box .v{font-size:1.25rem;font-weight:950;font-family:JetBrains Mono,monospace;letter-spacing:-.05em}.rec-item-box .v small{font-size:.7rem;margin-left:2px}.rec-item-box .d{font-size:.65rem;font-weight:600;color:#64748b;font-family:JetBrains Mono,monospace}.rec-item-box.active-abs .t{color:#3b82f6}.rec-item-box.active-abs .v{color:#fff}.rec-item-box.active-abs .d{color:#94a3b8}.live-monitor{background:#0f172a;padding:16px 24px;border-radius:20px;color:#fff;text-align:right;box-shadow:0 10px 25px #0003;border:1px solid #1e293b}.monitor-head{display:flex;align-items:center;justify-content:flex-end;gap:10px;font-size:.65rem;font-weight:800;color:#94a3b8;margin-bottom:4px}.live-dot{width:6px;height:6px;background:#ef4444;border-radius:50%;box-shadow:0 0 10px #ef4444;animation:flash 1.5s infinite}@keyframes flash{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.monitor-val{font-size:2.2rem;font-weight:950;font-family:JetBrains Mono,monospace;line-height:1;letter-spacing:-.05em}.monitor-anomalies-duo{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.ano-item{display:flex;justify-content:flex-end;align-items:center;gap:8px;font-size:.75rem;font-weight:800}.ano-item .l{color:#94a3b8;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em}.ano-item .v{font-family:JetBrains Mono,monospace}.ano-item.plus .v{color:#f87171}.ano-item.minus .v{color:#60a5fa}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.grid-layout{grid-template-columns:1fr}.search-bar-pro{width:100%}}.broken-tab.active{background:#fef2f2!important;color:#dc2626!important;box-shadow:0 4px 12px #dc26261a!important}.broken-val{box-shadow:0 0 0 2px #ef4444;animation:pulse-border 2s infinite}@keyframes pulse-border{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 4px #ef444400}to{box-shadow:0 0 #ef444400}}.record-badge-mini{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:2px 8px;border-radius:50px;font-size:.65rem;font-weight:900;box-shadow:0 4px 10px #d977064d}.sort-icon-pro{display:inline-flex;margin-left:4px;opacity:.5;transition:opacity .2s}th:hover .sort-icon-pro{opacity:1}.spin{animation:spin 1.5s infinite linear}.temp-30-villes-container{padding:20px;max-width:1400px;margin:0 auto;font-family:Inter,system-ui,sans-serif;color:#1e293b}.live-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.title-section h1{margin:0;font-size:1.8rem;font-weight:800;letter-spacing:-.025em;display:flex;align-items:center;gap:12px;color:#0f172a}.title-section .subtitle{margin:4px 0 0;color:#64748b;font-size:.95rem}.refresh-btn{display:flex;align-items:center;gap:8px;height:42px;padding:0 16px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.refresh-btn:hover:not(:disabled){background:#1e293b;transform:translateY(-1px)}.table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.live-table{width:100%;border-collapse:collapse;font-size:.9rem;text-align:left}.live-table th{background:#f8fafc;padding:12px 16px;font-weight:600;color:#475569;border-bottom:2px solid #f1f5f9}.live-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9}.live-table tr:hover td{background:#f8fafc}.city-cell-simple{display:flex;align-items:center;gap:10px}.city-name-simple{font-weight:600;color:#0f172a;font-size:1rem}.city-dept-simple{color:#64748b;font-size:.9rem}.value-cell-simple{text-align:right;font-weight:700;font-size:1.1rem}.temp-very-cold{color:#1d4ed8}.temp-cold{color:#2563eb}.temp-mild{color:#059669}.temp-warm{color:#ea580c}.temp-hot{color:#dc2626}.heavy-rain{color:#0284c7;font-weight:800}.rain{color:#0ea5e9}.no-rain{color:#94a3b8;font-weight:400}.storm{color:#dc2626;font-weight:800}.windy{color:#ea580c}.calm{color:#10b981}.view-selector{display:flex;gap:1rem;margin-bottom:1.5rem}.selector-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;color:#475569;transition:all .2s}.selector-btn.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;font-weight:600}.selector-btn:hover:not(.active){background:#f8fafc}.sea-map-container{display:flex;flex-direction:column;height:100vh;background:#0f172a;color:#e2e8f0;font-family:Inter,sans-serif;overflow:hidden}.sea-map-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#0f172af2;border-bottom:1px solid rgba(14,165,233,.2);flex-shrink:0}.sea-map-header h1{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:#f1f5f9;margin:0}.sea-map-header-actions{display:flex;gap:8px}.sea-map-body{display:flex;flex:1;overflow:hidden}.leaflet-map-wrapper{flex:1;position:relative;overflow:hidden}.map-overlay-loader,.map-overlay-error{position:absolute;inset:0;background:#0f172ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;text-align:center;padding:24px}.map-overlay-error h3{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.map-overlay-error p{color:#94a3b8;margin:0}.sea-sidebar{width:260px;flex-shrink:0;background:#0f172af7;border-left:1px solid rgba(14,165,233,.15);overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:12px}.filter-section{display:flex;flex-direction:column;gap:8px;padding:12px;background:#1e293b99;border-radius:10px;border:1px solid rgba(71,85,105,.3)}.filter-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.sea-stats-row{display:flex;gap:6px;padding:10px;background:#0ea5e90f;border-radius:10px;border:1px solid rgba(14,165,233,.15)}.sea-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.stat-val{font-size:1rem;font-weight:800;color:#38bdf8;line-height:1}.stat-lbl{font-size:.6rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.sst-controls{display:flex;flex-direction:column;gap:10px}.sst-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.8rem;color:#cbd5e1}.sst-toggle input[type=checkbox]{accent-color:#0ea5e9;width:14px;height:14px;cursor:pointer}.sst-slider-label{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#94a3b8}.sst-slider{width:100%;accent-color:#0ea5e9;cursor:pointer;height:4px}.sst-legend{display:flex;flex-direction:column;gap:6px;padding:12px;background:#1e293b99;border-radius:10px;border:1px solid rgba(71,85,105,.3)}.sst-gradient-bar{height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.sst-legend-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#94a3b8}.sea-info-card{padding:12px;background:#1e293bcc;border:1px solid rgba(71,85,105,.4);border-radius:10px;display:flex;flex-direction:column;gap:6px}.sea-info-card h2{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 4px}.sea-info-row{display:flex;justify-content:space-between;font-size:.78rem;gap:8px}.sea-info-row .label{color:#64748b}.sea-info-row .value{color:#e2e8f0;font-weight:600;text-align:right}.sea-info-row .value.temp{color:#fb923c;font-size:1rem}.sea-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s ease;background:#0ea5e91a;border:1px solid rgba(14,165,233,.3);color:#38bdf8}.sea-btn:hover{background:#0ea5e933}.sea-btn:disabled{opacity:.5;cursor:not-allowed}.sea-marker-circle{width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8);box-shadow:0 2px 8px #00000080}.popup-details{font-family:Inter,sans-serif;min-width:180px}.popup-title{font-size:.9rem;font-weight:700;color:#1e293b;margin:0 0 8px;border-bottom:1px solid #e2e8f0;padding-bottom:6px}.popup-link{display:inline-block;margin-top:8px;font-size:.75rem;color:#0ea5e9;text-decoration:none}.popup-link:hover{text-decoration:underline}.leaflet-popup-content-wrapper{border-radius:10px!important;box-shadow:0 8px 32px #0006!important}.sst-notice{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:900;background:#0f172aeb;border:1px solid rgba(14,165,233,.4);border-radius:8px;padding:8px 16px;display:flex;align-items:center;gap:8px;color:#38bdf8;font-size:.78rem;font-weight:600;white-space:nowrap}.sst-date-badge{font-size:.72rem;color:#94a3b8;background:#1e293bcc;border:1px solid rgba(71,85,105,.4);border-radius:6px;padding:4px 10px}.filter-buttons{display:flex;flex-direction:column;gap:6px}.sea-btn.active{background:#0ea5e940;border-color:#0ea5e999;color:#7dd3fc}.animate-spin{animation:spin 1s linear infinite}.flex{display:flex}.gap-2{gap:8px}.mb-1{margin-bottom:4px}.items-center{align-items:center}.text-sky-400{color:#38bdf8}.text-rose-500{color:#f43f5e}.font-semibold{font-weight:600}.text-xs{font-size:.75rem}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-slate-400{color:#94a3b8}.leading-relaxed{line-height:1.6}.m-0{margin:0}.capitalize{text-transform:capitalize}.text-warning{color:#fb923c}.sst-hover-badge{position:absolute;bottom:20px;left:20px;z-index:1000;background:#0f172af2;border:1px solid rgba(14,165,233,.4);border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #00000080;pointer-events:none}.sst-hover-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.sst-hover-val{font-size:1.15rem;font-weight:800;color:#38bdf8}.archives-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:30px 20px;color:#fff}.archives-hero{text-align:center;margin-bottom:30px}.archives-hero h1{font-size:2.2rem;font-weight:800;background:linear-gradient(to right,#fbbf24,#f97316);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.archives-hero p{color:#94a3b8;font-size:1.1rem;margin-top:5px}.archives-controls{max-width:1200px;margin:0 auto 30px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end;box-shadow:0 4px 20px #0003}.control-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:250px}.control-group label{font-size:.9rem;font-weight:600;color:#cbd5e1;display:flex;align-items:center;gap:6px}.date-input-wrapper{display:flex;gap:4px}.archive-date-input,.archive-mode-select,.station-select{width:100%;padding:10px 14px;background:#1e293b;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.95rem;outline:none;transition:all .2s}.archive-date-input:focus,.archive-mode-select:focus,.station-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.date-nav-btn{padding:0 10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s}.date-nav-btn:hover{background:#fff3;color:#fff}.control-actions{display:flex;gap:12px;flex-wrap:wrap}.fetch-btn,.export-btn{display:flex;align-items:center;gap:8px;padding:11px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.95rem}.fetch-btn{background:#3b82f6;color:#fff}.fetch-btn:hover{background:#2563eb;transform:translateY(-2px)}.export-btn{background:#10b981;color:#fff}.export-btn:hover:not(:disabled){background:#059669;transform:translateY(-2px)}.export-btn:disabled{background:#1e293b;color:#64748b;cursor:not-allowed;opacity:.5}.archive-error{max-width:1200px;margin:0 auto 20px;background:#ef444426;border:1px solid #ef4444;padding:12px 20px;border-radius:8px;color:#fca5a5;text-align:center}.archive-results-section{max-width:1400px;margin:0 auto}.results-count{margin-left:auto;font-size:.85rem;color:#94a3b8;background:#ffffff0d;padding:4px 10px;border-radius:10px}.dept-col{width:80px;color:#94a3b8;font-weight:500}.loading-row{padding:60px!important;text-align:center;color:#94a3b8;font-size:1.1rem;background:#ffffff05}.station-archives-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding:15px 25px;background:#ffffff0d;border-radius:12px}.station-info h2{margin:0;color:#60a5fa}.station-info p{margin:5px 0 0;color:#94a3b8}@media(max-width:1024px){.archives-controls{flex-direction:column;align-items:stretch}.control-group{width:100%}}.hdf-radar-module{padding:2rem;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif}.module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.header-title{display:flex;align-items:center;gap:1rem}.header-title h1{font-size:1.5rem;font-weight:800;margin:0;color:#1e293b}.header-title p{margin:.2rem 0;color:#64748b;font-size:.9rem}.icon-pulse{color:#ef4444;animation:zap-pulse 2s infinite}@keyframes zap-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.header-controls{display:flex;gap:1rem;align-items:center}.date-picker-wrap{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;color:#64748b}.date-picker-wrap input{border:none;outline:none;font-size:.9rem;color:#1e293b;font-weight:600}.scan-btn{background:#1e293b;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.scan-btn:hover{background:#334155;transform:translateY(-2px)}.scan-btn:disabled{opacity:.5;cursor:not-allowed}.stats-row{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.stat-card{background:#fff;padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 6px -1px #0000001a;font-weight:600;color:#475569}.stat-card.broken{color:#ef4444;background:#fef2f2}.stat-card.warning{color:#f59e0b;background:#fffbeb}.search-bar{position:relative;margin-bottom:2rem}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.search-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:12px;border:1px solid #e2e8f0;outline:none;font-size:1rem;box-shadow:0 1px 3px #0000001a}.results-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.radar-table{width:100%;border-collapse:collapse}.radar-table th{background:#f8fafc;padding:1rem;text-align:left;font-size:.8rem;text-transform:uppercase;color:#64748b;letter-spacing:.05em}.radar-table td{padding:1.25rem 1rem;border-bottom:1px solid #f1f5f9}.station-cell strong{display:block;color:#1e293b;font-size:1rem}.station-cell span{display:block;font-size:.75rem;color:#94a3b8}.status-cell{text-align:center}.badge{padding:.25rem .75rem;border-radius:100px;font-size:.7rem;font-weight:900}.badge.none{background:#f0fdf4;color:#10b981}.badge.warning{background:#fef3c7;color:#f59e0b}.badge.critical{background:#fee2e2;color:#ef4444}.obs-cell strong,.rec-cell strong{font-size:1.1rem;color:#1e293b}.obs-cell small,.rec-cell small{display:block;font-size:.7rem;color:#64748b}.radar-table tr.critical{background:#fef2f2}.radar-table tr.critical td{border-bottom-color:#fee2e2}.details-cell{font-size:.85rem;font-weight:500;font-style:italic;color:#64748b}.critical .details-cell{color:#ef4444;font-weight:800}.warning .details-cell{color:#f59e0b;font-weight:800}.empty-state{padding:8rem 2rem;text-align:center;color:#cbd5e1}.empty-state h2{color:#475569;margin-top:1rem}.empty-state p{max-width:400px;margin:.5rem auto}.save-footer{margin-top:2rem;padding:1.5rem;background:#ecfdf5;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #10b981}.save-footer p{color:#065f46;font-weight:600;margin:0}.save-footer button{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.windy-container{display:flex;flex-direction:column;height:calc(100vh - 40px);padding:20px;box-sizing:border-box;overflow:hidden}.windy-header{margin-bottom:20px}.windy-header h1{font-size:1.8rem;font-weight:800;margin:0 0 4px;color:#0f172a;display:flex;align-items:center;gap:10px}.windy-header .subtitle{margin:0;font-size:.9rem;color:#64748b;font-weight:500}.windy-layout-grid{display:grid;grid-template-columns:280px 1fr;gap:20px;flex-grow:1;height:calc(100% - 70px)}.card-glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:16px;box-shadow:0 10px 30px #0000000d;overflow:hidden}.windy-settings-card{padding:20px;display:flex;flex-direction:column;gap:15px;box-sizing:border-box}.windy-settings-card h3{margin:0 0 10px;font-size:.8rem;font-weight:900;color:#475569;letter-spacing:.05em;text-transform:uppercase}.overlay-buttons-list,.focus-buttons-list{display:flex;flex-direction:column;gap:10px}.overlay-btn,.focus-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s;text-align:left}.overlay-btn:hover,.focus-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.focus-btn.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 4px 12px #0f172a26}.settings-divider{height:1px;background:#e2e8f0cc;margin:10px 0}.windy-map-card{position:relative;width:100%;height:100%}.windy-iframe{width:100%;height:100%;border-radius:16px;background:#f1f5f9}.icon-pulse{animation:icon-pulse-anim 2s infinite ease-in-out}.text-emerald{color:#10b981}@keyframes icon-pulse-anim{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:992px){.windy-layout-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr}.overlay-buttons-list,.focus-buttons-list{flex-direction:row;flex-wrap:wrap}.overlay-btn,.focus-btn{flex-grow:1;justify-content:center}}.app-layout{display:flex;min-height:100vh;background-color:#f8fafc;overflow-x:hidden}.main-content{flex:1;margin-left:280px;padding:2rem;width:calc(100% - 280px);transition:all .3s ease;min-width:0}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:64px;background:#fff;z-index:1000;border-bottom:1px solid #e2e8f0;align-items:center;padding:0 1rem;gap:1rem;box-shadow:0 1px 3px #0000000d}.menu-btn{background:#f1f5f9;border:none;cursor:pointer;padding:10px;border-radius:8px;display:flex;align-items:center;color:#0f172a}.mobile-title{font-weight:700;color:#0f172a;font-size:1.1rem}.sidebar-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500}@media(max-width:1024px){.main-content{margin-left:0;width:100%;padding:1.5rem;padding-top:80px}.mobile-header{display:flex}.sidebar{z-index:2000!important}}@media(max-width:640px){.main-content{padding:1rem;padding-top:75px}h1{font-size:1.5rem!important}}@media(max-width:768px){input,select,textarea{font-size:16px!important}.table-wrapper,.table-container,.scrollable-table-wrapper,.monthly-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}}@media print{.app-layout{display:block!important;background:#fff!important}.main-content{margin-left:0!important;width:100%!important;padding:0!important}.mobile-header,.sidebar-overlay{display:none!important}}
