.sell-choice{position:relative;isolation:isolate;display:flex;flex-direction:column;gap:18px;min-height:188px;border:1px solid var(--hv-line);padding:clamp(20px,2.6vw,36px);color:var(--hv-fg);cursor:pointer;transition:color .3s var(--hv-ease),border-color .3s var(--hv-ease)}.sell-choice-fill{position:absolute;inset:0;z-index:-1;background:var(--hv-orange);transform:scaleY(0);transform-origin:top;transition:transform .45s var(--hv-ease)}.sell-choice .sell-choice-mut{color:var(--hv-mut);transition:color .3s var(--hv-ease)}.sell-glyph{display:inline-block;width:11px;height:11px;flex:none;background:var(--hv-orange);transition:background-color .3s var(--hv-ease),border-color .3s var(--hv-ease)}.sell-glyph-ring{background:transparent;border:1.5px solid var(--hv-accent);border-radius:50%}.sell-choice:has(input:checked){border-color:var(--hv-accent)}.sell-choice:has(input:checked) .hv-counter{color:var(--hv-accent)}@media (hover:hover) and (pointer:fine){.sell-choice:hover .sell-choice-fill{transform:scaleY(1);transform-origin:bottom}.sell-choice:hover{color:var(--hv-on-orange);border-color:var(--hv-accent)}.sell-choice:hover .sell-choice-mut,.sell-choice:hover:has(input:checked) .hv-counter{color:var(--hv-on-orange)}.sell-choice:hover .sell-glyph{background:var(--hv-on-orange)}.sell-choice:hover .sell-glyph-ring{background:transparent;border-color:var(--hv-on-orange)}}.sell-choice:has(input:focus-visible),.sell-opt:has(input:focus-visible),.sell-switch:has(input:focus-visible) .sell-switch-track{outline:2px solid var(--hv-focus);outline-offset:3px}.sell-opt{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--hv-pill-border);border-radius:999px;padding:8px 18px;color:var(--hv-fg);font-family:var(--font-display);font-size:14px;font-weight:700;line-height:1.5;white-space:nowrap;cursor:pointer;user-select:none;transition:background-color .3s var(--hv-ease),border-color .3s var(--hv-ease),color .3s var(--hv-ease)}.sell-opt:hover{border-color:var(--hv-fg)}.sell-opt:has(input:checked){background:var(--hv-orange);border-color:var(--hv-orange);color:var(--hv-on-orange)}.sell-opt-sign{display:inline-flex;width:1em;justify-content:center;color:var(--hv-accent);transition:color .3s var(--hv-ease)}.sell-opt:has(input:checked) .sell-opt-sign{color:var(--hv-on-orange)}.sell-opt .sell-opt-on,.sell-opt:has(input:checked) .sell-opt-off{display:none}.sell-opt:has(input:checked) .sell-opt-on{display:inline}.sell-switch{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;cursor:pointer}.sell-switch-track{position:relative;flex:none;width:50px;height:28px;border:1px solid var(--hv-pill-border);border-radius:999px;transition:background-color .3s var(--hv-ease),border-color .3s var(--hv-ease)}.sell-switch-knob{position:absolute;top:3px;inset-inline-start:3px;width:20px;height:20px;border-radius:50%;background:var(--hv-fg);transition:transform .45s var(--hv-ease),background-color .3s var(--hv-ease)}.sell-switch:has(input:checked) .sell-switch-track{background:var(--hv-orange);border-color:var(--hv-orange)}.sell-switch:has(input:checked) .sell-switch-knob{background:var(--hv-on-orange);transform:translateX(-22px)}[dir=ltr] .sell-switch:has(input:checked) .sell-switch-knob{transform:translateX(22px)}.sell-select{position:relative}.sell-select select{padding-inline-end:44px;cursor:pointer}.sell-select select option{background:var(--hv-bg-2);color:var(--hv-fg)}.sell-select:after{content:"";position:absolute;top:50%;inset-inline-end:18px;width:8px;height:8px;border-inline-end:1.5px solid var(--hv-mut);border-bottom:1.5px solid var(--hv-mut);transform:translateY(-70%) rotate(45deg);pointer-events:none}.sell-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;border:1px solid var(--hv-pill-border);border-radius:50%;color:var(--hv-fg);font-size:17px;line-height:1;transition:background-color .3s var(--hv-ease),border-color .3s var(--hv-ease),color .3s var(--hv-ease),opacity .3s var(--hv-ease)}.sell-icon:hover:not(:disabled){background:var(--hv-orange);border-color:var(--hv-orange);color:var(--hv-on-orange)}.sell-icon:disabled{opacity:.3;cursor:not-allowed}.sell-drop{position:relative;border:1px solid var(--hv-line)}.sell-drop-ring{position:absolute;inset:-1px;border:1px solid var(--hv-accent);opacity:0;pointer-events:none}.sell-thumb-img{opacity:0;transition:opacity .6s var(--hv-ease)}.sell-thumb-img[data-loaded]{opacity:1}@keyframes sell-busy{0%{transform:scaleX(0);transform-origin:right}50%{transform:scaleX(1);transform-origin:right}50.1%{transform:scaleX(1);transform-origin:left}to{transform:scaleX(0);transform-origin:left}}.sell-busy{height:2px;background:var(--hv-orange);animation:sell-busy 1.4s var(--hv-ease) infinite}.sell-publish{position:relative;isolation:isolate;overflow:hidden}.sell-publish-fill{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--hv-orange);color:var(--hv-on-orange);clip-path:inset(0 0 0 100%);pointer-events:none}.sell-danger{border-color:var(--hv-accent)}@media (prefers-reduced-motion:reduce){.sell-choice-fill,.sell-switch-knob{transition-duration:.01ms}.sell-busy{animation:none;transform:none;opacity:.6}}