.Button-module__Ri6GEa__button{cursor:pointer;min-width:60px;height:32px;box-shadow:none;border-radius:var(--radius-control);border:1px solid var(--borderColor);color:var(--textColor);font-size:12px;font-family:var(--font-interface);letter-spacing:0;background-color:#201f1f;justify-content:center;align-items:center;padding:0 12px;font-weight:700;transition:all .18s;display:flex}.Button-module__Ri6GEa__selected{border-color:var(--accentColor2);color:#131313;background-color:#fff}.Button-module__Ri6GEa__button:hover{background-color:#2a2a2a;border-color:#ffffffb8}.Button-module__Ri6GEa__selected:hover{color:#131313;background-color:#c4c7c8}.Button-module__Ri6GEa__button:disabled{cursor:not-allowed;opacity:.45;transform:none}.Button-module__Ri6GEa__button:disabled:hover{border-color:var(--borderColor)}.Button-module__Ri6GEa__button:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e152}.Button-module__Ri6GEa__toggle{border-radius:var(--radius-pill);color:#0000;background:#ffffff09;border:1px solid #e5e2e124;width:42px;min-width:42px;height:24px;padding:0;transition:background-color .16s,border-color .16s;position:relative}.Button-module__Ri6GEa__toggle:before{content:"";background:#e5e2e18f;border-radius:50%;width:14px;height:14px;transition:background-color .16s,transform .16s;position:absolute;top:4px;left:4px}.Button-module__Ri6GEa__toggle>img{display:none}.Button-module__Ri6GEa__toggle:hover{background:#ffffff12;border-color:#e5e2e14d}.Button-module__Ri6GEa__toggle.Button-module__Ri6GEa__selected{color:#0000;background:#ffffff24;border-color:#e5e2e147}.Button-module__Ri6GEa__toggle.Button-module__Ri6GEa__selected:before{background:#fff;transform:translate(18px)}.Button-module__Ri6GEa__toggle.Button-module__Ri6GEa__selected:hover{background:#ffffff2e;border-color:#e5e2e161}.Button-module__Ri6GEa__toggle:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e157}
.OptionsTab-module__KncCKa__input-group{border-radius:var(--radius-surface);border:1px solid var(--borderColor);box-shadow:none;background-color:#1c1b1b;flex-direction:column;margin:12px 0;display:flex;overflow:auto}.OptionsTab-module__KncCKa__input{border-bottom:1px solid var(--borderColor);align-items:stretch;min-height:52px;transition:all .18s;display:flex}.OptionsTab-module__KncCKa__input:last-child{border-bottom:0}.OptionsTab-module__KncCKa__input-label{border-right:1px solid var(--borderColor);text-align:center;width:96px;color:var(--mutedTextColor);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background-color:#201f1f;justify-content:center;align-items:center;padding:16px;font-size:11px;display:flex}.OptionsTab-module__KncCKa__values{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:calc(100% - 96px);padding:0 12px;display:flex}.OptionsTab-module__KncCKa__tag-options{justify-content:flex-start;padding-top:10px;padding-bottom:10px}.OptionsTab-module__KncCKa__tag-option{border:1px solid var(--borderColor);border-radius:var(--radius-pill);color:var(--mutedTextColor);cursor:pointer;background:#131313;padding:5px 10px;font-size:12px;line-height:1;transition:all .18s}.OptionsTab-module__KncCKa__tag-option:hover:not(:disabled){color:var(--textColor);border-color:var(--accentColor2)}.OptionsTab-module__KncCKa__tag-option-selected{color:#131313;background:#f2f2f2;border-color:#f2f2f2}.OptionsTab-module__KncCKa__tag-option:disabled{cursor:not-allowed;opacity:.36}.OptionsTab-module__KncCKa__custom-tag-row{grid-template-columns:minmax(0,1fr) 34px;gap:8px;width:100%;display:grid}.OptionsTab-module__KncCKa__custom-tag-input{min-width:0;height:34px;margin-right:0}.OptionsTab-module__KncCKa__custom-tag-button{border:1px solid var(--borderColor);border-radius:var(--radius-control);color:#f9f9f9d1;width:34px;height:34px;font-family:var(--font-mono);cursor:pointer;background:#131313;place-items:center;font-size:16px;font-weight:800;transition:all .18s;display:grid}.OptionsTab-module__KncCKa__custom-tag-button:hover{color:#131313;background:#f2f2f2;border-color:#f2f2f2}.OptionsTab-module__KncCKa__tag-error{color:#ff8585db;width:100%;margin:0;font-size:12px;font-weight:700;line-height:1.5}.OptionsTab-module__KncCKa__value{width:100%;color:var(--textColor);box-sizing:border-box;border:1px solid var(--borderColor);height:32px;font-size:13px;font-family:var(--font-interface);border-radius:var(--radius-control);background-color:#131313;margin-right:8px;padding:0 12px;transition:all .18s;box-shadow:inset 0 0 0 1px #ffffff08}.OptionsTab-module__KncCKa__range-value{justify-content:center;width:16px;display:flex}input[type=range].OptionsTab-module__KncCKa__value{appearance:none;cursor:pointer;width:calc(100% - 28px);box-shadow:none;background:0 0;border:none;margin:0;padding:0}input[type=range].OptionsTab-module__KncCKa__value:disabled{cursor:not-allowed;opacity:.36}input[type=text].OptionsTab-module__KncCKa__value{box-shadow:inset 0 0 0 1px #ffffff08}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-runnable-track{border:1px solid var(--borderColor);box-shadow:none;border-radius:var(--radius-pill);background:#131313;height:12px;transition:all .18s}input[type=range].OptionsTab-module__KncCKa__value::-moz-range-track{background:var(--backgroundColor);border:1px solid var(--borderColor);border-radius:var(--radius-pill);height:8px;transition:all .18s}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-thumb{appearance:none;box-shadow:0 6px 14px var(--shadowColor);border:1px solid var(--accentColor2);border-radius:var(--radius-pill);background-color:#fff;width:18px;height:18px;margin-top:-4px;transition:all .18s}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-thumb:hover{border-color:var(--accentColor2)}input[type=range].OptionsTab-module__KncCKa__value::-moz-range-thumb{appearance:none;background-color:var(--backgroundColor);border-radius:var(--radius-pill);width:12px;height:12px;margin-top:-3px;transition-duration:.2s}input[type=color].OptionsTab-module__KncCKa__value{appearance:none;cursor:pointer;border:1px solid var(--borderColor);background:#131313;width:80px;padding:4px;overflow:hidden}input[type=color].OptionsTab-module__KncCKa__value:hover{border-color:var(--accentColor2)}input[type=color i]::-webkit-color-swatch-wrapper.OptionsTab-module__KncCKa__value{padding:1px}input[type=file].OptionsTab-module__KncCKa__value{display:none}.OptionsTab-module__KncCKa__file-upload{border:1px solid var(--borderColor);color:#131313;border-radius:var(--radius-control);height:32px;box-shadow:none;cursor:pointer;font-size:14px;font-family:var(--font-mono);background-color:#fff;justify-content:center;align-items:center;padding:8px;font-size:12px;font-weight:700;transition:all .18s;display:flex}.OptionsTab-module__KncCKa__file-upload:hover{border-color:var(--accentColor2);transform:translateY(-1px)}.OptionsTab-module__KncCKa__icon{filter:invert()brightness(.45);width:16px}html[dark] .OptionsTab-module__KncCKa__icon{filter:invert()brightness(.7)}@media (max-width:768px){.OptionsTab-module__KncCKa__input-group{background:0 0;border:0;border-top:1px solid #ffffff17;border-radius:0;margin:0;overflow:visible}.OptionsTab-module__KncCKa__input-group:first-child{border-top:0}.OptionsTab-module__KncCKa__input{border-bottom-color:#ffffff12;align-items:center;min-height:54px}.OptionsTab-module__KncCKa__input-label{color:#e5e2e194;width:112px;font-family:var(--font-interface);letter-spacing:0;text-align:left;text-transform:none;background:0 0;border-right:0;justify-content:flex-start;align-self:stretch;align-items:center;padding:14px 10px 14px 0;font-size:12px;font-weight:750;line-height:1.35}.OptionsTab-module__KncCKa__values{justify-content:flex-end;width:calc(100% - 112px);min-width:0;padding:9px 0 9px 12px}.OptionsTab-module__KncCKa__value{background:#181818;border-color:#ffffff24;min-width:0;height:36px;margin-right:0}input[type=text].OptionsTab-module__KncCKa__value{font-size:16px}.OptionsTab-module__KncCKa__tag-options{justify-content:flex-start}.OptionsTab-module__KncCKa__tag-option,.OptionsTab-module__KncCKa__custom-tag-button{background:#181818}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-runnable-track{background:#181818;border-color:#ffffff1f}}.OptionsTab-module__KncCKa__input-group{background:0 0;border:0;border-radius:0;margin:0 0 14px;overflow:visible}.OptionsTab-module__KncCKa__input-label{color:#e5e2e194;width:104px;font-family:var(--font-interface);letter-spacing:0;text-align:left;text-transform:none;background:0 0;border-right:0;justify-content:flex-start;padding:13px 8px 13px 0;font-size:11px;font-weight:700}.OptionsTab-module__KncCKa__values{width:calc(100% - 104px);padding:7px 0 7px 12px}.OptionsTab-module__KncCKa__value{border-radius:var(--radius-control);height:34px;box-shadow:none;font-family:var(--font-interface);background:#131313;border-color:#e5e2e11a;margin-right:0;font-size:13px}.OptionsTab-module__KncCKa__value:hover{border-color:#ffffff47}.OptionsTab-module__KncCKa__value:focus{box-shadow:none;border-color:#e5e2e13d;outline:0}.OptionsTab-module__KncCKa__value:focus-visible{box-shadow:none;border-color:#e5e2e157;outline:0}input[type=range].OptionsTab-module__KncCKa__value:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e14d}.OptionsTab-module__KncCKa__tag-option{border-radius:var(--radius-control);font-family:var(--font-interface);padding:6px 9px;font-size:11px}.OptionsTab-module__KncCKa__custom-tag-button{border-radius:var(--radius-control);background:0 0}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-runnable-track{background:#131313;border-color:#e5e2e11a;height:8px}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-thumb{width:16px;height:16px;box-shadow:none;margin-top:-5px}input[type=color].OptionsTab-module__KncCKa__value{width:72px;height:34px;padding:3px}@media (max-width:768px){.OptionsTab-module__KncCKa__input-group{margin-bottom:10px}.OptionsTab-module__KncCKa__input{min-height:50px}.OptionsTab-module__KncCKa__input-label{width:104px;padding-right:8px}.OptionsTab-module__KncCKa__values{width:calc(100% - 104px);padding:8px 0 8px 10px}.OptionsTab-module__KncCKa__value{height:34px}}.OptionsTab-module__KncCKa__select-control{width:100%;min-width:0;position:relative}.OptionsTab-module__KncCKa__select-trigger{border-radius:var(--radius-control);width:100%;height:34px;color:var(--textColor);cursor:pointer;font-family:var(--font-interface);text-align:left;background:#131313;border:1px solid #e5e2e11a;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;font-size:13px;font-weight:700;line-height:1;transition:background .16s,border-color .16s,color .16s;display:flex}.OptionsTab-module__KncCKa__select-trigger:hover,.OptionsTab-module__KncCKa__select-trigger[aria-expanded=true]{background:var(--interactionSurface);color:#fff;border-color:#e5e2e12e}.OptionsTab-module__KncCKa__select-trigger:focus,.OptionsTab-module__KncCKa__select-trigger:focus-visible{box-shadow:none;outline:0}.OptionsTab-module__KncCKa__select-trigger:focus-visible{border-color:#e5e2e13d}.OptionsTab-module__KncCKa__select-chevron{opacity:.56;border-bottom:1px solid;border-right:1px solid;flex:0 0 7px;width:7px;height:7px;transition:transform .14s,opacity .14s;transform:rotate(45deg)translate(-1px,-1px)}.OptionsTab-module__KncCKa__select-chevron-open{opacity:.82;transform:rotate(225deg)translate(-1px,-1px)}.OptionsTab-module__KncCKa__select-menu{z-index:80;border-radius:var(--radius-overlay);background:var(--surfaceContainer);border:1px solid #c4c7c824;flex-direction:column;gap:2px;width:max(100%,184px);max-width:calc(100vw - 32px);max-height:min(320px,100dvh - 120px);padding:4px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 14px 30px #00000038}.OptionsTab-module__KncCKa__select-option{border-radius:var(--radius-control);width:100%;min-height:36px;color:var(--mutedTextColor);cursor:pointer;font-family:var(--font-interface);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:12px;font-weight:700;line-height:1.3;display:flex}.OptionsTab-module__KncCKa__select-option:hover,.OptionsTab-module__KncCKa__select-option[data-highlighted=true]{background:var(--interactionSurfaceStrong);color:var(--textColor)}.OptionsTab-module__KncCKa__select-option[aria-selected=true]{background:var(--interactionSurface);color:#fff}.OptionsTab-module__KncCKa__select-option[aria-selected=true]:hover,.OptionsTab-module__KncCKa__select-option[aria-selected=true][data-highlighted=true]{background:var(--interactionSurfaceStrong)}.OptionsTab-module__KncCKa__select-option:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e14d}.OptionsTab-module__KncCKa__select-option-check{color:#e5e2e1b8;text-align:center;flex:0 0 14px;width:14px;font-size:11px}@media (max-width:768px){.OptionsTab-module__KncCKa__select-menu{max-width:calc(100vw - 24px)}}@media (prefers-reduced-motion:reduce){.OptionsTab-module__KncCKa__select-trigger,.OptionsTab-module__KncCKa__select-chevron{transition:none}}.OptionsTab-module__KncCKa__tag-label{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px}.OptionsTab-module__KncCKa__tag-count{color:#e5e2e161;font-family:var(--font-mono);letter-spacing:.02em;white-space:nowrap;font-size:9px;font-weight:600;line-height:1}.OptionsTab-module__KncCKa__tag-options{align-items:stretch;justify-content:initial;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding-top:8px;padding-bottom:8px;display:grid}.OptionsTab-module__KncCKa__tag-option{border-radius:var(--radius-control);color:#e5e2e19e;cursor:pointer;width:100%;min-width:0;min-height:30px;font-family:var(--font-interface);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:5px;padding:5px 7px;font-size:11px;font-weight:700;line-height:1.2;transition:background .14s,color .14s;display:flex}.OptionsTab-module__KncCKa__tag-option-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.OptionsTab-module__KncCKa__tag-option:hover:not(:disabled){color:var(--textColor);background:var(--interactionSurface)}.OptionsTab-module__KncCKa__tag-option-selected,.OptionsTab-module__KncCKa__tag-option-selected:hover:not(:disabled){color:#fff;background:var(--interactionSurfaceStrong)}.OptionsTab-module__KncCKa__tag-option:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e147}.OptionsTab-module__KncCKa__tag-option:disabled{color:#e5e2e147;cursor:not-allowed;opacity:1;background:0 0;border:0}.OptionsTab-module__KncCKa__tag-option-mark{color:#e5e2e19e;font-family:var(--font-interface);flex:none;font-size:10px;font-weight:800;line-height:1}.OptionsTab-module__KncCKa__custom-tag-row{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 34px;gap:4px;width:100%;margin-top:2px;display:grid}.OptionsTab-module__KncCKa__custom-tag-button{border-radius:var(--radius-control);color:#e5e2e1b8;background:0 0;border:0;transition:background .14s,color .14s}.OptionsTab-module__KncCKa__custom-tag-button:hover{color:#fff;background:var(--interactionSurfaceStrong);border:0}@media (max-width:768px){.OptionsTab-module__KncCKa__tag-options{gap:4px;padding-top:8px;padding-bottom:8px}.OptionsTab-module__KncCKa__tag-option{min-height:32px;padding-left:6px;padding-right:6px}}@media (prefers-reduced-motion:reduce){.OptionsTab-module__KncCKa__tag-option,.OptionsTab-module__KncCKa__custom-tag-button{transition:none}}.OptionsTab-module__KncCKa__input-group{border-top:1px solid #ffffff1f;margin:0}.OptionsTab-module__KncCKa__input-group:first-child{border-top:0}.OptionsTab-module__KncCKa__input{border-bottom-color:#ffffff12;min-height:44px}.OptionsTab-module__KncCKa__input-label{color:#ffffff75;width:96px;font-family:var(--font-mono);padding:11px 8px 11px 0;font-size:9px;font-weight:500;line-height:1.35}.OptionsTab-module__KncCKa__values{gap:6px;width:calc(100% - 96px);padding:6px 0 6px 10px}.OptionsTab-module__KncCKa__value,.OptionsTab-module__KncCKa__select-trigger{color:#ffffffd1;height:32px;font-family:var(--font-interface);background:0 0;border:0;border-bottom:1px solid #ffffff24;border-radius:0;padding:0 2px;font-size:12px;font-weight:600}.OptionsTab-module__KncCKa__value:hover,.OptionsTab-module__KncCKa__value:focus,.OptionsTab-module__KncCKa__value:focus-visible,.OptionsTab-module__KncCKa__select-trigger:hover,.OptionsTab-module__KncCKa__select-trigger[aria-expanded=true],.OptionsTab-module__KncCKa__select-trigger:focus-visible{box-shadow:none;background:0 0;border-color:#ffffff6b}.OptionsTab-module__KncCKa__select-menu{background:#101010;border:0;border-radius:2px;gap:0;padding:4px;box-shadow:0 18px 48px #0000007a}.OptionsTab-module__KncCKa__select-option{font-family:var(--font-mono);border-radius:2px;font-size:10px;font-weight:500}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-runnable-track{background:#ffffff2e;border:0;border-radius:0;height:2px}input[type=range].OptionsTab-module__KncCKa__value::-webkit-slider-thumb{background:#ffffffeb;border:0;border-radius:50%;width:12px;height:12px;margin-top:-5px}input[type=range].OptionsTab-module__KncCKa__value::-moz-range-track{background:#ffffff2e;border:0;border-radius:0;height:2px}input[type=range].OptionsTab-module__KncCKa__value::-moz-range-thumb{background:#ffffffeb;border:0;width:12px;height:12px}.OptionsTab-module__KncCKa__range-value{color:#ffffff9e;width:22px;font-family:var(--font-mono);justify-content:flex-end;font-size:10px}input[type=color].OptionsTab-module__KncCKa__value{background:0 0;border:1px solid #ffffff21;width:48px;height:28px;padding:2px}.OptionsTab-module__KncCKa__tag-options{gap:2px;padding-top:7px;padding-bottom:7px}.OptionsTab-module__KncCKa__tag-option{color:#ffffff6b;min-height:28px;font-family:var(--font-mono);border-radius:2px;padding:4px 6px;font-size:9px;font-weight:500}.OptionsTab-module__KncCKa__tag-option-selected,.OptionsTab-module__KncCKa__tag-option-selected:hover:not(:disabled){background:var(--interactionSurfaceStrong);color:#fff}.OptionsTab-module__KncCKa__custom-tag-row{grid-template-columns:minmax(0,1fr) 30px;gap:2px}.OptionsTab-module__KncCKa__custom-tag-button{border-radius:2px;width:30px;height:30px}@media (max-width:768px){.OptionsTab-module__KncCKa__input-label{width:94px;font-size:10px}.OptionsTab-module__KncCKa__values{width:calc(100% - 94px)}.OptionsTab-module__KncCKa__value,.OptionsTab-module__KncCKa__select-trigger{min-height:34px;font-size:13px}input[type=text].OptionsTab-module__KncCKa__value{font-size:16px}}
.Selector-module__-q1nSq__options{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.Selector-module__-q1nSq__radio{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.Selector-module__-q1nSq__radio:focus-visible+.Selector-module__-q1nSq__label{outline-offset:-1px;outline:1px solid #e5e2e152}.Selector-module__-q1nSq__direction-options{grid-template-columns:repeat(3,32px);justify-content:center;gap:8px;width:100%;display:grid}.Selector-module__-q1nSq__direction-options .Selector-module__-q1nSq__label{width:32px;padding:0}.Selector-module__-q1nSq__label{cursor:pointer;box-sizing:border-box;border:1px solid var(--borderColor);height:32px;box-shadow:none;border-radius:var(--radius-control);color:var(--textColor);font-size:12px;font-family:var(--font-mono);background-color:#201f1f;justify-content:center;align-items:center;gap:4px;padding:6px 8px;transition:all .18s;display:flex;position:relative}.Selector-module__-q1nSq__checked,input[type=radio]:checked+.Selector-module__-q1nSq__label,input[type=checkbox]:checked+.Selector-module__-q1nSq__label{border-color:var(--accentColor2);color:#131313;background-color:#fff}.Selector-module__-q1nSq__checked:hover,input[type=radio]:checked:hover+.Selector-module__-q1nSq__label,input[type=checkbox]:checked:hover+.Selector-module__-q1nSq__label{border-color:var(--accentColor2)}.Selector-module__-q1nSq__icon{width:16px}html[dark] .Selector-module__-q1nSq__icon{filter:invert()}html[dark] input[type=radio]:checked+.Selector-module__-q1nSq__label .Selector-module__-q1nSq__icon,html[dark] input[type=checkbox]:checked+.Selector-module__-q1nSq__label .Selector-module__-q1nSq__icon{filter:invert(0)brightness(.35)}.Selector-module__-q1nSq__label{font-family:var(--font-interface);letter-spacing:0;background-color:#0000;border-color:#0000}.Selector-module__-q1nSq__label:hover{background-color:var(--interactionSurface);border-color:#0000}.Selector-module__-q1nSq__checked,input[type=radio]:checked+.Selector-module__-q1nSq__label,input[type=checkbox]:checked+.Selector-module__-q1nSq__label{box-shadow:none;color:#fff;background-color:#ffffff1a;border-color:#0000}.Selector-module__-q1nSq__checked:hover,input[type=radio]:checked:hover+.Selector-module__-q1nSq__label,input[type=checkbox]:checked:hover+.Selector-module__-q1nSq__label{background-color:var(--interactionSurfaceStrong);border-color:#0000}
.Home-module__Ho9lYW__main{color:#e5e2e1;width:100vw;height:100vh;font-family:var(--font-interface);background:#131313;flex-direction:column;display:flex;overflow:hidden}.Home-module__Ho9lYW__studio-header{z-index:50;background:#131313;flex-shrink:0;grid-template-columns:minmax(160px,1fr) minmax(260px,auto) minmax(540px,1fr);align-items:center;gap:24px;height:72px;padding:0 max(48px,50vw - 644px);display:grid;position:relative}.Home-module__Ho9lYW__studio-brand-group,.Home-module__Ho9lYW__studio-actions{align-items:center;display:flex}.Home-module__Ho9lYW__studio-brand-group{justify-self:start;gap:48px}.Home-module__Ho9lYW__studio-brand{flex-shrink:0}.Home-module__Ho9lYW__studio-title-area{justify-self:center;min-width:0;max-width:min(44vw,620px);position:relative}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{border-radius:var(--radius-control);width:100%;min-width:240px;max-width:min(44vw,620px);height:40px;font-family:var(--font-interface);letter-spacing:0;font-size:22px;font-weight:800;line-height:1;color:#e5e2e1!important}.Home-module__Ho9lYW__studio-title{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:0 12px;display:inline-flex;overflow:hidden}.Home-module__Ho9lYW__studio-title span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Home-module__Ho9lYW__studio-title:hover,.Home-module__Ho9lYW__studio-title:focus-visible{background:#ffffff0f;outline:0;color:#fff!important}.Home-module__Ho9lYW__studio-title-open,.Home-module__Ho9lYW__studio-title-open:hover{background:var(--interactionSurface)}.Home-module__Ho9lYW__studio-work-menu{z-index:70;border-radius:var(--radius-overlay);background:var(--surfaceContainer);border:1px solid #c4c7c829;flex-direction:column;width:min(360px,100vw - 32px);max-height:min(480px,100vh - 96px);display:flex;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 14px 30px #00000038}.Home-module__Ho9lYW__studio-work-menu-heading{color:var(--mutedTextColor);font-family:var(--font-mono);letter-spacing:.06em;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 14px 8px;font-size:10px;font-weight:700;display:flex}.Home-module__Ho9lYW__studio-work-menu-list{min-height:0;padding:4px;overflow-y:auto}.Home-module__Ho9lYW__studio-work-menu-item,.Home-module__Ho9lYW__studio-work-menu-message,.Home-module__Ho9lYW__studio-work-menu-action{border-radius:var(--radius-control);width:100%;color:var(--textColor);cursor:pointer;font-family:var(--font-interface);text-align:left;background:0 0;border:0;justify-content:flex-start;align-items:center;display:flex}.Home-module__Ho9lYW__studio-work-menu-item{gap:14px;min-height:48px;padding:8px 10px}.Home-module__Ho9lYW__studio-work-menu-item:hover,.Home-module__Ho9lYW__studio-work-menu-item-current,.Home-module__Ho9lYW__studio-work-menu-message:hover,.Home-module__Ho9lYW__studio-work-menu-action:hover{background:var(--interactionSurface)}.Home-module__Ho9lYW__studio-work-menu-item:disabled{cursor:wait;opacity:.58}.Home-module__Ho9lYW__studio-work-menu-item-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:700;line-height:1.35;overflow:hidden}.Home-module__Ho9lYW__studio-work-menu-item-meta{color:var(--mutedTextColor);font-family:var(--font-mono);white-space:nowrap;flex:none;font-size:10px}.Home-module__Ho9lYW__studio-work-menu-status,.Home-module__Ho9lYW__studio-work-menu-message{min-height:42px;color:var(--mutedTextColor);padding:10px;font-size:12px;line-height:1.5}.Home-module__Ho9lYW__studio-work-menu-message{cursor:pointer}.Home-module__Ho9lYW__studio-work-menu-footer{border-top:1px solid #c4c7c81f;flex-direction:column;gap:2px;padding:5px;display:flex}.Home-module__Ho9lYW__studio-work-menu-action{min-height:36px;color:var(--mutedTextColor);padding:8px 10px;font-size:12px}.Home-module__Ho9lYW__studio-work-menu-action:first-child{color:var(--textColor)}.Home-module__Ho9lYW__studio-work-menu-create{background:var(--interactionSurface);color:var(--textColor)}.Home-module__Ho9lYW__studio-work-menu-create:hover{background:var(--interactionSurfaceStrong)}.Home-module__Ho9lYW__studio-work-menu-item:focus-visible,.Home-module__Ho9lYW__studio-work-menu-message:focus-visible,.Home-module__Ho9lYW__studio-work-menu-action:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e175}.Home-module__Ho9lYW__studio-new-work-heading{border-bottom:1px solid #c4c7c81f;align-items:center;gap:10px;padding:10px 12px 9px;display:flex}.Home-module__Ho9lYW__studio-new-work-heading>div{flex-direction:column;gap:3px;min-width:0;display:flex}.Home-module__Ho9lYW__studio-new-work-heading strong{color:var(--textColor);font-size:13px;font-weight:750;line-height:1.2}.Home-module__Ho9lYW__studio-new-work-heading span{color:var(--mutedTextColor);font-family:var(--font-mono);font-size:10px;line-height:1.3}.Home-module__Ho9lYW__studio-new-work-back{border-radius:var(--radius-control);width:30px;height:30px;color:var(--mutedTextColor);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.Home-module__Ho9lYW__studio-new-work-back:hover,.Home-module__Ho9lYW__studio-new-work-back:focus-visible{background:var(--interactionSurface);color:var(--textColor)}.Home-module__Ho9lYW__studio-new-work-list{min-height:0;padding:8px;overflow-y:auto}.Home-module__Ho9lYW__studio-new-work-note{color:var(--mutedTextColor);margin:0 4px 8px;font-size:11px;line-height:1.5}.Home-module__Ho9lYW__studio-new-work-card{border-radius:var(--radius-control);width:100%;color:var(--textColor);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;padding:8px;display:grid}.Home-module__Ho9lYW__studio-new-work-card:hover{background:var(--interactionSurface)}.Home-module__Ho9lYW__studio-new-work-card:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e175}.Home-module__Ho9lYW__studio-new-work-preview{aspect-ratio:1;background:#141414;border:1px solid #c4c7c824;gap:3px;padding:5px;display:grid}.Home-module__Ho9lYW__studio-new-work-preview[data-template=Topsters]{grid-template-rows:repeat(10,minmax(0,1fr));grid-template-columns:repeat(10,minmax(0,1fr))}.Home-module__Ho9lYW__studio-new-work-preview[data-template=Layered\ 40]{aspect-ratio:10/7;grid-template-rows:repeat(7,minmax(0,1fr));grid-template-columns:repeat(10,minmax(0,1fr));gap:1px}.Home-module__Ho9lYW__studio-new-work-preview[data-template=Layered\ 40] [data-tier=middle]{position:relative;top:1px}.Home-module__Ho9lYW__studio-new-work-preview[data-template=Layered\ 40] [data-tier=bottom]{position:relative;top:2px}.Home-module__Ho9lYW__studio-new-work-preview[data-template=Heart\ 27],.Home-module__Ho9lYW__studio-new-work-preview[data-template=Heart\ 15]{aspect-ratio:7/6;grid-template-rows:repeat(6,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr))}.Home-module__Ho9lYW__studio-new-work-preview-cell{background:0 0;min-width:0}.Home-module__Ho9lYW__studio-new-work-preview-cell-active{background:#e5e2e140;min-width:0}.Home-module__Ho9lYW__studio-new-work-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.Home-module__Ho9lYW__studio-new-work-copy strong{color:var(--textColor);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;line-height:1.3;overflow:hidden}.Home-module__Ho9lYW__studio-new-work-copy span{color:var(--mutedTextColor);font-size:11px;line-height:1.4}.Home-module__Ho9lYW__studio-new-work-copy small{color:var(--mutedTextColor);font-family:var(--font-mono);font-size:9px;line-height:1.3}.Home-module__Ho9lYW__studio-title-input{text-align:center;background:#1c1b1b;border:1px solid #0000;outline:0;padding:0 12px}.Home-module__Ho9lYW__studio-title-input:focus{border-color:#0000}.Home-module__Ho9lYW__studio-title-input:focus-visible{outline:0}.Home-module__Ho9lYW__studio-actions{justify-self:end;gap:8px}.Home-module__Ho9lYW__studio-action{border-radius:var(--radius-control);cursor:pointer;min-height:36px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:1px solid #c4c7c829;padding:0 14px;font-size:11px;font-weight:800;transition:all .16s}.Home-module__Ho9lYW__studio-action-secondary{color:#e5e2e1;background:#1c1b1b}.Home-module__Ho9lYW__studio-action:hover{border-color:#ffffff6b}.Home-module__Ho9lYW__studio-action:disabled{cursor:wait;opacity:.58}.Home-module__Ho9lYW__studio-action-primary:hover{color:#131313;background:#c4c7c8}.Home-module__Ho9lYW__template-drawer-header button{border-radius:var(--radius-control);color:#131313;cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#fff;border:1px solid #c4c7c829;font-size:11px;font-weight:700;transition:all .16s}.Home-module__Ho9lYW__template-drawer-header button:hover{color:#131313;background:#c4c7c8}.Home-module__Ho9lYW__container{width:100%;height:calc(100% - 72px);min-height:0;display:flex}.Home-module__Ho9lYW__left-panel{background:#131313;border-right:1px solid #c4c7c80f;flex-direction:column;flex-shrink:0;width:330px;height:100%;display:flex}.Home-module__Ho9lYW__workspace{-webkit-user-select:none;user-select:none;background:radial-gradient(circle,#e5e2e10e 0 1px,#0000 1.2px) 0 0/32px 32px,radial-gradient(circle,#e5e2e107 0 1px,#0000 1.2px) 16px 16px/32px 32px,linear-gradient(#181818 0%,#131313 100%);flex:1;min-width:0;height:100%}.Home-module__Ho9lYW__style-panel{background:#131313;border-left:1px solid #c4c7c80f;flex-direction:column;flex-shrink:0;width:340px;height:100%;min-height:0;display:flex}.Home-module__Ho9lYW__section-container{max-width:100%;margin:0;position:relative}.Home-module__Ho9lYW__app-header{flex-shrink:0;height:auto;padding:0 22px 10px}.Home-module__Ho9lYW__header{border-radius:var(--radius-surface);background:#1c1b1b;flex-direction:column;align-items:flex-start;width:100%;height:auto;display:flex;overflow:visible;border:1px solid #c4c7c814!important;padding:18px 16px!important}.Home-module__Ho9lYW__header h1{color:#fff;letter-spacing:0;text-transform:uppercase;font-size:28px;font-weight:800;line-height:1}.Home-module__Ho9lYW__header p{color:#c4c7c8ad;font-family:var(--font-mono);letter-spacing:.12em;text-align:left;text-transform:uppercase;margin:8px 0 0;font-size:10px;line-height:1.5}.Home-module__Ho9lYW__toolbar{flex:1;min-height:0}.Home-module__Ho9lYW__section{border-radius:var(--radius-media);height:100%;box-shadow:none;background:0 0;border:0;border-top:1px solid #c4c7c80f;margin:0;padding:22px 10px 14px;position:relative;overflow:auto}.Home-module__Ho9lYW__add-items{height:100%;padding:0 22px 20px}.Home-module__Ho9lYW__style-content{flex:1;min-height:0;padding:0 18px 20px;overflow:auto}.Home-module__Ho9lYW__workspace-container{flex-direction:column;height:100%;display:flex}.Home-module__Ho9lYW__template-drawer-header span{color:#c4c7c88a;font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.Home-module__Ho9lYW__toast-message{z-index:300;border-radius:var(--radius-surface);color:#fff;font-family:var(--font-interface);letter-spacing:0;background:#1c1b1bf5;border:1px solid #c4c7c824;padding:12px 16px;font-size:13px;font-weight:800;position:fixed;top:24px;right:28px;box-shadow:0 18px 48px #00000052}.Home-module__Ho9lYW__save-dialog-overlay{z-index:260;background:#000000ad;place-items:center;display:grid;position:fixed;inset:0}.Home-module__Ho9lYW__save-dialog{border-radius:var(--radius-overlay);background:#1c1b1b;border:1px solid #c4c7c824;width:min(420px,100vw - 32px);padding:28px;box-shadow:0 24px 72px #0000006b}.Home-module__Ho9lYW__save-dialog>span{color:#c4c7c89e;font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:700;display:block}.Home-module__Ho9lYW__save-dialog h2{color:#fff;margin:0 0 20px;font-size:24px;line-height:1.2}.Home-module__Ho9lYW__save-dialog p{color:#e5e2e1bd;margin:0;font-size:14px;line-height:1.8}.Home-module__Ho9lYW__save-dialog input{border-radius:var(--radius-control);color:#fff;background:#131313;border:1px solid #c4c7c82e;outline:0;width:100%;height:44px;padding:0 12px;font-size:15px}.Home-module__Ho9lYW__save-dialog input:focus{border-color:#ffffff80}.Home-module__Ho9lYW__save-dialog-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.Home-module__Ho9lYW__save-dialog-actions button{border-radius:var(--radius-control);color:#e5e2e1;cursor:pointer;height:38px;font-family:var(--font-mono);letter-spacing:.08em;background:0 0;border:1px solid #c4c7c82e;padding:0 16px;font-size:11px;font-weight:800}.Home-module__Ho9lYW__save-dialog-actions .Home-module__Ho9lYW__save-dialog-primary{color:#131313;background:#fff;border-color:#fff}.Home-module__Ho9lYW__save-dialog-actions .Home-module__Ho9lYW__save-dialog-secondary{color:#e5e2e1;background:0 0}.Home-module__Ho9lYW__restart-dialog-overlay{z-index:270;background:#0000009e;place-items:center;display:grid;position:fixed;inset:0}.Home-module__Ho9lYW__restart-dialog{border-radius:var(--radius-overlay);background:#1c1b1b;border:1px solid #c4c7c824;width:min(390px,100vw - 32px);padding:26px;box-shadow:0 24px 72px #0000006b}.Home-module__Ho9lYW__restart-dialog h2{color:#fff;letter-spacing:0;margin:0 0 14px;font-size:24px;font-weight:800;line-height:1.2}.Home-module__Ho9lYW__restart-dialog p{color:#e5e2e1bd;margin:0;font-size:14px;line-height:1.7}.Home-module__Ho9lYW__restart-dialog-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.Home-module__Ho9lYW__restart-dialog-actions button{border-radius:var(--radius-control);cursor:pointer;height:38px;font-family:var(--font-mono);letter-spacing:.08em;border:1px solid #c4c7c82e;padding:0 16px;font-size:11px;font-weight:800;transition:all .16s}.Home-module__Ho9lYW__restart-dialog-cancel{color:#e5e2e1;background:0 0}.Home-module__Ho9lYW__restart-dialog-cancel:hover{background:#ffffff0a;border-color:#ffffff57}.Home-module__Ho9lYW__restart-dialog-confirm:hover{color:#fff;background:#c65c5c2e;border-color:#de7b7bb8!important}.Home-module__Ho9lYW__share-panel-overlay{z-index:280;background:#000000a3;place-items:center;display:grid;position:fixed;inset:0}.Home-module__Ho9lYW__share-panel{border-radius:var(--radius-overlay);background:#1c1b1b;border:1px solid #c4c7c824;width:min(520px,100vw - 32px);padding:28px;box-shadow:0 24px 72px #0000006b}.Home-module__Ho9lYW__share-panel-kicker{color:#c4c7c89e;font-family:var(--font-mono);letter-spacing:.18em;margin-bottom:12px;font-size:10px;font-weight:700;display:block}.Home-module__Ho9lYW__share-panel h2{color:#fff;letter-spacing:0;margin:0 0 14px;font-size:26px;font-weight:800;line-height:1.2}.Home-module__Ho9lYW__share-panel p{color:#e5e2e1bd;margin:0;font-size:14px;line-height:1.8}.Home-module__Ho9lYW__share-text-preview{border-radius:var(--radius-surface);color:#e5e2e1db;white-space:pre-line;background:#131313;border:1px solid #c4c7c81f;margin-top:18px;padding:14px;font-size:13px;line-height:1.7}.Home-module__Ho9lYW__share-panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.Home-module__Ho9lYW__share-panel-actions button,.Home-module__Ho9lYW__share-panel-actions a{border-radius:var(--radius-control);cursor:pointer;min-height:38px;font-family:var(--font-mono);letter-spacing:.08em;border:1px solid #c4c7c82e;justify-content:center;align-items:center;padding:0 16px;font-size:11px;font-weight:800;transition:all .16s;display:inline-flex}.Home-module__Ho9lYW__share-panel-actions button:first-child{color:#131313;background:#fff;border-color:#fff}.Home-module__Ho9lYW__share-panel-actions a{background:#242424;color:#e5e2e1!important}.Home-module__Ho9lYW__share-panel-close{color:#e5e2e1;background:0 0}.Home-module__Ho9lYW__share-panel-actions button:hover,.Home-module__Ho9lYW__share-panel-actions a:hover{border-color:#ffffff6b}.Home-module__Ho9lYW__workspace-content{border:0;flex:1;justify-content:center;align-items:center;min-height:0;padding:58px 24px 24px;display:flex;overflow:hidden}.Home-module__Ho9lYW__canvas-toolbar{z-index:20;border-radius:var(--radius-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#131313a8;border:1px solid #c4c7c81f;align-items:center;gap:7px;padding:4px;display:inline-flex;position:absolute;top:18px;left:18px;box-shadow:0 12px 32px #00000038}.Home-module__Ho9lYW__canvas-tool-group{align-items:center;gap:2px;display:inline-flex}.Home-module__Ho9lYW__canvas-tool-wrap{display:inline-flex;position:relative}.Home-module__Ho9lYW__canvas-tool-wrap:after{z-index:30;opacity:0;pointer-events:none;border-radius:var(--radius-control);color:#fff;content:attr(data-tooltip);font-family:var(--font-noto-sans-sc);letter-spacing:0;white-space:nowrap;background:#1c1b1bf5;border:1px solid #c4c7c824;padding:6px 8px;font-size:12px;font-weight:700;line-height:1;transition:opacity .14s,transform .14s;position:absolute;bottom:-32px;left:50%;transform:translate(-50%,-4px)}.Home-module__Ho9lYW__canvas-tool-wrap:hover:after,.Home-module__Ho9lYW__canvas-tool-wrap:focus-within:after{opacity:1;transform:translate(-50%)}.Home-module__Ho9lYW__canvas-tool-button{border-radius:var(--radius-control);color:#e5e2e1c7;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;transition:all .16s;display:inline-grid}.Home-module__Ho9lYW__canvas-tool-button svg{flex:none;display:block}.Home-module__Ho9lYW__canvas-tool-button:hover,.Home-module__Ho9lYW__canvas-tool-button:focus-visible{color:#fff;background:#ffffff14;outline:0}.Home-module__Ho9lYW__canvas-tool-button:disabled{color:#e5e2e142;cursor:not-allowed}.Home-module__Ho9lYW__canvas-tool-button:disabled:hover{background:0 0}.Home-module__Ho9lYW__canvas-tool-divider{background:#c4c7c829;width:1px;height:18px}.Home-module__Ho9lYW__mobile-drawer-overlay,.Home-module__Ho9lYW__mobile-bottom-nav{display:none}.Home-module__Ho9lYW__mobile-drawer{--mobile-drawer-offset:0}.Home-module__Ho9lYW__template-drawer{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131313f5;border:1px solid #c4c7c814;width:min(380px,100% - 48px);position:absolute;top:88px;bottom:24px;right:24px}.Home-module__Ho9lYW__template-drawer-header{border-bottom:1px solid #c4c7c814;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.Home-module__Ho9lYW__template-drawer-header button{width:32px;height:32px;padding:0}.Home-module__Ho9lYW__wechat-overlay{z-index:200;background:#000000b8;place-items:center;display:grid;position:fixed;inset:0}.Home-module__Ho9lYW__wechat-modal{background:#1c1b1b;border:1px solid #c4c7c829;width:min(360px,100vw - 32px);padding:24px}.Home-module__Ho9lYW__wechat-close{float:right;color:#e5e2e1;cursor:pointer;background:0 0;border:0}.Home-module__Ho9lYW__wechat-modal h2{color:#fff;font-size:24px}.Home-module__Ho9lYW__wechat-modal p{color:#c4c7c8;text-align:left}.Home-module__Ho9lYW__wechat-qr{background:#131313;border:1px solid #c4c7c81f;place-items:center;min-height:180px;margin-top:16px;display:grid}.Home-module__Ho9lYW__icon{filter:invert()brightness(.72);width:14px}.Home-module__Ho9lYW__loading{animation:1s linear infinite Home-module__Ho9lYW__rotate}@keyframes Home-module__Ho9lYW__rotate{to{transform:rotateY(360deg)}}@media (max-width:1300px){.Home-module__Ho9lYW__studio-header{grid-template-columns:auto minmax(180px,1fr) auto;height:64px;padding:0 20px}.Home-module__Ho9lYW__studio-brand-group{gap:24px}.Home-module__Ho9lYW__studio-title{font-size:16px}.Home-module__Ho9lYW__studio-title-area{justify-self:end;max-width:42vw}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{min-width:180px;max-width:42vw;font-size:16px}.Home-module__Ho9lYW__studio-actions{justify-self:end;gap:8px}.Home-module__Ho9lYW__studio-action{min-height:32px;padding:0 10px}.Home-module__Ho9lYW__container{flex-direction:column;height:calc(100% - 64px);overflow:auto}.Home-module__Ho9lYW__left-panel{border-bottom:1px solid #c4c7c81f;border-right:0;flex-shrink:0;width:100%;height:34%;min-height:240px}.Home-module__Ho9lYW__workspace{flex-shrink:0;width:100%;height:62vh;min-height:430px}.Home-module__Ho9lYW__style-panel{border-top:1px solid #c4c7c81f;border-left:0;flex-shrink:0;width:100%;height:46%;min-height:360px}.Home-module__Ho9lYW__app-header{padding:10px 16px 8px}.Home-module__Ho9lYW__header{padding:14px!important}.Home-module__Ho9lYW__header h1{font-size:22px}.Home-module__Ho9lYW__header p{margin-top:6px}.Home-module__Ho9lYW__toolbar{height:100%}.Home-module__Ho9lYW__section{max-height:none}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content{padding:0 16px 18px}.Home-module__Ho9lYW__workspace-content{padding:52px 14px 14px}.Home-module__Ho9lYW__template-drawer{width:min(420px,100% - 24px);top:72px;bottom:12px;right:12px}}@media (max-width:720px){.Home-module__Ho9lYW__studio-brand-group{width:auto}.Home-module__Ho9lYW__studio-header{grid-template-columns:1fr;align-items:flex-start;gap:12px;height:auto;padding:16px}.Home-module__Ho9lYW__studio-title-area,.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{justify-self:stretch;width:100%;max-width:100%}.Home-module__Ho9lYW__studio-actions{flex-wrap:wrap;justify-self:stretch}.Home-module__Ho9lYW__left-panel{height:38%}.Home-module__Ho9lYW__workspace{height:58vh}.Home-module__Ho9lYW__style-panel{height:54%}}@media (max-width:768px){.Home-module__Ho9lYW__main{height:100dvh}.Home-module__Ho9lYW__studio-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px 10px;height:auto;padding:10px 12px 8px}.Home-module__Ho9lYW__studio-brand-group{grid-area:1/1;width:auto}.Home-module__Ho9lYW__studio-title-area{grid-area:1/2;justify-self:stretch;max-width:100%}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{text-align:left;justify-content:flex-start;width:100%;min-width:0;max-width:100%;height:34px;font-size:15px}.Home-module__Ho9lYW__studio-title{padding:0 8px}.Home-module__Ho9lYW__studio-work-menu{width:min(360px,100vw - 24px);max-height:min(70dvh,560px);left:auto;right:0;transform:none}.Home-module__Ho9lYW__studio-new-work-card{grid-template-columns:76px minmax(0,1fr);gap:10px;padding:8px 6px}.Home-module__Ho9lYW__studio-new-work-preview{padding:4px}.Home-module__Ho9lYW__studio-title-input{text-align:left;padding:0 8px}.Home-module__Ho9lYW__studio-actions{grid-area:2/1/auto/-1;grid-template-columns:repeat(4,minmax(0,1fr));justify-self:stretch;gap:6px;width:100%;display:grid}.Home-module__Ho9lYW__studio-action{min-height:30px;padding:0 5px;font-size:9px}.Home-module__Ho9lYW__container{--mobile-drawer-clearance:0px;height:auto;min-height:0;padding-bottom:calc(54px + env(safe-area-inset-bottom));flex:1;display:block;position:relative;overflow:hidden}.Home-module__Ho9lYW__mobile-drawer-active{padding-bottom:var(--mobile-drawer-clearance);overflow-y:auto}.Home-module__Ho9lYW__mobile-drawer-active .Home-module__Ho9lYW__workspace-content{padding-bottom:0}.Home-module__Ho9lYW__mobile-library-open{--mobile-drawer-clearance:max(50vh, 320px)}.Home-module__Ho9lYW__mobile-style-open{--mobile-drawer-clearance:max(56vh, 320px)}.Home-module__Ho9lYW__workspace{width:100%;height:100%;min-height:0}.Home-module__Ho9lYW__workspace-container{height:100%}.Home-module__Ho9lYW__workspace-content{height:100%;padding:54px 12px 18px}.Home-module__Ho9lYW__canvas-toolbar{top:12px;left:12px}.Home-module__Ho9lYW__left-panel,.Home-module__Ho9lYW__style-panel{z-index:230;border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#131313fa;border:0;border-top:1px solid #ffffff1f;width:100%;height:52vh;min-height:320px;max-height:56vh;transition:transform .22s;position:fixed;bottom:0;left:0;right:0;transform:translateY(104%);box-shadow:0 -20px 56px #0000006b}.Home-module__Ho9lYW__left-panel{height:50vh;max-height:50vh}.Home-module__Ho9lYW__style-panel{height:56vh;max-height:56vh}.Home-module__Ho9lYW__left-panel:before,.Home-module__Ho9lYW__style-panel:before{content:"";z-index:2;border-radius:var(--radius-pill);background:#e5e2e157;width:42px;height:4px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.Home-module__Ho9lYW__mobile-drawer-open{transform:translateY(0)}.Home-module__Ho9lYW__mobile-drawer-overlay{z-index:220;cursor:pointer;background:#0000006b;border:0;display:block;position:fixed;inset:0}.Home-module__Ho9lYW__mobile-bottom-nav{z-index:210;min-height:calc(60px + env(safe-area-inset-bottom));padding:4px 8px calc(4px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#131313f5;border:0;border-top:1px solid #ffffff17;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 36px #0000002e}.Home-module__Ho9lYW__mobile-bottom-nav button{border-radius:var(--radius-surface);color:#e5e2e175;cursor:pointer;min-width:0;min-height:48px;font-family:var(--font-interface);letter-spacing:0;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:750;line-height:1;transition:color .16s,background .16s;display:flex;position:relative}.Home-module__Ho9lYW__mobile-bottom-nav button:hover,.Home-module__Ho9lYW__mobile-bottom-nav button:focus-visible{color:#ffffffc7;background:#ffffff09;outline:0}.Home-module__Ho9lYW__mobile-bottom-nav button[aria-pressed=true]{color:#fff;background:#ffffff0b}.Home-module__Ho9lYW__mobile-bottom-nav span{justify-content:center;align-items:center;width:30px;height:30px;font-size:22px;display:inline-flex}.Home-module__Ho9lYW__mobile-bottom-nav svg{stroke-width:1.8px;width:22px;height:22px}.Home-module__Ho9lYW__app-header{border-bottom:1px solid #ffffff17;padding:22px 20px 10px}.Home-module__Ho9lYW__header{background:0 0;border-radius:0;border:0!important;padding:0!important}.Home-module__Ho9lYW__header h1{font-size:20px;font-weight:900}.Home-module__Ho9lYW__header p{display:none}.Home-module__Ho9lYW__toolbar,.Home-module__Ho9lYW__style-content{flex:1;min-height:0}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content{padding:8px 16px calc(12px + env(safe-area-inset-bottom));scrollbar-color:#ffffff2e transparent}.Home-module__Ho9lYW__left-panel>.Home-module__Ho9lYW__app-header,.Home-module__Ho9lYW__style-panel>.Home-module__Ho9lYW__app-header{display:none}.Home-module__Ho9lYW__left-panel .Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-panel .Home-module__Ho9lYW__style-content{padding-top:28px}}.Home-module__Ho9lYW__main{--editor-panel:#171717;--editor-canvas:#181818;--editor-divider:#e5e2e117;--editor-control:#ffffff0a;box-sizing:border-box;width:100%;max-width:100%}.Home-module__Ho9lYW__studio-header{border-bottom:1px solid var(--editor-divider);background:var(--backgroundColor);grid-template-columns:auto minmax(240px,1fr) auto;gap:24px;height:64px;padding:0 max(28px,50vw - 660px)}.Home-module__Ho9lYW__studio-brand-group{gap:16px}.Home-module__Ho9lYW__studio-title-area{justify-self:start;max-width:min(50vw,560px)}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{min-width:0;max-width:100%;height:36px;font-size:18px;font-weight:700}.Home-module__Ho9lYW__studio-title{text-align:left;justify-content:flex-start;padding:0 8px}.Home-module__Ho9lYW__studio-title:hover,.Home-module__Ho9lYW__studio-title:focus-visible{background:var(--interactionSurface)}.Home-module__Ho9lYW__studio-title-input{border-color:var(--editor-divider);background:var(--editor-control);text-align:left;padding:0 10px}.Home-module__Ho9lYW__studio-action{border-radius:var(--radius-control);min-height:34px;font-family:var(--font-interface);letter-spacing:0;text-transform:none;padding:0 12px;font-size:12px;font-weight:700}.Home-module__Ho9lYW__studio-action-secondary{border-color:var(--editor-divider);background:0 0}.Home-module__Ho9lYW__studio-action-secondary:hover{background:var(--interactionSurface)}.Home-module__Ho9lYW__container{height:calc(100% - 64px)}.Home-module__Ho9lYW__left-panel{border-right-color:var(--editor-divider);background:var(--editor-panel);width:304px}.Home-module__Ho9lYW__style-panel{border-left-color:var(--editor-divider);background:var(--editor-panel);width:320px}.Home-module__Ho9lYW__header{background:0 0;border-radius:0;border:0!important;padding:0!important}.Home-module__Ho9lYW__header h1{font-size:16px;font-weight:750;line-height:1.35}.Home-module__Ho9lYW__header p{color:#c4c7c88f;font-family:var(--font-interface);letter-spacing:0;text-transform:none;margin-top:4px;font-size:11px;line-height:1.45}.Home-module__Ho9lYW__section{border-top-color:var(--editor-divider);border-radius:0;padding:10px 18px 18px}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content{padding:0 18px 18px}.Home-module__Ho9lYW__canvas-toolbar{border-color:var(--editor-divider);border-radius:var(--radius-control);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131313c2;padding:2px;top:16px;left:16px;box-shadow:0 8px 24px #00000029}.Home-module__Ho9lYW__canvas-tool-button{border-radius:var(--radius-control);width:34px;height:34px}@media (max-width:1300px) and (min-width:769px){.Home-module__Ho9lYW__studio-header{grid-template-columns:auto minmax(180px,1fr) auto;padding:0 20px}.Home-module__Ho9lYW__studio-title-area{max-width:42vw}.Home-module__Ho9lYW__left-panel,.Home-module__Ho9lYW__style-panel{background:var(--editor-panel);width:100%}.Home-module__Ho9lYW__app-header{padding:14px 16px 8px}.Home-module__Ho9lYW__section{padding-left:16px;padding-right:16px}}@media (max-width:768px){.Home-module__Ho9lYW__studio-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px 10px;height:auto;padding:10px 12px 8px}.Home-module__Ho9lYW__studio-brand-group{grid-area:1/1;width:auto}.Home-module__Ho9lYW__studio-title-area{grid-area:1/2;justify-self:stretch;max-width:100%}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input{text-align:left;justify-content:flex-start;width:100%;min-width:0;max-width:100%;height:34px;padding:0 8px;font-size:15px}.Home-module__Ho9lYW__studio-actions{grid-area:2/1/auto/-1;grid-template-columns:repeat(4,minmax(0,1fr));justify-self:stretch;gap:6px;width:100%;display:grid}.Home-module__Ho9lYW__studio-action{min-height:30px;padding:0 5px}.Home-module__Ho9lYW__container{height:auto;min-height:0;padding-bottom:calc(54px + env(safe-area-inset-bottom));flex:1;display:block;position:relative;overflow:hidden}.Home-module__Ho9lYW__mobile-drawer-active{padding-bottom:var(--mobile-drawer-clearance);overflow-y:auto}.Home-module__Ho9lYW__mobile-drawer-active .Home-module__Ho9lYW__workspace-content{padding-bottom:0}.Home-module__Ho9lYW__workspace{width:100%;height:100%;min-height:0}.Home-module__Ho9lYW__workspace-container{height:100%}.Home-module__Ho9lYW__studio-header{border-bottom-color:var(--editor-divider)}.Home-module__Ho9lYW__studio-action{font-size:10px}.Home-module__Ho9lYW__left-panel,.Home-module__Ho9lYW__style-panel{border-color:var(--editor-divider);background:var(--editor-panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;box-shadow:0 -16px 40px #0000004d}.Home-module__Ho9lYW__left-panel:before,.Home-module__Ho9lYW__style-panel:before{background:#e5e2e14d;width:36px;height:3px}.Home-module__Ho9lYW__mobile-bottom-nav{min-height:calc(56px + env(safe-area-inset-bottom));padding:2px 8px calc(2px + env(safe-area-inset-bottom));background:#131313fa;box-shadow:0 -10px 28px #00000029}.Home-module__Ho9lYW__mobile-bottom-nav button{border-radius:var(--radius-control);min-height:44px}.Home-module__Ho9lYW__workspace-content{padding:48px 12px 16px}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content{padding:8px 16px calc(12px + env(safe-area-inset-bottom))}.Home-module__Ho9lYW__left-panel .Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-panel .Home-module__Ho9lYW__style-content{padding-top:28px}.Home-module__Ho9lYW__canvas-toolbar{top:10px;left:12px}}@media (prefers-reduced-motion:reduce){.Home-module__Ho9lYW__studio-action,.Home-module__Ho9lYW__canvas-tool-button,.Home-module__Ho9lYW__mobile-drawer{transition:none}}.Home-module__Ho9lYW__main :where(a,button,input,select,textarea):focus-visible{outline-offset:-1px;outline:1px solid #e5e2e157}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title:hover{background:0 0}.Home-module__Ho9lYW__studio-title:focus-visible{background:0 0;outline-color:#e5e2e157}.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input{box-sizing:border-box;border:1px solid var(--editor-divider);border-radius:var(--radius-control);background:var(--editor-control);color:#fff;width:100%;font-family:var(--font-interface);text-align:left;outline:0;min-width:0;height:34px;padding:0 10px;font-size:18px;font-weight:700;line-height:1}.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input:focus{border-color:#e5e2e13d;box-shadow:inset 0 -1px #e5e2e142}.Home-module__Ho9lYW__studio-title:hover{text-underline-offset:4px;-webkit-text-decoration:underline #e5e2e157;text-decoration:underline #e5e2e157}@media (max-width:768px){.Home-module__Ho9lYW__studio-title-editor{width:100%;display:block}.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input{height:34px;font-size:15px}}.Home-module__Ho9lYW__main{--editor-panel:var(--editorialBackground,#080808);--editor-canvas:var(--editorialSurface,#101010);--editor-divider:var(--editorialRule,#ffffff24);background:var(--editor-panel)}.Home-module__Ho9lYW__studio-header{background:var(--editor-panel);border-bottom:1px solid #ffffff1a;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;height:60px;padding:0 18px}.Home-module__Ho9lYW__studio-brand{opacity:.94}.Home-module__Ho9lYW__studio-title-area{width:min(100%,620px);max-width:min(54vw,620px)}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input,.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input{max-width:100%;height:32px;font-family:var(--font-interface);letter-spacing:-.015em;font-size:14px;font-weight:650;color:#ffffffe0!important}.Home-module__Ho9lYW__studio-title{gap:10px;padding:0;text-decoration:none}.Home-module__Ho9lYW__studio-title:hover,.Home-module__Ho9lYW__studio-title:focus-visible{outline:0;text-decoration:none;color:#fff!important}.Home-module__Ho9lYW__studio-title>span{min-width:0;max-width:100%}.Home-module__Ho9lYW__studio-title>span>span{text-overflow:ellipsis;white-space:nowrap;border-bottom:0;align-items:center;min-width:0;height:100%;padding-bottom:0;display:inline-flex;overflow:hidden}.Home-module__Ho9lYW__studio-actions{gap:12px}.Home-module__Ho9lYW__studio-edit-actions{border-right:1px solid var(--editor-divider);align-items:center;gap:2px;margin-right:2px;padding-right:10px;display:inline-flex}.Home-module__Ho9lYW__studio-edit-action-wrap{display:inline-flex;position:relative}.Home-module__Ho9lYW__studio-edit-action{color:#ffffffad;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #fff3;border-radius:0;place-items:center;width:32px;height:32px;padding:0;transition:border-color .14s,color .14s;display:inline-grid}.Home-module__Ho9lYW__studio-edit-action:hover,.Home-module__Ho9lYW__studio-edit-action:focus-visible{color:#fff;background:0 0;border-bottom-color:#ffffff9e;outline:0}.Home-module__Ho9lYW__studio-action{width:32px;min-width:32px;height:32px;min-height:32px;font-family:var(--font-mono);letter-spacing:.015em;border-radius:2px;place-items:center;padding:0;font-size:10px;font-weight:600;display:inline-grid}.Home-module__Ho9lYW__studio-action-icon{place-items:center;display:inline-grid}.Home-module__Ho9lYW__studio-action-icon svg{display:block}.Home-module__Ho9lYW__studio-action-label{display:none}.Home-module__Ho9lYW__studio-action-icon-spinning{animation:.8s linear infinite Home-module__Ho9lYW__studio-action-spin}@keyframes Home-module__Ho9lYW__studio-action-spin{to{transform:rotate(360deg)}}.Home-module__Ho9lYW__studio-action-secondary{color:#ffffffad;background:0 0;border:0;border-bottom:1px solid #fff3;border-radius:0}.Home-module__Ho9lYW__studio-action-secondary:hover{color:#fff;background:0 0;border-bottom-color:#ffffff9e}.Home-module__Ho9lYW__studio-action-primary{color:#080808;background:#fff;border-color:#fff}.Home-module__Ho9lYW__container{background:var(--editor-panel);height:calc(100% - 60px)}.Home-module__Ho9lYW__left-panel{border-right:1px solid var(--editor-divider);background:var(--editor-panel);width:286px}.Home-module__Ho9lYW__style-panel{border-left:1px solid var(--editor-divider);background:var(--editor-panel);width:306px}.Home-module__Ho9lYW__workspace{background:var(--editor-canvas)}.Home-module__Ho9lYW__app-header{padding:20px 18px 15px}.Home-module__Ho9lYW__header h1{color:#fffffff0;letter-spacing:-.02em;font-size:15px;font-weight:720}.Home-module__Ho9lYW__header p{color:#fff6;max-width:27ch;font-family:var(--font-mono);letter-spacing:.01em;margin-top:6px;font-size:9px;font-weight:500;line-height:1.55}.Home-module__Ho9lYW__section{border-top:1px solid var(--editor-divider);padding:12px 18px 20px}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content{padding:0 18px 20px}.Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-content,.Home-module__Ho9lYW__studio-work-menu-list,.Home-module__Ho9lYW__studio-new-work-list{scrollbar-width:none}.Home-module__Ho9lYW__add-items::-webkit-scrollbar{display:none}.Home-module__Ho9lYW__style-content::-webkit-scrollbar{display:none}.Home-module__Ho9lYW__studio-work-menu-list::-webkit-scrollbar{display:none}.Home-module__Ho9lYW__studio-new-work-list::-webkit-scrollbar{display:none}.Home-module__Ho9lYW__workspace-content{padding:28px}.Home-module__Ho9lYW__canvas-toolbar{background:#080808e0;border:0;border-radius:2px;gap:3px;padding:2px;top:14px;left:14px;box-shadow:0 10px 30px #00000047}.Home-module__Ho9lYW__canvas-tool-button{color:#ffffff94;border-radius:2px;width:32px;height:32px}.Home-module__Ho9lYW__canvas-tool-button:hover,.Home-module__Ho9lYW__canvas-tool-button:focus-visible{background:var(--interactionSurfaceStrong);color:#fff}.Home-module__Ho9lYW__canvas-tool-divider{background:var(--editor-divider);height:16px}.Home-module__Ho9lYW__studio-work-menu,.Home-module__Ho9lYW__select-menu{border:0}.Home-module__Ho9lYW__studio-work-menu{background:var(--editor-canvas);border-radius:2px;box-shadow:0 18px 54px #00000075}.Home-module__Ho9lYW__toast-message{background:#101010f5;border:0;border-radius:2px}.Home-module__Ho9lYW__save-dialog,.Home-module__Ho9lYW__restart-dialog,.Home-module__Ho9lYW__share-panel,.Home-module__Ho9lYW__wechat-modal{background:#111111fa;border:0;border-radius:2px;box-shadow:0 28px 90px #00000094}.Home-module__Ho9lYW__save-dialog-overlay,.Home-module__Ho9lYW__restart-dialog-overlay,.Home-module__Ho9lYW__share-panel-overlay,.Home-module__Ho9lYW__wechat-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c2;padding:20px}.Home-module__Ho9lYW__save-dialog,.Home-module__Ho9lYW__restart-dialog,.Home-module__Ho9lYW__share-panel{padding:30px 32px 28px}.Home-module__Ho9lYW__dialog-heading-row>span,.Home-module__Ho9lYW__share-panel-kicker{color:#c4c7c87a;letter-spacing:.08em;text-transform:none;margin-bottom:18px;font-size:10px}.Home-module__Ho9lYW__dialog-heading-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.Home-module__Ho9lYW__dialog-close{color:#e5e2e19e;cursor:pointer;min-height:34px;font-family:var(--font-interface);background:0 0;border:0;border-bottom:1px solid #ffffff38;padding:0;font-size:12px;font-weight:700}.Home-module__Ho9lYW__dialog-close:hover,.Home-module__Ho9lYW__dialog-close:focus-visible{color:#fff;border-color:#fff}.Home-module__Ho9lYW__save-dialog h2,.Home-module__Ho9lYW__restart-dialog h2,.Home-module__Ho9lYW__share-panel h2,.Home-module__Ho9lYW__wechat-modal h2{color:#fff;letter-spacing:-.035em;margin-top:0;font-size:clamp(22px,2vw,27px);font-weight:800;line-height:1.18}.Home-module__Ho9lYW__save-dialog h2{margin-bottom:14px}.Home-module__Ho9lYW__save-dialog p,.Home-module__Ho9lYW__restart-dialog p,.Home-module__Ho9lYW__share-panel p,.Home-module__Ho9lYW__wechat-modal p{color:#e5e2e1ad;font-size:14px;line-height:1.7}.Home-module__Ho9lYW__save-dialog-actions,.Home-module__Ho9lYW__restart-dialog-actions,.Home-module__Ho9lYW__share-panel-actions{align-items:center;gap:12px 22px;margin-top:28px}.Home-module__Ho9lYW__save-dialog-actions button,.Home-module__Ho9lYW__restart-dialog-actions button,.Home-module__Ho9lYW__share-panel-actions button,.Home-module__Ho9lYW__share-panel-actions a{color:#e5e2e1c2;height:auto;min-height:38px;font-family:var(--font-interface);letter-spacing:0;background:0 0;border:0;border-bottom:1px solid #ffffff38;border-radius:0;padding:0;font-size:12px;font-weight:700}.Home-module__Ho9lYW__save-dialog-actions .Home-module__Ho9lYW__save-dialog-primary,.Home-module__Ho9lYW__share-panel-actions button:first-child{color:#fff;background:0 0;border-color:#ffffffb8}.Home-module__Ho9lYW__restart-dialog-confirm{color:#e7b5b5;background:0 0;border-color:#da7e7e85!important}.Home-module__Ho9lYW__save-dialog-actions button:hover,.Home-module__Ho9lYW__restart-dialog-actions button:hover,.Home-module__Ho9lYW__share-panel-actions button:hover,.Home-module__Ho9lYW__share-panel-actions a:hover{background:var(--interactionSurface);color:#fff;border-color:#fff}.Home-module__Ho9lYW__restart-dialog-confirm:hover{background:#c65c5c14;border-color:#f0c7c7!important}.Home-module__Ho9lYW__share-text-preview{background:0 0;border:0;border-left:1px solid #c4c7c824;border-radius:0}.Home-module__Ho9lYW__wechat-modal{padding:26px 28px 28px}.Home-module__Ho9lYW__wechat-close{min-height:34px;font-family:var(--font-interface);border-bottom:1px solid #ffffff38;font-size:12px}@media (max-width:560px){.Home-module__Ho9lYW__save-dialog,.Home-module__Ho9lYW__restart-dialog,.Home-module__Ho9lYW__share-panel,.Home-module__Ho9lYW__wechat-modal{width:100%;padding:26px 22px 24px}.Home-module__Ho9lYW__save-dialog-actions,.Home-module__Ho9lYW__restart-dialog-actions,.Home-module__Ho9lYW__share-panel-actions{justify-content:flex-start}}@media (max-width:1400px) and (min-width:1101px){.Home-module__Ho9lYW__studio-header{padding-left:16px;padding-right:16px}.Home-module__Ho9lYW__left-panel{width:264px}.Home-module__Ho9lYW__style-panel{width:286px}.Home-module__Ho9lYW__workspace-content{padding-left:20px;padding-right:20px}}@media (max-width:1100px) and (min-width:769px){.Home-module__Ho9lYW__main{height:100dvh}.Home-module__Ho9lYW__studio-header{grid-template-columns:auto minmax(0,1fr) auto;height:60px;padding:0 16px}.Home-module__Ho9lYW__studio-title-area{justify-self:start;max-width:min(40vw,440px)}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input,.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input{width:100%;min-width:0;max-width:100%}.Home-module__Ho9lYW__container{flex:1;height:auto;min-height:0;padding-bottom:56px;display:block;position:relative;overflow:hidden}.Home-module__Ho9lYW__workspace,.Home-module__Ho9lYW__workspace-container,.Home-module__Ho9lYW__workspace-content{width:100%;height:100%;min-height:0}.Home-module__Ho9lYW__left-panel,.Home-module__Ho9lYW__style-panel{z-index:230;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080808fa;border:0;width:min(360px,88vw);height:auto;min-height:0;max-height:none;transition:transform .18s;position:fixed;top:60px;bottom:56px;box-shadow:18px 0 54px #00000061}.Home-module__Ho9lYW__left-panel{border-right:1px solid var(--editor-divider);left:0;right:auto;transform:translate(-104%)}.Home-module__Ho9lYW__style-panel{border-left:1px solid var(--editor-divider);left:auto;right:0;transform:translate(104%);box-shadow:-18px 0 54px #00000061}.Home-module__Ho9lYW__left-panel:before,.Home-module__Ho9lYW__style-panel:before{display:none}.Home-module__Ho9lYW__mobile-drawer-open{transform:translate(0)}.Home-module__Ho9lYW__mobile-drawer-overlay{z-index:220;background:#0000008a;border:0;display:block;position:fixed;inset:60px 0 56px}.Home-module__Ho9lYW__mobile-bottom-nav{z-index:210;border-top:1px solid var(--editor-divider);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080808fa;grid-template-columns:repeat(2,minmax(0,160px));justify-content:center;min-height:56px;padding:0 16px;display:grid;position:fixed;bottom:0;left:0;right:0}.Home-module__Ho9lYW__mobile-bottom-nav button{color:#ffffff6b;cursor:pointer;min-width:0;min-height:55px;font-family:var(--font-mono);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:8px;font-size:10px;display:flex}.Home-module__Ho9lYW__mobile-bottom-nav button:hover,.Home-module__Ho9lYW__mobile-bottom-nav button:focus-visible,.Home-module__Ho9lYW__mobile-bottom-nav button[aria-pressed=true]{background:var(--interactionSurface);color:#fff}.Home-module__Ho9lYW__mobile-bottom-nav span{place-items:center;width:24px;height:24px;font-size:18px;display:inline-grid}}@media (max-width:768px){.Home-module__Ho9lYW__studio-header{grid-template-columns:32px minmax(0,1fr) auto;gap:0 8px;height:48px;padding:0 10px}.Home-module__Ho9lYW__studio-brand-group{grid-area:1/1}.Home-module__Ho9lYW__studio-title-area{grid-area:1/2;max-width:100%}.Home-module__Ho9lYW__studio-title,.Home-module__Ho9lYW__studio-title-input,.Home-module__Ho9lYW__studio-title-editor .Home-module__Ho9lYW__studio-title-input{height:30px;font-size:13px}.Home-module__Ho9lYW__studio-actions{flex-wrap:nowrap;grid-area:1/3;justify-self:end;gap:2px;width:auto;display:flex}.Home-module__Ho9lYW__studio-edit-actions{gap:0;margin-right:2px;padding-right:4px}.Home-module__Ho9lYW__studio-edit-action{border-bottom:0;width:30px;height:30px}.Home-module__Ho9lYW__studio-action{place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;font-size:10px;display:inline-grid}.Home-module__Ho9lYW__studio-action-secondary{border:0;border-radius:2px}.Home-module__Ho9lYW__studio-action-icon{display:inline-grid}.Home-module__Ho9lYW__studio-action-label{display:none}.Home-module__Ho9lYW__container{height:auto;padding-bottom:calc(56px + env(safe-area-inset-bottom))}.Home-module__Ho9lYW__workspace-content{padding:12px 10px}.Home-module__Ho9lYW__left-panel,.Home-module__Ho9lYW__style-panel{border-bottom:0;border-left:0;border-right:0;border-radius:0;width:100%;min-height:320px;inset:auto 0 0;transform:translateY(104%);box-shadow:0 -18px 54px #0000006b}.Home-module__Ho9lYW__left-panel{border-top:1px solid var(--editor-divider);height:54vh;max-height:54vh}.Home-module__Ho9lYW__style-panel{border-top:1px solid var(--editor-divider);height:62vh;max-height:62vh}.Home-module__Ho9lYW__left-panel:before,.Home-module__Ho9lYW__style-panel:before{background:#ffffff4d;border-radius:0;width:34px;height:2px;display:block}.Home-module__Ho9lYW__mobile-drawer-open{transform:translateY(0)}.Home-module__Ho9lYW__mobile-drawer-overlay{inset:0}.Home-module__Ho9lYW__mobile-bottom-nav{min-height:calc(56px + env(safe-area-inset-bottom));padding:0 8px env(safe-area-inset-bottom);grid-template-columns:repeat(2,minmax(0,1fr))}.Home-module__Ho9lYW__mobile-bottom-nav button{flex-direction:row;min-height:55px}.Home-module__Ho9lYW__left-panel>.Home-module__Ho9lYW__app-header,.Home-module__Ho9lYW__style-panel>.Home-module__Ho9lYW__app-header{padding:24px 16px 10px;display:block}.Home-module__Ho9lYW__header h1{font-size:14px}.Home-module__Ho9lYW__header p{display:none}.Home-module__Ho9lYW__left-panel .Home-module__Ho9lYW__add-items,.Home-module__Ho9lYW__style-panel .Home-module__Ho9lYW__style-content{padding-top:8px}}@media (prefers-reduced-motion:reduce){.Home-module__Ho9lYW__studio-action-icon-spinning{animation:none}}@media (max-width:768px){.Home-module__Ho9lYW__studio-title-area{position:static}.Home-module__Ho9lYW__studio-work-menu{width:auto;max-width:none;max-height:min(70dvh,560px);top:calc(100% + 8px);left:12px;right:12px;transform:none}.Home-module__Ho9lYW__container:not(.Home-module__Ho9lYW__mobile-drawer-active){padding-bottom:calc(44px + env(safe-area-inset-bottom))}.Home-module__Ho9lYW__mobile-drawer-active{--mobile-drawer-height:min(62vh, calc(100dvh - 48px));--mobile-rail-clearance:calc(45px + env(safe-area-inset-bottom));padding-bottom:var(--mobile-rail-clearance)}.Home-module__Ho9lYW__mobile-drawer-active .Home-module__Ho9lYW__workspace{height:max(0px, calc(100% - var(--mobile-drawer-height) + var(--mobile-rail-clearance)))}.Home-module__Ho9lYW__mobile-drawer-active .Home-module__Ho9lYW__workspace-content>div{align-items:flex-start!important}.Home-module__Ho9lYW__mobile-drawer{height:var(--mobile-drawer-height,min(62vh, calc(100dvh - 48px)));min-height:var(--mobile-drawer-height,min(62vh, calc(100dvh - 48px)));max-height:var(--mobile-drawer-height,min(62vh, calc(100dvh - 48px)))}.Home-module__Ho9lYW__mobile-bottom-nav{min-height:calc(44px + env(safe-area-inset-bottom));padding:0 12px env(safe-area-inset-bottom);border-top:1px solid var(--editor-divider);background:var(--editor-panel,#080808);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.Home-module__Ho9lYW__mobile-bottom-nav button{color:#e5e2e17a;cursor:pointer;min-width:0;min-height:44px;font-family:var(--font-interface);letter-spacing:.02em;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:0 10px;font-size:10px;font-weight:700;line-height:1;transition:color .16s,background-color .16s;display:flex;position:relative}.Home-module__Ho9lYW__mobile-bottom-nav button+button{border-left:1px solid #e5e2e112}.Home-module__Ho9lYW__mobile-bottom-nav button:after{content:"";background:0 0;height:1px;transition:width .16s,background-color .16s;position:absolute;bottom:0;left:50%;right:50%;transform:translate(-50%)}.Home-module__Ho9lYW__mobile-bottom-nav button:hover,.Home-module__Ho9lYW__mobile-bottom-nav button[aria-pressed=true]{background:var(--interactionSurface);color:#fff}.Home-module__Ho9lYW__mobile-bottom-nav button[aria-pressed=true]:after{background:#ffffffb8;width:22px}.Home-module__Ho9lYW__mobile-bottom-nav button:focus-visible{outline-offset:-3px;outline:1px solid #ffffff9e}.Home-module__Ho9lYW__mobile-bottom-nav>button>span:first-child{place-items:center;width:21px;height:21px;font-size:19px;display:inline-grid}.Home-module__Ho9lYW__mobile-bottom-nav>button>span:first-child svg{stroke-width:1.7px;width:19px;height:19px}.Home-module__Ho9lYW__left-panel>.Home-module__Ho9lYW__app-header,.Home-module__Ho9lYW__style-panel>.Home-module__Ho9lYW__app-header{background:0 0;border:0;padding:16px 16px 8px}.Home-module__Ho9lYW__left-panel>.Home-module__Ho9lYW__app-header>.Home-module__Ho9lYW__header,.Home-module__Ho9lYW__style-panel>.Home-module__Ho9lYW__app-header>.Home-module__Ho9lYW__header{background:0 0;border:0!important;padding:0!important}.Home-module__Ho9lYW__left-panel>.Home-module__Ho9lYW__app-header .Home-module__Ho9lYW__header h1,.Home-module__Ho9lYW__style-panel>.Home-module__Ho9lYW__app-header .Home-module__Ho9lYW__header h1{margin:0;font-size:14px;line-height:1.35}}
.Workspace-module__vvHzlq__checkerboard{z-index:20;width:fit-content;box-shadow:none;background-image:url(/checkerboard.png);background-repeat:repeat;margin:auto;position:relative;overflow:hidden}.Workspace-module__vvHzlq__content{height:fit-content;margin:auto}.Workspace-module__vvHzlq__workspace-covers-container{justify-content:center;align-items:flex-start;display:flex}.Workspace-module__vvHzlq__workspace-covers{grid-column-gap:20px;grid-row-gap:20px;grid-template-columns:repeat(5,1fr);align-content:flex-start;display:grid;overflow:hidden}.Workspace-module__vvHzlq__workspace-cover{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:8px;width:100px;display:flex;position:relative}.Workspace-module__vvHzlq__workspace-cover:hover .Workspace-module__vvHzlq__delete{border-radius:var(--radius-control);border:1px solid var(--borderColor);cursor:pointer;width:32px;height:32px;color:var(--textColor);z-index:10;box-shadow:0 10px 22px var(--shadowColor);background-color:#201f1f;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.Workspace-module__vvHzlq__dragging .Workspace-module__vvHzlq__cover{animation:1s ease-out infinite Workspace-module__vvHzlq__moving}.Workspace-module__vvHzlq__cover{cursor:grab;border-radius:var(--radius-media);object-fit:cover;background:#0e0e0e;transition:all .18s;position:relative}.Workspace-module__vvHzlq__cover img{border-radius:var(--radius-media);border:1px solid var(--borderColor)}.Workspace-module__vvHzlq__cover-fallback{color:#e5e2e1ad;text-align:center;word-break:break-word;background:linear-gradient(135deg,#242424,#141414);justify-content:center;align-items:center;padding:12px;font-size:10px;line-height:1.35;display:flex;overflow:hidden}.Workspace-module__vvHzlq__cover-fallback span{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.Workspace-module__vvHzlq__no-items{width:100%;height:100%;font-size:13px;font-family:var(--font-mono);background-color:#131313;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex;cursor:unset!important}.Workspace-module__vvHzlq__no-items span{color:var(--mutedTextColor)}.Workspace-module__vvHzlq__delete{display:none}.Workspace-module__vvHzlq__icon{filter:invert()brightness(.45);width:16px}html[dark] .Workspace-module__vvHzlq__icon{filter:invert()brightness(.7)}.Workspace-module__vvHzlq__move{display:none}.Workspace-module__vvHzlq__workspace-cover:hover .Workspace-module__vvHzlq__move{border-radius:var(--radius-control);border:1px solid var(--borderColor);cursor:pointer;width:32px;height:32px;color:var(--textColor);z-index:10;box-shadow:0 10px 22px var(--shadowColor);background-color:#201f1f;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.Workspace-module__vvHzlq__cover-titles{text-align:center;line-height:1.25}.Workspace-module__vvHzlq__info-panel{--info-panel-brand-size:44px;letter-spacing:0;box-sizing:border-box;line-height:1.45}.Workspace-module__vvHzlq__info-panel h2{margin:0;font-size:22px;font-weight:800;line-height:1.12}.Workspace-module__vvHzlq__info-panel p{opacity:.74;margin:5px 0 0;font-size:11px;line-height:1.35}.Workspace-module__vvHzlq__info-panel-main{min-width:0}.Workspace-module__vvHzlq__info-panel-subtitle{max-width:28em}.Workspace-module__vvHzlq__info-panel-header{width:100%;min-width:0;display:flex}.Workspace-module__vvHzlq__info-panel-brand{width:var(--info-panel-brand-size);height:var(--info-panel-brand-size);flex:0 0 var(--info-panel-brand-size);line-height:0;display:block}.Workspace-module__vvHzlq__info-panel-top{text-align:left;width:100%;padding:4px 12px 14px}.Workspace-module__vvHzlq__info-panel-top .Workspace-module__vvHzlq__info-panel-header,.Workspace-module__vvHzlq__info-panel-bottom .Workspace-module__vvHzlq__info-panel-header{justify-content:space-between;align-items:flex-start;gap:24px}.Workspace-module__vvHzlq__info-panel-top .Workspace-module__vvHzlq__info-panel-brand,.Workspace-module__vvHzlq__info-panel-bottom .Workspace-module__vvHzlq__info-panel-brand{margin-left:auto}.Workspace-module__vvHzlq__info-panel-bottom{text-align:left;width:100%;padding:14px 12px 4px}.Workspace-module__vvHzlq__info-panel-side{flex-direction:column;align-self:stretch;width:220px;max-width:220px;min-height:100%;display:flex}.Workspace-module__vvHzlq__info-panel-left{padding:16px 18px 16px 8px}.Workspace-module__vvHzlq__info-panel-right{padding:16px 8px 16px 18px}.Workspace-module__vvHzlq__info-panel-side .Workspace-module__vvHzlq__info-panel-header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;min-height:112px}.Workspace-module__vvHzlq__info-panel-side h2{font-size:20px}.Workspace-module__vvHzlq__info-panel-topsters-list{width:280px;max-width:280px}.Workspace-module__vvHzlq__info-panel-left.Workspace-module__vvHzlq__info-panel-topsters-list{padding:8px 18px 8px 6px}.Workspace-module__vvHzlq__info-panel-right.Workspace-module__vvHzlq__info-panel-topsters-list{padding:8px 6px 8px 18px}.Workspace-module__vvHzlq__info-panel-topsters-list h2{font-size:18px}.Workspace-module__vvHzlq__info-panel-topsters-list p{margin-top:6px}.Workspace-module__vvHzlq__info-panel-topsters-list .Workspace-module__vvHzlq__info-panel-list{grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:3px 12px;font-size:7px;line-height:1.2}.Workspace-module__vvHzlq__info-panel-list{grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr));gap:5px;margin:14px 0 0;padding:0;font-size:9px;line-height:1.35;list-style:none;display:grid}.Workspace-module__vvHzlq__info-panel-side .Workspace-module__vvHzlq__info-panel-list:first-child{margin-top:0}.Workspace-module__vvHzlq__info-panel-list li{white-space:nowrap;opacity:.78;min-width:0;display:flex;overflow:hidden}.Workspace-module__vvHzlq__info-panel-list-title,.Workspace-module__vvHzlq__info-panel-list-artist{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Workspace-module__vvHzlq__info-panel-list-title{flex:auto}.Workspace-module__vvHzlq__info-panel-list-separator{opacity:.5;flex:none;margin:0 3px}.Workspace-module__vvHzlq__info-panel-list-artist{opacity:.62;flex:0 42%}.Workspace-module__vvHzlq__info-panel-side .Workspace-module__vvHzlq__info-panel-list{text-align:left;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));align-content:start}.Workspace-module__vvHzlq__info-panel-compact-side-list .Workspace-module__vvHzlq__info-panel-list{flex:auto;grid-template-columns:minmax(0,1fr);align-content:start;gap:4px 0;min-height:0;font-size:9px;line-height:1.3;overflow:hidden}.Workspace-module__vvHzlq__info-panel-compact-side-list-two-columns .Workspace-module__vvHzlq__info-panel-list{grid-template-columns:repeat(2,minmax(0,1fr));align-content:space-between;column-gap:10px;font-size:8px;line-height:1.25}.Workspace-module__vvHzlq__info-panel-compact-side-list-two-columns .Workspace-module__vvHzlq__info-panel-list li:nth-child(5),.Workspace-module__vvHzlq__info-panel-compact-side-list-two-columns .Workspace-module__vvHzlq__info-panel-list li:nth-child(6),.Workspace-module__vvHzlq__info-panel-compact-side-list-two-columns .Workspace-module__vvHzlq__info-panel-list li:nth-child(21),.Workspace-module__vvHzlq__info-panel-compact-side-list-two-columns .Workspace-module__vvHzlq__info-panel-list li:nth-child(22){margin-top:6px}.Workspace-module__vvHzlq__info-panel-long-horizontal-list .Workspace-module__vvHzlq__info-panel-list{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:3px 14px;font-size:7px;line-height:1.22}@keyframes Workspace-module__vvHzlq__moving{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}
.CollageCanvasView-module__M8mDsW__viewport{place-items:center;width:100%;display:grid;overflow:auto}.CollageCanvasView-module__M8mDsW__preserveExportLayout{place-self:stretch stretch;width:100%;height:100%;min-height:0;overflow:hidden}.CollageCanvasView-module__M8mDsW__scaledFrame{flex:none;position:relative}.CollageCanvasView-module__M8mDsW__checkerboard{background-image:url(/checkerboard.png);background-repeat:repeat;width:fit-content;max-width:100%;position:relative;overflow:hidden}.CollageCanvasView-module__M8mDsW__exportCanvas{max-width:none}.CollageCanvasView-module__M8mDsW__content{box-sizing:content-box;transform-origin:0 0;width:fit-content;height:fit-content}.CollageCanvasView-module__M8mDsW__coversAndSide{justify-content:center;align-items:flex-start;display:flex}.CollageCanvasView-module__M8mDsW__covers{align-content:flex-start;display:grid;overflow:hidden}.CollageCanvasView-module__M8mDsW__coverSlot{flex-direction:column;align-items:center;gap:8px;min-width:0;position:relative;overflow:hidden}.CollageCanvasView-module__M8mDsW__cover{object-fit:cover;box-sizing:border-box;background:#0e0e0e;width:100%;height:100%}.CollageCanvasView-module__M8mDsW__emptyCover,.CollageCanvasView-module__M8mDsW__coverFallback{color:#e5e2e1ad;font-family:var(--font-mono);text-align:center;background:#131313;justify-content:center;align-items:center;padding:12px;font-size:11px;line-height:1.35;display:flex}.CollageCanvasView-module__M8mDsW__coverFallback{word-break:break-word;background:linear-gradient(135deg,#242424,#141414);font-family:inherit}.CollageCanvasView-module__M8mDsW__coverFallback span{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.CollageCanvasView-module__M8mDsW__coverTitle{text-align:center;width:100%;line-height:1.25}.CollageCanvasView-module__M8mDsW__empty{color:#e5e2e1a3;background:#171717;border:1px solid #c4c7c81f;place-items:center;min-height:280px;display:grid}@media (max-width:768px){.CollageCanvasView-module__M8mDsW__viewport{justify-content:start}.CollageCanvasView-module__M8mDsW__preserveExportLayout{justify-content:center}}
.Loading-module__weNzIq__spinner{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Loading-module__weNzIq__spinnerInner{border-radius:var(--radius-pill);border:1px solid #ffffff4d;border-top-color:#fff;width:14px;height:14px;animation:1s linear infinite Loading-module__weNzIq__spin}@keyframes Loading-module__weNzIq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.AddTab-module__ebw6PW__search{width:100%;min-width:0;max-width:100%;height:calc(100% - 12px)}.AddTab-module__ebw6PW__input-group{border-radius:var(--radius-control);border:1px solid var(--borderColor);box-shadow:none;background-color:#1c1b1b;flex-direction:column;margin:12px 0;display:flex;overflow:auto}.AddTab-module__ebw6PW__input{border-bottom:1px solid var(--borderColor);align-items:center;min-height:52px;transition:all .18s;display:flex}input.AddTab-module__ebw6PW__value{width:100%;color:var(--textColor);box-sizing:border-box;height:36px;font-size:13px;font-family:var(--font-interface);border-radius:var(--radius-control);background-color:#131313;border:1px solid #c4c7c81a;margin-right:8px;padding:0 12px;transition:all .18s;box-shadow:inset 0 0 0 1px #ffffff05}input.AddTab-module__ebw6PW__value:hover{border-color:var(--accentColor2)}input[type=text].AddTab-module__ebw6PW__value{box-shadow:inset 0 0 0 1px #ffffff08}.AddTab-module__ebw6PW__input:last-child{border-bottom:0}.AddTab-module__ebw6PW__categories{justify-content:space-between;gap:10px;padding:7px 14px}.AddTab-module__ebw6PW__sourceTabs{border:1px solid var(--borderColor);border-radius:var(--radius-control);background:#131313;align-items:center;gap:4px;padding:3px;display:inline-flex}.AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__activeSourceTab{border-radius:calc(var(--radius-control) - 2px);color:#e5e2e194;cursor:pointer;min-height:30px;font-family:var(--font-mono);letter-spacing:.04em;background:0 0;border:0;padding:0 11px;font-size:11px;font-weight:800}.AddTab-module__ebw6PW__activeSourceTab{color:#fff;background:#ffffff1f}.AddTab-module__ebw6PW__search-input{justify-content:space-between;padding:10px 14px}.AddTab-module__ebw6PW__upload-button{border:1px solid var(--borderColor);border-radius:var(--radius-control);color:#131313;cursor:pointer;min-width:118px;height:32px;font-family:var(--font-mono);letter-spacing:.06em;background:#fff;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.AddTab-module__ebw6PW__upload-button input{display:none}.AddTab-module__ebw6PW__upload-button .AddTab-module__ebw6PW__icon{filter:invert(0)brightness(.35)}.AddTab-module__ebw6PW__icon{filter:invert()brightness(.45);width:16px}html[dark] .AddTab-module__ebw6PW__icon{filter:invert()brightness(.7)}html[dark] .AddTab-module__ebw6PW__upload-button .AddTab-module__ebw6PW__icon{filter:invert(0)brightness(.35)}.AddTab-module__ebw6PW__search-button{background-color:var(--accentColor3);justify-content:center;padding:10px 16px}.AddTab-module__ebw6PW__input-label{background-color:var(--surfaceContainer);border-right:1px solid var(--borderColor);width:96px;height:100%;color:var(--mutedTextColor);justify-content:center;align-items:center;padding:16px;display:flex}.AddTab-module__ebw6PW__values{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:calc(100% - 96px);padding:0 12px;display:flex}.AddTab-module__ebw6PW__items{min-width:0;height:calc(100% - 116px);overflow:hidden}.AddTab-module__ebw6PW__musicFootprintItems{height:calc(100% - 64px)}.AddTab-module__ebw6PW__no-items{width:100%;height:100%;font-size:13px;font-family:var(--font-mono);background-color:#0000;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex;cursor:unset!important}.AddTab-module__ebw6PW__no-items span{color:var(--mutedTextColor);opacity:.72}.AddTab-module__ebw6PW__emptyAction{border-radius:var(--radius-control);color:#131313;cursor:pointer;min-height:34px;font-family:var(--font-interface);background:#fff;border:1px solid #ffffff2e;margin-top:14px;padding:0 14px;font-size:12px;font-weight:800}.AddTab-module__ebw6PW__empty-logo{opacity:.34;width:42px;height:42px;margin-bottom:12px}@media (max-width:1300px){.AddTab-module__ebw6PW__empty-logo{width:28px;height:28px;margin:0}.AddTab-module__ebw6PW__no-items{flex-direction:row;gap:8px}.AddTab-module__ebw6PW__search-input{padding:8px 10px}.AddTab-module__ebw6PW__covers{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:10px}}.AddTab-module__ebw6PW__covers{-webkit-user-select:none;user-select:none;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));align-content:flex-start;justify-items:stretch;gap:12px;min-width:0;height:100%;padding:12px;display:grid;overflow:hidden auto}.AddTab-module__ebw6PW__cover{cursor:grab;border-radius:var(--radius-media);object-fit:cover;aspect-ratio:1;width:100%;min-width:0;transition:all .18s;position:relative}.AddTab-module__ebw6PW__cover:hover{transform:translateY(-2px)}.AddTab-module__ebw6PW__cover img{object-fit:cover;border-radius:var(--radius-media);border:1px solid var(--borderColor);width:100%;height:100%;box-shadow:none;background:#0e0e0e;display:block}.AddTab-module__ebw6PW__musicFootprintRemove{z-index:2;color:#fff;cursor:pointer;opacity:0;background:#0a0a0ad1;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;font-size:17px;line-height:1;transition:opacity .18s,background .18s;display:grid;position:absolute;top:5px;right:5px}.AddTab-module__ebw6PW__cover:hover .AddTab-module__ebw6PW__musicFootprintRemove,.AddTab-module__ebw6PW__musicFootprintRemove:focus-visible{opacity:1}.AddTab-module__ebw6PW__musicFootprintRemove:hover{background:#0a0a0afa}.AddTab-module__ebw6PW__cover-fallback{aspect-ratio:1;border:1px solid var(--borderColor);border-radius:var(--radius-media);color:#e5e2e1b8;width:100%;height:100%;font-family:var(--font-mono);text-transform:uppercase;background:#242424;place-items:center;font-size:22px;font-weight:800;display:grid}@media (max-width:768px){.AddTab-module__ebw6PW__search{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.AddTab-module__ebw6PW__sourceGroup{border-bottom:1px solid #ffffff17;flex-shrink:0;order:1;margin:0;padding:0 0 6px}.AddTab-module__ebw6PW__sourceGroup .AddTab-module__ebw6PW__input{border-bottom:0}.AddTab-module__ebw6PW__searchGroup{flex-shrink:0;order:2;margin:6px 0 8px}.AddTab-module__ebw6PW__items{background:0 0;border:0;border-radius:0;flex:1;order:3;height:auto;min-height:0;margin:0}.AddTab-module__ebw6PW__musicFootprintItems{height:auto}.AddTab-module__ebw6PW__covers{grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:8px;height:100%;padding:8px 4px 12px}.AddTab-module__ebw6PW__musicFootprintRemove{opacity:1}.AddTab-module__ebw6PW__categories,.AddTab-module__ebw6PW__search-input{min-height:44px}.AddTab-module__ebw6PW__input-group{background:0 0;border:0;border-radius:0;overflow:visible}.AddTab-module__ebw6PW__categories{min-height:42px;padding:0}.AddTab-module__ebw6PW__search-input{border-radius:var(--radius-surface);background:var(--interactionSurface);border:1px solid #ffffff1a;gap:6px;min-height:44px;padding:3px 4px 3px 12px;transition:border-color .16s,background .16s;overflow:hidden}.AddTab-module__ebw6PW__search-input:last-child{border-bottom:1px solid #ffffff1a}.AddTab-module__ebw6PW__search-input:focus-within{background:var(--interactionSurfaceStrong);border-color:#fff3}.AddTab-module__ebw6PW__search-input:last-child:focus-within{border-color:#fff3}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value{height:36px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:16px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus{outline:none}.AddTab-module__ebw6PW__search-input button{border-radius:var(--radius-control);background:0 0;border:0;width:36px;min-width:36px;height:36px;padding:0;transition:background .16s,color .16s}.AddTab-module__ebw6PW__search-input button:hover:not(:disabled),.AddTab-module__ebw6PW__search-input button:focus-visible:not(:disabled){background:var(--interactionSurfaceStrong);outline:0}.AddTab-module__ebw6PW__search-input button:disabled{opacity:.52;background:0 0}.AddTab-module__ebw6PW__search-input button .AddTab-module__ebw6PW__icon{filter:invert()brightness(.7)}.AddTab-module__ebw6PW__search-input button:disabled .AddTab-module__ebw6PW__icon{filter:invert()brightness(.48)}.AddTab-module__ebw6PW__upload-button{color:#e5e2e1c7;background:0 0;border-color:#ffffff29;min-width:104px;height:32px}html[dark] .AddTab-module__ebw6PW__upload-button .AddTab-module__ebw6PW__icon{filter:invert()brightness(.72)}.AddTab-module__ebw6PW__sourceTabs{flex:1}.AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__activeSourceTab{flex:1;min-height:28px;padding:0 8px;font-size:10px}.AddTab-module__ebw6PW__no-items{color:#e5e2e185;gap:8px;min-height:76px;padding:8px 4px}.AddTab-module__ebw6PW__empty-logo{opacity:.28;width:24px;height:24px;margin:0}}.AddTab-module__ebw6PW__search{flex-direction:column;min-height:0;display:flex}.AddTab-module__ebw6PW__input-group{background:0 0;border:0;border-radius:0;flex-shrink:0;margin:0 0 12px;overflow:visible}.AddTab-module__ebw6PW__input{border-bottom-color:#e5e2e114;min-height:46px}.AddTab-module__ebw6PW__categories{gap:12px;padding:0 0 8px}.AddTab-module__ebw6PW__sourceTabs{background:0 0;border:0;border-bottom:1px solid #e5e2e11a;border-radius:0;gap:12px;padding:0}.AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__activeSourceTab{min-height:34px;font-family:var(--font-interface);letter-spacing:0;border-radius:0;padding:0 4px;font-size:12px;font-weight:700}.AddTab-module__ebw6PW__sourceTab:hover{background:var(--interactionSurface);color:#fff}.AddTab-module__ebw6PW__activeSourceTab{color:#fff;background:0 0;box-shadow:inset 0 -2px #fff}.AddTab-module__ebw6PW__upload-button{border-radius:var(--radius-control);background:var(--interactionSurface);color:#e5e2e1c2;cursor:pointer;min-width:0;height:34px;font-family:var(--font-interface);letter-spacing:0;border:0;padding:0 7px;font-size:11px;font-weight:700;line-height:15px;transition:background .16s,color .16s}.AddTab-module__ebw6PW__upload-button:hover,.AddTab-module__ebw6PW__upload-button:focus-visible{background:var(--interactionSurfaceStrong);color:#fff}.AddTab-module__ebw6PW__upload-button:focus-visible{outline-offset:-1px;outline:1px solid #e5e2e14d}.AddTab-module__ebw6PW__upload-mark{color:currentColor;justify-content:center;align-items:center;margin-right:3px;font-size:14px;font-weight:400;line-height:15px;display:inline-flex}.AddTab-module__ebw6PW__searchGroup{margin-bottom:12px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value{border-radius:var(--radius-control);height:38px;box-shadow:none;background:#131313;border-color:#e5e2e11a;margin:0;font-size:14px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus{box-shadow:none;border-color:#e5e2e13d;outline:0}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus-visible{box-shadow:none;border-color:#e5e2e157;outline:0}.AddTab-module__ebw6PW__search-input button{border-radius:var(--radius-control);background:var(--interactionSurface);min-width:38px;height:38px}.AddTab-module__ebw6PW__search-input button:hover:not(:disabled),.AddTab-module__ebw6PW__search-input button:focus-visible:not(:disabled){background:var(--interactionSurfaceStrong);outline-offset:-1px;outline:1px solid #e5e2e147}.AddTab-module__ebw6PW__items{flex:1;height:auto;min-height:0;margin-bottom:0}.AddTab-module__ebw6PW__covers{gap:10px;padding:8px 2px 12px}.AddTab-module__ebw6PW__cover{transition:border-color .16s,opacity .16s}.AddTab-module__ebw6PW__cover:hover{opacity:.86;transform:none}.AddTab-module__ebw6PW__cover img{border-color:#e5e2e114}.AddTab-module__ebw6PW__no-items{font-family:var(--font-interface);font-size:12px}@media (max-width:768px){.AddTab-module__ebw6PW__input-group{margin-bottom:8px}.AddTab-module__ebw6PW__categories{gap:8px;padding-bottom:6px}.AddTab-module__ebw6PW__sourceTabs{gap:8px}.AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__activeSourceTab{min-height:30px;padding:0 6px;font-size:11px}.AddTab-module__ebw6PW__upload-button{min-width:0;padding:0 6px}.AddTab-module__ebw6PW__search-input{padding:4px 0 8px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value{height:36px;box-shadow:none;border-color:#0000}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus,.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus-visible{box-shadow:none;border-color:#0000;outline:0}.AddTab-module__ebw6PW__search-input button{width:36px;min-width:36px;height:36px}.AddTab-module__ebw6PW__covers{gap:8px;padding:6px 0 12px}}.AddTab-module__ebw6PW__sourceTabs{border-bottom-color:#ffffff24;gap:16px}.AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__activeSourceTab{min-height:32px;font-family:var(--font-mono);letter-spacing:.01em;padding:0 2px;font-size:10px;font-weight:500}.AddTab-module__ebw6PW__activeSourceTab{box-shadow:inset 0 -1px #fff}.AddTab-module__ebw6PW__upload-button{color:#ffffff85;height:32px;font-family:var(--font-mono);background:0 0;border:0;border-bottom:1px solid #ffffff2e;border-radius:0;padding:0 2px;font-size:9px;font-weight:500}.AddTab-module__ebw6PW__upload-button:hover,.AddTab-module__ebw6PW__upload-button:focus-visible{color:#fff;background:0 0;border-bottom-color:#ffffff94}.AddTab-module__ebw6PW__search-input{border-bottom:1px solid #ffffff24;gap:4px;padding:4px 0 10px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value{color:#fff;background:0 0;border:0;border-radius:0;height:34px;padding:0;font-size:13px}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value::placeholder{color:#ffffff47}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus,.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value:focus-visible{border:0;outline:0}.AddTab-module__ebw6PW__search-input button{background:0 0;border:0;border-radius:2px;width:32px;min-width:32px;height:32px;padding:0}.AddTab-module__ebw6PW__search-input button:hover:not(:disabled),.AddTab-module__ebw6PW__search-input button:focus-visible:not(:disabled){background:var(--interactionSurfaceStrong);outline:0}.AddTab-module__ebw6PW__searchArrow{color:#ffffffb8;font-family:var(--font-mono);font-size:16px;line-height:1}.AddTab-module__ebw6PW__covers{scrollbar-width:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px 0 12px}.AddTab-module__ebw6PW__covers::-webkit-scrollbar{display:none}.AddTab-module__ebw6PW__cover,.AddTab-module__ebw6PW__cover:hover{opacity:1;transform:none}.AddTab-module__ebw6PW__cover:hover img,.AddTab-module__ebw6PW__cover:focus-visible img{outline-offset:-1px;outline:1px solid #ffffff80}.AddTab-module__ebw6PW__cover img,.AddTab-module__ebw6PW__cover-fallback{border:0;border-radius:0}.AddTab-module__ebw6PW__no-items{color:#ffffff57;min-height:120px;font-family:var(--font-mono);font-size:10px}.AddTab-module__ebw6PW__empty-logo{display:none}.AddTab-module__ebw6PW__emptyAction{color:#ffffffb8;min-height:32px;font-family:var(--font-mono);background:0 0;border:0;border-bottom:1px solid #ffffff3d;border-radius:0;padding:0 2px;font-size:10px}@media (max-width:1100px) and (min-width:769px){.AddTab-module__ebw6PW__covers{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:768px){.AddTab-module__ebw6PW__sourceGroup .AddTab-module__ebw6PW__categories{grid-template-columns:minmax(0,210px) minmax(80px,auto);justify-content:space-between;align-items:center;column-gap:12px;display:grid}.AddTab-module__ebw6PW__sourceTabs{flex:0 auto;gap:8px;width:100%;min-width:0}.AddTab-module__ebw6PW__sourceGroup .AddTab-module__ebw6PW__sourceTab,.AddTab-module__ebw6PW__sourceGroup .AddTab-module__ebw6PW__activeSourceTab{min-width:0}.AddTab-module__ebw6PW__sourceGroup .AddTab-module__ebw6PW__upload-button{justify-self:end;width:100%;min-width:80px;padding:0 8px}.AddTab-module__ebw6PW__search-input{background:0 0;border:0;border-bottom:1px solid #ffffff24;border-radius:0;min-height:42px;padding:2px 0 7px}.AddTab-module__ebw6PW__search-input:last-child,.AddTab-module__ebw6PW__search-input:focus-within,.AddTab-module__ebw6PW__search-input:last-child:focus-within{background:0 0;border-color:#ffffff38}.AddTab-module__ebw6PW__search-input input.AddTab-module__ebw6PW__value{min-width:0;font-size:16px}.AddTab-module__ebw6PW__covers{grid-template-columns:repeat(3,minmax(0,1fr))}}
