.media-gallery{box-sizing:border-box;color:var(--color-text-primary,#121826);gap:16px;padding:20px;display:grid}.media-gallery__heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.media-gallery__heading>div{gap:4px;display:grid}.media-gallery__heading strong{font-size:20px;line-height:1.25}.media-gallery__heading span,.media-gallery__empty span,.media-gallery__dropzone,.media-gallery__upload small{color:var(--color-text-secondary,#667085);font-size:13px}.media-gallery__add,.media-gallery__more{color:#0ea33f;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #12b84a47;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.media-gallery__add:hover,.media-gallery__more:hover{background:#12b84a0f}.media-gallery__add:disabled,.media-gallery__more:disabled{opacity:.55;cursor:default}.media-gallery__file-input{display:none}.media-gallery__filters{border-bottom:1px solid #e7ebef;gap:20px;display:flex}.media-gallery__filters button{color:#667085;font:inherit;cursor:pointer;background:0 0;border:0;padding:0 0 10px;font-weight:650;position:relative}.media-gallery__filters button.is-active{color:#12b84a}.media-gallery__filters button.is-active:after{content:"";background:#12b84a;height:2px;position:absolute;bottom:-1px;left:0;right:0}.media-gallery__dropzone{background:#f8faf9;border:1px dashed #cfd7df;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:58px;display:flex}.media-gallery__message{border-radius:12px;padding:10px 12px;font-size:14px}.media-gallery__message.is-error{color:#b42318;background:#fff2f0;border:1px solid #ffd4ce}.media-gallery__uploads{gap:8px;display:grid}.media-gallery__upload{grid-template-columns:minmax(0,1fr) 140px 40px;align-items:center;gap:10px;font-size:13px;display:grid}.media-gallery__upload>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-gallery__upload>div{background:#eef2f0;border-radius:999px;height:6px;overflow:hidden}.media-gallery__upload i{background:#12b84a;height:100%;transition:width .12s linear;display:block}.media-gallery__upload strong{color:#b42318;grid-column:2/-1;font-size:12px}.media-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.media-gallery__tile{background:#fff;border:1px solid #e7ebef;border-radius:14px;min-width:0;transition:opacity .16s,border-color .16s,transform .16s;position:relative;overflow:hidden}.media-gallery--venue_official .media-gallery__tile[draggable=true]{cursor:grab}.media-gallery__tile.is-dragging{opacity:.45}.media-gallery__tile.is-drag-over{border-color:#12b84a;box-shadow:0 0 0 2px #12b84a1f}.media-gallery__image-button{aspect-ratio:1;cursor:zoom-in;background:#eef2f0;border:0;width:100%;padding:0;display:block}.media-gallery__image-button img,.media-gallery__grid--pending img{object-fit:cover;width:100%;height:100%;display:block}.media-gallery__badge{color:#fff;background:#072d17e0;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:10px;left:10px}.media-gallery__actions{flex-wrap:wrap;gap:8px;padding:10px;display:flex}.media-gallery__actions button{color:#344054;min-height:34px;font:inherit;cursor:pointer;background:#f3f6f4;border:0;border-radius:9px;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.media-gallery__actions button.is-danger{color:#b42318;background:#fff2f0}.media-gallery__rejected{aspect-ratio:1;text-align:center;color:#b42318;background:#fff8f7;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:20px;display:flex}.media-gallery__rejected span{color:#667085;font-size:12px}.media-gallery__empty,.media-gallery__loading{text-align:center;background:#fafcfb;border:1px dashed #d9e0e5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;padding:24px;display:flex}.media-gallery__loading{color:#667085}.media-gallery__more{justify-self:center}.media-gallery__modal,.media-gallery__lightbox{z-index:1400;background:#080f14b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.media-gallery__confirm{background:#fff;border-radius:18px;gap:12px;width:min(420px,100%);padding:24px;display:grid;box-shadow:0 24px 70px #10182833}.media-gallery__confirm h3,.media-gallery__confirm p{margin:0}.media-gallery__confirm p{color:#667085}.media-gallery__confirm>div{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.media-gallery__confirm button{min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e1e6ea;border-radius:10px;padding:0 15px;font-weight:700}.media-gallery__confirm button.is-danger{color:#fff;background:#d92d20;border-color:#d92d20}.media-gallery__lightbox{background:#03080ce6}.media-gallery__lightbox img{object-fit:contain;border-radius:12px;max-width:min(1120px,100vw - 120px);max-height:calc(100vh - 80px)}.media-gallery__lightbox-close,.media-gallery__lightbox-nav{z-index:1;color:#fff;cursor:pointer;background:#091218b8;border:1px solid #fff3;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:fixed}.media-gallery__lightbox-close{top:24px;right:24px}.media-gallery__lightbox-nav{top:50%;transform:translateY(-50%)}.media-gallery__lightbox-nav.is-left{left:24px}.media-gallery__lightbox-nav.is-right{right:24px}.media-gallery--attach{border-top:1px solid #e7ebef;padding:18px 0 0}.media-gallery__grid--pending .media-gallery__tile{aspect-ratio:1}.media-gallery__icon-action{color:#fff;cursor:pointer;background:#0a1218b8;border:1px solid #ffffff73;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:8px;right:8px}.self-profile-center.is-profile-photo-gallery-view>:not(.profile-media-section){display:none!important}.profile-media-section.is-profile-photo-gallery-card{min-height:620px}.media-gallery--user_profile.is-profile-preview{gap:14px;padding:18px 20px 20px}.media-gallery__profile-heading{align-items:center}.media-gallery__all-photos{color:#0ea33f;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:4px;padding:0 8px;font-size:13px;font-weight:750;display:inline-flex}.media-gallery__all-photos:hover{background:#12b84a0f}.media-gallery__preview-shell{grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:10px;display:grid}.media-gallery__preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0;display:grid}.media-gallery__preview-photo{aspect-ratio:1;cursor:zoom-in;background:#eef2f0;border:1px solid #e4e9ed;border-radius:12px;min-width:0;padding:0;position:relative;overflow:hidden}.media-gallery__preview-photo img{object-fit:cover;width:100%;height:100%;display:block}.media-gallery__preview-photo>span{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:#08120db8;border-radius:7px;padding:5px 7px;font-size:11px;font-weight:650;line-height:1.2;position:absolute;bottom:7px;left:7px;right:7px;overflow:hidden}.media-gallery__preview-arrow{color:#344054;cursor:pointer;background:#fff;border:1px solid #dfe5e9;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;display:grid}.media-gallery__preview-arrow:hover:not(:disabled){color:#0ea33f;border-color:#12b84a59}.media-gallery__preview-arrow:disabled{opacity:.28;cursor:default}.media-gallery--user_profile.is-profile-full{gap:18px;padding:22px}.media-gallery__profile-toolbar{border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:end;gap:16px;padding:14px 0;display:flex}.media-gallery__profile-toolbar label{gap:6px;display:grid}.media-gallery__profile-toolbar label>span,.media-gallery__profile-toolbar>span{color:#667085;font-size:12px}.media-gallery__profile-toolbar select{color:#121826;min-width:220px;height:38px;font:inherit;background:#fff;border:1px solid #dce3e7;border-radius:10px;padding:0 34px 0 11px}.media-gallery__profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.media-gallery__profile-tile{background:#fff;border:1px solid #e6ebee;border-radius:13px;min-width:0;position:relative;overflow:hidden}.media-gallery__profile-tile .media-gallery__image-button{border-radius:0}.media-gallery__profile-caption{gap:4px;min-height:54px;padding:9px 10px 10px;display:grid}.media-gallery__profile-caption button,.media-gallery__profile-caption strong{color:#252f3d;min-width:0;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-size:12px;font-weight:750;line-height:1.25;overflow:hidden}.media-gallery__profile-caption button{cursor:pointer;align-items:center;gap:4px;display:flex}.media-gallery__profile-caption button:disabled{cursor:default}.media-gallery__profile-caption>span{color:#7a8794;font-size:11px;line-height:1.25}.media-gallery__profile-empty{min-height:180px}.media-gallery__visit-picker{background:#fff;border-radius:20px;grid-template-rows:auto minmax(0,1fr) auto auto;width:min(620px,100%);max-height:min(760px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 24px 70px #10182838}.media-gallery__visit-picker-heading{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.media-gallery__visit-picker-heading>div{gap:4px;display:grid}.media-gallery__visit-picker-heading span{color:#0ea33f;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:750}.media-gallery__visit-picker-heading h3,.media-gallery__visit-picker-heading p{margin:0}.media-gallery__visit-picker-heading h3{font-size:21px}.media-gallery__visit-picker-heading p{color:#667085;font-size:13px}.media-gallery__visit-picker-heading>button{cursor:pointer;background:#fff;border:1px solid #e2e7eb;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;display:grid}.media-gallery__visit-list{align-content:start;gap:8px;padding:14px 22px;display:grid;overflow-y:auto}.media-gallery__visit-list>button{color:#252f3d;text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e9ed;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:10px 13px;display:flex}.media-gallery__visit-list>button.is-selected{background:#12b84a0e;border-color:#12b84a7a}.media-gallery__visit-list>button>span:first-child{gap:3px;min-width:0;display:grid}.media-gallery__visit-list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-gallery__visit-list small{color:#667085}.media-gallery__visit-picker-state{text-align:center;color:#667085;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:180px;padding:28px;display:flex}.media-gallery__visit-picker-state strong{color:#252f3d}.media-gallery__visit-selected{color:#0d8c38;background:#f1fbf5;border-radius:11px;align-items:center;gap:10px;margin:0 22px 12px;padding:10px 12px;display:flex}.media-gallery__visit-selected>span{gap:2px;display:grid}.media-gallery__visit-selected small{color:#557064}.media-gallery__visit-picker-actions{border-top:1px solid #edf0f2;justify-content:flex-end;gap:10px;padding:14px 22px 18px;display:flex}.media-gallery__visit-picker-actions button,.media-gallery__lightbox-actions button{color:#344054;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dde4e8;border-radius:10px;padding:0 13px;font-size:13px;font-weight:700}.media-gallery__visit-picker-actions button.is-primary{color:#fff;background:#12b84a;border-color:#12b84a}.media-gallery__visit-picker-actions button:disabled{opacity:.48;cursor:default}.media-gallery__profile-lightbox-content{grid-template-columns:minmax(0,1fr) 290px;align-items:stretch;gap:16px;width:min(1180px,100vw - 120px);max-height:calc(100dvh - 80px);display:grid}.media-gallery__profile-lightbox .media-gallery__profile-lightbox-content>img{object-fit:contain;border-radius:12px;width:100%;min-width:0;max-width:none;height:100%;max-height:calc(100dvh - 80px)}.media-gallery__profile-lightbox-content aside{color:#252f3d;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;gap:10px;min-height:240px;padding:20px;display:flex}.media-gallery__lightbox-eyebrow{color:#0ea33f;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.media-gallery__lightbox-venue{color:#121826;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:17px;font-weight:800;display:flex}.media-gallery__lightbox-venue:disabled{cursor:default}.media-gallery__profile-lightbox-content aside>em{color:#0d8c38;background:#ecf9f0;border-radius:999px;padding:6px 9px;font-size:12px;font-style:normal;font-weight:700}.media-gallery__lightbox-actions{gap:8px;width:100%;margin-top:auto;display:grid}.media-gallery__lightbox-actions button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.media-gallery__lightbox-actions>span{color:#0d8c38;text-align:center;font-size:12px;font-weight:700}@media (width<=767px){.media-gallery{gap:13px;padding:16px}.media-gallery--attach{padding:16px 0 0}.media-gallery__heading{align-items:center}.media-gallery__heading strong{font-size:18px}.media-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.media-gallery__dropzone{display:none}.media-gallery__add{min-height:38px;padding:0 11px;font-size:13px}.media-gallery__actions{display:grid}.media-gallery__actions button{justify-content:center}.media-gallery__upload{grid-template-columns:minmax(0,1fr) 80px 34px}.media-gallery__lightbox{padding:14px}.media-gallery__lightbox img{max-width:calc(100vw - 28px);max-height:calc(100vh - 90px)}.media-gallery__lightbox-close{top:16px;right:16px}.media-gallery__lightbox-nav{width:40px;height:40px}.media-gallery__lightbox-nav.is-left{left:10px}.media-gallery__lightbox-nav.is-right{right:10px}.media-gallery--user_profile.is-profile-preview,.media-gallery--user_profile.is-profile-full{padding:16px}.media-gallery__profile-heading{align-items:flex-start}.media-gallery__profile-heading>div>span{max-width:220px}.media-gallery__preview-shell{grid-template-columns:30px minmax(0,1fr) 30px;gap:6px}.media-gallery__preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.media-gallery__preview-grid .media-gallery__preview-photo:nth-child(n+3){display:none}.media-gallery__preview-arrow{width:30px;height:30px}.media-gallery__profile-toolbar{flex-direction:column;align-items:stretch}.media-gallery__profile-toolbar select{width:100%;min-width:0}.media-gallery__profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.media-gallery__profile-caption{min-height:48px;padding:8px}.media-gallery__visit-picker{max-height:calc(100dvh - 28px)}.media-gallery__visit-picker-heading,.media-gallery__visit-list,.media-gallery__visit-picker-actions{padding-left:16px;padding-right:16px}.media-gallery__visit-selected{margin-left:16px;margin-right:16px}.media-gallery__profile-lightbox{align-items:start;overflow-y:auto}.media-gallery__profile-lightbox-content{grid-template-columns:1fr;gap:10px;width:100%;max-height:none;margin:54px 0 16px}.media-gallery__profile-lightbox .media-gallery__profile-lightbox-content>img{max-width:100%;height:auto;max-height:62dvh}.media-gallery__profile-lightbox-content aside{min-height:0;padding:16px}}.media-gallery__modal{z-index:1500}.media-gallery__profile-lightbox-content{width:fit-content;max-width:calc(100vw - 120px);max-height:calc(100dvh - 80px);display:block;position:relative}.media-gallery__profile-lightbox .media-gallery__profile-lightbox-content>img{width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 80px);display:block}.media-gallery__profile-lightbox-content aside{color:#fff;background:linear-gradient(#040c0800 0%,#040c08b8 38%,#040c08f0 100%);border-radius:0 0 12px 12px;flex-flow:wrap;align-items:center;gap:7px 12px;min-height:0;padding:44px 16px 14px;display:flex;position:absolute;bottom:0;left:0;right:0}.media-gallery__lightbox-eyebrow{color:#8de7ab;width:100%;font-size:10px}.media-gallery__lightbox-venue{color:#fff;font-size:15px}.media-gallery__profile-lightbox-content aside>span:not(.media-gallery__lightbox-eyebrow){color:#ffffffc7;font-size:12px}.media-gallery__profile-lightbox-content aside>em{color:#bdf5ce;background:#12b84a2e;border:1px solid #7ae99d47;padding:5px 8px;font-size:11px}.media-gallery__lightbox-actions{flex-wrap:wrap;gap:7px;width:auto;margin:0 0 0 auto;display:flex}.media-gallery__lightbox-actions button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-color:#ffffff38;min-height:34px;padding:0 10px}.media-gallery__lightbox-actions button:hover:not(:disabled){background:#fff3}.media-gallery__lightbox-actions button.is-danger{color:#ffd0cc;background:#d92d202e;border-color:#ff857b59}.media-gallery__lightbox-actions>span{color:#c8f7d7;background:#12b84a33;border-radius:999px;padding:7px 10px}@media (width<=767px){.media-gallery__profile-lightbox{align-items:center;overflow:hidden}.media-gallery__profile-lightbox-content{width:fit-content;max-width:100%;max-height:calc(100dvh - 28px);margin:0}.media-gallery__profile-lightbox .media-gallery__profile-lightbox-content>img{width:auto;max-width:100%;max-height:calc(100dvh - 28px)}.media-gallery__profile-lightbox-content aside{max-height:52%;padding:38px 12px 12px;overflow-y:auto}.media-gallery__lightbox-actions{width:100%;margin-left:0}}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-DASzXdPm.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-DD0gzhth.woff2)format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-Bib8W0D4.woff2)format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-DDbenCKo.woff2)format("woff2");font-style:normal;font-weight:700;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#12b84a;--color-primary-hover:#0ea33f;--color-primary-light:#eaf8ee;--color-primary-ultralight:#f3fbf5;--color-text:#121826;--color-text-secondary:#667085;--color-text-muted:#98a2b3;--color-border:#e7ebef;--color-border-strong:#d5dbe3;--color-bg:#f8faf9;--color-card:#fff;--color-blue:#3478f6;--color-orange:#f7903d;--color-red:#e53e3e;--color-yellow:#f5b301;--map-marker-size:32px;--map-marker-color-default:#667085;--map-marker-color-active:#12b84a;--map-marker-color-selected:#3478f6;--map-marker-shadow:0 2px 4px #10182833;--font-sans:"Inter", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-body:1.5;--text-caption:12px;--text-secondary:13px;--text-body-mobile:14px;--text-body:15px;--text-card-title:16px;--text-section-mobile:18px;--text-section:20px;--text-h3:20px;--text-h2:24px;--text-page-mobile:26px;--text-h1:32px;--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-chip:9px;--radius-input:11px;--radius-card:16px;--radius-card-compact:12px;--radius-large:18px;--radius-avatar:9999px;--shadow-xs:0 1px 2px #1018280d;--shadow-sm:0 4px 12px #10182814;--focus-ring:0 0 0 2px var(--color-primary);--motion-fast:.16s ease;--motion-base:.22s ease;--color-secondary:var(--color-text-secondary);--color-muted:var(--color-text-muted);--color-background:var(--color-bg);--radius-card-large:var(--radius-card);--radius-round:var(--radius-avatar);--shadow-card:var(--shadow-xs);--shadow-float:var(--shadow-sm);--header-height:68px;--desktop-max:1600px;--color-map-water:#dceff9;--color-map-park:#edf8ef}html,body,button,input,select,textarea{font-family:var(--font-sans)}body{color:var(--color-text);background:var(--color-bg);font-size:var(--text-body);line-height:var(--line-height-body)}
