/* VXG photo galleries: actor photos and member-owned albums. */
html .vxg-photo-gallery{margin-top:24px;background:transparent;border:0}
html .vxg-photo-gallery__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 16px}
html .vxg-photo-gallery__intro{min-width:0}
html .vxg-photo-gallery__intro h1,
html .vxg-photo-gallery__intro h2{display:flex;align-items:baseline;gap:9px;margin:0;color:var(--foreground);font-family:"Outfit","Inter",sans-serif;font-size:clamp(21px,2vw,27px);font-weight:850;line-height:1.15}
html .vxg-photo-gallery__intro h1 span,
html .vxg-photo-gallery__intro h2 span{color:var(--muted-foreground);font-family:"Inter",sans-serif;font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}
html .vxg-photo-gallery__intro p{max-width:680px;margin:7px 0 0;color:var(--muted-foreground);font-size:13.5px;line-height:1.5}
html .vxg-photo-gallery__tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}
html .vxg-photo-gallery__segments b{margin-left:5px;font-size:10.5px;font-weight:800;opacity:.75}
html .vxg-photo-gallery__add,
html .vxg-photo-gallery__all{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid color-mix(in oklab,var(--primary) 48%,var(--border));border-radius:9999px;background:color-mix(in oklab,var(--primary) 14%,transparent);color:#fff;font-size:12.5px;font-weight:800;text-decoration:none;white-space:nowrap;transition:background .16s,border-color .16s,transform .16s}
html .vxg-photo-gallery__add:hover,
html .vxg-photo-gallery__all:hover{border-color:var(--primary);background:color-mix(in oklab,var(--primary) 24%,transparent);color:#fff;transform:translateY(-1px)}
html .vxg-photo-gallery__add svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
html .vxg-photo-gallery__all{min-height:38px;padding:0 12px;border-color:var(--border);background:transparent;color:var(--muted-foreground)}
html .vxg-photo-gallery__all svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

html .vxg-photo-gallery__photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
html .vxg-photo-card{position:relative;display:block;min-width:0;aspect-ratio:4/3;overflow:hidden;border-radius:12px;background:#0a0a0a;color:#fff;text-decoration:none;-webkit-tap-highlight-color:transparent}
html .vxg-photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,oklch(0 0 0/.72),transparent 44%);opacity:.58;transition:opacity .18s}
html .vxg-photo-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .2s}
html .vxg-photo-card:hover img{transform:scale(1.025)}
html .vxg-photo-card:hover::after{opacity:.82}
html .vxg-photo-card__zoom{position:absolute;top:9px;right:9px;z-index:2;display:grid;place-items:center;width:32px;height:32px;border:1px solid oklch(1 0 0/.18);border-radius:9999px;background:oklch(0 0 0/.48);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:scale(.9);transition:opacity .18s,transform .18s}
html .vxg-photo-card:hover .vxg-photo-card__zoom,
html .vxg-photo-card:focus-visible .vxg-photo-card__zoom{opacity:1;transform:scale(1)}
html .vxg-photo-card__zoom svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
html .vxg-photo-card__label{position:absolute;z-index:2;left:10px;right:10px;bottom:9px;overflow:hidden;color:#fff;font-size:11.5px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}

html .vxg-photo-gallery__albums{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
html .vxg-album-card{position:relative;min-width:0;background:transparent;border:0}
html .vxg-album-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:13px;background:#0a0a0a;color:#fff;text-decoration:none}
html .vxg-album-card__media.is-disabled{cursor:default}
html .vxg-album-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,oklch(0 0 0/.54),transparent 45%);pointer-events:none}
html .vxg-album-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
html .vxg-album-card__media:hover img{transform:scale(1.025)}
html .vxg-album-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:oklch(1 0 0/.24);background:linear-gradient(145deg,#101010,#080808)}
html .vxg-album-card__placeholder svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.4}
html .vxg-album-card__count,
html .vxg-album-card__state{position:absolute;z-index:2;bottom:9px;display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 9px;border-radius:9999px;background:oklch(0 0 0/.62);color:#fff;font-size:10.5px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
html .vxg-album-card__count{left:9px}
html .vxg-album-card__count svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9}
html .vxg-album-card__state{right:9px}
html .vxg-album-card.is-pending .vxg-album-card__state{background:oklch(.68 .15 75/.88);color:#130d04}
html .vxg-album-card.is-processing .vxg-album-card__state{background:oklch(.42 .02 250/.9)}
html .vxg-album-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:10px 2px 0}
html .vxg-album-card__body>div{min-width:0}
html .vxg-album-card__body h3{margin:0;overflow:hidden;color:var(--foreground);font-size:13.5px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
html .vxg-album-card__body h3 a{color:inherit;text-decoration:none}
html .vxg-album-card__body h3 a:hover{color:var(--primary-glow)}
html .vxg-album-card__body p{margin:4px 0 0;overflow:hidden;color:var(--muted-foreground);font-size:11.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
html .vxg-album-card__edit{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;margin-top:-2px;border-radius:9999px;color:var(--muted-foreground);text-decoration:none;transition:color .16s,background .16s}
html .vxg-album-card__edit:hover{background:oklch(1 0 0/.07);color:var(--foreground)}
html .vxg-album-card__edit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

html .vxg-photo-gallery__empty{display:flex;align-items:center;gap:15px;min-height:132px;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
html .vxg-photo-gallery__empty>span{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:9999px;background:oklch(1 0 0/.045);color:var(--muted-foreground)}
html .vxg-photo-gallery__empty>span svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6}
html .vxg-photo-gallery__empty>div{min-width:0;flex:1}
html .vxg-photo-gallery__empty h3{margin:0;color:var(--foreground);font-size:16px;font-weight:800}
html .vxg-photo-gallery__empty p{margin:5px 0 0;color:var(--muted-foreground);font-size:13px;line-height:1.45}
html .vxg-photo-gallery__empty>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:9999px;background:var(--primary);color:#fff;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
html .vxg-photo-gallery__add:focus-visible,
html .vxg-photo-gallery__all:focus-visible,
html .vxg-photo-card:focus-visible,
html a.vxg-album-card__media:focus-visible,
html .vxg-album-card__edit:focus-visible,
html .vxg-photo-gallery__empty>a:focus-visible,
html .vxg-photo-gallery__load-error button:focus-visible{outline:2px solid var(--primary-glow);outline-offset:3px}
html .vxg-photo-gallery{scroll-margin-top:96px}
html .vxg-photo-gallery.is-loading-page{pointer-events:none;opacity:.58;transition:opacity .16s}

html .vxg-photo-gallery--compact{margin-top:26px}
html .vxg-photo-gallery--compact .vxg-photo-gallery__head{align-items:center;margin-bottom:12px}
html .vxg-photo-gallery--compact .vxg-photo-gallery__photos,
html .vxg-photo-gallery--compact .vxg-photo-gallery__albums{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:1px 1px 8px}
html .vxg-photo-gallery--compact .vxg-photo-gallery__photos::-webkit-scrollbar,
html .vxg-photo-gallery--compact .vxg-photo-gallery__albums::-webkit-scrollbar{display:none}
html .vxg-photo-gallery--compact .vxg-photo-card{flex:0 0 min(68vw,230px);scroll-snap-align:start}
html .vxg-photo-gallery--compact .vxg-album-card{flex:0 0 min(68vw,230px);scroll-snap-align:start}

html .vxg-mh-photos-panel{display:none;margin-top:22px}
html.vxg-mtab-photos .vxg-mh-photos-panel{display:block}
html.vxg-mtab-photos #list_videos_common_videos_list,
html.vxg-mtab-photos #list_models_cast_with,
html.vxg-mtab-photos .vxg-mh-shorts-panel,
html.vxg-mtab-photos .vxg-mh-compane{display:none}

html .vxg-photo-upload-context{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:13px 15px;border-left:3px solid var(--primary);background:color-mix(in oklab,var(--primary) 9%,#0a0a0a)}
html .vxg-photo-upload-context>span{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:9999px;background:color-mix(in oklab,var(--primary) 18%,transparent);color:var(--primary-glow)}
html .vxg-photo-upload-context svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
html .vxg-photo-upload-context div{display:flex;min-width:0;flex-direction:column;gap:3px}
html .vxg-photo-upload-context strong{color:var(--foreground);font-size:14px;font-weight:800}
html .vxg-photo-upload-context small{color:var(--muted-foreground);font-size:12.5px;line-height:1.4}

@media (min-width:560px){
	html .vxg-photo-gallery__photos{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
	html .vxg-photo-gallery__albums{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (min-width:900px){
	html .vxg-photo-gallery__photos{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
	html .vxg-photo-gallery__albums{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
	html .vxg-photo-gallery--compact .vxg-photo-card,
	html .vxg-photo-gallery--compact .vxg-album-card{flex-basis:220px}
}
@media (min-width:1500px){
	html .vxg-photo-gallery__photos{grid-template-columns:repeat(6,minmax(0,1fr))}
	html .vxg-photo-gallery__albums{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:700px){
	html .vxg-photo-gallery{margin-top:18px}
	html .vxg-photo-gallery__head{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:13px}
	html .vxg-photo-gallery__tools{justify-content:space-between;width:100%;overflow-x:auto;scrollbar-width:none}
	html .vxg-photo-gallery__tools::-webkit-scrollbar{display:none}
	html .vxg-photo-gallery__segments{flex:0 0 auto}
	html .vxg-photo-gallery__add{flex:0 0 auto;min-height:38px;padding:0 13px}
	html .vxg-photo-gallery__add svg{width:16px;height:16px}
	html .vxg-photo-gallery__empty{align-items:flex-start;flex-wrap:wrap}
	html .vxg-photo-gallery__empty>div{min-width:calc(100% - 66px)}
	html .vxg-photo-gallery__empty>a{margin-left:63px}
	html .vxg-photo-gallery--compact .vxg-photo-gallery__head{flex-direction:row;align-items:center}
	html .vxg-photo-gallery--compact .vxg-photo-gallery__tools{width:auto;overflow:visible}
}
@media (prefers-reduced-motion:reduce){
	html .vxg-photo-card img,
	html .vxg-album-card__media img,
	html .vxg-photo-gallery__add,
	html .vxg-photo-gallery__all{transition:none}
}


/* Community photo upload: visibility, actor search and protected states. */
html .vxg-photo-gallery__visibility{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:9999px;background:oklch(1 0 0/.055);color:var(--muted-foreground);font-size:11px;font-weight:800;white-space:nowrap}

html .vxg-model-picker{position:relative}
html .vxg-model-picker>small{display:block;margin:-2px 0 10px;color:var(--muted-foreground);font-size:12.5px;line-height:1.45}
html .vxg-model-picker__chips{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 9px}
html .vxg-model-picker__chips:empty{display:none}
html .vxg-model-picker__chip{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 5px 0 11px;border:1px solid color-mix(in oklab,var(--primary) 35%,var(--border));border-radius:9999px;background:color-mix(in oklab,var(--primary) 10%,#0a0a0a);color:var(--foreground);font-size:12px}
html .vxg-model-picker__chip b{font-weight:780}
html .vxg-model-picker__chip button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:0;border-radius:9999px;background:transparent;color:var(--muted-foreground);font:700 18px/1 Arial;cursor:pointer}
html .vxg-model-picker__chip button:hover,
html .vxg-model-picker__chip button:focus-visible{background:oklch(1 0 0/.08);color:#fff;outline:none}
html .vxg-model-picker__search{position:relative}
html .vxg-model-picker__search>svg{position:absolute;z-index:1;top:50%;left:14px;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:var(--muted-foreground);stroke-width:1.8;stroke-linecap:round;pointer-events:none}
html .vxg-model-picker__search .textfield{width:100%;padding-left:43px;padding-right:42px}
html .vxg-model-picker__loader{position:absolute;top:50%;right:14px;width:16px;height:16px;margin-top:-8px;border:2px solid oklch(1 0 0/.14);border-top-color:var(--primary);border-radius:9999px;opacity:0;animation:vxg-model-spin .7s linear infinite;pointer-events:none}
html .vxg-model-picker.is-loading .vxg-model-picker__loader{opacity:1}
@keyframes vxg-model-spin{to{transform:rotate(360deg)}}
html .vxg-model-picker__results{position:absolute;z-index:180;right:0;left:0;top:100%;max-height:282px;margin-top:5px;overflow-y:auto;border:1px solid var(--border);border-radius:12px;background:#0b0b0b;box-shadow:0 18px 42px oklch(0 0 0/.45)}
html .vxg-model-picker__result-list{padding:5px}
html .vxg-model-picker__result{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:5px 8px;border:0;border-radius:9px;background:transparent;color:var(--foreground);text-align:left;cursor:pointer}
html .vxg-model-picker__result:hover,
html .vxg-model-picker__result.is-active,
html .vxg-model-picker__result:focus-visible{background:oklch(1 0 0/.065);outline:none}
html .vxg-model-picker__result.is-selected{color:var(--primary-glow)}
html .vxg-model-picker__result img,
html .vxg-model-picker__result>span{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:8px;background:oklch(1 0 0/.06);object-fit:cover;color:var(--muted-foreground);font-weight:800}
html .vxg-model-picker__result b{overflow:hidden;font-size:13px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}
html .vxg-model-picker__no-result{margin:0;padding:13px;color:var(--muted-foreground);font-size:12.5px;text-align:center}

html .vxg-album-lock{display:grid;place-items:center;width:100%;min-height:280px;color:var(--muted-foreground);background:#080808}
html .vxg-album-lock svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

@media (max-width:700px){
 html .vxg-model-picker__results{max-height:238px}
 html .vxg-photo-gallery--compact .vxg-photo-gallery__segments{display:none}
 html .vxg-photo-gallery--compact .vxg-photo-gallery__tools{display:flex;gap:7px}
}

html .vxg-photo-gallery__loading,
html .vxg-photo-gallery__load-error{display:flex;align-items:center;justify-content:center;gap:11px;min-height:210px;color:var(--muted-foreground);font-size:13px;text-align:center}
html .vxg-photo-gallery__loading>span{width:22px;height:22px;border:2px solid oklch(1 0 0/.13);border-top-color:var(--primary);border-radius:9999px;animation:vxg-model-spin .75s linear infinite}
html .vxg-photo-gallery__loading p{margin:0}
html .vxg-photo-gallery__load-error{flex-direction:column}
html .vxg-photo-gallery__load-error strong{color:var(--foreground);font-size:14px}
html .vxg-photo-gallery__load-error button{min-height:38px;padding:0 14px;border:1px solid var(--border);border-radius:9999px;background:#0b0b0b;color:#fff;font-size:12px;font-weight:800;cursor:pointer}
html .vxg-photo-gallery__load-error button:hover,
html .vxg-photo-gallery__load-error button:focus-visible{border-color:var(--primary);outline:2px solid var(--primary-glow);outline-offset:3px}


/* Album editor: full-width, quiet hierarchy, touch-friendly controls. */
html.vxg-album-editor .upload-wrapper{width:100%;padding:8px 0 24px}
html.vxg-album-editor .upload-wrapper>.heading{margin:0 0 20px}
html.vxg-album-editor .upload-wrapper>.heading .title{margin:0;color:var(--foreground);font-family:"Outfit","Inter",sans-serif;font-size:clamp(23px,2.4vw,31px);font-weight:850;line-height:1.15}
html.vxg-album-editor .upload-holder,
html.vxg-album-editor .upload-box{width:100%;background:transparent;border:0}
html.vxg-album-editor .form-upload{padding:22px 0 0;border-top:1px solid var(--border)}
html.vxg-album-editor .form-upload.hidden{display:none}
html.vxg-album-editor .upload-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(24px,4vw,54px);margin:0}
html.vxg-album-editor .upload-inner>.col{width:auto;min-width:0;margin:0}
html.vxg-album-editor .upload-holder .title{margin:0 0 18px;color:var(--foreground);font-family:"Outfit","Inter",sans-serif;font-size:18px;font-weight:820;line-height:1.25}
html.vxg-album-editor .upload-wrapper .row{position:relative;margin:0 0 20px}
html.vxg-album-editor .upload-holder label{margin:0 0 8px;color:var(--foreground);font-family:"Inter",sans-serif;font-size:13.5px;font-weight:720;line-height:1.4}
html.vxg-album-editor .field-label>span{margin-left:5px;color:var(--muted-foreground);font-size:11px;font-weight:650}
html.vxg-album-editor .upload-wrapper .textfield,
html.vxg-album-editor .upload-wrapper .textarea{min-height:48px;padding:12px 14px;border:1px solid var(--border);border-radius:11px;background:#0a0a0a;color:var(--foreground);font:500 15px/1.45 "Inter",sans-serif;transition:border-color .16s,box-shadow .16s}
html.vxg-album-editor .upload-wrapper .textarea{min-height:112px;resize:vertical}
html.vxg-album-editor .upload-wrapper .textfield:focus,
html.vxg-album-editor .upload-wrapper .textarea:focus{border-color:color-mix(in oklab,var(--primary) 78%,#fff);box-shadow:0 0 0 3px color-mix(in oklab,var(--primary) 15%,transparent);outline:none}
html.vxg-album-editor .file-control{position:relative;border:1px dashed color-mix(in oklab,var(--primary) 35%,var(--border));border-radius:13px;background:oklch(1 0 0/.02);transition:border-color .16s,background .16s}
html.vxg-album-editor .file-control:focus-within{border-color:var(--primary);background:color-mix(in oklab,var(--primary) 5%,#0a0a0a)}
html.vxg-album-editor .file-control .textfield{min-height:58px;padding:16px 142px 16px 14px;border:0;background:transparent}
html.vxg-album-editor .file-control .button{position:absolute;z-index:2;top:8px;right:8px;left:auto;display:flex;align-items:center;justify-content:center;max-width:126px;min-height:42px;padding:0 15px;overflow:hidden;border:1px solid color-mix(in oklab,var(--primary) 42%,var(--border));border-radius:9999px;background:color-mix(in oklab,var(--primary) 12%,#0a0a0a);color:#fff;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
html.vxg-album-editor .file-control .file{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;opacity:0;cursor:pointer}
html.vxg-album-editor .upload-inner .descr{padding-left:18px;border-left:2px solid color-mix(in oklab,var(--primary) 30%,var(--border));color:var(--muted-foreground);font-size:13px;line-height:1.55}
html.vxg-album-editor .upload-inner .descr p{margin:0 0 9px}
html.vxg-album-editor .button-group{display:flex;flex-wrap:wrap;gap:8px 16px}
html.vxg-album-editor .button-group>.field-label{flex-basis:100%}
html.vxg-album-editor .upload-holder .radio-box{width:auto}
html.vxg-album-editor .upload-holder .radio-box input[type="radio"]+label{min-height:38px;margin:0;padding:8px 13px 8px 36px;border:1px solid var(--border);border-radius:9999px;background:#0a0a0a;color:var(--muted-foreground);font-size:12.5px;font-weight:720;line-height:20px}
html.vxg-album-editor .upload-holder .radio-box input[type="radio"]+label::before{left:11px;width:17px;border-color:var(--border)}
html.vxg-album-editor .upload-holder .radio-box input[type="radio"]+label::after{left:15px;width:9px;border-color:var(--primary);background:var(--primary)}
html.vxg-album-editor .upload-holder .radio-box input[type="radio"]:checked+label{border-color:color-mix(in oklab,var(--primary) 58%,var(--border));background:color-mix(in oklab,var(--primary) 10%,#0a0a0a);color:#fff}
html.vxg-album-editor .upload-wrapper .bottom{display:flex;justify-content:flex-end;margin:24px 0 0;padding:18px 0 0;border-top:1px solid var(--border)}
html.vxg-album-editor .upload-wrapper .bottom input[type="submit"]{width:auto;max-width:none;min-width:156px;min-height:44px;padding:0 20px;border:0;border-radius:9999px;background:var(--primary);color:#fff;font:800 13px/1 "Inter",sans-serif;box-shadow:none}
html.vxg-album-editor .upload-wrapper .bottom input[type="submit"]:hover{background:var(--primary-hover);color:#fff;box-shadow:none}
html.vxg-album-editor .list-albums-images.col-photo{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
html.vxg-album-editor .col-photo .item.preview{width:auto;padding:0;overflow:visible}
html.vxg-album-editor .col-photo .preview>a{aspect-ratio:4/3;margin:0 0 8px;padding:0;border-radius:11px;background:#080808}
html.vxg-album-editor .col-photo .preview .item-control-holder{display:grid;gap:5px}
html.vxg-album-editor .col-photo .preview .toggle-button{min-width:0;color:var(--muted-foreground);font-size:11px}
html.vxg-album-editor .col-photo .preview .toggle-button input{flex:0 0 auto;width:21px;height:21px;margin:0 7px 0 0;border:1px solid var(--border);border-radius:6px;background:#0a0a0a}
html.vxg-album-editor .generic-error:not(.hidden),
html.vxg-album-editor .success:not(.hidden){margin:0 0 18px;padding:12px 14px;border-left:3px solid var(--primary);background:color-mix(in oklab,var(--primary) 8%,#0a0a0a);font-size:13px;line-height:1.45}
@media (max-width:820px){
 html.vxg-album-editor .upload-inner{grid-template-columns:1fr;gap:24px}
 html.vxg-album-editor .upload-wrapper .bottom{justify-content:stretch}
 html.vxg-album-editor .upload-wrapper .bottom input[type="submit"]{width:100%}
}
@media (max-width:520px){
 html.vxg-album-editor .upload-wrapper{padding-top:2px}
 html.vxg-album-editor .form-upload{padding-top:17px}
 html.vxg-album-editor .upload-wrapper .textfield,
 html.vxg-album-editor .upload-wrapper .textarea{font-size:16px}
 html.vxg-album-editor .file-control .textfield{padding-right:112px;font-size:13px}
 html.vxg-album-editor .file-control .button{max-width:98px;padding:0 11px}
 html.vxg-album-editor .list-albums-images.col-photo{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 html.vxg-album-editor .button-group{display:grid;grid-template-columns:1fr}
 html.vxg-album-editor .button-group>.field-label{grid-column:1}
}
