.cde-overlay{z-index:60;background:#0b342b52;display:grid;position:fixed;inset:0}.cde-dialog{background:var(--surface);width:min(34rem,100vw - 2rem);min-width:0;max-width:calc(100vw - 2rem);max-height:calc(100vh - 3rem);box-shadow:var(--shadow-2);padding:var(--space-5);place-self:center;overflow:hidden auto}.cde-dialog>*{min-width:0;max-width:100%}.cde-drawer{background:var(--surface);width:min(34rem,100%);box-shadow:var(--shadow-drawer);border-left:1px solid #c9d5d0;place-self:stretch end;padding:clamp(1.25rem,2.5vw,2rem);overflow-y:auto}.cde-dialog:focus,.cde-drawer:focus{outline:none}.cde-dialog-heading,.cde-drawer-heading{justify-content:space-between;align-items:start;gap:var(--space-5);border-bottom:1px solid var(--border-soft);padding-bottom:var(--space-4);display:flex}.cde-dialog-heading h2,.cde-drawer-heading h2{margin:.25rem 0 0;font-size:1.6rem;font-weight:700}.cde-dialog-actions{justify-content:end;gap:var(--space-2);margin-top:var(--space-5);border-top:1px solid var(--border-soft);padding-top:var(--space-4);flex-wrap:wrap;display:flex}.cde-dialog-actions+*{margin-top:var(--space-5)}@media (width<=760px){.cde-drawer{border-left:0;width:100%}.cde-dialog{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem);padding:var(--space-4)}}
