@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;700&display=swap";:root{--bg-color: #0c0c0e;--surface-color: #1a1a1c;--surface-elevated: #252528;--primary-color: #3b82f6;--primary-hover: #2563eb;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-color: #10b981;--accent-rgb: 16, 185, 129;--error-color: #ef4444;--md-sys-color-surface: var(--surface-color);--md-sys-color-on-surface: var(--text-primary);--md-sys-color-primary: var(--primary-color);--md-sys-color-outline: rgba(255, 255, 255, .12);--md-corner-full: 1000px;--md-corner-extra-large: 28px;--md-corner-large: 16px;--md-corner-medium: 12px;--md-corner-small: 8px;--md-sys-layout-content-max-width: 600px;--border-radius: var(--md-corner-large);--transition: all .25s cubic-bezier(.4, 0, .2, 1);font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea{user-select:text;-webkit-user-select:text}html,body{height:100dvh;width:100%;margin:0;padding:0;overflow:hidden;background:#000}html:has(#root>.admin-container),body:has(#root>.admin-container){overflow-y:auto!important;height:auto!important}body{display:flex;justify-content:center;align-items:center}#root{width:100%;max-width:420px;height:100dvh;margin:0 auto;display:flex;flex-direction:column;background:radial-gradient(circle at top right,#1e1e24,#0c0c0e);position:relative}#root:has(.admin-container){height:auto!important;min-height:100dvh}@media(min-width:768px){#root{max-width:1200px;margin:0 auto;padding:2rem;height:auto;min-height:100%}body{align-items:center}body:has(#root>.admin-container){align-items:flex-start!important}body:has(#root>.admin-container) #root{height:auto!important;min-height:100dvh}}@media(max-width:767px){#root{max-width:500px;margin:0 auto;justify-content:center}.desktop-only{display:none!important}}@media(min-width:768px){.mobile-only{display:none!important}}h1,h2,h3{font-weight:700;letter-spacing:-.02em}button{width:100%;padding:.75rem 1.5rem;border-radius:var(--md-corner-extra-large);border:none;font-size:1rem;font-weight:600;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}button:hover:not(:disabled){background-color:var(--primary-hover);transform:scale(1.02)}button:active:not(:disabled){transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(1)}button.btn-loading{position:relative;overflow:hidden;pointer-events:none;opacity:.8!important;filter:none!important}button.btn-loading:after{content:"";position:absolute;bottom:0;left:0;height:4px;width:100%;background:#ffffff4d;transform:translate(-100%);animation:indeterminate-progress 1.5s infinite linear;box-shadow:0 0 10px #ffffff80}@keyframes indeterminate-progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}input{width:100%;padding:1rem;background-color:var(--surface-color);border:1px solid rgba(255,255,255,.1);border-radius:var(--md-corner-large);color:#fff;font-size:1rem;font-family:inherit;transition:var(--transition);outline:none}input:focus,.focus-highlight{border-color:var(--primary-color)!important;background-color:var(--surface-elevated)!important;box-shadow:0 0 0 4px #3b82f640,0 0 20px #3b82f626!important;outline:none}input::placeholder{color:var(--text-secondary);opacity:.6}.card{background-color:var(--surface-color);border-radius:var(--border-radius);padding:1.25rem;border:1px solid rgba(255,255,255,.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.custom-google-login-btn{background:#fff;color:#1f2937;display:flex;align-items:center;justify-content:center;gap:12px;padding:.875rem 2rem;border-radius:100px;font-weight:600;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;width:auto!important;box-shadow:0 1px 2px #0000000d}.custom-google-login-btn:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#d1d5db}.custom-google-login-btn:active{transform:translateY(0)}.custom-google-login-btn svg{color:#4285f4}.final-actions-row{display:flex;gap:.75rem;width:100%;margin-top:1rem;margin-bottom:2rem}.final-btn{margin-bottom:0!important;min-height:54px}svg.lucide{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;display:inline-block;vertical-align:middle;flex-shrink:0}.icon-blue,.text-blue-400{color:#60a5fa}.icon-gold,.text-amber-400,.text-yellow-400{color:#fbbf24}.icon-gray{color:var(--text-secondary);opacity:.6}.text-indigo-400{color:#818cf8}.text-emerald-400{color:#34d399}.text-rose-400{color:#fb7185}.text-rose-500{color:#f43f5e}.icon-blue,.icon-gold,.icon-white,.icon-gray,.text-indigo-400,.text-blue-400,.text-amber-400,.text-yellow-400,.text-emerald-400,.text-rose-400,.text-rose-500{stroke:currentColor}.fill-rose-500{fill:#f43f5e}.app-container{display:flex;flex-direction:column;height:100dvh;width:100%;overflow:hidden;position:relative}@media(orientation:landscape)and (max-height:500px){.app-container{overflow-y:auto!important;height:100dvh;min-height:100dvh}.app-header{position:sticky;top:0}.footer-actions{position:sticky;bottom:0}}.app-header{position:sticky;top:0;flex:0 0 64px;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;z-index:100;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}.app-header.scrolled{background:#0c0c0ecc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:.5rem;padding:8px 12px;margin:-8px -12px;border-radius:8px}.brand-logo{background:var(--primary-color);color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:800;border-radius:8px;font-size:.85rem;flex-shrink:0}.brand-name{font-size:1.25rem;color:var(--text-primary);font-weight:700;letter-spacing:-.02em;position:relative}.testing-indicator-icon{align-self:flex-start;margin-top:-2px;margin-left:-2px;opacity:.7;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-actions{display:flex;align-items:center;gap:.25rem}.header-action-btn{width:44px;height:44px;padding:0;border:none;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent;color:var(--text-secondary);position:relative;overflow:hidden;flex-shrink:0}.header-action-btn:hover{background:#ffffff14}.header-action-btn:active{background:#ffffff1f;transform:scale(.92)}.qr-btn-outlined{width:40px!important;height:40px!important;border:none!important;background:transparent;border-radius:10px!important}.qr-btn-outlined:hover{background:#ffffff14;border-color:#fff3!important}.header-user-area{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:4px;border-radius:24px;transition:all .2s}.header-user-area:hover{background:#ffffff0d}.park-points-badge{display:flex;align-items:center;gap:4px;background:#fbbf2426;color:#fbbf24;padding:3px 8px;border-radius:10px;font-size:.8rem;font-weight:700;border:1px solid rgba(251,191,36,.3)}.user-avatar-wrapper{width:32px;height:32px;border-radius:50%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;border:none;overflow:hidden;transition:transform .2s}.header-user-area:active .user-avatar-wrapper{transform:scale(.9)}.user-avatar-wrapper img{width:100%;height:100%;object-fit:cover}.btn-ghost{background:transparent;width:auto;padding:.5rem 1rem;font-size:.9rem;color:var(--text-secondary);border:1px solid rgba(255,255,255,.1);border-radius:var(--md-corner-full)}.hero-section{margin-bottom:1rem}.hero-section h2{font-size:1.5rem;margin-bottom:.125rem;line-height:1.2}.hero-section p{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.location-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:var(--md-corner-medium);animation:slideIn .3s ease-out}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.tab-btn{background:none;border:none;color:var(--text-secondary);padding:.75rem 1rem;cursor:pointer;font-weight:500;position:relative;transition:all .2s}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary-color)}.provider-icon{width:40px;height:40px;background:var(--primary-color);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;background:#ffffff08;padding:.5rem .75rem;border-radius:6px;transition:background .2s}.checkbox-item:hover{background:#ffffff12}.checkbox-item input{width:16px;height:16px;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.location-details{display:flex;flex-direction:column;flex:1}.location-label{font-size:.7rem;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;margin-bottom:0}.location-name{font-weight:700;color:#10b981;font-size:1.1rem}.btn-change{background:#fff;color:#10b981;font-size:.8rem;padding:.5rem 1rem;width:auto;border:1px solid rgba(16,185,129,.2);box-shadow:0 2px 4px #0000000d;font-weight:600}.btn-change:hover{background:#f0fdf4;transform:translateY(-1px)}.parking-selector-container{position:relative;width:100%}.md3-select-field{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--surface-color);border:1px solid rgba(255,255,255,.12);border-radius:var(--md-corner-large);cursor:pointer;transition:all .25s cubic-bezier(.2,0,0,1);margin-top:.5rem;min-height:64px;box-shadow:0 1px 3px #0000001a;position:relative;overflow:hidden}.md3-select-field:after{content:"";position:absolute;inset:0;pointer-events:none;background:var(--text-primary);opacity:0;transition:opacity .2s}.md3-select-field:hover:after{opacity:.04}.md3-select-field:active:after{opacity:.08}.md3-select-field.active{border-color:var(--primary-color);background:rgba(var(--primary-rgb),.04)}.md3-select-field.active:after{opacity:0}.md3-select-content{display:flex;align-items:center;gap:1.25rem;flex:1;z-index:1}.md3-select-text-wrapper{display:flex;flex-direction:column;overflow:hidden}.md3-select-text{font-size:1.05rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.md3-select-subtext{font-size:.85rem;color:var(--text-secondary);opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.md3-select-field:not(.has-value) .md3-select-text{color:var(--text-secondary);font-weight:500}.md3-select-arrow{color:var(--text-secondary);transition:transform .3s cubic-bezier(.2,0,0,1);flex-shrink:0;z-index:1}.md3-select-arrow.rotated{transform:rotate(180deg);color:var(--primary-color)}.md3-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--surface-elevated);border:1px solid rgba(255,255,255,.1);border-radius:var(--md-corner-large);box-shadow:0 12px 28px #0006,0 2px 8px #0003;z-index:2100;overflow:hidden;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.md3-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2050;touch-action:none}.md3-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--bg-color);border-top-left-radius:28px;border-top-right-radius:28px;max-height:85vh;z-index:2100;padding-bottom:env(safe-area-inset-bottom,24px);display:flex;flex-direction:column;box-shadow:0 -8px 24px #0000004d;overflow:hidden}.md3-bottom-sheet:before{content:"";position:absolute;inset:0;pointer-events:none;background:var(--primary-color);opacity:.05;z-index:-1}.md3-bottom-sheet-handle{width:36px;height:4px;background:#ffffff4d;border-radius:2px;margin:16px auto 0}.md3-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem .75rem}.md3-dropdown-title{font-size:1.25rem;font-weight:500;color:var(--text-primary);letter-spacing:.01em}.md3-close-btn{background:transparent;border:none;color:var(--text-secondary);padding:8px;margin:-8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.md3-close-btn:active{background:#ffffff1a}.md3-dropdown-list{max-height:50vh;overflow-y:auto;padding:0}.md3-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;margin:0;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background-color .2s cubic-bezier(.2,0,0,1);gap:.75rem;position:relative;overflow:hidden}.md3-dropdown-item:last-child{border-bottom:none}.md3-dropdown-item:after{content:"";position:absolute;inset:0;pointer-events:none;background:var(--text-primary);opacity:0;transition:opacity .2s}.md3-dropdown-item:hover:after{opacity:.04}.md3-dropdown-item:active:after{opacity:.12}.md3-dropdown-item.selected{background:rgba(var(--primary-rgb),.12)}.md3-dropdown-item.selected:after{background:var(--primary-color)}.item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.selected .item-icon{color:var(--primary-color)}.item-info{display:flex;flex-direction:column;flex:1;text-align:left;align-items:flex-start;min-width:0}.item-name{font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.1;text-align:left;width:100%}.item-address{font-size:.8rem;color:var(--text-secondary);line-height:1.2;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;width:100%}.md3-dropdown-empty{padding:2rem 1rem;text-align:center;color:var(--text-secondary);font-size:.85rem}.location-banner.fallback{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.location-banner.detecting{background:#3b82f614;border:1px solid rgba(59,130,246,.3)}.location-banner.estimate{background:#fbbf2414;border:1px solid rgba(251,191,36,.3)}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em}.search-box input{padding:1rem;font-size:1.25rem;text-align:center;letter-spacing:.1em;border:1.5px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:var(--md-corner-medium)}.search-box input:focus{border-color:var(--primary-color);background-color:#ffffff1a;box-shadow:0 0 0 3px #3b82f633}.admin-form .input-group{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.25rem;border-radius:12px;transition:var(--transition)}.admin-form .input-group:focus-within{background:#ffffff0d;border-color:#3b82f64d}.admin-form input,.admin-form select{background:var(--surface-color);border:1px solid rgba(255,255,255,.1);margin-top:.25rem}.admin-section-title{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(59,130,246,.2);display:flex;align-items:center;gap:.5rem}.admin-section-title:first-of-type{margin-top:0}.help-text{font-size:.85rem;color:var(--text-secondary);margin-top:.75rem;opacity:.7}.recent-plates-container{margin-top:1.25rem;width:100%;animation:fadeIn .4s ease-out}.recent-plates-container .section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.6;margin-bottom:.75rem;display:block}.chips-container{display:flex;flex-direction:column;gap:.75rem}.plate-chip{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--text-primary);width:100%;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.plate-chip:hover{background:#ffffff0f;border-color:rgba(var(--primary-rgb),.4);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.plate-chip:active{transform:translateY(0) scale(.98)}.chip-icon{color:var(--primary-color);opacity:.8;flex-shrink:0}.plate-chip span{flex:1;text-align:left;font-weight:600;font-size:1.05rem;letter-spacing:.05em}.chip-arrow{color:var(--text-secondary);opacity:.4;transition:transform .2s}.plate-chip:hover .chip-arrow{transform:translate(3px);color:var(--primary-color);opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chip{background:var(--surface-elevated);border:1px solid rgba(255,255,255,.1);padding:.5rem .25rem;border-radius:100px;font-size:.85rem;color:var(--text-primary);cursor:pointer;transition:var(--transition);width:100%;text-align:center;box-shadow:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chip:hover{background:var(--primary-color);border-color:var(--primary-color)}.icon-blue{color:var(--primary-color);flex-shrink:0}.icon-amber{color:#fbbf24;flex-shrink:0}.spinner-container{position:relative;width:100px;height:100px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.spinner{width:100%;height:100%;border:4px solid rgba(59,130,246,.1);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.spinner-icon{position:absolute;color:var(--primary-color);width:30px;height:30px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}.loading-text{font-size:1.25rem;font-weight:500;color:var(--text-secondary)}.center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:visible;padding-bottom:.5rem}.intro-overlay{position:fixed;inset:0;background:radial-gradient(circle at center,#0f172a,#020617);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.reveal-text{background:linear-gradient(90deg,#fff,#94a3b8,#fff);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 3s linear infinite}@keyframes shine{to{background-position:200% center}}.intro-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:-5vh}.intro-logo{width:100px;height:100px;filter:drop-shadow(0 0 20px rgba(59,130,246,.4));border-radius:20px}.intro-title{font-size:2.2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.04em;text-transform:none}.intro-slogan{font-size:.95rem;color:var(--text-secondary);font-weight:500;margin:0;opacity:.8}.intro-footer{position:absolute;bottom:60px;display:flex;flex-direction:column;align-items:center;gap:.75rem}.intro-footer p{font-size:.65rem;color:var(--text-secondary);opacity:.6;margin:0;text-transform:uppercase;letter-spacing:.1em}.intro-footer-logo{height:18px;width:auto;opacity:.6}.app-content{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 1rem 1rem;overflow-y:auto;overflow-x:hidden;width:100%;position:relative;-webkit-overflow-scrolling:touch}.footer-actions{flex:0 0 auto;width:100%;padding:0 1rem .5rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-top:none;z-index:100;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer-actions.has-actions{padding:.75rem 1rem 1.25rem;background:#0c0c0ed9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 30px #00000080}@media(min-width:768px){.app-content::-webkit-scrollbar{display:block;width:6px}.app-content::-webkit-scrollbar-track{background:transparent}.app-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.app-content::-webkit-scrollbar-thumb:hover{background:#fff3}.app-content{-ms-overflow-style:auto;scrollbar-width:thin}}.screen{flex:1;display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:400px;animation:fadeIn .3s ease-out;padding-top:.5rem}.screen-compact{flex:none!important;height:auto!important}.md3-viewport-center{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;width:100%}.stay-details-inner{display:flex;flex-direction:column;width:100%}.stay-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.btn-back{width:44px;height:44px;padding:0;background:var(--surface-color);border:1px solid rgba(255,255,255,.1)}.stay-plate{font-family:Roboto Mono,monospace;font-size:3.25rem;font-weight:800;text-align:center;margin:.5rem 0 1rem;letter-spacing:.05em;color:var(--primary-color);text-transform:uppercase;line-height:1;-webkit-user-select:none;user-select:none;caret-color:transparent;pointer-events:none}.stay-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.info-row{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.divider{height:1px;background:#ffffff1a;margin:1.5rem 0}.price-section.centered{display:flex;flex-direction:column;align-items:center;margin:.5rem 0;gap:0}.price-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:600;opacity:.8}.price-value{font-size:3.5rem;font-weight:800;color:#fff;line-height:1;-webkit-user-select:none;user-select:none;caret-color:transparent}.invoice-toggle{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;cursor:pointer}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:var(--surface-elevated);transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:var(--primary-color)}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.payment-summary{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:1.1rem}.summary-row span{color:var(--text-secondary)}.brick-container{margin-bottom:2rem}.brick-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-weight:600}.brick-mock{display:flex;flex-direction:column;gap:1rem;opacity:.6}.mock-line{height:12px;background:var(--surface-elevated);border-radius:4px;width:100%}.mock-line.short{width:60%}.mock-button-p{background:#009ee3;color:#fff;padding:1rem;text-align:center;border-radius:8px;font-weight:700;margin-top:1rem}.success-icon-container{margin-bottom:1.5rem;background:#10b9811a;padding:1.5rem;border-radius:100px}.success-title{font-size:1.75rem;margin-bottom:.75rem}.success-subtitle{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.error-icon-container{margin-bottom:1.5rem;background:#ef44441a;padding:1.5rem;border-radius:100px}.error-title{font-size:1.75rem;margin-bottom:.75rem}.error-subtitle{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem;line-height:1.5}.survey-card{width:100%;margin-bottom:2rem;text-align:left}.survey-card h3{font-size:1rem;margin-bottom:1.5rem}.emoji-row.industry-standard{display:flex;justify-content:space-around;gap:1rem;margin:2rem 0}.emoji-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1}.emoji-btn{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--surface-elevated);color:var(--text-secondary);border:1px solid rgba(255,255,255,.05);transition:all .2s ease;border-radius:16px;cursor:pointer}.emoji-btn:hover{background:#ffffff0d;color:var(--text-primary)}.emoji-btn.selected{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 8px 16px #3b82f666}.emoji-label{font-size:.8rem;color:var(--text-secondary);font-weight:500;transition:color .2s ease}.emoji-label.active{color:var(--primary-color);font-weight:600}textarea{width:100%;background:var(--surface-elevated);border:none;border-radius:8px;padding:1rem;color:#fff;font-family:inherit;resize:none;outline:none}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--bg-primary);border-top-left-radius:var(--md-corner-large);border-top-right-radius:var(--md-corner-large);padding:.5rem 1.5rem 1.5rem;z-index:2000;max-height:85vh;overflow-y:auto}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.bottom-sheet-handle{width:32px;height:4px;background:#fff3;border-radius:2px;margin:8px auto 16px}.overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.modal{width:100%;max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-close{width:auto;padding:.5rem;background:transparent;box-shadow:none;color:var(--text-primary);display:flex;align-items:center;justify-content:center}.btn-close svg{color:inherit;stroke:currentColor;opacity:1}.section-card{margin-top:.75rem;padding:.75rem 1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.section-header{margin-bottom:.5rem}.section-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:700;opacity:.5}.section-text{font-size:.85rem;color:var(--text-secondary)}.input-group-compact{width:100%}.compact-input{width:100%;padding:.6rem .8rem!important;font-size:.9rem!important;background-color:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;color:#fff!important}.compact-input:focus{border-color:var(--primary-color)!important;background-color:#ffffff0d!important}.switch.small{width:36px;height:20px}.switch.small .slider:before{height:14px;width:14px;left:3px;bottom:3px}.switch.small input:checked+.slider:before{transform:translate(16px)}.modal h3{margin-bottom:1rem}.modal p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.modal-actions{display:flex;gap:1rem}.admin-container{height:100%;display:flex;flex-direction:column;background-color:var(--bg-color)}.admin-actions{display:flex;gap:1rem;margin-bottom:2rem;padding:0 1.5rem}.parking-list{display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 2rem}.parking-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:var(--surface-color);border:1px solid rgba(255,255,255,.05);border-radius:var(--md-corner-large);transition:var(--transition);cursor:pointer}.parking-item:hover{background:var(--surface-elevated);border-color:#ffffff1a;transform:translateY(-2px)}.parking-info h3{font-size:1.1rem;margin:0 0 .25rem;font-weight:600;color:var(--text-primary)}.parking-info p{font-size:.85rem;color:var(--text-secondary);margin:0;opacity:.7}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.7rem;font-weight:600;margin-top:.75rem;text-transform:uppercase;letter-spacing:.02em}.badge.visibility-visible{background:#10b9811a;color:#10b981;border-color:#10b98133}.badge.visibility-hidden{background:#ef44441a;color:#ef4444;border-color:#ef444433}.btn-icon{width:44px;height:44px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.btn-danger:hover{background:#ef444433;color:#ef5350}.input-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:1.25rem}.admin-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem;padding:0 1.5rem;gap:1.5rem}.tab-btn{padding:1rem .25rem;background:transparent;border:none;font-size:.95rem;font-weight:600;color:var(--text-secondary);cursor:pointer;position:relative;transition:var(--transition);width:auto;border-radius:0}.tab-btn:hover{color:var(--text-primary);background:transparent;transform:none}.tab-btn.active{color:var(--primary-color)}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--primary-color);border-radius:3px 3px 0 0}.admin-section-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-color);margin:2rem 0 1rem;opacity:.8}.admin-section-title:first-child{margin-top:0}.feedback-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--md-corner-medium);margin:1.5rem;font-size:.95rem;font-weight:500;position:relative}.feedback-banner.success{background:#10b9811a;color:#34d399;border:1px solid rgba(16,185,129,.2)}.feedback-banner.error{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.feedback-banner .btn-close{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);opacity:.6}.feedback-banner .btn-close:hover{opacity:1}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.admin-container .app-header{padding:1.5rem;background:var(--surface-color);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.admin-form{padding:0 1.5rem 3rem;width:100%;max-width:1000px;margin:0 auto}.admin-form .card{background:var(--surface-color);border:1px solid rgba(255,255,255,.05);padding:2rem;border-radius:var(--md-corner-extra-large)}@media(min-width:768px){.app-header{padding:2rem 0;margin-bottom:3rem}.brand-logo{width:40px;height:40px;font-size:1rem}.brand-name{font-size:1.75rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-section h2{font-size:3rem}.hero-section p{font-size:1.25rem}.screen{max-width:var(--md-sys-layout-content-max-width);margin:0 auto}.search-box.card,.location-banner.card,.promo-card.card,.payment-summary.card,.survey-card.card,.payment-gateway-wrapper{max-width:var(--md-sys-layout-content-max-width);margin-left:auto;margin-right:auto;padding:2.5rem}.admin-form .card{max-width:1200px;margin-left:auto;margin-right:auto;padding:2.5rem}#root:has(.admin-container){justify-content:flex-start!important;max-width:1200px;width:100%;margin-top:2rem;margin-bottom:2rem}.admin-container{background:var(--surface-color);border-radius:24px;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 50px #0006;overflow:hidden;display:flex;flex-direction:column;width:100%}.admin-container .app-header{margin:0;padding:1.5rem 2.5rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.admin-form{padding:1.5rem}.payment-gateway-wrapper{background:var(--surface-color);border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.05);margin-top:1.5rem;overflow:hidden}.payment-gateway-wrapper #payment-brick-container{padding:1rem;background:transparent!important}.stay-card.card{max-width:var(--md-sys-layout-content-max-width);margin:0 auto;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}.stay-plate{font-size:3rem;margin-bottom:1rem;text-align:center;-webkit-user-select:none;user-select:none;caret-color:transparent;pointer-events:none}.stay-info{margin-bottom:0}.price-section{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;margin-bottom:0}.price-value{font-size:2.5rem}.divider{margin:1rem 0}.invoice-toggle{margin-bottom:0}.stay-card.card .btn-primary{width:100%}.success-title,.error-title{font-size:2.5rem}.success-subtitle,.error-subtitle{font-size:1.25rem}.emoji-row.industry-standard{gap:2rem}.emoji-btn{width:80px;height:80px}}.range-slider-container{padding:.5rem 0}.premium-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:var(--surface-elevated);border-radius:5px;outline:none;margin:1.5rem 0 .5rem}.premium-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--primary-color);cursor:pointer;border-radius:50%;box-shadow:0 0 10px #3b82f680;transition:transform .2s ease}.premium-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.range-labels{display:flex;justify-content:space-between;padding:0 4px;font-size:.75rem;color:var(--text-secondary);opacity:.6}.map-picker{border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.badge.status-active{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.badge.status-trial{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.badge.status-disabled{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.mobile-progress-container{position:sticky;top:0;z-index:50;background:var(--surface-color);width:100%;padding:.5rem 0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);margin-top:8px;border-radius:var(--md-corner-large) var(--md-corner-large) 0 0;transition:all .3s ease}@media(min-width:768px){.mobile-progress-container{margin-top:1.5rem;border-radius:var(--md-corner-large);border:1px solid rgba(255,255,255,.1);background:#ffffff08}}.progress-tracker{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 1.5rem;position:relative;width:100%;max-width:var(--md-sys-layout-content-max-width);margin-left:auto;margin-right:auto}.progress-tracker:before{content:"";position:absolute;top:15px;left:45px;right:45px;height:2px;background:#ffffff1a;z-index:1;transition:all .3s ease}.progress-tracker.progress-step-1:before{background:linear-gradient(to right,#10b981 50%,#ffffff1a 50%)}.progress-tracker.progress-step-2:before{background:#10b981}.tracker-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2;width:60px}.step-dot{width:28px;height:28px;border-radius:50%;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.75rem;transition:all .3s ease}.tracker-step.active .step-dot{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #3b82f659}.tracker-step.completed .step-dot{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;text-align:center}.tracker-step.active .step-label{color:var(--primary-color)}.fun-spinner-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;width:100%}.fun-spinner-container.full-screen{position:fixed;inset:0;background:linear-gradient(-45deg,#0c0c0e,#1e1e24,#121214,#0c0c0e);background-size:400% 400%;animation:gradientBG 15s ease infinite;z-index:1000;justify-content:center;padding:2rem;margin:0}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.fun-spinner-container.full-screen .road-animation{width:280px;height:60px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 2px 10px #0000004d}.fun-spinner-container.full-screen .animated-car{width:64px;height:64px;filter:drop-shadow(0 0 15px rgba(var(--primary-rgb),.4))}.fun-spinner-container.full-screen .loading-text{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:#fff;text-align:center;margin:0}.loading-text-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.loading-subtext{font-size:.9rem;color:var(--text-secondary);opacity:.8}.road-animation{position:relative;width:200px;height:40px;background:#ffffff0d;border-radius:20px;overflow:hidden;display:flex;align-items:center}.road-line{position:absolute;height:2px;width:30px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:roadMove .8s linear infinite}@keyframes roadMove{0%{left:110%}to{left:-30%}}.road-line:nth-child(2){animation-delay:.33s}.road-line:nth-child(3){animation-delay:.66s}.animated-car{color:var(--primary-color);z-index:2;margin-left:20px;animation:carBounce .5s ease-in-out infinite alternate}@keyframes carBounce{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-4px) rotate(-1deg)}}.payment-footer-bar{position:fixed;bottom:0;left:0;right:0;background:#101622d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:100;gap:1.5rem;animation:slideUp .3s ease-out}.footer-info{display:flex;justify-content:space-between;width:100%;margin-bottom:.75rem}.footer-item{display:flex;flex-direction:column}.footer-item:last-child{text-align:right;align-items:flex-end}.footer-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.footer-value{font-weight:700;font-size:1rem;color:var(--text-primary)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}#paymentCardBrick_container .andes-button--emphasis-primary{display:none!important}.app-content.has-footer{padding-bottom:80px}#paymentCardBrick_container .svelte-1v6u62u,#paymentCardBrick_container button{display:none!important}.result-screen{padding:2rem 1.5rem;justify-content:center!important;text-align:center;height:auto;min-height:80vh;display:flex;flex-direction:column;gap:1.5rem}.success-icon-container{margin:0 auto .5rem;padding:1.5rem;background:#10b98114;border-radius:50%;display:inline-flex;border:1px solid rgba(16,185,129,.2);position:relative}.success-icon-container:after{content:"";position:absolute;inset:-10px;border-radius:50%;border:1px solid rgba(16,185,129,.1);animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:1}to{transform:scale(1.1);opacity:0}}.success-title.big-title{font-size:2.25rem;line-height:1.1;margin:0;font-weight:800;letter-spacing:-.04em;background:linear-gradient(to bottom,#fff,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.exit-timer-message{background:rgba(var(--primary-rgb),.07);border:1px solid rgba(var(--primary-rgb),.2);padding:.9rem 1.25rem;border-radius:16px;margin:0 auto;text-align:center;width:100%;max-width:var(--md-sys-layout-content-max-width)}.exit-timer-message p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.highlight-time{color:var(--primary-color);font-weight:900;font-size:1.05rem;display:inline}.btn-secondary.loading-receipt{opacity:.75;cursor:wait;position:relative;overflow:hidden}.btn-secondary.loading-receipt:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmy 1.5s infinite}@keyframes shimmy{to{left:100%}}.compact-survey{padding:0!important;margin-bottom:1rem!important;background:transparent!important;border:none!important;box-shadow:none!important;flex:1;display:flex;flex-direction:column;justify-content:center}.compact-survey h3{font-size:1.1rem!important;margin-bottom:1rem!important;text-align:center;color:var(--text-primary);font-weight:600}.emoji-row.compact{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.emoji-btn.small{width:72px;height:72px;border-radius:24px;background:var(--surface-elevated);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000001a;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.emoji-btn.small:active{transform:scale(.9)}.emoji-item.selected-bg .emoji-btn.small{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 8px 16px #3b82f64d;transform:scale(1.05)}.comment-trigger-btn{width:100%;font-size:.9rem;opacity:.8;padding:.75rem;text-decoration:none;border-radius:8px;background:#ffffff08;margin-top:1rem;border:1px solid rgba(255,255,255,.05)}.final-btn{margin-top:auto;margin-bottom:.75rem;width:100%;padding:.65rem 1rem;font-size:1rem;height:48px;display:flex;align-items:center;justify-content:center}.comment-textarea{width:100%;margin-bottom:1rem}.success-ripple-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.success-ripple-ring{position:absolute;top:50%;left:50%;width:120px;height:120px;margin-top:-60px;margin-left:-60px;border-radius:50%;border:1.5px solid rgba(16,185,129,.5);transform-origin:center}.user-menu-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#121214;border-top-left-radius:28px;border-top-right-radius:28px;z-index:1001;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 -8px 32px #0009;overflow:hidden;border:1px solid rgba(255,255,255,.05);border-bottom:none}.bottom-sheet-drag-handle{width:32px;height:4px;background:#fff3;border-radius:2px;margin:12px auto 8px;flex-shrink:0}.menu-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.user-info{display:flex;align-items:center;gap:1rem}.menu-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--primary-color);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary)}.menu-avatar img{width:100%;height:100%;object-fit:cover}.user-details{display:flex;flex-direction:column}.user-name{font-weight:700;font-size:1.1rem}.user-email{font-size:.85rem;color:var(--text-secondary)}.menu-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.menu-section h3{font-size:1rem;margin-bottom:1rem;color:var(--text-secondary)}.park-points-compact{background:#fbbf240d;border:1px solid rgba(251,191,36,.15);padding:1rem 1.25rem;border-radius:16px;margin-bottom:.5rem}.compact-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.compact-title-group{display:flex;align-items:center;gap:1rem}.icon-gold-bg{width:40px;height:40px;background:#fbbf241a;border-radius:12px;display:flex;align-items:center;justify-content:center}.compact-text{display:flex;flex-direction:column}.compact-label{font-weight:700;font-size:.95rem;color:var(--text-primary)}.compact-hint{font-size:.75rem;color:#fbbf24cc;margin:0;font-weight:500}.compact-value-group{display:flex;align-items:baseline;gap:2px;background:#fbbf241a;padding:4px 12px;border-radius:100px;border:1px solid rgba(251,191,36,.2)}.points-value-small{font-size:1.5rem;font-weight:800;color:#fbbf24}.points-unit{font-size:.7rem;font-weight:600;color:#fbbf24;opacity:.8;text-transform:uppercase}.menu-item-toggle{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:var(--surface-elevated);border-radius:16px;border:1px solid rgba(255,255,255,.05)}.item-info{display:flex;align-items:center;gap:1rem}.item-text{display:flex;flex-direction:column}.item-title{font-weight:600;font-size:1rem}.item-description{font-size:.8rem;color:var(--text-secondary);opacity:.8}.history-list{display:flex;flex-direction:column;gap:1rem}.history-card{background:var(--surface-elevated);padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.03)}.history-main{display:flex;justify-content:space-between;margin-bottom:.5rem}.history-location{font-weight:600}.history-amount{color:var(--accent-color);font-weight:700}.history-sub{display:flex;gap:1rem}.history-detail{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-secondary)}.menu-item-btn{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05);width:100%;text-align:left;transition:all .2s ease}.menu-item-btn:active{background:#ffffff14;transform:scale(.98)}.menu-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.btn-logout:hover{background:#ef444433}.btn-logout-small{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:#ef44441a;color:#ef4444;padding:1rem;border-radius:12px;font-size:.9rem;font-weight:600;transition:all .2s;border:1px solid rgba(239,68,68,.2);box-shadow:none}.btn-logout-small:active{background:#ef444433;transform:scale(.98)}.btn-user-profile{background:var(--surface-elevated);width:40px;height:40px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1)}.user-avatar{display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.empty-msg{text-align:center;color:var(--text-secondary);font-size:.9rem;padding:2rem 0}.quick-pay-btn{margin-top:1rem;background:linear-gradient(135deg,var(--primary-color) 0%,#1d4ed8 100%);display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700}.icon-gray{color:var(--text-secondary);opacity:.5}.icon-white{color:#fff}.payment-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.feature-square-btn{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;min-height:90px}.info-icon-wrapper{position:absolute;left:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;opacity:.3;transition:all .2s ease;z-index:2}.info-icon-wrapper:hover{opacity:1;background:#ffffff1a}.feature-square-btn.active .info-icon-wrapper{opacity:.5}.feature-square-btn.active .info-icon-wrapper:hover{opacity:1;background:#fff3}.feature-square-btn:hover,.feature-square-btn:focus,.feature-square-btn:active{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);outline:none}.feature-square-btn:not(.active):focus,.feature-square-btn:not(.active):active{background:#ffffff1a!important;border-color:#fff3!important;box-shadow:none!important}.feature-square-btn.active{background:#3498db26!important;border-color:#3498db66;box-shadow:none;opacity:1}.feature-square-btn.active .btn-label,.feature-square-btn.active svg{color:#3498db!important;opacity:1}.feature-square-btn .btn-label{font-size:.85rem;font-weight:600;color:#ffffffe6}.feature-square-btn svg.icon-gray{color:#fff!important;opacity:.9}.feature-square-btn .btn-status{font-size:.7rem;font-weight:500;opacity:.6;text-transform:uppercase}.feature-square-btn.active .btn-status{color:var(--primary-color);opacity:1}.new-badge{position:absolute;top:-8px;right:-8px;background:#2ecc71;color:#fff;font-size:.6rem;font-weight:800;padding:2px 8px;border-radius:10px;box-shadow:0 2px 8px #2ecc7166;animation:pulse-small 2s infinite;z-index:5}@keyframes pulse-small{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.feature-helper-box{background:#3498db1f;border:1px solid rgba(52,152,219,.25);border-radius:16px;padding:1.25rem;position:relative;margin-top:1rem}.helper-bubble-arrow{position:absolute;top:-6px;left:30px;width:12px;height:12px;background:#1e2638;border-left:1px solid rgba(52,152,219,.25);border-top:1px solid rgba(52,152,219,.25);transform:rotate(45deg);z-index:1}.feature-helper-box h4{font-size:.9rem;margin-bottom:.4rem;color:var(--primary-color);display:flex;align-items:center;gap:.5rem}.feature-helper-box p{font-size:.8rem;line-height:1.4;opacity:.8;margin:0}.helper-close{position:absolute;top:8px;right:8px;opacity:.5;cursor:pointer;transition:opacity .2s}.helper-close:hover{opacity:1}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-google-custom:hover{background:#ffffff14!important;border-color:#fff3!important;transform:translateY(-1px)}.btn-google-custom:active{transform:translateY(0)}.feedback-overlay{position:fixed;bottom:24px;left:0;right:0;display:flex;justify-content:center;z-index:9999;pointer-events:none;padding:0 16px}.feedback-overlay>*{pointer-events:auto}.feedback-card.login{border-left:3px solid #10b981!important}.feedback-card.logout{border-left:3px solid #6366f1!important}.btn-quickpay{background:#3b82f626;color:#fff;border:1px solid rgba(59,130,246,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.85rem 1.5rem;border-radius:var(--md-corner-extra-large);transition:var(--transition);width:100%;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 15px #0003,inset 0 1px 1px #ffffff1a}.btn-quickpay:hover{background:#3b82f640;border-color:#3b82f699;transform:scale(1.02);box-shadow:0 6px 20px #3b82f633}.btn-quickpay:active{transform:scale(.98)}.btn-quickpay svg{color:var(--primary-color);filter:drop-shadow(0 0 4px rgba(59,130,246,.6)) drop-shadow(0 0 8px rgba(59,130,246,.3));animation:blueNeonPulse 3s infinite ease-in-out}@keyframes blueNeonPulse{0%,to{filter:drop-shadow(0 0 4px rgba(59,130,246,.6)) drop-shadow(0 0 8px rgba(59,130,246,.3));transform:scale(1);opacity:1}50%{filter:drop-shadow(0 0 6px rgba(59,130,246,.7)) drop-shadow(0 0 12px rgba(59,130,246,.4));transform:scale(1.1);opacity:.9}}.payment-footer-bar-compact{display:flex;flex-direction:column;gap:1rem;width:100%}.custom-switch{width:44px;height:24px;background:#ffffff1a;border-radius:20px;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1)}.custom-switch.on{background:#3b82f6;border-color:#2563eb}.switch-dot{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:2px;left:3px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.custom-switch.on .switch-dot{left:21px}.logo{height:24px;width:auto;object-fit:contain}.brick-form-container{min-height:250px;display:flex;flex-direction:column;justify-content:center}#paymentCardBrick_container>div{width:100%!important}.choice-menu-container{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;width:100%;max-width:var(--md-sys-layout-content-max-width);margin:0 auto;height:100%;justify-content:center}.choice-header{text-align:center;margin-bottom:0rem}.choice-header h2{font-size:1.75rem;margin-bottom:.25rem;color:#fff}.choice-header p{color:var(--text-secondary);font-size:1rem}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media(max-width:360px){.choice-grid{gap:.5rem}}.choice-card{background:var(--surface-color);border-radius:24px;padding:1.25rem 1rem;border:1px solid rgba(255,255,255,.05);cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;box-shadow:0 10px 40px #0000004d;position:relative;overflow:hidden;transition:border-color .3s}.choice-card:hover{border-color:#ffffff26}.option-icon-bg{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-content h3{font-size:1rem;margin-bottom:.25rem;color:#fff;line-height:1.1}.option-content p{font-size:.75rem;color:var(--text-secondary);line-height:1.2}.option-footer{margin-top:auto;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;letter-spacing:.02em}.option-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none;opacity:.5;transition:opacity .3s}.choice-card:hover .option-glow{opacity:1}.coming-soon-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px}.coming-soon-card{background:var(--surface-color);border-radius:32px;padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.coming-soon-icon{width:80px;height:80px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.coming-soon-content h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.coming-soon-content p{color:var(--text-secondary);line-height:1.6;font-size:1rem}.coming-soon-close{margin-top:1rem;background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:100px;font-weight:700;width:100%;cursor:pointer;transition:transform .2s}.coming-soon-close:active{transform:scale(.95)}.skeleton-item{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-container{pointer-events:none;opacity:.8}.result-screen-md3{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px;gap:.5rem;padding:.5rem .75rem 1rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 110px)}.result-screen-md3::-webkit-scrollbar{display:none}.result-hero{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;padding-top:.25rem}.result-status-icon-wrapper{position:relative;width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.1rem}.result-status-icon-wrapper.approved{background:radial-gradient(circle,#10b9812e,#10b9810d 70%);box-shadow:0 0 0 1px #10b98133}.result-status-icon-wrapper.pending{background:radial-gradient(circle,#fbbf2426,#fbbf240a 70%);box-shadow:0 0 0 1px #fbbf2433}.result-status-icon-wrapper.rejected{background:radial-gradient(circle,#ef444426,#ef44440a 70%);box-shadow:0 0 0 1px #ef444433}.result-status-icon-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.result-status-icon-wrapper.approved .result-status-icon-inner{color:var(--accent-color)}.result-status-icon-wrapper.pending .result-status-icon-inner{color:#fbbf24}.result-status-icon-wrapper.rejected .result-status-icon-inner{color:#ef4444}.result-status-icon-wrapper .success-ripple-container{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.result-main-title{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0;line-height:1.15}.result-main-subtitle{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.5;max-width:280px}.result-timer-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:#10b9811a;border:1px solid rgba(16,185,129,.25);border-radius:100px;font-size:.82rem;color:var(--accent-color)}.result-timer-pill strong{font-weight:700}.result-receipt-card{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.receipt-amount-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.receipt-amount-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-secondary);opacity:.8}.receipt-amount-value{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:#fff;line-height:1}.receipt-divider{height:1px;background:#ffffff12;margin:.1rem 0}.receipt-detail-row{display:flex;align-items:center;gap:.5rem}.receipt-icon{color:var(--text-secondary);opacity:.6;flex-shrink:0}.receipt-detail-label{font-size:.78rem;color:var(--text-secondary);min-width:60px;flex-shrink:0}.receipt-detail-value{font-size:.88rem;font-weight:600;color:#fff;margin-left:auto;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.receipt-plate{font-family:Roboto Mono,monospace;letter-spacing:.08em;font-size:.95rem;color:var(--primary-color)}.receipt-id{font-family:Roboto Mono,monospace;font-size:.72rem;color:var(--text-secondary);opacity:.7}.receipt-points-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;padding:.35rem .6rem;background:#fbbf240d;border-radius:8px;border:1px solid rgba(251,191,36,.1)}.receipt-points-icon{color:#fbbf24;opacity:.9;flex-shrink:0}.receipt-points-label{font-size:.78rem;color:#fbbf24cc;font-weight:500}.receipt-points-value{font-size:.88rem;font-weight:700;color:#fbbf24;margin-left:auto;text-align:right}.result-parkpoints-badge{display:none;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.22);border-radius:100px;font-size:.82rem;font-weight:700;color:#fbbf24}.result-survey-card{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.65rem .9rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.survey-title{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin:0;text-align:center}.survey-emoji-row{display:flex;gap:.5rem;justify-content:center;width:100%}.survey-emoji-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:var(--text-secondary);font-size:.72rem;font-weight:500;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);width:auto}.survey-emoji-btn:hover{background:#ffffff14;border-color:#ffffff26;color:#fff}.survey-emoji-btn.selected{background:#10b9811f;border-color:#10b98166;color:var(--accent-color)}.survey-comment-btn{background:transparent;border:none;color:var(--text-secondary);font-size:.78rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:.2rem .5rem;width:auto;opacity:.7;transition:opacity .2s}.survey-comment-btn:hover{opacity:1}.result-actions{display:flex;flex-direction:column;gap:.45rem;width:100%}.result-btn-receipt{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1.25rem;background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:var(--md-corner-extra-large);color:var(--primary-color);font-size:.92rem;font-weight:600;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);min-height:50px}.result-btn-receipt:hover:not(:disabled){background:#3b82f626;border-color:var(--primary-color);transform:none}.result-btn-receipt:disabled{opacity:.6;cursor:not-allowed;filter:none}.result-btn-receipt.loading{color:var(--text-secondary);border-color:#ffffff1a;background:#ffffff08}.result-btn-finish{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.25rem;background:var(--primary-color);border:none;border-radius:var(--md-corner-extra-large);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);min-height:54px;box-shadow:0 4px 16px #3b82f640}.result-btn-finish:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 6px 20px #3b82f659;transform:translateY(-1px)}.result-btn-finish:active:not(:disabled){transform:translateY(0) scale(.98)}.persistent-branding{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;opacity:.15;pointer-events:none;width:100%;transition:all .4s ease}.footer-actions.has-actions .persistent-branding{margin-top:1rem;margin-bottom:-.25rem;opacity:.12}.footer-actions:not(.has-actions) .persistent-branding{margin-top:.5rem;margin-bottom:.25rem}.persistent-branding span{font-size:.5rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);font-weight:500}.persistent-branding img{height:11px;width:auto;filter:brightness(0) invert(1)}.result-powered-by{display:flex;flex-direction:column;align-items:center;gap:3px;opacity:.3;padding-bottom:.15rem}.receipt-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.receipt-content-wrapper{width:100%;max-width:440px;background:var(--bg-primary);border-radius:32px 32px 0 0;padding:1rem 1.5rem 2rem;box-shadow:0 -10px 40px #00000080;display:flex;flex-direction:column;gap:1.5rem}.receipt-header{display:flex;justify-content:center;padding-bottom:.5rem}.receipt-header .handle{width:40px;height:4px;background:#ffffff1a;border-radius:100px}.receipt-paper{background:#fff;border-radius:4px;padding:2rem 1.5rem 3rem;color:#1e293b;position:relative;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 4px 20px #0003}.receipt-logo{background:#0f172a;padding:12px;border-radius:12px;margin-bottom:.5rem}.receipt-logo img{height:24px;display:block}.receipt-status-badge{display:flex;align-items:center;gap:6px;padding:4px 12px;background:#f0fdf4;color:#16a34a;border-radius:100px;font-size:.75rem;font-weight:800;letter-spacing:.05em;border:1px solid rgba(22,163,74,.2)}.receipt-parking-name{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.receipt-address{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.8rem;color:#64748b;margin-top:2px}.receipt-divider-dashed{width:100%;height:1px;border-top:2px dashed #e2e8f0;margin:.5rem 0}.receipt-details{width:100%;display:flex;flex-direction:column;gap:.75rem}.receipt-row .receipt-cell{display:flex;justify-content:space-between;align-items:center}.receipt-row .label{font-size:.7rem;font-weight:700;color:#94a3b8;letter-spacing:.08em}.receipt-row .value{font-size:.9rem;font-weight:600;color:#1e293b}.receipt-row .value.plate{font-family:Roboto Mono,monospace;color:var(--primary-color);font-weight:700;font-size:1.1rem}.receipt-amount-section{width:100%;display:flex;justify-content:space-between;align-items:center}.receipt-amount-section .label{font-weight:800;font-size:.9rem;color:#0f172a}.receipt-amount-section .amount{font-size:1.75rem;font-weight:900;color:#0f172a;letter-spacing:-.02em}.receipt-footer{text-align:center;display:flex;flex-direction:column;gap:.75rem;width:100%}.time-warning-receipt{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;color:#16a34a;background:#f0fdf4;padding:8px;border-radius:8px}.thanks-text{font-size:.9rem;font-weight:600;color:#1e293b;margin:0}.powered-by-text{font-size:.7rem;color:#94a3b8;margin:0}.receipt-cut-edge{position:absolute;bottom:0;left:0;right:0;height:8px;background-image:linear-gradient(-45deg,transparent 4px,white 4px),linear-gradient(45deg,transparent 4px,white 4px);background-size:8px 8px;background-position:bottom left;transform:translateY(50%)}.receipt-actions-footer{display:flex;flex-direction:column;gap:.75rem}.btn-print-receipt{display:flex;align-items:center;justify-content:center;gap:8px;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#fff;font-weight:600;cursor:pointer}.btn-close-receipt-modal{padding:1.1rem;background:var(--primary-color);border:none;border-radius:16px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px #3b82f64d}@media print{.receipt-overlay{background:#fff;position:static;display:block;z-index:-1}.receipt-content-wrapper{box-shadow:none;max-width:none;padding:0}.receipt-actions-footer,.receipt-header,.receipt-cut-edge{display:none}.receipt-paper{box-shadow:none;border:none}}.orientation-lock-overlay{display:flex;position:fixed;inset:0;background:var(--bg-color);z-index:100000;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.orientation-lock-content{max-width:450px;width:100%;display:flex;flex-direction:column;align-items:center}.phone-icon-wrapper{margin-bottom:2rem}.rotating-phone{animation:rotate-phone 2s ease-in-out infinite;color:var(--primary-color)}@keyframes rotate-phone{0%{transform:rotate(90deg)}50%{transform:rotate(0)}to{transform:rotate(90deg)}}.orientation-lock-content h2{font-size:1.5rem;margin-bottom:1rem}.orientation-lock-content p{font-size:.9rem;opacity:.8;line-height:1.6}@media screen and (orientation:landscape)and (max-height:500px){.orientation-lock-overlay{padding:1.5rem}.landscape-mobile-view{flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:2.5rem!important;max-width:650px!important}.landscape-mobile-view .text-content{text-align:left;display:flex;flex-direction:column;justify-content:center}.phone-icon-wrapper{margin-bottom:0!important}.rotating-phone{width:64px!important;height:64px!important}.landscape-mobile-view h2{font-size:1.5rem!important;margin-bottom:.5rem!important;color:var(--primary-color)}.landscape-mobile-view p{font-size:1rem!important;margin:0!important;opacity:1!important;max-width:300px}}.qr-container-md3-inner{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:28px;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.qr-header-discrete{display:flex;align-items:center;gap:8px;color:var(--primary-color);font-weight:600;letter-spacing:.05em;font-size:.75rem;opacity:.8}.qr-box-inner{background:#fff;padding:12px;border-radius:16px}.qr-box-inner img{width:140px;height:140px;display:block}.qr-url-discrete{font-size:.8rem;font-weight:500;opacity:.4}.qr-container-md3{margin-top:2.5rem;padding:2.5rem;background:var(--surface-color);border:1px solid rgba(255,255,255,.08);border-radius:32px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 24px 48px #0006}.qr-header{display:flex;align-items:center;gap:12px;color:var(--primary-color);font-weight:700;letter-spacing:.1em;font-size:.85rem}.qr-box{background:#fff;padding:16px;border-radius:20px;box-shadow:0 0 0 1px #ffffff1a}.qr-box img{width:160px;height:160px;display:block}.qr-url{font-size:.9rem;font-weight:600;opacity:.5;letter-spacing:.02em}.md3-desktop-card{max-width:440px;width:90%;background:var(--surface-color);border:1px solid rgba(255,255,255,.08);border-radius:40px;box-shadow:0 40px 80px #00000080;text-align:center}.btn-ghost-minimal{background:transparent;border:none;color:#fff;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.persistent-branding-minimal{display:flex;align-items:center;justify-content:center}.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}}
