#abn-form-wrap{--abn-ink:#18181B;--abn-muted:#6B7280;--abn-border:#D1D5DB;--abn-bg:#F9FAFB;--abn-accent:#2563EB;--abn-ok:#16A34A;--abn-warn:#D97706;--abn-danger:#DC2626;--abn-radius:10px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:16px!important;color:var(--abn-ink)!important;line-height:1.6!important;box-sizing:border-box}
#abn-form-wrap *,#abn-form-wrap *::before,#abn-form-wrap *::after{box-sizing:border-box!important}
#abn-form-wrap .abn-progress-bar{position:sticky!important;top:0!important;z-index:100!important;background:#fff!important;border-bottom:1px solid var(--abn-border)!important;padding:.75rem 0!important;margin:0 0 2rem!important}
#abn-form-wrap .abn-progress-inner{max-width:700px!important;margin:0 auto!important;padding:0 1.25rem!important;display:flex!important;align-items:center!important;gap:1rem!important;font-size:14px!important;color:var(--abn-muted)!important}
#abn-form-wrap .abn-progress-track{flex:1!important;height:6px!important;background:var(--abn-border)!important;border-radius:99px!important;overflow:hidden!important}
#abn-form-wrap .abn-progress-fill{height:100%!important;background:var(--abn-accent)!important;border-radius:99px!important;width:0%!important;transition:width .35s ease!important;display:block!important}
#abn-form-wrap .abn-container{max-width:700px!important;margin:0 auto!important;padding:0 1.25rem 3rem!important}
#abn-form-wrap .abn-header{text-align:center!important;padding:2.5rem 0 2rem!important;border-bottom:1px solid var(--abn-border)!important;margin-bottom:2rem!important;background:none!important;border-top:none!important;border-left:none!important;border-right:none!important}
#abn-form-wrap .abn-label{font-size:12px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--abn-accent)!important;font-weight:700!important;margin:0 0 .5rem!important;display:block!important;background:none!important;padding:0!important}
#abn-form-wrap .abn-title{font-size:2.2rem!important;font-weight:800!important;margin:0!important;padding:0!important;line-height:1.15!important;color:var(--abn-ink)!important;border:none!important;background:none!important;text-transform:none!important;letter-spacing:-.01em!important}
#abn-form-wrap .abn-subtitle{font-size:16px!important;color:var(--abn-muted)!important;margin:.6rem 0 0!important;padding:0!important}
#abn-form-wrap .abn-section{background:#fff!important;border:1px solid var(--abn-border)!important;border-radius:12px!important;padding:1.75rem!important;margin-bottom:1.25rem!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important}
#abn-form-wrap .abn-section-title{font-size:18px!important;font-weight:700!important;margin:0 0 1.25rem!important;padding:0!important;display:flex!important;align-items:center!important;gap:.65rem!important;color:var(--abn-ink)!important;border:none!important;background:none!important;text-transform:none!important;letter-spacing:normal!important}
#abn-form-wrap .abn-num{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;min-width:28px!important;background:var(--abn-accent)!important;color:#fff!important;border-radius:50%!important;font-size:13px!important;font-weight:700!important;flex-shrink:0!important;line-height:1!important}
#abn-form-wrap .abn-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1rem!important;margin-bottom:1rem!important}
#abn-form-wrap .abn-row.full{grid-template-columns:1fr!important}
#abn-form-wrap .abn-field label{display:block!important;font-size:13px!important;font-weight:700!important;color:var(--abn-muted)!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin:0 0 .4rem!important;padding:0!important;background:none!important;border:none!important}
#abn-form-wrap .abn-field input[type="text"],#abn-form-wrap .abn-field input[type="email"],#abn-form-wrap .abn-field input[type="date"],#abn-form-wrap .abn-field textarea{width:100%!important;padding:.7rem .9rem!important;font-size:16px!important;font-family:inherit!important;border:1.5px solid var(--abn-border)!important;border-radius:8px!important;background:var(--abn-bg)!important;color:var(--abn-ink)!important;outline:none!important;box-shadow:none!important;margin:0!important;-webkit-appearance:none!important;appearance:none!important;transition:border-color .15s,box-shadow .15s!important;line-height:1.5!important}
#abn-form-wrap .abn-field input:focus,#abn-form-wrap .abn-field textarea:focus{border-color:var(--abn-accent)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(37,99,235,.12)!important}
#abn-form-wrap .abn-field textarea{resize:vertical!important;min-height:90px!important}
#abn-form-wrap .abn-required-star{color:var(--abn-danger)!important;margin-left:2px!important;font-weight:700!important}
#abn-form-wrap .abn-checklist{list-style:none!important;margin:0!important;padding:0!important}
#abn-form-wrap .abn-checklist li{display:flex!important;align-items:center!important;gap:.85rem!important;padding:.65rem .5rem!important;margin:0!important;border-radius:8px!important;cursor:pointer!important;background:transparent!important;border:none!important;transition:background .1s!important}
#abn-form-wrap .abn-checklist li::before,#abn-form-wrap .abn-checklist li::after{display:none!important;content:none!important}
#abn-form-wrap .abn-checklist li:hover{background:var(--abn-bg)!important}
#abn-form-wrap .abn-checklist li input[type="checkbox"]{width:20px!important;height:20px!important;min-width:20px!important;accent-color:var(--abn-accent)!important;cursor:pointer!important;flex-shrink:0!important;margin:0!important;padding:0!important;-webkit-appearance:checkbox!important;appearance:checkbox!important}
#abn-form-wrap .abn-checklist li span{font-size:16px!important;user-select:none!important;color:var(--abn-ink)!important;line-height:1.5!important}
#abn-form-wrap .abn-checklist li.abn-checked span{color:var(--abn-muted)!important;text-decoration:line-through!important}
#abn-form-wrap .abn-decision-group{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.75rem!important;margin:0!important}
#abn-form-wrap .abn-dec{position:relative!important}
#abn-form-wrap .abn-dec input[type="radio"]{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important}
#abn-form-wrap .abn-dec label{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;padding:1rem .75rem!important;border:2px solid var(--abn-border)!important;border-radius:10px!important;cursor:pointer!important;text-align:center!important;font-size:15px!important;font-weight:500!important;color:var(--abn-muted)!important;background:#fff!important;margin:0!important;line-height:1.4!important;transition:all .15s!important;width:100%!important}
#abn-form-wrap .abn-icon{font-size:1.8rem!important;line-height:1!important;display:block!important}
#abn-form-wrap .abn-dec.ok input[type="radio"]:checked+label{border-color:var(--abn-ok)!important;background:#F0FDF4!important;color:var(--abn-ok)!important;font-weight:700!important}
#abn-form-wrap .abn-dec.warn input[type="radio"]:checked+label{border-color:var(--abn-warn)!important;background:#FFFBEB!important;color:var(--abn-warn)!important;font-weight:700!important}
#abn-form-wrap .abn-dec.bad input[type="radio"]:checked+label{border-color:var(--abn-danger)!important;background:#FEF2F2!important;color:var(--abn-danger)!important;font-weight:700!important}
#abn-form-wrap .abn-hint-text{font-size:15px!important;color:var(--abn-muted)!important;margin-bottom:1rem!important}
#abn-form-wrap .abn-sig-wrap{border:1.5px solid var(--abn-border)!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;position:relative!important}
#abn-form-wrap .abn-sig-hint{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important;font-size:15px!important;color:#C4C4C8!important;transition:opacity .2s!important}
#abn-form-wrap #abn-sig-canvas{display:block!important;width:100%!important;height:160px!important;cursor:crosshair!important;touch-action:none!important}
#abn-form-wrap .abn-sig-actions{display:flex!important;justify-content:flex-end!important;padding:.5rem .75rem!important;border-top:1px solid var(--abn-border)!important;background:var(--abn-bg)!important}
#abn-form-wrap .abn-sig-clear{font-size:14px!important;color:var(--abn-muted)!important;background:none!important;border:none!important;cursor:pointer!important;padding:.25rem .6rem!important;border-radius:4px!important;box-shadow:none!important;font-family:inherit!important}
#abn-form-wrap .abn-sig-clear:hover{color:var(--abn-danger)!important}
#abn-form-wrap .abn-sig-status{font-size:14px!important;margin-top:.5rem!important;min-height:1.2rem!important}
#abn-form-wrap .abn-sig-status.ok{color:var(--abn-ok)!important}
#abn-form-wrap .abn-sig-status.err{color:var(--abn-danger)!important}
#abn-form-wrap .abn-dsgvo{display:flex!important;align-items:flex-start!important;gap:.75rem!important;font-size:14px!important;color:var(--abn-muted)!important;padding:1rem!important;background:var(--abn-bg)!important;border:1px solid var(--abn-border)!important;border-radius:8px!important;margin-top:1rem!important;line-height:1.6!important}
#abn-form-wrap .abn-dsgvo input[type="checkbox"]{flex-shrink:0!important;margin:3px 0 0!important;width:18px!important;height:18px!important;accent-color:var(--abn-accent)!important;-webkit-appearance:checkbox!important;appearance:checkbox!important}
#abn-form-wrap .abn-dsgvo label{font-size:14px!important;color:var(--abn-muted)!important;font-weight:normal!important;text-transform:none!important;letter-spacing:normal!important;margin:0!important;padding:0!important;cursor:pointer!important;background:none!important}
#abn-form-wrap .abn-dsgvo a{color:var(--abn-accent)!important}
#abn-form-wrap .abn-submit-area{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1rem!important;margin-top:2rem!important}
#abn-form-wrap #abn-submit{padding:1rem 3rem!important;background:var(--abn-accent)!important;color:#fff!important;font-size:17px!important;font-weight:700!important;border:none!important;border-radius:10px!important;cursor:pointer!important;font-family:inherit!important;box-shadow:0 2px 8px rgba(37,99,235,.25)!important;text-transform:none!important;letter-spacing:normal!important;transition:opacity .15s,transform .1s!important;-webkit-appearance:none!important;line-height:1.4!important;display:inline-block!important}
#abn-form-wrap #abn-submit:hover{opacity:.88!important;transform:translateY(-1px)!important;color:#fff!important}
#abn-form-wrap #abn-submit:disabled{opacity:.4!important;cursor:not-allowed!important;transform:none!important}
#abn-form-wrap .abn-note{font-size:14px!important;color:var(--abn-muted)!important;text-align:center!important;margin:0!important}
#abn-form-wrap .abn-msg{padding:1rem 1.25rem!important;border-radius:10px!important;font-size:16px!important;text-align:center!important;width:100%!important}
#abn-form-wrap .abn-msg.success{background:#F0FDF4!important;color:var(--abn-ok)!important;border:1px solid #86EFAC!important}
#abn-form-wrap .abn-msg.error{background:#FEF2F2!important;color:var(--abn-danger)!important;border:1px solid #FECACA!important}
@media(max-width:580px){#abn-form-wrap .abn-row{grid-template-columns:1fr!important}#abn-form-wrap .abn-decision-group{grid-template-columns:1fr!important}#abn-form-wrap .abn-title{font-size:1.7rem!important}#abn-form-wrap .abn-section{padding:1.25rem!important}}
