.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(3600deg)}}:root{--primary: #4ade80;--primary-dark: #22c55e;--secondary: #60a5fa;--surface: #ffffff;--background: #f3f4f6;--text-main: #1f2937;--text-muted: #6b7280;--radius: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.map-bold-label{font-weight:900!important;font-size:1.1rem!important;color:#000!important;border:2px solid var(--text-main)!important;border-radius:4px;background-color:#ffffffe6!important;box-shadow:2px 2px 4px #0000004d;white-space:nowrap}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{width:100%;margin:0 auto;min-height:100vh;background-color:var(--surface);display:flex;flex-direction:column;overflow-x:hidden}a,button,input[type=button],input[type=submit]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}input,button,select{min-height:44px;font-size:16px}.tab-navbar{display:flex;gap:.8rem;padding:1.25rem;background:#fff;border-bottom:1px solid #f1f5f9;overflow-x:auto;position:sticky;top:0;z-index:100;box-shadow:0 10px 15px -3px #0000000a}.tab-btn{padding:.75rem 1.5rem;border-radius:16px;border:2px solid #f1f5f9;background:#fff;color:#64748b;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 6px -1px #0000000d;display:flex;align-items:center;gap:.5rem}@media(hover:hover)and (pointer:fine){.tab-btn:hover{border-color:var(--secondary);color:var(--secondary);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}}.tab-btn.active{background:linear-gradient(135deg,var(--secondary),#3b82f6);color:#fff;border-color:transparent;box-shadow:0 10px 20px -5px #3b82f666}.results-view{flex:1;display:flex;flex-direction:column;gap:2.5rem;padding:2rem;overflow-y:auto;background:linear-gradient(to bottom,#fff,#f8fafc)}.results-section{display:flex;flex-direction:column;gap:1.25rem}.section-title{font-size:1.1rem;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem;letter-spacing:-.01em}.section-title:after{content:"";flex:1;height:2px;background:#f1f5f9}.best-routes-row{display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem .5rem 1.5rem;scrollbar-width:thin}.best-routes-row>.card{min-width:320px;max-width:400px;flex-shrink:0;transition:transform .2s}@media(hover:hover)and (pointer:fine){.best-routes-row>.card:hover{transform:scale(1.02)}}.all-routes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}@media(max-width:768px){.all-routes-list{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #00000008;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.card:hover{box-shadow:0 20px 25px -5px #0000000d}}h1,h2,h3{line-height:1.2;margin-top:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}button{cursor:pointer;font-family:inherit}.home-split-container{display:flex;min-height:calc(100vh - 57px);width:100%;overflow:hidden}.carousel-side{flex:1.1;position:relative;overflow:hidden;background:#000}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out,transform 8s linear;display:flex;align-items:center;justify-content:center;transform:scale(1.1)}.carousel-slide.active{opacity:1;transform:scale(1);z-index:1}.carousel-overlay{position:absolute;bottom:10%;left:10%;color:#fff;z-index:2;text-shadow:0 2px 10px rgba(0,0,0,.5);max-width:500px}.carousel-overlay h2{font-size:3rem;font-weight:900;margin-bottom:1rem;letter-spacing:-.02em}.carousel-overlay p{font-size:1.25rem;font-weight:500;opacity:.9}.form-side{flex:.9;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px;position:relative}.form-container-inner{width:100%;max-width:480px}.home-title{font-size:2.25rem;font-weight:900;color:#0f172a;margin-bottom:2.5rem;text-align:center;letter-spacing:-.04em}.home-card{background:#fff;padding:30px;border-radius:24px;box-shadow:0 10px 40px #0000000d;border:1px solid #f1f5f9}.swap-wrapper{position:relative;height:10px;margin:-5px 0 15px;display:flex;justify-content:center;z-index:5}.btn-primary-home{width:100%;background:#0f172a;color:#fff;border:none;padding:16px;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:20px}.btn-primary-home:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 20px #0f172a1a}.home-tagline{margin-top:2rem;text-align:center;color:#64748b;font-size:.95rem;font-weight:500}@media(max-width:1024px){.home-split-container{flex-direction:column;overflow-y:auto;height:auto}.carousel-side{height:35vh;min-height:250px;flex:none}.form-side{padding:20px 15px;flex:1}.carousel-overlay{bottom:20px;left:20px;right:20px}.carousel-overlay h2{font-size:1.8rem;margin-bottom:.5rem}.carousel-overlay p{font-size:1rem}}@media(max-width:767px){.carousel-side{height:30vh;min-height:220px}.carousel-overlay h2{font-size:1.5rem}.home-title{font-size:1.5rem;margin-top:5px;margin-bottom:1.5rem}.home-card{padding:20px;border-radius:16px}}.container{padding:1.5rem;flex:1}.form-group{margin-bottom:1.5rem}label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-main)}input,select{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:var(--radius);font-size:1rem;background:#f9fafb;transition:border-color .2s}input:focus,select:focus{outline:none;border-color:var(--secondary);background:#fff}.btn-primary{width:100%;background-color:var(--text-main);color:#fff;border:none;padding:1rem;font-size:1.125rem;font-weight:600;border-radius:var(--radius);transition:background-color .2s}.btn-primary:hover{background-color:#000}.card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow)}.step-row{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.step-row:last-child{border-bottom:none}.step-icon{font-size:1.5rem;width:2rem;text-align:center}.step-details{flex:1}.step-operator{font-size:.875rem;color:var(--text-muted);font-weight:500}.step-meta{font-size:.875rem;color:var(--secondary);text-decoration:none;font-weight:600}.disclaimer{text-align:center;font-size:.875rem;color:var(--text-muted);padding:2rem;background:#f9fafb}.navbar{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;font-size:1.25rem;text-decoration:none;color:var(--text-main)}.location-input-wrapper{position:relative;width:100%;margin-bottom:1rem}.input-label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.location-input{width:100%;padding:12px;font-size:16px;border:1px solid #ddd;border-radius:8px;outline:none;transition:border-color .2s;background:#fff;color:#333}.location-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.input-error{border-color:#dc3545}.error-message{color:#dc3545;font-size:12px;margin-top:4px;display:block}.places-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;margin:4px 0 0;padding:0;list-style:none}.dropdown-item{padding:12px 16px;cursor:pointer;font-size:15px;color:#333;border-bottom:1px solid #f5f5f5;display:flex;align-items:center}.dropdown-header{padding:8px 16px;font-size:11px;font-weight:700;color:#888;background:#fdfdfd;letter-spacing:.5px;border-bottom:1px solid #eee;text-transform:uppercase;cursor:default}.location-icon{margin-right:12px;font-size:16px;width:20px;text-align:center}.location-info{display:flex;flex-direction:column}.location-name{font-weight:500;color:#222}.location-state{font-size:12px;color:#777;margin-top:2px}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item:active{background-color:#f8f9fa}.dropdown-item.disabled{color:#888;cursor:default;background:#f9f9f9;font-style:italic;justify-content:center}.places-dropdown::-webkit-scrollbar{width:6px}.places-dropdown::-webkit-scrollbar-track{background:#f1f1f1}.places-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.places-dropdown::-webkit-scrollbar-thumb:hover{background:#bbb}@media(max-width:768px){.dropdown-item{padding:14px 16px;font-size:16px}}.swap-button{background:#f0f2f5;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#555;transition:all .2s;margin:0 auto;align-self:center}.swap-button:hover{background:#e4e6eb;transform:rotate(180deg)}.swap-button:active{background:#d8dadf}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;padding:2.5rem 2rem;border-radius:20px;width:90%;max-width:400px;box-shadow:0 10px 25px #0000001a;text-align:center;transition:all .3s ease}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.subtext{font-size:.95rem;color:#64748b;margin-bottom:1.5rem}.auth-error{background:#fef2f2;color:#ef4444;padding:10px;border-radius:12px;font-size:.85rem;margin-bottom:1.5rem;border:1px solid #fee2e2;font-weight:500}.auth-form{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:.85rem;font-weight:600;color:#475569}.input-group input{padding:12px 16px;border-radius:12px;border:1px solid #e2e8f0;font-size:.95rem;transition:all .2s ease;outline:none}.input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.primary-btn{width:100%;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}@media(hover:hover){.primary-btn:hover{background:#1d4ed8}}.primary-btn:active{transform:scale(.98)}.primary-btn:disabled{background:#94a3b8;cursor:not-allowed}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#94a3b8;font-size:.75rem;font-weight:700;gap:10px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px;background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s}@media(hover:hover){.google-btn:hover{background:#f7f8f8;box-shadow:0 1px 3px #0000001a}}.toggle-text{margin-top:1.5rem;font-size:.9rem;color:#64748b}.toggle-text span{color:#2563eb;font-weight:700;cursor:pointer;text-decoration:underline}@media(hover:hover){.toggle-text span:hover{color:#1d4ed8}}.success-mode{background:transparent;box-shadow:none;color:#fff}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s}.subscription-modal{background:#fff;padding:30px;border-radius:20px;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;text-align:center;box-shadow:0 20px 50px #0003}.subscription-modal::-webkit-scrollbar{width:8px}.subscription-modal::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.subscription-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.subscription-modal::-webkit-scrollbar-thumb:hover{background:#94a3b8}.close-btn{position:absolute;top:15px;right:20px;border:none;background:none;font-size:2rem;cursor:pointer;color:#64748b;z-index:10}.plans-container{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap;justify-content:center}.plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;flex:1;min-width:250px;max-width:300px;display:flex;flex-direction:column;align-items:center;position:relative;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.plan-card.popular{border:2px solid #8b5cf6;background:#fcfaff;transform:scale(1.05)}.plan-card.popular:hover{transform:scale(1.05) translateY(-5px)}.badge{position:absolute;top:-12px;background:#8b5cf6;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:700}.plan-card h3{margin:10px 0;font-size:1.25rem;color:#1e293b}.price{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:10px}.credits-badge{background:#ecfdf5;color:#059669;padding:6px 12px;border-radius:20px;font-weight:700;margin-bottom:20px}.features-list{list-style:none;padding:0;margin:0 0 20px;text-align:left;width:100%}.features-list li{padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#475569}.features-list li:last-child{border-bottom:none}.buy-btn{margin-top:auto;width:100%;padding:12px;border:none;border-radius:10px;color:#fff;font-weight:700;cursor:pointer;transition:opacity .2s}.buy-btn:hover{opacity:.9}.buy-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.subscription-modal{padding:20px 15px;width:95%}.plans-container{flex-direction:column;align-items:center}.plan-card{width:100%;max-width:100%}.plan-card.popular{transform:none}.plan-card.popular:hover{transform:translateY(-5px)}}.seo-page-container{min-height:100vh;padding:clamp(100px,15vh,160px) 20px 100px;position:relative;color:#f8fafc;background:#020617;overflow-x:hidden}.seo-header{max-width:1000px;margin:0 auto 60px;text-align:center;position:relative;z-index:10}.seo-header h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;margin-bottom:24px;background:linear-gradient(to bottom right,#fff 20%,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.04em;line-height:1.1}.seo-subtitle{font-size:1.25rem;color:#94a3b8;max-width:750px;margin:0 auto;line-height:1.6}.seo-content-card{max-width:1100px;margin:0 auto;background:#0f172a66;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:40px;padding:clamp(30px,5vw,80px);position:relative;z-index:10;box-shadow:0 25px 50px -12px #000000b3,inset 0 1px 1px #ffffff0d}article section{margin-bottom:60px}article h2{font-size:2.25rem;margin-bottom:24px;color:#4ade80;display:flex;align-items:center;gap:12px;letter-spacing:-.02em}article h2:before{content:"";width:32px;height:4px;background:#4ade80;border-radius:2px}article h3{font-size:1.75rem;margin:40px 0 20px;color:#60a5fa;letter-spacing:-.01em}article p{font-size:1.125rem;line-height:1.8;margin-bottom:24px;color:#cbd5e1}article img{max-width:100%;height:auto;border-radius:12px;margin:24px 0;display:block}.seo-data-table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:separate;border-spacing:0;margin:40px 0;background:#02061766;border-radius:20px;border:1px solid rgba(255,255,255,.05);scrollbar-width:thin;scrollbar-color:rgba(74,222,128,.2) transparent}.seo-data-table th,.seo-data-table td{padding:20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.seo-data-table th{background:#1e293b80;color:#fff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.seo-data-table tr:hover td{background:#ffffff05}.seo-stats-section{margin:60px 0;padding:20px 0}.seo-stats-section h2{font-size:.9rem;color:#4ade80;text-transform:uppercase;letter-spacing:.3em;margin-bottom:40px;text-align:center;font-weight:800;display:block}.seo-stats-section h2:before{display:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;justify-content:center}.stat-card{text-align:center;padding:30px 15px;background:#0b1121;border-radius:20px;border:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;width:100%;overflow:hidden}.stat-card:first-child{border:2px solid rgba(74,222,128,.2);box-shadow:0 0 20px #4ade800d}@media(hover:hover)and (pointer:fine){.stat-card:hover{transform:translateY(-8px) scale(1.02);border-color:#3b82f680;background:#0f172acc;box-shadow:0 20px 30px -10px #00000080,0 0 20px #3b82f61a}}.stat-value{display:block;font-size:clamp(1.5rem,5vw,2.25rem);font-weight:800;color:#3b82f6;margin-bottom:12px;line-height:1.1;text-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.2);letter-spacing:-.02em;overflow-wrap:break-word;word-break:break-word;width:100%}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.15em;font-weight:700;width:100%;line-height:1.4;padding:0 10px}.seo-practical-section{margin-top:80px}.practical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.practical-item{padding:32px;background:#1e293b4d;border-radius:24px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.practical-item:hover{background:#1e293b80;transform:scale(1.02)}}.practical-item h3{margin-top:0;font-size:1.25rem;color:#60a5fa;margin-bottom:16px}.practical-item p{font-size:1rem;margin-bottom:0;color:#94a3b8}.seo-faq-section{margin-top:80px}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#1e293b33;border-radius:20px;padding:32px;border:1px solid rgba(255,255,255,.03)}.faq-item h3{margin-top:0;font-size:1.25rem;color:#f8fafc;margin-bottom:12px}.faq-item p{font-size:1rem;color:#94a3b8;margin-bottom:0}.seo-cta{margin-top:100px;padding:60px 40px;background:linear-gradient(135deg,#22c55e1a,#3b82f61a);border-radius:32px;text-align:center;border:1px solid rgba(255,255,255,.05)}.search-now-btn{background:linear-gradient(135deg,#4ade80,#22c55e);color:#020617;border:none;padding:18px 48px;font-size:1.25rem;font-weight:700;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin:32px 0;box-shadow:0 10px 20px #22c55e33}@media(hover:hover)and (pointer:fine){.search-now-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 20px 40px #22c55e66}}.seo-internal-links{margin-top:60px;text-align:left}.related-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;list-style:none;padding:0;margin-top:24px}.related-links-grid li a{display:block;padding:20px;background:#ffffff08;border-radius:16px;color:#60a5fa;text-decoration:none;font-weight:600;transition:all .2s ease;border:1px solid rgba(255,255,255,.05)}@media(hover:hover)and (pointer:fine){.related-links-grid li a:hover{background:#60a5fa1a;border-color:#60a5fa4d;transform:translate(4px)}}@media(max-width:768px){.seo-page-container{padding:90px 15px 60px}.seo-header h1{font-size:2rem;margin-bottom:16px}.seo-subtitle{font-size:1rem;padding:0 10px}.seo-content-card{padding:24px 16px;border-radius:20px;background:#0f172af2;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;border:1px solid rgba(255,255,255,.1)}article section{margin-bottom:40px}article h2{font-size:1.5rem;margin-bottom:16px}article h3{font-size:1.25rem;margin:30px 0 16px}article p{font-size:1rem;line-height:1.6;margin-bottom:20px}.seo-data-table th,.seo-data-table td{padding:12px 10px;font-size:.85rem}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{min-height:120px;padding:20px}.stat-value{font-size:1.75rem}.practical-grid{grid-template-columns:1fr;gap:16px}.practical-item{padding:20px}.faq-list{gap:16px}.faq-item{padding:20px 16px;border-radius:16px}.seo-cta{padding:32px 20px;margin-top:60px;border-radius:24px}.search-now-btn{width:100%;padding:16px 20px;font-size:1.1rem;margin:24px 0}.related-links-grid{grid-template-columns:1fr;gap:12px}.related-links-grid li a{padding:16px}}.seo-faq-inline{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:16px}.seo-faq-inline li{padding:18px 20px;background:#0f172a8c;border:1px solid rgba(74,222,128,.15);border-left:4px solid #4ade80;border-radius:12px;font-size:.95rem;line-height:1.65;color:#cbd5e1;transition:background .2s ease,border-color .2s ease}@media(hover:hover)and (pointer:fine){.seo-faq-inline li:hover{background:#4ade800d;border-left-color:#86efac}}.seo-faq-inline li strong{display:block;color:#f0fdf4;font-size:1rem;margin-bottom:6px}@media(max-width:768px){.seo-faq-inline li{font-size:.88rem;padding:14px 16px}}.collapsible-wrapper{margin-bottom:1rem;border-radius:14px;overflow:hidden}.collapsible-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;background:#0f172a99;border:1px solid rgba(255,255,255,.08);border-radius:14px;color:#e2e8f0;font-size:1rem;font-weight:700;cursor:pointer;text-align:left;transition:background .2s ease,border-color .2s ease;font-family:inherit;letter-spacing:-.01em}@media(hover:hover)and (pointer:fine){.collapsible-trigger:hover{background:#3b82f61f;border-color:#60a5fa4d}}.collapsible-wrapper.is-open .collapsible-trigger{background:#3b82f61a;border-color:#60a5fa40;border-radius:14px 14px 0 0;color:#93c5fd}.collapsible-trigger .arrow{font-size:1.4rem;line-height:1;color:#60a5fa;font-weight:300;flex-shrink:0;margin-left:12px;transition:transform .2s ease}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .35s ease;background:#02061759;border:1px solid rgba(255,255,255,.06);border-top:none;border-radius:0 0 14px 14px}.collapsible-wrapper.is-open .collapsible-content{max-height:9999px}.collapsible-inner{padding:24px 24px 28px;color:#cbd5e1;font-size:1rem;line-height:1.75}.seo-content-sections{margin-top:.5rem}.main-content-collapsible{margin-bottom:1.25rem}@media(max-width:768px){.collapsible-trigger{font-size:.9rem;padding:14px 16px}.collapsible-inner{padding:16px}}.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}}.about-page-wrapper{position:relative;min-height:calc(100vh - 80px);background-color:#f8fafc;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#334155}.about-bg-glow-1{position:absolute;width:700px;height:700px;background:radial-gradient(circle,#3b82f612,#f8fafc00 70%);top:-150px;left:-250px;border-radius:50%;z-index:0}.about-bg-glow-2{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#a855f70f,#f8fafc00 70%);bottom:20%;right:-150px;border-radius:50%;z-index:0}.about-bg-glow-3{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#22c55e0d,#f8fafc00 70%);top:40%;left:10%;border-radius:50%;z-index:0}.about-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:5rem 2rem}.about-hero{text-align:center;margin-bottom:4rem;animation:fadeInDown .8s ease-out}.hero-badge{display:inline-block;padding:.5rem 1.5rem;background:#eff6ff;color:#2563eb;border-radius:30px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;border:1px solid #bfdbfe;text-transform:uppercase;letter-spacing:.05em}.about-title{font-size:4rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.about-title span{background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.about-content-wrapper{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;padding:4rem;box-shadow:0 25px 50px -12px #0000000d,0 0 0 1px #e2e8f080;border:1px solid rgba(255,255,255,.8);position:relative;animation:slideUp 1s ease-out .2s both;overflow:hidden}.about-content-wrapper:before{content:"";position:absolute;top:0;left:10%;right:10%;height:4px;background:linear-gradient(90deg,transparent,#2563eb,#8b5cf6,transparent);border-radius:4px 4px 0 0;opacity:.8}.about-section{margin-bottom:5rem}.about-section:last-child{margin-bottom:0}.about-section-header{text-align:center;margin-bottom:3rem}.about-section-header h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.about-section-intro{font-size:1.15rem;color:#475569;max-width:800px;margin:0 auto;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-grid.two-cols{grid-template-columns:repeat(2,1fr)}.feature-card{background:#fff;border-radius:20px;padding:2rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000005;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}@media(hover:hover){.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #3b82f61a;border-color:#bfdbfe}}.feature-icon-box{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;transition:transform .3s ease}@media(hover:hover){.feature-card:hover .feature-icon-box{transform:scale(1.1) rotate(5deg)}}.color-red{background:#fee2e2;color:#ef4444}.color-orange{background:#ffedd5;color:#f97316}.color-blue{background:#dbeafe;color:#3b82f6}.color-green{background:#dcfce7;color:#22c55e}.color-purple{background:#f3e8ff;color:#a855f7}.color-indigo{background:#e0e7ff;color:#6366f1}.feature-card h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.feature-card p{color:#64748b;line-height:1.6;font-size:.95rem;margin:0}.impact-box{margin-top:3rem;padding:2rem;border-radius:20px;text-align:center;font-size:1.15rem;font-weight:600}.impact-box.negative{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.impact-box.positive{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.mission-box{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:4rem;border-radius:24px;text-align:center;position:relative;overflow:hidden}.mission-box:after{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#3b82f64d,#0000 70%);border-radius:50%;z-index:0}.mission-box h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;position:relative;z-index:1}.mission-box p{font-size:1.25rem;line-height:1.8;color:#cbd5e1;max-width:800px;margin:0 auto;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.stat-item{text-align:center;padding:2.5rem 1rem;background:#fff;border-radius:24px;border:1px solid #f1f5f9}.stat-value{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.stat-label{font-size:1.1rem;font-weight:600;color:#475569}.about-footer{border-top:1px solid rgba(226,232,240,.8);margin-top:5rem;padding-top:3rem;text-align:center;color:#94a3b8;font-weight:500}@media(max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-bg-glow-1,.about-bg-glow-2,.about-bg-glow-3{display:none}.about-title{font-size:3rem}.about-content-wrapper{padding:3rem 2rem;border-radius:24px;backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff;border:1px solid #e2e8f0}.feature-grid,.feature-grid.two-cols,.stats-grid{grid-template-columns:1fr}.mission-box{padding:3rem 2rem}.about-section-header h2{font-size:2rem}.about-container{padding:4rem 1rem}}@media(max-width:480px){.about-title{font-size:2.2rem}.about-subtitle{font-size:1.05rem}.about-content-wrapper{padding:2rem 1.25rem}.stat-value{font-size:2.5rem}}.about-seo-sections{margin-top:2rem;margin-bottom:3rem}.about-seo-sections .collapsible-trigger{background:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0;border-radius:14px;font-weight:700;font-size:1rem}@media(hover:hover){.about-seo-sections .collapsible-trigger:hover{background:#e2e8f0;border-color:#cbd5e1}}.about-seo-sections .collapsible-wrapper.is-open .collapsible-trigger{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;border-radius:14px 14px 0 0}.about-seo-sections .collapsible-content{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 14px 14px}.about-seo-sections .collapsible-inner{color:#334155}.about-seo-sections article h2{color:#0f172a;font-size:1.4rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-top:1.75rem}.about-seo-sections article p{color:#475569;line-height:1.75}.about-seo-sections .seo-faq-section{background:transparent}.about-seo-sections .faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #3b82f6;border-radius:12px;padding:1rem 1.25rem;margin-bottom:.75rem}.about-seo-sections .faq-item h3{color:#1e293b;font-size:.95rem;font-weight:700;margin-bottom:.4rem}.about-seo-sections .faq-item p{color:#475569;font-size:.9rem;margin:0}.about-seo-sections .seo-faq-inline li{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #22c55e;color:#334155}@media(hover:hover){.about-seo-sections .seo-faq-inline li:hover{background:#f0fdf4;border-left-color:#16a34a}}.about-seo-sections .seo-faq-inline li strong{color:#0f172a}@media(max-width:768px){.about-seo-sections .collapsible-trigger{font-size:.9rem}}.contact-page-wrapper{position:relative;min-height:calc(100vh - 80px);background-color:#f8fafc;overflow:hidden}.contact-bg-glow-1{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#3b82f614,#f8fafc00 70%);top:-100px;left:-200px;border-radius:50%;z-index:0}.contact-bg-glow-2{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#a855f70f,#f8fafc00 70%);bottom:-150px;right:-100px;border-radius:50%;z-index:0}.contact-container{position:relative;z-index:1;padding:5rem 2rem;max-width:1200px;margin:0 auto;font-family:Inter,-apple-system,sans-serif}.contact-header{text-align:center;margin-bottom:4rem;animation:fadeInDown .8s ease-out}.contact-title{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:1rem;line-height:1.2}.contact-title span{background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-subtitle{font-size:1.15rem;color:#64748b;max-width:650px;margin:0 auto;line-height:1.6}.contact-cards-container{background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:32px;padding:4rem;box-shadow:0 25px 50px -12px #0000000d,0 0 0 1px #e2e8f080;border:1px solid rgba(255,255,255,.8);position:relative;animation:slideUp 1s ease-out .2s both}.contact-cards-container:before{content:"";position:absolute;top:0;left:10%;right:10%;height:4px;background:linear-gradient(90deg,transparent,#3b82f6,#8b5cf6,transparent);border-radius:4px 4px 0 0;opacity:.8}.contact-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.contact-card{background:#fff;border-radius:24px;padding:3rem 2rem;text-align:center;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000005;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.contact-card:after{content:"";position:absolute;inset:0;border-radius:24px;box-shadow:inset 0 0 0 2px transparent;transition:all .4s ease;z-index:1;pointer-events:none}.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #3b82f61a}.contact-card:hover:after{box-shadow:inset 0 0 0 2px #eff6ff}.icon-wrapper{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;box-shadow:0 8px 16px -4px #0000000d;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:2}.contact-card:hover .icon-wrapper{transform:scale(1.15) rotate(5deg)}.icon-svg{width:50px;height:50px}.card-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;position:relative;z-index:2}.card-desc{color:#64748b;font-size:1rem;line-height:1.5;margin:0 0 1.5rem;flex-grow:1;position:relative;z-index:2}.card-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:1.05rem;text-decoration:none;transition:all .3s ease;position:relative;z-index:2;overflow:hidden}.card-link.email-link{background:#eff6ff;color:#2563eb}.card-link.phone-link{background:#f0fdf4;color:#16a34a}.card-link.address-text{background:#f8fafc;color:#475569;pointer-events:none;font-size:.95rem}.contact-card:hover .card-link.email-link{background:#2563eb;color:#fff;box-shadow:0 10px 20px -5px #2563eb4d}.contact-card:hover .card-link.phone-link{background:#16a34a;color:#fff;box-shadow:0 10px 20px -5px #16a34a4d}.contact-footer-note{margin-top:3rem;text-align:center;font-size:.9rem;color:#94a3b8;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:.8}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact-grid{gap:1.5rem}.contact-cards-container{padding:3rem 2rem}}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.contact-title{font-size:2.5rem}.contact-container{padding:3rem 1rem}.contact-cards-container{padding:2.5rem 1.5rem;border-radius:24px}.contact-card{padding:2rem 1.5rem}}@media(max-width:480px){.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-cards-container{pointer-events:auto}.card-link{font-size:.95rem;padding:.6rem 1.2rem;width:100%;text-align:center}}.explore-container{padding:80px 20px 20px;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;min-height:100vh;position:relative;z-index:10}.explore-header{text-align:center;margin-bottom:2rem;position:relative;z-index:20}.explore-header h1{font-size:3rem;color:#0f172a;margin-bottom:.5rem;font-weight:800;text-shadow:0 2px 20px rgba(255,255,255,.8)}.explore-header p{color:#475569;font-size:1.2rem;font-weight:500}.explore-search-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d,inset 0 0 0 1px #ffffff80;margin-bottom:3rem;border:1px solid rgba(255,255,255,.6)}.search-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;align-items:flex-start}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:700;color:#334155;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-select{padding:12px 16px;border:1px solid rgba(203,213,225,.8);border-radius:12px;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#ffffffe6;color:#0f172a;font-weight:500}.form-input:focus,.form-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 4px #3b82f626;background:#fff;transform:translateY(-1px)}.explore-btn{background:linear-gradient(135deg,#0f172a,#334155);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);height:48px;font-size:1rem;box-shadow:0 4px 6px -1px #0f172a33;white-space:nowrap;width:100%}.explore-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f172a4d}.explore-btn:active{transform:translateY(0)}.explore-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.place-card{background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;border:1px solid rgba(255,255,255,.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.place-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fffffff2;z-index:5}.place-content{padding:1.75rem}.place-tag{display:inline-block;padding:6px 14px;background:#eff6ff;color:#2563eb;border-radius:20px;font-size:.75rem;font-weight:800;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;border:1px solid #dbeafe}.place-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.5px}.place-meta{font-size:.95rem;color:#64748b;margin-bottom:1.25rem;font-weight:500}.place-rating{display:flex;align-items:center;gap:6px;color:#d97706;font-weight:800;font-size:1.1rem;margin-bottom:1.5rem;background:#fffbeb;padding:4px 12px;border-radius:12px;width:fit-content}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;background:#f8fafccc;padding:1.25rem;border-radius:16px;border:1px solid #f1f5f9}.info-grid .label{font-size:.7rem;color:#64748b;text-transform:uppercase;font-weight:700;display:block;margin-bottom:4px;letter-spacing:.5px}.info-grid .value{font-size:1rem;color:#0f172a;font-weight:700}.wiki-link{display:block;text-align:center;color:#2563eb;text-decoration:none;font-size:.9rem;font-weight:600;padding:.75rem;border:1px dashed #bfdbfe;border-radius:12px;margin-bottom:1rem;background:#eff6ff80;transition:all .2s}.wiki-link:hover{background:#dbeafe;border-color:#3b82f6;transform:translateY(-1px)}.map-btn{width:100%;padding:14px;background:#0f172a;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s;font-size:.95rem;box-shadow:0 4px 6px -1px #0000001a}.map-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.map-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:default;box-shadow:none;transform:none}.helper-text{font-size:.8rem;color:#ef4444;text-align:center;margin-top:8px;font-weight:500;background:#fef2f2;padding:4px 8px;border-radius:6px;display:inline-block}.error-msg,.empty-msg{text-align:center;padding:3rem;color:#64748b;font-size:1.2rem;background:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;font-weight:500}.error-msg{color:#ef4444;background:#fef2f2cc;border:1px solid #fee2e2}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.legal-page-wrapper{position:relative;min-height:calc(100vh - 80px);background-color:#f8fafc;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#334155}.legal-bg-glow-1{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#3b82f60d,#f8fafc00 70%);top:-100px;left:-200px;border-radius:50%;z-index:0}.legal-bg-glow-2{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#a855f70a,#f8fafc00 70%);bottom:0;right:-100px;border-radius:50%;z-index:0}.legal-container{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:5rem 2rem}.legal-header{text-align:center;margin-bottom:3rem;animation:fadeInDown .8s ease-out}.legal-badge{display:inline-block;padding:.5rem 1.5rem;background:#eff6ff;color:#2563eb;border-radius:30px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;border:1px solid #bfdbfe;text-transform:uppercase;letter-spacing:.05em}.legal-title{font-size:3rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem}.legal-last-updated{font-size:1rem;color:#64748b}.legal-content-wrapper{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:4rem;box-shadow:0 25px 50px -12px #0000000d,0 0 0 1px #e2e8f080;border:1px solid rgba(255,255,255,.9);position:relative;animation:slideUp .8s ease-out .2s both}.legal-content-wrapper h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.legal-content-wrapper h2:first-child{margin-top:0}.legal-content-wrapper p{font-size:1.05rem;line-height:1.75;color:#475569;margin-bottom:1.25rem}.legal-content-wrapper ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-content-wrapper li{font-size:1.05rem;line-height:1.75;color:#475569;margin-bottom:.5rem}.legal-content-wrapper a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.legal-content-wrapper a:hover{color:#1d4ed8;text-decoration:underline}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.legal-title{font-size:2.5rem}.legal-content-wrapper{padding:2.5rem 1.5rem}.legal-container{padding:3rem 1rem}}@media(max-width:480px){.legal-title{font-size:2rem}.legal-content-wrapper{padding:2rem 1rem}.legal-content-wrapper h2{font-size:1.5rem}.legal-content-wrapper p,.legal-content-wrapper li{font-size:1rem}}.logout-modal-content{background:#fff;padding:2.5rem 2rem;border-radius:20px;width:90%;max-width:400px;box-shadow:0 10px 40px #00000026;text-align:center;position:relative;border:1px solid #f1f5f9}.logout-title{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;color:#0f172a;letter-spacing:-.02em}.logout-subtitle{font-size:1rem;color:#64748b;margin-bottom:2.5rem;line-height:1.5}.logout-actions{display:flex;gap:1.25rem;justify-content:center}.logout-btn-no{flex:1;padding:14px 24px;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;background:#f1f5f9;color:#475569;border:2px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.logout-btn-no:hover{background:#e2e8f0;color:#0f172a}.logout-btn-yes{flex:1;padding:14px 24px;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;background:#ef4444;color:#fff;border:2px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ef444440}.logout-btn-yes:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444459}.logout-btn-yes:active{transform:translateY(0)}.logout-success-container{padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.logout-loader{width:48px;height:48px;border:4px solid #f1f5f9;border-top:4px solid #ef4444;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logout-success-text{font-size:1.5rem;font-weight:700;color:#ef4444}.fixed-navbar{position:fixed;top:0;left:0;width:100%;height:57px;background:#fcfbfbf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;z-index:1000;display:flex;align-items:center;box-shadow:0 1px 3px #0000000d}.navbar-container{width:100%;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.brand-logo{font-size:1.25rem;font-weight:800;color:#1e293b;text-decoration:none;display:flex;align-items:center;gap:8px;margin-left:-40px}.nav-links{display:flex;gap:2rem;margin-left:2rem;flex:1}.nav-link{text-decoration:none;color:#64748b;font-weight:600;font-size:.95rem;transition:color .2s ease;padding:.5rem 1rem;border-radius:8px}@media(hover:hover){.nav-link:hover{color:#0f172a;background:#f1f5f9}}.navbar-right{position:relative;display:flex;align-items:center}.credit-pill{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f0f9ff;color:#0c4a6e;border-radius:20px;font-size:.9rem;font-weight:600;margin-right:12px;border:1px solid #bae6fd;transition:all .3s ease}.credit-pill.yellow{background:#fefce8;color:#854d0e;border-color:#fef08a;animation:pulse-yellow 2s infinite}.credit-pill.red{background:#fef2f2;color:#991b1b;border-color:#fecaca;animation:shake .5s ease-in-out}@keyframes pulse-yellow{0%{box-shadow:0 0 #eab30866}70%{box-shadow:0 0 0 6px #eab30800}to{box-shadow:0 0 #eab30800}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}.profile-trigger{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:30px;transition:background .2s ease}@media(hover:hover){.profile-trigger:hover{background:#00000008}}.profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.profile-initial{width:36px;height:36px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid #fff;box-shadow:0 2px 4px #0000001a}.dropdown-arrow{font-size:.7rem;color:#94a3b8;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:50px;right:0;width:260px;background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #f1f5f9;padding:10px;transform-origin:top right;animation:dropdownFade .2s ease-out;z-index:1100}@keyframes dropdownFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dropdown-section{padding:4px 0}.section-header{font-size:.75rem;text-transform:uppercase;color:#64748b;font-weight:700;letter-spacing:.05em;padding:8px 12px;display:flex;justify-content:space-between;align-items:center}.section-header.togglable{cursor:pointer;border-radius:8px;transition:background .2s}.section-header.togglable:hover{background:#f8fafc;color:#334155}.accordion-arrow{font-size:1rem;color:#94a3b8;transition:transform .2s ease;line-height:1}.accordion-arrow.open{transform:rotate(180deg)}.section-content{animation:slideDown .2s ease-out;overflow:hidden}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:300px;opacity:1}}.recent-list{list-style:none;padding:0 8px;margin:0}.recent-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.9rem;color:#334155;cursor:default;transition:background .1s}.recent-item:hover{background:#f8fafc;color:#0f172a}.history-icon{font-size:.8rem;opacity:.7}.empty-state{padding:12px;text-align:center;color:#94a3b8;font-size:.85rem;font-style:italic}.about-link-btn{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;margin:4px 8px;background:#f8fafc;color:#334155;text-decoration:none;font-weight:700;font-size:.85rem;border-radius:10px;transition:all .2s;border:1px solid #f1f5f9}@media(hover:hover){.about-link-btn:hover{background:#eff6ff;color:#2563eb;border-color:#dbeafe;transform:translate(4px)}}.arrow-right{font-size:1.1rem;font-weight:300}.dropdown-divider{height:1px;background:#f1f5f9;margin:8px 0}.dropdown-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:#fef2f2;color:#ef4444;border:none;border-radius:10px;font-weight:600;cursor:pointer;font-size:.9rem;margin-top:4px;transition:background .2s}.dropdown-logout-btn:hover{background:#fee2e2}.navbar-spacer{height:57px;width:100%}.desktop-only{display:block}.mobile-only{display:none}.mobile-top-navbar{position:fixed;top:0;left:0;width:100%;height:80px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:1000;display:flex;align-items:center;box-shadow:0 4px 12px #00000014}.mobile-top-container{padding:0 15px}.mobile-logo{margin-left:0}.mobile-logo img{height:120px;margin-left:-20px;object-fit:contain}.mobile-navbar-right{gap:10px}.mobile-bottom-navbar{position:fixed;bottom:0;left:0;width:100%;height:70px;background:#fff;box-shadow:0 -4px 20px #00000014;display:flex;justify-content:space-around;align-items:center;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0px);border-top-left-radius:20px;border-top-right-radius:20px}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#94a3b8;flex:1;height:100%;gap:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.bottom-nav-icon{transition:transform .3s ease}.bottom-nav-item span{font-size:.75rem;font-weight:600}.bottom-nav-item.active{color:#22c55e}.bottom-nav-item.active .bottom-nav-icon{transform:translateY(-3px) scale(1.1);color:#22c55e}.mobile-navbar-spacer{display:none}@media(max-width:767px){.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-navbar-spacer{display:block;height:80px;width:100%}body{padding-bottom:70px!important}}.results-dev-banner-container{padding:.75rem 1rem 0;display:flex;justify-content:center;background:#f8fafc}.results-dev-banner{background:#fffbeb;border:1px solid #fde68a;padding:8px 16px;border-radius:50px;font-size:.8rem;font-weight:700;color:#92400e;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #fbbf241a;animation:bannerMicroPulse 2s infinite;white-space:nowrap}@keyframes bannerMicroPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@media(max-width:767px){.results-dev-banner-container{padding:.5rem .5rem 0}.results-dev-banner{font-size:.7rem;padding:6px 12px;width:100%;justify-content:center}}.background-search-indicator{padding:10px 1rem;display:flex;align-items:center;justify-content:center;gap:12px;font-size:.8rem;font-weight:700;color:#475569;background:#f1f5f9;border-bottom:1px solid #e2e8f0;animation:slideInBanner .3s ease-out}.search-pulse-dot{width:10px;height:10px;background:#3b82f6;border-radius:50%;animation:searchPulse 1.5s infinite}@keyframes searchPulse{0%{transform:scale(.8);opacity:.6;box-shadow:0 0 #3b82f666}70%{transform:scale(1.1);opacity:1;box-shadow:0 0 0 10px #3b82f600}to{transform:scale(.8);opacity:.6;box-shadow:0 0 #3b82f600}}@keyframes slideInBanner{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.background-search-indicator{font-size:.7rem;padding:8px 1rem}.search-pulse-dot{width:8px;height:8px}}.site-footer{background:#0f172a;color:#f8fafc;padding:4rem 2rem 2rem;font-family:Inter,system-ui,-apple-system,sans-serif;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand-section{max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.footer-logo-img{height:70px;width:auto;display:block}@media(max-width:768px){.footer-brand-section{max-width:100%;align-items:center;text-align:center;margin-bottom:2rem}.footer-logo-img{height:60px;margin:0 auto}}.footer-tagline{font-size:1rem;line-height:1.6;color:#94a3b8}.footer-social-section{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.footer-follow-text{font-size:1rem;color:#f8fafc;font-weight:500;margin:0}.footer-social-links{display:flex;flex-direction:row;gap:1.5rem}.footer-product-hunt{margin-top:1rem}.footer-product-hunt img{max-width:100%;height:auto;display:block}.social-link{display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all .2s ease;padding:8px;background:#ffffff0d;border-radius:50%}@media(hover:hover)and (pointer:fine){.social-link:hover{color:#22c55e}.social-link.instagram:hover{color:#e1306c}.social-link.facebook:hover{color:#1877f2}}@media(max-width:768px){.footer-social-section{align-items:center}.footer-social-links{justify-content:center}}.footer-links-grid{flex:1;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:480px){.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.footer-links-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.footer-links-grid{grid-template-columns:repeat(5,1fr);margin-left:2rem}}.footer-link-column h4{color:#f8fafc;font-size:1rem;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.footer-link-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link-column a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s ease,transform .2s ease;display:inline-block}@media(hover:hover)and (pointer:fine){.footer-link-column a:hover{color:#22c55e;transform:translate(4px)}}.footer-link-column a:active{color:#22c55e}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;gap:1rem;color:#64748b;font-size:.85rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#64748b;text-decoration:none;transition:color .2s}@media(hover:hover)and (pointer:fine){.footer-bottom-links a:hover{color:#94a3b8}}@media(max-width:768px){.site-footer{padding-bottom:6rem}}
