*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#1b1b1b}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.app-header{background:#1e365a;padding:2rem;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2)}.app-header h1{font-family:Bebas Neue,sans-serif;font-size:2.5rem;color:#fff;margin-bottom:.5rem;letter-spacing:1px}.app-header p{font-size:1.1rem;color:#f6fbfc}.app-main{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;background:#f6fbfc}.app-footer{background:#1e365a;padding:1.5rem;text-align:center;color:#f6fbfc;margin-top:auto}.multi-step-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.progress-bar{background:#f7fafc;padding:2rem;border-bottom:2px solid #e2e8f0;position:relative}.progress-steps{display:flex;justify-content:space-between;position:relative;z-index:2;margin-bottom:1rem}.progress-step{flex-direction:column;cursor:pointer;flex:1 1}.progress-step,.step-number{display:flex;align-items:center;transition:all .3s ease}.step-number{width:50px;height:50px;border-radius:50%;background:#e2e8f0;color:#718096;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.progress-step.active .step-number{background:#3892a8;color:#fff;transform:scale(1.1)}.progress-step.completed .step-number{background:#1e365a;color:#fff}.step-label{font-size:.75rem;color:#4a5568;text-align:center;max-width:120px}.progress-line{position:absolute;top:2rem;left:2rem;right:2rem;height:4px;background:#e2e8f0;z-index:1;margin-top:23px}.progress-line-fill{height:100%;background:#3892a8;transition:width .3s ease}.form-container{padding:2rem}.step-content,.step-header{margin-bottom:2rem}.step-header{padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.step-header h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:.5rem;letter-spacing:1px}.step-description{color:#718096;font-size:1rem}.form-section h3{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.75rem;margin-bottom:.5rem;letter-spacing:.5px}.section-description{color:#718096;margin-bottom:1.5rem}.section-fields{gap:1.5rem}.form-field,.section-fields{display:flex;flex-direction:column}.form-field label{font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.required{color:#e53e3e;margin-left:.25rem}.field-description{font-size:.85rem;color:#718096;margin-bottom:.5rem;font-style:italic}.form-field input,.form-field select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3892a8;box-shadow:0 0 0 3px rgba(56,146,168,.1)}.form-field input:invalid:not(:placeholder-shown){border-color:#e53e3e}.array-field{border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;background:#f7fafc}.array-header label{font-weight:600;color:#2d3748;font-size:1.1rem}.array-item{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin:1rem 0}.array-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.array-item-header h4{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.25rem;letter-spacing:.5px}.array-item-fields{display:flex;flex-direction:column;gap:1rem}.add-button{background:#48bb78;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.add-button:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 4px 12px rgba(72,187,120,.4)}.remove-button{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-button:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 4px 12px rgba(229,62,62,.4)}.form-actions{display:flex;justify-content:space-between;padding-top:2rem;border-top:2px solid #e2e8f0;gap:1rem}.button{padding:.875rem 2rem}.button-primary{background:#1e365a}.button-primary:hover{background:#3892a8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(56,146,168,.4)}.button-secondary{color:#2d3748}.button-secondary:hover{background:#cbd5e0;transform:translateY(-2px)}.preview-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:2rem}.preview-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.preview-header h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:.5rem;letter-spacing:1px}.preview-header p{color:#718096}.preview-content,.preview-step{margin-bottom:2rem}.preview-step-title{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #d38922;letter-spacing:1px}.preview-section{margin-bottom:2rem;background:#f7fafc;border-radius:8px;padding:1.5rem}.preview-section-title{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:1.5rem;margin-bottom:1rem;letter-spacing:.5px}.preview-fields{display:flex;flex-direction:column;gap:1rem}.preview-field{display:grid;grid-template-columns:250px 1fr;grid-gap:1rem;gap:1rem;padding:.75rem;background:#fff;border-radius:6px}.preview-field-label{font-weight:600;color:#4a5568}.preview-field-value{color:#2d3748}.array-preview{display:flex;flex-direction:column;gap:.75rem}.array-item-preview{background:#f7fafc;padding:.75rem;border-radius:6px;border-left:3px solid #3892a8}.nested-object{margin-top:.5rem;padding-left:1rem}.nested-field{margin-bottom:.5rem}.nested-key{font-weight:600;color:#4a5568;margin-right:.5rem}.nested-value{color:#2d3748}.preview-actions{display:flex;justify-content:space-between;padding-top:2rem;border-top:2px solid #e2e8f0;gap:1rem}.submission-success{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:4rem 2rem;text-align:center}.success-icon{width:100px;height:100px;background:#48bb78;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.submission-success h2{font-family:Bebas Neue,sans-serif;color:#1e365a;font-size:2.25rem;margin-bottom:1rem;letter-spacing:1px}.submission-success p{color:#718096;font-size:1.1rem;margin-bottom:2rem}.accent-bar{height:4px;background:#d38922;width:100%;margin:1rem 0}.step-header:after{content:"";display:block;width:60px;height:4px;background:#d38922;margin-top:1rem}@media (max-width:768px){.app-header h1{font-size:1.8rem}.app-main{padding:1rem}.progress-steps{flex-wrap:wrap}.step-label{font-size:.65rem;max-width:80px}.step-number{width:40px;height:40px;font-size:1rem}.form-container{padding:1rem}.preview-field{grid-template-columns:1fr;gap:.5rem}.form-actions,.preview-actions{flex-direction:column}.button{width:100%}}.container{min-height:100vh;display:flex;flex-direction:column}.header{background:#1e365a;padding:3rem 2rem;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2)}.header h1{font-family:Bebas Neue,sans-serif;font-size:3rem;color:#fff;margin-bottom:.5rem;letter-spacing:2px}.subtitle{font-size:1.2rem;color:#f6fbfc}.landing-main{flex:1 1;padding:4rem 2rem;max-width:1200px;width:100%;margin:0 auto;background:#f6fbfc}.option-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.option-card{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center}.option-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(56,146,168,.3)}.option-icon{font-size:4rem;margin-bottom:1.5rem}.option-card h2{font-family:Bebas Neue,sans-serif;font-size:2rem;color:#1e365a;margin-bottom:1rem}.option-card p{font-size:1.1rem;color:#666;margin-bottom:2rem}.option-button{background:#3892a8;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:background .3s ease}.option-card:hover .option-button{background:#2d7489}.footer{background:#1e365a;padding:2rem;text-align:center;color:#f6fbfc;font-size:.9rem}.forms-list-main{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;background:#f6fbfc}.back-link{display:inline-block;margin-bottom:2rem;color:#3892a8;text-decoration:none;font-weight:600;transition:color .3s ease}.back-link:hover{color:#2d7489}.loading{text-align:center;font-size:1.2rem;color:#666;padding:3rem}.error-message{background:#fee;border:2px solid #e53e3e;border-radius:8px;padding:1.5rem;color:#c53030;margin:2rem 0}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-state p{font-size:1.2rem;margin-bottom:1rem}.forms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column}.form-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(56,146,168,.3)}.form-card h2{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:#1e365a;margin-bottom:1rem}.form-description{color:#666;margin-bottom:1.5rem;flex:1 1}.form-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#888}.form-card-button{background:#3892a8;color:#fff;padding:.75rem;border-radius:8px;text-align:center;font-weight:600;transition:background .3s ease}.form-card:hover .form-card-button{background:#2d7489}.admin-main{flex:1 1;padding:2rem;max-width:900px;width:100%;margin:0 auto;background:#f6fbfc}.create-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h2{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:#1e365a}.form-group,.form-section h2{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#1e365a;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3892a8}.form-textarea{resize:vertical;font-family:inherit}.form-file-input{width:100%;padding:.75rem;border:2px dashed #e2e8f0;border-radius:8px;cursor:pointer;transition:border-color .3s ease}.form-file-input:hover{border-color:#3892a8}.file-name{margin-top:.5rem;color:#3892a8;font-weight:600}.form-help{font-size:.9rem;color:#666;margin-top:.5rem}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:background .3s ease}.checkbox-label:hover{background:#f7fafc}.checkbox-input{width:20px;height:20px;cursor:pointer}.checkbox-label span{font-size:1.1rem;color:#1b1b1b}.success-message{background:#d4edda;border:2px solid #28a745;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.success-message h3{color:#155724;font-family:Bebas Neue,sans-serif;font-size:2rem;margin-bottom:1rem}.success-message p{color:#155724;margin-bottom:.5rem}.success-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.button{padding:.75rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.button-primary{background:#3892a8;color:#fff}.button-primary:hover:not(:disabled){background:#2d7489}.button-secondary{background:#e2e8f0;color:#1b1b1b}.button-secondary:hover:not(:disabled){background:#cbd5e0}.button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.header h1{font-size:2rem}.forms-grid,.option-cards{grid-template-columns:1fr}.success-actions{flex-direction:column}.button{width:100%}}