:root{color-scheme:dark;--background:#050608;--surface:rgba(19,20,26,.84);--surface-strong:rgba(28,29,36,.92);--surface-soft:hsla(0,0%,100%,.06);--foreground:#f9fafb;--muted:#9aa1ad;--line:hsla(0,0%,100%,.1);--line-strong:hsla(0,0%,100%,.17);--accent:#c8ff14;--accent-soft:rgba(200,255,20,.16);--accent-ink:#121700;--gold:#ffd37a}*{box-sizing:border-box}html{background:var(--background)}body{margin:0;min-height:100dvh;background:linear-gradient(145deg,hsla(0,0%,100%,.06),transparent 28%),radial-gradient(circle at 26% 10%,rgba(200,255,20,.2),transparent 22rem),radial-gradient(circle at 86% 22%,rgba(91,116,255,.2),transparent 26rem),linear-gradient(180deg,#111216 0,var(--background) 52%);color:var(--foreground);font-family:var(--font-kanit),Arial,Helvetica,sans-serif}button{color:inherit;font:inherit}.home-screen{min-height:100dvh;padding-bottom:118px;display:flex;flex-direction:column;gap:0}.home-hero{position:relative;padding:0 20px 28px;overflow:hidden}.home-hero-bg{position:absolute;inset:0;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 45%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 45%,transparent)}.home-hero-bg-img{object-fit:cover;object-position:center}.home-hero-bg:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.28)}.home-hero-header{display:flex;justify-content:center;align-items:flex-start;padding:40px 16px 12px;position:relative}.hero-settings{position:absolute;top:40px;right:16px}.hero-settings-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:hsla(0,0%,100%,.15);color:#fff;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-settings-btn:active{background:hsla(0,0%,100%,.25)}.hero-settings-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;background:#1e2025;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.5);z-index:200}.hero-settings-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;color:#ff5c5c;font-size:14px;cursor:pointer;text-align:left}.hero-settings-item:hover{background:hsla(0,0%,100%,.06)}.home-logo{object-fit:contain;opacity:.92}.home-hero-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;position:relative}.home-hero-kicker{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.home-hero-title{margin:0;font-size:32px;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-sub{margin:0 0 20px;font-size:13px;color:hsla(0,0%,100%,.8)}.home-hero-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.home-stat-pill{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:hsla(0,0%,100%,.07);border:1px solid var(--line-strong);font-size:13px}.home-stat-pill svg{color:var(--accent);flex-shrink:0}.home-stat-pill strong{font-weight:700;color:var(--foreground)}.home-stat-pill span{color:var(--muted);font-size:12px}.home-section{padding:24px 0 8px;border-top:1px solid var(--line)}.home-section--last{padding-bottom:24px}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;padding:0 20px 14px}.home-section-kicker{display:block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:2px}.home-section-title{margin:0;font-size:18px;font-weight:700}.home-section-more{font-size:12px;color:var(--muted);text-decoration:none;white-space:nowrap;padding-bottom:2px}.home-section-more:hover{color:var(--accent)}.home-section-icon{color:var(--muted);margin-bottom:3px}.home-empty{margin:0;padding:16px 20px 24px;font-size:13px;color:var(--muted)}.home-members-scroll{display:flex;gap:12px;overflow-x:auto;padding:4px 20px 16px;scrollbar-width:none}.home-members-scroll::-webkit-scrollbar{display:none}.home-member-card{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;width:80px;text-align:center;text-decoration:none}.home-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.home-avatar--placeholder{display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--accent-soft),rgba(91,116,255,.2));border:1.5px solid var(--line-strong);font-weight:700;color:var(--accent);font-family:inherit}.home-member-name{font-size:12px;font-weight:600;color:var(--foreground)}.home-member-car,.home-member-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.home-member-car{font-size:10px;color:var(--muted)}.home-member-province{font-size:10px;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:2px 8px;white-space:nowrap}.home-leaderboard{display:flex;flex-direction:column;gap:2px;padding:0 20px 16px}.home-lb-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid transparent;color:inherit;text-decoration:none;transition:background .15s,border-color .15s,transform .15s}.home-lb-row:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.1);transform:translateY(-1px)}.home-lb-row.is-top{background:rgba(200,255,20,.05);border-color:rgba(200,255,20,.12)}.home-lb-row.is-top:hover{background:rgba(200,255,20,.08);border-color:rgba(200,255,20,.2)}.home-lb-rank{font-size:18px;width:28px;text-align:center;flex-shrink:0}.home-lb-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.home-lb-info strong{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-lb-info span{font-size:11px;color:var(--muted)}.home-lb-bar{height:3px;border-radius:999px;background:hsla(0,0%,100%,.08);margin-top:4px;overflow:hidden}.home-lb-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#efff9a)}.home-lb-pts{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--accent);white-space:nowrap;flex-shrink:0}.home-events-scroll{display:flex;gap:14px;overflow-x:auto;padding:4px 20px 16px;scrollbar-width:none}.home-events-scroll::-webkit-scrollbar{display:none}.home-event-card{flex-shrink:0;width:220px;border-radius:16px;overflow:hidden;background:var(--surface);border:1px solid var(--line);text-decoration:none;color:inherit;display:flex;flex-direction:column}.home-event-img{position:relative;aspect-ratio:16/9;overflow:hidden}.home-event-img img{width:100%;height:100%;object-fit:cover;display:block}.home-event-badge{position:absolute;top:8px;left:8px;font-size:10px;font-weight:600;background:var(--accent);color:var(--accent-ink);padding:3px 8px;border-radius:999px}.home-event-badge.is-full{background:#ff8a8a;color:#24080b}.home-event-body{padding:12px;display:flex;flex-direction:column;gap:5px;flex:1 1}.home-event-body strong{font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-event-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--muted)}.home-event-meta svg{flex-shrink:0;color:var(--accent)}.home-places-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:0 20px 8px}.home-place-card{border-radius:14px;overflow:hidden;background:hsla(0,0%,100%,.04);border:1px solid var(--line);display:flex;flex-direction:column}.home-place-img{aspect-ratio:4/3;overflow:hidden;background:hsla(0,0%,100%,.06)}.home-place-img img{width:100%;height:100%;object-fit:cover;display:block}.home-place-img img.is-map-tile{object-fit:cover;filter:brightness(.75) saturate(.8);image-rendering:pixelated}.home-place-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.home-place-body strong{font-size:13px;font-weight:600;line-height:1.3}.home-place-province{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--accent)}.home-place-desc{margin:0;font-size:11px;color:var(--muted);line-height:1.5}.home-posts{gap:10px;padding:0 20px 8px}.home-post-card,.home-posts{display:flex;flex-direction:column}.home-post-card{padding:16px;border-radius:14px;background:hsla(0,0%,100%,.04);border:1px solid var(--line);gap:8px}.home-post-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.home-post-date{margin-left:auto;font-size:11px;color:var(--muted)}.home-post-title{margin:0;font-size:14px;font-weight:600;line-height:1.4}.home-post-body{margin:0;font-size:13px;color:var(--muted);line-height:1.55}.home-post-link{font-size:12px;font-weight:600;color:var(--accent);text-decoration:none;align-self:flex-start}.home-post-link:hover{text-decoration:underline}.profile-screen{min-height:100dvh;display:block;padding:0 0 118px}.profile-shell{position:relative;width:100%;min-height:100dvh;overflow:hidden;border:0;border-radius:0;background:linear-gradient(180deg,hsla(0,0%,100%,.09),hsla(0,0%,100%,.02) 22%),rgba(5,6,8,.9);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-shell:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(200,255,20,.04)}.profile-topbar{position:absolute;top:0;left:0;right:0;z-index:3;height:92px;justify-content:space-between;padding:16px 18px 24px;background:linear-gradient(180deg,rgba(5,6,8,.78),rgba(5,6,8,.34) 68%,transparent)}.brand-mark,.profile-topbar{display:flex;align-items:center}.brand-mark{width:92px;height:42px}.brand-mark img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6))}.topbar-actions{display:flex;gap:8px}.topbar-actions button{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.08);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);font-size:13px;font-weight:700}.topbar-actions .member-id-button:first-child{border-color:rgba(200,255,20,.24);background:var(--accent-soft);color:var(--accent)}.topbar-settings-btn{border:none!important;background:none!important;box-shadow:none!important;min-width:unset!important;width:34px;color:hsla(0,0%,100%,.7);padding:0}.topbar-settings-btn:hover{color:var(--foreground)}.topbar-actions .member-id-button{width:auto;min-width:116px;padding:0 14px;border-color:rgba(200,255,20,.42);background:rgba(200,255,20,.18);box-shadow:0 0 24px rgba(200,255,20,.13),inset 0 1px 0 hsla(0,0%,100%,.14);color:var(--accent);font-size:12px;letter-spacing:0;white-space:nowrap}.profile-avatar-center{position:relative;z-index:2;display:flex;justify-content:center;margin-top:-65px;padding-bottom:4px}.profile-avatar-center .avatar-wrap{position:relative;left:auto;bottom:auto;width:130px;height:130px}.profile-identity{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 24px 20px}.profile-identity .membership-pill{margin-bottom:12px}.profile-identity h1{font-size:26px}.profile-identity p{margin:6px 0 0;color:var(--muted);font-size:13px}.profile-hero{position:relative;min-height:254px}.cover-image{width:100%;height:254px;display:block;object-fit:cover;object-position:center 54%;background:#15171d;filter:saturate(.86) contrast(1.08)}.activities-hero{position:relative;min-height:318px}.activities-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,6,8,.08),rgba(5,6,8,.28) 36%,rgba(5,6,8,.96)),linear-gradient(90deg,rgba(5,6,8,.68),rgba(5,6,8,.12) 58%);pointer-events:none}.activities-hero .cover-image{height:318px}.activities-hero-content{position:absolute;left:20px;right:20px;bottom:24px;z-index:2}.activities-hero-content span{display:block;margin-bottom:8px;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase}.activities-hero-content h1{margin:0;font-size:42px;line-height:1}.activities-hero-content p{max-width:320px;margin:10px 0 0;color:hsla(0,0%,100%,.68);font-size:14px;line-height:1.45}.profile-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,6,8,.08),rgba(5,6,8,.2) 42%,rgba(5,6,8,.95)),linear-gradient(90deg,rgba(5,6,8,.62),transparent 42%);pointer-events:none}.avatar-wrap{position:absolute;left:22px;bottom:0;z-index:2;width:124px;height:124px;padding:4px;border:1px solid rgba(200,255,20,.48);border-radius:999px;background:linear-gradient(#0b0c10,#0b0c10) padding-box,linear-gradient(145deg,var(--accent),hsla(0,0%,100%,.46),rgba(200,255,20,.18)) border-box;box-shadow:0 18px 42px rgba(0,0,0,.55),0 0 34px rgba(200,255,20,.18)}.avatar-image{width:100%;height:100%;display:block;border:5px solid #07080a;border-radius:inherit;object-fit:cover;object-position:center 28%}.profile-summary{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:12px 20px 18px}.membership-pill{display:inline-flex;align-items:center;gap:7px;min-height:30px;margin-bottom:12px;padding:0 12px;border:1px solid rgba(200,255,20,.34);border-radius:999px;background:linear-gradient(135deg,var(--accent),#ecff8b);color:var(--accent-ink);box-shadow:0 12px 28px rgba(200,255,20,.14);font-size:12px;font-weight:700}h1{margin:0;font-size:26px;line-height:1.15;letter-spacing:0;font-weight:700}.profile-summary p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.edit-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:76px;min-height:34px;border:1px solid hsla(0,0%,100%,.12);border-radius:999px;background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.78);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08);font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.edit-button svg{color:var(--accent)}.joined-card,.member-info-card{width:calc(100% - 32px);margin:0 auto 14px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 18px 40px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.detail-row span{color:var(--muted)}.profile-stats{width:calc(100% - 32px);margin:0 auto 14px;display:grid;grid-template-columns:repeat(3,1fr)}.profile-stat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:18px 8px;text-align:center}.profile-stat+.profile-stat:before{content:"";position:absolute;left:0;top:18%;height:64%;width:1px;background:var(--line)}.profile-stat-icon{color:var(--gold);margin-bottom:2px}.profile-stat strong{font-size:28px;font-weight:700;line-height:1;color:var(--foreground);letter-spacing:-.02em}.profile-stat:first-child strong{color:var(--gold);text-shadow:0 0 20px rgba(255,211,122,.3)}.profile-stat-text{font-size:18px!important;letter-spacing:0!important}.profile-stat span{font-size:11px;color:var(--muted);font-weight:500}.activities-overview{width:calc(100% - 32px);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:0 auto 18px}.activities-overview article{min-height:112px;display:grid;align-content:space-between;padding:14px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.025)),rgba(19,20,26,.84);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.activities-overview svg{color:var(--accent)}.activities-overview span{color:var(--muted);font-size:11px;line-height:1.2}.activities-overview strong{color:var(--foreground);font-size:24px;font-weight:600;line-height:1}.member-info-card{position:relative;overflow:hidden;margin-bottom:22px;padding:16px;border-radius:22px;background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.025)),rgba(20,21,27,.9)}.member-info-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(200,255,20,.18),transparent 8rem);pointer-events:none}.member-info-header{position:relative;display:flex;align-items:center;gap:12px;margin-bottom:16px}.member-info-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#efff9a);color:var(--accent-ink);box-shadow:0 12px 24px rgba(200,255,20,.16)}.member-info-header h2{margin:0;color:var(--foreground);font-size:19px;line-height:1.15;font-weight:600}.member-info-header p{margin:4px 0 0;color:var(--muted);font-size:12px}.member-info-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px 10px;gap:14px 10px}.member-info-item{min-width:0}.member-info-item span{display:block;margin-bottom:4px;color:hsla(0,0%,100%,.48);font-size:11px;line-height:1.2}.member-info-item strong{display:block;color:var(--foreground);font-size:14px;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.expand-button{position:relative;width:-moz-fit-content;width:fit-content;min-height:32px;display:flex;align-items:center;justify-content:center;gap:6px;margin:16px auto 0;padding:0 10px;border:0;border-radius:999px;background:transparent;color:hsla(0,0%,100%,.56);font-size:11px;font-weight:500}.expand-button svg{transition:transform .18s ease}.expand-button:hover{background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.78)}.expand-button.is-expanded svg{transform:rotate(180deg)}.member-extra-list{position:relative;overflow:hidden;margin-top:12px;border:1px solid var(--line);border-radius:16px;background:rgba(5,6,8,.26)}.member-extra-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;border-bottom:1px solid var(--line)}.member-extra-row:last-child{border-bottom:0}.member-extra-row span{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.member-extra-row svg{color:var(--accent)}.member-extra-row strong{max-width:52%;color:var(--foreground);text-align:right;font-size:13px;font-weight:600;overflow-wrap:anywhere}.member-vehicles{width:calc(100% - 32px);margin:0 auto 22px}.member-vehicles-heading{margin-bottom:12px}.member-vehicle-list{display:grid;grid-gap:12px;gap:12px}.member-vehicle-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.025)),rgba(20,21,27,.9);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 16px 34px rgba(0,0,0,.18)}.member-vehicle-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:hsla(0,0%,100%,.04)}.member-vehicle-image img{object-fit:cover}.member-vehicle-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.28));pointer-events:none}.member-vehicle-image span{position:absolute;left:12px;top:12px;z-index:1;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:12px;font-weight:800}.member-vehicle-body{display:grid;grid-gap:12px;gap:12px;padding:14px}.member-vehicle-title h3{margin:0;color:var(--foreground);font-size:18px;line-height:1.25;font-weight:700}.member-vehicle-title p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:600}.member-vehicle-details{display:grid;grid-gap:8px;gap:8px}.member-vehicle-details span{display:inline-flex;align-items:center;gap:8px;min-width:0;color:hsla(0,0%,100%,.7);font-size:13px;line-height:1.35}.member-vehicle-details svg{flex:0 0 auto;color:var(--accent)}.joined-activities{width:calc(100% - 32px);margin:0 auto 42px}.activities-page-list{margin-top:4px}.empty-state{text-align:center;color:var(--text-muted);font-size:.85rem;padding:24px 0}.profile-not-found-shell{min-height:360px;display:grid;place-items:center}.profile-not-found{width:100%;padding:48px 28px;text-align:center}.profile-not-found span{display:block;margin-bottom:8px;color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase}.profile-not-found h1{margin:0 0 10px;color:var(--foreground);font-size:28px;line-height:1.2;font-weight:700}.profile-not-found p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 14px}.section-heading span{display:block;margin-bottom:3px;color:var(--accent);font-size:10px;font-weight:700;text-transform:uppercase}.section-heading h2{margin:0;color:var(--foreground);font-size:19px;line-height:1.2;font-weight:600}.section-heading strong{display:grid;place-items:center;min-width:34px;height:34px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:14px}.activity-list{display:grid;grid-gap:12px;gap:12px}.joined-card{position:relative;overflow:hidden;width:100%;display:grid;grid-template-columns:1fr 118px;grid-gap:14px;gap:14px;min-height:154px;padding:14px;border-radius:22px;background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03)),rgba(20,21,27,.9)}.joined-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 0,rgba(200,255,20,.13),transparent 9rem);pointer-events:none}.joined-content{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column}.joined-content h3{margin:0;max-width:190px;color:var(--foreground);font-size:20px;line-height:1.12;font-weight:600}.event-status{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:24px;margin-bottom:8px;padding:0 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:600}.event-status.is-full{background:rgba(255,95,95,.14);color:#ff8a8a}.joined-content p{margin:6px 0 10px;color:var(--muted);font-size:12px;line-height:1.35}.activity-meta{display:grid;grid-gap:5px;gap:5px;margin-bottom:12px}.activity-meta span{display:inline-flex;align-items:center;gap:6px;color:hsla(0,0%,100%,.62);font-size:11px;font-weight:500}.activity-meta svg{color:var(--accent)}.activity-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:12px}.btn-join{border:0;border-radius:999px;background:linear-gradient(135deg,var(--accent),#efff9a);color:var(--accent-ink);box-shadow:0 12px 24px rgba(200,255,20,.16)}.btn-detail,.btn-join{min-height:34px;padding:0 15px;font-size:12px;font-weight:600}.btn-detail{display:inline-flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.75);text-decoration:none}.btn-detail:hover{background:hsla(0,0%,100%,.11);color:var(--foreground)}.joined-image{position:relative;z-index:1;width:118px;height:126px;align-self:center;border-radius:18px;object-fit:cover;object-position:center;filter:saturate(.92) contrast(1.04)}.bottom-nav{position:fixed;left:0;right:0;bottom:max(18px,env(safe-area-inset-bottom));z-index:5;width:100%;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;grid-gap:0;gap:0;padding:0 max(18px,env(safe-area-inset-left)) 0 max(18px,env(safe-area-inset-right));border:0;background:transparent;box-shadow:none;transform:translateZ(0);opacity:1;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,filter .32s ease;will-change:transform,opacity}.bottom-nav:before{content:"";position:absolute;left:0;right:0;bottom:-28px;z-index:-1;width:100%;height:148px;border-bottom-left-radius:0;border-bottom-right-radius:0;background:linear-gradient(180deg,rgba(5,6,8,0),rgba(5,6,8,.82) 42%,rgba(5,6,8,.96)),radial-gradient(ellipse at center bottom,rgba(5,6,8,.98),rgba(5,6,8,.52) 48%,rgba(5,6,8,0));pointer-events:none}.bottom-nav.is-hidden{transform:translate3d(0,92px,0) scale(.96);opacity:0;filter:blur(4px);pointer-events:none}.bottom-nav a{position:relative;display:inline-grid;place-items:center;width:52px;height:52px;margin:0 auto;border:0;border-radius:999px;background:transparent;color:hsla(0,0%,100%,.92);text-decoration:none;transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.bottom-nav a svg{color:currentColor}.bottom-nav a.active{background:linear-gradient(135deg,var(--accent),#efff9a);color:var(--accent-ink);box-shadow:0 13px 28px rgba(200,255,20,.26),inset 0 1px 0 hsla(0,0%,100%,.55);transform:translateY(-4px)}.bottom-nav a:not(.active):active{transform:scale(.94)}.placeholder-screen{min-height:100dvh;display:grid;place-items:center;padding:24px 16px 118px}.placeholder-panel{width:min(100%,430px);min-height:320px;display:grid;align-content:center;grid-gap:10px;gap:10px;padding:28px;border:1px solid var(--line-strong);border-radius:30px;background:radial-gradient(circle at 0 0,rgba(200,255,20,.16),transparent 14rem),rgba(19,20,26,.82);box-shadow:0 34px 90px rgba(0,0,0,.42),inset 0 1px 0 hsla(0,0%,100%,.12)}.placeholder-panel span{color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase}.placeholder-panel h1{margin:0;font-size:34px}.placeholder-panel p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}@media (max-width:420px){.profile-screen{padding-bottom:112px}.profile-shell{min-height:100dvh}.bottom-nav{padding:0 max(12px,env(safe-area-inset-left)) 0 max(12px,env(safe-area-inset-right))}}.activity-detail-shell{overflow:visible}.activity-detail-hero{position:relative;height:280px;overflow:hidden;border-radius:34px 34px 0 0}.activity-detail-hero .cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.85) brightness(.7)}.detail-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:rgba(5,6,8,.55);border:1px solid hsla(0,0%,100%,.14);color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-decoration:none;flex-shrink:0}.detail-back-btn:hover{background:rgba(5,6,8,.78)}.activity-detail-hero-content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:48px 20px 22px;background:linear-gradient(0deg,rgba(5,6,8,.92) 0,transparent)}.activity-detail-hero-content h1{margin:6px 0 4px;font-size:24px;font-weight:700;line-height:1.1;color:var(--foreground)}.activity-detail-hero-content p{margin:0;font-size:12px;color:hsla(0,0%,100%,.72);line-height:1.4}.activity-detail-info{display:flex;flex-direction:column;gap:14px;padding:20px 20px 6px;border-bottom:1px solid var(--line)}.detail-info-row{display:flex;align-items:flex-start;gap:12px}.detail-info-icon{color:var(--accent);margin-top:2px;flex-shrink:0}.detail-info-row div{display:flex;flex-direction:column;gap:1px}.detail-info-label{font-size:10px;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.detail-info-row strong{font-size:14px;font-weight:600;color:var(--foreground)}.detail-fill-bar-wrap{display:flex;align-items:center;gap:10px;margin-top:2px;padding-bottom:6px}.detail-fill-bar{flex:1 1;height:5px;border-radius:999px;background:hsla(0,0%,100%,.1);overflow:hidden}.detail-fill-bar-inner{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#efff9a);transition:width .4s ease}.detail-fill-bar-wrap>span{font-size:10px;color:var(--muted);white-space:nowrap}.activity-detail-map{padding-bottom:16px}.detail-map-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.06)}.detail-map-iframe{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:12px}.detail-map-open{display:inline-flex;align-items:center;gap:5px;margin-top:10px;font-size:12px;font-weight:500;color:var(--accent);text-decoration:none}.detail-map-open:hover{text-decoration:underline}.detail-map-link{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:500;color:var(--accent);text-decoration:none}.detail-map-link:hover{text-decoration:underline}.activity-detail-section{padding:20px 20px 4px;border-bottom:1px solid var(--line)}.activity-detail-section:last-of-type{border-bottom:none}.detail-section-title{margin:0 0 12px;font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.detail-description{margin:0 0 16px;font-size:13px;line-height:1.65;color:hsla(0,0%,100%,.78)}.detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.detail-gallery img{width:100%;aspect-ratio:16/10;display:block;border:1px solid var(--line);border-radius:16px;object-fit:cover;background:#15171d}.detail-route{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;background:var(--surface-soft);border:1px solid var(--line);margin-bottom:16px;flex-wrap:wrap}.detail-route-point{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--foreground);font-weight:500;flex:1 1;min-width:0}.route-dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.route-dot--start{background:var(--accent);box-shadow:0 0 8px rgba(200,255,20,.6)}.route-dot--end{background:#5b74ff;box-shadow:0 0 8px rgba(91,116,255,.6)}.route-arrow{color:var(--muted);flex-shrink:0}.detail-itinerary{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.itinerary-day-label{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.06em;margin-bottom:10px}.itinerary-list{margin:0;list-style:none;display:flex;flex-direction:column;gap:0;border-left:2px solid var(--line);padding:0 0 0 14px}.itinerary-list li{position:relative;font-size:12px;color:hsla(0,0%,100%,.78);line-height:1.5;padding:5px 0}.itinerary-list li:before{content:"";position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:999px;background:var(--line-strong)}.itinerary-list li:first-child:before{background:var(--accent)}.detail-points-badge{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,rgba(255,211,122,.12),rgba(255,211,122,.04));border:1px solid rgba(255,211,122,.2);margin-bottom:16px;color:var(--gold)}.detail-points-badge span{font-size:20px;font-weight:700;flex:1 1}.detail-points-badge p{margin:0;font-size:11px;color:rgba(255,211,122,.7)}.activity-detail-cta{padding:16px 20px 20px}.btn-join--full{display:block;width:100%;min-height:48px;font-size:15px}.places-shell{overflow:visible}.places-hero{position:relative;min-height:318px}.places-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,6,8,.1),rgba(5,6,8,.32) 38%,rgba(5,6,8,.95)),linear-gradient(90deg,rgba(5,6,8,.6),rgba(5,6,8,.1) 60%);pointer-events:none}.places-hero .cover-image{height:318px;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 50%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 50%,transparent)}.places-hero-content{position:absolute;left:20px;right:20px;bottom:22px;z-index:2}.places-hero-content span{display:block;margin-bottom:6px;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.places-hero-content h1{margin:0;font-size:38px;line-height:1}.places-hero-content p{max-width:300px;margin:8px 0 0;color:hsla(0,0%,100%,.68);font-size:13px;line-height:1.45}.places-body{padding:18px 0 8px}.places-category-scroll{display:flex;gap:8px;padding:0 16px 18px;overflow-x:auto;scrollbar-width:none}.places-category-scroll::-webkit-scrollbar{display:none}.places-cat-btn{flex-shrink:0;min-height:32px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.places-cat-btn--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.places-list{display:flex;flex-direction:column;gap:14px;padding:0 16px 8px}.activity-card-link,.place-card-link{display:block;text-decoration:none;color:inherit}.place-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface);box-shadow:0 12px 32px rgba(0,0,0,.22);transition:border-color .18s ease}.place-card-link:hover .place-card{border-color:hsla(0,0%,100%,.22)}.place-card-image-wrap{position:relative;height:160px}.place-card-image{width:100%;height:160px;object-fit:cover;object-position:center;display:block;filter:saturate(.88) brightness(.92)}.place-card-tag{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:0 10px;border-radius:999px;background:rgba(5,6,8,.62);border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.85);font-size:10px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.place-card-body{padding:14px 16px 16px}.place-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.place-card-header h3{margin:0 0 4px;font-size:17px;font-weight:700;color:var(--foreground);line-height:1.15}.place-card-location{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:11px;font-weight:500}.place-card-location svg{color:var(--accent)}.place-card-rating{display:flex;align-items:center;gap:3px;flex-shrink:0}.place-card-cat{flex-shrink:0;display:inline-flex;align-items:center;min-block-size:22px;padding:0 9px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:600;white-space:nowrap}.place-card-rating span{color:var(--gold);font-size:13px}.place-card-rating strong{color:var(--foreground);font-size:13px;font-weight:700}.place-card-body p{margin:0;font-size:12px;line-height:1.6;color:hsla(0,0%,100%,.62)}.place-gallery{display:flex;gap:10px;padding:16px 16px 4px;overflow-x:auto;scrollbar-width:none}.place-gallery::-webkit-scrollbar{display:none}.place-gallery-item{flex-shrink:0;width:220px;height:148px;border-radius:16px;overflow:hidden;border:none;padding:0;background:none;cursor:pointer}.place-gallery-item:hover .place-gallery-img{filter:brightness(1.08)}.lightbox-backdrop{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:lightbox-in .18s ease}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:18px;right:18px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-close:hover{background:hsla(0,0%,100%,.2)}.lightbox-img-wrap{position:relative;width:100%;max-width:800px;aspect-ratio:4/3;border-radius:18px;overflow:hidden}.lightbox-img{object-fit:contain}.place-gallery-img{width:100%;height:100%;object-fit:cover;display:block}.place-highlights{margin:0 0 16px;list-style:none;display:flex;flex-direction:column;gap:0;border-left:2px solid var(--line);padding:0 0 0 14px}.place-highlights li{position:relative;font-size:13px;color:hsla(0,0%,100%,.78);line-height:1.5;padding:6px 0}.place-highlights li:before{content:"";position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:999px;background:var(--accent)}.members-shell{padding-bottom:100px}.members-list-section{padding:0 20px}.members-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:16px}.member-card-link{text-decoration:none;display:block}.member-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:border-color .15s,transform .15s}.member-card-link:hover .member-card{border-color:var(--accent);transform:translateY(-2px)}.member-card-avatar{position:relative;width:100%;aspect-ratio:1;background:var(--surface-strong);overflow:hidden}.member-card-avatar-img{width:100%;height:100%;object-fit:cover}.member-card-avatar-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--accent);background:rgba(200,255,20,.06)}.member-card-number{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.65);color:var(--accent);font-size:10px;font-weight:600;padding:3px 7px;border-radius:999px;letter-spacing:.04em}.member-card-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:3px}.member-card-name{margin:0;font-size:14px;font-weight:600;color:var(--foreground)}.member-card-car,.member-card-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-card-car{font-size:12px;color:var(--muted)}.member-card-province{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--muted)}.member-card-province svg{color:var(--accent);flex-shrink:0}.member-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding-top:8px;border-top:1px solid var(--line)}.member-card-points{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--accent)}.member-card-type{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.login-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-bg{position:absolute;inset:0;background-size:cover;background-position:50%;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 50%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 50%,transparent)}.login-bg:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.login-card{position:relative;z-index:1;width:100%;max-width:360px;margin:0 20px;display:flex;flex-direction:column;align-items:center;gap:0}.login-logo{margin-bottom:32px}.login-body{width:100%;background:rgba(13,14,18,.85);border:1px solid var(--line-strong);border-radius:24px;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:center;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-title{margin:0;font-size:22px;font-weight:700}.login-sub{margin:0;color:var(--muted)}.login-error,.login-sub{font-size:13px;text-align:center}.login-error{width:100%;padding:12px 16px;background:rgba(255,60,60,.12);border:1px solid rgba(255,60,60,.3);border-radius:12px;color:#ff8080}.login-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;margin-top:8px;background:#fff;color:#1a1a1a;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .15s}.login-google-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.login-google-btn:disabled{opacity:.5;cursor:not-allowed}.login-divider{width:100%;display:flex;align-items:center;gap:12px;margin:2px 0;color:var(--muted);font-size:12px;font-weight:700}.login-divider:after,.login-divider:before{content:"";height:1px;flex:1 1;background:hsla(0,0%,100%,.11)}.login-phone-form{width:100%;display:grid;grid-gap:10px;gap:10px}.login-phone-field{width:100%;display:grid;grid-gap:7px;gap:7px}.login-phone-field span{color:var(--muted-strong);font-size:12px;font-weight:700}.login-phone-field small{color:var(--muted);font-size:11px;font-weight:600;line-height:1.35}.login-phone-field input{width:100%;height:48px;padding:0 14px;border:1px solid hsla(0,0%,100%,.14);border-radius:14px;outline:none;background:hsla(0,0%,100%,.07);color:var(--foreground);font:inherit;font-size:15px;font-weight:700}.login-phone-field input:focus{border-color:rgba(200,255,20,.62);box-shadow:0 0 0 3px rgba(200,255,20,.12)}.login-phone-field input::placeholder{color:hsla(0,0%,100%,.36)}.login-phone-btn,.login-phone-secondary{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:opacity .15s,transform .15s}.login-phone-btn{width:100%;border:0;background:var(--accent);color:#10130a}.login-phone-secondary{border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.07);color:var(--muted-strong)}.login-phone-btn:hover:not(:disabled),.login-phone-secondary:hover:not(:disabled){transform:translateY(-1px)}.login-phone-btn:disabled,.login-phone-secondary:disabled{opacity:.5;cursor:not-allowed}.login-phone-actions{display:grid;grid-template-columns:.86fr 1fr;grid-gap:10px;gap:10px}.login-hint{margin:0;font-size:12px;color:var(--muted);text-align:center}.bottom-nav-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1.5px solid var(--accent)}.bottom-nav-label{display:none}.settings-shell{min-height:100dvh;padding:60px 20px 120px;display:flex;flex-direction:column;gap:20px}.settings-header h1{margin:0;font-size:26px;font-weight:700}.settings-loading{padding:60px 0;text-align:center;color:var(--muted);font-size:14px}.settings-guest{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 0}.settings-guest-avatar{width:80px;height:80px;border-radius:50%;background:var(--surface-strong);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted)}.settings-guest-text{margin:0;font-size:15px;color:var(--muted)}.settings-login-btn{display:flex;align-items:center;gap:8px;padding:12px 28px;background:var(--accent);color:var(--accent-ink);border-radius:14px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .15s}.settings-login-btn:hover{opacity:.88}.settings-profile-row{display:flex;align-items:center;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:18px}.settings-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface-strong)}.settings-avatar-img{width:100%;height:100%;object-fit:cover}.settings-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--accent);background:rgba(200,255,20,.08)}.settings-profile-info{display:flex;flex-direction:column;gap:2px}.settings-profile-info strong{font-size:16px;font-weight:700}.settings-profile-info span{font-size:12px;color:var(--muted)}.settings-member-num{font-size:11px!important;color:var(--accent)!important;background:var(--accent-soft);border-radius:999px;padding:2px 10px;width:-moz-fit-content;width:fit-content}.settings-stats{display:flex;gap:8px}.settings-stat{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;text-align:center}.settings-stat svg{color:var(--accent)}.settings-stat strong{font-size:15px;font-weight:700}.settings-stat span{font-size:10px;color:var(--muted)}.settings-section{display:flex;flex-direction:column;gap:2px}.settings-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 4px 6px}.settings-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:14px;font-size:14px;color:var(--foreground);margin-bottom:2px}.settings-row svg{color:var(--muted);flex-shrink:0}.settings-row--link{text-decoration:none;cursor:pointer;transition:border-color .15s}.settings-row--link:hover{border-color:var(--accent)}.settings-logout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;margin-top:8px;background:rgba(255,60,60,.08);border:1px solid rgba(255,60,60,.2);border-radius:14px;font-size:15px;font-weight:600;color:#ff7070;cursor:pointer;transition:background .15s}.settings-logout-btn:hover{background:rgba(255,60,60,.14)}.auth-gate-loading{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:var(--background)}.auth-gate-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--line-strong);border-top-color:var(--accent);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:768px){.bottom-nav{bottom:auto;top:0;z-index:100;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px;padding:0 48px;height:64px;background:rgba(5,6,8,.72);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid hsla(0,0%,100%,.08)}.bottom-nav:before{display:none}.bottom-nav a{display:flex;flex-direction:row;align-items:center;align-self:center;width:auto;height:auto;padding:8px 16px;border-radius:8px;gap:7px;margin:0}.bottom-nav a svg{width:18px;height:18px;flex-shrink:0}.bottom-nav-label{display:block;font-size:13px;font-weight:500;line-height:1}.bottom-nav a.active .bottom-nav-label{color:var(--accent-ink)}.bottom-nav-avatar{width:22px;height:22px}.profile-screen{padding-bottom:48px}.home-hero-header{padding-top:80px}.hero-settings{top:80px}.profile-topbar{display:none}.cover-image{height:420px}.activities-hero{min-height:500px}.activities-hero .cover-image{height:500px}.activities-hero-content{left:calc(50% - 530px);right:calc(50% - 530px);bottom:44px}.activities-hero-content h1{font-size:68px}.activities-hero-content p{font-size:15px;max-width:520px}.places-hero .cover-image{height:460px}.places-hero-content{left:calc(50% - 530px);right:calc(50% - 530px);bottom:44px}.places-hero-content h1{font-size:68px}.members-shell .places-hero .cover-image{height:440px}.profile-topbar{max-width:1060px;left:50%;transform:translateX(-50%)}.activities-overview{display:flex;width:100%;max-width:1060px;margin:0 auto;gap:0;padding:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.activities-overview article{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-content:unset;gap:4px;min-height:auto;padding:28px 32px;background:none;border:none;border-right:1px solid var(--line);border-radius:0;box-shadow:none}.activities-overview article:last-child{border-right:none}.activities-overview strong{font-size:32px}.joined-activities{width:auto;max-width:1060px;margin-left:auto;margin-right:auto;padding:0 32px}.activity-list{grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}.joined-card{display:flex;flex-direction:row;align-items:stretch;gap:14px;min-height:220px}.joined-content{flex:1 1;min-width:0;align-self:stretch}.joined-image{width:118px;height:auto;align-self:center;flex-shrink:0}.places-body{max-width:1060px;margin:0 auto;padding:20px 32px 12px}.places-category-scroll{padding:0 0 20px}.places-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;padding:0}.members-shell{padding-bottom:0}.members-list-section{max-width:1060px;margin:0 auto;padding:0 32px 32px}.members-grid{grid-template-columns:repeat(4,1fr);gap:16px}.profile-hero{min-height:360px}.profile-hero .cover-image{height:360px}.avatar-wrap{left:calc(50% - 498px);width:140px;height:140px}.profile-avatar-center .avatar-wrap{left:auto}.profile-summary{max-width:1060px;margin:0 auto;padding:16px 36px 20px;width:100%;box-sizing:border-box}.joined-card,.member-info-card,.member-vehicles,.profile-stats{max-width:calc(1060px - 56px);width:auto}.member-vehicles{margin-left:auto;margin-right:auto}.member-vehicle-list{grid-template-columns:repeat(2,1fr)}.activity-detail-shell{max-width:1060px;margin:0 auto}.activity-detail-hero{height:440px;border-radius:0}.activity-detail-hero-content{padding:72px 40px 32px}.activity-detail-hero-content h1{font-size:32px}.activity-detail-info,.activity-detail-section{padding:24px 40px 8px}.activity-detail-map{padding:0 40px 20px}.activity-detail-cta{padding:20px 40px 32px}.place-gallery{padding:16px 40px 8px;gap:14px}.place-gallery-item{width:260px;height:174px}.login-bg{-webkit-mask-image:none;mask-image:none}.login-bg:after{background:rgba(0,0,0,.48)}.login-card{max-width:400px}.settings-shell{max-width:640px;margin:0 auto;padding-top:48px;padding-bottom:48px}.home-screen{padding-bottom:40px}.home-hero{min-height:520px;padding:0;display:flex;flex-direction:column;justify-content:space-between}.home-hero-bg{-webkit-mask-image:linear-gradient(180deg,#000 0,#000 55%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 55%,transparent)}.home-hero-header{max-width:1140px;margin:0 auto;width:100%;padding:52px 48px 0;justify-content:flex-start}.hero-settings{top:52px;right:48px}.home-logo{width:220px;height:165px}.home-hero-body{max-width:1140px;margin:0 auto;width:100%;padding:0 48px 52px;align-items:flex-start;text-align:left}.home-hero-sub{font-size:15px;margin-bottom:28px}.home-hero-stats{gap:12px}.home-stat-pill{padding:9px 18px;font-size:14px}.home-body{max-width:1140px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 340px;grid-template-rows:auto auto;grid-template-areas:"events  members" "places  leaderboard";grid-gap:0 40px;gap:0 40px;align-items:start}.home-section--events{grid-area:events}.home-section--places{grid-area:places}.home-section--members{grid-area:members}.home-section--leaderboard{grid-area:leaderboard}.home-section--members{border-top:none;padding-top:28px}.home-body .home-empty,.home-body .home-leaderboard,.home-body .home-members-scroll,.home-body .home-section-head{padding-left:0;padding-right:0}.home-section--events .home-events-scroll,.home-section--places .home-events-scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow-x:visible;grid-gap:16px;gap:16px;padding:4px 0 20px}.home-section--events .home-event-card,.home-section--places .home-event-card{width:auto}.home-section--members .home-members-scroll{flex-wrap:wrap;overflow-x:visible;gap:16px;padding-left:0;padding-right:0}.home-section--members .home-member-card{flex-shrink:unset;width:72px}.home-section--leaderboard .home-leaderboard{padding-left:0;padding-right:0}}.profile-stat--link{text-decoration:none;cursor:pointer}.profile-stat--link:hover strong{color:var(--accent);text-shadow:0 0 20px rgba(200,255,20,.25)}.profile-stat--link:after{content:"›";display:block;font-size:10px;color:var(--accent);opacity:.7;margin-top:1px}.pt-shell{padding-bottom:100px}.pt-header{gap:14px;padding:16px 16px 12px}.pt-back-btn,.pt-header{display:flex;align-items:center}.pt-back-btn{justify-content:center;width:36px;height:36px;border-radius:999px;background:rgba(5,6,8,.55);border:1px solid hsla(0,0%,100%,.14);color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-decoration:none;flex-shrink:0}.pt-back-btn:hover{background:rgba(5,6,8,.78)}.pt-header-title span{display:block;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--accent);margin-bottom:2px}.pt-header-title h1{margin:0;font-size:20px;font-weight:700;line-height:1.1}.pt-member-row{gap:12px;margin:4px 16px 14px;padding:14px;border-radius:16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07)}.pt-avatar,.pt-member-row{display:flex;align-items:center}.pt-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:hsla(0,0%,100%,.08);justify-content:center;font-size:20px;font-weight:700;color:var(--foreground)}.pt-avatar img{width:100%;height:100%;object-fit:cover}.pt-member-info{flex:1 1;min-width:0}.pt-member-info strong{display:block;font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-member-info span{display:block;font-size:11px;color:var(--muted);margin-top:2px}.pt-balance{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;color:var(--gold,#ffd37a);flex-shrink:0}.pt-balance strong{font-size:20px;font-weight:700;line-height:1}.pt-balance span{font-size:10px;color:var(--muted);font-weight:500}.pt-summary-bar{display:flex;gap:1px;margin:0 16px 20px;border-radius:14px;overflow:hidden;border:1px solid hsla(0,0%,100%,.07)}.pt-summary-item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:12px 8px;background:hsla(0,0%,100%,.03);text-align:center}.pt-summary-item span{font-size:10px;color:var(--muted);font-weight:500}.pt-summary-item strong{font-size:16px;font-weight:700;color:var(--foreground)}.pt-summary-item strong.is-plus{color:#4ade80}.pt-list-section{padding:0}.pt-tx-list{display:grid;grid-gap:8px;gap:8px;padding:8px 16px 0}.pt-tx-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07)}.pt-tx-card.is-cancelled{opacity:.45;filter:grayscale(.5)}.pt-tx-source{gap:10px;flex:1 1;min-width:0}.pt-tx-event-img,.pt-tx-source{display:flex;align-items:center}.pt-tx-event-img{width:44px;height:44px;border-radius:10px;overflow:hidden;flex-shrink:0;background:hsla(0,0%,100%,.07);justify-content:center;color:var(--muted)}.pt-tx-event-img img{width:100%;height:100%;object-fit:cover}.pt-tx-system-icon{width:44px;height:44px;border-radius:10px;flex-shrink:0;background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;color:var(--muted)}.pt-tx-info{min-width:0}.pt-tx-info strong{display:block;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-tx-meta{display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:3px}.pt-tx-meta span{display:flex;align-items:center;gap:3px;font-size:10px;color:var(--muted)}.pt-tx-reason{display:block;font-size:11px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-tx-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.pt-tx-amount{display:flex;align-items:center;gap:3px;font-size:15px;font-weight:700}.pt-tx-amount.is-plus{color:#4ade80}.pt-tx-amount.is-minus{color:#f87171}.pt-tx-cancelled{display:flex;align-items:center;gap:3px}.pt-tx-cancelled,.pt-tx-date{font-size:10px;color:var(--muted)}.route-loading-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% 24%,rgba(190,255,26,.08),transparent 34%),#050607}.route-loading-card{display:flex;flex-direction:column;align-items:center;gap:18px;opacity:.96}.route-loading-spinner{width:34px;height:34px;border-radius:999px;border:3px solid hsla(0,0%,100%,.16);border-top:3px solid var(--accent);animation:route-spin .78s linear infinite}@keyframes route-spin{to{transform:rotate(1turn)}}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f8facca68d062c27-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/cef7b1d77d754f57-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bcc230760beba904-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf2a3d1ec1972157-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/75717585c59e5075-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/158a69e2aae09d8b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9c064da0c6a8705d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a5f02fb6311fcdbc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c0ec9aca5b19e917-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06bc8c83090c1ec1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f6d3ad4ae0f1460-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eb67d5f0a1d7501d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e947190c9bdf6068-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/52c95d4165d01384-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/574f1d56a01c5fcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/25f7d470e08d7a87-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dd867c03515903ae-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5dfeb3c6bf0f27aa-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5d1189028b68a613-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/61eb19e8a04bc1be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/1ce8bc761c7de99c-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/a51b7baf2cdbd7ab-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d6e1b2c00650118d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f42c4a7e6e15f653-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/72646736d8050160-s.p.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/d1a030f83e38e9d8-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/43727d449f9cd507-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Kanit_371982;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e1fc1184cf147048-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Kanit_Fallback_371982;src:local("Arial");ascent-override:108.49%;descent-override:38.96%;line-gap-override:0.00%;size-adjust:101.39%}.__className_371982{font-family:__Kanit_371982,__Kanit_Fallback_371982;font-style:normal}.__variable_371982{--font-kanit:"__Kanit_371982","__Kanit_Fallback_371982"}