.workspace-shell{--ws-accent:#2563eb;--ws-accent-soft:#eff6ff;--ws-sidebar:#111827;--ws-text:#101828;--ws-muted:#667085;--ws-line:#e4e7ec;min-height:100vh;display:grid;--ws-nav-w:280px;grid-template-columns:var(--ws-nav-w) minmax(0,1fr);background:#f6f7f9;color:var(--ws-text);color-scheme:light;font-family:Oswald,sans-serif}.workspace-shell--amber{--ws-accent:#b54708;--ws-accent-soft:#fff7ed}.workspace-shell--emerald{--ws-accent:#087443;--ws-accent-soft:#ecfdf3}.workspace-shell--compact{--ws-nav-w:0px;grid-template-columns:minmax(0,1fr)}.workspace-gate *,.workspace-shell *{box-sizing:border-box}.workspace-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 14px 18px;background:var(--ws-sidebar);color:#d0d5dd}.workspace-role{margin-bottom:16px;padding:0 10px 18px;border-bottom:1px solid #29313f}.workspace-role strong{color:#f9fafb;font-size:15px;font-weight:600}.workspace-mini-profile{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;margin:16px 2px 14px;padding:10px 8px;border:1px solid #29313f;border-radius:9px;background:#151d2a;color:#f9fafb;transition:border-color .16s ease,background .16s ease}.workspace-mini-profile:hover{border-color:#3d4859;background:#1b2432}.workspace-mini-profile__avatar{display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border:1px solid #3d4859;border-radius:50%;background:#242e3d;color:#fff;font:700 11px/1 Unbounded,sans-serif}.workspace-mini-profile__avatar img{display:block;width:100%;height:100%;object-fit:cover}.workspace-mini-profile__identity{display:grid;min-width:0;grid-gap:4px;gap:4px}.workspace-mini-profile__identity small,.workspace-mini-profile__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-mini-profile__identity strong{color:#f9fafb;font-size:13px;font-weight:700}.workspace-mini-profile__identity small{color:#98a2b3;font-size:11px}.workspace-mini-profile--fallback .workspace-mini-profile__avatar{border-color:color-mix(in srgb,var(--ws-accent) 62%,#3d4859);background:var(--ws-accent)}.workspace-mini-profile--loading{pointer-events:none}.workspace-mini-profile--loading .workspace-mini-profile__avatar,.workspace-mini-profile__skeleton{background:linear-gradient(100deg,#242e3d 25%,#354052 45%,#242e3d 65%);background-size:220% 100%;animation:workspace-profile-loading 1.25s ease-in-out infinite}.workspace-mini-profile__skeleton{width:78%;height:22px;border-radius:4px}@keyframes workspace-profile-loading{to{background-position-x:-220%}}.workspace-sidebar nav{display:grid;grid-gap:4px;gap:4px}.workspace-sidebar nav a{display:grid;grid-gap:2px;gap:2px;padding:10px 12px;border-radius:7px;color:#98a2b3;transition:background .16s ease,color .16s ease}.workspace-sidebar nav a:hover{background:#1d2532;color:#fff}.workspace-sidebar nav a.is-active{background:var(--ws-accent);color:#fff}.workspace-sidebar nav a span{font-size:14px;font-weight:600}.workspace-project-nav{display:grid;grid-gap:8px;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #29313f}.workspace-project-nav__title{position:relative;min-height:44px;display:flex;align-items:center;padding:0 34px 0 10px;color:#d0d5dd;font-size:16px;font-weight:600;cursor:pointer;list-style:none}.workspace-project-nav__title::-webkit-details-marker{display:none}.workspace-project-nav__title:after{content:"+";position:absolute;right:11px;color:#98a2b3;font-size:18px;font-weight:400}.workspace-project-nav[open]>.workspace-project-nav__title:after{content:"−"}.workspace-project-nav__list{display:grid;grid-gap:4px;gap:4px}.workspace-project-nav__list>div{overflow:hidden;border:1px solid transparent;border-radius:7px}.workspace-project-nav__list>div.is-selected{border-color:#344054;background:#151d2a}.workspace-project-nav__list>div>a{min-width:0;min-height:48px;display:grid;grid-template-columns:22px 34px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:7px 9px;color:#cbd0d8}.workspace-project-nav__list>div>a:hover{background:#1d2532;color:#fff}.workspace-project-nav__list>div>a>span{color:#667085;font:600 8px Unbounded,sans-serif}.workspace-project-nav__list>div>a>i{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#242e3d;color:#fff;font-style:normal;font-size:13px}.workspace-project-nav__list>div>a img{width:100%;height:100%;object-fit:cover}.workspace-project-nav__list>div>a strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.workspace-project-nav__list nav{display:grid;grid-gap:0;gap:0;padding:0 8px 7px 74px}.workspace-sidebar .workspace-project-nav__list nav a{position:relative;min-height:38px;display:flex;align-items:center;padding:0;border-radius:0;background:transparent;color:#8995a5;font-size:13px}.workspace-sidebar .workspace-project-nav__list nav a:before{content:"";position:absolute;left:-11px;top:50%;width:4px;height:4px;border-radius:50%;background:#475467;transform:translateY(-50%)}.workspace-sidebar .workspace-project-nav__list nav a.is-active,.workspace-sidebar .workspace-project-nav__list nav a:hover{background:transparent;color:#fff}.workspace-sidebar .workspace-project-nav__list nav a.is-active:before{background:var(--ws-accent);box-shadow:0 0 0 3px rgb(181 71 8/.2)}.workspace-project-nav__state{padding:7px 9px;color:#7e8999;font-size:10px;line-height:1.4}.workspace-project-nav__claim{min-height:42px;display:grid;place-items:center;margin:5px 3px 0;padding:8px 9px;border:1px dashed #475467;border-radius:6px;color:#b7c0ce;font-size:13px;text-align:center}.workspace-project-nav__claim:hover{border-color:var(--ws-accent);color:#fff}.workspace-sidebar__foot{display:grid;grid-gap:7px;gap:7px;margin-top:auto;padding:16px 10px 0;border-top:1px solid #29313f;color:#98a2b3;font-size:13px}.workspace-sidebar__foot a{display:flex;align-items:center;gap:5px}.workspace-sidebar__foot a svg{width:13px;height:13px}.workspace-sidebar__foot a:hover{color:#fff}.workspace-stage{min-width:0}.workspace-topbar{position:-webkit-sticky;position:sticky;z-index:20;top:0;height:66px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;padding:0 clamp(18px,3vw,42px);border-bottom:1px solid var(--ws-line);background:rgb(255 255 255/.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-topbar__back{min-width:0;display:flex;align-items:center;gap:7px;justify-self:start;color:#475467}.workspace-topbar__back>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ws-line);border-radius:50%;background:#fff;transition:border-color .16s ease,background .16s ease,transform .16s ease}.workspace-topbar__back svg{width:22px;height:22px}.workspace-topbar__back>strong{font-size:12px;font-weight:600}.workspace-topbar__back:hover{color:var(--ws-accent)}.workspace-topbar__back:hover>span{border-color:var(--ws-accent);background:var(--ws-accent-soft);transform:translateX(-2px)}.workspace-topbar__title{color:#344054;font-size:13px;font-weight:600}.workspace-topbar__account{display:flex;align-items:center;justify-self:end;gap:12px}.workspace-topbar__account>a{min-width:0;display:flex;align-items:center;gap:8px;color:#344054}.workspace-topbar__account>a>span{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--ws-accent-soft);color:var(--ws-accent);font:700 10px/1 Unbounded,sans-serif}.workspace-topbar__account img{width:100%;height:100%;object-fit:cover}.workspace-topbar__account strong{max-width:150px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.workspace-topbar__account>button{border:0;background:transparent;color:var(--ws-muted);font:500 12px Oswald,sans-serif;cursor:pointer}.workspace-topbar__account>button:hover{color:#b42318}.workspace-menu{display:none;border:0;background:transparent;color:var(--ws-text);font-size:22px}.workspace-main{width:min(1320px,100%);margin:0 auto;padding:38px clamp(22px,4vw,52px) 72px}.workspace-page__head{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-bottom:28px;border-bottom:1px solid var(--ws-line)}.workspace-page__head h1{margin:0;color:var(--ws-text);font:700 clamp(30px,4vw,46px)/1.05 Unbounded,sans-serif;letter-spacing:-.045em}.workspace-page__head p{max-width:680px;margin:8px 0 0;color:var(--ws-muted);font:400 16px/1.55 Oswald,sans-serif}.workspace-page__action{flex:0 0 auto}.workspace-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid var(--ws-accent);border-radius:7px;background:var(--ws-accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.workspace-button--quiet{border-color:#d0d5dd;background:#fff;color:#344054}.workspace-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:24px 0}.workspace-card,.workspace-list,.workspace-metric{border:1px solid var(--ws-line);border-radius:9px;background:#fff}.workspace-metric{display:grid;grid-gap:10px;gap:10px;min-height:128px;padding:20px}.workspace-metric span{color:var(--ws-muted);font-size:13px}.workspace-metric strong{color:var(--ws-text);font:700 32px/1 Unbounded,sans-serif}.workspace-metric small{color:var(--ws-accent);font-size:12px}.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:24px}.workspace-card{padding:22px}.workspace-card>span{color:var(--ws-accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.workspace-card h2{margin:7px 0 8px;color:var(--ws-text);font:700 19px/1.25 Unbounded,sans-serif}.workspace-card p{margin:0 0 18px;color:var(--ws-muted);font-size:14px;line-height:1.5}.workspace-card a{color:var(--ws-accent);font-size:13px;font-weight:600}.workspace-list{margin-top:24px;overflow:hidden}.workspace-row{min-height:74px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px;padding:14px 18px;border-bottom:1px solid var(--ws-line)}.workspace-row:last-child{border-bottom:0}.workspace-row>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.workspace-row strong{overflow:hidden;color:var(--ws-text);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.workspace-row small,.workspace-row span{color:var(--ws-muted);font-size:12px}.workspace-row p{max-width:760px;margin:5px 0 0;color:#475467;font-size:14px;line-height:1.5;white-space:pre-wrap}.workspace-row__actions{display:flex;align-items:center;gap:8px}.workspace-row__actions a,.workspace-row__actions button{border:1px solid #d0d5dd;border-radius:6px;padding:8px 11px;background:#fff;color:#344054;font-size:12px;font-weight:600;cursor:pointer}.workspace-status{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;background:var(--ws-accent-soft);color:var(--ws-accent)!important;font-size:11px!important;font-weight:600}.workspace-empty{display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:54px 24px;color:var(--ws-muted);text-align:center}.workspace-empty>span{display:grid;color:#d0d5dd}.workspace-empty>span svg{width:44px;height:44px;--icon-stroke:1.3}.workspace-empty strong{color:var(--ws-text);font-size:17px}.workspace-empty p{max-width:440px;margin:0;font-size:14px}.workspace-notice{margin:18px 0 0;padding:11px 13px;border:1px solid #fecdca;border-radius:7px;background:#fef3f2;color:#b42318;font-size:13px}.workspace-notice--success{border-color:#abefc6;background:#ecfdf3;color:#067647}.workspace-queue{margin-top:28px}.workspace-queue>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace-queue>header h2{margin:0;color:var(--ws-text);font:700 20px/1.2 Unbounded,sans-serif}.workspace-queue>header span{min-width:28px;padding:5px 8px;border-radius:999px;background:var(--ws-accent-soft);color:var(--ws-accent);text-align:center;font-size:12px;font-weight:700}.workspace-queue .workspace-list{margin-top:12px}.workspace-row--proposal{align-items:start}.workspace-claim{margin-top:24px}.workspace-claim__search{display:grid;grid-gap:7px;gap:7px;max-width:620px;color:#344054;font-size:13px;font-weight:600}.workspace-claim__search input{min-height:44px;border:1px solid #d0d5dd;border-radius:7px;padding:0 12px;background:#fff;color:#101828;outline:none}.workspace-claim__search input:focus{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.workspace-claim__options{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:10px;gap:10px;margin-top:16px}.workspace-claim__options>button{min-height:94px;display:grid;align-content:center;justify-items:start;grid-gap:4px;gap:4px;border:1px solid var(--ws-line);border-radius:8px;padding:15px;background:#fff;color:var(--ws-text);text-align:left;cursor:pointer}.workspace-claim__options>button.is-selected,.workspace-claim__options>button:hover{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.workspace-claim__options span{color:var(--ws-accent);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.workspace-claim__options strong{font-size:15px}.workspace-claim__options small{color:var(--ws-muted);font-size:12px}.workspace-claim__form{margin-top:16px}.workspace-claim__selected{display:grid;grid-gap:4px;gap:4px;align-self:stretch;align-content:center;padding:12px;border-radius:7px;background:var(--ws-accent-soft)}.workspace-claim__selected span{color:var(--ws-accent);font-size:11px;font-weight:700;text-transform:uppercase}.workspace-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;grid-gap:16px;gap:16px;margin-top:24px;padding:22px;border:1px solid var(--ws-line);border-radius:9px;background:#fff}.workspace-editor label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:600}.workspace-editor input,.workspace-editor select,.workspace-editor textarea{width:100%;border:1px solid #d0d5dd;border-radius:7px;padding:10px 12px;background:#fff;color:#101828;font:400 14px Oswald,sans-serif;outline:none}.workspace-editor input,.workspace-editor select{min-height:42px}.workspace-editor textarea{min-height:130px;resize:vertical}.workspace-editor input:focus,.workspace-editor select:focus,.workspace-editor textarea:focus{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.workspace-editor__wide{grid-column:1/-1}.artist-projects-toolbar{display:flex;justify-content:flex-end;margin-top:20px}.artist-project-form{max-width:920px;margin-top:24px;padding:22px;border:1px solid var(--ws-line);border-radius:10px;background:#fff}.artist-project-error{max-width:680px;margin-top:24px;padding:20px;border:1px solid #e4e7ec;border-radius:9px;background:#fff}.artist-project-error strong{color:var(--ws-text)}.artist-project-error p{margin:6px 0 0;color:var(--ws-muted);font-size:13px}.artist-projects-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.artist-project{overflow:hidden;border:1px solid var(--ws-line);border-radius:10px;background:#fff}.artist-project.is-open{border-color:#d7b299;box-shadow:0 8px 28px rgb(16 24 40/.05)}.artist-project__summary{width:100%;min-height:76px;display:grid;grid-template-columns:34px 48px minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;border:0;padding:13px 17px;background:#fff;color:var(--ws-text);text-align:left;cursor:pointer}.artist-project__summary:hover{background:#fdfbf9}.artist-project__index{color:#98a2b3;font:600 10px Unbounded,sans-serif}.artist-project__logo{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--ws-accent-soft);color:var(--ws-accent);font-weight:700}.artist-project__logo img{width:100%;height:100%;object-fit:cover}.artist-project__summary>span:nth-child(3){min-width:0;display:grid;grid-gap:4px;gap:4px}.artist-project__summary strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.artist-project__summary small{color:var(--ws-muted);font-size:12px}.artist-project__summary i{color:var(--ws-accent);font-size:22px;font-style:normal}.artist-project__body{padding:0 18px 22px;border-top:1px solid var(--ws-line)}.artist-project__tabs{display:flex;gap:4px;padding:12px 0 18px}.artist-project__tabs button{min-height:34px;border:0;border-radius:6px;padding:0 13px;background:transparent;color:var(--ws-muted);font-size:12px;font-weight:600;cursor:pointer}.artist-project__tabs button.is-active{background:var(--ws-accent-soft);color:var(--ws-accent)}.artist-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:14px;gap:14px}.artist-claim-inline>label,.artist-editor>label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:14px;font-weight:600}.artist-claim-inline input,.artist-claim-inline textarea,.artist-editor input,.artist-editor textarea{width:100%;min-height:44px;border:1px solid #d0d5dd;border-radius:6px;padding:10px 11px;background:#fff;color:var(--ws-text);font-size:15px;outline:none}.artist-claim-inline textarea,.artist-editor textarea{min-height:100px;resize:vertical}.artist-claim-inline input:focus,.artist-claim-inline textarea:focus,.artist-editor input:focus,.artist-editor textarea:focus{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.artist-editor>fieldset,.artist-editor>label:nth-of-type(2){grid-column:1/-1}.artist-editor fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0;border:1px solid var(--ws-line);border-radius:8px;padding:14px}.artist-editor fieldset label,.artist-editor fieldset legend{color:var(--ws-muted);font-size:13px}.artist-editor fieldset label{display:grid;grid-gap:5px;gap:5px;text-transform:capitalize}.image-logo-field{grid-column:1/-1;display:flex;align-items:center;gap:20px}.image-logo-field__thumb{position:relative;width:96px;height:96px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:50%;border:1px solid var(--line-strong,#d0d5dd);background:var(--ws-accent-soft,rgba(52,64,84,.08));color:var(--ws-accent,#475467);cursor:pointer}.image-logo-field__thumb.is-empty{border-style:dashed}.image-logo-field__thumb img{width:100%;height:100%;object-fit:cover}.image-logo-field__thumb input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%)}.image-logo-field__placeholder{display:grid;place-items:center;opacity:.85}.image-logo-field__overlay{position:absolute;inset:0;display:grid;place-items:center;background:rgb(5 6 4/.58);color:var(--bone,#fff);font:700 10px/1 Unbounded,sans-serif;letter-spacing:.08em;text-transform:uppercase;opacity:0;transition:opacity .16s ease}.image-logo-field__thumb.is-dragging .image-logo-field__overlay,.image-logo-field__thumb:focus-visible .image-logo-field__overlay,.image-logo-field__thumb:hover .image-logo-field__overlay{opacity:1}.image-logo-field__thumb.is-dragging{border-color:var(--ws-accent,#475467)}.image-logo-field__copy{display:grid;grid-gap:6px;gap:6px}.image-logo-field__copy>span{color:var(--ws-accent,#475467);font:700 10px Unbounded,sans-serif;letter-spacing:.14em;text-transform:uppercase}.image-logo-field__copy>strong{color:var(--paper,#101828);font:600 16px Unbounded,sans-serif}.image-logo-field__copy>p{margin:0;color:var(--ws-muted);font-size:12px;line-height:1.45}.image-logo-field__copy>small{color:var(--ws-accent,#475467);font-size:12px}.artist-editor__status{color:var(--ws-muted);font-size:11px;align-self:center}.artist-editor__hint{grid-column:1/-1;margin:2px 0 0;color:var(--ws-muted);font-size:12px;line-height:1.45}.artist-audio-upload,.artist-members-editor,.artist-music-links{grid-column:1/-1;display:grid;grid-gap:8px;gap:8px}.artist-members-editor>div{display:grid;grid-template-columns:38px minmax(130px,.7fr) minmax(160px,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:8px;border:1px solid var(--ws-line);border-radius:7px}.artist-members-editor__avatar{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--ws-accent-soft);color:var(--ws-accent)}.artist-members-editor__avatar img{width:100%;height:100%;object-fit:cover}.artist-members-editor__actions{display:flex;gap:4px}.artist-members-editor__actions button,.artist-music-links button{border:1px solid #d0d5dd;border-radius:5px;padding:7px;background:#fff;color:#475467;cursor:pointer}.artist-options{grid-column:1/-1;display:flex;flex-direction:column;gap:6px;max-width:620px}.artist-options button{display:grid;grid-gap:2px;gap:2px;width:100%;border:1px solid #d0d5dd;border-radius:8px;padding:11px 14px;background:#fff;color:var(--ws-text);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.artist-options button.is-selected,.artist-options button:hover{border-color:var(--ws-accent);background:var(--ws-accent-soft)}.artist-options button strong{font-size:15px}.artist-options small{color:var(--ws-muted)}.artist-music-links>div{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(100px,.5fr) minmax(200px,1.3fr) auto;grid-gap:7px;gap:7px}.artist-audio-upload{margin-top:8px;padding:16px;border:1px dashed #b9c0ca;border-radius:8px;background:#fafafa}.artist-audio-upload p{margin:0;color:var(--ws-muted);font-size:12px}.artist-audio-upload>input{border:0;padding:0}.artist-audio-upload>a{color:var(--ws-accent);font-size:12px}.artist-rights{display:flex;align-items:center;gap:8px;color:#344054;font-size:12px}.artist-rights input{width:16px;min-height:16px}.artist-claim-inline{display:grid;grid-gap:12px;gap:12px;margin-top:14px;padding:18px;border:1px solid #d7b299;border-radius:9px;background:#fffaf6}.artist-claim-inline>label{max-width:560px}.artist-claim-inline form{display:grid;grid-gap:10px;gap:10px;max-width:620px}.artist-claim-inline__empty,.artist-claim-inline__prompt{margin:4px 0 0;color:var(--ws-muted);font-size:14px;line-height:1.5}.artist-account-card{max-width:860px;display:grid;grid-gap:24px;gap:24px;margin-top:24px;padding:clamp(20px,3vw,32px);border:1px solid var(--ws-line);border-radius:12px;background:#fff}.artist-account-card__identity{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px}.artist-account-card__avatar{width:112px;height:112px;display:grid;place-items:center;margin:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:50%;background:var(--ws-accent-soft);color:var(--ws-accent);font:700 25px/1 Unbounded,sans-serif}.artist-account-card__avatar img{width:100%;height:100%;display:block;object-fit:cover}.artist-account-card__identity>div{min-width:0}.artist-account-card__identity>div>span,.artist-account-card__socials>span{color:var(--ws-accent);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.artist-account-card__identity h2{margin:6px 0 8px;color:var(--ws-text);font:700 clamp(22px,3vw,30px)/1.15 Unbounded,sans-serif;letter-spacing:-.035em}.artist-account-card__identity p,.artist-account-card__socials>p{margin:0;color:var(--ws-muted);font-size:14px;line-height:1.55;white-space:pre-wrap}.artist-account-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-top:1px solid var(--ws-line);border-bottom:1px solid var(--ws-line)}.artist-account-card__details>div{min-width:0;display:grid;grid-gap:5px;gap:5px;padding:17px 0}.artist-account-card__details>div+div{padding-left:24px;border-left:1px solid var(--ws-line)}.artist-account-card__details dt{color:var(--ws-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.artist-account-card__details dd{overflow:hidden;margin:0;color:var(--ws-text);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.artist-account-card__socials{display:grid;grid-gap:10px;gap:10px}.artist-account-card__socials ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.artist-account-card__socials li{display:grid;grid-gap:2px;gap:2px;min-width:150px;padding:10px 12px;border:1px solid var(--ws-line);border-radius:7px;background:#fafafa}.artist-account-card__socials li strong{color:var(--ws-text);font-size:12px}.artist-account-card__socials li span{overflow:hidden;color:var(--ws-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.artist-account-loading{max-width:860px;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;margin-top:24px;padding:32px;border:1px solid var(--ws-line);border-radius:12px;background:#fff}.artist-account-loading>span{width:112px;height:112px;border-radius:50%}.artist-account-loading>div{display:grid;grid-gap:10px;gap:10px}.artist-account-loading i{display:block;height:14px;border-radius:4px}.artist-account-loading i:first-child{width:34%}.artist-account-loading i:nth-child(2){width:62%;height:24px}.artist-account-loading i:nth-child(3){width:80%}.artist-account-loading i,.artist-account-loading>span{background:linear-gradient(100deg,#f0f1f3 25%,#e1e4e8 45%,#f0f1f3 65%);background-size:220% 100%;animation:workspace-profile-loading 1.25s ease-in-out infinite}.artist-account-error{max-width:620px;display:grid;justify-items:start;grid-gap:7px;gap:7px;margin-top:24px;padding:20px;border:1px solid #fecdca;border-radius:9px;background:#fff;color:#b42318}.artist-account-error span{color:var(--ws-muted);font-size:13px}.artist-account-error button{margin-top:5px}.workspace-search{display:grid;grid-template-columns:minmax(0,520px) auto;grid-gap:9px;gap:9px;margin-top:24px}.workspace-search input{min-height:40px;border:1px solid #d0d5dd;border-radius:7px;padding:0 12px;background:#fff;color:#101828;outline:none}.workspace-search input:focus{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.workspace-row--user{grid-template-columns:minmax(240px,.8fr) minmax(420px,1.2fr)}.workspace-role-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.workspace-role-buttons button{min-height:32px;border:1px solid #d0d5dd;border-radius:6px;padding:0 9px;background:#fff;color:#475467;font-size:11px;font-weight:600;cursor:pointer}.workspace-role-buttons button.is-enabled{border-color:var(--ws-accent);background:var(--ws-accent-soft);color:var(--ws-accent)}.workspace-role-buttons button:disabled{opacity:.45;cursor:wait}.photographer-folder-list{overflow:visible;display:grid;grid-gap:14px;gap:14px;border:0;border-radius:0;background:transparent}.photographer-folder-row{min-width:0;display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);align-items:stretch;overflow:hidden;border:1px solid var(--ws-line);border-radius:16px;background:#fff;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.photographer-folder-row:hover{border-color:#cfd5dc;box-shadow:0 16px 40px rgb(16 24 40/.1);transform:translateY(-2px)}.photographer-folder-row__poster{position:relative;min-height:200px;overflow:hidden;background:#f2f4f7}.photographer-folder-row__poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photographer-folder-row__body{min-width:0;display:grid;align-content:start;grid-gap:10px;gap:10px;padding:22px 24px}.photographer-folder-row__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.photographer-folder-row__head>span{color:var(--ws-accent);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.photographer-folder-row__role{flex:none;padding:5px 12px;border-radius:999px;background:var(--ws-accent-soft);color:var(--ws-accent);font-size:12px;font-style:normal;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.photographer-folder-row__body>strong{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--ws-text);font:700 clamp(24px,2.4vw,30px)/1.12 Unbounded,sans-serif}.photographer-folder-row__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.photographer-chip svg{width:14px;height:14px}.photographer-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 13px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:13px;font-weight:600}.photographer-chip.is-pending{background:#fef0c7;color:#b54708}.photographer-chip.is-approved{background:#dcfae6;color:#067647}.photographer-folder-row__open{margin-top:6px;color:var(--ws-accent);font-size:16px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.photographer-folder-row__open svg{width:16px;height:16px}.photographer-upload-cta{gap:8px}.photographer-upload-cta svg{width:17px;height:17px}.photographer-library,.photographer-queue{margin-top:24px}.photographer-library>header,.photographer-queue>header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.photographer-library>header>div,.photographer-queue>header>div{display:grid;grid-gap:4px;gap:4px}.photographer-library>header>div>span,.photographer-queue>header>div>span{color:var(--ws-accent);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.photographer-library>header h2,.photographer-queue>header h2{margin:0;color:var(--ws-text);font:700 20px/1.2 Unbounded,sans-serif}.photographer-library>header>span{min-width:28px;padding:5px 8px;border-radius:999px;background:var(--ws-accent-soft);color:var(--ws-accent);text-align:center;font-size:12px;font-weight:700}.photographer-library__head-actions{display:flex;align-items:center;gap:10px}.photographer-library__head-actions>span{min-width:32px;color:var(--ws-muted);text-align:center;font-size:14px;font-weight:600}.photographer-library__head-actions>button{min-height:42px;border:1px solid #d0d5dd;border-radius:9px;padding:0 18px;background:#fff;color:#344054;font:600 15px Oswald,sans-serif;cursor:pointer}.photographer-library__head-actions>button:hover{border-color:var(--ws-accent);color:var(--ws-accent)}.photographer-library>header>.photographer-library__controls{display:flex;align-items:end;justify-content:flex-end;flex-wrap:wrap;gap:16px}.photographer-layout-toggle{display:grid;grid-gap:7px;gap:7px;justify-items:end}.photographer-layout-toggle>span{color:var(--ws-muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.photographer-layout-toggle__options{display:inline-flex;gap:3px;padding:4px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.photographer-layout-toggle__options button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;border:0;border-radius:7px;background:transparent;color:#475467;font:600 15px Oswald,sans-serif;cursor:pointer;transition:background .16s ease,color .16s ease}.photographer-layout-toggle__options button svg{width:19px;height:19px}.photographer-layout-toggle__options button:hover:not(.is-active){color:var(--ws-accent)}.photographer-layout-toggle__options button.is-active{background:var(--ws-accent);color:#fff}.photographer-layout-toggle__options button:disabled{opacity:.55;cursor:default}.photographer-export{display:inline-flex;align-items:center;gap:12px;min-height:42px;padding:8px 16px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#344054;transition:border-color .16s ease,color .16s ease,background .16s ease}.photographer-export svg{width:20px;height:20px;flex:0 0 auto}.photographer-export span{display:grid;grid-gap:2px;gap:2px}.photographer-export strong{font:600 15px Oswald,sans-serif}.photographer-export small{color:var(--ws-muted);font-size:12px}.photographer-export:hover{border-color:var(--ws-accent);color:var(--ws-accent);background:#f9fafb}.photographer-export:hover small{color:var(--ws-accent)}.photographer-selection-toolbar{display:flex!important;align-items:center;gap:4px!important;padding:5px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgb(16 24 40/.06)}.photographer-selection-toolbar>strong{padding:0 12px;color:#344054;font-size:14px;font-weight:700;white-space:nowrap}.photographer-selection-toolbar>button{min-height:40px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:7px;padding:0 13px;background:transparent;color:#475467;font:600 14px Oswald,sans-serif;cursor:pointer}.photographer-selection-toolbar>button:hover{background:#f2f4f7;color:#101828}.photographer-selection-toolbar__delete{color:#b42318!important}.photographer-selection-toolbar__delete svg{width:18px;height:18px}.photographer-selection-toolbar__delete:disabled{opacity:.35;cursor:not-allowed!important}.photographer-selection-toolbar__cancel{width:40px;display:grid;place-items:center;padding:0!important;border-left:1px solid #eaecf0!important}.photographer-selection-toolbar__cancel svg{width:15px;height:15px}.photographer-library>.workspace-empty,.photographer-library>.workspace-loading{min-height:310px;border:1px dashed #d0d5dd;border-radius:10px;background:#fff}.photographer-library>.workspace-loading{margin:70px auto;min-height:0}.photographer-queue{padding:16px;border:1px solid var(--ws-line);border-radius:9px;background:#fff}.photographer-queue>header{align-items:center}.photographer-queue>header button{border:0;background:transparent;color:var(--ws-muted);font:500 12px Oswald,sans-serif;cursor:pointer}.photographer-queue>header button:hover{color:var(--ws-accent)}.photographer-queue>header>div>small{color:var(--ws-muted);font-size:11px}.photographer-queue__list{display:grid;grid-gap:7px;gap:7px}.photographer-queue__item{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:8px;border:1px solid #e0e9e3;border-radius:8px;background:#fff}.photographer-queue__item>img,.photographer-queue__video{width:48px;height:48px;display:grid;place-items:center;border-radius:6px;object-fit:cover;background:#17211d;color:#fff;font-size:10px;font-weight:700}.photographer-queue__body{min-width:0;display:grid;grid-gap:5px;gap:5px}.photographer-queue__body>div:first-child{min-width:0;display:flex;align-items:baseline;gap:8px}.photographer-queue__body strong{overflow:hidden;color:var(--ws-text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.photographer-queue__body small,.photographer-queue__body span{flex:0 0 auto;color:var(--ws-muted);font-size:11px}.photographer-queue__item--error .photographer-queue__body small{color:#b42318}.photographer-progress{width:100%;height:4px;overflow:hidden;border-radius:999px;background:#e8edeb}.photographer-progress>span{height:100%;display:block;border-radius:inherit;background:var(--ws-accent);transition:width .2s ease}.photographer-queue__item--error .photographer-progress>span{background:#d92d20}.photographer-retry{border:1px solid #d0d5dd;border-radius:6px;padding:6px 9px;background:#fff;color:#344054;font:600 11px Oswald,sans-serif;cursor:pointer}.photographer-done{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#dcfae6;color:#067647}.photographer-done svg{width:14px;height:14px;--icon-stroke:2.2}.photographer-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px}.photographer-files>article{position:relative;min-width:0;aspect-ratio:1;overflow:hidden;border:1px solid #dfe3e8;border-radius:7px;background:#e9edf1;transition:border-color .16s ease,box-shadow .16s ease}.photographer-files>article:focus-within,.photographer-files>article:hover{border-color:#98a2b3;box-shadow:0 4px 14px rgb(16 24 40/.09)}.photographer-files>article.is-selected{border-color:#344054;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #344054}.photographer-file__preview{width:100%;display:block;overflow:hidden;padding:0;border:0;background:#111827;cursor:zoom-in}.photographer-files img,.photographer-files__video{width:100%;aspect-ratio:1;display:grid;place-items:center;object-fit:cover;background:#111827;color:#fff}.photographer-file__preview img{display:block;transition:transform .25s ease}.photographer-file__preview:hover img{transform:scale(1.025)}.photographer-files__video{align-content:center;gap:7px;font-size:11px;letter-spacing:.08em}.photographer-files__video span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgb(255 255 255/.4);border-radius:50%}.photographer-files__video span svg{width:15px;height:15px}.photographer-file__processing{width:100%;height:100%;display:grid;align-content:center;justify-items:center;grid-gap:14px;gap:14px;background:#f2f4f7;color:var(--ws-muted)}.photographer-file__processing .workspace-loading{width:34px;height:34px}.photographer-file__processing strong{font-size:15px!important}.photographer-file__delete{position:absolute;z-index:4;top:10px;right:10px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgb(255 255 255/.55);border-radius:50%;background:rgb(17 24 39/.72);color:#fff;opacity:0;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .16s ease,background .16s ease}.photographer-file__delete svg{width:20px;height:20px}.photographer-file__delete:focus-visible,.photographer-files>article:hover .photographer-file__delete{opacity:1}.photographer-file__delete:hover{background:#b42318}.photographer-file__select-overlay{position:absolute;z-index:2;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.photographer-file__select-overlay:focus-visible{outline:2px solid var(--ws-accent);outline-offset:-3px}.photographer-file__select{position:absolute;z-index:3;top:10px;left:10px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid rgb(255 255 255/.8);border-radius:50%;background:rgb(17 24 39/.66);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:none}.photographer-file__select>span{width:24px;height:24px;display:grid;place-items:center;border:2px solid #fff;border-radius:6px;color:#fff}.photographer-file__select>span svg{width:14px;height:14px;--icon-stroke:2.4}.photographer-file__select.is-checked{background:#344054}.photographer-file__select.is-checked>span{border-color:transparent}.photographer-file__meta{position:absolute;z-index:1;right:0;bottom:0;left:0;display:grid;grid-gap:3px;gap:3px;padding:28px 10px 9px;background:linear-gradient(transparent,rgb(10 15 20/.82));color:#fff;opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.photographer-files>article.is-selected .photographer-file__meta,.photographer-files>article:focus-within .photographer-file__meta,.photographer-files>article:hover .photographer-file__meta{opacity:1;transform:none}.photographer-file__meta .workspace-status{padding:0;background:transparent;color:#d0d5dd!important;font-size:13px!important;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.photographer-files>article strong{overflow:hidden;color:#fff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.photographer-files>article small{color:#e4e7ec;font-size:14px}.photographer-files .workspace-row__actions{padding:0 12px 12px}.photographer-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgb(10 17 14/.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:photographer-fade-in .16s ease both}.photographer-modal__sheet{width:min(760px,100%);max-height:min(820px,calc(100vh - 40px));overflow-y:auto;padding:32px 34px;border:1px solid rgb(255 255 255/.5);border-radius:16px;background:#fff;box-shadow:0 24px 64px rgb(5 14 10/.28);animation:photographer-sheet-in .2s ease both}.photographer-modal__sheet>header{display:flex;align-items:start;justify-content:space-between;gap:20px}.photographer-modal__sheet>header>div{display:grid;grid-gap:6px;gap:6px}.photographer-modal__sheet>header span{color:var(--ws-accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.photographer-modal__sheet h2{margin:0;color:var(--ws-text);font:700 30px/1.15 Unbounded,sans-serif;letter-spacing:-.03em}.photographer-modal__close{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--ws-line);border-radius:50%;background:#fff;color:var(--ws-muted);cursor:pointer}.photographer-modal__close svg{width:16px;height:16px}.photographer-source-tabs{display:flex;gap:5px;margin-top:24px;padding:5px;border-radius:11px;background:#f2f4f7}.photographer-source-tabs>button{min-width:0;display:flex;flex:1 1;align-items:center;gap:10px;padding:13px 15px;border:0;border-radius:8px;background:transparent;color:#667085;cursor:pointer}.photographer-source-tabs>button>span{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border-radius:9px;background:#f2f4f7;color:#344054}.photographer-source-tabs>button>span svg{width:23px;height:23px}.photographer-source-tabs>button strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.photographer-source-tabs>button:hover{color:#344054}.photographer-source-tabs>button.is-active{background:#fff;color:#101828;box-shadow:0 1px 3px rgb(16 24 40/.1)}.photographer-source-tabs>button.is-active>span{background:#f8f9fa;color:#344054}.photographer-cloud-source,.photographer-local-source{margin-top:16px}.photographer-local-source>button{width:100%;min-height:220px;display:grid;align-content:center;justify-items:center;grid-gap:10px;gap:10px;border:1px dashed #98a2b3;border-radius:11px;background:#fff;color:var(--ws-text);cursor:pointer;transition:border-color .16s ease,background .16s ease}.photographer-local-source>button:hover{border-color:#667085;background:#f9fafb}.photographer-local-source__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:6px;border-radius:50%;background:#f2f4f7;color:#475467}.photographer-local-source__icon svg{width:32px;height:32px}.photographer-local-source>button strong{font-size:20px}.photographer-local-source>button small{color:var(--ws-muted);font-size:15px}.photographer-local-source>input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.photographer-local-source__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.photographer-local-source__actions>button{min-width:0;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--ws-line);border-radius:10px;background:#fff;color:#344054;text-align:left;cursor:pointer}.photographer-local-source__actions>button:hover{border-color:#98a2b3;background:#f9fafb;color:#101828}.photographer-local-source__actions>button>svg{width:23px;height:23px;flex:0 0 auto}.photographer-local-source__actions>button>span{min-width:0;display:grid;grid-gap:3px;gap:3px}.photographer-local-source__actions strong{font-size:15px}.photographer-local-source__actions small{overflow:hidden;color:var(--ws-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.photographer-local-source>p{margin:16px 0 0;color:var(--ws-muted);font-size:15px;text-align:center}.photographer-cloud-source{display:grid;grid-gap:10px;gap:10px}.photographer-cloud-source__note{display:grid;grid-gap:2px;gap:2px;padding:10px 11px;border:1px solid #eaecf0;border-radius:6px;background:#fff}.photographer-cloud-source__note strong{color:var(--ws-text);font-size:14px}.photographer-cloud-source__note span{color:var(--ws-muted);font-size:13px}.photographer-cloud-source label{display:grid;grid-gap:8px;gap:8px;color:#344054;font-size:13px;font-weight:600}.photographer-cloud-source input{width:100%;min-height:50px;border:1px solid #d0d5dd;border-radius:8px;padding:0 14px;background:#fff;color:var(--ws-text);font:400 15px Oswald,sans-serif;outline:none}.photographer-cloud-source input:focus{border-color:var(--ws-accent);box-shadow:0 0 0 3px var(--ws-accent-soft)}.photographer-cloud-source>.workspace-button{justify-self:end}.photographer-cloud-state{margin:-3px 0 0;padding:9px 11px;border-radius:6px;background:#fef3f2;color:#b42318;font-size:12px}.photographer-cloud-state--success{background:#ecfdf3;color:#067647}.photographer-lightbox{position:fixed;z-index:1100;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr);padding:18px;background:rgb(4 9 7/.94);color:#fff;animation:photographer-fade-in .16s ease both}.photographer-lightbox>header{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;padding:0 0 15px}.photographer-lightbox>header>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.photographer-lightbox>header strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.photographer-lightbox>header small{color:#98a2b3;font-size:11px}.photographer-lightbox__delete{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #344054;border-radius:7px;background:transparent;color:#d0d5dd;font:600 12px Oswald,sans-serif;cursor:pointer}.photographer-lightbox__delete:hover{border-color:#f97066;color:#f97066}.photographer-lightbox__delete svg{width:16px;height:16px}.photographer-lightbox__close{width:36px;height:36px;display:grid;place-items:center;border:1px solid #344054;border-radius:50%;background:transparent;color:#fff;cursor:pointer}.photographer-lightbox__close svg{width:15px;height:15px}.photographer-lightbox__media{min-width:0;min-height:0;display:grid;place-items:center}.photographer-lightbox__media img,.photographer-lightbox__media video{max-width:100%;max-height:100%;display:block;object-fit:contain}.photographer-confirm{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:20px;background:rgb(10 17 14/.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:photographer-fade-in .16s ease both}.photographer-confirm>section{width:min(420px,100%);display:grid;justify-items:center;padding:28px;border-radius:13px;background:#fff;box-shadow:0 28px 80px rgb(5 14 10/.3);text-align:center;animation:photographer-sheet-in .2s ease both}.photographer-confirm__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fef3f2;color:#d92d20}.photographer-confirm__icon svg{width:23px;height:23px}.photographer-confirm h2{margin:15px 0 8px;color:var(--ws-text);font:700 21px/1.25 Unbounded,sans-serif;letter-spacing:-.025em}.photographer-confirm p{margin:0;color:var(--ws-muted);font-size:13px;line-height:1.5}.photographer-confirm p strong{color:#344054}.photographer-confirm>section>div{display:flex;gap:9px;margin-top:22px}.photographer-danger-button{border-color:#d92d20;background:#d92d20}@keyframes photographer-fade-in{0%{opacity:0}}@keyframes photographer-sheet-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.workspace-gate{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f6f7f9;color:#101828;color-scheme:light}.workspace-gate>div:not(.workspace-spinner),.workspace-gate>form{width:min(430px,100%);padding:30px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}.workspace-gate h1{margin:0 0 24px;color:#101828;font:700 30px Unbounded,sans-serif}.workspace-gate label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:600}.workspace-gate input{height:44px;padding:0 12px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#101828}.workspace-gate button{height:42px;margin-top:16px;border:0;border-radius:7px;padding:0 16px;background:#2563eb;color:#fff;font-weight:600}.workspace-gate p{color:#667085}.workspace-spinner{width:30px;height:30px;border:3px solid #d0d5dd;border-top-color:#2563eb;border-radius:50%;animation:workspace-spin .7s linear infinite}.workspace-shell .admin-app{background:transparent}.workspace-shell .admin-app .admin-workspace{min-width:0}.workspace-shell .admin-app .admin-page{padding:0}@keyframes workspace-spin{to{transform:rotate(1turn)}}@media (max-width:820px){.workspace-shell{--ws-nav-w:0px;grid-template-columns:1fr}.workspace-sidebar{position:static;height:auto;padding:12px}.workspace-mini-profile,.workspace-project-nav,.workspace-role,.workspace-sidebar__foot{display:none}.workspace-sidebar nav{display:flex;overflow-x:auto}.workspace-sidebar nav a{min-width:max-content}.workspace-topbar{height:58px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:0 14px}.workspace-topbar__account strong,.workspace-topbar__title{display:none}.workspace-topbar__account{gap:8px}.workspace-topbar__account>button{padding:8px 0 8px 6px}.workspace-main{padding:26px 16px 52px}.workspace-page__head{align-items:start;flex-direction:column}.workspace-grid,.workspace-metrics,.workspace-row,.workspace-row--user{grid-template-columns:1fr}.workspace-role-buttons,.workspace-row__actions{justify-content:flex-start}.photographer-folder-row,.workspace-search{grid-template-columns:1fr}.photographer-folder-row__poster{min-height:150px}.photographer-folder-row__body{padding:18px;gap:9px}.photographer-modal{align-items:end;padding:0}.photographer-modal__sheet{width:100%;max-height:88vh;padding:20px 16px max(22px,env(safe-area-inset-bottom));border-radius:16px 16px 0 0}.photographer-source-tabs{display:grid;grid-template-columns:1fr}.photographer-source-tabs>button{min-height:38px}.photographer-local-source>button{min-height:145px}.photographer-local-source__actions{grid-template-columns:1fr}.photographer-queue{padding:14px}.photographer-queue__item{grid-template-columns:42px minmax(0,1fr)}.photographer-queue__item>img,.photographer-queue__video{width:42px;height:42px}.photographer-done,.photographer-retry{grid-column:2;justify-self:start}.photographer-file__delete{opacity:1}.photographer-library>header{align-items:start;flex-direction:column}.photographer-library>header>.photographer-library__controls{width:100%;justify-content:space-between}.photographer-selection-toolbar{width:100%;overflow-x:auto}.photographer-selection-toolbar>strong{margin-right:auto}.photographer-files{grid-template-columns:repeat(2,minmax(0,1fr))}.photographer-file__meta{opacity:1;transform:none}.photographer-lightbox{padding:12px}.photographer-lightbox>header{grid-template-columns:minmax(0,1fr) auto}.photographer-lightbox__delete{grid-column:1/-1;grid-row:2;justify-self:start}.photographer-lightbox__close{grid-column:2;grid-row:1}.workspace-editor{grid-template-columns:1fr}.workspace-editor__wide{grid-column:auto}.artist-account-card__identity,.artist-account-loading{grid-template-columns:1fr}.artist-account-card__avatar,.artist-account-loading>span{width:92px;height:92px}.artist-account-card__details{grid-template-columns:1fr}.artist-account-card__details>div+div{padding-left:0;border-top:1px solid var(--ws-line);border-left:0}.artist-project__summary{grid-template-columns:24px 42px minmax(0,1fr) auto;gap:9px;padding-inline:12px}.artist-project__logo{width:42px;height:42px}.artist-project__body{padding-inline:12px}.artist-editor,.artist-editor fieldset{grid-template-columns:1fr}.artist-audio-upload,.artist-editor>fieldset,.artist-editor>label:nth-of-type(2),.artist-members-editor,.artist-music-links,.artist-options,.image-logo-field{grid-column:auto}.artist-members-editor>div{grid-template-columns:38px minmax(0,1fr)}.artist-members-editor>div input,.artist-members-editor__actions{grid-column:2}.artist-music-links>div{grid-template-columns:1fr}}.workspace-shell--amber,.workspace-shell--emerald{--ink:#070906;--ink-2:#0b0e08;--panel:#090b08;--paper:#eee5d0;--bone:#eee5d0;--acid:#bdc986;--red:#ee3b27;--line:rgba(238,229,208,.19);--line-strong:rgba(238,229,208,.34);--ws-text:var(--bone);--ws-muted:rgba(238,229,208,.55);--ws-line:var(--line);--ws-accent:var(--acid);--ws-accent-soft:rgba(189,201,134,.14);--ws-sidebar:#070807;background:radial-gradient(circle at 82% 14%,rgba(132,142,82,.14),transparent 34rem),linear-gradient(112deg,transparent 0 58%,rgba(189,201,134,.03) 58% 72%,transparent 72%),repeating-linear-gradient(90deg,transparent,transparent calc(25% - 1px),rgba(238,229,208,.03) 25%),#070906;color:var(--bone);color-scheme:dark;font-family:Oswald,sans-serif}.workspace-shell--amber:after,.workspace-shell--emerald:after{content:"";position:fixed;z-index:0;width:72vw;aspect-ratio:1;right:-26vw;bottom:-46vw;pointer-events:none;border:1px solid rgba(189,201,134,.11);border-radius:50%;box-shadow:0 0 0 10vw rgba(189,201,134,.018),0 0 0 20vw rgba(189,201,134,.012)}.workspace-shell--amber>*,.workspace-shell--emerald>*{position:relative;z-index:1}.workspace-shell--amber .workspace-sidebar{padding:26px 22px 20px;border-right:1px solid var(--line);background:rgba(9,11,8,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:rgba(238,229,208,.6)}.workspace-shell--amber .workspace-mini-profile{grid-template-columns:44px minmax(0,1fr);gap:13px;margin:0;padding:18px 2px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--bone)}.workspace-shell--amber .workspace-mini-profile:hover{background:transparent}.workspace-shell--amber .workspace-mini-profile:hover .workspace-mini-profile__avatar{border-color:var(--acid)}.workspace-shell--amber .workspace-mini-profile:hover .workspace-mini-profile__identity strong{color:var(--acid)}.workspace-shell--amber .workspace-mini-profile__avatar{width:44px;height:44px;border-color:var(--line-strong);background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--amber .workspace-mini-profile__identity strong{color:var(--paper);font-size:14px}.workspace-shell--amber .workspace-mini-profile__identity small{color:rgba(238,229,208,.5)}.workspace-shell--amber .workspace-mini-profile--fallback .workspace-mini-profile__avatar{border-color:var(--acid);background:rgba(189,201,134,.18);color:var(--acid)}.workspace-shell--amber .workspace-project-nav{gap:4px;margin-top:18px;padding-top:4px;border-top:0}.workspace-shell--amber .workspace-project-nav__title{min-height:32px;padding-left:2px;color:var(--acid);font:700 11px Unbounded,sans-serif;letter-spacing:.14em;text-transform:uppercase}.workspace-shell--amber .workspace-project-nav__title:after{right:4px;color:var(--acid)}.workspace-shell--amber .workspace-project-nav__list{gap:0}.workspace-shell--amber .workspace-project-nav__list>div{border:0;border-bottom:1px solid var(--line);border-radius:0}.workspace-shell--amber .workspace-project-nav__list>div:last-of-type{border-bottom:0}.workspace-shell--amber .workspace-project-nav__list>div.is-selected{background:transparent}.workspace-shell--amber .workspace-project-nav__list>div>a{grid-template-columns:36px minmax(0,1fr);gap:12px;min-height:56px;padding:10px 2px;color:rgba(238,229,208,.7)}.workspace-shell--amber .workspace-project-nav__list>div>a:hover{background:transparent;color:var(--paper)}.workspace-shell--amber .workspace-project-nav__list>div.is-selected>a{color:var(--paper)}.workspace-shell--amber .workspace-project-nav__list>div>a>span{display:none}.workspace-shell--amber .workspace-project-nav__list>div>a>i{width:36px;height:36px;border-radius:50%;background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--amber .workspace-project-nav__list>div>a strong{font:600 15px/1.15 Unbounded,sans-serif;letter-spacing:-.01em}.workspace-shell--amber .workspace-project-nav__list nav{gap:2px;padding:2px 0 12px 48px}.workspace-shell--amber .workspace-sidebar .workspace-project-nav__list nav a{min-height:34px;color:rgba(238,229,208,.55);font:600 10px Unbounded,sans-serif;letter-spacing:.06em;text-transform:uppercase}.workspace-shell--amber .workspace-sidebar .workspace-project-nav__list nav a.is-active{color:var(--paper)}.workspace-shell--amber .workspace-sidebar .workspace-project-nav__list nav a.is-active:before{background:var(--red);box-shadow:0 0 0 3px rgba(238,59,39,.2)}.workspace-shell--amber .workspace-project-nav__state{color:rgba(238,229,208,.4)}.workspace-shell--amber .workspace-project-nav__claim{min-height:44px;margin:14px 0 0;border:1px solid var(--line-strong);border-radius:8px;color:rgba(238,229,208,.72);font:700 10px Unbounded,sans-serif;letter-spacing:.1em;text-transform:uppercase}.workspace-shell--amber .workspace-project-nav__claim:hover{border-color:var(--acid);background:rgba(189,201,134,.08);color:var(--acid)}.workspace-shell--amber .workspace-sidebar__foot{gap:10px;padding:18px 2px 0;border-top:1px solid var(--line);color:rgba(238,229,208,.55)}.workspace-shell--amber .workspace-sidebar__foot a{font:600 10px Unbounded,sans-serif;letter-spacing:.08em;text-transform:uppercase}.workspace-shell--amber .workspace-sidebar__foot a:hover{color:var(--acid)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar{border-bottom-color:var(--line);background:rgba(7,9,6,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__back{color:rgba(238,229,208,.7)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__back>span{border-color:var(--line-strong);background:rgba(238,229,208,.04)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__back:hover{color:var(--acid)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__back:hover>span{border-color:var(--acid);background:rgba(189,201,134,.12)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__title{color:rgba(238,229,208,.62);text-transform:uppercase;letter-spacing:.1em}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__account>a{color:var(--bone)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__account>a>span{background:rgba(189,201,134,.12);color:var(--acid)}:is(.workspace-shell--amber,.workspace-shell--emerald) .workspace-topbar__account>button:hover{color:var(--red)}.workspace-shell--amber .workspace-page__head,.workspace-shell--emerald .workspace-page__head{border-bottom-color:var(--line)}.workspace-shell--amber .workspace-page__head h1,.workspace-shell--emerald .workspace-page__head h1{color:var(--paper);font:900 clamp(30px,4vw,56px)/.9 Archivo Black,sans-serif;letter-spacing:-.04em;text-transform:uppercase}.workspace-shell--amber .workspace-page__head p,.workspace-shell--emerald .workspace-page__head p{color:rgba(238,229,208,.55);font-size:clamp(16px,1.6vw,20px);font-weight:300}.workspace-shell--amber .workspace-button,.workspace-shell--emerald .workspace-button{min-height:44px;padding:0 22px;border:1px solid var(--red);border-radius:8px;background:var(--red);color:#080906;font:700 12px Unbounded,sans-serif;letter-spacing:.04em;text-transform:uppercase}.workspace-shell--amber .workspace-button:hover,.workspace-shell--emerald .workspace-button:hover{background:#f2543d;border-color:#f2543d}.workspace-shell--amber .workspace-button--quiet,.workspace-shell--emerald .workspace-button--quiet{border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--amber .workspace-button--quiet:hover,.workspace-shell--emerald .workspace-button--quiet:hover{border-color:var(--acid);background:transparent;color:var(--acid)}.workspace-shell--amber :is(.workspace-metric,.workspace-card,.workspace-list),.workspace-shell--emerald :is(.workspace-metric,.workspace-card,.workspace-list){border-color:var(--line);border-radius:14px;background:rgba(238,229,208,.03)}.workspace-shell--amber .workspace-metric strong,.workspace-shell--emerald .workspace-metric strong{color:var(--paper);font-family:Unbounded,sans-serif}.workspace-shell--amber .workspace-card>span,.workspace-shell--emerald .workspace-card>span{color:var(--acid)}.workspace-shell--amber .workspace-card h2,.workspace-shell--emerald .workspace-card h2{color:var(--paper);font:700 clamp(19px,2vw,26px)/1.05 Unbounded,sans-serif;letter-spacing:-.02em}.workspace-shell--amber .workspace-card a,.workspace-shell--emerald .workspace-card a{color:var(--red);text-transform:uppercase;letter-spacing:.06em;font-family:Unbounded,sans-serif}.workspace-shell--amber .workspace-row strong,.workspace-shell--emerald .workspace-row strong{color:var(--paper);font-size:16px}.workspace-shell--amber .workspace-row p,.workspace-shell--emerald .workspace-row p{color:var(--ws-muted)}.workspace-shell--amber .workspace-row__thumb,.workspace-shell--emerald .workspace-row__thumb{border:1px solid var(--line)}.workspace-shell--amber .workspace-row__actions :is(a,button),.workspace-shell--emerald .workspace-row__actions :is(a,button){border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--amber .workspace-row__actions :is(a,button):hover,.workspace-shell--emerald .workspace-row__actions :is(a,button):hover{border-color:var(--acid);color:var(--acid)}.workspace-shell--amber .workspace-status,.workspace-shell--emerald .workspace-status{border:1px solid rgba(189,201,134,.5);background:rgba(189,201,134,.12);color:var(--acid)!important}.workspace-shell--amber .workspace-empty>span,.workspace-shell--emerald .workspace-empty>span{color:rgba(238,229,208,.28)}.workspace-shell--amber .workspace-empty strong,.workspace-shell--emerald .workspace-empty strong{color:var(--paper);font-family:Unbounded,sans-serif}.workspace-shell--amber .workspace-notice,.workspace-shell--emerald .workspace-notice{border:1px solid rgba(238,59,39,.3);border-left:3px solid var(--red);background:rgba(238,59,39,.08);color:#f3bdb4}.workspace-shell--amber .workspace-notice--success,.workspace-shell--emerald .workspace-notice--success{border-color:rgba(189,201,134,.32);border-left-color:var(--acid);background:rgba(189,201,134,.1);color:var(--acid)}.workspace-shell--amber .workspace-loading,.workspace-shell--emerald .workspace-loading{width:30px;height:30px;border:2px solid var(--line-strong);border-top-color:var(--red);border-radius:50%;animation:workspace-spin .7s linear infinite}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline,.workspace-editor,.workspace-claim__search,.workspace-search) :is(input,textarea,select),.workspace-shell--emerald .photographer-cloud-source input{border:0;border-bottom:1px solid var(--line-strong);border-radius:0;background:transparent;color:var(--bone)}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline,.workspace-editor,.workspace-claim__search,.workspace-search) :is(input,textarea,select):focus,.workspace-shell--emerald .photographer-cloud-source input:focus{border-bottom-color:var(--red);box-shadow:0 1px 0 var(--red)}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline,.workspace-editor) :is(input,textarea,select)::placeholder,.workspace-shell--emerald .photographer-cloud-source input::placeholder{color:rgba(238,229,208,.28)}.workspace-shell--amber .workspace-claim__search,.workspace-shell--amber :is(.artist-editor,.artist-claim-inline)>label{color:rgba(238,229,208,.68)}.workspace-shell--amber .artist-editor fieldset{border-color:var(--line);border-radius:12px}.workspace-shell--amber .artist-editor fieldset label,.workspace-shell--amber .artist-editor fieldset legend{color:var(--ws-muted)}.workspace-shell--amber :is(.artist-project-form,.artist-project-error){border-color:var(--line);border-radius:16px;background:rgba(238,229,208,.025)}.workspace-shell--amber .artist-project-error strong{color:var(--paper)}.workspace-shell--amber .artist-editor__status{color:var(--acid)}.workspace-shell--amber .artist-members-editor>div{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:12px 2px}.workspace-shell--amber .artist-members-editor>div strong{color:var(--paper)}.workspace-shell--amber .artist-members-editor__avatar{background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--amber :is(.artist-members-editor__actions button,.artist-music-links button){border-color:var(--line-strong);background:transparent;color:rgba(238,229,208,.72)}.workspace-shell--amber :is(.artist-members-editor__actions button,.artist-music-links button):hover{border-color:var(--red);color:var(--red)}.workspace-shell--amber :is(.artist-members-editor__hint,.artist-editor__hint){grid-column:1/-1;margin:2px 0 0;color:var(--ws-muted);font-size:12px;line-height:1.45}.workspace-shell--amber .artist-members-editor__empty{grid-column:1/-1;margin:6px 0 0;padding:14px 16px;border:1px solid var(--line);border-left:3px solid var(--acid);border-radius:12px;background:rgba(189,201,134,.06);color:rgba(238,229,208,.72);font-size:13px;line-height:1.5}.workspace-shell--amber .artist-options{gap:0;max-height:380px;overflow-y:auto;border:1px solid var(--line);border-radius:14px;background:rgba(238,229,208,.02)}.workspace-shell--amber .artist-options button{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:13px 16px;background:transparent;color:var(--bone)}.workspace-shell--amber .artist-options button:last-child{border-bottom:0}.workspace-shell--amber .artist-options button strong{color:var(--paper);font-size:15px}.workspace-shell--amber .artist-options button.is-selected,.workspace-shell--amber .artist-options button:hover{border-bottom-color:transparent;background:rgba(189,201,134,.14)}.workspace-shell--amber .artist-options small{color:rgba(238,229,208,.6)}.workspace-shell--amber :is(.artist-claim-inline__prompt,.artist-claim-inline__empty){grid-column:1/-1;margin:4px 0 0;color:rgba(238,229,208,.6);font-size:14px;line-height:1.5}.workspace-shell--amber .artist-audio-upload{border-color:var(--line-strong);border-radius:14px;background:rgba(238,229,208,.025)}.workspace-shell--amber .artist-audio-upload>a{color:var(--acid)}.workspace-shell--amber .artist-rights{color:rgba(238,229,208,.72)}.workspace-shell--amber .artist-claim-inline{border-color:var(--line-strong);border-radius:16px;background:rgba(238,229,208,.025)}.workspace-shell--amber .artist-account-card{border-color:var(--line);border-radius:18px;background:rgba(238,229,208,.025)}.workspace-shell--amber .artist-account-card__identity>div>span,.workspace-shell--amber .artist-account-card__socials>span{color:var(--acid)}.workspace-shell--amber .artist-account-card__avatar{border-color:var(--line-strong);background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--amber .artist-account-card__identity h2{color:var(--paper);font-family:Unbounded,sans-serif}.workspace-shell--amber .artist-account-card__details{border-color:var(--line)}.workspace-shell--amber .artist-account-card__details>div+div{border-left-color:var(--line)}.workspace-shell--amber .artist-account-card__details dt{color:var(--ws-muted)}.workspace-shell--amber .artist-account-card__details dd{color:var(--paper)}.workspace-shell--amber .artist-account-card__socials li{border-color:var(--line);border-radius:10px;background:rgba(238,229,208,.04)}.workspace-shell--amber .artist-account-card__socials li strong{color:var(--paper)}.workspace-shell--amber .artist-account-error{border:1px solid rgba(238,59,39,.3);border-left:3px solid var(--red);border-radius:12px;background:rgba(238,59,39,.08);color:#f3bdb4}.workspace-shell--emerald .photographer-folder-row{border-color:var(--line);background:var(--panel)}.workspace-shell--emerald .photographer-folder-row:hover{border-color:var(--acid);box-shadow:0 20px 46px rgba(0,0,0,.5)}.workspace-shell--emerald .photographer-folder-row__poster{background:var(--ink-2)}.workspace-shell--emerald .photographer-folder-row__poster:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 52%,rgba(7,9,6,.82))}.workspace-shell--emerald .photographer-folder-row__body>strong{color:var(--paper)}.workspace-shell--emerald .photographer-folder-row__role{color:var(--acid)}.workspace-shell--emerald .photographer-chip{background:rgba(238,229,208,.08);color:rgba(238,229,208,.82)}.workspace-shell--emerald .photographer-chip.is-pending{background:rgba(230,192,122,.16);color:#e6c07a}.workspace-shell--emerald .photographer-chip.is-approved{background:rgba(189,201,134,.18);color:var(--acid)}.workspace-shell--emerald :is(.photographer-library,.photographer-queue)>header h2{color:var(--paper);font-family:Unbounded,sans-serif}.workspace-shell--emerald :is(.photographer-library,.photographer-queue)>header>div>span{color:var(--acid)}.workspace-shell--emerald .photographer-library__head-actions>button{border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--emerald .photographer-library__head-actions>button:hover{border-color:var(--acid);color:var(--acid)}.workspace-shell--emerald .photographer-layout-toggle__options{border-color:var(--line-strong);background:transparent}.workspace-shell--emerald .photographer-layout-toggle__options button{color:rgba(238,229,208,.72)}.workspace-shell--emerald .photographer-layout-toggle__options button:hover:not(.is-active){color:var(--acid)}.workspace-shell--emerald .photographer-layout-toggle__options button.is-active{background:var(--acid);color:var(--ink)}.workspace-shell--emerald .photographer-queue{border-color:var(--line);border-radius:14px;background:rgba(238,229,208,.03)}.workspace-shell--emerald .photographer-queue__item{border-color:var(--line);background:rgba(238,229,208,.04)}.workspace-shell--emerald .photographer-queue__body strong{color:var(--paper)}.workspace-shell--emerald .photographer-progress{background:rgba(238,229,208,.12)}.workspace-shell--emerald .photographer-progress>span{background:var(--acid)}.workspace-shell--emerald .photographer-retry{border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--emerald .photographer-selection-toolbar{border-color:var(--line-strong);background:var(--panel);box-shadow:0 8px 24px rgba(0,0,0,.45)}.workspace-shell--emerald .photographer-selection-toolbar>strong{color:var(--paper)}.workspace-shell--emerald .photographer-selection-toolbar>button{color:rgba(238,229,208,.72)}.workspace-shell--emerald .photographer-selection-toolbar>button:hover{background:rgba(238,229,208,.08);color:var(--paper)}.workspace-shell--emerald .photographer-selection-toolbar__delete{color:#ef8f83!important}.workspace-shell--emerald .photographer-export{border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--emerald .photographer-export small{color:rgba(238,229,208,.6)}.workspace-shell--emerald .photographer-export:hover{border-color:var(--acid);color:var(--acid);background:rgba(238,229,208,.04)}.workspace-shell--emerald .photographer-export:hover small{color:var(--acid)}.workspace-shell--emerald .photographer-selection-toolbar__cancel{border-left-color:var(--line)!important}.workspace-shell--emerald :is(.photographer-library>.workspace-empty,.photographer-library>.workspace-loading){border-color:var(--line-strong);background:rgba(238,229,208,.02)}.workspace-shell--emerald .photographer-files{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.workspace-shell--emerald .photographer-files>article{aspect-ratio:1;border-color:var(--line);border-radius:14px;background:var(--ink-2)}.workspace-shell--emerald .photographer-files>article:focus-within,.workspace-shell--emerald .photographer-files>article:hover{border-color:var(--acid);box-shadow:0 16px 40px rgba(0,0,0,.5);transform:translateY(-2px)}.workspace-shell--emerald .photographer-files>article.is-selected{border-color:var(--acid);box-shadow:inset 0 0 0 2px var(--ink),0 0 0 2px var(--acid)}.workspace-shell--emerald .photographer-file__preview,.workspace-shell--emerald .photographer-files img,.workspace-shell--emerald .photographer-files__video{background:var(--ink)}.workspace-shell--emerald .photographer-files img{aspect-ratio:1}.workspace-shell--emerald .photographer-file__processing{background:rgba(238,229,208,.03);color:var(--ws-muted)}.workspace-shell--emerald .photographer-file__meta{padding:34px 12px 11px;background:linear-gradient(transparent,rgba(5,6,4,.92))}.workspace-shell--emerald .photographer-file__meta .workspace-status{border:0!important;padding:0!important;background:transparent!important;color:var(--acid)!important}.workspace-shell--emerald .photographer-file__meta small{color:rgba(238,229,208,.72)}.workspace-shell--emerald .photographer-file__delete{border-color:var(--line-strong);background:rgba(5,6,4,.7)}.workspace-shell--emerald .photographer-file__delete:hover{background:var(--red);border-color:var(--red)}.workspace-shell--emerald .photographer-file__select{border-color:var(--line-strong);background:rgba(5,6,4,.66)}.workspace-shell--emerald .photographer-file__select.is-checked{background:var(--acid)}.workspace-shell--emerald .photographer-file__select.is-checked>span{border-color:var(--ink);color:var(--ink)}.workspace-shell--emerald .photographer-modal__sheet{border-color:var(--line-strong);border-radius:16px;background:var(--panel);box-shadow:0 30px 80px rgba(0,0,0,.6)}.workspace-shell--emerald .photographer-modal__sheet h2{color:var(--paper)}.workspace-shell--emerald .photographer-modal__close{border-color:var(--line-strong);background:transparent;color:var(--bone)}.workspace-shell--emerald .photographer-source-tabs{background:var(--ink-2)}.workspace-shell--emerald .photographer-source-tabs>button{color:rgba(238,229,208,.82)}.workspace-shell--emerald .photographer-source-tabs>button>span{background:rgba(238,229,208,.06);color:var(--bone)}.workspace-shell--emerald .photographer-source-tabs>button:hover{color:var(--bone)}.workspace-shell--emerald .photographer-source-tabs>button.is-active{background:rgba(238,229,208,.08);color:var(--paper);box-shadow:none}.workspace-shell--emerald .photographer-source-tabs>button.is-active>span{background:rgba(189,201,134,.16);color:var(--acid)}.workspace-shell--emerald :is(.photographer-local-source>button,.photographer-local-source__actions>button){border-color:var(--line-strong);background:rgba(238,229,208,.03);color:var(--bone)}.workspace-shell--emerald :is(.photographer-local-source>button:hover,.photographer-local-source__actions>button:hover){border-color:var(--acid);background:rgba(238,229,208,.06);color:var(--bone)}.workspace-shell--emerald .photographer-local-source__icon{background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--emerald .photographer-local-source__actions small{color:rgba(238,229,208,.82)}.workspace-shell--emerald .photographer-cloud-source__note span,.workspace-shell--emerald .photographer-local-source>button small,.workspace-shell--emerald .photographer-local-source>p{color:rgba(238,229,208,.85)}.workspace-shell--emerald .photographer-cloud-source__note{border-color:var(--line);background:var(--ink-2)}.workspace-shell--emerald .photographer-cloud-source__note strong{color:var(--paper)}.workspace-shell--emerald .photographer-cloud-state{background:rgba(238,59,39,.12);color:#f3bdb4}.workspace-shell--emerald .photographer-cloud-state--success{background:rgba(189,201,134,.12);color:var(--acid)}.workspace-shell--emerald .photographer-confirm>section{border-radius:18px;background:var(--panel);box-shadow:0 30px 80px rgba(0,0,0,.6)}.workspace-shell--emerald .photographer-confirm h2{color:var(--paper)}.workspace-shell--emerald .photographer-confirm__icon{background:rgba(238,59,39,.14);color:var(--red)}.workspace-shell--emerald .photographer-confirm p strong{color:var(--paper)}.workspace-shell--amber .artist-project-form{max-width:840px;margin-top:18px;padding:0;border:0;border-radius:0;background:transparent}.workspace-shell--amber .artist-editor{grid-template-columns:1fr;gap:28px}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline)>label{gap:10px;color:rgba(238,229,208,.6);font:500 13px Oswald,sans-serif;letter-spacing:.08em;text-transform:uppercase}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline) :is(input,textarea){min-height:50px;padding:12px 2px;font-size:19px}.workspace-shell--amber :is(.artist-editor,.artist-claim-inline) textarea{min-height:128px;line-height:1.5}.workspace-shell--amber .artist-editor>button.workspace-button{margin-top:8px;justify-self:start}.workspace-shell--amber .artist-editor__status{justify-self:start}.workspace-shell--amber .image-logo-field{gap:22px}.workspace-shell--amber .image-logo-field__thumb{width:104px;height:104px}.workspace-shell--amber .artist-editor fieldset{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px;margin-top:4px;padding:26px 0 0;border:0;border-top:1px solid var(--line);border-radius:0}.workspace-shell--amber .artist-editor fieldset legend{padding:0;color:var(--acid);font:700 10px Unbounded,sans-serif;letter-spacing:.14em;text-transform:uppercase}.workspace-shell--amber .artist-editor fieldset label{gap:8px;color:rgba(238,229,208,.5);font-size:11px;letter-spacing:.1em}.workspace-shell--amber .artist-members-editor{gap:0}.workspace-shell--amber .artist-members-editor>div{gap:14px;padding:16px 2px}.workspace-shell--amber .artist-members-editor>div strong{font-size:16px}.workspace-shell--amber .artist-music-links,.workspace-shell--amber .artist-music-links>div{gap:16px}.workspace-shell--amber .artist-audio-upload{margin-top:22px;padding:24px;border-style:solid}.workspace-shell--amber .artist-audio-upload strong{font:700 11px Unbounded,sans-serif;letter-spacing:.12em;text-transform:uppercase}.workspace-shell--amber .artist-audio-upload>a{display:inline-flex;margin-top:6px;font-size:14px}.workspace-shell--fit{height:100dvh;min-height:0;overflow:hidden}.workspace-shell--fit .workspace-sidebar{height:100dvh;overflow-y:auto}.workspace-shell--fit .workspace-stage{height:100dvh;min-height:0;display:flex;flex-direction:column}.workspace-shell--fit .workspace-main{flex:1 1;min-height:0;overflow-y:auto;padding-top:clamp(16px,2vw,28px);padding-bottom:24px}.workspace-shell--fit .workspace-page__head{padding-bottom:18px}.workspace-shell--fit .workspace-page__head h1{font-size:clamp(26px,3vw,42px);line-height:.92}.workspace-shell--fit .artist-project-form{margin-top:14px}.workspace-shell--fit .artist-editor{gap:22px}.workspace-shell--fit .artist-editor textarea{min-height:104px}.workspace-shell--amber :is(a,button):focus-visible,.workspace-shell--emerald :is(a,button):focus-visible{outline:2px solid var(--red);outline-offset:3px}@media (max-width:820px){.workspace-shell--amber .workspace-project-nav{display:grid}.workspace-shell--amber .artist-editor,.workspace-shell--amber .artist-editor fieldset{grid-template-columns:1fr}.workspace-shell--fit{min-height:100vh}.workspace-shell--fit,.workspace-shell--fit .workspace-main,.workspace-shell--fit .workspace-sidebar,.workspace-shell--fit .workspace-stage{height:auto;overflow:visible}}