.tree-decorator{display:grid;gap:1rem;grid-template-areas:"constraints" "preview" "controls" "summary";grid-template-columns:minmax(0,1fr)}@media (min-width:960px){.tree-decorator{grid-template-areas:"constraints constraints" "preview     controls" "summary     summary";grid-template-columns:minmax(0,1fr) clamp(16rem,24vw,20rem);grid-template-rows:auto auto auto}}.tree-decorator .constraints{grid-area:constraints}.tree-decorator .no-lineup-warning .remove-invalid{color:var(--acc-danger);cursor:pointer;-webkit-text-decoration:underline 1px currentColor;text-decoration:underline 1px currentColor}.tree-decorator .controls{align-content:start;grid-area:controls;max-width:100%;width:100%}@media (min-width:960px){.tree-decorator .controls{height:0;min-height:100%;overflow-y:auto}}.tree-decorator .controls .group .brand-decoration{margin-block-end:.25rem;outline:none;width:100%}.tree-decorator .controls .group .units{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));overflow-y:auto;place-content:start}.tree-decorator .controls .group .unit{border:4px solid var(--color-neutral-150);max-width:100%;padding:.5rem;position:relative}.tree-decorator .controls .group .unit .frame{aspect-ratio:1/1;background:var(--color-neutral-50);display:grid;margin-block-end:.5rem;overflow:hidden;position:relative}.tree-decorator .controls .group .unit .frame>*{grid-area:1/1}.tree-decorator .controls .group .unit .frame>img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.tree-decorator .controls .group .unit .frame>div:not(.unavailable-notice){display:grid;height:100%;place-items:center;width:100%}.tree-decorator .controls .group .unit [data-name=title]{display:block;line-height:1.2;overflow-wrap:anywhere}.tree-decorator .controls .group .unit.unavailable{--highlight-color:var(--acc-danger);border-color:var(--color-neutral-50)}.tree-decorator .controls .group .unit.unavailable .unavailable-notice{align-self:end;background:linear-gradient(0deg,hsla(0,0%,100%,.9) 30%,hsla(0,0%,100%,0));color:var(--acc-danger);display:grid;font-size:1.1rem;font-weight:700;line-height:1.1;padding:2rem .25rem .25rem;place-items:end center;text-align:center;z-index:1}.tree-decorator .controls .group .unit[aria-selected]{border-color:var(--highlight-color,#000)}.tree-decorator .controls .group .unit .formkit-outer{left:0;opacity:0;pointer-events:none;position:absolute;top:0}.tree-decorator .controls .group[aria-expanded=false] .units{display:none}.tree-decorator .controls .group[aria-expanded=true]{--border-color:#000}.tree-decorator .controls .group+.group{margin-block-start:.5rem}.tree-decorator .preview{--spinner-size:.5rem;aspect-ratio:800/906;grid-area:preview;position:relative}.tree-decorator .preview .spinner{height:var(--spinner-size);left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1999}.tree-decorator .preview .spinner progress{accent-color:var(--acc-brand);height:var(--spinner-size);margin-inline-start:2rem;transform:translate(0);transition:transform .2s ease-in-out;width:calc(100% - 4rem)}.tree-decorator .preview .spinner:not([aria-busy=true]) progress{transform:translateY(-1rem)}.tree-decorator .preview .unit.unavailable :is(img,p){animation:flash-unavailable 1s infinite alternate;animation-delay:calc(var(--order, 0)*-127ms);background:hsla(0,79%,72%,.2)}.tree-decorator .preview .unit.with-img{align-items:flex-start;display:flex;justify-content:center;position:absolute;z-index:var(--order)}.tree-decorator .preview .unit img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.tree-decorator .preview .snowing{height:100%;pointer-events:none;width:100%}.tree-decorator .summary{grid-area:summary;width:100%}@keyframes flash-unavailable{0%{opacity:1}80%{opacity:.8}to{opacity:.2}}
