:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}/**
 * Copyright (c) 2024 New Homes AI LLC. All rights reserved.
 *
 * This software is the confidential and proprietary information of New Homes AI LLC
 * ("Confidential Information"). You shall not disclose such Confidential Information
 * and shall use it only in accordance with the terms of the license agreement you
 * entered into with New Homes AI LLC.
 *
 * Unless required by applicable law or agreed to in writing, software distributed
 * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied.
 *
 * @license Proprietary
 */.app-container{display:flex;font-family:sans-serif}.sidebar{width:200px;padding:20px;border-right:1px solid #ffffff;background-color:#0f0202}.builder-item{padding:10px;cursor:pointer}.builder-item:hover{background-color:#652727}.main-content{flex:1;padding:40px}.login-page{display:flex;justify-content:center;align-items:center;height:100vh;width:140vh;background-color:#1e1e1e}.login-container{text-align:center}.login-form{background-color:#2c2c2c;padding:2rem;border-radius:8px;box-shadow:0 0 10px #00000080;width:300px;animation:fadeIn .6s ease-out}.login-form input{width:100%;padding:10px;margin-top:10px;border:1px solid #555;border-radius:4px;background:#333;color:#fff}.login-form button{width:100%;padding:10px;margin-top:20px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-form button:hover{background-color:#45a049}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
