.profilePage{min-height:100dvh}.profilePage .profileMain{box-sizing:border-box;width:100%;max-width:var(--content-max-wide);padding-block:clamp(32px,6vw,64px);padding-inline:var(--page-gutter);gap:clamp(32px,5vw,52px);margin-inline:auto;display:grid}.profilePage .profileLayout,.profilePage .profileIdentityPane,.profilePage .profileContentPane{display:contents}.profilePage .profileOwnerUtilities{display:none}@media (min-width:641px){.profilePage .profileOwnerUtilities{justify-content:flex-end;align-items:center;min-height:44px;display:flex}}@media (min-width:1024px){.profilePage .profileLayout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:340px minmax(0,1fr);align-items:start;gap:12px clamp(28px,3vw,44px);display:grid}.profilePage .profileOwnerUtilities{grid-area:1/2}.profilePage .profileIdentityPane{grid-area:1/1/span 2;align-self:start;display:block;position:sticky;top:96px}.profilePage .profileContentPane{grid-area:2/2;gap:clamp(28px,4vw,44px);min-width:0;display:grid}.profilePage .profileIdentityPane .profileIdentity{flex-direction:column;align-items:flex-start;gap:14px}.profilePage .profileIdentityPane .profileActions{justify-content:flex-start;width:100%;margin-left:0}.profilePage .profileIdentityPane .youProfileIdentity .profileActions>*{flex:140px}}.profilePage .profileSectionHeading,.profilePage .savedHeading{font-family:var(--font-display,var(--serif), system-ui, sans-serif);letter-spacing:-.015em;margin:0 0 20px;font-size:clamp(1.4rem,3vw,1.9rem)}.profilePage .profileTimeline,.profilePage .profileTimelineSkel{gap:18px;max-width:560px;display:grid}.profilePage .profileErrorState{gap:clamp(24px,4vw,40px);display:grid}.profilePage .youIdentityIntro{border:1px solid var(--line);background:var(--panel-raised);box-shadow:var(--shadow);border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(16px,3vw,28px);padding:clamp(22px,4vw,34px);display:grid}.profilePage .youIdentityAvatar{aspect-ratio:1;background:linear-gradient(145deg, var(--ink-deep), color-mix(in srgb, var(--brass) 55%, var(--ink-deep)));width:92px;color:var(--color-on-inverse);font:750 1.05rem/1 var(--font-data);letter-spacing:.08em;border-radius:50%;place-items:center;display:grid}.profilePage .youIdentityIntro h1{font:700 clamp(1.8rem, 4vw, 3rem)/1 var(--font-display);margin:.25rem 0 .45rem}.profilePage .youIdentityIntro p{color:var(--ink-soft);margin:0;line-height:1.5}.profilePage .youMemoriesInvite{color:var(--ink);margin-top:.65rem}.profilePage .youIdentityActions{gap:8px;display:grid}.profilePage .youIdentityActions a,.profilePage .profilePalLink{border:1px solid var(--line);min-height:44px;color:var(--ink);border-radius:12px;justify-content:center;align-items:center;padding:10px 15px;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.profilePage .youIdentityActions a:first-child{border-color:var(--brass);background:var(--brass);color:var(--color-on-accent)}.profilePage .youIdentityActions a:last-child{color:var(--ink-soft);background:0 0;border-color:#0000;font-weight:600}.profilePage .youIdentityActions a:last-child:hover{color:var(--ink)}.profilePage .profileInviteLink{border:1px solid var(--brass);background:var(--brass);min-height:44px;color:var(--color-on-accent);border-radius:12px;justify-content:center;align-items:center;padding:10px 15px;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.profilePage .youProfileTabs{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.profilePage .youProfileTabs a{min-height:48px;color:var(--ink-soft);place-items:center;font-size:.78rem;font-weight:750;text-decoration:none;display:grid}.profilePage .youProfileTabs a:first-child{color:var(--ink);box-shadow:inset 0 -2px var(--ink)}.profilePage .profileActions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-self:flex-start;align-items:flex-start;gap:10px;margin-left:auto;display:flex}.profilePage .profileEmpty{border:1px dashed var(--line);border-radius:var(--radius);background:var(--panel);color:var(--ink-soft);margin:0;padding:20px 22px;font-size:.98rem;line-height:1.55}.profilePage .profileGoneState{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-raised);max-width:36rem;box-shadow:var(--shadow);gap:.75rem;margin:1.5rem auto 0;padding:clamp(22px,4vw,32px);display:grid}.profilePage .profileGoneState h1{margin:0;font-size:clamp(1.35rem,3vw,1.75rem)}.profilePage .profileGoneState .profileEmpty{box-shadow:none;background:0 0;border:0;padding:0}.profilePage .profileHeader{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-raised);box-shadow:var(--shadow);gap:20px;padding:clamp(22px,4vw,32px);display:grid;position:relative;overflow:hidden}.profilePage .profileCover{background:linear-gradient(140deg, color-mix(in srgb, var(--brass) 30%, var(--panel-raised)), color-mix(in srgb, var(--brass) 8%, var(--panel-raised)));pointer-events:none;height:clamp(132px,26vw,208px);position:absolute;inset:0 0 auto;overflow:hidden}.profilePage .profileCoverImage{object-fit:cover;width:100%;height:100%;display:block}.profilePage .profileCoverFalloff{background:linear-gradient(180deg, color-mix(in srgb, var(--panel-raised) 10%, transparent) 0%, color-mix(in srgb, var(--panel-raised) 42%, transparent) 52%, var(--panel-raised) 100%);position:absolute;inset:0}.profilePage .profileHeaderWithCover .profileIdentity{padding-top:clamp(58px,13vw,104px)}.profilePage .profileIdentity{align-items:center;gap:18px;display:flex;position:relative}.profilePage .profileAvatar{object-fit:cover;border:1px solid var(--line);border-radius:50%;flex:none;width:88px;height:88px}.profilePage .profileHeaderWithCover .profileAvatar{border:3px solid var(--panel-raised);box-shadow:0 6px 20px color-mix(in srgb, var(--ink) 22%, transparent)}.profilePage .profileAvatarFallback{background:var(--ink-deep);color:var(--brass-bright);font-family:var(--font-display,var(--serif), system-ui, sans-serif);place-items:center;font-size:2.2rem;font-weight:600;display:grid}.profilePage .profileNames{min-width:0}.profilePage .profileDisplayName{font-family:var(--font-display,var(--serif), system-ui, sans-serif);letter-spacing:-.02em;margin:0;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.08}.profilePage .profileHandle{color:var(--brass);margin:4px 0 0;font-size:.98rem;font-weight:600}.profilePage .profileHomeCity{color:var(--ink-soft);margin:6px 0 0;font-size:.9rem}.profilePage .profileBio{color:var(--ink-soft);margin:0;font-size:1.02rem;line-height:1.55}.profilePage .profileCardFacts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 24px;margin:0;display:grid}.profilePage .profileCardFact{border-left:2px solid color-mix(in srgb, var(--brass) 46%, var(--line));gap:2px;min-width:0;padding-left:12px;display:grid}.profilePage .profileCardFact dt{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.profilePage .profileCardFact dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:.98rem;line-height:1.45}.profilePage .profileCardFact--into{grid-column:1/-1}.profilePage .profileBadges{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.profilePage .profileBadge{border:1px solid color-mix(in srgb, var(--brass) 40%, var(--line));background:color-mix(in srgb, var(--brass) 12%, var(--panel));min-height:32px;color:var(--brass);letter-spacing:.01em;cursor:default;border-radius:999px;align-items:center;gap:7px;padding:5px 12px;font-size:.82rem;font-weight:600;line-height:1.2;display:inline-flex}.profilePage .profileBadgeDot{background:var(--brass);border-radius:50%;flex:none;width:7px;height:7px}.profilePage .profileBadgeLabel{white-space:nowrap}.profilePage .profileBadgeDesc{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profilePage .profileBadge:hover{background:color-mix(in srgb, var(--brass) 18%, var(--panel));border-color:var(--brass)}.profilePage .profileBadge:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.profilePage .profileStats{flex-wrap:wrap;gap:12px;margin:0;display:flex}.profilePage .profileStat{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);flex:120px}.profilePage .profileStatLink{border-radius:inherit;min-height:44px;color:inherit;padding:12px 16px;text-decoration:none;display:block}.profilePage .profileStat dt{color:var(--muted);letter-spacing:.01em;font-size:.76rem;font-weight:600}.profilePage .profileStat dd{font-family:var(--font-display,var(--serif), system-ui, sans-serif);font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:1.5rem;line-height:1.1}.profilePage .profileDropsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.profilePage .profileDropCard{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden}.profilePage .profileDropCard:hover{border-color:var(--brass);box-shadow:0 10px 24px #9a6a241f}.profilePage .profileDropPhoto{aspect-ratio:16/11;background:var(--panel-raised);overflow:hidden}.profilePage .profileDropPhoto img{object-fit:cover;width:100%;height:100%;display:block}.profilePage .profileDropPhotoEmpty{color:var(--muted);place-items:center;font-size:2rem;display:grid}.profilePage .profileDropBody{gap:8px;padding:14px 16px;display:grid}.profilePage .profileDropTop{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.profilePage .profileDropVenue{text-overflow:ellipsis;white-space:nowrap;color:var(--brass);border-bottom:1px solid #0000;font-size:.9rem;font-weight:700;text-decoration:none;transition:border-color .18s;overflow:hidden}.profilePage .profileDropVenue:hover{border-bottom-color:var(--brass)}.profilePage .profileDropVenue:focus-visible{outline:2px solid var(--brass);outline-offset:2px;border-radius:2px}.profilePage .profileDropPrice{font-family:var(--font-display,var(--serif), system-ui, sans-serif);font-variant-numeric:tabular-nums;color:var(--pint,var(--brass));white-space:nowrap;font-size:1.1rem;font-weight:600}.profilePage .profileDropNote{color:var(--ink-soft);margin:0;font-size:.9rem;line-height:1.5}.profilePage .savedLists{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.profilePage .savedList{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:18px 20px}.profilePage .savedListName{font-family:var(--font-display,var(--serif), system-ui, sans-serif);margin:0 0 12px;font-size:1.2rem}.profilePage .savedListNameLink{color:inherit}.profilePage .savedListNameLink:hover{color:var(--accent)}.profilePage .savedListCount{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:500}.profilePage .savedListItems{gap:8px;margin:0;padding:0;list-style:none;display:grid}.profilePage .savedItem{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--panel-raised);gap:3px;padding:8px 10px;display:grid}.profilePage .savedItemVenue{font-size:.88rem;font-weight:600}.profilePage .savedItemNote{color:var(--ink-soft);font-size:.82rem;line-height:1.45}.profilePage .savedEmpty{color:var(--ink-soft);margin:0;font-size:.96rem;line-height:1.55}.profilePage .followedListsSection{gap:14px;display:grid}.profilePage .followedLists{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.profilePage .followedList{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);gap:10px;padding:16px 18px;display:grid}.profilePage .followedListTop{gap:4px;display:grid}.profilePage .followedListName{width:fit-content;font-family:var(--font-display,var(--serif), system-ui, sans-serif);font-size:1.12rem;font-weight:700}.profilePage .followedListAuthor{width:fit-content;color:var(--brass);font-size:.84rem;font-weight:700}.profilePage .followedListCounts{color:var(--ink-soft);font-variant-numeric:tabular-nums;margin:0;font-size:.84rem}.profilePage .listDetailHero{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-raised);box-shadow:var(--shadow);gap:18px;padding:clamp(22px,4vw,32px);display:grid}.profilePage .listDetailTitleBlock{gap:8px;display:grid}.profilePage .listDetailEyebrow{color:var(--muted);letter-spacing:.01em;margin:0;font-size:.78rem;font-weight:700}.profilePage .listDetailTitle{font-family:var(--font-display,var(--serif), system-ui, sans-serif);margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1.02}.profilePage .listDetailAuthor{width:fit-content;color:var(--brass);font-weight:700}.profilePage .listDetailMeta{color:var(--ink-soft);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:8px;font-size:.92rem;display:flex}.profilePage .listDetailMeta span{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);padding:7px 10px}.profilePage .listFollowControl{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profilePage .listDetailShare{align-items:center;display:flex}.profilePage .followBtn{border:1px solid var(--brass);border-radius:var(--radius-sm);background:var(--brass);min-height:44px;color:var(--paper);cursor:pointer;padding:10px 16px;font-size:.9rem;font-weight:700}.profilePage .followBtn.isFollowing{color:var(--brass);background:0 0}.profilePage .followBtn:disabled{cursor:wait;opacity:.72}.profilePage .profileFollow{flex-wrap:wrap;align-items:center;gap:6px 10px;min-width:0;display:flex}.profilePage .profileFollow>*{min-width:0}.profilePage .followError{color:var(--danger,#b42318);font-size:.84rem;font-weight:600}.profilePage .followHint{color:var(--muted);font-size:.78rem;font-weight:600}.profilePage .followBtn.isMates{border-color:var(--color-positive,var(--pint));color:var(--color-positive,var(--pint))}.profilePage .profileCrawlList{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.profilePage .profileCrawlRow{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;min-height:44px;padding:10px 12px;display:flex}.profilePage .profileCrawlStops{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.8rem}.profilePage .listDetailItems{max-width:760px}.profilePage .profileEditToggle,.profilePage .profileClaimBtn,.profilePage .profilePalLink{border-radius:var(--radius-sm);border:1px solid var(--brass);min-height:44px;color:var(--brass);cursor:pointer;background:0 0;padding:10px 16px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s}.profilePage .profileClaimBtn{background:var(--brass);color:var(--paper)}.profilePage .profileEditToggle:hover{background:color-mix(in srgb, var(--brass) 12%, transparent)}.profilePage .profileClaimBtn:hover{background:color-mix(in srgb, var(--brass) 88%, var(--ink))}.profilePage .profileEditToggle:focus-visible,.profilePage .profileClaimBtn:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.profilePage .profileEditToggle[aria-expanded=true]{background:var(--brass);color:var(--paper)}.profilePage .profileEditingSurface{border:2px solid var(--brass);border-radius:var(--radius);background:color-mix(in srgb, var(--brass) 8%, var(--panel));gap:18px;padding:clamp(18px,4vw,26px);scroll-margin-top:84px;display:grid}.profilePage .profileEditingSurface>h2{color:var(--brass-bright,var(--brass));margin:0;font-size:1.2rem}.profilePage .profileSavedNotice{border:1px solid color-mix(in srgb, var(--brass) 40%, var(--line));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--brass) 12%, var(--panel));color:var(--brass);margin:0;padding:10px 14px;font-size:.9rem;font-weight:600}.profilePage .profileEditor{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-raised);box-shadow:var(--shadow);gap:18px;padding:clamp(20px,4vw,28px);display:grid}.profilePage .profileEditorGroup{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);gap:18px;min-width:0;margin:0;padding:18px;display:grid}.profilePage .profileEditorGroup>legend{font-family:var(--font-display,var(--serif), system-ui, sans-serif);color:var(--ink);margin-left:-4px;padding:0 8px;font-size:1.02rem;font-weight:600}.profilePage .profileEditorGroup:disabled{opacity:.72}.profilePage .profileEditorField{gap:6px;display:grid;position:relative}.profilePage .profileEditorField label{color:var(--ink-soft);letter-spacing:.01em;font-size:.82rem;font-weight:600}.profilePage .profileEditor input,.profilePage .profileEditor textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--panel);width:100%;min-height:44px;color:var(--ink);font:inherit;padding:10px 12px;font-size:.95rem;line-height:1.5}.profilePage .profileEditor textarea{resize:vertical;min-height:84px}.profilePage .profileEditor input:focus-visible,.profilePage .profileEditor textarea:focus-visible{outline:2px solid var(--brass);outline-offset:1px;border-color:var(--brass)}.profilePage .profileEditorCount{color:var(--muted);font-variant-numeric:tabular-nums;justify-self:end;font-size:.74rem}.profilePage .profileEditorHint{color:var(--brick);font-size:.8rem;line-height:1.4}.profilePage .profileEditorAvatarField{gap:10px}.profilePage .profileEditorAvatarLabel{color:var(--ink);font-size:.85rem;font-weight:600}.profilePage .profileEditorAvatarRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.profilePage .profileEditorAvatarPreview{object-fit:cover;border:1px solid var(--line);border-radius:50%;width:72px;height:72px}.profilePage .profileEditorAvatarFallback{background:color-mix(in srgb, var(--brass) 18%, var(--panel));color:var(--ink);place-items:center;font-size:1.5rem;font-weight:700;display:grid}.profilePage .profileEditorAvatarActions{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.profilePage .profileEditorCoverField{gap:10px}.profilePage .profileEditorCoverStage{aspect-ratio:3;border-radius:var(--radius-sm);border:1px solid var(--line);width:100%;position:relative;overflow:hidden}.profilePage .profileEditorCoverPreview{object-fit:cover;width:100%;height:100%;display:block}.profilePage .profileEditorCoverFallback{background:linear-gradient(140deg, color-mix(in srgb, var(--brass) 30%, var(--panel-raised)), color-mix(in srgb, var(--brass) 8%, var(--panel-raised)))}.profilePage .profileEditorCoverActions{flex-flow:wrap;align-items:center}.profilePage .profileEditor input.profileEditorAvatarFile{opacity:0;pointer-events:none;width:1px;height:1px;min-height:0;padding:0;position:absolute}.profilePage .profileEditorAvatarUpload,.profilePage .profileEditorAvatarRemove{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--line);background:var(--panel);min-height:44px;color:var(--ink);padding:8px 14px;font-size:.88rem;font-weight:600}.profilePage .profileEditorAvatarRemove{border-color:color-mix(in srgb, var(--brick) 40%, var(--line));color:var(--brick)}.profilePage .profileEditorActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profilePage .profileEditorSave,.profilePage .profileEditorCancel{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--brass);min-height:44px;padding:10px 18px;font-size:.9rem;font-weight:600}.profilePage .profileEditorSave{background:var(--brass);color:var(--paper)}.profilePage .profileEditorCancel{color:var(--ink-soft);border-color:var(--line);background:0 0}.profilePage .profileEditorSave:disabled,.profilePage .profileEditorCancel:disabled{opacity:.6;cursor:default}.profilePage .profileEditorSave:focus-visible,.profilePage .profileEditorCancel:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.profilePage .profileEditorStatus{font-size:.85rem;font-weight:500}.profilePage .profileEditorStatusOk{color:var(--brass)}.profilePage .profileEditorStatusErr{color:var(--brick)}@media (max-width:560px){.profilePage .profileMain{padding-bottom:calc(var(--mobile-tab-clearance,104px) + 16px + env(safe-area-inset-bottom,0px))}.profilePage .profileIdentity{flex-direction:column;align-items:flex-start;gap:14px}.profilePage .youProfileIdentity .profileIdentity{flex-flow:wrap;align-items:center}.profilePage .profileAvatar{width:76px;height:76px}.profilePage .profileDisplayName{font-size:1.45rem}.profilePage .profileHeaderWithCover .profileIdentity{padding-top:96px}.profilePage .youProfileIdentity .profileHeaderWithCover .profileIdentity,.profilePage .youProfileIdentity .profileHeaderWithCover>:not(.profileCover){padding-left:14px;padding-right:14px}.profilePage .profileCardFacts{grid-template-columns:minmax(0,1fr)}.profilePage .profileEditorGroup{padding:14px}.profilePage .youIdentityIntro{grid-template-columns:auto 1fr}.profilePage .youIdentityAvatar{width:72px}.profilePage .youIdentityActions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.profilePage .profileActions{justify-content:flex-start;width:100%;margin-left:0}.profilePage .youProfileIdentity .profileActions{flex-basis:100%}.profilePage .youProfileIdentity .profileActions>*{flex:140px}.profilePage .youProfileIdentity .profileHeader{box-shadow:none;background:0 0;border:0;border-radius:0;padding:18px 0}.profilePage .profileStat{flex:44%}.profilePage .youProfileIdentity .profileStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.profilePage .youProfileIdentity .profileStat{text-align:center;background:0 0;border:0}.profilePage .youProfileIdentity .profileStatLink{padding:9px 6px}.profilePage .youProfileIdentity .profileStat dt{font-size:.75rem}.profilePage .youProfileIdentity .profileStat dd{font-size:1.12rem}}@media (max-width:380px){.profilePage .profileAvatar{width:72px;height:72px}.profilePage .profileStat{flex-basis:100%}}@media (prefers-reduced-motion:no-preference){.profilePage .profileDropCard:hover{transform:translateY(-2px)}}.profilePage .pintPassport{border:1px solid color-mix(in srgb, var(--brass) 44%, var(--line));background:linear-gradient(180deg, var(--surface-tint-brass), var(--panel-raised));box-shadow:var(--shadow-1,0 1px 2px #00000014);border-radius:16px;margin:0 0 28px;padding:22px 22px 24px}.profilePage .pintPassport--hero{box-shadow:var(--shadow-1,0 1px 2px #00000014), 0 12px 28px color-mix(in srgb, var(--brass) 12%, transparent);border-width:1.5px;margin-top:0;margin-bottom:0;padding:26px 24px 28px}.profilePage .pintPassport--hero .passportHolder{font-size:clamp(1.55rem,4vw,1.85rem)}.profilePage .pintPassport--hero+.profileHeader{padding:clamp(16px,3vw,24px)}.profilePage .passportShare{border-top:1px solid color-mix(in srgb, var(--brass) 28%, var(--line));margin-top:18px;padding-top:14px}.profilePage .passportHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.profilePage .passportKicker{font-family:var(--font-data,monospace);letter-spacing:.14em;text-transform:uppercase;color:var(--brass);margin:0 0 2px;font-size:.75rem;font-weight:700}.profilePage .passportHolder{font-family:var(--font-display,var(--serif), system-ui, sans-serif);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.5rem;font-weight:600}.profilePage .passportHandle{color:var(--ink-soft);margin:2px 0 0;font-size:.9rem}.profilePage .passportSeal{letter-spacing:.1em;color:var(--brass);background:color-mix(in srgb, var(--brass) 8%, transparent);white-space:nowrap;border-radius:6px;flex:none;justify-content:center;align-self:center;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex;transform:none}.profilePage .passportFirstRun{border:1px dashed var(--line);border-radius:var(--radius-sm,8px);background:color-mix(in srgb, var(--paper) 60%, transparent);margin:0 0 18px;padding:16px 18px}.profilePage .passportFirstRunLead{font-family:var(--font-display,var(--serif), system-ui, sans-serif);color:var(--ink);margin:0 0 6px;font-size:1.1rem;font-weight:600}.profilePage .passportFirstRunCopy{color:var(--ink-soft);max-width:46ch;margin:0 0 14px;font-size:.94rem;line-height:1.5}.profilePage .passportFirstRunActions{flex-wrap:wrap;gap:10px;display:flex}.profilePage .passportCta{border:1px solid var(--brass);border-radius:var(--radius-sm,8px);min-height:44px;color:var(--brass);background:0 0;justify-content:center;align-items:center;padding:9px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.profilePage .passportCta:hover{background:color-mix(in srgb, var(--brass) 12%, transparent)}.profilePage .passportCtaPrimary{color:var(--paper);background:var(--brass)}.profilePage .passportCtaPrimary:hover{background:color-mix(in srgb, var(--brass) 88%, black)}.profilePage .passportCta:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.profilePage .passportGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profilePage .passportStat{border:1px solid color-mix(in srgb, var(--line) 78%, var(--panel-raised));background:color-mix(in srgb, var(--panel-raised) 90%, var(--paper));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--panel-raised) 86%, transparent);border-radius:12px;flex-direction:column;gap:3px;padding:12px 12px 10px;display:flex}.profilePage .passportStatValue{font-family:var(--font-data,var(--font-body));font-variant-numeric:tabular-nums;color:var(--ink);font-size:1.35rem;font-weight:800;line-height:1}.profilePage .passportStatLabel{font-family:var(--font-body);letter-spacing:.01em;color:var(--ink-soft);font-size:.74rem;font-weight:600}.profilePage .passportBoroughs{color:var(--ink-soft);margin:14px 0 0;font-size:.88rem}.profilePage .passportBoroughsLabel{color:var(--ink);font-weight:600}.profilePage .passportQuestOptIn{border:1px dashed color-mix(in srgb, var(--brass) 45%, var(--line));border-radius:var(--radius-sm,8px);background:color-mix(in srgb, var(--brass) 5%, var(--panel));justify-content:space-between;align-items:center;gap:16px;margin:-12px 0 28px;padding:16px 18px;display:flex}.profilePage .passportQuestOptInKicker{font-family:var(--font-data,monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin:0 0 4px;font-size:.75rem;font-weight:700}.profilePage .passportQuestOptInTitle{font-family:var(--font-garamond,var(--serif));color:var(--ink);margin:0;font-size:1.1rem;font-weight:600}.profilePage .passportQuestOptInCopy{max-width:54ch;color:var(--ink-soft);margin:5px 0 0;font-size:.88rem;line-height:1.45}.profilePage .passportQuestOptInActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.profilePage .passportQuestList{gap:10px;margin:16px 0 0;display:grid}.profilePage .passportQuest{border:1px solid color-mix(in srgb, var(--brass) 32%, var(--line));border-radius:var(--radius-sm,8px);background:color-mix(in srgb, var(--brass) 6%, var(--paper));grid-template-columns:minmax(0,1fr) minmax(150px,.45fr);align-items:end;gap:16px;padding:14px 16px;display:grid}.profilePage .passportQuestKicker{font-family:var(--font-data,monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin:0 0 4px;font-size:.75rem;font-weight:700}.profilePage .passportQuestTitle{font-family:var(--font-garamond,var(--serif));color:var(--ink);margin:0;font-size:1.08rem;font-weight:600}.profilePage .passportQuestDescription{color:var(--ink-soft);margin:5px 0 0;font-size:.86rem;line-height:1.4}.profilePage .passportQuestProgress{gap:7px;display:grid}.profilePage .passportQuestProgressText{font-family:var(--font-data,monospace);color:var(--ink);text-align:right;font-size:.72rem;font-weight:700}.profilePage .passportQuestProgressBar{border:1px solid color-mix(in srgb, var(--brass) 45%, var(--line));background:color-mix(in srgb, var(--paper) 75%, transparent);border-radius:999px;height:8px;display:block;position:relative;overflow:hidden}.profilePage .passportQuestProgressBar:before{width:min(var(--quest-progress,0%), 100%);content:"";background:var(--brass);position:absolute;inset:0 auto 0 0}.profilePage .passportBadges{flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none;display:flex}.profilePage .passportBadge{border:1px solid color-mix(in srgb, var(--brass) 28%, var(--line));color:var(--brass);background:color-mix(in srgb, var(--brass) 7%, var(--panel-raised));border-radius:999px;padding:6px 11px;font-size:.8rem;font-weight:700}.profileCrawlsWalked{color:var(--brass);margin:10px 0 0;font-size:.88rem;font-weight:600}@media (max-width:560px){.profilePage .passportGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.profilePage .passportHead{flex-direction:column}.profilePage .passportQuest{grid-template-columns:1fr}.profilePage .passportQuestOptIn{flex-direction:column;align-items:stretch}.profilePage .passportQuestOptInActions{justify-content:flex-start}.profilePage .passportQuestProgressText{text-align:left}}.accountHub{border:1px solid var(--line);background:var(--panel);border-radius:24px;margin:1rem 0 1.5rem;padding:clamp(1rem,3vw,1.5rem)}.accountHub h2{margin:.25rem 0 1rem}.accountHubGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.accountHubGrid>*{background:var(--panel-raised);border-radius:18px;align-content:start;gap:.65rem;padding:1rem;display:grid}.accountHubGrid input,.accountHubGrid select,.accountHubGrid button{border-radius:12px;min-height:44px}.accountHubGrid input,.accountHubGrid select{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);padding:.7rem .8rem}.accountHubGrid button{background:var(--ink);color:var(--paper);border:0;padding:.65rem .8rem;font-weight:700}.accountHubReferral{min-width:0}.accountHubReferral h3,.accountHubReferral p{margin:0}.accountHubReferralProgress{color:var(--ink-muted)}.accountHubReferralLink{min-width:0;color:var(--ink-muted);gap:.35rem;font-size:.8rem;font-weight:700;display:grid}.accountHubReferralLink input{min-width:0}.accountHubActions{flex-wrap:wrap;gap:.4rem;display:flex}.accountHubConsentStatus{flex-wrap:wrap;align-items:center;gap:.6rem;margin:0;display:flex}.accountHubGrid .accountHubConsentChange{border:1px solid var(--line);color:var(--ink);background:0 0;padding:.4rem .8rem;font-weight:700}.accountHubMessage{margin-top:.75rem}.accountHubFounding{justify-items:start}.accountHubFounding h3{font-size:inherit;font-weight:inherit;margin:0}.accountHubGrid .accountHubFounding .foundersDiscordLink{justify-self:start}.accountHubMerge{border:1px solid var(--line);background:var(--panel-raised);border-radius:18px;gap:.65rem;margin:0 0 .75rem;padding:1rem;display:grid}.accountHubMerge h3,.accountHubMerge p,.accountHubNightProfile{margin:0}.accountHubMerge button{background:var(--ink);min-height:44px;color:var(--paper);border:0;border-radius:12px;padding:.65rem .8rem;font-weight:700}.accountHubNightProfile{color:var(--ink-muted);margin-bottom:.75rem}.accountHubNightProfileEditor{border:1px solid var(--line);background:var(--panel-raised);border-radius:18px;gap:1rem;margin:0 0 .75rem;padding:1rem;display:grid}.accountHubNightProfileEditor h3,.accountHubNightProfileEditor p{margin:0}.accountHubNightProfileEditor>div:first-child{gap:.25rem;display:grid}.accountHubNightProfileEditor>div:first-child>p:last-child{color:var(--ink-muted)}.accountHubNightProfileGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.accountHubNightProfileGrid label{color:var(--ink-muted);gap:.35rem;font-size:.8rem;font-weight:700;display:grid}.accountHubNightProfileGrid input,.accountHubNightProfileGrid select{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:12px;padding:.65rem .75rem}.accountHubNightProfileSave{background:var(--ink);min-height:44px;color:var(--paper);border:0;border-radius:12px;justify-self:start;padding:.65rem .9rem;font-weight:750}.accountHubNightProfileSaved{color:var(--ink-muted);font-size:.85rem}.accountHubSignIn{justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;display:flex}.accountHubSignIn p{max-width:42rem;margin:0}@media (max-width:760px){.accountHubGrid{grid-template-columns:1fr}}.profilePrivateDetails{grid-template-columns:1fr;margin-top:.75rem}@media (max-width:520px){.accountHubNightProfileGrid{grid-template-columns:1fr}.accountHubSignIn{flex-direction:column;align-items:stretch}}.memoryStudio{border-top:1px solid var(--line);margin-top:1rem;padding-top:1.25rem}.memoryStudioHeader{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.memoryStudioHeader h3{margin:.2rem 0 0;font-size:clamp(1.2rem,2vw,1.6rem)}.memoryStudioHeader>p{max-width:34rem;color:var(--muted);margin:0}.memoryCaptureLink{border:1px solid var(--line);min-height:44px;color:var(--ink);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.65rem .9rem;font-weight:750;text-decoration:none;display:inline-flex}.memoryCaptureLink:hover{border-color:var(--brass);color:var(--brass)}.memoryStudioFlow{grid-template-columns:.8fr 1.15fr 1fr;gap:.75rem;display:grid}.memoryStudioFlow form{border:1px solid var(--line-soft);background:var(--panel-raised);border-radius:18px;align-content:start;gap:.7rem;padding:1rem;display:grid;position:relative}.memoryStudioFlow h4{margin:0;padding-right:2.5rem;font-size:1rem}.memoryStudioStep{border:1px solid var(--line);width:2rem;height:2rem;color:var(--muted);font-family:var(--font-data);border-radius:50%;place-items:center;font-size:.75rem;display:grid;position:absolute;top:.85rem;right:.9rem}.memoryStudioFlow label{color:var(--ink-soft);gap:.35rem;font-size:.82rem;font-weight:700;display:grid}.memoryStudioFlow label small{color:var(--muted);font-weight:500}.memoryStudioFlow input,.memoryStudioFlow select,.memoryStudioFlow textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:12px;padding:.7rem .8rem}.memoryStudioFlow textarea{resize:vertical}.memoryStudioFlow button{background:var(--ink);min-height:44px;color:var(--paper);border:0;border-radius:12px;padding:.65rem .8rem;font-weight:750}.memoryStudioFlow button:disabled{cursor:not-allowed;opacity:.55}.memoryStudioShelf{flex-wrap:wrap;gap:.6rem;margin-top:.75rem;display:flex}.memoryStudioShelf>div{border:1px solid var(--line-soft);border-radius:12px;align-items:baseline;gap:.4rem;padding:.55rem .75rem;display:flex}.memoryStudioShelf strong{font-family:var(--font-data)}.memoryStudioShelf span{color:var(--muted);font-size:.8rem}.memoryStoryList{gap:.35rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.memoryStoryList li{border-bottom:1px solid var(--line-soft)}.memoryStoryList li[data-active]{border-color:var(--brass)}.memoryStoryList__select{width:100%;min-height:44px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .25rem;display:flex}.memoryStoryList__select:disabled{cursor:default;opacity:.8}.memoryStoryList__invite{flex-wrap:wrap;gap:.45rem;padding:0 0 .65rem;display:flex}.memoryStoryList__invite button{border:1px solid var(--line);background:var(--paper);min-width:88px;min-height:44px;color:var(--ink);font:inherit;border-radius:999px;padding:.55rem .8rem;font-size:.78rem;font-weight:750}.memoryStoryList small{color:var(--muted)}.memoryStoryReview{border:1px solid var(--line);background:var(--panel-raised);border-radius:18px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.memoryStoryReview__header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.memoryStoryReview__header h4{margin:.15rem 0 0;font-size:1.2rem}.memoryStoryReview__privacy{background:color-mix(in srgb, var(--brass) 12%, transparent);min-height:32px;color:var(--ink-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.76rem;display:inline-flex}.memoryStoryReview__copy,.memoryStoryReview__contribution,.memoryStoryReview__controls,.memoryStoryReview__publish,.memoryStoryReview__controls form{gap:.7rem;display:grid}.memoryStoryReview__contribution{border:1px solid var(--line-soft);background:color-mix(in srgb, var(--brass) 6%, var(--paper));border-radius:14px;padding:.8rem}.memoryStoryReview__contribution>div{gap:.25rem;display:grid}.memoryStoryReview__contribution p{color:var(--muted);margin:0;font-size:.8rem}.memoryStoryReview label{color:var(--ink-soft);gap:.35rem;font-size:.82rem;font-weight:700;display:grid}.memoryStoryReview input,.memoryStoryReview textarea,.memoryStoryReview select{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:12px;padding:.7rem .8rem}.memoryStoryReview textarea{resize:vertical}.memoryStoryReview button{background:var(--ink);min-height:44px;color:var(--paper);font:inherit;cursor:pointer;border:0;border-radius:12px;padding:.65rem .8rem;font-weight:750}.memoryStoryReview button:disabled{cursor:not-allowed;opacity:.55}.memoryStoryReview__moments{border-top:1px solid var(--line-soft);gap:.65rem;padding-top:.8rem;display:grid}.memoryStoryReview__moments>div{justify-content:space-between;gap:1rem;display:flex}.memoryStoryReview__moments>div span,.memoryStoryReview__moments p{color:var(--muted);font-size:.8rem}.memoryStoryReview__moments ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.memoryStoryReview__moments li{border:1px solid var(--line-soft);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.65rem;display:grid}.memoryStoryReview__moments li label{align-items:center;gap:.65rem;display:flex}.memoryStoryReview__moments li input{flex:none;width:20px;min-height:20px}.memoryStoryReview__moments li label span{min-width:0;display:grid}.memoryStoryReview__moments li label small{color:var(--muted);font-weight:500}.memoryStoryReview__moments li button{color:var(--ink-soft);border:1px solid var(--line);background:0 0;font-size:.75rem}.memoryMomentAlt{border-top:1px dashed var(--line-soft);grid-column:1/-1;gap:.5rem;margin-top:.35rem;padding-top:.6rem;display:grid}.memoryMomentAlt label{gap:.3rem;display:grid}.memoryMomentAlt label>span{color:var(--ink-soft);font-size:.78rem;font-weight:650}.memoryMomentAlt__ok{color:var(--brass);font-weight:600}.memoryMomentAlt__todo{color:var(--muted);font-weight:600}.memoryMomentAlt textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--ink);font:500 15px/1.4 var(--font-body);resize:vertical;border-radius:10px;padding:.55rem .7rem}.memoryMomentAlt textarea:focus-visible{outline:2px solid color-mix(in srgb, var(--brass) 55%, transparent);outline-offset:1px;border-color:var(--brass)}.memoryMomentAlt>button{color:var(--ink-soft);border:1px solid var(--line);background:0 0;border-radius:10px;justify-self:start;padding:.4rem .8rem;font-size:.75rem}.memoryStoryReview__controls{border-top:1px solid var(--line-soft);grid-template-columns:1fr 1fr;padding-top:.8rem}.memoryStoryReview__controls label>span{align-items:center;gap:.35rem;display:inline-flex}.memoryStoryReview__confirmation{border:1px solid var(--brass);background:color-mix(in srgb, var(--brass) 10%, transparent);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.8rem;display:grid}.memoryStoryReview__confirmation p{color:var(--ink-soft);margin:.2rem 0 0;font-size:.8rem}.memoryStoryReview__confirmation .memoryStoryReview__cancel{border:1px solid var(--line);color:var(--ink);background:0 0}@media (max-width:900px){.memoryStudioFlow{grid-template-columns:1fr}}@media (max-width:640px){.memoryStudioHeader{flex-direction:column;align-items:start}.memoryStudioFlow form{border-radius:16px}.memoryStoryReview{border-radius:16px;padding:.8rem}.memoryStoryReview__header{flex-direction:column}.memoryStoryReview__controls,.memoryStoryReview__moments li{grid-template-columns:1fr}.memoryStoryReview__confirmation{grid-template-columns:auto minmax(0,1fr)}.memoryStoryReview__confirmation button{grid-column:1/-1;width:100%}}.profilePage .profileFloor{border-top:1px solid var(--line);text-align:center;margin-top:32px;padding:22px 4px 8px}.profilePage .profileFloor p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.55}.profilePage .profileFloor a{color:inherit;text-underline-offset:2px;text-decoration:underline}.profilePage .profileSocials{flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.profilePage .profileSocialLink{border:1px solid var(--line);background:var(--panel-raised);min-height:44px;color:var(--ink);border-radius:999px;align-items:center;gap:8px;padding:4px 12px 4px 4px;text-decoration:none;transition:border-color .18s,background-color .18s;display:inline-flex}.profilePage .profileSocialLink:hover{border-color:var(--brass);background:color-mix(in srgb, var(--brass) 10%, var(--panel-raised))}.profilePage .profileSocialLink:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.profilePage .profileSocialMark{background:color-mix(in srgb, var(--brass) 16%, transparent);width:34px;height:34px;color:var(--brass);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.profilePage .profileSocialName{gap:1px;min-width:0;font-size:12px;font-weight:700;line-height:1.25;display:grid}.profilePage .profileSocialHandle{max-width:18ch;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.profilePage .socialLinks{border-top:1px solid var(--line);gap:10px;margin-top:18px;padding-top:16px;display:grid}.profilePage .socialLinksTitle{margin:0;font-size:15px;font-weight:800}.profilePage .socialLinksLede{color:var(--ink-soft);margin:-4px 0 0;font-size:13px;line-height:1.5}.profilePage .socialLinksOauth{flex-wrap:wrap;gap:8px;display:flex}.profilePage .socialLinksList{gap:6px;margin:0;padding:0;list-style:none;display:grid}.profilePage .socialLinksRow{border:1px solid var(--line);background:var(--panel-raised);border-radius:12px;align-items:center;gap:10px;min-width:0;padding:6px 8px 6px 6px;display:flex}.profilePage .socialLinksMark{background:color-mix(in srgb, var(--brass) 16%, transparent);width:32px;height:32px;color:var(--brass);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.profilePage .socialLinksRowText{flex:auto;gap:1px;min-width:0;display:grid}.profilePage .socialLinksRowLabel{font-size:12px;font-weight:700}.profilePage .socialLinksRowHandle{max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.profilePage .socialLinksRemove{border:1px solid var(--line);background:var(--panel);min-height:36px;color:var(--ink);font:inherit;cursor:pointer;border-radius:10px;flex:none;padding:0 10px;font-size:12px;font-weight:700}.profilePage .socialLinksRemove:hover:not(:disabled){border-color:var(--brick);color:var(--brick)}.profilePage .socialLinksForm{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.profilePage .socialLinksField{flex:0 9rem;gap:4px;min-width:0;display:grid}.profilePage .socialLinksFieldWide{flex:14rem}.profilePage .socialLinksFieldLabel{color:var(--ink-soft);font-size:11px;font-weight:700}.profilePage .socialLinksField select,.profilePage .socialLinksField input{border:1px solid var(--line);background:var(--panel);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:10px;padding:0 10px;font-size:13px}.profilePage .socialLinksAdd{border:1px solid var(--brass);background:var(--brass);min-height:44px;color:var(--color-on-accent);font:inherit;cursor:pointer;border-radius:10px;flex:none;padding:0 16px;font-size:13px;font-weight:700}.profilePage .socialLinksAdd:disabled{opacity:.55;cursor:default}.profilePage .socialLinksNote{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.5}
