.domos-dark-shell .field{display:flex;flex-direction:column;gap:8px}.domos-dark-shell .field label{font:var(--text-label);font-size:13px;color:hsla(38,33%,95%,.72)}.domos-dark-shell .inp{height:48px;padding:0 16px;border-radius:12px;border:1px solid hsla(38,33%,95%,.16);background:hsla(38,33%,95%,.04);color:var(--ink-50);outline:none;font-size:15px;font-family:var(--font-sans);transition:all var(--dur-base,.3s) var(--ease-out);width:100%}.domos-dark-shell textarea.inp{height:auto;padding:14px 16px;resize:vertical;line-height:1.5}.domos-dark-shell select.inp{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.domos-dark-shell select.inp option{background:var(--pine-900);color:var(--ink-50)}.domos-dark-shell .inp::placeholder{color:hsla(38,33%,95%,.32)}.domos-dark-shell .inp:focus{border-color:var(--brass-500);background:hsla(38,33%,95%,.06);box-shadow:0 0 0 3px rgba(192,149,79,.18)}.domos-dark-shell .inp[aria-invalid=true]{border-color:rgba(168,58,44,.6)}.domos-dark-shell .price{font-family:var(--font-mono);font-size:22px;font-weight:500;letter-spacing:-.02em;direction:ltr;color:var(--ink-50)}.domos-dark-shell .price.sm{font-size:17px}.domos-dark-shell .stepper{display:flex;gap:8px;margin-bottom:28px}.domos-dark-shell .stepper div{flex:1 1;height:3px;border-radius:99px;background:hsla(38,33%,95%,.14);overflow:hidden}.domos-dark-shell .stepper div i{display:block;height:100%;width:0;background:var(--brass-500);transition:width .6s var(--ease-out)}.domos-dark-shell .stepper div.done i,.domos-dark-shell .stepper div.on i{width:100%}.domos-dark-shell .split{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:44px;gap:44px;align-items:start}.domos-dark-shell .sticky{position:-webkit-sticky;position:sticky;top:96px}.domos-dark-shell .dropzone{height:150px;border-radius:14px;border:1px dashed hsla(38,33%,95%,.22);background:hsla(38,33%,95%,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:hsla(38,33%,95%,.6);font-size:13px;letter-spacing:.04em;text-align:center;padding:0 20px;transition:all var(--dur-base,.3s) var(--ease-out)}.domos-dark-shell .dropzone.over,.domos-dark-shell .dropzone:hover{border-color:var(--brass-500);background:rgba(192,149,79,.08);color:var(--ink-50)}.domos-dark-shell .dropzone input[type=file]{display:none}.domos-dark-shell .fileprogress{height:3px;border-radius:99px;background:hsla(38,33%,95%,.14);overflow:hidden;margin-top:8px}.domos-dark-shell .fileprogress i{display:block;height:100%;background:var(--brass-500);transition:width .25s var(--ease-out)}.domos-dark-shell .fielderr{font-size:12.5px;color:#e8846f}@media (max-width:1024px){.domos-dark-shell .split{grid-template-columns:1fr;gap:32px}.domos-dark-shell .sticky{position:static}}