.creator-profile-studio{display:grid;gap:var(--space-lg,24px)}
.creator-profile-studio-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.creator-profile-studio-head h2{margin:0}.creator-profile-studio-head p:last-child{max-width:60ch;margin:8px 0 0;color:var(--ui-color-muted)}
.creator-profile-readiness{min-width:210px;padding:16px;border:1px solid var(--ui-color-border);border-radius:var(--radius-card,var(--ui-radius-lg));background:var(--ui-color-surface-subtle)}
.creator-profile-readiness strong{display:block;margin-bottom:8px}.creator-profile-readiness progress{width:100%;height:10px;accent-color:var(--ui-color-primary)}
.creator-profile-studio-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:var(--space-lg,24px);align-items:start}
.creator-profile-form-card,.creator-profile-preview-card{padding:clamp(20px,3vw,30px);border:1px solid var(--ui-color-border);border-radius:var(--radius-card,var(--ui-radius-lg));background:var(--ui-color-surface);box-shadow:var(--ui-shadow-sm)}
.creator-profile-form-card .creator-form{margin:0}.creator-profile-form-card label{display:grid;gap:7px}.creator-profile-field-meta{display:flex;justify-content:space-between;gap:12px;color:var(--ui-color-muted);font-size:.78rem;font-weight:600}
.creator-profile-preview-card{position:sticky;top:calc(var(--app-shell-header-height) + 20px);display:grid;gap:18px;background:linear-gradient(145deg,var(--ui-color-surface),var(--ui-color-primary-soft))}
.creator-profile-preview-cover{position:relative;aspect-ratio:16/5;margin:-1px;overflow:hidden;border-radius:var(--radius-card,var(--ui-radius-lg));background:linear-gradient(125deg,var(--ui-color-primary),color-mix(in srgb,var(--ui-color-primary) 32%,var(--bejiggi-promo-start)))}.creator-profile-preview-cover img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover}
.creator-profile-preview-avatar{display:grid;width:88px;height:88px;margin:-60px 0 0 18px;place-items:center;overflow:hidden;border:4px solid var(--ui-color-surface);border-radius:50%;color:var(--bejiggi-on-accent);background:var(--ui-color-primary);font-size:2rem;font-weight:900}.creator-profile-preview-avatar img{width:100%;height:100%;object-fit:cover}
.creator-profile-preview-copy h3{margin:0 0 8px;font-size:1.5rem}.creator-profile-preview-copy p{margin:0;color:var(--ui-color-muted);line-height:1.55;white-space:pre-line}
.creator-profile-next{padding:14px;border:1px solid color-mix(in srgb,var(--ui-color-primary) 45%,var(--ui-color-border));border-radius:var(--ui-radius-md);background:var(--ui-color-primary-soft)}.creator-profile-next strong{display:block;margin-bottom:5px}.creator-profile-next p{margin:0;color:var(--ui-color-muted)}
.creator-profile-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.creator-profile-checklist li{display:flex;gap:8px;align-items:center;padding:9px 11px;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);color:var(--ui-color-muted);font-size:.85rem}.creator-profile-checklist li[data-complete="true"]{border-color:color-mix(in srgb,var(--ui-color-success) 45%,var(--ui-color-border));color:var(--ui-color-success);background:color-mix(in srgb,var(--ui-color-success) 8%,var(--ui-color-surface))}
@media(max-width:900px){.creator-profile-studio-head{align-items:stretch;flex-direction:column}.creator-profile-readiness{width:100%;min-width:0}.creator-profile-studio-grid{grid-template-columns:1fr}.creator-profile-preview-card{position:static}}
@media(max-width:520px){.creator-profile-checklist{grid-template-columns:1fr}}

.creator-profile-image-field{display:grid;gap:10px;margin:0;padding:16px;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md)}.creator-profile-image-field legend{padding:0 6px;font-weight:800}.creator-profile-image-field>p{margin:0;color:var(--ui-color-muted);font-size:.85rem}.creator-profile-image-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:10px}.creator-profile-image-option{position:relative;overflow:hidden;min-height:76px;padding:0;border:2px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:var(--ui-color-surface-subtle);cursor:pointer}.creator-profile-image-option img{display:block;width:100%;height:76px;object-fit:cover}.creator-profile-image-option:hover,.creator-profile-image-option:focus-visible{border-color:var(--ui-color-primary)}.creator-profile-image-option.is-selected{border-color:var(--ui-color-success);box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-color-success) 18%,transparent)}.creator-profile-image-option.is-selected::after{content:"✓";position:absolute;right:6px;bottom:6px;display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:var(--bejiggi-on-accent);background:var(--ui-color-success);font-weight:900}.creator-profile-image-empty{grid-column:1/-1;padding:12px;border:1px dashed var(--ui-color-border);border-radius:var(--ui-radius-md);color:var(--ui-color-muted);text-align:center}.creator-profile-image-remove{justify-self:start}

