:root{--primary-bg: #ffffff;--secondary-bg: #f9fafb;--text-main: #111827;--text-secondary: #6b7280;--accent-color: #ec4899;--border-color: #e5e7eb;--pill-bg: #eff6ff;--pill-text: #3b82f6;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary-bg);color:var(--text-main);height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.saas-header{height:64px;background:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:fixed;top:0;width:100%;z-index:2000}.header-left{display:flex;align-items:center;gap:.75rem}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-main);padding:0;line-height:1}.brand-logo-img{height:40px;width:auto;object-fit:contain}.brand-name{font-weight:600;font-size:1.1rem;color:var(--text-main);display:none}.header-center{flex:1;display:flex;justify-content:center}.tool-nav{display:flex;list-style:none;gap:.5rem;background:transparent}.tool-nav li a{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:.95rem;padding:.5rem 1rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;transition:all .2s}.tool-nav li a:hover{background-color:#f3f4f6;color:var(--text-main)}.tool-nav li.active a{background-color:#eff6ff;color:#2563eb}.header-right{display:flex;align-items:center;gap:1rem;min-width:200px;justify-content:flex-end}.icon-btn{background:transparent;border:none;font-size:1.25rem;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background-color:#f3f4f6;color:var(--text-main)}.notification-wrapper{position:relative}.badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:.65rem;padding:2px 4px;border-radius:10px;border:1px solid white}.create-btn{background:#fff;border:1px solid var(--border-color);color:#2563eb;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.create-btn:hover{background:#f8fafc;border-color:#cbd5e1}.company-info-container{display:flex;flex-direction:column;margin-left:10px;font-size:.8rem;line-height:1.2;color:#1a202c}@media(max-width:600px){.company-info-container{display:none}}.user-profile-header{display:flex;align-items:center;gap:12px}.user-name-display{display:flex;flex-direction:column;text-align:right}.user-name-text{font-size:.85rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media(max-width:480px){.user-name-text{display:none}}.avatar-container{width:38px;height:38px;border-radius:50%;overflow:hidden;border:2px solid #e2e8f0;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2px}.avatar-img{width:100%;height:100%;object-fit:contain;border-radius:50%}.logout-icon-btn{background:#fff;border:1px solid #cbd5e1;cursor:pointer;font-size:1.1rem;width:38px;height:38px;border-radius:10px;transition:all .25s ease;display:flex;align-items:center;justify-content:center;color:#334155;box-shadow:0 1px 3px #0000001a}.logout-icon-btn:hover{background-color:#fee2e2;color:#dc2626;border-color:#fca5a5;transform:translateY(-2px);box-shadow:0 4px 12px #dc262626}.logout-icon-btn:active{transform:translateY(0);background-color:#fecaca}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1500;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.saas-sidebar{width:260px;height:calc(100vh - 64px);position:fixed;top:64px;left:0;background:#fff;border-right:1px solid var(--border-color);padding:2rem 1.5rem;overflow-y:auto;z-index:2000}.nav-section{margin-bottom:2rem}.nav-category{font-size:.85rem;font-weight:800;color:#1e293b;background-color:#f3f4f6;padding:.75rem 1rem;border-radius:8px;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s}.nav-category:hover{background-color:#e5e7eb}.nav-list{list-style:none;padding-left:.5rem}.nav-item{margin-bottom:.25rem}.nav-item a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-main);font-weight:500;padding:.6rem .75rem;border-radius:8px;transition:all .2s;font-size:.9rem}.nav-item a:hover{background-color:#f8fafc;transform:translate(4px)}.item-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.item-label{font-size:.9rem;line-height:1.3}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem;padding-top:2rem}.sidebar-footer a{color:#3b82f6;text-decoration:none;font-size:.85rem}.main-layout{margin-top:64px;margin-left:260px;background:#fff;min-height:calc(100vh - 64px);display:flex;flex-direction:column}.content-area{padding:1rem;flex:1;display:flex;flex-direction:column;overflow:hidden}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-top:2rem}.page-title{font-size:1.8rem;font-weight:700;color:var(--text-main)}.page-actions{display:flex;gap:1rem;align-items:center}.sort-dropdown{color:var(--text-secondary);font-size:.9rem;font-weight:500;background:none;border:none;cursor:pointer}.contact-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0000001a;display:flex;justify-content:center;align-items:center;z-index:3000;animation:fadeIn .2s ease-out}.contact-content{background:#fff;padding:2.5rem;border-radius:16px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;animation:slideUpModal .3s ease-out}@keyframes slideUpModal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-content h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.contact-content p{color:var(--text-secondary);margin-bottom:1.5rem}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.form-group{margin-bottom:0;display:flex;flex-direction:column}.full-width{grid-column:span 2}@media(max-width:640px){.contact-form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:.95rem;transition:all .2s;background:#f9fafb}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.submit-btn{width:100%;padding:.85rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;margin-top:1rem}.submit-btn:hover{background:#1d4ed8}.close-btn{position:absolute;top:1rem;right:1.5rem;background:transparent;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;transition:color .2s}.close-btn:hover{color:var(--text-main)}.export-btn{padding:.5rem 1rem;border:1px solid var(--border-color);background:#fff;border-radius:6px;font-weight:500;color:var(--text-main);cursor:pointer;display:flex;align-items:center;gap:.5rem}.map-container{flex:1;border-radius:12px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:transform .3s ease;position:relative}.map-search-input{padding:10px;border-radius:4px;border:2px solid rgba(0,0,0,.2);width:450px;box-shadow:0 1px 5px #0006;font-size:14px;background-color:#fff;text-align:left;direction:ltr}.map-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}@media(max-width:768px){.saas-sidebar{transform:translate(-100%);transition:transform .3s ease-in-out;width:250px}.saas-sidebar.mobile-open{transform:translate(0);box-shadow:10px 0 25px #0000001a}.main-layout{margin-left:0;width:100%}.saas-header{padding:0 1rem}.header-center{display:none}.header-left{min-width:auto}.mobile-menu-btn{display:block}.brand-name{display:none}.leaflet-top,.leaflet-bottom,.leaflet-control{z-index:1000!important}.map-search-input{width:200px!important;font-size:13px!important}}@media(min-width:769px){.btn-contact-mobile{display:none!important}}.contact-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.contact-modal-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:15px;right:15px;background:#f1f5f9;color:#94a3b8;width:36px;height:36px;border-radius:50%;border:none;font-size:24px;line-height:1;cursor:pointer;transition:all .2s;z-index:10;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}.contact-form-container{font-family:Outfit,sans-serif;color:#1e293b;padding:20px}.contact-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.contact-title{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#0f766e,#15803d);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.3rem;letter-spacing:-.5px}.contact-subtitle{color:#64748b;font-size:.85rem;font-weight:500}.contact-form-group{margin-bottom:.75rem;position:relative}.contact-label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.4rem;transition:color .2s}.contact-input,.contact-textarea{width:100%;padding:.65rem .85rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.9rem;background:#f8fafc;transition:all .3s ease;font-family:inherit;color:#334155}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:#15803d;background:#fff;box-shadow:0 0 0 4px #15803d1a;transform:translateY(-1px)}.contact-form-group:focus-within .contact-label{color:#15803d}.contact-textarea{resize:vertical;min-height:80px}.form-row-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:640px){.form-row-grid{grid-template-columns:1fr}}.btn-submit-premium{width:100%;padding:.75rem;background:linear-gradient(135deg,#15803d,#0f766e);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 12px #15803d40;margin-top:.5rem}.btn-submit-premium:hover{transform:translateY(-2px);box-shadow:0 8px 20px #15803d59;background:linear-gradient(135deg,#16a34a,#14b8a6)}.btn-submit-premium:active{transform:translateY(0)}.btn-submit-premium:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-submit-premium.loading{cursor:wait}.success-message{text-align:center;padding:3rem 1rem;animation:fadeIn .5s ease-out}.success-icon-large{font-size:4rem;margin-bottom:1.5rem;display:block;animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.success-text{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.success-subtext{color:#64748b;margin-bottom:2rem}@keyframes bounceIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-modal .contact-content-wrapper button.modal-close-btn{background:#f1f5f9!important;color:#94a3b8!important;width:36px!important;height:36px!important;border-radius:50%!important;font-size:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important;position:absolute!important;top:10px!important;right:10px!important;border:none!important;z-index:100!important;cursor:pointer!important}.contact-modal .contact-content-wrapper button.modal-close-btn:hover{background:#fee2e2!important;color:#ef4444!important}@media(max-width:640px){.contact-modal-overlay{padding:0;align-items:flex-start}.contact-modal-box{max-height:100vh;height:100vh;border-radius:0;display:flex;flex-direction:column}.contact-form-container{padding:12px;overflow-y:auto;flex:1;display:flex;flex-direction:column}.contact-header{margin-bottom:.4rem;padding-top:1.8rem;padding-bottom:.3rem}.contact-title{font-size:1.2rem;margin-bottom:.15rem}.contact-subtitle{font-size:.75rem}.contact-form-group{margin-bottom:.5rem}.contact-label{font-size:.75rem;margin-bottom:.25rem}.contact-input,.contact-textarea{padding:.55rem .7rem;font-size:.9rem;border-radius:8px}.contact-textarea{min-height:40px}.form-row-grid{gap:.5rem}.btn-submit-premium{padding:.65rem;font-size:.9rem;margin-top:.4rem}.btn-cancel{padding:.6rem;margin-top:.4rem;margin-bottom:.5rem;font-size:.85rem}.success-message{padding:2rem 1rem}.modal-close-btn{top:8px;right:8px;width:30px;height:30px;font-size:20px}}.btn-cancel{display:block;width:100%;margin-top:.5rem;padding:.65rem;background:transparent;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f8fafc;color:#475569}.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}}.alta-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172ab3;display:flex;align-items:center;justify-content:center;z-index:3000;padding:16px;animation:fadeInOverlay .3s ease-out}.alta-modal-content{background:#fff;max-width:800px;width:100%;max-height:90vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;font-family:Outfit,-apple-system,sans-serif;animation:scaleInContent .3s cubic-bezier(.16,1,.3,1)}@keyframes scaleInContent{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.alta-modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.header-title-row{display:flex;align-items:center;justify-content:space-between}.alta-modal-header h2{margin:0;font-size:1.25rem;color:#0f172a;font-weight:700;letter-spacing:-.02em}.header-subtitle{margin:4px 0 0;font-size:.875rem;color:#64748b}.alta-badge{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0284c7;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.alta-modal-body{padding:1.5rem;overflow-y:auto;flex:1;background-color:#f8fafc;scroll-behavior:smooth}.status-msg-container{padding:1rem 1.5rem 0;background:#fff;z-index:100}.status-msg{margin-bottom:0;padding:1rem;border-radius:12px;font-size:.95rem;font-weight:500;line-height:1.5;animation:slideDown .3s ease-out}.status-success{background-color:#f0fdf4;border:1px solid #86efac;color:#166534}.status-error{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.status-warning{background-color:#fffbeb;border:1px solid #fde68a;color:#92400e}.status-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alta-form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;margin-bottom:1.5rem}.section-applicant{border-left:4px solid #3b82f6}.section-notary{border-left:4px solid #0ea5e9}.section-contact{border-left:4px solid #10b981}.alta-section-title{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:#1e293b;display:flex;align-items:center;gap:8px}.alta-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}@media(min-width:768px){.field-full-width{grid-column:1 / -1}}.alta-field{display:flex;flex-direction:column;gap:.5rem;position:relative}.alta-modal-body label{font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.03em}.alta-modal-body input,.alta-modal-body textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1);color:#1e293b;background:#f8fafc;font-family:inherit}.alta-modal-body input:focus,.alta-modal-body textarea:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.alta-modal-body input:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.dni-search-container,.search-input-wrapper{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.field-full-width{grid-column:1 / -1}.dni-search-container,.search-input-wrapper{flex-direction:row;align-items:flex-end}}.verify-btn,.search-btn{flex-shrink:0;padding:0 1.25rem;height:48px;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#fff}.verify-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #2563eb33}.verify-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #2563eb4d}.search-btn{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.floating-results-list{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000001a;z-index:50;max-height:220px;overflow-y:auto;margin-top:6px;list-style:none;padding:0}.floating-results-list li{padding:12px 16px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s}.floating-results-list li:last-child{border-bottom:none}.floating-results-list li:hover{background-color:#f0f9ff}.alta-modal-footer{padding:1.5rem;background-color:#fff;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:1rem;flex-shrink:0}.btn-cancelar{padding:.75rem 1.5rem;color:#64748b;background:transparent;border:1px solid #cbd5e1;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancelar:hover{background-color:#f1f5f9;color:#334155}.btn-registrar{padding:.75rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1rem;box-shadow:0 4px 6px -1px #10b98133;cursor:pointer;transition:all .2s}.btn-registrar:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 10px -1px #10b9814d}.btn-registrar:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){.alta-modal-overlay{padding:0;align-items:flex-end}.alta-modal-content{max-height:95vh;border-radius:16px 16px 0 0;animation:slideUpSheet .3s ease-out}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.alta-modal-header{padding:1rem 1.25rem}.alta-modal-body{padding:1rem}.alta-modal-footer{padding:1rem;flex-direction:column-reverse;gap:.75rem}.btn-cancelar,.btn-registrar{width:100%;text-align:center;padding:.9rem}.alta-fields-grid{grid-template-columns:1fr;gap:1rem}.dni-search-container,.search-input-wrapper{flex-direction:column}.verify-btn,.search-btn{width:100%}}.success-screen-content{max-width:500px!important;text-align:center;padding:2.5rem 1.5rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.success-icon{font-size:3.5rem;margin-bottom:1rem}.success-title{color:#166534;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.success-message{color:#4b5563;font-size:1rem;margin-bottom:2rem;line-height:1.5}.btn-success-close{width:100%;max-width:200px;margin:0 auto}@media(max-width:480px){.alta-modal-overlay{align-items:flex-start!important;padding-top:20px!important}.alta-modal-content{max-height:85vh!important;margin-bottom:10px}.success-screen-content{padding:1rem!important;justify-content:center!important}.success-icon{font-size:2rem;margin-bottom:.3rem}.success-title{font-size:1rem;margin-bottom:.3rem}.success-message{margin-bottom:.8rem;font-size:.85rem;line-height:1.3}.btn-success-close{height:40px!important;font-size:.9rem!important}}:root{--auth-primary: #2563eb;--auth-primary-hover: #1d4ed8;--auth-success: #059669;--auth-error: #dc2626;--auth-warning: #f59e0b;--auth-bg-main: #f8fafc;--auth-border: rgba(226, 232, 240, .8);--auth-text-main: #0f172a;--auth-text-sec: #64748b;--auth-radius-lg: 24px;--auth-radius-md: 12px}.auth-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:4000;padding:20px;animation:authFadeInOverlay .4s ease-out}@keyframes authFadeInOverlay{0%{opacity:0}to{opacity:1}}.auth-modal-content{background:#fffffff2;width:100%;max-width:1300px;height:85vh;border-radius:var(--auth-radius-lg);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.3);font-family:Outfit,sans-serif;animation:authSlideUp .5s cubic-bezier(.16,1,.3,1)}@keyframes authSlideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-header{padding:1.5rem 2rem;background:transparent;border-bottom:1px solid var(--auth-border);display:flex;justify-content:space-between;align-items:center}.auth-header-info h2{margin:0;font-size:1.5rem;color:var(--auth-text-main);font-weight:800}.auth-header-actions{display:flex;align-items:center;gap:12px;margin-top:6px}.auth-badge{display:inline-block;background:#eff6ff;color:var(--auth-primary);font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.05em}.auth-close-x{background:#f1f5f9;border:none;font-size:1.5rem;color:var(--auth-text-sec);cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.auth-close-x:hover{background:#fee2e2;color:var(--auth-error);transform:rotate(90deg)}.auth-tabs-container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background:#fff;border-bottom:2px solid #e2e8f0;box-shadow:0 2px 4px #00000005}.auth-tabs-nav{display:flex;gap:.5rem}.auth-tab-btn{padding:1.25rem 1.5rem;background:none;border:none;border-bottom:4px solid transparent;font-size:.95rem;font-weight:600;color:#475569;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}.auth-tab-btn:hover{color:var(--auth-text-main);background:#f1f5f9}.auth-tab-btn.active{color:var(--auth-primary);border-bottom-color:var(--auth-primary);background-color:#eff6ff;font-weight:800}.auth-refresh-btn{display:flex;align-items:center;gap:6px;padding:4px 12px;background:#fff;border:1px solid #f1f5f9;border-radius:8px;color:var(--auth-text-sec);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .3s;height:30px}.auth-refresh-btn:hover:not(:disabled){border-color:var(--auth-primary);color:var(--auth-primary);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.auth-modal-body{flex:1;padding:2rem;background:var(--auth-bg-main);overflow-y:auto}.auth-table-wrapper{background:#fff;border-radius:var(--auth-radius-md);border:1px solid var(--auth-border);box-shadow:0 4px 6px -1px #0000000d;overflow-x:auto}.auth-data-table{width:100%;border-collapse:collapse;font-size:.85rem;min-width:1000px}.auth-data-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:800;color:var(--auth-text-main);border-bottom:2px solid var(--auth-border);position:sticky;top:0;z-index:10}.auth-data-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.auth-data-table tr:hover{background:#eff6ff}.auth-cards-container{display:flex;flex-direction:column;gap:1.5rem}.auth-card-item{background:#fff;border-radius:var(--auth-radius-md);border:1px solid var(--auth-border);overflow:hidden;box-shadow:0 4px 12px #0000000d;animation:cardAppearing .4s ease-out}@keyframes cardAppearing{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.card-header{background:#f8fafc;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--auth-border)}.card-nro{font-weight:800;color:var(--auth-primary);font-size:1rem}.card-date{font-size:.75rem;color:var(--auth-text-sec);font-weight:600}.card-body{padding:16px}.card-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.9rem}.card-row:last-child{margin-bottom:0}.card-label{color:var(--auth-text-sec);font-weight:600}.card-value{color:var(--auth-text-main);font-weight:700;text-align:right}.card-actions{padding:12px 16px;background:#fafafa;border-top:1px solid #f1f5f9}.card-actions button{width:100%;height:44px;border-radius:var(--auth-radius-md);border:none;font-weight:800;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px}.btn-card-approve{background:var(--auth-primary);color:#fff}.btn-card-suspend{background:#fee2e2;color:var(--auth-error)}.btn-card-reactivate{background:#dcfce7;color:var(--auth-success)}.suspended-card{border-left:6px solid var(--auth-error);background:snow}@media(min-width:769px){.mobile-only{display:none!important}}@media(max-width:768px){.desktop-only{display:none!important}.auth-modal-overlay{padding:0}.auth-modal-content{height:100vh;max-height:100vh;border-radius:0}.auth-modal-header{position:relative;padding:1.25rem 1rem;flex-direction:column;align-items:center;text-align:center}.auth-header-actions{flex-direction:column;gap:8px;margin-top:10px;width:100%}.auth-refresh-btn{width:100%;justify-content:center;height:38px;font-size:.9rem}.auth-close-x{position:absolute;top:10px;right:10px;width:32px;height:32px;font-size:1.2rem}.auth-tabs-container{padding:0 .5rem;flex-direction:column;align-items:stretch}.auth-tabs-nav{justify-content:space-around;gap:0}.auth-tab-btn{padding:1rem 0;font-size:.8rem;flex:1;justify-content:center;flex-direction:column;gap:4px}.auth-modal-body{padding:1rem}}.confirm-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:5000;animation:authFadeInOverlay .3s ease-out}.confirm-card{background:#fff;width:90%;max-width:440px;border-radius:var(--auth-radius-lg);border:1px solid var(--auth-border);padding:2.5rem 2rem;text-align:center;box-shadow:0 20px 25px -5px #0000001a;animation:authSlideUp .4s cubic-bezier(.16,1,.3,1)}@media(max-width:480px){.confirm-overlay{padding:15px;align-items:center}.confirm-card{padding:1.5rem;max-height:90vh;overflow-y:auto}.confirm-card h3{font-size:1.2rem}.confirm-details{margin-bottom:1rem;padding:10px}.confirm-actions{flex-direction:column;gap:8px}}.confirm-actions button{flex:1;padding:.8rem;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#f1f5f9;color:#475569}.btn-cancel:hover{background:#e2e8f0;color:#1e293b}.btn-confirm{background:linear-gradient(135deg,var(--auth-primary),var(--auth-primary-hover))!important;color:#fff!important;box-shadow:0 4px 6px -1px #2563eb4d}.btn-confirm:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #2563eb66}.txt-primary{color:var(--auth-primary)}.txt-success{color:var(--auth-success)}.txt-whatsapp{color:#16a34a;font-weight:800}.txt-error{color:var(--auth-error)}.txt-center{text-align:center}.font-bold{font-weight:800}.auth-modal-footer{padding:1.5rem 2rem;display:flex;justify-content:flex-end}.auth-exit-btn{background:var(--auth-bg-main);border:2px solid var(--auth-border);padding:10px 30px;border-radius:var(--auth-radius-md);font-weight:800;color:var(--auth-text-sec);cursor:pointer;transition:all .2s}.auth-exit-btn:hover{background:#fee2e2;color:var(--auth-error);border-color:#fecaca}.login-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:3500;padding:20px;animation:fadeInOverlay .4s ease-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.login-card{background:#fffffff2;width:100%;max-width:850px;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.3);font-family:Outfit,-apple-system,sans-serif;animation:slideUpIn .5s cubic-bezier(.16,1,.3,1)}@keyframes slideUpIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.login-content-grid{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.login-content-grid{grid-template-columns:1fr}.login-section-left{padding:10px;background:#fff;border-right:none;border-bottom:1px solid #f1f5f9;min-height:auto}.login-section-left .section-header,.login-section-left .form-group{display:none}.login-section-left .section-body{padding:0}.login-section-left img{height:40px!important}}.login-section-left{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-right:1px solid #e2e8f0;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-section-left .section-header{background:none;color:#64748b;font-size:.75rem;font-weight:800;letter-spacing:.1em;margin-bottom:24px}.login-section-left .form-input{background:#fff;border-color:#e2e8f0;font-weight:600;color:#1e293b;text-align:center}.login-section-left textarea.form-input{font-size:.85rem;color:#475569}.login-section-right{background:#fff;padding:30px 40px;position:relative}.login-section-right .section-header{background:none;color:#0f172a;font-size:1.25rem;font-weight:700;text-transform:none;text-align:left;margin-bottom:30px;padding:0}.user-login-layout{display:flex;flex-direction:column;align-items:center;gap:25px}.user-photo-container{width:100px;height:130px;border-radius:50%/40%;background:#f1f5f9;border:4px solid white;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;display:flex;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.user-photo-container:hover{transform:scale(1.05)}.user-photo-large{width:100%;height:100%;object-fit:contain;padding:5px}.form-group{margin-bottom:20px;width:100%}.form-label{font-size:.775rem;color:#64748b;margin-bottom:6px;font-weight:600;display:block}.form-input{width:100%;padding:12px 16px;border:2px solid #f1f5f9;border-radius:12px;font-size:.95rem;color:#1e293b;transition:all .2s;background:#f8fafc}.form-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.password-toggle-btn{opacity:.6;transition:opacity .2s}.password-toggle-btn:hover{opacity:1}.login-actions{display:grid;grid-template-columns:1.2fr 1fr;gap:12px;margin-top:30px}.btn{height:48px;border-radius:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.btn-accept{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-exit{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.btn-exit:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.login-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#94a3b8}.siam-logo-footer-white{filter:none;opacity:.6;height:14px}.checkbox-group{-webkit-user-select:none;user-select:none}.checkbox-group label{font-weight:600;color:#64748b}@media(max-width:480px){.login-overlay{padding:20px 10px 10px;align-items:flex-start}.login-card{max-height:85vh;overflow-y:auto;border-radius:12px}.login-section-right{padding:12px 15px!important}.login-section-right .section-header{font-size:.85rem;margin-bottom:8px;text-align:center}.user-login-layout{gap:8px}.user-photo-container{width:70px;height:90px}.user-photo-large{padding:3px}.form-group{margin-bottom:6px}.form-input{padding:8px 12px;height:38px;font-size:.9rem}.login-actions{grid-template-columns:1fr;gap:5px;margin-top:10px}.btn{height:38px;font-size:.85rem}.login-footer{padding:8px 12px;flex-direction:column;gap:4px;font-size:.6rem}}.contact-public-page{min-height:100vh;background:linear-gradient(135deg,#0f766e,#15803d);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:Outfit,sans-serif}.contact-public-container{max-width:700px;width:100%}.contact-public-header{text-align:center;margin-bottom:2rem}.logo-area{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.brand-title{font-size:3rem;font-weight:800;color:#fff;margin:0;letter-spacing:-1px}.brand-soft{color:#86efac;font-weight:400}.brand-tagline{color:#ffffffe6;font-size:1.1rem;margin-top:.5rem}.contact-public-form-wrapper{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d}.form-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;text-align:center}.form-subtitle{color:#64748b;text-align:center;margin-bottom:2rem;font-size:1.05rem}.public-contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem}.form-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-field label{font-weight:600;color:#334155;font-size:.95rem}.form-field input,.form-field textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .2s;background:#f8fafc}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#15803d;background:#fff;box-shadow:0 0 0 3px #15803d1a}.form-field textarea{resize:vertical;min-height:120px}.btn-submit-public{background:linear-gradient(135deg,#15803d,#0f766e);color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}.btn-submit-public:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #15803d4d}.btn-submit-public:disabled{opacity:.6;cursor:not-allowed}.success-card{text-align:center;background:#fff;padding:4rem 2rem;border-radius:24px;box-shadow:0 20px 60px #0000004d}.success-icon{font-size:5rem;margin-bottom:1rem}.success-card h1{color:#15803d;font-size:2.5rem;margin-bottom:1rem}.success-card p{color:#64748b;font-size:1.2rem;margin-bottom:.5rem}.success-subtitle{color:#94a3b8;font-size:1rem!important;margin-bottom:2rem!important}.btn-send-another{background:#15803d;color:#fff;padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-send-another:hover{background:#0f766e;transform:translateY(-2px)}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem}.contact-info-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center;color:#64748b;font-size:.9rem}.contact-info-footer strong{color:#334155;margin:0 .5rem}@media(max-width:768px){.contact-public-form-wrapper{padding:2rem 1.5rem}.form-row.two-cols{grid-template-columns:1fr}.brand-title{font-size:2.5rem}.form-title{font-size:1.75rem}.success-card{padding:3rem 1.5rem}.success-card h1{font-size:2rem}}
