:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;background-color:#1a1a2e;color:#ecf0f1;height:100vh;height:100dvh}.app{display:flex;height:100vh;height:100dvh;width:100vw}.main-content{flex:1;position:relative;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}.main-content.sidebar-open{margin-left:0}.leaflet-container{height:100%;width:100%}.sidebar ::-webkit-scrollbar{width:6px}.sidebar ::-webkit-scrollbar-track{background:#34495e}.sidebar ::-webkit-scrollbar-thumb{background:#7f8c8d;border-radius:3px}.sidebar ::-webkit-scrollbar-thumb:hover{background:#95a5a6}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;height:100dvh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;position:fixed;top:0;left:0;z-index:999}.loading-screen .loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-screen p{font-size:18px;font-weight:500}@media (max-width: 768px){.sidebar{width:300px}}.map-container{position:relative;height:100vh;height:100dvh;width:100%;overflow:hidden}.map-container.updating{opacity:.9;transition:opacity .2s ease}.map-container.updating .leaflet-container{filter:blur(.5px);transition:filter .2s ease}.update-indicator{position:absolute;top:20px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:8px;z-index:1001;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.update-spinner{width:12px;height:12px;border:1.5px solid rgba(255,255,255,.3);border-top:1.5px solid white;border-radius:50%;animation:spin .8s linear infinite}.loading-overlay,.error-overlay{position:absolute;inset:0;background-color:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:1000}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-overlay button{background-color:#e74c3c;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;margin-top:15px}.error-overlay button:hover{background-color:#c0392b}.menu-button-container{position:absolute;top:10px;left:10px;z-index:1000}.menu-button{width:55px;height:55px;border:none;border-radius:50%;background-color:#ff6b35;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .2s ease;box-shadow:0 2px 8px #0000004d}.menu-button:hover{background-color:#e55a2b;transform:translateY(-1px);box-shadow:0 4px 12px #0006}.menu-icon{font-weight:700}.location-button-container{position:absolute;bottom:120px;right:10px;z-index:1000}.location-button{width:40px;height:40px;border:none;border-radius:50%;background-color:#fff;box-shadow:0 2px 6px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease}.location-button:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 10px #00000040}.vote-instructions{position:absolute;top:20px;right:20px;background-color:#fffffff2;border-radius:8px;padding:15px;box-shadow:0 4px 8px #0003;max-width:300px;z-index:999;transition:all .3s ease}.vote-instructions.collapsed{height:55px;overflow:hidden}.vote-instructions.expanded{height:auto;max-height:80vh;overflow-y:auto}.instructions-content{transition:opacity .3s ease}.vote-instructions.collapsed .instructions-content{opacity:0}.vote-instructions.expanded .instructions-content{opacity:1}.vote-instructions h3{margin:0 0 10px;color:#2c3e50;font-size:16px}.vote-instructions ul{margin:0;padding-left:20px;color:#34495e;font-size:14px}.vote-instructions li{margin-bottom:5px}.area-popup{text-align:center;min-width:150px}.area-popup h3{margin:0 0 8px;color:#2c3e50;font-size:16px}.area-popup p{margin:5px 0;color:#34495e;font-size:14px}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #0000004d}.map-container.updating .leaflet-interactive{transition:all .3s ease}.leaflet-popup-content{margin:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.leaflet-popup-tip{background-color:#fff}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 6px #0003!important}.leaflet-control-zoom a{width:40px!important;height:40px!important;border-radius:50%!important;background-color:#fff!important;color:#333!important;border:none!important;font-size:18px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.leaflet-control-zoom a:hover{background-color:#f8f9fa!important;color:#000!important;transform:translateY(-1px)!important;box-shadow:0 4px 10px #00000040!important}.leaflet-control-zoom a.leaflet-control-zoom-in{border-bottom:1px solid #e9ecef!important;border-radius:50% 50% 0 0!important}.leaflet-control-zoom a.leaflet-control-zoom-out{border-radius:0 0 50% 50%!important}.area-label{background:transparent;border:none;display:flex;align-items:center;justify-content:center}.area-label-content{background-color:#000000b3;color:#fff;padding:2px 8px;border-radius:8px;font-size:10px;font-weight:500;text-align:center;white-space:nowrap;text-shadow:1px 1px 1px rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;position:relative;display:inline-block;width:auto;min-width:auto}.area-label-content:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid rgba(0,0,0,.7);z-index:1}@media (max-width: 768px){.map-container{position:fixed;inset:0;height:100vh;height:100dvh;width:100vw;overflow:hidden;touch-action:none}.vote-instructions{max-width:250px;font-size:12px;top:10px;right:10px;cursor:pointer}.vote-instructions.collapsed{height:50px}.vote-instructions.expanded{max-height:60vh}.vote-instructions h3{font-size:14px}.vote-instructions ul{font-size:12px}.menu-button{width:50px;height:50px;font-size:20px}.location-button{width:35px;height:35px;font-size:16px}.leaflet-control-zoom a{width:35px!important;height:35px!important;font-size:16px!important}}.tier-selection-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.tier-selection-modal-content{background:#353535;border-radius:15px;padding:30px;max-width:500px;width:100%;position:relative;color:#fff}.tier-selection-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #555;padding-bottom:15px}.tier-selection-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#fff}.tier-selection-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}.tier-selection-modal-close:hover{background-color:#555;color:#fff}.tier-selection-modal-body{text-align:center}.tier-options{display:flex;gap:16px;align-items:stretch;justify-content:center;max-width:500px;margin:0 auto}.tier-options.single-tier .tier-card,.tier-options.single-tier .tier-card.featured{flex:0 1 auto;max-width:300px}.tier-card{flex:1 1 auto;min-height:0;background:#2a2a2a;border:2px solid #555;border-radius:8px;padding:20px;cursor:pointer;transition:all .2s;text-align:left;position:relative;display:flex;flex-direction:column}.tier-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.tier-card.selected{border-color:#667eea;background-color:#667eea1a}.tier-card.featured{border-color:#764ba2}.tier-card.featured:hover{border-color:#764ba2;box-shadow:0 4px 12px #764ba24d}.tier-card.featured.selected{border-color:#764ba2;background-color:#764ba21a;box-shadow:0 0 0 2px #764ba24d}.tier-card.featured .featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;box-shadow:0 5px 15px #667eea66;z-index:10;width:fit-content;max-width:calc(100% - 2rem);min-width:0;box-sizing:border-box;text-align:center;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal}.tier-card.featured .tier-name{padding-top:1.5rem}.tier-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}.tier-features{flex:1;margin-bottom:16px}.tier-features ul{list-style:none;padding:0;margin:0}.tier-features li{font-size:13px;color:#ccc;margin-bottom:6px;padding-left:0}.tier-price{font-size:18px;font-weight:600;color:#667eea;text-align:center;padding-top:12px;border-top:1px solid #444;margin-top:auto}.tier-card.featured .tier-price{color:#764ba2}.tier-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width: 640px){.tier-selection-modal-content{width:95%;margin:20px;padding:20px;max-width:100%}.tier-selection-modal-header,.tier-selection-modal-body{padding:0}.tier-options{flex-direction:column}.tier-card{padding:16px}}.coupon-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.coupon-modal-content{background:#2c2c2c;border-radius:12px;padding:0;max-width:300px;width:90%;box-shadow:0 4px 20px #00000026}.coupon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #555}.coupon-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#fff}.coupon-modal-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.coupon-modal-close:hover{background-color:#444;color:#fff}.coupon-modal-body{padding:24px}.coupon-input{width:100%;padding:12px;margin-bottom:16px;border:1px solid #555;border-radius:6px;background:#1a1a1a;color:#fff;font-size:14px;box-sizing:border-box}.coupon-input:focus{outline:none;border-color:#4caf50}.coupon-button{width:100%;padding:12px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.coupon-button:hover:not(:disabled){background:#45a049}.coupon-button:disabled{opacity:.6;cursor:not-allowed}.coupon-error{margin-top:12px;padding:12px;background:#ff00001a;border:1px solid #ff4444;border-radius:6px;color:#f44;font-size:14px;text-align:center}.coupon-success{margin-top:12px;padding:12px;background:#4caf501a;border:1px solid #4caf50;border-radius:6px;color:#4caf50;font-size:14px;text-align:center}.paypal-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.paypal-modal-content{background:#2c2c2c;border-radius:12px;padding:0;max-width:300px;width:90%;box-shadow:0 4px 20px #00000026}.paypal-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #555}.paypal-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#fff}.paypal-modal-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.paypal-modal-close:hover{background-color:#444;color:#fff}.paypal-modal-body{padding:24px}.paypal-modal-body h4{margin:0 0 16px;font-size:16px;font-weight:500;color:#fff}.paypal-select{width:100%;padding:12px;margin-bottom:16px;border:1px solid #555;border-radius:6px;background:#1a1a1a;color:#fff;font-size:14px;box-sizing:border-box}.paypal-select:focus{outline:none;border-color:#4caf50}.paypal-button{width:100%;padding:0;background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:opacity .2s}.paypal-button:hover:not(:disabled){opacity:.9}.paypal-button:disabled{opacity:.6;cursor:not-allowed}.paypal-error{margin-top:12px;padding:12px;background:#ff00001a;border:1px solid #ff4444;border-radius:6px;color:#f44;font-size:14px;text-align:center}.paypal-step-indicator{margin-bottom:20px;text-align:left}.paypal-step-back{color:#999;cursor:pointer;font-size:14px;transition:color .2s;display:inline-flex;align-items:center;gap:4px}.paypal-step-back:hover{color:#fff}.stripe-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.stripe-modal-content{background:#353535;border-radius:15px;padding:30px;max-width:500px;width:100%;position:relative;color:#fff}.stripe-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #555;padding-bottom:15px}.stripe-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#fff}.stripe-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s}.stripe-modal-close:hover{background-color:#555;color:#fff}.stripe-modal-body{text-align:center}.payment-type-selector{display:flex;gap:8px;margin-bottom:24px;background:#2a2a2a;padding:4px;border-radius:8px}.payment-type-btn{flex:1;padding:10px 16px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-weight:500;color:#999;transition:all .2s;font-size:14px}.payment-type-btn.active{background:#5a5a5a;color:#fff;box-shadow:0 1px 3px #0000004d}.payment-type-btn:hover:not(.active){color:#fff}.amount-selector{margin-bottom:20px;text-align:left}.amount-selector label{display:block;margin-bottom:8px;font-weight:500;color:#fff;font-size:14px}.stripe-select{width:100%;padding:10px 30px 10px 10px;border:1px solid #555;border-radius:5px;background:#2a2a2a;color:#fff;font-size:14px;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.stripe-select:focus{outline:none;border-color:#5a5a5a}.stripe-select option{background:#2a2a2a;color:#fff}.checkout-info{margin-bottom:24px;padding:16px;background:#2a2a2a;border:1px solid #555;border-radius:8px;color:#ccc}.checkout-info p{margin:0;font-size:14px;line-height:1.5}.stripe-pay-button{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.stripe-pay-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #667eea4d}.stripe-pay-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.stripe-pay-button:active:not(:disabled){transform:translateY(0)}.stripe-error{margin-top:16px;padding:12px 16px;background:#2a2a2a;border:1px solid #ff6b6b;border-radius:8px;color:#ff6b6b;font-size:14px}.stripe-modal-content .featured-badge{position:absolute;top:-10px;right:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;white-space:nowrap;z-index:10}.step-indicator{margin-bottom:20px;text-align:left}.step-back{color:#999;cursor:pointer;font-size:14px;transition:color .2s;display:inline-flex;align-items:center;gap:4px}.step-back:hover{color:#fff}@media (max-width: 640px){.stripe-modal-content{width:95%;margin:20px;padding:20px;max-width:100%}.stripe-modal-header,.stripe-modal-body{padding:0}.payment-type-selector{flex-direction:column}.payment-type-btn{text-align:center}.tier-options{grid-template-columns:1fr}.tier-card{padding:16px}}.sidebar{width:350px;height:100vh;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;overflow:hidden;box-shadow:2px 0 5px #0000004d;position:fixed;left:0;top:0;z-index:1000}.sidebar-header{background-color:#3498db;padding:10px 15px;border-bottom:1px solid #2980b9;flex-shrink:0}.header-content{display:flex;align-items:center;justify-content:space-between}.gear-icon{font-size:16px;margin-right:10px}.header-title{font-weight:700;font-size:14px;flex-grow:1}.close-button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.close-button:hover{background-color:#ffffff1a;border-radius:4px}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.section-header{padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#34495e;transition:background-color .2s;flex-shrink:0}.section-header:hover{background-color:#3d566e}.section-title{font-weight:700;font-size:14px}.caret{font-size:12px;transition:transform .2s}.caret.up{transform:rotate(180deg)}.section-content{padding:15px;background-color:#2c3e50;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.account-section{flex-shrink:0}.account-info{margin-bottom:10px}.account-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px}.account-label{color:#bdc3c7;font-weight:500}.account-value{color:#ecf0f1;font-weight:500}.status-premium{color:#f39c12;font-weight:700}.status-admin{color:#e74c3c;font-weight:700}.status-free{color:#95a5a6;font-weight:700}.unlimited-votes{color:#f39c12;font-weight:700}.unlimited-symbol{color:#e67e22;font-size:.9em;margin-left:2px}.voted-areas-container{flex-shrink:0;max-height:120px;overflow-y:auto}.voted-areas-list{margin:10px 0}.voted-area-item{display:flex;align-items:center;padding:4px 6px;border-radius:4px;background-color:#2c3e50;margin-bottom:4px;gap:6px;font-size:11px;height:24px}.voted-area-item .area-name{flex-grow:1;color:#ecf0f1}.voted-area-item .area-name.clickable{cursor:pointer}.voted-area-item .area-name.clickable:hover{color:#f39c12}.vote-controls{display:flex;align-items:center;gap:4px}.vote-decrease,.vote-increase{background-color:#34495e;color:#fff;border:none;border-radius:3px;width:20px;height:20px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.vote-decrease:hover:not(:disabled),.vote-increase:hover:not(:disabled){background-color:#e67e22}.vote-decrease:disabled,.vote-increase:disabled{background-color:#2c3e50;color:#7f8c8d;cursor:not-allowed}.areas-section{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.search-container{margin-bottom:10px;flex-shrink:0}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:10px;color:#7f8c8d;font-size:14px;z-index:1}.search-input{width:100%;padding:8px 30px;border:1px solid #34495e;border-radius:4px;background-color:#34495e;color:#fff;font-size:12px}.search-input::placeholder{color:#7f8c8d}.search-input:focus{outline:none;border-color:#3498db}.clear-search{position:absolute;right:8px;background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:12px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.clear-search:hover{background-color:#ffffff1a}.area-list{flex:1;overflow-y:auto;min-height:0}.parent-group{margin-bottom:5px}.parent-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#34495e;cursor:pointer;transition:background-color .2s;font-size:12px;font-weight:500}.parent-header:hover{background-color:#3d566e}.parent-name{flex-grow:1;color:#ecf0f1}.parent-toggle{color:#bdc3c7;font-size:10px;transition:transform .2s}.parent-areas{background-color:#2c3e50;padding:5px 0;display:grid;grid-template-columns:1fr 1fr;gap:4px}.area-item{display:flex;align-items:center;padding:3px 4px;gap:4px;font-size:11px;transition:background-color .2s;border-radius:4px;width:100%;min-width:0}.area-item.clickable{cursor:pointer}.area-item.clickable:hover{background-color:#34495e}.voted-area-item.clickable{cursor:pointer}.voted-area-item.clickable:hover{background-color:#34495e}.area-status-indicator{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);flex-shrink:0}.user-vote-indicator{width:16px;height:16px;border-radius:50%;background-color:#f39c12;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;text-shadow:1px 1px 1px rgba(0,0,0,.5);flex-shrink:0}.area-info{display:flex;flex-direction:column;flex-grow:1}.area-name{color:#ecf0f1;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.vote-button{width:20px;height:20px;border-radius:50%;background-color:#34495e;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:background-color .2s;flex-shrink:0;margin-left:auto}.vote-button:hover{background-color:#e67e22}.vote-button span{color:#fff;font-weight:700}.vote-info{display:flex;align-items:center;gap:5px;font-size:10px}.user-votes{color:#f39c12;font-weight:700}.vote-indicator{width:12px;height:12px;border-radius:50%;background-color:#f39c12;display:flex;align-items:center;justify-content:center;font-size:8px;color:#fff;font-weight:700}.loading{text-align:center;padding:20px;color:#7f8c8d;font-style:italic}.logout-section{padding:15px;border-top:1px solid #34495e;background-color:#2c3e50;flex-shrink:0}@media (max-width: 768px){.sidebar{height:100vh;height:100dvh}.logout-section{padding-bottom:15px}}.logout-section .vote-status{margin-bottom:15px;padding:10px;background-color:#2c3e50;border-radius:4px}.vote-legend{display:flex;justify-content:space-between;align-items:center;font-size:11px}.legend-item{display:flex;align-items:center;gap:4px;color:#bdc3c7}.legend-inactive{display:flex;flex-direction:column;gap:5px}.legend-active{display:flex;align-items:center;gap:4px;color:#bdc3c7}.legend-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.legend-color.active,.legend-color.inactive{border:1px solid rgba(255,255,255,.3)}.logout-button{width:100%;padding:12px;background-color:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.logout-button:hover{background-color:#c0392b}.main-map-button{width:100%;padding:12px;background:linear-gradient(135deg,#3498db,#2e86c1);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.main-map-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.donation-buttons{display:flex;gap:10px;margin-top:15px;margin-bottom:15px;justify-content:center}.donation-button{background-color:#5a5a5a;color:#fff;border:none;border-radius:5px;padding:8px 12px;font-size:12px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.donation-button:hover{background-color:#6a6a6a}.donation-button.paypal-button:hover{background-color:transparent}.promo-button{min-width:100px}.paypal-button{background:transparent;padding:0;pointer-events:none}.paypal-button:hover{background:transparent;pointer-events:none}.paypal-button img{pointer-events:auto}.stripe-button{background:linear-gradient(135deg,#6772e5,#5469d4);color:#fff;border:none;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #6772e54d;min-width:80px;max-width:100px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.3px;height:32px;display:flex;align-items:center;justify-content:center;margin-top:2px}.stripe-button:hover{background:linear-gradient(135deg,#5469d4,#4054b2);transform:translateY(-1px);box-shadow:0 4px 8px #6772e566}.stripe-button:active{transform:translateY(0);box-shadow:0 2px 4px #6772e54d}.vip-access-section{margin:10px 0;padding:10px 0;border-top:1px solid #34495e;border-bottom:1px solid #34495e}.vip-access-button{width:100%;padding:12px 16px;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003;text-transform:uppercase;letter-spacing:.5px}.vip-access-button:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.vip-access-button:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.language-selector{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.language-select{background-color:#34495e;border:1px solid #34495e;border-radius:5px;padding:8px 30px 8px 12px;font-size:14px;color:#ecf0f1;cursor:pointer;transition:border-color .3s;min-width:100px;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ecf0f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.language-select:hover{border-color:#3498db}.language-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.language-select option{background-color:#34495e;color:#ecf0f1}.password-recovery-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.password-recovery-modal-content{background:#1a1a2e;border-radius:16px;box-shadow:0 20px 60px #00000080;max-width:480px;width:100%;position:relative}.password-recovery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid rgba(102,126,234,.2)}.password-recovery-modal-header h3{margin:0;font-size:20px;font-weight:700;color:#fff}.password-recovery-modal-close{background:transparent;border:none;color:#8892b0;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.password-recovery-modal-close:hover{background:#667eea1a;color:#667eea}.password-recovery-modal-body{padding:30px}.password-recovery-modal-body p{color:#8892b0;margin-bottom:24px;line-height:1.6}.password-recovery-modal-body .form-group{margin-bottom:20px}.password-recovery-modal-body .form-group label{display:block;margin-bottom:8px;color:#a8b2d1;font-weight:600;font-size:14px}.password-recovery-modal-body .form-group input{width:100%;padding:12px 16px;background:#0f0f1e;border:2px solid rgba(102,126,234,.2);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;box-sizing:border-box;transition:all .3s ease}.password-recovery-modal-body .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-recovery-modal-body .form-group input:disabled{opacity:.5;cursor:not-allowed}.password-recovery-submit-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.password-recovery-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.password-recovery-submit-button:disabled{opacity:.5;cursor:not-allowed}.password-recovery-modal-body .error-message{background:#ff00001a;border:1px solid rgba(255,0,0,.3);color:#ff6b6b;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.password-recovery-modal-body .success-message{background:#00ff001a;border:1px solid rgba(0,255,0,.3);color:#51cf66;padding:16px;border-radius:8px;text-align:center;font-size:15px;line-height:1.6}.login-container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;height:100dvh;background:linear-gradient(180deg,#0a0e27,#1a1f3a);box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000}.login-card{background:#1a1f3af2;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0006;width:100%;max-width:400px;margin:auto;border:1px solid rgba(102,126,234,.2);position:relative}.login-card{text-align:center}.login-title{margin-bottom:16px;color:#ccd6f6}.login-subtitle{margin-bottom:28px;color:#8892b0}.text-small{font-size:14px}.text-medium{font-size:16px}.text-large{font-size:24px}.text-xlarge{font-size:32px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#ccd6f6;font-weight:600}.form-group input{width:100%;padding:1rem;background:#0a0e2799;border:2px solid rgba(102,126,234,.2);border-radius:10px;font-size:1rem;transition:all .3s ease;color:#fff}.error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:1rem;border-radius:10px;margin-bottom:1.2rem;text-align:center;font-weight:500}button{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s}.login-card button:not(.forgot-password-button){width:100%;padding:1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.login-card button:not(.forgot-password-button):hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.login-card button:not(.forgot-password-button):disabled{opacity:.6;cursor:not-allowed}.login-loading{display:flex;align-items:center;justify-content:center;gap:10px}.login-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.forgot-password-link{margin-top:12px;text-align:center}.forgot-password-button{background:transparent!important;border:none!important;color:#667eea!important;font-size:14px!important;padding:8px 0!important;cursor:pointer;text-decoration:underline;transition:color .2s ease;width:auto!important;box-shadow:none!important}.forgot-password-button:hover,.forgot-password-button:focus{color:#764ba2!important;background:transparent!important;box-shadow:none!important}.notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:450px;min-width:320px;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notification-content{position:relative;padding:16px 25px 16px 16px;border-radius:8px}.notification-message{width:100%;font-size:14px;line-height:1.5;color:#fff;white-space:normal;word-wrap:break-word;word-break:normal;text-align:left;padding-right:40px}.notification-close{position:absolute;top:8px;right:12px;background:none;border:none;color:#fff;font-size:18px;cursor:pointer;width:24px;height:24px;border-radius:50%;transition:background-color .2s ease;opacity:.8;z-index:1;display:flex;align-items:center;justify-content:center;line-height:1}.notification-close:hover{background-color:#fff3;opacity:1}.notification-error{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-left:4px solid #d63031}.notification-success{background:linear-gradient(135deg,#00b894,#00a085);border-left:4px solid #00a085}.notification-info{background:linear-gradient(135deg,#74b9ff,#0984e3);border-left:4px solid #0984e3}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.notification.notification-exiting{animation:slideOut .3s ease-in}@media (max-width: 768px){.notification{top:10px;right:10px;left:10px;max-width:none;min-width:auto}.notification-content{padding:16px 35px 16px 16px}.notification-message{font-size:14px;line-height:1.6;padding-right:45px}.notification-close{top:8px;right:8px;width:28px;height:28px;font-size:20px}}.hk-interface{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hk-container{background:#1a1a2ef2;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:450px;width:100%;text-align:center;color:#fff;margin:0 auto}.hk-header{text-align:center;width:100%;margin:0 auto;padding:0}.hk-header h1{color:#fff;margin:0 auto 10px;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);text-align:center;display:block}.hk-header p{color:#b8b8b8;margin:0 auto 30px;font-size:1.1rem;text-align:center;display:block}.hk-user-info{margin-bottom:30px}.user-details{text-align:left;background:#ffffff0d;border-radius:15px;padding:25px;border:1px solid rgba(255,255,255,.1)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:600;color:#b8b8b8;font-size:1rem}.detail-row .value{color:#fff;font-size:1rem}.status-premium{color:#28a745!important;font-weight:600}.status-premiumhk{color:#17a2b8!important;font-weight:600}.status-free{color:#6c757d!important}.hk-actions{margin-bottom:30px;display:flex;flex-direction:column;gap:15px}.hk-action-button{padding:15px 30px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.hk-action-button.promo-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.hk-action-button.promo-button:hover{background:linear-gradient(135deg,#ee5a24,#d63031);transform:translateY(-2px);box-shadow:0 5px 15px #ee5a2466}.hk-action-button.vip-button{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff}.hk-action-button.vip-button:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);transform:translateY(-2px);box-shadow:0 5px 15px #9b59b666}.hk-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.hk-disconnect-button{background:linear-gradient(135deg,#6c757d,#495057);color:#fff;border:none;padding:12px 25px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.hk-disconnect-button:hover{background:linear-gradient(135deg,#495057,#343a40);transform:translateY(-2px);box-shadow:0 5px 15px #6c757d66}@media (max-width: 600px){.hk-container{padding:30px 20px;margin:10px}.hk-header h1{font-size:2rem}.detail-row{flex-direction:column;align-items:flex-start;gap:5px}.hk-actions{gap:12px}.hk-action-button{padding:12px 25px;font-size:.9rem}}.vote-invitation-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.vote-invitation-modal-content{background:#353535;border-radius:15px;padding:30px;max-width:500px;width:100%;position:relative;color:#fff;max-height:80vh;overflow-y:auto}.vote-invitation-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:8px 8px 0 0;text-align:center;position:relative;margin:-30px -30px 20px}.vote-invitation-modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.vote-invitation-modal-close-button{position:absolute;top:15px;right:20px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.vote-invitation-modal-close-button:hover{background-color:#fff3}.vote-invitation-modal-body{padding:0}.welcome-message{text-align:center;margin-bottom:25px}.welcome-message p{margin:10px 0;font-size:1.1rem;color:#fff}.welcome-message strong{color:#667eea;font-weight:600}.vote-benefits{background:#2a2a2a;padding:20px;border-radius:8px;margin-bottom:25px}.vote-benefits h3{margin:0 0 15px;color:#fff;font-size:1.2rem;text-align:center}.vote-benefits ul{list-style:none;padding:0;margin:0}.vote-benefits li{padding:8px 0;font-size:.95rem;color:#ccc;display:flex;align-items:flex-start}.vote-benefits li strong{color:#fff;font-weight:600}.vote-invitation-modal-actions{display:flex;justify-content:center;margin-top:20px}.vote-invitation-modal-actions .btn{padding:12px 32px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:180px}.vote-invitation-modal-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 4px #667eea4d}.vote-invitation-modal-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea66}@media (max-width: 480px){.vote-invitation-modal-content{width:95%;margin:10px}.vote-invitation-modal-actions .btn{width:100%;max-width:250px}}.homepage{width:100%;min-height:100%;background:transparent;color:#fff}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 5%;max-width:1400px;margin:0 auto;align-items:center;min-height:auto}.hero-content{animation:fadeInUp 1s ease-out}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.8rem;color:#a8b2d1;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.1rem;color:#8892b0;line-height:1.8;margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea4d}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea1a;transform:translateY(-2px)}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea1a}.hero-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:fadeIn 1.5s ease-out}.hero-discord-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid #667eea;border-radius:12px;color:#667eea;background:transparent;text-decoration:none;transition:all .3s ease}.hero-discord-button:hover{background:#667eea1a;transform:translateY(-2px)}.hero-discord-button svg{font-size:1.1rem}.map-mockup{position:relative;width:400px;height:400px;background:url(https://icons.pogomap.fr/background.png) center/cover no-repeat,linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;border:2px solid rgba(102,126,234,.3);box-shadow:0 20px 60px #0000004d}.mockup-marker{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;color:#ff6b6b;animation:bounce 2s infinite;filter:drop-shadow(0 4px 12px rgba(255,107,107,.6))}.mockup-marker svg{display:block}.mockup-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:#667eea33;animation:pulse 2s infinite}.features-benefits{padding:6rem 5%;max-width:1400px;margin:0 auto;background:transparent}.features-benefits .benefits-grid{margin-top:4rem;padding-top:4rem;border-top:1px solid rgba(102,126,234,.2)}.features{padding:6rem 5%;max-width:1400px;margin:0 auto;background:transparent}.homepage .section-header{text-align:left;margin-bottom:4rem;border-radius:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.homepage .section-header h2{font-size:2.5rem;font-weight:700;margin:0;color:#ccd6f6;padding:1rem 2rem;background:#1a1f3a99;border:1px solid rgba(102,126,234,.3);border-radius:16px;display:inline-block;box-shadow:0 4px 20px #667eea33}.homepage .section-header p{font-size:1.2rem;color:#8892b0;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2.5rem;border-radius:16px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateY(-10px);border-color:#667eea80;box-shadow:0 20px 40px #667eea33}.feature-icon{font-size:3rem;margin-bottom:1.5rem;color:#667eea;display:flex;justify-content:center}.feature-icon svg{filter:drop-shadow(0 4px 8px rgba(102,126,234,.3))}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#ccd6f6}.feature-card p{color:#8892b0;line-height:1.7}.benefits{padding:6rem 5%;max-width:1400px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem}.benefit-card{display:flex;gap:2rem;align-items:flex-start;padding:2.5rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:16px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.benefit-card:hover{transform:translate(10px);border-color:#667eea80}.benefit-icon{font-size:3rem;flex-shrink:0;color:#764ba2;display:flex;align-items:center;justify-content:center}.benefit-icon svg{filter:drop-shadow(0 4px 8px rgba(118,75,162,.3))}.benefit-content h3{font-size:1.4rem;margin-bottom:.8rem;color:#ccd6f6}.benefit-content p{color:#8892b0;line-height:1.7}.pricing{padding:6rem 5%;max-width:1400px;margin:0 auto;background:#ffffff05}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto}.pricing-grid-two{max-width:800px;grid-template-columns:repeat(2,1fr)}.pricing-grid-three{max-width:1200px;grid-template-columns:repeat(3,1fr)}.pricing-card{position:relative;background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:3rem 2.5rem;border-radius:20px;border:2px solid rgba(102,126,234,.2);transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-10px);border-color:#667eea80;box-shadow:0 20px 50px #667eea4d}.pricing-card.featured{border-color:#667eea;box-shadow:0 20px 50px #667eea4d;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-10px)}.pricing-card.featured .featured-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 5px 15px #667eea66;z-index:10;width:fit-content;max-width:calc(100% - 2rem);min-width:0;box-sizing:border-box;text-align:center;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-card.featured .pricing-header{padding-top:1.5rem}.pricing-header h3{font-size:1.8rem;margin-bottom:1rem;color:#ccd6f6}.price{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.price .amount{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price .period{font-size:1.2rem;color:#8892b0}.pricing-features{list-style:none;padding:0;margin-bottom:2.5rem}.pricing-features li{padding:1rem 0;color:#8892b0;border-bottom:1px solid rgba(102,126,234,.1);font-size:1.05rem}.pricing-features li:last-child{border-bottom:none}.pricing-card .btn{width:100%;margin-top:auto;align-self:center}.cta{padding:6rem 5%;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-content p{font-size:1.3rem;color:#8892b0;margin-bottom:2.5rem}.discord-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;color:#5865f2;text-decoration:none;font-size:1rem;font-weight:600;border:2px solid #5865F2;border-radius:8px;transition:all .3s ease}.discord-link:hover{background:#5865f21a;transform:translateY(-2px);box-shadow:0 4px 12px #5865f24d}.discord-link svg{font-size:1.2rem}.footer{background:#0a0e27;padding:4rem 5%;border-top:1px solid rgba(102,126,234,.2)}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h4{color:#ccd6f6;font-size:1.3rem;margin-bottom:1.5rem}.footer-section p{color:#8892b0;line-height:1.7}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#8892b0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(102,126,234,.1);color:#8892b0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-20px)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@media (max-width: 1024px){.hero{grid-template-columns:1fr;text-align:center;padding:4rem 5%}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-description{max-width:100%}.map-mockup{width:300px;height:300px}.benefits-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.homepage .section-header h2{font-size:2rem}.features-grid,.pricing-grid,.pricing-grid-two,.pricing-grid-three{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.cta-content h2{font-size:2rem}.btn{padding:.9rem 2rem;font-size:1rem}.map-mockup{width:250px;height:250px}.mockup-marker{font-size:2rem}}@media (max-width: 480px){.hero{padding:2rem 5%}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.feature-card,.benefit-card{padding:1.5rem}.pricing-card{padding:2rem 1.5rem}}.registration-page{min-height:100%;background:transparent;padding:2rem 5%;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto}.registration-container{max-width:600px;width:100%;background:#1a1f3af2;border-radius:20px;padding:3rem;border:1px solid rgba(102,126,234,.2);box-shadow:0 20px 60px #0006;animation:fadeInUp .6s ease-out;margin:2rem auto;max-height:calc(100vh - 4rem);overflow-y:auto}.registration-header{text-align:center;margin-bottom:2.5rem}.registration-header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.registration-header p{color:#8892b0;font-size:1.1rem}.registration-form{margin-bottom:3rem}.form-group{margin-bottom:1.8rem}.form-group label{display:block;color:#ccd6f6;font-weight:600;margin-bottom:.6rem;font-size:1rem}.required{color:#ff6b6b}.form-group input{width:100%;padding:1rem;background:#0a0e2799;border:2px solid rgba(102,126,234,.2);border-radius:10px;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#8892b0}.form-hint{display:block;color:#8892b0;font-size:.9rem;margin-top:.5rem;font-style:italic}.error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:1rem;border-radius:10px;margin-bottom:1.5rem;text-align:center;font-weight:500}.btn-full{width:100%;padding:1.2rem;font-size:1.1rem;margin-top:1rem}.btn:disabled{opacity:.6;cursor:not-allowed}.form-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(102,126,234,.1)}.form-footer p{color:#8892b0;font-size:1rem}.link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.link:hover{color:#764ba2;text-decoration:underline}.features-preview{background:#667eea0d;border-radius:15px;padding:2rem;border:1px solid rgba(102,126,234,.2)}.features-preview h3{color:#ccd6f6;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1.2rem}.feature-icon{font-size:2rem;flex-shrink:0}.feature-item strong{color:#ccd6f6;display:block;margin-bottom:.3rem;font-size:1rem}.feature-item p{color:#8892b0;font-size:.95rem;margin:0}.success-message{text-align:center;padding:2rem;margin-bottom:2.5rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}.success-message h2{color:#ccd6f6;font-size:2rem;margin-bottom:.8rem}.success-message p{color:#8892b0;font-size:1.1rem}.upgrade-section{text-align:center}.upgrade-section h3{color:#ccd6f6;font-size:1.8rem;margin-bottom:.8rem}.upgrade-section>p{color:#8892b0;font-size:1rem;margin-bottom:2.5rem}.upgrade-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:2.5rem}.upgrade-options-single{max-width:400px;margin-left:auto;margin-right:auto;grid-template-columns:1fr}.upgrade-card{position:relative;background:#667eea0d;border:2px solid rgba(102,126,234,.2);border-radius:15px;padding:2rem 1.5rem;transition:all .3s ease}.upgrade-card:hover{transform:translateY(-5px);border-color:#667eea80;box-shadow:0 10px 30px #667eea33}.upgrade-card.featured{border-color:#667eea;box-shadow:0 10px 30px #667eea33}.best-value{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1.2rem;border-radius:15px;font-size:.85rem;font-weight:600;box-shadow:0 5px 15px #667eea66}.upgrade-card h4{color:#ccd6f6;font-size:1.5rem;margin-bottom:1rem}.upgrade-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.upgrade-price .amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.upgrade-price .period{color:#8892b0;font-size:1rem}.upgrade-card ul{list-style:none;padding:0;margin-bottom:1.5rem;text-align:left}.upgrade-card ul li{color:#8892b0;padding:.6rem 0;font-size:.95rem}.btn-text{background:transparent;color:#667eea;border:none;text-decoration:underline;font-size:1rem;padding:.8rem;margin-top:1rem}.btn-text:hover{color:#764ba2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.registration-page{padding:1rem 5%}.registration-container{padding:2rem;margin:1rem auto;max-height:calc(100vh - 2rem)}.registration-header h1{font-size:2rem}.upgrade-options{grid-template-columns:1fr}.success-icon{width:60px;height:60px;font-size:2rem}}@media (max-width: 480px){.registration-container{padding:1.5rem}.registration-header h1{font-size:1.8rem}.form-group input{padding:.9rem}.feature-item{gap:1rem}.feature-icon{font-size:1.5rem}}.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}}.coverage-page{width:100%;min-height:100%;background:transparent;color:#fff}.coverage-header{padding:2rem 5%;text-align:center;background:#1a1f3a66;border-bottom:1px solid rgba(102,126,234,.2)}.coverage-header-content h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.coverage-header-content p{font-size:1.3rem;color:#8892b0}.filters-section{position:relative;z-index:10;padding:1.5rem 5%;background:#0a0e274d;border-bottom:1px solid rgba(102,126,234,.1)}.filters-container{max-width:1400px;margin:0 auto}.filters-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0}.filter-group label{color:#ccd6f6;font-size:.9rem;font-weight:600;white-space:nowrap}.filter-select{min-width:200px;width:100%;padding:.75rem 2rem .75rem 1rem;background:#0a0e27cc;border:2px solid rgba(102,126,234,.3);border-radius:8px;color:#fff;font-size:.95rem;font-family:inherit;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-select:hover{border-color:#667eea80}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkbox-group{display:flex;align-items:center;margin-top:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.8rem;cursor:pointer;color:#ccd6f6;font-size:1rem;margin-bottom:0}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.btn-reset{padding:.75rem 2rem;background:#ff6b6b;border:none;border-radius:8px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-reset:hover{background:#ff5252;transform:translateY(-2px)}.btn-reset-small{padding:.65rem 1.25rem;background:#ff6b6b;border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;align-self:flex-start;flex-shrink:0;width:auto}.btn-reset-small:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b66}.stats-section{padding:2rem 5%;background:#ffffff05}.stats-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap;align-items:stretch}.stat-card{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:.875rem 1rem;border-radius:10px;border:2px solid rgba(102,126,234,.3);display:flex;gap:.875rem;align-items:center;transition:all .3s ease;min-width:0;flex:1 1 220px;max-width:280px}.stat-card:hover{transform:translateY(-3px);border-color:#667eea99;box-shadow:0 15px 40px #667eea33}.stat-icon{font-size:1.5rem;color:#667eea;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{filter:drop-shadow(0 2px 6px rgba(102,126,234,.3))}.stat-content{flex:1;text-align:left}.stat-label{color:#8892b0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.stat-value-small{font-size:1.35rem}.stat-unit{color:#8892b0;font-size:.75rem;font-weight:500;margin-top:.15rem}.table-section{padding:3rem 5%}.table-container{max-width:1400px;margin:0 auto}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.table-header h3{color:#ccd6f6;font-size:2rem;font-weight:700}.table-header p{color:#8892b0;font-size:1.1rem}.table-wrapper{overflow-x:auto;border-radius:15px;background:#0a0e2799;border:1px solid rgba(102,126,234,.2)}.coverage-table{width:100%;border-collapse:collapse}.coverage-table thead{background:#667eea1a}.coverage-table th{padding:1.2rem 1.5rem;text-align:left;color:#ccd6f6;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(102,126,234,.3)}.areas-table{width:100%;border-collapse:collapse}.areas-table thead{background:#667eea1a}.areas-table th{padding:1rem .75rem;text-align:left;color:#ccd6f6;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(102,126,234,.3)}.areas-table tbody tr{border-bottom:1px solid rgba(102,126,234,.1);transition:background .2s ease;height:50px;transition:all .2s ease}.areas-table tbody tr:hover{background:#667eea0d}.areas-table td{padding:.75rem;color:#ccd6f6;font-size:.9rem}.coverage-page .area-name{font-weight:600;color:#fff}.btn-view-map{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:inherit}.btn-view-map:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.table-container h3{color:#ccd6f6;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.coverage-table tbody tr:hover{background:#667eea0d}.coverage-table td{padding:1.2rem 1.5rem;color:#8892b0;font-size:1rem}.coverage-table .area-name{color:#ccd6f6;font-weight:600}.coverage-table .hundos{color:gold;font-weight:700}.status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background:#66ea6633;color:#66ea66;border:1px solid rgba(102,234,102,.4)}.status-badge.partial{background:#ffa50033;color:orange;border:1px solid rgba(255,165,0,.4)}.status-badge.inactive{background:#ff6b6b33;color:#ff6b6b;border:1px solid rgba(255,107,107,.4)}.btn-view{padding:.6rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-view:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.empty-state{padding:4rem 2rem;text-align:center}.empty-state p{color:#8892b0;font-size:1.2rem;margin-bottom:2rem}.coverage-page .map-section{position:relative;z-index:1;padding:3rem 5%;background:#ffffff05;isolation:isolate}.coverage-page .map-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;overflow:hidden}.coverage-page .map-container h3{color:#ccd6f6;font-size:2rem;font-weight:700;margin-bottom:2rem}.map-wrapper{position:relative;z-index:1;border-radius:15px;overflow:hidden;border:2px solid rgba(102,126,234,.3);box-shadow:0 20px 60px #0006}.coverage-page .map-section .leaflet-container{position:relative!important;z-index:1!important;isolation:isolate}.coverage-page .map-section .leaflet-pane,.coverage-page .map-section .leaflet-map-pane{z-index:1}.coverage-page .map-section .leaflet-tile-pane{z-index:0}.coverage-page .map-legend{display:flex;gap:2rem;justify-content:center;margin-top:1.5rem;padding:1.5rem;background:#667eea0d;border-radius:10px}.coverage-page .legend-item{display:flex;align-items:center;gap:.8rem}.coverage-page .legend-color{width:30px;height:20px;border-radius:5px;border:2px solid rgba(255,255,255,.3)}.coverage-page .legend-color.active{background:#66ea66}.coverage-page .legend-color.partial{background:orange}.coverage-page .legend-color.inactive{background:#ff6b6b}.coverage-page .legend-item span{color:#ccd6f6;font-weight:500}.coverage-cta{padding:5rem 5%;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.coverage-cta h2{font-size:2.5rem;font-weight:800;color:#ccd6f6;margin-bottom:1rem}.coverage-cta p{font-size:1.2rem;color:#8892b0;margin-bottom:2.5rem}.btn-primary{padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #667eea66}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}.coverage-page .loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem;width:100%}.coverage-page .loading-spinner{width:60px;height:60px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.coverage-page .loading-screen p{color:#8892b0;font-size:1.2rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0;margin-top:1.5rem}.pagination-arrow{width:36px;height:36px;padding:0;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:6px;color:#ccd6f6;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center}.pagination-arrow:hover:not(:disabled){background:#667eea33;border-color:#667eea80;transform:scale(1.05)}.pagination-arrow:disabled{opacity:.3;cursor:not-allowed}.page-numbers{display:flex;gap:.5rem;align-items:center}.page-number{min-width:36px;height:36px;padding:.5rem;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:6px;color:#ccd6f6;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center}.page-number:hover{background:#667eea33;border-color:#667eea80}.page-number.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.coverage-header-content h1{font-size:2.5rem}.filters-row{flex-direction:column;align-items:stretch}.filter-group{width:100%;min-width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.filter-select{width:100%;min-width:0}.btn-reset-small{width:100%;max-width:none;margin-left:0}.stats-container{gap:1rem}.stat-card{flex:1 1 calc(50% - .5rem);min-width:200px}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 768px){.coverage-header{padding:2rem 5%}.coverage-header-content h1{font-size:2rem}.coverage-header-content p{font-size:1.1rem}.filters-section{position:relative;z-index:20;padding:1rem 5%}.stats-section{padding:1.5rem 5%}.stats-container{flex-direction:column;gap:1rem}.stat-card{flex:1 1 100%;max-width:100%;width:100%}.table-section{padding:2rem 5%}.table-header{flex-direction:column;align-items:flex-start;gap:1rem}.table-header h3{font-size:1.5rem}.coverage-table th,.coverage-table td{padding:.75rem;font-size:.85rem}.areas-table th,.areas-table td{padding:.5rem .4rem;font-size:.8rem}.coverage-page .map-section{position:relative;z-index:1;padding:2rem 5%;isolation:isolate}.coverage-page .map-container{position:relative;z-index:1;overflow:hidden}.map-wrapper{position:relative;z-index:1;height:400px!important;overflow:hidden}.coverage-page .map-section .leaflet-container{position:relative!important;z-index:1!important;overflow:hidden}.coverage-page .map-container h3{font-size:1.5rem;margin-bottom:1.5rem}.coverage-page .map-legend{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.coverage-cta{padding:3rem 5%}.coverage-cta h2{font-size:1.75rem}.coverage-cta p{font-size:1rem}}@media (max-width: 480px){.coverage-header{padding:1.5rem 5%}.coverage-header-content h1{font-size:1.5rem}.coverage-header-content p{font-size:.95rem}.filters-section{padding:1rem 5%}.stats-section,.table-section{padding:1.5rem 5%}.coverage-page .map-section{position:relative;z-index:1;padding:1.5rem 5%;isolation:isolate}.coverage-page .map-container,.map-wrapper{position:relative;z-index:1;overflow:hidden}.coverage-page .map-section .leaflet-container,.coverage-page .map-section .leaflet-pane,.coverage-page .map-section .leaflet-map-pane,.coverage-page .map-section .leaflet-tile-pane{position:relative!important;z-index:1!important}.coverage-cta{padding:2rem 5%}.filter-group label{font-size:.85rem}.filter-select{padding:.65rem 1.75rem .65rem .75rem;font-size:.9rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.7rem}.table-header h3{font-size:1.25rem}.table-header p{font-size:.9rem}.coverage-table{font-size:.8rem}.coverage-table th,.coverage-table td{padding:.6rem .5rem;font-size:.8rem}.areas-table th,.areas-table td{padding:.4rem .3rem;font-size:.75rem}.btn-view,.btn-view-map{padding:.4rem .75rem;font-size:.8rem}.coverage-page .map-container h3{font-size:1.25rem}.map-wrapper{height:300px!important}.coverage-page .map-legend{padding:.75rem;gap:.75rem}.coverage-cta h2{font-size:1.5rem}.coverage-cta p{font-size:.9rem}.btn-primary{padding:.875rem 2rem;font-size:1rem}}.showcase-layout{display:flex;width:100vw;height:100vh;overflow:hidden;background:linear-gradient(180deg,#0a0e27,#1a1f3a)}.showcase-layout .showcase-sidebar{width:256px;height:100vh;background:#0f1419;border-right:1px solid rgba(102,126,234,.2);display:flex;flex-direction:column;flex-shrink:0}.showcase-layout .sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(102,126,234,.1);background:transparent}.showcase-layout .logo{display:flex;align-items:center;gap:.75rem}.showcase-layout .logo-icon{font-size:1.75rem;color:#667eea;display:flex;align-items:center;justify-content:center}.showcase-layout .logo-icon svg{filter:drop-shadow(0 2px 4px rgba(102,126,234,.4))}.showcase-layout .logo-text{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-layout .sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.showcase-layout .nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:transparent;border:none;color:#8892b0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.showcase-layout .nav-item:hover{background:#667eea1a;color:#ccd6f6}.showcase-layout .nav-item.active{background:#667eea26;color:#667eea;border-left:3px solid #667eea}.showcase-layout .nav-icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center;width:24px;color:inherit}.showcase-layout .nav-icon svg{width:100%;height:100%}.showcase-layout .nav-label{flex:1}.showcase-layout .sidebar-footer{padding:1.25rem;border-top:1px solid rgba(102,126,234,.1)}.showcase-layout .btn-login{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.5rem}.showcase-layout .btn-login:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.showcase-layout .showcase-content{flex:1;height:100vh;overflow-y:auto;overflow-x:hidden}.showcase-layout .global-footer{padding:2rem 5%;background:#0a0e27e6;border-top:1px solid rgba(102,126,234,.2);text-align:center;margin-top:4rem}.showcase-layout .global-footer p{color:#8892b0;font-size:.85rem;line-height:1.6;max-width:1200px;margin:0 auto}@media (max-width: 768px){.showcase-layout .showcase-sidebar{position:fixed;left:-256px;z-index:1000;transition:left .3s ease}.showcase-layout .showcase-sidebar.open{left:0}.showcase-layout .showcase-content{width:100%}}.email-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000}.email-modal-content{background:#1a1f3af2;border-radius:20px;padding:2.5rem;max-width:500px;width:90%;border:1px solid rgba(102,126,234,.2);box-shadow:0 20px 60px #00000080}.email-modal-header{margin-bottom:1.5rem}.email-modal-header h3{color:#ccd6f6;font-size:1.5rem;font-weight:700;margin:0}.email-modal-body{color:#8892b0}.email-modal-body p{margin-bottom:1.5rem;line-height:1.6;color:#8892b0}.email-modal-body .form-group{margin-bottom:1.5rem}.email-modal-body label{display:block;color:#ccd6f6;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.email-modal-body input{width:100%;padding:1rem;background:#0a0e2799;border:2px solid rgba(102,126,234,.2);border-radius:10px;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.email-modal-body input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.email-modal-body input:disabled{opacity:.6;cursor:not-allowed}.email-modal-body input::placeholder{color:#8892b0}.email-modal-body .error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.email-submit-button{width:100%;padding:1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.email-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.email-submit-button:disabled{opacity:.6;cursor:not-allowed}.password-reset-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.password-reset-modal-content{background:#1a1a2e;border-radius:16px;box-shadow:0 20px 60px #00000080;max-width:480px;width:100%;position:relative}.password-reset-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid rgba(102,126,234,.2)}.password-reset-modal-header h3{margin:0;font-size:20px;font-weight:700;color:#fff}.password-reset-modal-close{background:transparent;border:none;color:#8892b0;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.password-reset-modal-close:hover{background:#667eea1a;color:#667eea}.password-reset-modal-body{padding:30px}.password-reset-modal-body p{color:#8892b0;margin-bottom:24px;line-height:1.6}.password-reset-modal-body .form-group{margin-bottom:20px}.password-reset-modal-body .form-group label{display:block;margin-bottom:8px;color:#a8b2d1;font-weight:600;font-size:14px}.password-reset-modal-body .form-group input{width:100%;padding:12px 16px;background:#0f0f1e;border:2px solid rgba(102,126,234,.2);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;box-sizing:border-box;transition:all .3s ease}.password-reset-modal-body .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-reset-modal-body .form-group input:disabled{opacity:.5;cursor:not-allowed}.password-reset-submit-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.password-reset-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.password-reset-submit-button:disabled{opacity:.5;cursor:not-allowed}.password-reset-modal-body .error-message{background:#ff00001a;border:1px solid rgba(255,0,0,.3);color:#ff6b6b;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.password-reset-modal-body .success-message{background:#00ff001a;border:1px solid rgba(0,255,0,.3);color:#51cf66;padding:16px;border-radius:8px;text-align:center;font-size:15px;line-height:1.6}
