.cde-help-trigger{vertical-align:middle;flex:none;display:inline-flex}.cde-help-trigger__button{border:1px solid var(--border-input);background:var(--surface);width:1.8rem;min-width:1.8rem;height:1.8rem;min-height:1.8rem;color:var(--green-800);font-size:var(--text-s);cursor:pointer;touch-action:manipulation;border-radius:50%;place-items:center;padding:0;font-weight:900;line-height:1;display:inline-grid}.cde-help-trigger__button:hover,.cde-help-trigger__button[aria-expanded=true]{border-color:var(--green-600);background:var(--green-50)}.cde-help-trigger__popover{z-index:1300;border:1px solid var(--border);border-radius:var(--radius-s);background:var(--surface);width:max-content;max-width:min(22rem,100vw - 1rem);max-height:calc(100dvh - 1rem);box-shadow:var(--shadow-2);color:var(--ink);font-size:var(--text-s);overflow-wrap:anywhere;padding:.6rem .7rem;font-weight:500;line-height:1.45;position:fixed;overflow:auto}.cde-help-trigger__popover>:first-child{margin-top:0}.cde-help-trigger__popover>:last-child{margin-bottom:0}.cde-field{grid-template-columns:minmax(0,1fr) auto;gap:.32rem .3rem;width:100%;min-width:0;max-width:100%;display:grid}.cde-field>label{color:#405c53;min-width:0;font-size:var(--text-xs);text-transform:uppercase;overflow-wrap:anywhere;align-self:center;font-weight:800}.cde-field>.cde-field-help{align-self:center}.cde-field>:not(label):not(.cde-field-help){grid-column:1/-1}.cde-field input,.cde-field select,.cde-field textarea{border:1px solid var(--border-input);border-radius:var(--radius-s);background:var(--surface);color:#183d32;text-transform:none;width:100%;min-width:0;max-width:100%;padding:.68rem .75rem}.cde-field textarea{resize:vertical;min-height:3.4rem}.cde-field-hint{color:var(--ink-muted)}.cde-form-row{flex-wrap:wrap;align-items:end;gap:.65rem;display:flex}.cde-form-row>.cde-field{flex:10rem}.cde-form-row>.cde-button{flex:none}.cde-form-grid{gap:.65rem;width:100%;min-width:0;max-width:100%;display:grid}@media (width<=650px){.cde-form-row{grid-template-columns:minmax(0,1fr);width:100%;min-width:0;display:grid}.cde-field input[type=date],.cde-field input[type=datetime-local],.cde-field input[type=time]{width:-webkit-fill-available;inline-size:-webkit-fill-available;min-inline-size:0;max-inline-size:100%;padding-inline:0;display:block}}.cde-overlay{z-index:20;background:#0b342b52;display:grid;position:fixed;inset:0}.cde-dialog{border-radius:var(--radius-m);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);flex-wrap:wrap;display:flex}@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)}}
