.json-form[data-astro-cid-hthgzo2k]{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:.75rem;background:#fff;width:100%;box-sizing:border-box}@media(max-width:768px){.json-form[data-astro-cid-hthgzo2k]{padding:1rem;width:95%}.json-form__fields[data-astro-cid-hthgzo2k]{grid-template-columns:1fr;gap:.875rem}}.json-form__description[data-astro-cid-hthgzo2k]{color:var(--color-text-light);margin:0}.json-form__fields[data-astro-cid-hthgzo2k]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.json-form__field[data-astro-cid-hthgzo2k]{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;box-sizing:border-box;min-width:0}.json-form__field--full[data-astro-cid-hthgzo2k]{grid-column:1 / -1}.json-form__field--half[data-astro-cid-hthgzo2k]{grid-column:span 1}@media(max-width:768px){.json-form__field--half[data-astro-cid-hthgzo2k]{grid-column:1 / -1}}.json-form__label[data-astro-cid-hthgzo2k]{font-weight:600}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k],.json-form__field[data-astro-cid-hthgzo2k] textarea[data-astro-cid-hthgzo2k],.json-form__field[data-astro-cid-hthgzo2k] select[data-astro-cid-hthgzo2k]{width:100%;max-width:100%;box-sizing:border-box;border:1px solid var(--color-border);border-radius:.5rem;padding:.65rem;font-size:1rem;font-family:var(--font-sans);background:#fafafa;transition:border-color .2s ease,box-shadow .2s ease}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k]:focus,.json-form__field[data-astro-cid-hthgzo2k] textarea[data-astro-cid-hthgzo2k]:focus,.json-form__field[data-astro-cid-hthgzo2k] select[data-astro-cid-hthgzo2k]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2c347b1a}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k].json-form__field-error,.json-form__field[data-astro-cid-hthgzo2k] textarea[data-astro-cid-hthgzo2k].json-form__field-error,.json-form__field[data-astro-cid-hthgzo2k] select[data-astro-cid-hthgzo2k].json-form__field-error{border-color:#d32f2f}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k].json-form__field-error:focus,.json-form__field[data-astro-cid-hthgzo2k] textarea[data-astro-cid-hthgzo2k].json-form__field-error:focus,.json-form__field[data-astro-cid-hthgzo2k] select[data-astro-cid-hthgzo2k].json-form__field-error:focus{box-shadow:0 0 0 3px #d32f2f1a}.json-form__field[data-astro-cid-hthgzo2k] textarea[data-astro-cid-hthgzo2k]{min-height:120px;resize:vertical}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k][type=file]{padding:.75rem;cursor:pointer}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k][type=file]::file-selector-button{background:var(--color-primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:.35rem;cursor:pointer;font-weight:600;transition:background-color .2s ease;margin-right:.75rem}.json-form__field[data-astro-cid-hthgzo2k] input[data-astro-cid-hthgzo2k][type=file]::file-selector-button:hover{background:#1f2560}.json-form__file-wrapper[data-astro-cid-hthgzo2k]{display:flex;flex-direction:column;gap:.75rem}.json-form__file-list[data-astro-cid-hthgzo2k]{margin-top:1rem}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-items{list-style:none;list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-item{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.25rem;background:#fff;border:2px solid #e8eef5;border-radius:.875rem;transition:all .25s cubic-bezier(.4,0,.2,1);list-style:none;list-style-type:none;box-shadow:0 1px 3px #0000000a}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-item:before,.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-item:after{content:none!important;display:none!important}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-item:hover{border-color:var(--color-primary);box-shadow:0 4px 12px #2c347b1f;transform:translateY(-1px)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:.625rem;transition:transform .2s ease}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-item:hover .json-form__file-icon{transform:scale(1.05)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-icon--image{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);color:#2e7d32;border:1.5px solid rgba(46,125,50,.2)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-icon--pdf{background:linear-gradient(135deg,#ffebee,#fef5f5);color:#c62828;border:1.5px solid rgba(198,40,40,.2)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-icon--file{background:linear-gradient(135deg,#e3f2fd,#f1f8fe);color:#1565c0;border:1.5px solid rgba(21,101,192,.2)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-info{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-name{color:var(--color-text);font-weight:600;font-size:.975rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-size{color:#6b7280;font-size:.825rem;font-weight:500;letter-spacing:.01em}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-remove{background:linear-gradient(135deg,#d32f2f14,#d32f2f0a);border:1.5px solid rgba(211,47,47,.2);padding:0;cursor:pointer;color:#d32f2f;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0;width:38px;height:38px}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-remove:hover{background:linear-gradient(135deg,#d32f2f26,#d32f2f1a);border-color:#d32f2f;color:#b71c1c;transform:scale(1.08) rotate(90deg);box-shadow:0 2px 8px #d32f2f33}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-remove:active{transform:scale(.95) rotate(90deg)}.json-form__file-list[data-astro-cid-hthgzo2k] .json-form__file-remove svg{width:20px;height:20px;transition:transform .2s ease}.json-form__error[data-astro-cid-hthgzo2k]{display:none;color:#d32f2f;font-size:.85rem;font-weight:500;margin-top:.25rem}.json-form__hint[data-astro-cid-hthgzo2k]{color:var(--color-text-light);font-size:.85rem}.json-form__submit[data-astro-cid-hthgzo2k]{align-self:flex-start;background:var(--color-primary);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.json-form__submit[data-astro-cid-hthgzo2k]:hover:not(:disabled){background:#1f2560;transform:translateY(-1px)}.json-form__submit[data-astro-cid-hthgzo2k]:active:not(:disabled){transform:translateY(0)}.json-form__submit[data-astro-cid-hthgzo2k]:disabled{opacity:.7;cursor:not-allowed}.json-form-toast[data-astro-cid-hthgzo2k]{position:fixed;top:-100px;left:50%;transform:translate(-50%);min-width:320px;max-width:500px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;z-index:9999;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none;border:2px solid transparent}.json-form-toast[data-astro-cid-hthgzo2k].show{top:2rem;opacity:1;pointer-events:auto}.json-form-toast[data-astro-cid-hthgzo2k][data-type=success]{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border-color:#81c784}.json-form-toast[data-astro-cid-hthgzo2k][data-type=error]{background:linear-gradient(135deg,#ffebee,#fef5f5);border-color:#e57373}.json-form-toast__content[data-astro-cid-hthgzo2k]{display:flex;align-items:center;gap:.75rem;flex:1}.json-form-toast__icon[data-astro-cid-hthgzo2k]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.json-form-toast[data-astro-cid-hthgzo2k][data-type=success] .json-form-toast__icon[data-astro-cid-hthgzo2k]{color:#2e7d32}.json-form-toast[data-astro-cid-hthgzo2k][data-type=error] .json-form-toast__icon[data-astro-cid-hthgzo2k]{color:#c62828}.json-form-toast__message[data-astro-cid-hthgzo2k]{font-size:.95rem;line-height:1.5;font-weight:500}.json-form-toast[data-astro-cid-hthgzo2k][data-type=success] .json-form-toast__message[data-astro-cid-hthgzo2k]{color:#1b5e20}.json-form-toast[data-astro-cid-hthgzo2k][data-type=error] .json-form-toast__message[data-astro-cid-hthgzo2k]{color:#b71c1c}.json-form-toast__close[data-astro-cid-hthgzo2k]{background:none;border:none;padding:.25rem;cursor:pointer;color:#00000080;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;flex-shrink:0}.json-form-toast[data-astro-cid-hthgzo2k][data-type=success] .json-form-toast__close[data-astro-cid-hthgzo2k]{color:#2e7d32}.json-form-toast[data-astro-cid-hthgzo2k][data-type=error] .json-form-toast__close[data-astro-cid-hthgzo2k]{color:#c62828}.json-form-toast__close[data-astro-cid-hthgzo2k]:hover{background:#00000014}.json-form-toast[data-astro-cid-hthgzo2k][data-type=success] .json-form-toast__close[data-astro-cid-hthgzo2k]:hover{background:#2e7d321a;color:#1b5e20}.json-form-toast[data-astro-cid-hthgzo2k][data-type=error] .json-form-toast__close[data-astro-cid-hthgzo2k]:hover{background:#c628281a;color:#b71c1c}.json-form-toast__close[data-astro-cid-hthgzo2k]:active{transform:scale(.95)}@media(max-width:600px){.json-form-toast[data-astro-cid-hthgzo2k]{min-width:auto;left:1rem;right:1rem;transform:none}.json-form-toast[data-astro-cid-hthgzo2k].show{left:1rem;right:1rem}}@media(prefers-reduced-motion:reduce){.json-form-toast[data-astro-cid-hthgzo2k]{transition:opacity .2s ease}}
