.app{min-height:100vh;display:flex;flex-direction:column}.app-navigation{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 4px 8px #0000000d}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand h1{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0;background:linear-gradient(135deg,#4299e1,#3182ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#4a5568;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#4299e1;background:#4299e10d}.nav-link.active{color:#4299e1;background:#4299e11a}.admin-link{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff;font-weight:600}.admin-link:hover{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #e53e3e4d}.app-main{flex:1;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;color:#333;overflow-x:hidden}.app-container{min-height:100vh;position:relative}.main-container{position:relative;min-height:100vh}.step-content{position:relative;min-height:100vh;overflow:hidden}.color-selection-step{position:relative;min-height:100vh;width:100%}.fullscreen-background{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:1}.background-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:translate(30px);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.background-image.visible{opacity:1;transform:translate(0)}.background-image.transitioning{opacity:0;transform:translate(-30px)}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#0000001a,#0006)}.no-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);opacity:0;transform:translate(30px);transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.no-image-placeholder.visible{opacity:1;transform:translate(0)}.no-image-placeholder.transitioning{opacity:0;transform:translate(-30px)}.placeholder-content{text-align:center;color:#718096;max-width:400px;padding:2rem}.placeholder-content h3{font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem;color:#4a5568}.placeholder-content p{font-size:1rem;opacity:.8;line-height:1.5}.content-overlay{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.header{text-align:center;margin-bottom:3rem;color:#fff}.header h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{font-size:1.3rem;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.2)}.step-header{display:flex;flex-direction:column;background-color:#fff;width:fit-content;padding:1.3rem 1rem;border-radius:10px;box-shadow:0 2px 4px #0000001a;min-width:500px}.step-indicator{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2)}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:all .3s ease}.step.active,.step.completed{opacity:1}.step-icon{width:50px;height:50px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.step.active .step-icon{background:#4299e1;border-color:#4299e1;box-shadow:0 0 20px #4299e166}.step.completed .step-icon{background:#48bb78;border-color:#48bb78;box-shadow:0 0 20px #48bb7866}.step-name{font-size:.9rem;font-weight:600;color:#fff;text-align:center}.color-options-panel{align-self:flex-end;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:2.5rem 1.5rem;box-shadow:0 25px 50px #0003;border:1px solid rgba(255,255,255,.3);width:100%;max-width:420px;margin-left:auto;margin-right:2rem;margin-bottom:2rem;animation:slideInFromRight .6s ease-out}.color-panel-header{display:flex;align-items:center;justify-content:center;gap:10px;padding-bottom:1rem;border-bottom:2px solid rgba(66,153,225,.1)}.color-panel-header h3{font-size:1rem;font-weight:700;color:#2d3748;margin:0}.area-icon-large{border-radius:50%;color:#4a5568;font-size:10px}.area-icon-large svg{width:22px;height:22px}.color-options-grid{display:flex;flex-direction:row;justify-content:flex-start;gap:10px;width:100%}.color-option-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0px;border:none;border-radius:20px;background:transparent;cursor:pointer;transition:all .3s ease;font-weight:600;color:#4a5568;position:relative}.color-option-card .selected{border:1px solid #4a5568}.color-swatch-large{width:50px;height:50px;border-radius:50%;box-shadow:0 8px 16px #0003;transition:transform .3s ease;position:relative}.color-swatch-large:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;opacity:0;transition:opacity .3s ease;z-index:-1;border:1px solid #4a5568}.color-option-card.selected .color-swatch-large{opacity:1;border:3px solid #4a5568}.color-option-card:active .color-swatch-large{transform:scale(1.1)}.additional-price-badge{position:absolute;top:-8px;right:-8px;background:#f56565;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;box-shadow:0 2px 4px #0003;z-index:10}.color-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.5rem}.color-label{font-size:12px;font-weight:600;text-align:center;line-height:1.3;color:#2d3748}.additional-price-text{font-size:11px;font-weight:700;color:#f56565;text-align:center}.area-title-text{font-size:1.2rem;font-weight:700;color:#2d3748;margin:1rem 0 .5rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.area-additional-price{font-size:1rem;font-weight:700;color:#f56565;background:#f565651a;padding:.25rem .5rem;border-radius:8px;border:1px solid rgba(245,101,101,.2)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.house-description-text{font-size:.9rem;color:#718096;line-height:1.5;text-align:start;margin:0}.flex-col{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-bottom:1rem}.flex-col-start{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-bottom:1rem}.step-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:2px solid rgba(66,153,225,.1)}.step-navigation .btn-secondary{order:1}.step-navigation .btn-primary{order:2;margin-left:auto}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:15px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;min-width:140px;justify-content:center}.btn-primary{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 8px 16px #4299e14d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #4299e166}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#ffffffe6;color:#4a5568;border:2px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.contact-form-step{width:100%;max-width:1200px;margin:0 auto;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:3rem;box-shadow:0 25px 50px #0000001a;border:1px solid rgba(255,255,255,.3)}.summary-preview{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:20px;padding:2.5rem;margin-bottom:3rem;border:2px solid #e2e8f0}.summary-preview h3{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:2rem;text-align:center}.selections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.selection-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 16px #0000001a;transition:all .3s ease;border:2px solid transparent}.selection-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;border-color:#e2e8f0}.selection-image{width:100%;height:150px;border-radius:15px;overflow:hidden;box-shadow:0 4px 8px #0000001a}.selection-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.selection-item:hover .selection-thumbnail{transform:scale(1.05)}.selection-details{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.selection-icon{color:#4299e1;margin-bottom:.5rem}.selection-area{font-size:1rem;font-weight:600;color:#2d3748}.selection-color{font-size:.9rem;color:#718096;font-weight:500}.selection-price{font-size:.9rem;color:#f56565;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2d3748;font-size:1rem}.form-group label svg{color:#4299e1}.form-group input,.form-group textarea{padding:1.25rem;border:2px solid #e2e8f0;border-radius:15px;font-size:1rem;transition:all .3s ease;background:#fff;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a;transform:translateY(-2px)}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group textarea{resize:vertical;min-height:120px}.form-navigation{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:1rem;padding-top:2rem;border-top:2px solid #e2e8f0}.success-message{text-align:center;padding:3rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;box-shadow:0 25px 50px #0000001a;border:1px solid rgba(255,255,255,.3)}.success-message h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin:1rem 0}.success-message p{font-size:1.2rem;color:#718096;margin-bottom:2rem}.house-info-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;margin-bottom:3rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.house-info-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #00000026}.house-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.house-details h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.house-price{font-size:2.8rem;font-weight:800;color:#4299e1;margin-bottom:1rem;text-shadow:0 2px 4px rgba(66,153,225,.2)}.house-location{color:#718096;font-size:1.1rem;margin-bottom:1rem}.house-specs{display:flex;gap:2rem;margin-bottom:1.5rem;font-size:.95rem;color:#a0aec0}.house-specs span{background:#f7fafc;padding:.5rem 1rem;border-radius:25px;font-weight:500}.house-description{color:#4a5568;font-size:1.1rem;line-height:1.7}.house-image-container{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 30px #0003}.house-main-image{width:100%;height:300px;object-fit:cover;transition:transform .5s ease}.house-main-image:hover{transform:scale(1.05)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-content{animation:fadeIn .6s ease-out}@media (max-width: 768px){.header h1{font-size:2.5rem}.header p{font-size:1.1rem}.step-indicator{flex-direction:column;gap:1rem;padding:1.5rem}.step{flex-direction:row;gap:1rem}.step-name{font-size:1rem}.house-info-grid{grid-template-columns:1fr;gap:2rem}.house-details h2{font-size:2rem}.house-price{font-size:2.2rem}.house-specs{flex-direction:column;gap:.5rem}.color-selection-container{grid-template-columns:1fr;gap:2rem}.color-options-grid,.selections-grid{grid-template-columns:1fr}.step-content{padding:0rem!important}.btn-primary,.btn-secondary{width:100%;justify-content:center}.content-overlay{padding:2rem 1rem}.step-header h2{font-size:1rem}.step-header p{font-size:1.1rem}.color-options-panel{margin:auto 0 0;max-width:100%;border-radius:20px 20px 0 0}.color-panel-header{flex-direction:column;gap:5px;text-align:center}.color-options-grid{grid-template-columns:1fr;gap:1rem}.color-swatch-large{width:60px;height:60px}.step-navigation{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.selections-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}.location-picker{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 16px #0000001a;border:1px solid #e2e8f0;max-width:100%}.location-header{text-align:center;margin-bottom:1rem}.location-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.8rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.location-subtitle{color:#718096;font-size:1rem}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.region-selection{margin-bottom:2.5rem}.region-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.region-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border:2px solid #e2e8f0;border-radius:15px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.flex-col-0{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.region-card:hover{border-color:#4299e1;transform:translateY(-2px);box-shadow:0 8px 16px #4299e126}.region-card.selected{border-color:#4299e1;background:linear-gradient(135deg,#ebf8ff,#f0f8ff);box-shadow:0 8px 20px #4299e133}.region-flag{font-size:2rem;flex-shrink:0}.region-info{flex:1}.region-name{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.region-cities{font-size:.9rem;color:#718096;margin:0}.transport-cost{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;flex-shrink:0}.city-selection{margin-bottom:2.5rem}.search-container{position:relative;margin-bottom:1rem}.city-search{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.city-search:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.cities-dropdown{max-height:300px;overflow-y:auto;border:2px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 8px 16px #0000001a}.city-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f1f5f9}.city-option:last-child{border-bottom:none}.city-option:hover{background:#f8fafc}.city-option.selected{background:linear-gradient(135deg,#ebf8ff,#f0f8ff);color:#4299e1}.city-option span{flex:1}.no-results{padding:1.5rem;text-align:center;color:#718096;font-style:italic}.location-summary{border-top:2px solid #e2e8f0;padding-top:2rem}.summary-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#edf2f7);border-radius:15px;border:1px solid #e2e8f0}.summary-flag{font-size:2.5rem;flex-shrink:0}.summary-details{flex:1}.summary-city{font-size:1.3rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.summary-region{font-size:1rem;color:#718096;margin:0}.summary-cost{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;flex-shrink:0}.cost-amount{font-size:1.2rem;font-weight:700}.cost-label{font-size:.8rem;opacity:.8}.text-green-600{color:#059669}.text-blue-600{color:#2563eb}.text-orange-600{color:#ea580c}.text-red-600{color:#dc2626}@media (max-width: 768px){.location-picker{padding:1.5rem}.region-grid{grid-template-columns:1fr}.region-card{padding:1rem}.summary-card{flex-direction:column;text-align:center;gap:1rem}.summary-cost{flex-direction:row;gap:.5rem}}@media (max-width: 480px){.location-title,.region-flag{font-size:1.5rem}.summary-flag{font-size:2rem}}.admin-dashboard{padding:2rem;max-width:1400px;width:100%;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.dashboard-header h1{font-size:2.5rem;font-weight:700;color:#1a202c}.add-house-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-house-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #4299e14d}.house-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.house-form{background:#fff;border-radius:20px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0003}.form-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.form-header h2{font-size:1.8rem;font-weight:700;color:#1a202c}.close-btn{background:none;border:none;color:#718096;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f7fafc;color:#1a202c}.form-content{padding:2rem}.form-section{margin-bottom:2.5rem}.form-section h3{font-size:1.4rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.color-section{margin-bottom:2.5rem;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.color-section .section-title{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.colors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.color-item{background:#fff;padding:1rem;border-radius:10px;border:1px solid #e2e8f0}.color-inputs{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;margin-bottom:1rem}.color-input{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.color-picker{width:50px;height:40px;border:none;border-radius:6px;cursor:pointer}.image-input{display:flex;align-items:center;gap:.5rem}.image-url-input{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.location-pricing-section{margin-bottom:2.5rem;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.pricing-grid{display:flex;flex-wrap:wrap;gap:1rem}.pricing-item{background:#fff;padding:1rem;border-radius:10px;border:1px solid #e2e8f0}.pricing-item h5{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.pricing-inputs{display:flex;gap:.5rem}.pricing-input{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.currency-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#fff}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:1px solid #e2e8f0}.cancel-btn{padding:.75rem 1.5rem;background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background:#edf2f7;border-color:#cbd5e0}.save-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.save-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #48bb784d}.houses-list{margin-top:3rem}.houses-list h3{font-size:1.8rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.no-houses{text-align:center;color:#718096;font-style:italic;padding:3rem;background:#f8fafc;border-radius:15px;border:2px dashed #e2e8f0}.houses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.house-card{background:#fff;border-radius:15px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 8px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;gap:15px}.house-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.house-info h4{font-size:1.2rem;font-weight:600;color:#1a202c}.house-price{font-size:1.1rem;font-weight:700;color:#4299e1;margin-bottom:.5rem}.house-location{color:#718096;font-size:.9rem;margin-bottom:1rem}.house-specs{display:flex;gap:1rem;margin-bottom:1.5rem}.house-specs span{background:#f7fafc;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;color:#4a5568;font-weight:500}.house-actions{display:flex;gap:.75rem}.edit-btn,.delete-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center}.edit-btn{background:#ebf8ff;color:#3182ce}.edit-btn:hover{background:#bee3f8}.delete-btn{background:#fed7d7;color:#e53e3e}.delete-btn:hover{background:#feb2b2}@media (max-width: 768px){.nav-container{padding:1rem;flex-direction:column;gap:1rem}.nav-brand h1{font-size:1.3rem}.nav-links{gap:1rem}.nav-link{padding:.4rem .8rem;font-size:.9rem}.admin-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-header h1{font-size:2rem}.house-form-overlay{padding:1rem}.house-form{max-height:95vh}.form-content{padding:1rem}.form-grid,.colors-grid,.color-inputs,.pricing-grid{grid-template-columns:1fr}.pricing-inputs{flex-direction:column}.houses-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.color-selection-step{display:flex;flex-direction:column;min-height:100vh;overflow-y:auto}.fullscreen-background{position:relative;height:350px;width:100%;flex-shrink:0}.background-image,.no-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.no-image-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.content-overlay{position:relative;z-index:3;flex:1;display:flex;flex-direction:column;background:#fff;padding:0;min-height:calc(100vh - 350px)}.step-header{padding:2rem 1.5rem 1rem;text-align:center;background:#fff;width:100%;min-width:auto!important}.step-header h2{font-size:1.8rem;margin-bottom:.5rem;color:#2d3748}.step-header p{font-size:1.1rem;color:#4a5568}.color-options-panel{position:relative;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;padding:1.5rem;box-shadow:none;border:none;width:100%;max-width:none;margin:0;flex:1;display:flex;flex-direction:column;justify-content:space-between}.color-panel-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.color-panel-header h3{font-size:1rem;font-weight:600;color:#4a5568;margin:0}.area-icon-large{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7fafc;border-radius:10px;color:#4a5568}.color-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.color-option-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .3s ease;cursor:pointer}.color-option-card.selected{border-color:#4299e1;background:#ebf8ff;transform:translateY(-2px);box-shadow:0 4px 12px #4299e133}.color-swatch-large{width:40px;height:40px;border-radius:8px;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0000001a;flex-shrink:0}.color-info{flex:1;text-align:left}.color-label{font-size:.9rem;font-weight:500;color:#2d3748}.area-title-text{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.area-additional-price{color:#38a169;font-size:.9rem;margin-left:.5rem}.house-description-text{font-size:.95rem;color:#4a5568;line-height:1.5;margin-bottom:2rem}.step-navigation{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:auto}.btn-primary,.btn-secondary{flex:1;padding:1rem;font-size:1rem;border-radius:12px}.selections-grid{grid-template-columns:1fr}.contact-form-step{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.fullscreen-background{height:300px}.content-overlay{min-height:calc(100vh - 300px)}.step-header{padding:1.5rem 1rem .75rem}.step-header h2{font-size:1.6rem}.step-header p{font-size:1rem}.color-options-panel{padding:1rem}.color-options-grid{grid-template-columns:1fr;gap:.75rem}.color-option-card{padding:.75rem}.color-swatch-large{width:35px;height:35px}.color-label{font-size:.85rem}.area-title-text{font-size:1.1rem}.house-description-text{font-size:.9rem;margin-bottom:1.5rem}.step-navigation{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{padding:.875rem;font-size:.95rem}}@media (max-width: 1024px){.admin-dashboard,.admin-login-container{display:none!important}.admin-desktop-only-message{display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background:linear-gradient(135deg,#f7fafc,#edf2f7)}.admin-desktop-only-message h2{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.admin-desktop-only-message p{font-size:1.125rem;color:#4a5568;line-height:1.6;max-width:500px;margin-bottom:2rem}.admin-desktop-only-message .icon{width:80px;height:80px;margin-bottom:2rem;color:#4299e1}.admin-desktop-only-message .back-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#4299e1;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #4299e14d}.admin-desktop-only-message .back-button:hover{background:#3182ce;transform:translateY(-2px);box-shadow:0 6px 16px #4299e166}}@media (min-width: 1025px){.admin-desktop-only-message{display:none!important}.admin-login-container,.admin-dashboard{display:block!important}}.property-table-container{max-width:1400px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.toggle-filters{background:#4299e1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;margin-bottom:1rem;transition:all .3s ease}.toggle-filters:hover{background:#3182ce;transform:translateY(-1px)}.filter-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;position:relative}.close-filters{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;padding:.25rem;border-radius:4px;transition:all .3s ease}.close-filters:hover{background:#f7fafc;color:#4a5568}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#2d3748;font-size:.875rem}.filter-group select{padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.875rem;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}#clear-filters{background:#f56565;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:1.5rem}#clear-filters:hover{background:#e53e3e}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000}.property-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.property-table{width:100%;border-collapse:collapse;font-size:.875rem}.property-table th{background:#f7fafc;padding:1rem .75rem;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;white-space:nowrap}.property-table td{padding:1rem .75rem;border-bottom:1px solid #e2e8f0;vertical-align:middle}.property-table tr:hover{background:#f7fafc}.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:.5rem}.status-dot.free{background:#48bb78}.status-dot.reserved{background:#ed8936}.status-dot.sold{background:#f56565}.plan-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:all .3s ease;font-size:16px}.plan-icon:hover{background:#e2e8f0;transform:scale(1.1)}@media (max-width: 1024px){.property-table-container{padding:1rem}.filters{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.property-table{font-size:.75rem}.property-table th,.property-table td{padding:.75rem .5rem}}@media (max-width: 768px){.property-table-wrapper{overflow-x:auto}.property-table{min-width:800px}.filters{grid-template-columns:1fr}.filter-panel{padding:1rem}}@media (max-width: 480px){.property-table-container{padding:.5rem}.toggle-filters{width:100%;margin-bottom:.5rem}.filter-panel{margin-bottom:1rem}}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container h2{color:#ef4444;margin-bottom:1rem}.error-container p{color:#6b7280;margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.color-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.color-header h5{margin:0;color:#2d3748;font-weight:600}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-group label{font-weight:600;color:#374151;font-size:.875rem}.file-upload-container{display:flex;align-items:center;gap:1rem}.file-input{display:none}.file-upload-label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;cursor:pointer;transition:all .3s ease;color:#4a5568;font-size:.875rem}.file-upload-label:hover{background:#edf2f7;border-color:#a0aec0}.image-preview{display:flex;align-items:center;gap:.5rem}.colors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.color-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.color-inputs{display:flex;flex-direction:column;gap:1rem}.color-input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.color-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.color-picker{width:100%;height:50px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer}.image-input{margin-top:1rem}.image-input label{display:block;font-weight:600;color:#374151;font-size:.875rem;margin-bottom:.5rem}
