:root{--primary-color:#2563eb;--secondary-color:#1e40af;--background-color:#f8fafc;--text-color:#1e293b;--error-color:#dc2626;--border-color:#e2e8f0;--hover-color:#1d4ed8}*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}body{background-color:#f8fafc;background-color:var(--background-color);color:#1e293b;color:var(--text-color);line-height:1.5}.container{margin:0 auto;max-width:1200px;padding:2rem}.error-message{border-radius:4px;color:#dc2626;color:var(--error-color);margin:1rem 0;padding:.5rem}.login-container{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:5rem auto;max-width:400px;padding:2rem}.login-container h2{color:#2563eb;color:var(--primary-color);margin-bottom:1.5rem}.login-container input{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;margin:.5rem 0 1.5rem;padding:.75rem;width:100%}.login-container button{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background-color .3s;width:100%}.login-container button:hover{background-color:#1d4ed8;background-color:var(--hover-color)}.dashboard{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr;margin-top:2rem}.config-selector{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}.config-selector select{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;margin-top:1rem;padding:.75rem;width:100%}form{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:2rem}.form-field{margin-bottom:1.5rem}.form-field label{display:block;font-weight:500;margin-bottom:.5rem}.form-field input{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.nested-field-group{border-left:2px solid #e2e8f0;border-left:2px solid var(--border-color);margin-bottom:2rem;margin-left:1rem;padding-left:1rem}.array-section{border:1px dashed #e2e8f0;border:1px dashed var(--border-color);border-radius:8px;margin:1.5rem 0;padding:1rem}.site-item{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;margin-bottom:2rem;padding:1rem}button[type=submit]{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}button[type=submit]:hover{background-color:#1d4ed8;background-color:var(--hover-color)}.api-button,.site-array button{background-color:#1e40af;background-color:var(--secondary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.api-button:hover,.site-array button:hover{background-color:#1d4ed8;background-color:var(--hover-color)}.logout-btn{background-color:#1e40af;background-color:var(--secondary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background-color .3s}.logout-btn:hover{background-color:#1d4ed8;background-color:var(--hover-color)}@media (max-width:768px){.dashboard{grid-template-columns:1fr}.login-container{margin:2rem;padding:1.5rem}}.config-form{margin-top:2rem}.top-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.form-actions{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem;text-align:right}.form-field select{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.nested-field-group h4{color:#1e40af;color:var(--secondary-color);margin:1rem 0 .5rem;text-transform:capitalize}.array-item{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;margin:1rem 0;padding:1rem}.slate-gray-background{background-color:#708090;border-radius:5px;color:#fff;padding:20px}.config-form-container{position:relative;z-index:30}.site-array-container{position:relative;z-index:10}.overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.overlay-message{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#1e293b;color:var(--text-color);font-size:1rem;padding:1rem;text-align:center}
/*# sourceMappingURL=main.75ff0e8e.css.map*/