.creator-profile-image-option{display:grid;grid-template-rows:76px auto}.creator-profile-image-option img{pointer-events:none}.creator-profile-image-action{padding:8px 6px;color:var(--ui-color-text);background:var(--ui-color-surface-subtle);font-size:.72rem;font-weight:800;line-height:1.25}.creator-profile-image-option:hover .creator-profile-image-action,.creator-profile-image-option:focus-visible .creator-profile-image-action{color:var(--ui-color-on-primary);background:var(--ui-color-primary)}.creator-profile-image-option.is-selected .creator-profile-image-action{color:var(--ui-color-on-primary);background:var(--ui-color-success)}

.creator-profile-image-upload{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--ui-color-primary);border-radius:var(--ui-radius-md);color:var(--ui-color-on-primary);background:var(--ui-color-primary);font-weight:800;cursor:pointer}.creator-profile-image-upload input{max-width:58%;color:var(--ui-color-on-primary);cursor:pointer}.creator-profile-image-upload:focus-within{outline:3px solid color-mix(in srgb,var(--ui-color-primary) 35%,transparent);outline-offset:2px}.creator-profile-image-status{min-height:1.3em;color:var(--ui-color-muted);font-size:.82rem;font-weight:700}

.creator-profile-picker-heading{margin-top:4px;font-size:.88rem}.creator-cover-position-controls{display:grid;gap:10px;padding:14px;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:var(--ui-color-surface-subtle)}.creator-cover-position-controls[hidden]{display:none}.creator-cover-position-controls>p{margin:0;color:var(--ui-color-muted);font-size:.82rem}.creator-cover-position-controls label{display:grid;grid-template-columns:minmax(130px,auto) 1fr;align-items:center;gap:12px;font-size:.82rem;font-weight:700}.creator-cover-position-controls input[type="range"]{width:100%;accent-color:var(--ui-color-primary)}


.creator-cover-editor{width:min(960px,calc(100vw - 32px));max-width:none;padding:0;border:1px solid var(--ui-color-border);border-radius:var(--radius-card,var(--ui-radius-lg));color:var(--ui-color-text);background:var(--ui-color-surface);box-shadow:var(--ui-shadow-lg)}
.creator-cover-editor::backdrop{background:color-mix(in srgb,var(--ui-color-text) 65%,transparent)}
.creator-cover-editor-shell{display:grid;gap:20px;padding:clamp(18px,3vw,30px)}
.creator-cover-editor-head,.creator-cover-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.creator-cover-editor-head p{margin:6px 0 0;color:var(--ui-color-muted)}
.creator-cover-editor-preview{position:relative;aspect-ratio:16/5;overflow:hidden;border:1px solid var(--ui-color-border);border-radius:var(--ui-radius-md);background:var(--ui-color-surface-subtle);touch-action:none;cursor:grab}
.creator-cover-editor-preview:active{cursor:grabbing}
.creator-cover-editor-preview img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;will-change:transform}
.creator-cover-editor-sliders{display:grid;gap:12px}
.creator-cover-editor-sliders label{display:grid;grid-template-columns:minmax(150px,auto) 1fr;align-items:center;gap:14px;font-weight:700}
.creator-cover-editor-sliders input[type="range"]{width:100%;accent-color:var(--ui-color-primary)}
.creator-cover-editor-actions{justify-content:flex-end}
@media(max-width:600px){.creator-cover-editor{width:calc(100vw - 16px)}.creator-cover-editor-head{align-items:flex-start}.creator-cover-editor-sliders label{grid-template-columns:1fr}.creator-cover-editor-actions{display:grid;grid-template-columns:repeat(3,1fr)}}

.creator-cover-editor-open{width:100%;min-height:48px;font-size:1rem;box-shadow:var(--ui-shadow-sm)}


.creator-profile-gallery-open{width:100%;min-height:48px;font-size:1rem}
.creator-profile-gallery-dialog{width:min(920px,calc(100vw - 32px));max-width:none;padding:0;border:1px solid var(--ui-color-border);border-radius:var(--radius-card,var(--ui-radius-lg));color:var(--ui-color-text);background:var(--ui-color-surface);box-shadow:var(--ui-shadow-lg)}
.creator-profile-gallery-dialog::backdrop{background:color-mix(in srgb,var(--ui-color-text) 65%,transparent)}
.creator-profile-gallery-shell{display:grid;gap:20px;padding:clamp(18px,3vw,30px)}
.creator-profile-gallery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.creator-profile-gallery-head strong{font-size:1.2rem}.creator-profile-gallery-head p{margin:7px 0 0;color:var(--ui-color-muted)}
.creator-profile-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));max-height:min(65vh,640px);overflow:auto;padding:4px}
.creator-profile-gallery-grid .creator-profile-image-option{grid-template-rows:150px auto;min-height:200px}
.creator-profile-gallery-grid .creator-profile-image-option img{height:150px}
.creator-profile-gallery-grid .creator-profile-image-action{padding:12px 8px;font-size:.85rem}
@media(max-width:600px){.creator-profile-gallery-dialog{width:calc(100vw - 16px)}.creator-profile-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
