 .dco-front-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.dco-tabs{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.dco-tab{border:1px solid #cbd5e1;background:#f8fafc;border-radius:12px;padding:10px 16px;cursor:pointer}.dco-tab.is-active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.dco-pane{display:none}.dco-pane.is-active{display:block}.dco-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dco-field{display:flex;flex-direction:column;gap:8px}.dco-field label{font-weight:600}.dco-field input,.dco-field textarea,.dco-field select{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px}.dco-check-row{justify-content:flex-end}.dco-check-row label{font-weight:500}.dco-form button{grid-column:1/-1;border:none;background:#1d4ed8;color:#fff;border-radius:12px;padding:14px 18px;cursor:pointer}.dco-form button[disabled]{opacity:.65;cursor:not-allowed}.dco-rate-note,.dco-success{grid-column:1/-1;background:#eff6ff;border:1px solid #bfdbfe;padding:12px;border-radius:12px}@media(max-width:768px){.dco-form{grid-template-columns:1fr}}