@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@600;700;800&display=swap";:root{--ink:#1b1b18;--paper:#f7f6f0;--orange:#ff5b35;--lime:#c7ed4a;--muted:#74746d;--line:#deded6}html,body{overflow-x:hidden}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Outfit,sans-serif}.logo{position:relative;border:0;background:none;color:var(--ink);font:800 27px Outfit;letter-spacing:-1.6px;padding:0}.logo span{color:var(--orange)}.logo i{position:absolute;width:7px;height:7px;background:var(--lime);border-radius:50%;right:-8px;top:2px}.logo.light{color:#fff}header{height:74px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f7f6f0eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30}nav{display:flex;gap:28px}nav button,.login{border:0;background:none;font-weight:600;color:#363631}.header-actions{display:flex;align-items:center;gap:18px}.primary{border:0;background:var(--orange);color:#fff;border-radius:8px;padding:15px 21px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:3px 3px #20201d;transition:.2s}.primary:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #20201d}.primary.small{padding:11px 16px;font-size:14px}.secondary{border:1px solid #aaa99f;border-radius:8px;background:#fff;padding:14px 18px;font-weight:700;display:flex;gap:9px;align-items:center}.menu{display:none;border:0;background:none}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#deded744 1px,transparent 1px),linear-gradient(90deg,#deded744 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to right,black,transparent 72%);mask-image:linear-gradient(to right,black,transparent 72%)}.hero-copy{position:relative;z-index:2;padding:86px 5vw 60px}.pill{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;background:#fff;border:1px solid var(--line);border-radius:100px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.hero h1{font-size:clamp(63px,7vw,106px);line-height:.85;letter-spacing:-5px;margin:25px 0 30px}.hero h1 em,.manifesto h2 em,.cta h2 em{font-family:Georgia,serif;color:var(--orange);font-weight:400}.hero-copy>p{font-size:19px;line-height:1.6;color:#585852;max-width:570px}.hero-actions{display:flex;gap:13px;margin-top:30px}.proof{display:flex;gap:13px;align-items:center;margin-top:42px;font-size:12px;color:var(--muted)}.proof b{color:var(--ink)}.faces{display:flex}.faces i{width:31px;height:31px;margin-left:-7px;border:2px solid var(--paper);border-radius:50%;background:#cbd8dd;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:700}.faces i:first-child{margin:0}.faces i:nth-child(2){background:#e2bd9a}.faces i:nth-child(3){background:#b8d77d}.faces i:last-child{background:var(--ink);color:#fff}.hero-art{position:relative;background:#d0ed58;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);min-height:650px}.sun{position:absolute;width:350px;height:350px;border:2px solid #adc53e;border-radius:50%;left:24%;top:12%;box-shadow:0 0 0 55px #cae952,0 0 0 57px #adc53e}.skate{position:absolute;left:21%;top:27%;width:450px;height:260px;transform:rotate(-9deg);filter:drop-shadow(18px 22px 0 rgba(20,20,10,.1))}.boot{height:185px;width:340px;margin-left:65px;background:#ff633d;border:4px solid var(--ink);border-radius:40% 15% 20% 20%/80% 20% 25%;position:relative}.boot:before{content:"";position:absolute;width:130px;height:100px;background:#ff633d;border:4px solid var(--ink);border-bottom:0;left:15px;top:-70px;border-radius:45px 15px 0 0;transform:rotate(-6deg)}.boot:after{content:"× × × ×";position:absolute;left:104px;top:35px;letter-spacing:18px;font-weight:700;font-size:22px;transform:rotate(20deg)}.boot span{position:absolute;right:45px;bottom:30px;font:800 35px Outfit;color:#fff}.blade{height:24px;width:390px;background:#eee;border:4px solid var(--ink);border-radius:6px;margin-top:0}.wheels{display:flex;justify-content:space-around;width:350px;margin-left:25px;margin-top:-2px}.wheels i{width:56px;height:56px;background:#82baff;border:4px solid var(--ink);border-radius:50%;box-shadow:inset 0 0 0 15px #bdd7ff}.float-card{position:absolute;background:#fff;padding:12px 15px;border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink);display:flex;gap:10px;align-items:center;border-radius:7px;font-size:12px}.float-card svg{background:#ffe0d5;padding:6px;width:34px;height:34px;border-radius:50%;color:var(--orange)}.float-card span{display:flex;flex-direction:column}.float-card small{font-size:9px;color:var(--muted);font-weight:700}.where{left:8%;top:19%}.crowd{right:7%;bottom:17%}.scribble{position:absolute;right:5%;top:8%;font:700 18px cursive;transform:rotate(8deg)}.section{padding:90px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.kicker{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:2px}.section h2,.shop-section h2{font-size:42px;letter-spacing:-1.5px;margin:7px 0}.section-head p,.shop-title p{color:var(--muted);margin:0}.text-link{border:0;background:none;font-weight:700;display:flex;gap:7px;align-items:center;border-bottom:1px solid #aaa;padding:8px 0}.filters{display:flex;gap:10px;margin:27px 0}.filters button{background:#fff;border:1px solid var(--line);border-radius:6px;padding:10px 13px;display:flex;align-items:center;gap:7px;color:#555}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.auth-or{text-align:center;color:var(--muted);font-size:12px;font-weight:700;margin:0}.google-login{width:100%;justify-content:center}.going-card{margin:28px 0;padding:22px;border-radius:14px;background:var(--ink);color:#fff}.going-card h3{margin:0 0 16px}.going-card img{width:100%;max-width:280px;border-radius:10px;display:block;margin-bottom:16px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.event-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:.2s;cursor:pointer}.event-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #2221}.event-img{height:235px;background-size:cover;background-position:center;position:relative}.date-chip{position:absolute;left:14px;top:14px;background:#fff;border-radius:5px;padding:7px 11px;text-align:center;box-shadow:2px 2px #111}.date-chip b{font:800 24px Outfit;display:block;line-height:1}.date-chip span{font-size:9px;font-weight:800}.heart{position:absolute;right:14px;top:14px;width:37px;height:37px;border:0;border-radius:50%;background:#fff;display:grid;place-items:center}.event-body{padding:20px}.eyebrow{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:6px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.event-body h3{font-size:22px;margin:11px 0}.event-body p{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px}.event-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;gap:15px;font-size:12px}.event-meta span{display:flex;gap:5px;align-items:center}.event-meta .attending{margin-left:auto}.manifesto{background:var(--ink);color:#fff;padding:75px 8vw;display:grid;grid-template-columns:.3fr 1fr 1fr;gap:60px;align-items:center;overflow:hidden}.big-wheel{font-size:150px;color:var(--lime);line-height:.7}.light-kicker{color:var(--lime)}.manifesto h2,.cta h2{font-size:54px;line-height:1;letter-spacing:-2px;margin:12px 0}.manifesto-copy p{color:#c5c5bd;line-height:1.7}.manifesto-copy button{color:#fff;background:none;border:0;border-bottom:1px solid #777;padding:10px 0;font-weight:700;display:flex;gap:8px}.community{background:#efeee7}.group-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.group-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:24px}.group-mark{width:62px;height:62px;border-radius:17px;display:grid;place-items:center;color:#fff;font:800 19px Outfit;float:left;margin-right:14px}.group-card h3{margin:8px 0 3px}.group-card h3 span{font-size:11px;background:#4b9dff;color:#fff;border-radius:50%;padding:2px}.group-card p{color:var(--muted);font-size:13px;display:flex;align-items:center;gap:5px}.group-stats{display:flex;gap:40px;clear:both;padding:25px 0 18px}.group-stats b{font:700 19px Outfit}.group-stats small{font:400 10px DM Sans;color:var(--muted);display:block}.group-card button{width:100%;background:none;border:1px solid var(--line);padding:10px;border-radius:6px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.group-grid.large{grid-template-columns:repeat(3,1fr)}.group-grid.large .group-card>p{clear:both;padding-top:20px;line-height:1.5}.shop-section{padding:85px 5vw}.shop-title{display:flex;align-items:center;gap:17px;margin-bottom:35px}.shop-title>span{width:59px;height:59px;background:var(--orange);color:#fff;display:grid;place-items:center;border-radius:50%}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shop-grid article{position:relative;background:color-mix(in srgb,var(--shop) 22%,white);border:1px solid color-mix(in srgb,var(--shop) 55%,#777);padding:30px;border-radius:10px;overflow:hidden}.shop-tag{position:absolute;right:0;top:0;background:var(--shop);padding:6px 10px;font-size:9px;font-weight:800}.shop-icon{font-size:39px}.shop-grid h3{margin:10px 0 25px}.shop-grid strong{font:800 28px Outfit;display:block}.shop-grid p{color:#62625d}.shop-grid button{border:0;background:none;font-weight:700;padding:0;display:flex;align-items:center;gap:6px}.cta{margin:20px 5vw 90px;background:var(--orange);color:#fff;min-height:390px;padding:65px;display:flex;position:relative;overflow:hidden;border-radius:12px}.cta>div:first-child{z-index:2}.cta p{max-width:500px;color:#ffe6dd}.primary.light{background:#fff;color:var(--ink)}.cta-wheel{position:absolute;right:-30px;top:-100px;font-size:500px;color:#ff7959;line-height:1}.cta-wheel span{position:absolute;font:700 18px Outfit;left:175px;top:225px;color:#fff}.inner{padding:56px 5vw 72px;min-height:0}.page-title{text-align:center;max-width:730px;margin:0 auto 45px}.page-title h1{font-size:56px;letter-spacing:-2.5px;margin:10px 0}.page-title p{font-size:18px;color:var(--muted);line-height:1.6}.searchbar{max-width:700px;margin:auto;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;padding:7px 7px 7px 15px}.searchbar input{border:0;outline:0;flex:1;padding:10px;background:transparent}.inner>.filters{justify-content:center}.results{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:25px 0;font-size:13px}.results span{display:flex;align-items:center;gap:4px;color:var(--muted)}.detail-cover{height:430px;background-size:cover;background-position:center}.detail-wrap{max-width:1150px;margin:-70px auto 80px;padding:0 25px;display:grid;grid-template-columns:1fr 330px;gap:50px;align-items:start}.detail-main{background:var(--paper);border-radius:15px;padding:45px}.detail-main h1{font-size:48px;letter-spacing:-2px;margin:15px 0}.lead{font-size:18px;color:var(--muted);line-height:1.6}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0 45px}.info-grid>div{background:#fff;border:1px solid var(--line);padding:17px;display:flex;gap:12px;align-items:center;border-radius:7px}.info-grid svg{color:var(--orange)}.info-grid span{display:flex;flex-direction:column}.info-grid small{font-size:9px;color:var(--muted);font-weight:700}.detail-main>p{line-height:1.7}.map-placeholder{height:190px;background:#e4e1d6;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:8px;margin-top:25px;color:#555}.map-placeholder svg{color:var(--orange)}.map-placeholder span{font-size:12px}.join-card{background:#fff;margin-top:100px;padding:27px;border:1px solid var(--line);border-radius:10px;position:sticky;top:95px}.join-card>span{font-size:11px;font-weight:800;color:var(--orange)}.join-card h3{font-size:26px;margin:10px 0}.join-card p{display:flex;align-items:center;gap:7px}.join-card .primary{width:100%;margin:10px 0 13px}.join-card small{display:block;text-align:center;color:var(--muted)}.joined{background:#5b8d24}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:690px}.auth-art{background:var(--ink);color:#fff;padding:45px 7vw;display:flex;flex-direction:column;justify-content:space-between}.auth-art h1{font-size:58px;line-height:1.05;margin:15px 0}.auth-art p{color:#bbb}.auth-form{padding:70px max(8vw,40px);display:flex;flex-direction:column;justify-content:center;gap:18px}.auth-form h2{font-size:35px;margin-bottom:5px}.auth-form>div>p{color:var(--muted)}.auth-form label{font-size:12px;font-weight:700}.auth-form input,.auth-form select{display:block;width:100%;padding:14px;border:1px solid var(--line);border-radius:7px;background:#fff;margin-top:7px;outline-color:var(--orange)}.switch{text-align:center;font-size:13px}.switch button{border:0;background:none;color:var(--orange);font-weight:700}.about-grid{background:var(--ink);color:#fff;border-radius:12px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-grid h2{font-size:38px}.about-grid p{color:#bbb;line-height:1.8}.about-numbers{display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.about-numbers b{font:800 43px Outfit;color:var(--lime)}.about-numbers small{display:block;color:#fff;font:400 11px DM Sans}.about-early b{display:block;font:800 28px Outfit,sans-serif;color:var(--lime);margin-bottom:10px}.about-early p{margin:0;color:#bbb;line-height:1.7}footer{background:var(--ink);color:#fff;padding:60px 5vw 20px}.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:50px}.footer-main>div{display:flex;flex-direction:column;align-items:start;gap:12px}.footer-main p{color:#a9a9a1;font-size:13px;line-height:1.6}.footer-main b{font-size:10px;letter-spacing:1.5px;color:#ddd}.footer-main button,.footer-mail{border:0;background:none;color:#a9a9a1;padding:0;text-decoration:none;font-size:14px}.footer-mail:hover{color:#fff}.social{display:flex;gap:15px}.social a{color:#fff}.pix{background:#292925;padding:22px;border-radius:8px}.pix button{background:var(--lime);color:var(--ink);padding:10px 15px;border-radius:6px;font-weight:700}.footer-bottom{border-top:1px solid #3b3b36;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#777;font-size:11px}@media(max-width:1024px){header nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--paper);padding:16px 20px 24px;flex-direction:column;border-bottom:1px solid var(--line);z-index:40}header nav.open{display:flex}header nav button{min-height:44px;justify-content:flex-start}.header-actions .login,.header-actions .ig-head,.user-greeting{display:none}.menu{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.hero{grid-template-columns:1fr}.hero-copy{padding-top:60px}.hero h1{font-size:68px}.hero-art{min-height:420px;clip-path:none;overflow:hidden}.skate{transform:scale(.7) rotate(-9deg);transform-origin:left top}.card-grid,.group-grid,.group-grid.large,.shop-grid{grid-template-columns:1fr 1fr}.manifesto{grid-template-columns:1fr 2fr}.manifesto-copy{grid-column:1/-1}.big-wheel{font-size:100px}.detail-wrap{grid-template-columns:1fr}.join-card{margin-top:0;position:static}.auth-page{grid-template-columns:1fr}.auth-art{min-height:300px}.footer-main{grid-template-columns:1fr 1fr}}.auth-message{padding:12px 14px;border-radius:7px;font-size:13px}.auth-message.error{background:#ffe3dc;color:#9b2c18;border:1px solid #ffc0b1}.auth-message.success{background:#edf8d2;color:#456415;border:1px solid #cce58b}.auth-form .primary:disabled{opacity:.65;cursor:wait}.user-greeting{font-size:13px;font-weight:700}.dashboard{max-width:1300px;margin:auto;padding:70px 5vw 100px}.dashboard-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.dashboard-head h1{font-size:46px;letter-spacing:-2px;margin:8px 0}.dashboard-head p,.panel-title p,.muted{color:var(--muted);margin:0}.approval{background:#fff3cc;color:#806313;border:1px solid #ead081;border-radius:100px;padding:9px 14px;font-size:12px;font-weight:700}.approval.approved{background:#e7f5cf;color:#476714;border-color:#bdd882}.auth-message.wide{margin-bottom:20px}.dashboard-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:22px;align-items:start}.panel-card,.events-panel{background:#fff;border:1px solid var(--line);border-radius:11px;padding:28px}.panel-title{display:flex;gap:13px;align-items:center;margin-bottom:25px}.panel-title>svg{color:var(--orange);background:#fff0eb;padding:9px;width:43px;height:43px;border-radius:10px}.panel-title h2{margin:0 0 3px;font-size:23px}.panel-title p{font-size:12px}.panel-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel-form label{font-size:11px;font-weight:700}.panel-form input,.panel-form select,.panel-form textarea{display:block;width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:6px;background:#fafaf7;margin-top:6px;outline-color:var(--orange)}.panel-form textarea{height:95px;resize:vertical}.panel-form .full{grid-column:1/-1}.panel-card.locked{background:#efeee8}.locked-copy{min-height:240px;display:grid;place-items:center;text-align:center;color:var(--muted);padding:35px}.events-panel{margin-top:22px}.event-list{display:flex;flex-direction:column}.event-list>div{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid var(--line)}.event-list>div>div{display:flex;flex-direction:column;gap:5px}.event-list span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px}.event-list button{border:0;background:#ffe8e1;color:#a63a20;padding:7px 10px;border-radius:5px}.empty-panel{min-height:420px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center}.empty-panel>svg{width:50px;height:50px;color:var(--orange)}.loader{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:620px){header{padding:0 18px}.hero-copy{padding:45px 22px}.hero h1{font-size:55px;letter-spacing:-3px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-art{min-height:390px}.skate{left:2%;top:30%;transform:scale(.62) rotate(-9deg)}.float-card{transform:scale(.8)}.where{left:3%;top:10%}.crowd{right:1%;bottom:8%}.section,.shop-section,.inner{padding:65px 20px}.section-head{align-items:start;gap:25px}.section h2,.shop-section h2{font-size:34px}.section-head .text-link{display:none}.filters{overflow:auto;justify-content:flex-start!important}.filters button{white-space:nowrap}.card-grid,.group-grid,.group-grid.large,.shop-grid{grid-template-columns:1fr}.event-img{height:220px}.manifesto{padding:55px 25px;grid-template-columns:1fr}.big-wheel{display:none}.manifesto h2,.cta h2{font-size:42px}.cta{margin:0 20px 65px;padding:42px 25px}.cta-wheel{display:none}.page-title h1{font-size:42px}.searchbar .primary{display:none}.detail-cover{height:270px}.detail-wrap{padding:0;margin:-25px auto 60px}.detail-main{padding:28px 20px}.detail-main h1{font-size:38px}.info-grid{grid-template-columns:1fr}.auth-form{padding:50px 24px}.auth-art{padding:35px 24px}.auth-art h1{font-size:43px}.about-grid{grid-template-columns:1fr;padding:35px 25px}.about-numbers{grid-template-columns:1fr;gap:25px}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}@media(max-width:800px){.dashboard{padding:50px 20px}.dashboard-head{align-items:start;gap:20px;flex-direction:column}.dashboard-head h1{font-size:38px}.dashboard-grid,.panel-form{grid-template-columns:1fr}.panel-form .full{grid-column:auto}.user-greeting{display:none}}.community-tease-grid,.community-layout,.gallery-grid{display:grid;gap:16px}.community-tease-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.community-layout{grid-template-columns:minmax(0,1.4fr) minmax(240px,.7fr);align-items:start;gap:28px}.poll-card,.challenge-card,.rank-card,.photo-week,.you-strip{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.poll-card h3,.challenge-card h3,.rank-card h3{margin:8px 0 12px;font-size:22px}.poll-options{display:flex;flex-direction:column;gap:8px}.poll-options button{position:relative;display:flex;justify-content:space-between;align-items:center;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fafaf7;text-align:left;overflow:hidden;z-index:0}.poll-options button i{position:absolute;left:0;top:0;bottom:0;background:#c7ed4a;opacity:.45;z-index:-1}.poll-options button.picked{border-color:#111}.poll-card small,.poll-report{display:block;margin-top:10px}.poll-report.danger-text{color:#b42318;font-weight:600}.level-badge{display:inline-block;background:var(--ink);color:#c7ed4a;font:800 10px Outfit,sans-serif;letter-spacing:.8px;padding:4px 8px;border-radius:99px}.level-badge.compact{font-size:9px;padding:3px 6px}.group-badge{display:inline-block;background:#ff5b35;color:#fff;font:800 10px Outfit,sans-serif;letter-spacing:.6px;padding:4px 8px;border-radius:99px}.group-badge.compact{font-size:9px;padding:3px 6px}.level-meter{position:relative;margin-top:10px;max-width:360px;height:28px;border-radius:999px;background:#e8e6dc;overflow:hidden}.level-meter i{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#c7ed4a,#8fd14a);border-radius:inherit}.level-meter span{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:0 12px;font:600 11px DM Sans,sans-serif;color:#1b1b18}.profile-level-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 0}.group-seal-row{display:flex;align-items:center;gap:10px;margin-top:10px;color:#fff;font-weight:700}.participant-list li span{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.you-strip{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.you-strip h2{margin:6px 0 4px}.rank-card ol{list-style:none;padding:0;margin:0}.rank-card li{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid var(--line)}.rank-card li:first-child{border-top:0}.rank-card li small{margin-left:auto;color:var(--muted)}.rank-stack{display:flex;flex-direction:column;gap:16px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.gallery-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.gallery-grid img,.photo-week img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.gallery-grid figcaption{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px 12px;font-size:13px}.gallery-grid figcaption button,.poll-report,.gallery-grid .ghost{border:0;background:none;padding:0;font-weight:700;min-height:40px}.gallery-upload{display:inline-flex;align-items:center;gap:8px;margin:8px 0 16px;min-height:44px}.ride-gallery{margin:36px 0}.challenge-card.wide{margin:18px 0}@media(max-width:900px){.community-tease-grid,.community-layout,.gallery-grid{grid-template-columns:1fr}.you-strip{flex-direction:column;align-items:stretch}}.empty-events{min-height:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:var(--muted);gap:8px}.empty-events>svg{width:45px;height:45px;color:var(--orange)}.empty-events h3{color:var(--ink);margin:5px 0}.empty-events p{margin:0}.discovery-strip{position:relative;z-index:5;max-width:780px;min-height:62px;margin:0 auto -22px;padding:8px;display:flex;align-items:center;gap:6px;border:2px solid var(--ink);border-radius:14px;background:#fff;box-shadow:0 18px 44px #1717142e}.discovery-strip>button{min-width:0;padding:6px 13px;display:grid;grid-template-columns:18px 1fr;border:0;background:none;text-align:left}.discovery-strip svg{grid-row:1 / 3;align-self:center;color:var(--orange)}.discovery-strip span{color:var(--muted);font-size:9px;text-transform:uppercase}.discovery-strip b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.discovery-strip>i{width:1px;height:30px;background:var(--line)}.discovery-strip .discover-button{min-width:145px;margin-left:auto;padding:13px;display:flex;justify-content:center;border-radius:7px;background:var(--ink);color:#fff;font-weight:700;text-align:center}.participant-faces{display:flex;margin:4px 0 15px}.participant-faces img,.participant-faces i{width:34px;height:34px;margin-left:-7px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:hsl(calc(35 + var(--i, 1) * 42),65%,72%);object-fit:cover;color:#2b2b26;font-size:10px;font-style:normal;font-weight:800}.participant-faces>:first-child{margin-left:0}.heart.saved{color:var(--orange)}.real-filters label{padding:10px 12px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#555}.real-filters select{max-width:180px;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#555;cursor:pointer}.real-filters label>svg:last-child{width:13px}.real-filters .clear-filters{border:0;background:transparent;color:var(--orange);font-weight:700}.shop-logo{width:68px;height:68px;border-radius:15px;object-fit:cover}.promo-image{width:calc(100% + 60px);height:150px;margin:-30px -30px 20px;object-fit:cover}.forgot-link{align-self:flex-end;margin-top:-10px;border:0;background:none;color:var(--orange);font-size:11px;font-weight:700}.auth-hint{margin:-6px 0 0;font-size:13px;line-height:1.45}.field-hint{display:block;margin-top:6px;font-size:12px;font-weight:500;color:var(--muted);line-height:1.35}.role-gate-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.role-gate-card input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;font:inherit;font-weight:500}.auth-role-block{display:flex;flex-direction:column;gap:10px}.auth-role-label{margin:0;font-size:12px;font-weight:700}.role-cards{display:grid;gap:10px}.role-cards.compact{grid-template-columns:1fr}.role-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;text-align:left;padding:14px 16px;border:1.5px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.role-card b{font-size:15px}.role-card span{font-size:13px;color:var(--muted);line-height:1.35}.role-card:hover,.role-card.selected{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange)}.role-card:disabled{opacity:.65;cursor:wait}.role-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0c0c0cb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.role-gate-card{width:min(520px,100%);background:#fff;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;box-shadow:0 24px 60px #00000047}.role-gate-card h2{margin:0;font-size:28px;line-height:1.15}.role-gate-card>p{margin:0;color:var(--muted);line-height:1.45}.auth-role small{display:block;margin-top:8px;font-size:12px;font-weight:500;color:var(--muted);line-height:1.4}.auth-hint .text-link-inline{border:0;background:none;padding:0;color:var(--orange);font-weight:700;text-decoration:underline;cursor:pointer}.calendar-strip{margin:0 0 28px;padding:12px;display:flex;align-items:stretch;gap:9px;overflow-x:auto;border:1px solid var(--line);border-radius:9px;background:#efeee8}.calendar-strip>div{min-width:125px;padding:8px;display:flex;align-items:center;gap:8px}.calendar-strip>div>span{display:flex;flex-direction:column}.calendar-strip small{color:var(--muted);font-size:9px}.calendar-strip>button{min-width:82px;padding:8px;display:flex;align-items:center;flex-direction:column;border:1px solid var(--line);border-radius:7px;background:#fff}.calendar-strip>button b{font:800 22px Outfit}.calendar-strip>button span{max-width:70px;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:22px;align-items:start}.profile-photo{display:flex;align-items:center;gap:15px}.profile-photo img,.profile-photo>i{width:90px;height:90px;display:grid;place-items:center;border:3px solid white;border-radius:50%;background:var(--lime);object-fit:cover;font:800 27px Outfit;box-shadow:0 0 0 1px var(--line)}.compact-list{display:flex;flex-direction:column}.compact-list>button,.compact-list>div{padding:13px 5px;display:flex;align-items:flex-start;flex-direction:column;gap:4px;border:0;border-top:1px solid var(--line);background:none;text-align:left}.compact-list span{color:var(--muted);font-size:11px}.mini-empty{min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);text-align:center}.mini-empty button{border:0;background:none;color:var(--orange);font-weight:700}.notification-list{display:flex;flex-direction:column}.notification-list>button{padding:13px 7px;display:flex;align-items:center;gap:10px;border:0;border-top:1px solid var(--line);background:none;text-align:left}.notification-list>button>i{width:8px;height:8px;border-radius:50%;background:var(--orange)}.notification-list>button.read>i{background:#ccc}.notification-list>button>span{flex:1;display:flex;flex-direction:column}.notification-list small,.notification-list time{color:var(--muted);font-size:10px}.admin-stats{margin-bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-stats b{padding:20px;border:1px solid var(--line);border-radius:9px;background:#fff;font:800 31px Outfit}.admin-stats small{display:block;color:var(--muted);font:400 10px DM Sans}.admin-list{display:flex;flex-direction:column}.admin-list>div{padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line)}.admin-list>div.admin-alert-new{background:#fff8e8;margin:0 -8px;padding:12px 8px;border-radius:10px;border-top:none}.admin-list span{display:flex;flex-direction:column;gap:3px}.admin-list small{color:var(--muted)}.admin-list button{padding:7px 10px;border:0;border-radius:5px;background:#e6f3cd;color:#456415;font-size:10px;font-weight:700}.admin-list button.danger,.admin-list .danger{background:#ffe2dc;color:#9b2c18}.past-events{margin-top:45px}.past-events summary{margin-bottom:20px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fff;font-weight:700;cursor:pointer}.reviews-section{margin-top:60px;display:grid;grid-template-columns:1.2fr .8fr;gap:35px}.reviews-section article{padding:15px 0;border-top:1px solid var(--line)}.reviews-section article b{color:#e69c16}.reviews-section article p{margin:6px 0}.reviews-section article small{color:var(--muted)}.reviews-section form{padding:22px;display:flex;flex-direction:column;gap:13px;border:1px solid var(--line);border-radius:9px;background:#fff}.reviews-section label{font-size:11px;font-weight:700}.reviews-section select,.reviews-section textarea{width:100%;margin-top:6px;padding:11px;border:1px solid var(--line);border-radius:6px}.reviews-section textarea{min-height:100px}.group-socials button{padding:9px 12px;border:1px solid #f0c4ba;border-radius:6px;background:#fff0eb;color:#9b2c18;font-size:12px;font-weight:700}.legal-page{max-width:850px}.legal-page>h2{margin-top:35px;font-size:25px}.legal-page>p{color:#555;line-height:1.8}.legal-lead{font-size:17px;color:#333!important}.legal-page ul{color:#555;line-height:1.7;padding-left:22px}.legal-page li{margin:8px 0}.legal-inline{border:0;background:none;color:var(--orange);font:inherit;font-weight:700;padding:0;cursor:pointer}.legal-checks{display:flex;flex-direction:column;gap:12px}.legal-check{display:flex!important;align-items:flex-start;gap:10px;font-size:13px!important;font-weight:500!important;color:#444;line-height:1.45}.legal-check input{width:18px!important;height:18px;margin-top:2px;flex-shrink:0;padding:0!important}.legal-check button,.legal-login-note button{border:0;background:none;color:var(--orange);font:inherit;font-weight:700;padding:0}.legal-login-note{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.legal-page a,.partners-cta a:not(.primary){color:var(--orange);font-weight:700}.footer-bottom button{border:0;background:none;color:#888;padding:0}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#0f0f0db8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pix-modal{width:min(460px,100%);padding:38px;position:relative;border-radius:14px;background:var(--paper);box-shadow:0 25px 80px #00000059;text-align:center;animation:rise-in .25s both}.modal-close{position:absolute;top:13px;right:13px;width:35px;height:35px;display:grid;place-items:center;border:0;border-radius:50%;background:#e8e7df}.pix-heart{width:62px;height:62px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-size:30px}.pix-modal h2{margin-bottom:8px;font-size:30px}.pix-modal>p{color:var(--muted)}.pix-modal>label{display:block;margin:22px 0 7px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.pix-copy{padding:8px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff}.pix-copy code{min-width:0;flex:1;overflow:hidden;color:#555;font-size:11px;text-overflow:ellipsis}.pix-copy button{padding:9px 12px;border:0;border-radius:6px;background:var(--orange);color:#fff;font-size:11px;font-weight:800}.pix-modal>small{display:block;margin-top:15px;color:var(--muted);line-height:1.5}.image-upload>span{display:block;margin-bottom:6px;font-size:11px;font-weight:700}.image-upload>div{min-height:105px;padding:12px;display:flex;align-items:center;gap:15px;border:1px dashed #bbb9ae;border-radius:8px;background:#fafaf7}.image-upload img{width:82px;height:82px;border-radius:12px;object-fit:cover}.event-cover-upload img{width:140px;border-radius:7px}.image-upload>div>svg{width:42px;height:42px;padding:9px;border-radius:50%;background:#eee;color:#777}.upload-button{padding:9px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:11px;font-weight:700;cursor:pointer}.upload-button input{display:none}.group-logo{width:62px;height:62px;margin-right:14px;float:left;border-radius:17px;object-fit:cover}.group-card-logo{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.35 / 1;margin:0 0 16px;border-radius:12px;overflow:hidden;background:#efece3}.group-card-logo img{width:100%;height:100%;object-fit:cover;display:block}.group-card-logo .group-mark{float:none;margin:0;width:88px;height:88px;border-radius:22px;font-size:28px}.group-card-logo.compact{float:left;width:62px;height:62px;aspect-ratio:auto;margin:0 14px 0 0;border-radius:17px}.group-card-logo.compact .group-mark{width:62px;height:62px;border-radius:17px;font-size:19px}.group-card-body{clear:both}.group-card-body .group-badge{margin:6px 0 10px}.group-card-desc{clear:both;margin:0 0 8px!important;line-height:1.5;color:var(--muted);font-size:13px}.group-card.visual{display:flex;flex-direction:column;padding:18px}.group-card.visual .group-stats{clear:both;padding:12px 0 16px}.group-card.visual button{margin-top:auto}.state-box{min-height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center;color:var(--muted)}.state-box>svg{width:43px;height:43px;color:var(--orange)}.state-box h3,.state-box p{margin:0}.state-box h3{color:var(--ink)}.state-box.error>svg,.state-box.error h3{color:#a73822}.group-profile{min-height:70vh}.group-hero{min-height:340px;padding:70px 9vw;display:flex;align-items:center;gap:30px;overflow:hidden;position:relative;background:var(--ink);color:#fff}.group-hero-shape{position:absolute;width:460px;height:460px;right:-60px;border:80px solid #30302b;border-radius:50%}.group-hero img,.group-avatar{position:relative;z-index:1;width:150px;height:150px;display:grid;place-items:center;border:5px solid white;border-radius:35px;background:var(--orange);object-fit:cover;color:#fff;font:800 42px Outfit;box-shadow:10px 10px 0 var(--lime)}.group-hero>div:last-child{position:relative;z-index:1}.group-hero h1{margin:8px 0;font-size:clamp(45px,6vw,78px);letter-spacing:-3px}.group-hero p{display:flex;align-items:center;gap:7px;color:#ccc}.group-profile-body{max-width:1100px;margin:-35px auto 0;padding:40px;display:grid;grid-template-columns:1fr 280px;gap:50px;position:relative;border:1px solid var(--line);border-radius:12px;background:#fff}.group-profile-body h2{font-size:29px}.group-profile-body p{color:var(--muted);line-height:1.7}.group-profile-body aside{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:5px 15px;padding-left:30px;border-left:1px solid var(--line)}.group-profile-body aside b{font:800 32px Outfit;color:var(--orange)}.group-profile-body aside span{margin-bottom:12px;color:var(--muted);font-size:10px}.group-socials{display:flex;gap:10px}.group-socials a{padding:9px 12px;display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:6px;color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.event-card,.group-card,.shop-grid article,.panel-card{animation:rise-in .45s both}.card-grid>:nth-child(2),.group-grid>:nth-child(2){animation-delay:.06s}.card-grid>:nth-child(3),.group-grid>:nth-child(3){animation-delay:.12s}@keyframes rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cancelled-chip{position:absolute;top:16px;left:74px;padding:7px 10px;border-radius:5px;background:#b42318;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px}.class-chip{position:absolute;top:16px;left:74px;padding:7px 10px;border-radius:5px;background:#ff5b35;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px}.training-chip{position:absolute;top:16px;left:74px;padding:7px 10px;border-radius:5px;background:#0d9488;color:#fff;font-size:10px;font-weight:800;letter-spacing:1px}.price-box{margin:8px 0 12px}.price-box b{display:block;font-size:22px}.class-pay{display:flex;flex-direction:column;gap:8px;margin:12px 0;font-size:13px}.class-pay .secondary,.class-pay button{width:100%}.paid-flag{color:#476714}.group-socials .following{background:#e7f5cf;border-color:#bdd882}.event-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.cancellation-alert{display:flex;flex-direction:column;gap:4px;margin-bottom:24px;padding:16px;border:1px solid #f0a597;border-radius:8px;background:#ffebe6;color:#8d2817}.cancellation-alert span{font-size:13px}.join-card .primary:disabled{background:#8b8b84;cursor:not-allowed;transform:none}.event-group-line,.event-host,.join-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:0 0 10px;font-size:13px;color:var(--muted)}.event-group-line b,.event-host b,.join-group b{color:var(--ink, #1b1b18);font-weight:700}.event-group-line a,.event-host a,.join-group a,.ride-details a{display:inline-flex;align-items:center;gap:5px;color:#c13584;font-weight:700;text-decoration:none}.event-group-line a:hover,.event-host a:hover,.join-group a:hover,.ride-details a:hover{text-decoration:underline}.event-host{margin:4px 0 14px;font-size:15px}.join-group{margin:0 0 14px;padding:10px 12px;border-radius:8px;background:#f7f6f0;border:1px solid var(--line)}.ride-details{margin:30px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.ride-details>div{padding:16px;display:flex;align-items:flex-start;gap:11px;border:1px solid var(--line);border-radius:8px;background:#fff}.ride-details>div>svg{flex:0 0 auto;color:var(--orange)}.ride-details span{display:flex;flex-direction:column;gap:5px}.ride-details small{color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.7px}.ride-details b{font-size:12px;line-height:1.5}.route-detail{grid-row:span 2}.route-detail b{display:flex;align-items:center;gap:7px}.route-detail b i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#ffe8e1;color:#a73822;font-size:9px;font-style:normal}.share-ride{margin:30px 0;padding:20px;display:flex;align-items:center;gap:10px;border-radius:9px;background:var(--ink);color:#fff}.share-ride>div{margin-right:auto}.share-ride h3,.share-ride p{margin:0}.share-ride p{margin-top:3px;color:#aaa;font-size:11px}.share-ride button{padding:9px 11px;display:flex;align-items:center;gap:6px;border:1px solid #555;border-radius:6px;background:#30302c;color:#fff;font-size:11px;font-weight:700}.share-ride .whatsapp-share{border-color:#63c785;background:#25a75b}.participant-list{margin:35px 0}.participant-list ol{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;list-style:none;counter-reset:people}.participant-list li{padding:9px 11px;display:flex;align-items:center;gap:9px;counter-increment:people;border:1px solid var(--line);border-radius:7px;background:#fff}.participant-list li:before{content:counter(people) ".";color:var(--muted);font-size:11px}.participant-list li img,.participant-list li i{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#d7e7a4;object-fit:cover;font-size:10px;font-style:normal;font-weight:800}.participant-list li span{flex:1;font-size:12px;font-weight:700}.participant-list li svg{color:#6e9e2b}.event-actions{display:flex!important;flex-direction:row!important;gap:8px!important}.event-actions .edit-action{background:#e8f0ff;color:#245ba5}.event-actions .danger-action{background:#fde8e8;color:#9b1c1c;border-color:#f0c0c0}.event-status{margin-left:7px;padding:3px 7px;border-radius:100px;background:#ffe1da;color:#a73822;font:700 9px DM Sans,sans-serif;text-transform:uppercase}.event-list .cancel-reason{color:#a73822}.event-map{margin-top:25px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.event-map iframe{display:block;width:100%;height:260px;border:0}.event-map-canvas{width:100%;height:320px;background:#e8e6dc;z-index:0}.map-loading{margin:0;padding:10px 14px;font-size:13px;color:var(--muted);border-top:1px solid var(--line);background:#fff8e8}.route-pin{background:transparent!important;border:0!important}.route-pin-dot{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--orange);color:#fff;font:800 12px DM Sans,sans-serif;border:2px solid #fff;box-shadow:0 2px 8px #00000040}.route-pin-dot.meet{background:var(--ink)}.map-placeholder.compact{height:140px;margin-top:0;border-radius:0}.route-line{display:flex;flex-direction:column;gap:0;padding:14px 16px 6px;border-top:1px solid var(--line)}.route-line-stop{display:flex;align-items:flex-start;gap:10px;position:relative;padding:8px 0 8px 2px}.route-line-stop:not(:last-child):before{content:"";position:absolute;left:11px;top:28px;bottom:-2px;width:2px;background:linear-gradient(var(--orange),#ffb08a)}.route-line-stop i{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;font:700 11px/22px DM Sans,sans-serif;text-align:center;font-style:normal;position:relative;z-index:1}.route-line-stop.meet i{background:var(--ink)}.route-line-stop span{font-size:14px;font-weight:600;line-height:1.35;padding-top:2px}.map-actions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px 8px;border-top:1px solid var(--line)}.map-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:8px;border:1px solid var(--line);background:#f7f6f0;color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.map-btn.google{background:#e8f0fe;border-color:#c5d7f7;color:#1a4fad}.map-btn.route{background:#edf8d2;border-color:#cce58b;color:#456415}.map-hint{margin:0;padding:0 14px 14px;font-size:12px;color:var(--muted);line-height:1.45}.route-editor{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fafaf7}.route-editor-head{display:flex;flex-direction:column;gap:4px}.route-editor-head b{font-size:13px}.route-editor-head span{font-size:12px;color:var(--muted);line-height:1.4}.route-editor-rule{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.route-editor-map{width:100%;height:260px;border-radius:8px;overflow:hidden;border:1px solid var(--line);background:#e8e6dc;z-index:0}.route-editor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.route-editor-list li{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#fff;border:1px solid var(--line);border-radius:8px}.route-editor-list li i{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--orange);color:#fff;font:700 11px/24px DM Sans,sans-serif;text-align:center;font-style:normal}.route-editor-list li i.meet{background:var(--ink)}.route-editor-list li span{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.route-editor-list li b{font-size:13px}.route-editor-list li small{color:var(--muted);font-size:11px}.route-editor-list .ghost{border:0;background:none;color:#9b2c18;padding:6px}.route-editor-import{border-top:1px solid var(--line);padding-top:10px}.route-editor-import summary{cursor:pointer;font-size:12px;font-weight:700;margin-bottom:8px}.route-editor-import textarea{width:100%;margin-bottom:8px;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fff;font:inherit}.route-editor-import .secondary{width:100%;justify-content:center}.panel-title-action>div:nth-child(2){flex:1}.panel-title-action>button{border:1px solid #ef9d86;border-radius:6px;background:#fff0eb;color:#a63a20;padding:8px 10px;font-size:10px;font-weight:700}@media(max-width:620px){.discovery-strip{margin:0 14px -18px;overflow-x:auto;border-radius:12px}.discovery-strip>button{min-width:145px}.discovery-strip .discover-button{min-width:125px}.real-filters label{flex:0 0 auto}.group-hero{min-height:390px;padding:55px 24px;align-items:flex-start;justify-content:center;flex-direction:column}.group-hero img,.group-avatar{width:105px;height:105px;border-radius:25px;font-size:30px}.group-profile-body{margin:-20px 15px 0;padding:28px 22px;grid-template-columns:1fr;gap:25px}.profile-layout,.reviews-section,.admin-stats{grid-template-columns:1fr}.group-profile-body aside{padding:20px 0 0;border-top:1px solid var(--line);border-left:0}.group-events{padding-left:20px;padding-right:20px}.ride-details,.participant-list ol{grid-template-columns:1fr}.share-ride{align-items:stretch;flex-direction:column}.image-upload>div{align-items:flex-start;flex-direction:column}.event-list>div{align-items:flex-start;flex-direction:column;gap:13px}.panel-title-action{align-items:flex-start;flex-wrap:wrap}.panel-title-action>button{width:100%}}.social a{color:#fff;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#292925}.social a:hover{background:#ff5b35}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:40px}.partner-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:10px}.partner-card svg{color:var(--orange)}.partner-card h2{font-size:26px;margin:0}.partner-price{margin:0;color:var(--muted)}.partner-price b{font:800 34px Outfit,sans-serif;color:var(--ink)}.partner-card small{color:var(--muted);line-height:1.4}.partner-card ul{margin:8px 0 16px;padding-left:18px;color:#555;line-height:1.6;flex:1}.partner-card .primary{width:100%;text-decoration:none;box-sizing:border-box}.partners-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;background:var(--ink);color:#fff;border-radius:12px;padding:32px 36px}.partners-cta h2{margin:0 0 8px}.partners-cta p{margin:0;color:#c5c5bd}.partners-cta .primary{text-decoration:none;white-space:nowrap}.header-actions .ig-head{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff0eb;color:var(--orange);text-decoration:none}.city-marquee{overflow:hidden;width:100%;text-align:left;border-bottom:1px solid var(--line);background:var(--ink);color:var(--lime);font:800 14px Outfit,sans-serif;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.city-marquee-track{display:flex;width:max-content;align-items:center;animation:marquee 36s linear infinite;will-change:transform}.city-marquee-group{display:flex;flex-shrink:0;align-items:center;padding:18px 0}.marquee-item{display:inline-flex;align-items:center;gap:14px;padding:0 22px 0 18px}.marquee-sep{flex-shrink:0;color:#ff5b35;opacity:.95}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.city-marquee-track{animation:none}html{scroll-behavior:auto}}.ig-banner{margin:22px 5vw 0;display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:12px;background:linear-gradient(120deg,#ff5b35,#ff8a3d 55%,#c7ed4a);color:#171714;text-decoration:none;box-shadow:4px 4px #20201d}.ig-banner div{display:flex;flex-direction:column;gap:2px;flex:1}.ig-banner b{font:800 18px Outfit,sans-serif}.ig-banner span,.ig-banner em{font-size:13px;font-style:normal;font-weight:700}.how-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 5vw 0}.how-strip>div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.how-strip b{font:800 28px Outfit,sans-serif;color:var(--orange)}.how-strip h3{margin:8px 0 6px;font-size:22px}.how-strip p{margin:0;color:var(--muted);line-height:1.5}.spot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.spot-grid.page{margin-bottom:40px}.spot-card{position:relative;min-height:230px;padding:24px;border-radius:14px;background:var(--spot);color:var(--ink);border:2px solid color-mix(in srgb,var(--spot) 55%,#171714);display:flex;flex-direction:column;gap:8px}.spot-card.on-dark{color:#f7f6f0;border-color:#171714}.spot-card.on-dark .spot-place,.spot-card.on-dark>p{color:#d8d6ce}.spot-card.on-dark .spot-tag{background:#c7ed4a;color:#171714}.spot-card.on-dark .spot-actions button,.spot-card.on-dark .spot-actions .ghost{background:#c7ed4a;color:#171714;border-color:#171714}.spot-tag{align-self:flex-start;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;background:#fff;color:var(--ink);padding:4px 8px;border-radius:99px}.spot-card h3{font-size:28px;letter-spacing:-1px;margin:8px 0 0}.spot-place{display:flex;align-items:center;gap:6px;font-size:13px;color:inherit;opacity:.78;margin:0}.spot-card>p:last-of-type{flex:1;margin:0;line-height:1.5}.spot-actions{display:flex;gap:10px;flex-wrap:wrap}.spot-actions button,.spot-actions .ghost{border:0;background:var(--ink);color:#fff;border-radius:7px;padding:12px 14px;min-height:44px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.spot-actions .ghost{background:transparent;color:inherit;border:1px solid currentColor}.spots-cta,.spot-detail{text-align:center;max-width:720px;margin:0 auto}.spots-cta{background:var(--ink);color:#fff;border-radius:14px;padding:40px 28px}.spots-cta h2,.spot-detail h1{margin:8px 0 12px}.spot-detail{text-align:left}.spot-detail .hero-actions{margin:24px 0}.state-box.glow{background:#fff;border:1px solid var(--line);border-radius:14px;padding:36px 22px;min-height:280px}.state-box.glow .hero-actions{margin-top:16px;justify-content:center}.secondary.light{background:transparent;color:#fff;border-color:#ffd0c2}@media(max-width:900px){.how-strip,.spot-grid{grid-template-columns:1fr}.ig-banner{margin:18px 20px 0;flex-wrap:wrap}}@media(max-width:900px){.partners-grid{grid-template-columns:1fr}.partners-cta{flex-direction:column;align-items:stretch}}.quote-band{margin:36px 0 0;padding:32px 28px;background:var(--ink);color:#f7f6f0;border-radius:14px}.quote-band p{font:400 26px Georgia,serif;line-height:1.35;margin:0 0 12px;color:var(--lime)}.quote-band cite{font-style:normal;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:#a9a9a1}.page-fill{margin-top:28px}.page-fill-how{margin-top:28px;text-align:center}.page-fill-how .how-strip{margin:18px 0 22px;text-align:left}.skip-link{position:absolute;left:-9999px;top:16px;z-index:100;padding:10px 14px;background:var(--ink);color:#fff;border-radius:8px;font-weight:700;text-decoration:none}.skip-link:focus{left:16px}@media(min-width:1025px){nav .nav-login,nav .nav-account,nav .nav-logout{display:none}}.nav-account{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid var(--line)}.nav-hello{font:700 15px Outfit,sans-serif;color:var(--ink);padding:8px 0 4px}.nav-admin{color:var(--orange)!important;font-weight:800!important}.nav-logout{margin-top:8px;color:#9b2c18!important}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}@media(max-width:1024px){.header-actions .ig-head,.header-actions .login{display:none!important}.header-actions{gap:8px}.discovery-strip .discover-button,.discovery-strip>button{min-height:44px}.spot-grid,.how-strip,.partners-grid{grid-template-columns:1fr 1fr}.footer-main{gap:32px}.filters{display:grid;grid-template-columns:1fr 1fr}.filters button{min-height:44px;justify-content:center}.discovery-strip{flex-wrap:wrap;gap:8px}}@media(max-width:768px){.hero-art{min-height:280px}.skate{transform:scale(.55) rotate(-9deg);left:8%;top:18%}.float-card.crowd,.scribble{display:none}.spot-grid,.how-strip,.partners-grid,.card-grid,.group-grid,.group-grid.large,.shop-grid,.footer-main,.about-grid,.about-numbers{grid-template-columns:1fr}.ig-banner{margin:18px 16px 0;flex-wrap:wrap}.ig-banner em{width:100%}.city-marquee{max-width:100%}.partners-cta{flex-direction:column;align-items:stretch}.primary,.secondary,.primary.small{min-height:44px}}@media(max-width:390px){.hero h1{font-size:42px;letter-spacing:-2px}.hero-art{min-height:220px}.float-card.where{left:12px;top:12px;transform:scale(.92);transform-origin:top left}.filters{grid-template-columns:1fr}.page-title h1{font-size:34px}}.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}}
