:where(.dr-field:not([type=checkbox]):not([type=radio]):not([type=file])){width:100%;min-height:44px;font-family:var(--font-body);color:var(--ink);background-color:var(--bg-card);border:1px solid var(--border);border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background-color .2s}:where(.dr-field)::-moz-placeholder{color:var(--ink-3);opacity:.65}:where(.dr-field)::placeholder{color:var(--ink-3);opacity:.65}:where(.dr-field:not([type=checkbox]):not([type=radio]):not([type=file]):focus){border-color:var(--sand);box-shadow:0 0 0 3px var(--sand-pale)}:where(.dr-field:not([type=checkbox]):not([type=radio]):not([type=file]):disabled){opacity:.65;cursor:not-allowed}:where(.dr-field--textarea){resize:vertical;height:auto;min-height:96px;padding:.85rem 1rem;line-height:1.5}:where(.dr-field--select){appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A4540' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-inline-end:2.5rem}:where([dir=rtl] .dr-field--select){background-position:1rem}
