:root{--header-height:64px;--sidebar-width:250px;--primary-color:#4a90e2;--secondary-color:#5cb85c;--background-color:#f8f9fa;--text-color:#333;--border-color:#ddd}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.layout{display:flex;min-height:100vh}.sidebar{background-color:#fff;box-shadow:2px 0 5px #0000000d;height:100vh;overflow-y:auto;padding:1.5rem 0;position:fixed;width:250px;width:var(--sidebar-width)}.sidebar-title{border-bottom:1px solid #ddd;border-bottom:1px solid var(--border-color);color:#4a90e2;color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding:0 1.5rem 1.5rem}.sidebar-nav{list-style:none}.sidebar-nav-item{margin-bottom:.5rem}.sidebar-nav-link{border-left:3px solid #0000;color:#333;color:var(--text-color);display:block;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s,color .2s}.sidebar-nav-link:hover{background-color:#4a90e21a;color:#4a90e2;color:var(--primary-color)}.sidebar-nav-link.active{background-color:#4a90e226;border-left-color:#4a90e2;border-left-color:var(--primary-color);color:#4a90e2;color:var(--primary-color);font-weight:500}.content{flex-grow:1;margin-left:250px;margin-left:var(--sidebar-width);padding:2rem}.page-title{color:#4a90e2;color:var(--primary-color);font-size:1.75rem;margin-bottom:2rem}.page-description{line-height:1.6;margin-bottom:2rem;max-width:800px}.form-container-wrapper{max-width:900px}.theme-selector{margin-bottom:2rem}.theme-selector select{background-color:#fff;border:1px solid #ddd;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;font-size:1rem;padding:.5rem 1rem}@media (max-width:768px){.sidebar{height:auto;padding:1rem;position:relative;width:100%}.content{margin-left:0;padding:1rem}.layout{flex-direction:column}}.home-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.feature-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.feature-section h2{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem}.feature-section ul{padding-left:1.5rem}.feature-section li{margin-bottom:.75rem}.feature-section a{color:var(--primary-color);font-weight:500;text-decoration:none}.feature-section a:hover{text-decoration:underline}@media (max-width:768px){.home-features{grid-template-columns:1fr}}.page-title{color:#333;font-size:28px;margin-bottom:15px}.page-description{color:#666;margin-bottom:20px}.form-options{background-color:#f5f8ff;border-radius:8px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding:15px}.option-group{display:flex;flex-direction:column;gap:5px}.option-group label{font-size:14px;font-weight:500}.option-group input,.option-group select{border:1px solid #ccc;border-radius:4px;padding:8px}.form-container-wrapper{margin:0 auto;max-width:600px}.form-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:40px;padding:30px}.form-field{margin-bottom:20px}.form-field label{display:block;font-weight:500;margin-bottom:8px}.form-field input,.form-field select,.form-field textarea{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;width:100%}.form-field textarea{min-height:120px}button[type=submit]{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background-color .2s}button[type=submit]:hover{background-color:#2563eb}.submission-result{border-radius:8px;margin-bottom:20px;padding:16px}.submission-result.success{background-color:#d1fae5;border:1px solid #10b981}.submission-result.error{background-color:#fee2e2;border:1px solid #ef4444}.code-example{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:15px}.code-example pre{font-family:monospace;overflow-x:auto;white-space:pre-wrap}.api-example{background-color:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:2rem;max-width:900px;padding:1.5rem}.api-section{margin-bottom:1.5rem}.api-section h3{color:var(--primary-color);margin-bottom:.5rem}.api-section pre{background-color:#f5f5f5;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9rem;overflow-x:auto;padding:1rem}.multi-step-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:40px;padding:30px}.form-progress{margin-bottom:30px}.form-progress,.progress-step{align-items:center;display:flex;justify-content:center}.progress-step{background-color:#f0f0f0;border:2px solid #ddd;border-radius:50%;color:#777;font-weight:700;height:40px;width:40px}.progress-step.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.progress-line{background-color:#ddd;flex-grow:1;height:3px;max-width:60px}.form-step h3{color:#333;margin-bottom:20px;text-align:center}.form-buttons{display:flex;justify-content:space-between;margin-top:30px}.next-button,.submit-button{background-color:#3b82f6;border:none;border-radius:.6rem;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background-color .2s}.next-button:hover,.submit-button:hover{background-color:#2563eb}.back-button{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.6rem;color:#4b5563;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .2s}.back-button:hover{background-color:#e5e7eb}.form-error{color:#ef4444;font-size:14px;margin-top:5px}.review-section{background-color:#f9fafb;border-radius:8px;margin-bottom:20px;padding:20px}.review-section h4{border-bottom:1px solid #e5e7eb;color:#374151;margin-bottom:15px;padding-bottom:10px}.review-item{display:flex;margin-bottom:10px}.review-label{color:#6b7280;font-weight:500;width:150px}.review-value{flex:1 1}
/*# sourceMappingURL=main.bb574ea7.css.map*/