*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f1f5f9;min-height:100vh;transition:background .3s ease}[data-theme=dark] body{background:#0f0f1a}[data-theme=dark] input,[data-theme=dark] select{color-scheme:dark}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2d2d44}::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3d3d5c}.create-property-container{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#f8fafc}.app-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:20px 16px;gap:20px;flex-shrink:0}.brand-header{padding:8px 4px}.nav-list{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.nav-item:hover,.nav-item.active{background:#ebf2ff;color:#1a56db}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow-y:auto}.top-header{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.content-container{max-width:900px;margin:32px auto;width:100%;padding:0 16px}.wizard-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:32px}.stepper{display:flex;justify-content:space-between;margin-bottom:32px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.step-number{width:36px;height:36px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600}.step.active .step-number{background:#1a56db;color:#fff}.step-title{font-size:12px;font-weight:600;color:#64748b}.step.active .step-title{color:#0f172a}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#0f172a}.form-input,.form-select{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;outline:none}.form-input:focus,.form-select:focus{border-color:#1a56db;box-shadow:0 0 0 3px #1a56db1a}.dropzone{border:2px dashed #e2e8f0;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;background:#f8fafc}.dropzone:hover{background:#ebf2ff;border-color:#1a56db}.btn-group{display:flex;justify-content:space-between;margin-top:32px}.btn{padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;border:none}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-primary{background:#1a56db;color:#fff}.btn-primary:hover{background:#1e429f}
