@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";.wrap{grid-gap:.75rem;gap:.75rem;margin:1rem 0}.row,.wrap{display:grid}.row{grid-gap:.5rem;gap:.5rem}@media(min-width:520px){.row{grid-template-columns:1fr 1fr;align-items:center}}.label{font-weight:600}.addBtn{margin-top:.5rem}.dynamicFormTitle{margin-bottom:1.3em}.wrap{flex-direction:column;width:75%}.headerJSON,.wrap{display:flex;justify-content:center;align-items:center}.headerJSON{width:50%;z-index:50;min-height:7vh;gap:.5em;font-size:1.1rem;font-weight:600;color:#222;margin:0}.copyBtn{display:flex;justify-content:center;align-items:center;align-self:flex-end;background:var(--primary,#07f);width:50px;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;transition:background .2s ease}.copyBtn:hover{background:#005fcc}pre{background:#3b3b3b;color:#f5f5f5;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-size:.9rem;line-height:1.5;border-radius:8px;padding:1rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 8px rgba(0,0,0,.15);width:100%}@media(min-width:768px){.wrap{gap:1rem;margin-top:1.5rem}pre{font-size:1rem;padding:1.25rem}}.block{display:grid;grid-gap:.7rem;gap:.7rem;margin:.5rem 0 1rem;width:90%}.input{width:100%}.error{color:#c0392b;font-size:.95rem}.help{color:var(--muted);font-size:.9rem}.validateButton{background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem;transition:background .2s ease;padding-top:1rem;margin:auto;width:200px}.validateButton:hover{background:#005fcc}.container1{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;padding-top:2em;width:80%}.container1 .subtitle{margin-top:.25rem;margin-bottom:1.25rem;color:var(--muted);font-size:1.05rem;text-align:center}.footer{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:15vh;background:#fafafa;box-shadow:0 -2px 4px rgba(0,0,0,.05);margin-top:auto;gap:10em;width:100%}.footer .copyright{flex-direction:column;flex:1 1;min-width:0;gap:1.5em;margin-bottom:1em}.footer .copyright,.footer .copyright .legalLinks{display:flex;justify-content:center;align-items:center}.footer .copyright .legalLinks{margin-top:1.5em;flex-direction:column}.footer .copyright .legalLinks a{text-decoration:none;color:#333;padding:2px}.footer .copyright .legalLinks a:hover{border-radius:5px;background-color:rgba(0,119,255,.451);cursor:pointer}.header{background:#fafafa;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:50;min-height:10vh}.container,.header{display:flex;align-items:center;width:100%}.container{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.logo{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:700;font-size:1.5rem;text-decoration:none;color:#333;margin-top:10px}:root{color-scheme:light dark;--bg:#fafafa;--card:#fff;--text:#222;--muted:#666;--primary:#07f;--shadow:0 4px 10px rgba(0,0,0,.08)}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{background:var(--bg);height:100%;font-family:Nunito,sans-serif;color:#333}.content{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}h1,h2,h3{color:var(--text)}h1,h2,h3,p{margin-bottom:1rem;text-align:center}p{color:var(--muted)}input,textarea{width:100%;font-size:1rem;padding:.75rem;border-radius:8px;border:1px solid #ccc;background:#3b3b3b;color:#fff;transition:border .2s,box-shadow .2s}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(0,119,255,.2)}button{background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:600;padding:.75rem 1rem;cursor:pointer;font-size:1rem;transition:background .2s ease;margin-top:1rem}button:hover{background:#005fcc}.legalSections{display:flex;flex-direction:column;width:75%;margin:auto;padding-top:2em;color:#3b3b3b}.legalSections h1{align-self:center}.legalSections h2,.legalSections h3,.legalSections h4,.legalSections h5,.legalSections h6{align-self:flex-start}.legalSections ul{list-style:none}.legalSections p{text-align:justify}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#111;color:#fff;padding:1rem;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;box-shadow:0 -2px 10px rgba(0,0,0,.4);z-index:9999}.cookie-banner a{color:#4da3ff;text-decoration:underline}.cookie-banner .buttons{display:flex;gap:.5rem;justify-content:flex-end}.cookie-banner .buttons button{border:none;border-radius:6px;font-weight:600;cursor:pointer;padding:.5rem 1rem}.cookie-banner .buttons .accept{background:#07f;color:#fff}.cookie-banner .buttons .reject{background:#333;color:#fff}@media(min-width:768px){.cookie-banner{flex-direction:row;align-items:center;justify-content:space-between}}