*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f59e0b,#d97706);--success-gradient:linear-gradient(135deg,#10b981,#059669);--background-light:#f8f9fc;--card-shadow:0 4px 20px #00000014;--card-shadow-hover:0 8px 30px #0000001f;--border-radius:16px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.App{background:linear-gradient(180deg,#f8f9fc,#e9ecf5);min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea33;color:#fff;overflow:hidden;padding:3rem 2rem;position:relative}.App-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.header-content{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1400px;position:relative;z-index:1}.header-text{flex:1 1;text-align:left}.header-text h1{font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin:0 0 .75rem;text-shadow:0 2px 10px #0000001a}.tagline{font-size:1.2rem;font-weight:300;letter-spacing:.3px;margin:0 0 1.5rem;opacity:.95}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem}.badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.badge:hover{background:#ffffff4d;transform:translateY(-2px)}.App-main{margin:0 auto;max-width:1400px;padding:3rem 2rem}.loading{background:#fff;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--card-shadow);margin:2rem auto;max-width:500px;padding:5rem 2rem;text-align:center}.loading p{color:#667eea;font-size:1.1rem;font-weight:600;margin-top:1.5rem}.spinner{animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite;height:60px;margin:0 auto;width:60px}.error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--card-shadow);color:#dc2626;margin:2rem auto;max-width:600px;padding:3rem;text-align:center}.error p{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.error button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.error button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.controls{align-items:center;background:#fff;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--card-shadow);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:2rem 0;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.controls:hover{box-shadow:0 8px 30px #0000001f;box-shadow:var(--card-shadow-hover)}.sort-controls{align-items:center;display:flex;gap:1rem}.sort-controls label{color:#333;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.sort-controls select{background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#333;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.sort-controls select:hover{border-color:#667eea}.sort-controls select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.admin-btn,.centris-btn,.refresh-btn{border:none;border-radius:10px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;overflow:hidden;padding:.875rem 1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.admin-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.admin-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px #f59e0b66;transform:translateY(-2px)}.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.refresh-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.centris-btn{background:linear-gradient(135deg,#10b981,#059669)}.centris-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.properties-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-top:2rem}.empty-state{background:#fff;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--card-shadow);margin:0 auto;max-width:700px;padding:5rem 3rem;text-align:center}.empty-state h2{color:#333;font-size:2rem;font-weight:800;margin-bottom:1rem}.empty-state p{color:#666;font-size:1.2rem;font-weight:400;margin-bottom:2.5rem}.empty-state-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:1024px){.header-content{flex-direction:column}.header-content,.header-text{text-align:center}.trust-badges{justify-content:center}}@media (max-width:768px){.App-header{padding:2rem 1.5rem}.header-text h1{font-size:1.8rem}.tagline{font-size:1rem}.badge{font-size:.8rem;padding:.4rem .8rem}.properties-grid{gap:1.5rem;grid-template-columns:1fr}.controls{flex-direction:column;gap:1rem;padding:1.25rem}.sort-controls{justify-content:space-between;width:100%}.action-buttons{width:100%}.admin-btn,.centris-btn,.refresh-btn{flex:1 1}.empty-state{padding:3rem 2rem}.empty-state h2{font-size:1.5rem}}@media (max-width:480px){.header-text h1{font-size:1.5rem}.trust-badges{align-items:stretch;flex-direction:column}.badge{justify-content:center}.action-buttons{flex-direction:column}.admin-btn,.centris-btn,.refresh-btn{width:100%}}.dashboard{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;overflow:hidden;padding:2.5rem;position:relative}.dashboard:before{background:linear-gradient(90deg,#667eea,#764ba2 50%,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.dashboard h2{color:#1f2937;display:inline-block;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2rem;position:relative;text-transform:uppercase}.dashboard h2:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;position:absolute;width:60px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-card{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px solid #0000;border-radius:16px;overflow:hidden;padding:2rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.stat-card:hover:before{opacity:1}.stat-card:hover{border-color:#e5e7eb;box-shadow:0 12px 30px #0000001a;transform:translateY(-6px)}.stat-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 8px 25px #667eea4d;color:#fff!important}.stat-card.highlight *{color:#fff!important}.stat-card.highlight:before{background:linear-gradient(90deg,#fff,#ffffff80)}.stat-card.highlight:hover{box-shadow:0 15px 40px #667eea66;transform:translateY(-6px) scale(1.02)}.stat-card.highlight .stat-label{color:#fff!important;font-weight:700}.stat-card.highlight .stat-value{color:#fff!important;text-shadow:0 2px 10px #0000001a}.stat-label{color:#6b7280;font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.stat-value{color:#1f2937;font-size:2.25rem;font-weight:800;letter-spacing:-1px;line-height:1.2}.stat-value.positive{color:#10b981;text-shadow:0 2px 8px #10b98126}.stat-value.negative{color:#ef4444;text-shadow:0 2px 8px #ef444426}.stat-value.excellent{color:#fbbf24;position:relative;text-shadow:0 2px 10px #fbbf244d}.stat-card.highlight .stat-value.excellent{color:#fff!important;text-shadow:0 2px 10px #0003}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stat-value.excellent:after{animation:float 3s ease-in-out infinite;content:"🏆";font-size:1.5rem;position:absolute;right:-10px;top:-10px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.dashboard{border-radius:16px;padding:2rem 1.5rem}.dashboard h2{font-size:1.6rem}.stats-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.stat-card{padding:1.5rem 1.25rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.8rem}}@media (max-width:480px){.dashboard{padding:1.5rem 1.25rem}.dashboard h2{font-size:1.4rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.stat-card{padding:1.25rem 1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}}.property-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.property-card:hover{border-color:#667eea33;box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.rank-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 4px 15px #667eea66;color:#fff;display:flex;font-size:1.3rem;font-weight:800;height:50px;justify-content:center;position:absolute;right:1rem;top:1rem;width:50px;z-index:10}.property-image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);height:260px;overflow:hidden;position:relative;width:100%}.property-image:after{background:linear-gradient(0deg,#0000004d,#0000);bottom:0;content:"";height:60px;left:0;position:absolute;right:0}.property-image img{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.property-card:hover .property-image img{transform:scale(1.08)}.property-header{border-bottom:1px solid #f0f0f0;padding:1.5rem 1.5rem 1rem}.property-header h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.property-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.property-details{align-items:center;color:#6b7280;display:flex;font-size:.95rem;font-weight:500;gap:.75rem}.property-metrics{padding:1.5rem}.metric-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.875rem 0;transition:background-color .2s}.metric-row:last-child{border-bottom:none}.metric-row:hover{background-color:#f9fafb;border-radius:8px;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.metric-row.highlight{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-bottom:2px solid #e0e7ff;border-top:2px solid #e0e7ff;margin:.5rem -1.5rem;padding:1rem 1.5rem}.metric-label{color:#6b7280;font-size:.9rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.metric-value{font-size:1.1rem}.metric-value.positive,.metric-value.revenue{color:#10b981;font-weight:800}.metric-value.positive{text-shadow:0 1px 2px #10b9811a}.metric-value.neutral{color:#f59e0b;font-weight:700}.metric-value.negative{color:#ef4444;font-weight:700}.metric-value.excellent{color:#10b981;font-weight:800;position:relative}.metric-value.excellent:after{content:"🔥";font-size:.9rem;margin-left:.25rem}.metric-value.good{color:#3b82f6;font-weight:800}.metric-value.fair{color:#f59e0b;font-weight:700}.metric-value.poor{color:#ef4444;font-weight:700}.divider{background:linear-gradient(90deg,#0000,#e5e7eb 20%,#e5e7eb 80%,#0000);height:1px;margin:.75rem 0}.property-details-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:12px;margin:0 1.5rem 1.5rem;padding:1.25rem}.property-details-section h4{color:#667eea;font-size:.95rem;font-weight:800;letter-spacing:.5px;margin-bottom:.875rem;text-transform:uppercase}.forecast-details p{align-items:center;color:#4b5563;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;margin:.625rem 0}.forecast-details p strong{color:#1f2937}.property-actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.view-business-plan-btn,.view-listing-btn{border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;flex:1 1;font-size:.95rem;font-weight:700;overflow:hidden;padding:1rem;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.view-business-plan-btn:before,.view-listing-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.view-business-plan-btn:hover:before,.view-listing-btn:hover:before{left:100%}.view-business-plan-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.view-business-plan-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px #f59e0b66;transform:translateY(-2px)}.view-listing-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.view-listing-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.property-card{border-radius:16px;padding:0}.property-image{height:220px}.rank-badge{font-size:1.1rem;height:45px;width:45px}.property-header{padding:1.25rem 1.25rem .875rem}.property-header h3{font-size:1.05rem}.property-price{font-size:1.5rem}.property-metrics{padding:1.25rem}.property-details-section{margin:0 1.25rem 1.25rem;padding:1rem}.property-actions{flex-direction:column;padding:0 1.25rem 1.25rem}.view-business-plan-btn,.view-listing-btn{padding:.875rem;width:100%}}@media (max-width:480px){.property-image{height:200px}.rank-badge{height:40px;right:.75rem;top:.75rem;width:40px}.property-header h3,.rank-badge{font-size:1rem}.property-price{font-size:1.4rem}.metric-label{font-size:.85rem}.metric-value{font-size:1rem}}.admin-form-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.admin-form-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.admin-form-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #f0f0f0;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:24px 30px}.admin-form-header h2{font-size:24px;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.close-button:hover{background:#fff3}.admin-form-instructions{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:20px 30px}.admin-form-instructions p{color:#555;font-weight:500;margin:0 0 10px}.admin-form-instructions ol{color:#666;margin:10px 0 0;padding-left:20px}.admin-form-instructions ol li{margin:5px 0}.admin-form-instructions a{color:#667eea;font-weight:500;text-decoration:none}.admin-form-instructions a:hover{text-decoration:underline}.status-message{border-radius:8px;font-weight:500;margin:20px 30px;padding:12px 16px}.status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.admin-form{padding:30px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:0}.form-group{margin-bottom:20px}.form-group label{font-size:14px;margin-bottom:8px}.form-group .required{color:#e74c3c}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:15px;padding:12px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group small{color:#999;display:block;font-size:12px;margin-top:4px}.form-actions{border-top:2px solid #f0f0f0;display:flex;gap:12px;margin-top:30px;padding-top:20px}.cancel-button,.submit-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.cancel-button{background:#f0f0f0;color:#666}.cancel-button:hover{background:#e0e0e0}@media (max-width:600px){.form-row{grid-template-columns:1fr}.admin-form-container{border-radius:0;max-height:100vh}.admin-form-header{border-radius:0}}.logo-container{align-items:center;display:flex;gap:1rem}.logo-icon{flex-shrink:0}.logo-container.small .logo-icon{height:50px;width:50px}.logo-container.medium .logo-icon{height:70px;width:70px}.logo-container.large .logo-icon{height:100px;width:100px}.logo-icon svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));height:100%;width:100%}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-brand{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.5px;text-shadow:0 2px 8px #0003}.logo-location{background:#fff;border-radius:4px;color:#10b981;display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:2px;margin-top:-2px;padding:2px 8px;text-shadow:0 2px 4px #00000026;width:-webkit-fit-content;width:fit-content}.logo-container.small .logo-brand{font-size:1.2rem}.logo-container.small .logo-location{font-size:.75rem;letter-spacing:1.5px;padding:1px 6px}.logo-container.large .logo-brand{font-size:2.5rem}.logo-container.large .logo-location{font-size:1.3rem;letter-spacing:2.5px;padding:3px 10px}@media (max-width:768px){.logo-container.medium .logo-icon{height:55px;width:55px}.logo-brand{font-size:1.5rem}.logo-location{font-size:.9rem}}.site-footer{background:linear-gradient(135deg,#1f2937,#111827);border-image:linear-gradient(90deg,#667eea,#764ba2 50%,#10b981) 1;border-top:4px solid #0000;color:#e5e7eb;margin-top:4rem}.footer-content{margin:0 auto;max-width:1400px;padding:4rem 2rem 2rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.25rem;text-transform:uppercase}.footer-tagline{color:#9ca3af;font-size:.95rem;line-height:1.6;margin:1.5rem 0;max-width:300px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#10b981}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom-left{display:flex;flex-direction:column;gap:.5rem}.copyright{color:#6b7280;font-size:.9rem;margin:0}.footer-disclaimer{color:#6b7280;font-size:.85rem;font-style:italic;margin:0}.footer-social{gap:1rem}.footer-social,.social-link{align-items:center;display:flex}.social-link{background:#ffffff1a;border-radius:8px;color:#9ca3af;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.social-link:hover{background:#10b981;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.footer-grid{gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{padding:3rem 1.5rem 1.5rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.business-plan-container{background-color:#f5f5f5;min-height:100vh}.actions-bar{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.back-btn,.print-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.back-btn{background-color:#667eea}.back-btn:hover{background-color:#5568d3}.print-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.print-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.business-plan-document{background:#fff;box-shadow:0 0 30px #0000001a;margin:2rem auto;max-width:1000px}.bp-section{padding:3rem 4rem;page-break-inside:avoid}.cover-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:100vh;page-break-after:always;text-align:center}.cover-content{width:100%}.cover-logo{display:flex;justify-content:center;margin-bottom:2rem}.bp-title{font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.bp-subtitle{font-size:1.8rem;font-weight:400;margin-bottom:3rem;opacity:.95}.property-showcase{margin:3rem 0}.cover-image{border-radius:12px;box-shadow:0 20px 60px #0000004d;height:400px;margin-bottom:2rem;max-width:600px;object-fit:cover;width:100%}.cover-address{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.cover-price{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cover-footer{margin-top:4rem;opacity:.9}.cover-footer p{font-size:1.1rem;margin:.5rem 0}.powered-by{font-size:1rem!important;margin-top:1rem!important;opacity:.85}.section-title{border-bottom:3px solid #667eea;color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem}.section-description{color:#666;line-height:1.8;margin-bottom:2rem}.executive-text{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.highlight-box{background:linear-gradient(135deg,#f8f9ff,#e8ebff);border-left:4px solid #667eea;border-radius:8px;margin:2rem 0;padding:2rem}.highlight-box h3{color:#667eea;font-size:1.3rem;margin-bottom:1.5rem}.highlights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.highlight-item{display:flex;flex-direction:column}.highlight-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.highlight-value{color:#333;font-size:1.5rem;font-weight:700}.highlight-value.positive,.highlight-value.revenue{color:#10b981}.highlight-value.negative{color:#ef4444}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.detail-item{background:#f8f9fa;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.detail-item strong{color:#667eea;font-size:.9rem}.detail-item a,.detail-item span{color:#333;font-size:1.1rem}.detail-item a{color:#667eea;text-decoration:none}.detail-item a:hover{text-decoration:underline}.bp-table{border-collapse:collapse;margin:2rem 0;width:100%}.bp-table thead{background:#667eea;color:#fff}.bp-table th{font-weight:600;padding:1rem;text-align:left}.bp-table tbody tr{border-bottom:1px solid #e0e0e0}.bp-table tbody tr:last-child{border-bottom:none}.bp-table td{padding:1rem}.table-label{color:#666;font-weight:500}.table-value{color:#333;font-weight:600;text-align:right}.table-value.positive,.table-value.revenue{color:#10b981}.table-value.negative{color:#ef4444}.table-total{background:#f8f9fa;border-bottom:2px solid #667eea;border-top:2px solid #667eea}.table-note{color:#666;font-size:.9rem;font-style:italic;margin-top:1rem}.metrics-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.metric-card{background:linear-gradient(135deg,#f8f9ff,#e8ebff);border:2px solid #667eea;padding:2rem;text-align:center}.metric-card h4{margin-bottom:1rem}.metric-value-large{color:#667eea;font-size:2.5rem;font-weight:700;margin:1rem 0}.metric-card small{color:#666;font-size:.85rem}.risk-section h3{color:#667eea;font-size:1.2rem;margin-bottom:1rem}.risk-list{list-style:none;padding:0}.risk-list li{background:#fff5f5;border-left:4px solid #ef4444;border-radius:4px;line-height:1.6;margin-bottom:1rem;padding:1rem}.risk-list li strong{color:#ef4444;display:block;margin-bottom:.5rem}.conclusion-text{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.bp-footer{background:linear-gradient(135deg,#f8f9fc,#e9ecf5);border-image:linear-gradient(90deg,#667eea,#764ba2 50%,#10b981) 1;border-top:4px solid #0000;color:#666;font-size:.9rem;padding:3rem 4rem;text-align:center}.footer-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.footer-main{color:#333;font-size:1rem;font-weight:600;margin:1rem 0}.footer-sources{color:#667eea;font-size:.9rem;margin:.75rem 0}.bp-footer p{margin:.5rem 0}.disclaimer{border-top:1px solid #e0e0e0;color:#999;font-size:.85rem;font-style:italic;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:800px;padding-top:1.5rem}.business-plan-error,.business-plan-loading{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media print{.no-print{display:none!important}.business-plan-container{background:#fff}.business-plan-document{box-shadow:none;margin:0;max-width:100%}.bp-section{padding:2rem;page-break-inside:avoid}.cover-page{min-height:100vh}@page{margin:1cm}}@media (max-width:768px){.bp-section{padding:2rem 1.5rem}.bp-title{font-size:2.5rem}.bp-subtitle{font-size:1.3rem}.details-grid,.highlights-grid,.metrics-row{grid-template-columns:1fr}.cover-image{height:300px;max-width:100%}.actions-bar{flex-direction:column;gap:1rem}.back-btn,.print-btn{width:100%}}.legal-page{background:linear-gradient(180deg,#f8f9fc,#e9ecf5);min-height:100vh;padding:2rem}.back-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .3s}.back-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.legal-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:900px;padding:3rem}.legal-content h1{color:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.last-updated{color:#6b7280;font-size:.9rem;font-style:italic;margin-bottom:2rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#667eea;font-size:1.75rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.legal-content h3{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.legal-content ol,.legal-content p,.legal-content ul{color:#4b5563;line-height:1.8;margin-bottom:1rem}.legal-content ol,.legal-content ul{padding-left:2rem}.legal-content li{margin-bottom:.5rem}.legal-content a{border-bottom:1px solid #0000;color:#667eea;text-decoration:none;transition:border-color .3s}.legal-content a:hover{border-bottom-color:#667eea}.warning-box{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #ef4444;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.warning-box strong{color:#dc2626}.about-header{border-bottom:2px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.about-tagline{color:#667eea;font-size:1.3rem;font-weight:600;margin-top:1rem}.steps-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.step-card{background:linear-gradient(135deg,#f8f9ff,#e8ebff);border:2px solid #e0e7ff;border-radius:12px;padding:2rem}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:800;height:50px;justify-content:center;margin-bottom:1rem;width:50px}.step-card h3{color:#667eea;margin-top:0}.pricing-box{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;padding:2rem;text-align:center}.pricing-box h3{color:#10b981;font-size:2rem;margin-top:0}.faq-item{background:#f9fafb;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.faq-item h3{color:#667eea;font-size:1.1rem;margin-top:0}.faq-item p{margin-bottom:0}.contact-intro{color:#6b7280;font-size:1.1rem;margin-bottom:3rem;text-align:center}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:2rem 0}.contact-form h2,.contact-info h2{color:#667eea;margin-bottom:1.5rem}.contact-method{margin-bottom:2rem}.contact-method h3{color:#333;font-size:1.1rem;margin-bottom:.5rem}.contact-method p{margin-bottom:.25rem}.response-time{color:#10b981;font-size:.85rem;font-style:italic}.contact-social{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-links a{background:#f3f4f6;border-radius:6px;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.social-links a:hover{background:#667eea;border-bottom-color:#0000;color:#fff}.contact-form{background:#f9fafb;border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{resize:vertical}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;transition:all .3s;width:100%}.submit-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.success-message{padding:4rem 2rem;text-align:center}.success-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.success-message h2{color:#10b981;margin-bottom:1rem}.success-message button{margin-top:2rem;padding:1rem 2rem;width:auto}.faq-section{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem;text-align:center}@media (max-width:768px){.legal-page{padding:1rem}.legal-content{padding:2rem 1.5rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem}.contact-container,.steps-grid{grid-template-columns:1fr}.contact-container{gap:2rem}}.blog-page{background:linear-gradient(180deg,#f8f9fc,#e9ecf5)}.blog-header{border-bottom:2px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.blog-header h1{color:#1f2937;font-size:2.5rem;margin-bottom:1rem}.blog-tagline{color:#6b7280;font-size:1.2rem;margin:0 auto;max-width:700px}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:4rem}.blog-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-card:hover{box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.blog-card-image{height:220px;overflow:hidden;position:relative;width:100%}.blog-card-image img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.blog-card:hover .blog-card-image img{transform:scale(1.08)}.article-category,.blog-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;left:1rem;padding:.5rem 1rem;position:absolute;top:1rem;z-index:10}.article-category{display:inline-block;margin-bottom:1rem;position:static}.blog-card-content{padding:1.5rem}.blog-card-content h2{color:#1f2937;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.blog-card-content p{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.blog-card-meta{color:#9ca3af;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:1rem}.read-more-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:.95rem;font-weight:600;padding:0;transition:color .3s}.read-more-btn:hover{color:#764ba2}.blog-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:3rem;padding:3rem 2rem;text-align:center}.blog-cta h2{color:#fff;font-size:2rem;margin-bottom:1rem}.blog-cta p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.cta-btn{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 12px #00000026;color:#667eea;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s}.cta-btn:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.blog-article{max-width:800px}.article-header{margin-bottom:2rem}.article-header h1{color:#1f2937;font-size:2.5rem;line-height:1.3;margin-bottom:1rem}.article-meta{align-items:center;color:#6b7280;display:flex;font-size:.95rem;gap:.75rem}.article-hero-image{border-radius:12px;height:400px;margin-bottom:2rem;object-fit:cover;width:100%}.article-content{font-size:1.05rem;line-height:1.8}.article-intro{border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:1.2rem;font-weight:500;margin-bottom:2rem;padding-bottom:2rem}.article-content section{margin-bottom:2.5rem}.article-content h2{color:#667eea;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.article-content p{color:#4b5563;margin-bottom:1rem}.article-footer{background:linear-gradient(135deg,#f8f9ff,#e8ebff);border:2px solid #e0e7ff;border-radius:12px;margin-top:3rem;padding:2.5rem;text-align:center}.article-footer p{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.article-footer .cta-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.article-footer .cta-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea)}@media (max-width:768px){.blog-grid{gap:1.5rem;grid-template-columns:1fr}.blog-header h1{font-size:2rem}.blog-tagline{font-size:1rem}.blog-card-content h2{font-size:1.1rem}.article-header h1{font-size:2rem}.article-hero-image{height:250px}.article-content{font-size:1rem}.article-intro{font-size:1.1rem}.blog-cta{padding:2rem 1.5rem}.blog-cta h2{font-size:1.5rem}.blog-cta p{font-size:1rem}}.technical-guide-page{background:linear-gradient(180deg,#f8f9fc,#e9ecf5)}.technical-content{font-size:1rem;line-height:1.7}.intro-text{color:#4b5563;font-size:1.15rem;line-height:1.8;margin-bottom:2rem}.toc-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:3rem;padding:2rem}.toc-box h3{color:#fff;margin-bottom:1rem}.toc-box ol{margin:0;padding-left:1.5rem}.toc-box ol li{margin-bottom:.5rem}.toc-box a{border-bottom:1px solid #ffffff4d;color:#fff;text-decoration:none;transition:border-color .3s}.toc-box a:hover{border-bottom-color:#fff}.tech-section{margin-bottom:4rem;scroll-margin-top:2rem}.tech-section h2{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;margin-bottom:1.5rem;margin-top:3rem;padding-bottom:.5rem}.tech-section h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem}.tech-section h4{color:#374151;font-size:1.2rem;margin-bottom:.75rem;margin-top:1.5rem}.architecture-box{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;margin:1.5rem 0;padding:2rem}.arch-flow{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.5rem}.arch-step{background:#fff;border:2px solid #667eea;border-radius:8px;flex:1 1;min-width:140px;padding:1.5rem;text-align:center}.arch-step strong{color:#667eea;display:block;font-size:1.1rem;margin-bottom:.5rem}.arch-step p{color:#6b7280;font-size:.9rem;margin:0}.arch-arrow{color:#667eea;font-size:2rem;font-weight:700}.code-box{background:#1f2937;border-radius:8px;color:#e5e7eb;font-family:Courier New,monospace;margin:1rem 0;overflow-x:auto;padding:1.5rem}.code-box strong{color:#60a5fa;display:block;margin-bottom:.5rem}.code-box pre{font-size:.9rem;line-height:1.6;margin:0;white-space:pre-wrap}.code-box ul{margin:.5rem 0 0 1rem;padding:0}.code-box ul li{margin:.25rem 0}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;padding:2rem;text-align:center}.stat-card strong{display:block;font-size:2.5rem;margin-bottom:.5rem}.stat-card span{font-size:1rem;opacity:.9}.expense-table,.feature-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:1.5rem 0;overflow:hidden;width:100%}.expense-table thead,.feature-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.expense-table th,.feature-table th{font-weight:600;padding:1rem;text-align:left}.expense-table td,.feature-table td{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.expense-table tbody tr:hover,.feature-table tbody tr:hover{background:#f9fafb}.metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1.5rem 0}.metric-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.metric-card h4{color:#667eea;font-size:1.1rem;margin:0 0 1rem}.metric-value{color:#1f2937;font-size:2rem;font-weight:700;margin:.5rem 0}.metric-desc{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.disclaimer-box,.opensource-box,.warning-box{border-radius:12px;margin:1.5rem 0;padding:1.5rem}.warning-box{background:#fef3c7;border-left:4px solid #f59e0b}.warning-box strong{color:#92400e;display:block;margin-bottom:.5rem}.disclaimer-box{background:#fee2e2;border-left:4px solid #ef4444}.disclaimer-box strong{color:#991b1b;display:block;font-size:1.1rem;margin-bottom:.5rem}.opensource-box{background:#dbeafe;border-left:4px solid #3b82f6}.opensource-box h4{color:#1e40af;margin-top:0}.opensource-box a{color:#2563eb;font-weight:600}.limitation-card{background:#fff;border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin:1rem 0;padding:1.5rem}.limitation-card h4{color:#92400e;font-size:1.1rem;margin-top:0}.risk-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.risk-item{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;text-align:center}.risk-item strong{color:#92400e;display:block;margin-bottom:.5rem}.risk-item p{color:#78350f;font-size:.9rem;margin:0}.source-card{background:#f0f9ff;border:2px solid #3b82f6;border-radius:12px;margin:1rem 0;padding:1.5rem}.source-card h4{color:#1e40af;margin-top:0}.source-card p{line-height:1.8;margin:0}.source-card a{border-bottom:1px solid #2563eb;color:#2563eb;font-weight:600;text-decoration:none}.source-card a:hover{border-bottom-color:#1d4ed8;color:#1d4ed8}.tech-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin:3rem 0 2rem;padding:3rem 2rem;text-align:center}.tech-cta h3{color:#fff;font-size:2rem;margin-bottom:1rem}.tech-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#667eea;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s}.cta-button:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.tech-footer-nav{background:#f9fafb;border-radius:12px;border-top:2px solid #e5e7eb;margin-top:2rem;padding:2rem}.tech-footer-nav p{color:#1f2937;font-weight:600;margin-top:0}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links button{background:#fff;border:2px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.5rem;transition:all .3s}.footer-links button:hover{background:#667eea;color:#fff}@media (max-width:768px){.arch-flow{flex-direction:column}.arch-arrow{transform:rotate(90deg)}.metrics-grid,.risk-grid,.stats-grid{grid-template-columns:1fr}.tech-section h2{font-size:1.5rem}.tech-section h3{font-size:1.25rem}.code-box{font-size:.85rem;padding:1rem}.footer-links{flex-direction:column}.footer-links button{width:100%}}
/*# sourceMappingURL=main.f298d6d8.css.map*/