:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-deeper: #1e3a8a;--color-text: #1f2937;--color-text-secondary: #64748b;--color-text-muted: #9ca3af;--color-bg: #f8fafc;--color-surface: #ffffff;--color-border: #e2e8f0;--color-sale: #10b981;--color-rent: #3b82f6;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);--shadow-xl: 0 8px 20px rgba(0, 0, 0, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 9999px;--transition-fast: .2s ease;--transition-normal: .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.app-header{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;transition:transform .3s ease-in-out;transform:translateY(0)}.app-header:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.app-header.visible{transform:translateY(0)}.app-header.hidden{transform:translateY(-100%)}.header-container{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap;position:relative;z-index:1}.header-left,.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;flex-shrink:0}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px;height:18px}.hamburger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;flex-shrink:0}.logo-container{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.logo-icon{font-size:28px}.logo-image{width:100%;height:100%;object-fit:contain;border-radius:8px}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:1.25rem;font-weight:700;margin:0;line-height:1.2;white-space:nowrap}.brand-tagline{font-size:.75rem;opacity:.9;margin:0;font-weight:400}@media(max-width:768px){.brand-tagline{display:none}.brand-name{font-size:1.1rem}.logo-container{width:36px;height:36px}}.header-nav{display:flex;gap:6px;flex:1;justify-content:center}.desktop-nav{display:flex}.mobile-nav{display:none}.nav-link{padding:8px 16px;color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;border-radius:8px;transition:background .2s;position:relative;background:#ffffff1a}.nav-link:hover{background:#ffffff1a}.nav-link.active{background:#fff6}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:2px;background:#fff;border-radius:2px}.header-lang{display:flex;align-items:center;gap:2px;flex-shrink:0}.lang-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:.8rem;font-weight:600;color:#fffc;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.lang-text{display:inline}.lang-btn .lang-flag{font-size:1rem;line-height:1}.lang-btn:hover{color:#fff;background:#ffffff26}.lang-btn.active{color:#fff;background:#ffffff40}.lang-sep{color:#ffffff80;font-size:.75rem;-webkit-user-select:none;user-select:none}.header-contact{display:flex;flex-shrink:0;position:relative}.contact-wrapper{position:relative}.contact-button{display:flex;align-items:center;gap:6px;color:#fff;padding:8px 12px;border-radius:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);transition:all .2s;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.contact-button:hover{background:#ffffff40;border-color:#ffffff4d;transform:translateY(-1px)}.contact-button-icon{font-size:1.1rem}.contact-button-text{font-weight:600}.contact-icon-image{width:18px;height:18px;object-fit:contain;display:block}.contact-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:240px;overflow:hidden;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:none;background:#fff;text-align:left;cursor:pointer;transition:background .2s;border-bottom:1px solid #f0f0f0}.contact-menu-item:last-child{border-bottom:none}.contact-menu-item:hover{background:#f8f9fa}.menu-icon{font-size:1.3rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.whatsapp-icon{width:24px;height:24px;object-fit:contain}.menu-content{display:flex;flex-direction:column;gap:2px;flex:1}.menu-label{font-weight:600;color:#1f2937;font-size:.9rem}.menu-value{font-size:.8rem;color:#6b7280;word-break:break-word}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:-100%;width:280px;max-width:85vw;height:100vh;background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:80px 0 20px;transition:left .3s ease;z-index:10000;overflow-y:auto}.mobile-menu.active{left:0}.mobile-nav-link{display:flex;align-items:center;gap:16px;padding:16px 24px;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-link:hover,.mobile-nav-link.active{background:#ffffff26}.mobile-nav-icon{font-size:1.25rem;width:24px;text-align:center}@media(max-width:768px){.header-container{padding:8px 16px;gap:8px}.mobile-menu-toggle{display:block}.desktop-nav{display:none}.header-brand,.header-right{gap:8px}.lang-text{display:none}.lang-btn{padding:6px;min-width:32px;justify-content:center}.contact-button-text{display:none}.contact-button{padding:8px;min-width:40px;justify-content:center}.contact-menu{right:0;min-width:200px}}@media(max-width:480px){.header-container{padding:6px 12px}.brand-name{font-size:1rem}.logo-container{width:32px;height:32px}.mobile-menu{width:260px}}.app-footer{margin-top:auto;background:#1e293b;color:#ffffffe6}.footer-inner{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.footer-inner{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.footer-inner{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr;gap:2rem}}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-brand{grid-column:1 / -1}@media(min-width:900px){.footer-brand{grid-column:auto}}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.footer-logo:hover{text-decoration:underline}.footer-tagline{font-size:.9rem;color:#ffffffbf;line-height:1.4;max-width:260px}.footer-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fff9;margin:0}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#ffffffe6;text-decoration:none;font-size:.95rem}.footer-nav a:hover{color:#fff;text-decoration:underline}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#ffffffe6;text-decoration:none;font-size:.9rem}.footer-link:hover{color:#fff;text-decoration:underline}.footer-link-button{background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:left}.footer-whatsapp{display:inline-flex;align-items:center;gap:.4rem}.footer-whatsapp-icon{width:18px;height:18px;object-fit:contain}.footer-app-desc{font-size:.9rem;color:#fffc;line-height:1.4;margin:0}.footer-app-store{display:inline-block;margin-top:.5rem;line-height:0;transition:opacity .2s}.footer-app-store:hover{opacity:.9}.footer-app-store-badge{display:block;height:40px;width:auto;max-width:100%;object-fit:contain}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem}.footer-copyright{max-width:1200px;margin:0 auto;font-size:.8rem;color:#ffffff8c;text-align:center}.ios-promo-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:iosPromoFadeIn .3s ease-out}@keyframes iosPromoFadeIn{0%{opacity:0}to{opacity:1}}.ios-promo-modal{position:relative;border-radius:20px;box-shadow:0 20px 60px #0000004d;animation:iosPromoSlideUp .3s ease-out;overflow:visible}.ios-promo-modal--image{max-width:min(420px,calc(100vw - 40px));width:100%;background:transparent}@keyframes iosPromoSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ios-promo-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#fffffff2;border-radius:50%;font-size:24px;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2;box-shadow:0 2px 8px #00000026}.ios-promo-close:hover{background:#fff;color:#1f2937;box-shadow:0 4px 12px #0003}.ios-promo-image-wrap{position:relative;width:100%;border-radius:20px 20px 0 0;overflow:hidden}.ios-promo-image{display:block;width:100%;height:auto;vertical-align:middle}.ios-promo-image-middle-hit{position:absolute;inset:25% 15%;cursor:pointer;z-index:1;padding:0;margin:0;border:none;background:transparent;-webkit-tap-highlight-color:transparent}.ios-promo-image-actions{position:absolute;bottom:16px;right:16px;z-index:2}.ios-promo-download-now{padding:12px 20px;background:#618dd5;color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #618dd559;letter-spacing:.02em}.ios-promo-download-now:hover{background:#5077c4;transform:translateY(-2px);box-shadow:0 6px 16px #618dd566}.ios-promo-download-now:active{transform:translateY(0)}@media(max-width:480px){.ios-promo-overlay{padding:16px}.ios-promo-modal--image{max-width:calc(100vw - 32px)}.ios-promo-close{top:8px;right:8px;width:32px;height:32px;font-size:22px}.ios-promo-image-actions{bottom:12px;right:12px}.ios-promo-download-now{padding:10px 16px;font-size:.875rem}}.property-card-link{text-decoration:none;color:inherit;display:block}.property-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;width:100%;content-visibility:auto;contain-intrinsic-size:0 280px}.property-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.property-card-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.property-card-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.property-card:hover .property-card-image{transform:scale(1.04)}.property-card-image-skeleton{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;overflow:hidden}.property-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffffb3;background:linear-gradient(135deg,#667eea,#764ba2)}.property-card-content{padding:12px 16px}.property-card-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card-price{font-size:1.5rem;font-weight:700;color:#2563eb;margin:0 0 8px}.property-card-address{display:flex;gap:4px;margin-bottom:12px;font-size:.875rem}.address-label,.address-value{color:#6b7280}.property-card-status{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;color:#fff}.status-sale{background:linear-gradient(135deg,#10b981,#059669)}.status-rent{background:linear-gradient(135deg,#3b82f6,#2563eb)}.status-icon{font-size:.875rem}.status-text{text-transform:uppercase;letter-spacing:.5px}.featured-card-link{text-decoration:none;color:inherit;display:block;flex-shrink:0}.featured-card{position:relative;width:300px;height:300px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0003;transition:transform .2s,box-shadow .2s}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000004d}.featured-card-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.featured-card:hover .featured-card-image{transform:scale(1.05)}.featured-card-image-skeleton{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;overflow:hidden}.skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 1.5s infinite}.featured-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.featured-card-price-top{position:absolute;top:0;left:0;right:0;padding:16px;z-index:2;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.featured-price-badge{display:inline-block;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 14px;border-radius:12px;font-size:1.1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 8px #0000004d}.featured-card-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 50%,transparent 100%);pointer-events:none}.featured-card-content{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:1}.featured-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.3}.featured-card-row{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.featured-card-address{font-size:.875rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.featured-card-badges{display:flex;gap:8px;flex-wrap:wrap}.featured-badge{background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.home-page{min-height:100vh;background:linear-gradient(160deg,#f0f4f8,#e2e8f0,#f8fafc);padding-bottom:48px}@media(min-width:1024px){.home-page{max-width:1280px;margin:0 auto;padding-bottom:64px}}.hero-section{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:28px 20px;text-align:center;margin-bottom:0;position:relative}@media(max-width:768px){.hero-section{padding:16px 16px 20px;margin-top:-1px}}@media(max-width:480px){.hero-section{padding:14px 12px 18px}}.hero-section:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}@media(min-width:768px){.hero-section{padding:48px 32px 40px;margin-bottom:0}}@media(min-width:1024px){.hero-section{padding:56px 48px 48px;border-radius:0 0 16px 16px}}.hero-content{max-width:720px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:1.6rem;font-weight:700;margin-bottom:8px;line-height:1.25}@media(max-width:480px){.hero-title{font-size:1.2rem;margin-bottom:12px;line-height:1.3}}@media(min-width:768px){.hero-title{font-size:2rem;margin-bottom:10px}}@media(min-width:1024px){.hero-title{font-size:2.25rem}}.hero-subtitle{font-size:.95rem;opacity:.95;margin-bottom:16px;font-weight:400}@media(max-width:768px){.hero-subtitle{display:none}}.hero-actions{margin-top:20px}@media(max-width:768px){.hero-actions{margin-top:16px}}@media(max-width:480px){.hero-actions{margin-top:14px}}@media(min-width:768px){.hero-subtitle{font-size:1.05rem;margin-bottom:20px}}.hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;max-width:640px;margin:0 auto}@media(max-width:480px){.hero-actions{gap:8px}}@media(min-width:560px){.hero-actions{flex-direction:row;align-items:center;gap:12px}.hero-search-form{flex:1;min-width:0}.hero-cta-button{flex-shrink:0}}.hero-search-form{width:100%}.hero-search-container{display:flex;align-items:center;background:#fff;border-radius:9999px;padding:3px;box-shadow:0 3px 10px #00000026;transition:box-shadow .2s}.hero-search-container:focus-within{box-shadow:0 4px 14px #0003}.hero-search-input{flex:1;border:none;outline:none;padding:10px 16px;font-size:.9rem;border-radius:9999px;color:#1f2937}@media(max-width:480px){.hero-search-input{padding:8px 12px;font-size:.875rem}.hero-search-input::placeholder{font-size:.8rem}}.hero-search-input::placeholder{color:#9ca3af}.hero-search-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:50%;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0}@media(max-width:480px){.hero-search-button{width:34px;height:34px}.search-icon{font-size:.9rem}}.hero-search-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #2563eb66}.hero-search-button:active{transform:scale(.98)}.search-icon{font-size:1rem;filter:grayscale(100%) brightness(200%)}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:#fff;color:#2563eb;border-radius:9999px;font-size:.95rem;font-weight:600;text-decoration:none;box-shadow:0 3px 10px #0003;transition:transform .2s,box-shadow .2s}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.cta-text{display:inline}.cta-icon{font-size:1rem;transition:transform .2s}.hero-cta-button:hover .cta-icon{transform:translate(4px)}@media(max-width:768px){.hero-cta-button{display:none}}.trust-strip{background:#fffffff2;padding:14px 20px;text-align:center;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}.trust-strip-text{font-size:.875rem;color:#475569;font-weight:500;max-width:720px;margin:0 auto;line-height:1.5}@media(max-width:768px){.trust-strip{display:none}}@media(min-width:768px){.trust-strip{padding:16px 24px}.trust-strip-text{font-size:.9375rem}}.browse-by-section{padding:28px 20px 24px;max-width:1280px;margin:0 auto}.browse-by-title{font-size:1rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 14px;text-align:center}.browse-by-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media(max-width:768px){.browse-by-section{display:none}}.browse-by-link{display:inline-block;padding:10px 18px;background:#fff;color:#1e40af;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:9999px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;transition:background .2s,border-color .2s,box-shadow .2s}.browse-by-link:hover{background:#eff6ff;border-color:#93c5fd;box-shadow:0 2px 8px #2563eb1f}.why-section{padding:36px 20px 40px;background:#fff;margin:0 16px 32px;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06)}.why-inner{max-width:560px;margin:0 auto;text-align:center}.why-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 8px}.why-intro{font-size:.9375rem;text-align:left;color:#64748b;margin:0 0 20px;line-height:1.5}.why-list{list-style:none;margin:0 0 24px;padding:0;text-align:left;display:block;width:100%}.why-list li{font-size:.9375rem;color:#334155;padding:8px 0 8px 28px;position:relative;line-height:1.4}.why-list li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700;font-size:1rem}.why-link{display:inline-block;font-size:.9375rem;font-weight:600;color:#2563eb;text-decoration:none;transition:color .2s}.why-link:hover{color:#1d4ed8;text-decoration:underline}@media(min-width:768px){.why-section{margin-left:24px;margin-right:24px;padding:44px 32px 48px}.why-title{font-size:1.5rem}}.featured-section{padding:20px 16px;margin-bottom:20px}@media(max-width:768px){.hero-actions{gap:8px}.hero-search-input{padding:9px 14px;font-size:.875rem}.hero-search-button{width:36px;height:36px}.hero-cta-button{padding:9px 16px;font-size:.875rem}}.section-header{margin-bottom:20px}.featured-badge{background:linear-gradient(135deg,#f97316,#eab308)}.houses-badge{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.featured-wrapper{width:100%}.featured-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.featured-scroll::-webkit-scrollbar{height:4px}.featured-scroll::-webkit-scrollbar-track{background:#0000001a;border-radius:2px}.featured-scroll::-webkit-scrollbar-thumb{background:#0000004d;border-radius:2px}@media(min-width:1024px){.featured-scroll.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;overflow:visible;scroll-snap-type:none;padding-bottom:0}.featured-grid .featured-card-link{flex-shrink:unset}.featured-grid .featured-card{width:100%;max-width:100%;height:280px}}.houses-section{padding:0 16px}.houses-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media(min-width:640px){.houses-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.houses-grid{grid-template-columns:repeat(3,1fr)}}.see-more-container{display:flex;justify-content:center;margin-top:32px}.see-more-button{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:9999px;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #2563eb66;transition:transform .2s,box-shadow .2s}.see-more-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb80}.see-more-icon{font-size:1.2rem}.loading-container{display:flex;justify-content:center;align-items:center;padding:60px 20px}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.blog-preview-section{padding:0 16px;margin-bottom:28px}.blog-preview-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:16px;padding:20px 24px;border-left:4px solid #2563eb;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s,transform .2s}.blog-preview-card:hover{box-shadow:0 4px 14px #0000001a;transform:translateY(-1px)}.blog-preview-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}.blog-preview-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2563eb}.blog-preview-date{font-size:.8rem;color:#94a3b8}.blog-preview-title{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 6px;line-height:1.35}.blog-preview-excerpt{font-size:.9rem;color:#64748b;line-height:1.5;margin:0 0 10px}.blog-preview-read{font-size:.875rem;font-weight:600;color:#2563eb}@media(min-width:768px){.blog-preview-section{padding:0 24px}.blog-preview-card{padding:24px 28px}.blog-preview-title{font-size:1.25rem}}.app-promo-section{margin:48px 16px 0}.app-promo-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:40px 24px;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:20px;color:#fff;position:relative;overflow:hidden}.app-promo-inner:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.app-promo-text{position:relative;z-index:1;max-width:480px}.app-promo-title{font-size:1.5rem;font-weight:700;margin:0 0 8px;line-height:1.3}.app-promo-subtitle{font-size:1rem;margin:0;opacity:.92;line-height:1.5}.app-promo-badge{position:relative;z-index:1;display:inline-block;transition:transform .2s,opacity .2s}.app-promo-badge:hover{transform:scale(1.05);opacity:.9}.app-promo-badge img{display:block}@media(min-width:768px){.app-promo-section{margin:56px 24px 0}.app-promo-inner{flex-direction:row;text-align:left;justify-content:space-between;padding:48px 40px}.app-promo-title{font-size:1.65rem}.app-promo-subtitle{font-size:1.05rem}}@media(min-width:1024px){.app-promo-inner{padding:56px}.app-promo-title{font-size:1.8rem}}.property-detail-page{min-height:100vh;background:#f8fafc;padding:20px;max-width:100vw;overflow-x:hidden}.property-detail-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.property-detail-images-section{position:sticky;top:100px;display:flex;flex-direction:column;gap:16px;min-width:0}.property-detail-main-image-container{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#e5e7eb;box-shadow:0 4px 12px #0000001a}.property-detail-main-image{width:100%;height:100%;max-width:100%;object-fit:contain;background:#fff;display:block}.image-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:#ffffffe6;color:#1f2937;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:all .2s;z-index:10}.image-nav-button:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.1)}.image-nav-prev{left:16px}.image-nav-next{right:16px}.property-detail-thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;max-width:100%}.property-detail-thumbnails::-webkit-scrollbar{height:4px}.property-detail-thumbnails::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.property-detail-thumbnails::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;background:#e5e7eb;transition:all .2s;padding:0}.thumbnail:hover{border-color:#2563eb;transform:scale(1.05)}.thumbnail.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.thumbnail.thumbnail-failed{opacity:.5;cursor:default}.thumbnail.thumbnail-failed:hover{transform:none;border-color:transparent}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-skeleton,.thumbnail-placeholder{width:100%;height:100%;background:#e5e7eb}.property-detail-image-placeholder{width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:16px;color:#9ca3af}.property-detail-image-skeleton{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:16px;position:relative;overflow:hidden}.property-detail-image-skeleton .skeleton-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.property-detail-content-section{display:flex;flex-direction:column;gap:20px;min-width:0;overflow-wrap:break-word;word-break:break-word}.property-detail-header{margin-bottom:0}.property-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.property-detail-title-row h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0;flex:1;line-height:1.2;overflow-wrap:break-word;word-break:break-word}.featured-badge-detail{background:linear-gradient(135deg,#f97316,#eab308);color:#fff;padding:6px 12px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #f973164d}.property-detail-price{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:16px}.property-detail-price-on-request{font:inherit;color:inherit;font-size:inherit;font-weight:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.property-detail-price-on-request:hover{opacity:.85}.property-detail-status{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;font-size:.9rem;font-weight:600;color:#fff}.property-detail-status.status-sale{background:linear-gradient(135deg,#10b981,#059669)}.property-detail-status.status-rent{background:linear-gradient(135deg,#3b82f6,#2563eb)}.property-detail-info{background:#f9fafb;border-radius:12px;padding:20px;border:1px solid #e5e7eb;overflow:hidden}.info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#475569;font-size:.95rem}.info-value{color:#1e293b;font-weight:500;text-align:right;overflow-wrap:break-word;word-break:break-word;min-width:0}.whatsapp-icon-button{width:24px;height:24px;object-fit:contain}.contact-agent-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #25d3664d;transition:transform .2s,box-shadow .2s}.contact-agent-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.open-in-app-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #2563eb4d;transition:transform .2s,box-shadow .2s}.open-in-app-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.open-in-app-icon{width:22px;height:22px;object-fit:contain;border-radius:4px}.property-detail-description{background:#f9fafb;border-radius:12px;padding:20px;border:1px solid #e5e7eb;margin-top:0;overflow:hidden}.property-detail-description h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.property-detail-description p{color:#374151;line-height:1.8;font-size:1rem;margin:0;white-space:pre-wrap}.property-detail-loading,.property-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.property-detail-error h2{font-size:1.5rem;margin-bottom:12px;color:#1f2937}.property-detail-error p{color:#6b7280;margin-bottom:24px}.property-detail-error button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.property-detail-error button:hover{background:#1d4ed8}@media(max-width:1024px){.property-detail-container{grid-template-columns:1fr;gap:24px}.property-detail-images-section{position:static}.property-detail-main-image-container{aspect-ratio:4 / 3;max-height:55vh}.property-detail-main-image{object-fit:cover}.property-detail-image-skeleton,.property-detail-image-placeholder{aspect-ratio:4 / 3;max-height:55vh}}@media(max-width:768px){.property-detail-page{padding:12px}.property-detail-container{gap:16px}.property-detail-main-image-container{aspect-ratio:4 / 3;max-height:45vh;border-radius:12px}.property-detail-image-skeleton,.property-detail-image-placeholder{aspect-ratio:4 / 3;max-height:45vh}.property-detail-title-row h1,.property-detail-price{font-size:1.5rem}.image-nav-button{width:40px;height:40px;font-size:20px}.image-nav-prev{left:8px}.image-nav-next{right:8px}.thumbnail{width:60px;height:60px}}.search-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px 16px}.search-header{margin-bottom:24px}.search-header h1{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:16px}.search-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#2563eb}.search-filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter-select{flex:1;min-width:150px;padding:10px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#2563eb}.results-count{font-size:.875rem;color:#6b7280;margin-bottom:16px;text-align:center}.search-results{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.search-results{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.search-results{grid-template-columns:repeat(3,1fr)}}.loading-container,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:60px;margin-bottom:16px;opacity:.5}.empty-state p{font-size:1.1rem;color:#6b7280;font-weight:500}.results-hint{color:#9ca3af;font-size:.8rem;font-weight:400}.load-more-container{margin-top:32px;display:flex;justify-content:center;padding:20px}.load-more-button{padding:12px 32px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #2563eb33}.load-more-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.load-more-button:active:not(:disabled){transform:translateY(0)}.load-more-button:disabled{opacity:.6;cursor:not-allowed}.loading-more{display:flex;align-items:center;gap:12px;color:#6b7280;font-size:.95rem}.spinner-small{width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.end-of-results{text-align:center;padding:32px 20px;color:#9ca3af;font-size:.95rem}.end-of-results p{margin:0}.pagination-container{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;padding:24px 16px;flex-wrap:wrap}.pagination-button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #2563eb33;min-width:100px}.pagination-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.pagination-button:active:not(:disabled){transform:translateY(0)}.pagination-button:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8;box-shadow:none}.pagination-info{font-size:.95rem;font-weight:600;color:#1f2937;min-width:80px;text-align:center}.about-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding-bottom:40px}.about-hero-section{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:60px 20px;text-align:center;margin-bottom:40px}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:16px;line-height:1.2}.about-hero-subtitle{font-size:1.25rem;opacity:.95;font-weight:400}.about-content{max-width:1200px;margin:0 auto;padding:0 20px}.about-section{margin-bottom:48px}.section-header{margin-bottom:24px}.section-header-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;font-size:1.25rem;font-weight:600;color:#fff;box-shadow:0 2px 8px #0003}.about-badge{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.section-icon{font-size:1.1rem}.about-text-content{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000001a}.about-text-content p{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:20px}.about-text-content p:last-child{margin-bottom:0}.services-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background:#fff;border-radius:16px;padding:24px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.service-icon{font-size:3rem;margin-bottom:16px}.service-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:12px}.service-description{font-size:.95rem;color:#6b7280;line-height:1.6}.features-list{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000001a}.feature-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #e5e7eb}.feature-item:last-child{border-bottom:none}.feature-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;font-weight:700;font-size:1.2rem}.feature-content{flex:1}.feature-content h4{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:6px}.feature-content p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.contact-info-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000001a}.contact-intro{font-size:1.1rem;color:#4b5563;text-align:center;margin-bottom:24px;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.contact-method-button{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:2px solid #e5e7eb;background:#fff;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit;width:100%;text-align:left}.contact-method-button:hover{border-color:#2563eb;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.whatsapp-button:hover{border-color:#25d366;background:#f0fdf4}.phone-button:hover{border-color:#2563eb;background:#eff6ff}.email-button:hover{border-color:#f59e0b;background:#fffbeb}.contact-method-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.contact-method-details{display:flex;flex-direction:column;gap:4px;flex:1}.contact-method-label{font-weight:600;color:#1f2937;font-size:.95rem}.contact-method-value{font-size:.875rem;color:#6b7280}.browse-properties-cta{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.browse-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:9999px;font-size:1.1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #2563eb66;transition:transform .2s,box-shadow .2s}.browse-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb80}.browse-arrow{font-size:1.2rem;transition:transform .2s}.browse-button:hover .browse-arrow{transform:translate(4px)}@media(max-width:768px){.about-hero-section{padding:40px 16px}.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1.1rem}.about-content{padding:0 16px}.about-text-content{padding:24px}.about-text-content p{font-size:1rem}.services-grid{grid-template-columns:1fr}.features-list,.contact-info-card{padding:24px}}.legal-page{min-height:60vh;padding:2rem 1rem 3rem;background:#f8fafc}.legal-container{max-width:720px;margin:0 auto;background:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f}.legal-back{display:inline-block;margin-bottom:1.5rem;color:#2563eb;text-decoration:none;font-size:.95rem}.legal-back:hover{text-decoration:underline}.legal-title{font-size:1.75rem;color:#1e293b;border-bottom:3px solid #2563eb;padding-bottom:.5rem;margin-bottom:.5rem}.legal-effective{color:#64748b;font-style:italic;font-size:.9rem;margin-bottom:2rem}.legal-container section{margin-bottom:2rem}.legal-container h2{font-size:1.15rem;color:#334155;margin-top:1.5rem;margin-bottom:.5rem}.legal-container h3{font-size:1rem;color:#475569;margin-top:1rem;margin-bottom:.35rem}.legal-container p,.legal-container li{color:#475569;line-height:1.6;margin-bottom:.5rem}.legal-container ul{margin:.5rem 0 1rem 1.5rem;padding:0}.legal-container a{color:#2563eb;text-decoration:none}.legal-container a:hover{text-decoration:underline}.legal-notice{background:#fef3c7;border-left:4px solid #f59e0b;padding:1rem 1.25rem;margin:1rem 0;border-radius:0 8px 8px 0;color:#92400e;line-height:1.5}.legal-contact{background:#f1f5f9;padding:1.25rem;border-radius:8px;margin-top:2rem}.legal-footer-note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center;color:#94a3b8;font-size:.85rem}.blog-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding-bottom:48px}.blog-hero-section{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:48px 20px 40px;text-align:center}.blog-hero-content{max-width:800px;margin:0 auto}.blog-hero-title{font-size:2rem;font-weight:700;margin-bottom:12px;line-height:1.2}.blog-hero-subtitle{font-size:1.1rem;opacity:.95;font-weight:400}.blog-content{max-width:800px;margin:32px auto 0;padding:0 20px}.blog-list{display:flex;flex-direction:column;gap:24px}.blog-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 16px #0000001f}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.blog-card-date{font-size:.9rem;color:#64748b}.blog-card-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#2563eb;font-weight:600}.blog-card-title{font-size:1.35rem;font-weight:700;margin-bottom:8px;line-height:1.3}.blog-card-excerpt{font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:12px}.blog-card-read{font-size:.95rem;font-weight:600;color:#2563eb}.blog-post-layout{max-width:720px;margin:24px auto 0;padding:0 20px}.blog-post-header{margin-bottom:32px}.blog-back-link{display:inline-block;font-size:.9rem;color:#2563eb;text-decoration:none;margin-bottom:16px}.blog-back-link:hover{text-decoration:underline}.blog-post-meta{display:block;font-size:.9rem;color:#64748b;margin-bottom:8px}.blog-post-title{font-size:2rem;font-weight:700;line-height:1.25}.blog-post-body{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #00000014}.blog-post-content h2{font-size:1.35rem;font-weight:700;margin-top:28px;margin-bottom:12px}.blog-post-content h2:first-child{margin-top:0}.blog-post-content p{font-size:1.05rem;line-height:1.8;color:#4b5563;margin-bottom:16px}.blog-post-content p:last-child{margin-bottom:0}.blog-post-content a{color:#2563eb;text-decoration:none;font-weight:500}.blog-post-content a:hover{text-decoration:underline}.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#f8fafc}.not-found-container{text-align:center;max-width:420px}.not-found-code{font-size:4rem;font-weight:700;color:#e2e8f0;line-height:1;margin-bottom:.5rem}.not-found-title{font-size:1.5rem;color:#1e293b;margin-bottom:.75rem}.not-found-message{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.not-found-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.not-found-btn{display:inline-block;padding:.6rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.not-found-btn-primary{background:#2563eb;color:#fff}.not-found-btn-primary:hover{background:#1d4ed8;color:#fff}.not-found-btn-secondary{background:#fff;color:#475569;border:2px solid #e2e8f0}.not-found-btn-secondary:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.test-proxy-page{padding:2rem;max-width:1200px;margin:0 auto}.test-proxy-page h1{font-size:1.5rem;margin-bottom:.5rem}.test-proxy-flag{font-family:monospace;background:#f0f0f0;padding:.5rem .75rem;border-radius:6px;margin-bottom:.5rem}.test-proxy-hint{color:#666;margin-bottom:1.5rem}.test-proxy-loading{padding:2rem;text-align:center}.test-proxy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.test-proxy-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;padding:1rem}.test-proxy-card h3{font-size:1rem;margin-bottom:.25rem}.test-proxy-id{font-size:.75rem;color:#666;margin-bottom:.5rem}.test-proxy-img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.test-proxy-url,.test-proxy-proxy-url{font-size:.7rem;color:#444;word-break:break-all;margin:0}*{box-sizing:border-box;margin:0;padding:0}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;background:#f8fafc}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.app-main>*{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}
