dialog.modal:not([open]){display:none!important;pointer-events:none!important}.modal{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:0;max-width:560px;width:calc(100% - 2rem);max-height:calc(100dvh - 4rem);overflow:visible;background:var(--color-bg);margin:auto;height:-moz-fit-content;height:fit-content}.modal::-webkit-backdrop{background:rgba(0,0,0,.5)}.modal::backdrop{background:rgba(0,0,0,.5)}.modal-sm{max-width:480px}.modal-md{max-width:640px}.modal-lg{max-width:800px}.modal-content{display:flex;flex-direction:column;max-height:calc(100dvh - 4rem);overflow:hidden;border-radius:inherit;background:inherit}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.modal-title{font-size:18px;font-weight:600;color:var(--color-text);margin:0}.modal-close{background:none;border:none;font-size:20px;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);transition:color .15s,background .15s}.modal-close:hover{color:var(--color-text);background:var(--color-surface)}.modal-body{position:relative;padding:var(--space-6);overflow-y:auto}.modal-floating-layer{position:absolute;inset:0;z-index:10;pointer-events:none}.modal-floating-layer>*{pointer-events:auto}.modal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:var(--space-4);gap:var(--space-4)}.modal-form>*{min-width:0}.modal-form-field-wide{grid-column:1/-1}.modal-form-intro{grid-column:1/-1;margin:-.25rem 0 0}.modal-form-intro p{font-size:.9rem;line-height:1.5}.modal-form-help,.modal-form-intro p{margin:0;color:var(--color-text-muted)}.modal-form-help{font-size:.78rem;line-height:1.45}.modal-form-check-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;min-height:var(--input-height)}.modal-form-threshold-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-4);gap:var(--space-4);align-items:center}.modal-form-threshold-row .modal-form-check-row{min-height:auto;margin-bottom:0;align-self:center;justify-self:start;width:-moz-fit-content;width:fit-content}.modal-form-threshold-row .prod-toggle-label{font-size:.9rem}.modal-form-threshold-row .prod-toggle-label input[type=checkbox]{width:1.25rem;height:1.25rem;flex-shrink:0}.modal-form>.modal-actions{grid-column:1/-1}.modal-readonly-value{display:block;width:100%;min-height:var(--input-height);padding:.65rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.modal-actions{display:flex;gap:var(--space-3);margin-top:var(--space-5);width:100%}.modal-actions>:only-child{flex:1 1 100%;width:100%}.modal-actions>:first-child:nth-last-child(2),.modal-actions>:first-child:nth-last-child(2)~*{flex:1 1;width:100%}.modal-actions>.btn{flex:1 1;min-width:0;justify-content:center}.modal-actions>:only-child.btn{flex:1 1 100%}.modal-footer{display:flex;gap:var(--space-3);justify-content:flex-end;padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border)}@media (max-width:768px){.modal-form{grid-template-columns:1fr;gap:var(--space-3)}}