@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-bg:#03040b;--secondary-bg:#0c0e1a;--accent-purple:#8b5cf6;--accent-blue:#3b82f6;--accent-purple-glow:#8b5cf659;--accent-blue-glow:#3b82f659;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--glass-bg:#0f172a99;--glass-border:#ffffff0d;--glass-border-light:#ffffff1f;--glass-blur:blur(20px);--font-main:"Outfit", sans-serif;--font-content:"Inter", sans-serif;--card-shadow:0 20px 50px -12px #00000080;--sidebar-width:80px}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--accent-purple) transparent;margin:0;padding:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--accent-purple);border-radius:20px}body{font-family:var(--font-main);background-color:var(--primary-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6}.dashboard-container{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background-color:var(--secondary-bg);border-right:1px solid var(--glass-border);z-index:100;flex-direction:column;flex-shrink:0;align-items:center;gap:3rem;padding:2.5rem 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.sidebar:hover{align-items:flex-start;width:220px;padding:2.5rem 1.75rem}.sidebar-item{color:var(--text-secondary);cursor:pointer;border-radius:1.25rem;align-items:center;gap:1.25rem;width:100%;padding:1rem;transition:all .3s;display:flex;position:relative}.sidebar-item-label{opacity:0;white-space:nowrap;pointer-events:none;font-weight:600;transition:opacity .3s}.sidebar:hover .sidebar-item-label{opacity:1}.sidebar-item:hover,.sidebar-item.active{color:#fff;box-shadow:0 10px 20px -10px var(--accent-purple-glow);background:#8b5cf61a}.sidebar-item.active:before{content:"";background:var(--accent-purple);width:5px;height:25px;box-shadow:0 0 15px var(--accent-purple);border-radius:0 5px 5px 0;position:absolute;left:-2rem}.main-content{flex:1;padding:3rem 5%;overflow-y:auto}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--card-shadow);border-radius:1.5rem;padding:1.5rem;transition:all .5s}.glass-card:hover{border-color:var(--glass-border-light);transform:translateY(-5px)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin-bottom:3rem;display:grid}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.text-gradient{background:linear-gradient(135deg, #fff 30%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.reveal{opacity:0;animation:.8s cubic-bezier(.19,1,.22,1) forwards slideUp}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background:linear-gradient(135deg, var(--accent-purple), var(--accent-blue));color:#fff;cursor:pointer;box-shadow:0 10px 20px -10px var(--accent-purple-glow);border:none;border-radius:1.25rem;padding:1rem 2.5rem;font-weight:700;transition:all .3s}.btn-primary:hover{box-shadow:0 15px 30px -10px var(--accent-purple-glow);transform:translateY(-2px)}.btn-glass{border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:1rem;padding:.85rem 1.5rem;transition:all .3s}.btn-glass:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26}.chart-container{width:100%;height:300px;position:relative}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.sidebar-overlay{z-index:149;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:none;position:fixed;inset:0}.hamburger-btn{z-index:200;cursor:pointer;color:#fff;background:#8b5cf633;border:1px solid #8b5cf666;border-radius:.75rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:none;position:fixed;top:1rem;left:1rem}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.charts-grid{grid-template-columns:1.8fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.settings-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.ai-examples-grid{grid-template-columns:1fr 420px;align-items:start;gap:1.5rem;display:grid}.prop-stats-grid{z-index:20;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:-4rem;display:grid;position:relative}.prop-detail-layout{grid-template-columns:1.6fr 1fr;gap:4rem;margin-top:6rem;display:grid}@media (width<=1024px){.main-content{padding:2rem 3%}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.charts-grid{grid-template-columns:1fr;gap:1.5rem}.settings-cards-grid{grid-template-columns:repeat(2,1fr)}.ai-examples-grid{grid-template-columns:1fr}.prop-detail-layout{grid-template-columns:1fr;gap:2.5rem;margin-top:3rem}}@media (width<=768px){.hamburger-btn{display:flex}.sidebar{z-index:150;height:100vh;top:0;left:-100%;overflow-y:auto;align-items:flex-start!important;width:280px!important;padding:2rem 1.5rem!important;transition:left .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important}.sidebar.open{left:0}.sidebar-overlay.open{display:block}.main-content{width:100%;padding:5rem 1rem 2rem}.dashboard-container{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.admin-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.properties-grid{grid-template-columns:1fr;gap:1rem}.dashboard-header{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important}.dashboard-header>div:last-child{flex:100%!important;width:100%!important;max-width:100%!important}.glass-card:hover{transform:none}.text-gradient{background:linear-gradient(135deg,#fff 0%,#c084fc 60%,#818cf8 100%)!important;-webkit-text-fill-color:transparent!important;filter:drop-shadow(0 0 12px #c084fc80)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:clamp(1.75rem,7vw,2.5rem)!important}.search-kbd-hint{display:none!important}.chart-container{height:220px!important}.stats-grid .glass-card{min-height:120px!important;padding:1rem!important}.charts-grid,.settings-cards-grid{grid-template-columns:1fr;gap:1rem}.ai-examples-grid{grid-template-columns:1fr}.prop-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.prop-detail-layout{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.modal-content{width:95vw!important;max-width:95vw!important;margin:1rem!important;padding:1.25rem!important}.sidebar .sidebar-item-label{opacity:1}.admin-page-header{padding-top:3rem!important}.admin-page-header h1{font-size:1.5rem!important}.webhook-input-row{flex-wrap:wrap!important}.webhook-input-row input{flex:100%!important}.webhook-input-row button{width:100%!important}.roteiro-page-header{flex-wrap:wrap!important;align-items:flex-start!important;gap:.75rem!important}.roteiro-page-header>div:first-child{flex:100%!important}.social-connect-row{gap:.75rem!important}.social-connect-row button{white-space:nowrap!important;flex-shrink:0!important;padding:.5rem .875rem!important;font-size:.75rem!important}.wa-status-row{flex-direction:column!important;align-items:flex-start!important;gap:1.25rem!important}.wa-status-row>div:first-child{align-self:center!important;width:100%!important;max-width:180px!important}.wa-qr-actions{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.wa-qr-actions button{white-space:nowrap!important;width:100%!important}.photo-nav-btn{width:38px!important;height:38px!important;font-size:1.1rem!important;top:30%!important}.photo-nav-prev{left:.75rem!important}.photo-nav-next{right:.75rem!important}.property-hero-footer>div:last-child>div:last-child{background:#fff!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:clamp(1.4rem,6vw,2rem)!important}.property-action-bar-wrap{width:96%!important;bottom:1rem!important}.property-action-bar{border-radius:1.5rem!important;flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;padding:.875rem 1rem!important}.property-action-bar>div:first-child{gap:.75rem!important}.property-action-bar>div:first-child>div:first-child{flex-shrink:0!important;width:44px!important;height:44px!important;font-size:1rem!important}.property-action-bar>div:first-child>div:last-child>div:first-child{font-size:1rem!important}.property-action-bar>div:last-child{flex-wrap:wrap!important;justify-content:stretch!important;gap:.5rem!important}.property-action-bar>div:last-child>button{border-radius:.875rem!important;flex:1!important;min-width:0!important;height:48px!important;padding:0 .75rem!important;font-size:.85rem!important}.property-item{gap:.75rem!important;padding:.875rem 1rem!important}.property-item-thumb{width:56px!important;height:56px!important}.property-item-name{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:.875rem!important;line-height:1.3!important;display:-webkit-box!important;overflow:hidden!important}.property-item-price-col{gap:.5rem!important}.property-item-price-col>div:first-child{font-size:.95rem!important}.prop-detail-card{border-radius:1.5rem!important;padding:1.5rem!important}.prop-detail-card-title{gap:.75rem!important;margin-bottom:1.25rem!important;font-size:1.1rem!important}.prop-amenity-item{border-radius:.875rem!important;gap:.75rem!important;padding:.75rem 1rem!important;font-size:.9rem!important}.prop-cost-row span:first-child{font-size:.95rem!important}.prop-cost-row span:last-child{font-size:1.1rem!important}.prop-cost-footer{margin-top:1.5rem!important;padding-top:1.5rem!important}.prop-cost-consult{margin-top:.5rem!important;font-size:1.3rem!important}.property-action-bar>div:last-child>button{gap:.4rem!important;font-size:.78rem!important}.property-hero{height:55vh!important;min-height:320px!important}.property-hero-overlay{padding:0 5% 4.5rem!important}.property-hero-title{letter-spacing:-.02em!important;margin-bottom:.75rem!important;font-size:clamp(1.1rem,4.5vw,1.8rem)!important;line-height:1.2!important}.property-hero-footer{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.property-hero-footer>div:first-child{gap:.5rem!important;font-size:1rem!important}.property-hero-footer>div:last-child{text-align:left!important}.property-thumbnails{scrollbar-width:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;max-width:95%!important;padding:0 .5rem!important;bottom:.75rem!important;overflow-x:auto!important}.property-thumbnails::-webkit-scrollbar{display:none!important}}
