@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.navbar-header{background-color:var(--bg-card);box-shadow:var(--shadow-sm);z-index:1000;position:sticky;top:0}.logo span{color:var(--primary-dark);font-size:1.5rem}.desktop-nav a{color:var(--text-main);transition:color var(--transition-speed);padding-bottom:4px;font-weight:500;position:relative}.desktop-nav a:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:0;left:0}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary-color)}.desktop-nav a.text-primary{color:var(--accent-color)}.desktop-nav a.text-primary:after{background-color:var(--accent-color)}.desktop-nav a.text-primary:hover,.desktop-nav a.text-primary.active{color:var(--accent-color)}.user-menu{position:relative}.user-pill{background:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.35rem .9rem .35rem .35rem;transition:border-color .2s,box-shadow .2s;display:flex}.user-pill:hover{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb,0,120,212), .12)}.user-avatar{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.user-pill__name{color:var(--text-main);font-size:.9rem;font-weight:600}.user-pill__role{text-transform:uppercase;letter-spacing:.05em;background:var(--primary-color);color:#fff;border-radius:50px;padding:.1rem .5rem;font-size:.72rem;font-weight:600}.user-pill__chevron{color:var(--text-muted);transition:transform .2s}.user-pill__chevron.open{transform:rotate(180deg)}.user-dropdown{background:var(--bg-card);border:1px solid var(--border-color);min-width:210px;box-shadow:var(--shadow-lg);z-index:2000;border-radius:14px;animation:.18s dropIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.user-dropdown__header{flex-direction:column;gap:.2rem;padding:.9rem 1rem;display:flex}.user-dropdown__header strong{color:var(--text-main);font-size:.95rem}.user-dropdown__header span{color:var(--text-muted);font-size:.8rem}.user-dropdown__divider{border:none;border-top:1px solid var(--border-color);margin:0}.user-dropdown__item{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:background .15s;display:flex}.user-dropdown__item:hover{background:var(--bg-color)}.user-dropdown__item--danger{color:#ef4444}.user-dropdown__item--danger:hover{background:#ef444414}.mobile-menu-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;padding:.25rem;display:none}.mobile-nav{border-top:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:1rem 1.5rem 1.5rem;animation:.2s slideDown;display:flex}.mobile-nav ul{flex-direction:column;gap:.25rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.mobile-nav ul a{color:var(--text-main);border-radius:8px;padding:.6rem .5rem;font-weight:500;transition:background .15s;display:block}.mobile-nav ul a:hover,.mobile-nav ul a.active{background:var(--bg-color);color:var(--primary-color)}.mobile-nav__auth{flex-direction:column;gap:.5rem;display:flex}.mobile-nav__auth .btn{justify-content:center;align-items:center;gap:.4rem;display:flex}@media (width<=768px){.desktop-nav,.auth-buttons{display:none}.mobile-menu-btn{display:block}}.footer-section{color:#fff;background-color:#0b1120;margin-top:auto;font-family:Inter,sans-serif;position:relative;overflow:hidden}.footer-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#0ea5e90d 0%,#0000 40%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.logo-icon-wrapper{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex;box-shadow:0 4px 15px #0ea5e94d}.social-links .social-icon{color:#94a3b8;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-links .social-icon:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 5px 15px #0ea5e966}.footer-links-group h4:after,.footer-contact-group h4:after{content:"";background-color:var(--primary-color);border-radius:2px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.footer-links a{color:#fff;align-items:center;font-size:.95rem;transition:all .3s;display:inline-flex}.footer-links a:before{content:"›";color:var(--primary-color);opacity:0;margin-right:8px;font-size:1.2rem;transition:all .3s;transform:translate(-10px)}.footer-links a:hover{color:var(--primary-color);transform:translate(5px)}.footer-links a:hover:before{opacity:1;transform:translate(0)}.contact-icon-wrapper .text-primary{color:var(--primary-color)}.newsletter-form{max-width:400px;position:relative}.newsletter-input{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;outline:none;width:100%;padding:14px 60px 14px 20px;font-size:.95rem;transition:all .3s}.newsletter-input:focus{border-color:var(--primary-color);background-color:#ffffff14;box-shadow:0 0 0 3px #0ea5e933}.newsletter-input::placeholder{color:#64748b}.newsletter-btn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;width:40px;transition:all .3s;position:absolute;top:6px;bottom:6px;right:6px}.newsletter-btn:hover{background-color:var(--primary-dark);transform:scale(1.05)}.text-slate-500{color:#64748b}.border-slate-800{border-color:#1e293b}@media (width<=768px){.newsletter-section{text-align:center;flex-direction:column}.newsletter-form{width:100%;max-width:100%}}.footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-section .container{padding-left:1.25rem;padding-right:1.25rem}.footer-grid>div:first-child{text-align:center}.footer-grid>div:first-child .logo{justify-content:center}.footer-bottom{text-align:center;gap:.5rem;flex-direction:column!important}.footer-links a,.footer-contact li{font-size:.9rem}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.hero-section{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:2;background:#0000008c;position:absolute;inset:0}.hero-section .container{z-index:3;position:relative}.hero-content{color:#fff;max-width:650px}.hero-content,.hero-section .container{z-index:2;position:relative}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#fffc;max-width:90%;margin-bottom:2rem;font-size:1.125rem}.badge-white{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.badge{color:var(--primary-dark);background-color:#ffffff1a;border:1px solid #0ea5e933;border-radius:999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-section{padding:5rem 0}.form-row,.consultation-type-grid,.modal-fee-display{grid-template-columns:1fr}}.doctor-avatar-wrapper{background:var(--bg-card);border:2px solid #fff;border-radius:50%;width:64px;height:64px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.doctor-avatar{object-fit:cover;width:100%;height:100%}.doctor-avatar-placeholder{background-color:var(--primary-light);width:100%;height:100%;color:var(--primary-color);justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-0{margin-bottom:0}.mt-4{margin-top:1rem}.mt-1{margin-top:.25rem}.mt-auto{margin-top:auto}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-red-50{background-color:#fef2f2}.text-yellow-400{color:#facc15}.text-slate-400{color:#94a3b8}.text-red-700{color:#b91c1c}.text-red-900{color:#7f1d1d}.text-red-600{color:#dc2626}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.border{border:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-slate-200{border-color:#e2e8f0}.border-red-200{border-color:#fecaca}.border-red-100{border-color:#fee2e2}.border-red-50{border-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-red-600{background-color:#dc2626}.bg-red-700,.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-red-600:hover{background-color:#dc2626}.hover\:text-white:hover{color:#fff}.hover\:border-red-600:hover{border-color:#dc2626}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-3{padding:.75rem}.pb-2{padding-bottom:.5rem}.flex-1{flex:1}.max-w-md{max-width:28rem}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.doctor-compact-avatar{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex;overflow:hidden}.doctor-compact-avatar img{object-fit:cover;width:100%;height:100%}.doctor-compact-name{color:#1e293b;font-weight:700}.doctor-compact-spec{color:var(--primary-color);font-size:.75rem;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{margin-bottom:1rem}.consultation-type-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem;display:grid}.type-option{text-align:center;cursor:pointer;color:#64748b;border:2px solid #e2e8f0;border-radius:.75rem;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.type-option.selected{border-color:var(--primary-color);color:var(--primary-color);background:#0ea5e90d}.booking-submit-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,background .2s}.booking-submit-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px)}.booking-success-view{text-align:center;padding:2rem 0}.success-icon-wrapper{margin-bottom:1.5rem;animation:.5s bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.success-title{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.success-msg{color:#64748b}.modal-fee-display{background:#f1f5f9;border-radius:.75rem;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.fee-item{flex-direction:column;align-items:center;display:flex}.fee-label{color:#64748b;margin-bottom:.25rem;font-size:.75rem}.fee-amount{color:var(--primary-color);font-size:1.1rem;font-weight:800}.doctor-compact-pmdc{color:#059669;margin-top:2px;font-size:.7rem;font-weight:600}.map-filters-bar{background:#fff;border:1px solid #0ea5e91f;border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:14px 20px;display:flex;box-shadow:0 4px 20px #00000012}.map-layer-toggles{gap:10px;display:flex}.map-layer-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.map-layer-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.map-layer-btn.doctor-layer.active{color:#0369a1;background:#eff6ff;border-color:#0ea5e9}.map-layer-btn.donor-layer.active{color:#b91c1c;background:#fff1f2;border-color:#ef4444}.layer-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.doctor-dot{background:#0ea5e9}.donor-dot{background:#ef4444}.map-filter-group{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}.map-filter-select{color:#374151;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:8px 14px;font-family:inherit;font-size:.82rem;transition:border-color .2s}.map-filter-select:focus{border-color:#0ea5e9;outline:none}.map-popup-doc,.map-popup-donor{min-width:200px;padding:4px;font-family:Inter,sans-serif}.map-popup-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.map-popup-avatar{object-fit:cover;border:2px solid #0ea5e9;border-radius:50%;flex-shrink:0;width:42px;height:42px}.map-popup-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:800;display:flex}.map-popup-name{color:#1e293b;margin-bottom:2px;font-size:.92rem;font-weight:700}.map-popup-spec{color:#0ea5e9;font-size:.75rem;font-weight:600}.map-popup-info{color:#64748b;flex-direction:column;gap:4px;margin-bottom:8px;font-size:.75rem;display:flex}.map-popup-info span{align-items:center;gap:4px;display:flex}.map-popup-fees{color:#475569;background:#f0f9ff;border-radius:8px;gap:12px;margin-bottom:10px;padding:6px 10px;font-size:.76rem;display:flex}.map-popup-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:8px;width:100%;padding:8px;font-size:.8rem;font-weight:600;transition:all .2s}.map-popup-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e959}.map-popup-btn.donor-btn{background:linear-gradient(135deg,#ef4444,#b91c1c)}.map-popup-btn.donor-btn:hover{box-shadow:0 4px 12px #ef444459}.map-popup-blood-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:50px;margin-bottom:8px;padding:6px 14px;font-size:1.1rem;font-weight:800;display:inline-block}.map-legend{color:#475569;background:#fff;border-radius:12px;align-items:center;gap:20px;margin-top:14px;padding:12px 20px;font-size:.82rem;font-weight:500;display:flex;box-shadow:0 2px 8px #0000000f}.legend-item{align-items:center;gap:8px;display:flex}.legend-hint{color:#94a3b8;margin-left:auto;font-size:.78rem;font-style:italic}.profile-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:0;position:relative;overflow:hidden;box-shadow:0 30px 80px #0003}.profile-modal-header{align-items:center;gap:16px;padding:28px 28px 20px;display:flex}.profile-modal-header.doctor-header{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #bfdbfe}.profile-modal-header.donor-header{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-bottom:1px solid #fecaca}.profile-modal-avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:72px;height:72px;box-shadow:0 4px 16px #0000001f}.profile-modal-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 4px 16px #0ea5e959}.donor-blood-circle{color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 4px 16px #ef444459}.profile-modal-name{color:#1e293b;margin:0 0 4px;font-size:1.2rem;font-weight:700}.profile-modal-spec{color:#0ea5e9;margin:0 0 6px;font-size:.85rem;font-weight:600}.profile-modal-body{flex-direction:column;gap:10px;padding:20px 28px;display:flex}.profile-modal-row{color:#475569;align-items:center;gap:10px;font-size:.87rem;display:flex}.profile-modal-fees{grid-template-columns:1fr 1fr;gap:10px;margin-top:6px;display:grid}.fee-card{text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:12px;font-size:.8rem;display:flex}.fee-card.online-fee{color:#0369a1;background:#eff6ff;border:1px solid #bfdbfe}.fee-card.physical-fee{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.fee-card strong{font-size:1rem;font-weight:800}.profile-modal-bio{color:#64748b;background:#f8fafc;border-radius:8px;margin-top:4px;padding:10px;font-size:.83rem;line-height:1.5}.profile-modal-actions{border-top:1px solid #f1f5f9;gap:10px;padding:16px 28px 24px;display:flex}.profile-modal-actions .btn{justify-content:center;align-items:center;gap:6px;font-size:.87rem;font-weight:600;display:flex}.modal-close-btn{cursor:pointer;color:#64748b;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 2px 8px #0000001f}.modal-close-btn:hover{color:#dc2626;background:#fee2e2}.leaflet-popup-content-wrapper{border:1px solid #e2e8f0!important;border-radius:14px!important;padding:0!important;box-shadow:0 8px 30px #0000001f!important}.leaflet-popup-content{margin:12px!important}.leaflet-popup-tip-container{margin-top:-1px}.doctor-profile-overlay{-webkit-backdrop-filter:blur(10px);z-index:10000;background:#0f172a8c;justify-content:center;align-items:center;padding:1.25rem;animation:.25s ease-out dpOverlayIn;display:flex;position:fixed;inset:0}@keyframes dpOverlayIn{0%{opacity:0}to{opacity:1}}.doctor-profile-modal{background:#fff;border-radius:1.25rem;flex-direction:column;width:100%;max-width:560px;max-height:90vh;animation:.35s cubic-bezier(.16,1,.3,1) dpSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 60px -12px #0000004d,0 0 0 1px #ffffff0d}@keyframes dpSlideUp{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dp-header{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0369a1 100%);padding:1.75rem 1.5rem 1.5rem;position:relative;overflow:hidden}.dp-header:before{content:"";pointer-events:none;background:#ffffff12;border-radius:50%;width:200px;height:200px;position:absolute;top:-40%;right:-20%}.dp-header:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-30%;left:-10%}.dp-header-top{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.dp-close-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex}.dp-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.dp-header-profile{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.dp-avatar{color:#fff;background:#ffffff26;border:3px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:700;display:flex;overflow:hidden}.dp-avatar img{object-fit:cover;width:100%;height:100%}.dp-header-name{margin:0 0 .2rem;font-size:1.3rem;font-weight:700;line-height:1.2}.dp-header-spec{opacity:.9;margin:0;font-size:.85rem;font-weight:500}.dp-header-badges{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.dp-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border-radius:100px;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.dp-body{scroll-behavior:smooth;flex:1;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.dp-body::-webkit-scrollbar{width:5px}.dp-body::-webkit-scrollbar-track{background:0 0}.dp-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.dp-info-section{margin-bottom:1.25rem}.dp-section-title{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;align-items:center;gap:.4rem;margin:0 0 .75rem;font-size:.75rem;font-weight:700;display:flex}.dp-info-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.dp-info-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;padding:.75rem .85rem;transition:border-color .2s,box-shadow .2s}.dp-info-card:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #0000000a}.dp-info-card.full-width{grid-column:1/-1}.dp-info-icon{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.dp-info-icon svg{flex-shrink:0}.dp-info-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.dp-info-value{color:#1e293b;margin-top:.15rem;font-size:.875rem;font-weight:600;line-height:1.4}.dp-info-value.highlight{color:#0ea5e9;font-weight:700}.dp-fee-grid{flex-wrap:wrap;gap:.5rem;display:flex}.dp-fee-chip{text-align:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:.75rem;flex:1;min-width:90px;padding:.6rem .5rem}.dp-fee-chip .dp-fee-type{color:#0369a1;text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:600}.dp-fee-chip .dp-fee-amount{color:#0284c7;margin-top:.15rem;font-size:1rem;font-weight:700}.dp-fee-chip.home-visit{background:#ecfdf5;border-color:#a7f3d0}.dp-fee-chip.home-visit .dp-fee-type{color:#047857}.dp-fee-chip.home-visit .dp-fee-amount{color:#059669}.dp-schedule-group{margin-bottom:.75rem}.dp-schedule-label{color:#475569;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:flex}.dp-schedule-slots{flex-direction:column;gap:.35rem;display:flex}.dp-slot{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.45rem .7rem;font-size:.78rem;display:flex}.dp-slot-day{color:#334155;font-weight:600}.dp-slot-time{color:#64748b;font-weight:500}.dp-divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);border:none;height:1px;margin:1.25rem 0}.dp-reviews-section{margin-top:.25rem}.dp-rating-summary{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:.875rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.dp-avg-rating-big{color:#92400e;font-size:2.25rem;font-weight:800;line-height:1}.dp-avg-stars{gap:2px;margin-bottom:.15rem;display:flex}.dp-avg-count{color:#92400e;opacity:.8;font-size:.78rem;font-weight:500}.dp-review-list{flex-direction:column;gap:.65rem;max-height:280px;padding-right:.25rem;display:flex;overflow-y:auto}.dp-review-list::-webkit-scrollbar{width:4px}.dp-review-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.dp-review-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;gap:.75rem;padding:.85rem;transition:border-color .2s;display:flex}.dp-review-card:hover{border-color:#e2e8f0}.dp-review-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.dp-review-content{flex:1;min-width:0}.dp-review-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.dp-review-name{color:#1e293b;font-size:.82rem;font-weight:700}.dp-review-date{color:#94a3b8;font-size:.68rem;font-weight:500}.dp-review-stars{gap:1px;margin-bottom:.3rem;display:flex}.dp-review-text{color:#475569;margin:0;font-size:.82rem;line-height:1.5}.dp-no-reviews{text-align:center;color:#94a3b8;padding:1.5rem 1rem}.dp-no-reviews-icon{margin-bottom:.5rem;font-size:2rem}.dp-no-reviews-text{font-size:.85rem;font-weight:500}.dp-feedback-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.875rem;margin-top:1.25rem;padding:1rem 1.1rem}.dp-feedback-title{color:#1e293b;align-items:center;gap:.4rem;margin:0 0 .75rem;font-size:.85rem;font-weight:700;display:flex}.dp-star-picker{gap:4px;margin-bottom:.75rem;display:flex}.dp-star-btn{cursor:pointer;background:0 0;border:none;padding:2px;transition:transform .15s;display:flex}.dp-star-btn:hover{transform:scale(1.2)}.dp-star-btn svg{transition:fill .15s,stroke .15s}.dp-feedback-textarea{resize:vertical;color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:.6rem;width:100%;min-height:70px;max-height:140px;padding:.65rem .8rem;font-family:Inter,sans-serif;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.dp-feedback-textarea:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91f}.dp-feedback-textarea::placeholder{color:#94a3b8}.dp-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:.6rem;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.65rem;padding:.65rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;display:flex}.dp-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e959}.dp-submit-btn:disabled{opacity:.6;cursor:not-allowed}.dp-feedback-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.6rem;align-items:center;gap:.5rem;margin-top:.65rem;padding:.6rem .85rem;font-size:.82rem;font-weight:600;animation:.3s ease-out dpFadeIn;display:flex}@keyframes dpFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dp-login-prompt{text-align:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:.75rem;margin-top:1rem;padding:1rem}.dp-login-prompt p{color:#0369a1;margin:0 0 .5rem;font-size:.82rem;font-weight:500}.dp-login-btn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:background .2s}.dp-login-btn:hover{background:#0284c7}@media (width<=600px){.doctor-profile-overlay{align-items:flex-end;padding:0}.doctor-profile-modal{border-radius:1.25rem 1.25rem 0 0;max-width:100%;max-height:95vh;animation:.35s cubic-bezier(.16,1,.3,1) dpSlideUpMobile}@keyframes dpSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dp-header{padding:1.25rem 1rem 1rem}.dp-avatar{width:56px;height:56px;font-size:1.4rem}.dp-header-name{font-size:1.1rem}.dp-body{padding:1rem}.dp-info-grid{grid-template-columns:1fr}.dp-fee-grid{flex-direction:column}}.find-doctors-page{padding-top:3rem;padding-bottom:5rem}.min-h-screen{min-height:100vh}.w-64{width:16rem}.w-full{width:100%}.shrink-0{flex-shrink:0}.sticky{position:sticky}.top-24{top:6rem}.pl-9{padding-left:2.25rem}.doctor-list-card{padding:1.5rem}.doctor-avatar-lg{object-fit:cover;border:3px solid #f8fafc;border-radius:12px;width:120px;height:120px;box-shadow:0 4px 6px -1px #0000001a}.text-yellow-500{color:#eab308}.text-primary-dark{color:var(--primary-dark)}.text-text-main{color:var(--text-main)}@media (width<=640px){.doctor-avatar-lg{width:80px;height:80px}}.location-input-wrapper{display:block;position:relative}.location-input-wrapper input{height:42px;padding-left:2.25rem;line-height:42px}.location-input-wrapper svg{pointer-events:none;color:var(--text-muted,#94a3b8);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.emergency-avatar-wrapper{border:2px solid #fee2e2;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.emergency-avatar{object-fit:cover;width:100%;height:100%}.emergency-avatar-placeholder{color:#dc2626;background-color:#fef2f2;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-weight:700;display:flex}.card-urgent{border-top-width:4px;border-top-color:#ef4444;transition:all .3s}.card-urgent:hover{border-top-color:#dc2626;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.auth-page{background-color:var(--bg-color);justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:3rem 2rem;display:flex;overflow-y:auto}.auth-container{background:var(--bg-card);width:100%;max-width:1000px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:24px;margin:auto;display:flex;overflow:hidden}.auth-container--wide{max-width:1200px}.auth-form-section{flex-direction:column;flex:1;justify-content:flex-start;padding:2.5rem 3rem;display:flex}.auth-image-section{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;text-align:center;flex-direction:column;flex:0 0 340px;justify-content:center;align-items:center;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.auth-image-section:before{content:"";background:radial-gradient(circle,#ffffff1f 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.auth-image-section h2{color:#fff;z-index:1;margin-top:1.5rem;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.auth-image-section p{opacity:.9;z-index:1;font-size:1rem;line-height:1.7}.auth-features{z-index:1;flex-direction:column;gap:.75rem;width:100%;margin-top:2rem;display:flex}.auth-feature-item{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-radius:50px;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.auth-feature-dot{background:#fff;border-radius:50%;flex-shrink:0;width:8px;height:8px}.auth-header{margin-bottom:1.5rem}.auth-header h1{color:var(--text-main);margin-bottom:.4rem;font-size:1.9rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.role-toggle{background:var(--bg-color);border:1px solid var(--border-color);border-radius:12px;gap:4px;margin-bottom:1.25rem;padding:4px;display:flex}.role-toggle__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.role-toggle__btn:hover{color:var(--text-main);background:var(--border-color)}.role-toggle__btn.active{background:var(--primary-color);color:#fff;box-shadow:0 2px 8px rgba(var(--primary-rgb,0,120,212), .35)}.auth-alert{border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;animation:.25s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.auth-alert--error{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.auth-alert--success{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d}.auth-form .form-group{margin-bottom:1rem}.auth-form .input-container{align-items:center;display:flex;position:relative}.auth-form .input-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.auth-form .form-input.with-icon{width:100%;padding-left:3rem}.auth-form .form-input.with-icon-right{padding-right:3rem}.input-icon-right{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.85rem}.input-icon-right:hover{color:var(--text-main)}.auth-btn{border-radius:12px;width:100%;margin-top:.75rem;padding:.9rem;font-size:1rem;font-weight:600;transition:all .2s}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.auth-btn-loading{justify-content:center;align-items:center;gap:.6rem;display:flex}.auth-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.doctor-notice{color:#b45309;background:#fbbf241a;border:1px solid #fbbf2459;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;display:flex}.doctor-notice svg{color:#d97706;flex-shrink:0;margin-top:1px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:var(--primary-color);margin-left:.35rem;font-weight:600;transition:color .2s}.auth-footer a:hover{color:var(--primary-dark);text-decoration:underline}.auth-options{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.auth-options label{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.forgot-link{color:var(--primary-color);font-weight:500;transition:color .2s}.forgot-link:hover{color:var(--primary-dark);text-decoration:underline}.file-upload-container{background:var(--bg-color);border:2px dashed var(--border-color);border-radius:12px;align-items:center;gap:1.5rem;padding:.75rem;transition:all .2s;display:flex}.file-upload-container:hover{border-color:var(--primary-color);background:rgba(var(--primary-rgb), .02)}.file-upload-label{border:1px solid var(--border-color);cursor:pointer;color:var(--text-main);background:#fff;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.file-upload-label:hover{background:var(--bg-color);border-color:var(--primary-color)}.file-preview{background:var(--bg-color);border:2px solid #fff;border-radius:50%;width:60px;height:60px;overflow:hidden;box-shadow:0 4px 8px #0000001a}.file-preview img{object-fit:cover;width:100%;height:100%}.hidden{display:none}.doctor-registration-flow{flex-direction:column;gap:.5rem;display:flex}.form-section-title{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.4rem;font-size:.85rem;font-weight:700;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.docs-upload-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;display:grid}.file-upload-compact{background:var(--bg-color);border:1.5px dashed var(--border-color);border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:.6rem;transition:all .2s;display:flex}.file-upload-compact:hover{border-color:var(--primary-color);background:rgba(var(--primary-rgb), .03)}.file-upload-trigger{border:1px solid var(--border-color);cursor:pointer;width:100%;color:var(--text-main);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.5rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.file-preview-circle,.file-preview-square{background:#fff;border:1.5px solid #fff;border-radius:50%;width:44px;height:44px;overflow:hidden;box-shadow:0 2px 5px #0000001a}.file-preview-square{border-radius:6px}.file-preview-circle img,.file-preview-square img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.auth-image-section{display:none}.auth-page{padding:1rem}.auth-container{border-radius:16px}.auth-form-section{max-height:none;padding:2rem 1.5rem}.form-grid,.docs-upload-grid{grid-template-columns:1fr}}:root{--glass-bg:#fffc;--glass-border:#fff3}.blood-bank-page{background-color:var(--bg-color);min-height:calc(100vh - 72px);font-family:Inter,sans-serif}.blood-hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);color:#fff;padding:5rem 0;position:relative;overflow:hidden}.blood-hero:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-20%;right:-10%}.blood-hero-title{letter-spacing:-.03em;text-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.blood-hero-subtitle{opacity:.9;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.btn-donor-signup{color:var(--primary-color);background:#fff;border-radius:99px;align-items:center;gap:.75rem;margin:0 auto;padding:1rem 2.5rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 20px #0000001a}.btn-donor-signup:hover{background:#fff;transform:translateY(-3px)scale(1.02);box-shadow:0 15px 30px #00000026}.filter-container{z-index:10;background:#fff;border:1px solid #00000005;border-radius:24px;justify-content:space-between;align-items:center;margin-top:-3rem;padding:1.5rem 2rem;display:flex;position:relative;box-shadow:0 10px 30px #0000000a}.filter-group{align-items:center;gap:1.5rem;display:flex}.blood-group-pill{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #0000;border-radius:99px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.blood-group-pill:hover{background:#e2e8f0}.blood-group-pill.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0ea5e94d}.donor-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:3rem 0;display:grid}.donor-card-premium{border:1px solid var(--border-color);background:#fff;border-radius:24px;flex-direction:column;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.donor-card-premium:hover{border-color:#0ea5e91a;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.donor-card-premium:before{content:"";background:var(--primary-color);opacity:0;width:100%;height:6px;transition:opacity .3s;position:absolute;top:0;left:0}.donor-card-premium:hover:before{opacity:1}.donor-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.donor-avatar-box{background:var(--primary-color);width:48px;height:48px;color:var(--primary-color);border-radius:16px;justify-content:center;align-items:center;display:flex}.blood-badge-large{background:var(--primary-color);color:#fff;border-radius:12px;padding:.4rem .8rem;font-size:1.1rem;font-weight:800;box-shadow:0 4px 10px #0ea5e933}.donor-name{color:#1e293b;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.donor-info-row{color:#64748b;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.btn-contact-donor{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:.875rem;font-weight:700;transition:all .2s;display:flex}.btn-contact-donor:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 8px 20px #0ea5e940}.modal-overlay-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a99}.donor-signup-modal{background:#fff;border-radius:28px;width:95%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 30px 60px #0000004d}.modal-header-accent{background:var(--primary-color);text-align:center;color:#fff;padding:2rem 1.5rem;position:relative}.modal-header-accent h2{margin-top:.75rem;font-size:1.5rem;font-weight:800}.modal-form-body{padding:1.5rem}.premium-input{background:#f8fafc;border:2px solid #f1f5f9;border-radius:14px;width:100%;padding:.875rem 1rem;font-weight:500;transition:all .3s}.premium-input:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 4px #0ea5e91a}@media (width<=1024px){.donor-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (width<=768px){.blood-hero-title{font-size:2.5rem}.filter-container{border-radius:20px;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.blood-group-pill{padding:.4rem 1rem;font-size:.9rem}.blood-hero{padding:3rem 0}.modal-form-body{padding:1.25rem}}@media (width<=480px){.blood-hero-title{font-size:2rem}.donor-grid{grid-template-columns:1fr}.filter-group{flex-direction:column;align-items:flex-start;gap:1rem}}.location-filter-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;min-width:0;padding:.5rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.location-filter-input:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #0ea5e91f}.donor-avatar-box{overflow:hidden}.donor-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.donor-status-dot.available{background:#10b981}.donor-status-dot.unavailable{background:#94a3b8}@media (width<=768px){.filter-container{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:-2rem;padding:1.25rem}.filter-group{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.location-filter-input{margin-left:0!important}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:1.5rem;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.animate-scaleIn{animation:.3s cubic-bezier(.16,1,.3,1) scaleIn}.modal-header{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title{margin:0;font-size:1.15rem;font-weight:700}.modal-subtitle{opacity:.8;margin:.2rem 0 0;font-size:.8rem}.modal-close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:background .2s;display:flex}.modal-close-btn:hover{background:#ffffff4d}.modal-form{padding:1.25rem}.booking-submit-btn{cursor:pointer;color:#fff;border:none;border-radius:12px;width:100%;padding:1rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .2s}.booking-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.booking-submit-btn:disabled{opacity:.6;cursor:not-allowed}.doctor-compact-card{background:#f8fafc;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.875rem;display:flex}.doctor-compact-avatar{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-weight:700;display:flex;overflow:hidden}.doctor-compact-name{color:#1e293b;font-size:.95rem;font-weight:700}.doctor-compact-spec{color:var(--primary-color);margin-top:2px;font-size:.75rem;font-weight:600}.dashboard-container{background-color:var(--bg-color);min-height:100vh;display:flex}.dashboard-sidebar{background-color:var(--bg-card);border-right:1px solid var(--border-color);z-index:1000;flex-direction:column;width:280px;height:100vh;transition:transform .3s;display:flex;position:fixed}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0006;position:fixed;inset:0}.mobile-sidebar-close,.sidebar-toggle-btn{display:none}@media (width<=1024px){.dashboard-sidebar{transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}.dashboard-main{margin-left:0!important}.sidebar-toggle-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.mobile-sidebar-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;margin-left:auto;display:flex}.header-search{display:none}}.sidebar-header{border-bottom:1px solid var(--border-color);align-items:center;padding:1.5rem 2rem;display:flex}.sidebar-role-badge{color:var(--primary-color);text-align:center;background-color:#0ea5e91a;border-radius:8px;margin:1.5rem 2rem .5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.sidebar-nav{flex:1;padding:1.5rem;overflow-y:auto}.sidebar-nav ul{flex-direction:column;gap:.5rem;display:flex}.nav-item{color:var(--text-muted);transition:all var(--transition-speed);border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:500;display:flex}.nav-item:hover{color:var(--text-main);background-color:#00000005}.nav-item.active{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-sm)}.sidebar-footer{border-top:1px solid var(--border-color);padding:1.5rem}.logout-btn{width:100%;color:var(--accent-color);cursor:pointer;transition:background-color var(--transition-speed);background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1rem;font-size:1rem;font-weight:600;display:flex}.logout-btn:hover{background-color:#f43f5e1a}.dashboard-main{flex-direction:column;flex:1;min-height:100vh;margin-left:280px;display:flex}.dashboard-header{background-color:var(--bg-card);border-bottom:1px solid var(--border-color);z-index:5;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex;position:sticky;top:0}.header-search .form-input{background-color:var(--bg-color);width:300px}.header-profile{align-items:center;gap:1rem;display:flex}.profile-avatar{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile-info{flex-direction:column;display:flex}.profile-name{font-size:.9rem;font-weight:600}.profile-role{text-transform:capitalize;font-size:.8rem}.dashboard-content{flex:1;padding:2rem;overflow-y:auto}@media (width<=768px){.dashboard-header{padding:0 1rem}.dashboard-content{padding:1rem}}.stat-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.stat-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.stat-icon.primary{color:var(--primary-color);background-color:#0ea5e91a}.stat-icon.secondary{color:var(--secondary-color);background-color:#10b9811a}.stat-icon.accent{color:var(--accent-color);background-color:#f43f5e1a}.stat-details h3{color:var(--text-muted);margin-bottom:.25rem;font-size:.9rem;font-weight:500}.stat-details p{color:var(--text-main);font-size:1.75rem;font-weight:700;line-height:1}.dashboard-section{background-color:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:1.5rem}.dashboard-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-section-title{color:var(--text-main);font-size:1.25rem;font-weight:600}.data-table-wrapper{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:1rem}.data-table th{color:var(--text-muted);background-color:var(--bg-color);font-size:.9rem;font-weight:600}.data-table tbody tr:hover{background-color:#00000003}.badge{border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.badge.success{color:var(--secondary-color);background-color:#10b9811a}.badge.warning{color:#f59e0b;background-color:#f59e0b1a}.badge.danger{color:var(--accent-color);background-color:#f43f5e1a}:root{--primary-color:#0ea5e9;--primary-dark:#0284c7;--secondary-color:#10b981;--secondary-dark:#059669;--accent-color:#f43f5e;--accent-dark:#e11d48;--bg-color:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--border-radius:12px;--transition-speed:.3s}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.section-gap-md{gap:1.5rem}.section-gap-lg{gap:2rem}.section-gap-xl{gap:2.5rem}@media (width<=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.container{padding:0 15px}}.btn{border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:var(--secondary-dark)}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background-color:#0000}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.card{background-color:var(--bg-card);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:transform var(--transition-speed), box-shadow var(--transition-speed);border:1px solid var(--border-color);flex-direction:column;padding:1.5rem;display:flex}.card>:last-child:not(button){margin-bottom:0}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.form-group{flex-direction:column;margin-bottom:1.25rem;display:flex}.form-group:last-child,.form-group.mb-0{margin-bottom:0}.form-label{color:var(--text-main);margin-bottom:.5rem;font-weight:500}.form-input{border:1px solid var(--border-color);border-radius:var(--border-radius);padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s}.form-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0ea5e933}h1,h2,h3,h4,h5,h6{color:var(--text-main);margin-bottom:1rem}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary-color)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.section{padding:4rem 0}@media (width<=768px){.section{padding:2.5rem 0}}.badge-pmdc{color:#059669;background:#10b9811a;border:1px solid #10b98133;border-radius:4px;align-items:center;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-flex}
