@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bg: #ffffff;--bg-subtle: #f7f7f7;--bg-ui: #f0f0f0;--bg-hover: #ebebeb;--sidebar-bg: #ffffff;--sidebar-border: #e4e4e4;--sidebar-text: #6b6b6b;--sidebar-text-active: #111111;--sidebar-active-bg: #f5f0ff;--sidebar-hover-bg: #f7f7f7;--sidebar-logo-color: #111111;--sidebar-section-color: #aaaaaa;--sidebar-footer-border: #e4e4e4;--border: #e4e4e4;--border-strong: #c4c4c4;--text-1: #111111;--text-2: #555555;--text-3: #888888;--text-4: #aaaaaa;--accent: #6E0AD6;--accent-bg: #f5f0ff;--accent-text: #5a08b3;--orange: #F28000;--orange-bg: #fff7ed;--orange-text: #c2410c;--red: #dc2626;--red-bg: #fef2f2;--red-text: #b91c1c;--yellow: #ca8a04;--yellow-bg: #fefce8;--yellow-text: #b45309;--green: #16a34a;--green-bg: #f0fdf4;--green-text: #15803d;--blue: #2563eb;--blue-bg: #eff6ff;--blue-text: #1d4ed8;--purple: #6E0AD6;--purple-bg: #f5f0ff;--purple-text: #5a08b3;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .08);--glass-blur: blur(16px);--glass-shadow: 0 4px 16px 0 rgba(0, 0, 0, .04);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .07);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.dark{--bg: #1e1e1e;--bg-subtle: #252525;--bg-ui: #2d2d2d;--bg-hover: #333333;--sidebar-bg: #141414;--sidebar-border: #222222;--sidebar-text: #888888;--sidebar-text-active: #ffffff;--sidebar-active-bg: #211a2e;--sidebar-hover-bg: #1f1f1f;--sidebar-logo-color: #ffffff;--sidebar-section-color: #444444;--sidebar-footer-border: #222222;--border: #2e2e2e;--border-strong: #444444;--text-1: #d4d4d4;--text-2: #9d9d9d;--text-3: #6b6b6b;--text-4: #4a4a4a;--accent: #a855f7;--accent-bg: #211a2e;--accent-text: #c084fc;--orange: #F28000;--orange-bg: #2d1a05;--orange-text: #fb923c;--red: #ef4444;--red-bg: #2d1515;--red-text: #f87171;--yellow: #eab308;--yellow-bg: #2d2500;--yellow-text: #facc15;--green: #22c55e;--green-bg: #052e16;--green-text: #4ade80;--blue: #3b82f6;--blue-bg: #172036;--blue-text: #60a5fa;--purple: #a855f7;--purple-bg: #241530;--purple-text: #c084fc;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .08);--glass-blur: blur(20px);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 2px 8px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background-color:var(--bg);color:var(--text-1)}.glass{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}body{background:var(--bg)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}h1{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--text-1)}h2{font-size:1.25rem;font-weight:600;line-height:1.3;color:var(--text-1)}h3{font-size:1rem;font-weight:600;line-height:1.4;color:var(--text-1)}h4{font-size:.875rem;font-weight:600;color:var(--text-1)}p{color:var(--text-2);font-size:.875rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app-layout{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;overflow-y:auto;padding:32px 36px;background:var(--bg)}.sidebar{width:220px;min-width:220px;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;padding:20px 12px;gap:2px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:6px 8px 20px;border-bottom:1px solid var(--sidebar-footer-border);margin-bottom:12px}.sidebar-logo-icon{width:28px;height:28px;background:var(--accent);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-text{font-size:.9rem;font-weight:700;color:var(--sidebar-logo-color);letter-spacing:-.01em}.sidebar-logo-sub{font-size:.65rem;color:#555;margin-top:1px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,color .15s;color:var(--sidebar-text);font-size:.82rem;font-weight:500;text-decoration:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.sidebar-nav-item:hover{background:var(--sidebar-hover-bg);color:var(--sidebar-text-active);text-decoration:none}.sidebar-nav-item.active{background:var(--sidebar-active-bg);color:var(--sidebar-text-active)}.sidebar-section-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-section-color);padding:12px 10px 4px}.sidebar-footer{margin-top:auto;padding:12px 10px;border-top:1px solid var(--sidebar-footer-border)}.sidebar-status{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--sidebar-text)}.sidebar-status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px}.page-title{color:var(--text-1)}.page-subtitle{color:var(--text-3);font-size:.82rem;margin-top:3px}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.card-subtle{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;display:flex;flex-direction:column;gap:6px}.stat-label{font-size:.75rem;font-weight:500;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text-1);line-height:1}.stat-meta{font-size:.75rem;color:var(--text-3)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius-md);font-size:.82rem;font-weight:500;font-family:var(--font);cursor:pointer;transition:background .15s,border-color .15s,color .15s;border:1px solid transparent;outline:none;white-space:nowrap;-webkit-user-select:none;user-select:none;text-decoration:none}.btn-primary{background:var(--text-1);color:var(--bg);border-color:var(--text-1)}.btn-primary:hover{opacity:.85;text-decoration:none}.btn-secondary{background:var(--bg);color:var(--text-1);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--bg-ui);text-decoration:none}.btn-ghost{background:transparent;color:var(--text-2);border-color:transparent}.btn-ghost:hover{background:var(--bg-ui);color:var(--text-1);text-decoration:none}.btn-success{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-success:hover{opacity:.9;text-decoration:none}.btn-danger{background:var(--red);color:#fff;border-color:var(--red)}.btn-danger:hover{opacity:.9;text-decoration:none}.btn-sm{padding:5px 12px;font-size:.78rem;border-radius:var(--radius-sm)}.btn-lg{padding:10px 22px;font-size:.9rem}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-icon{padding:6px;border-radius:var(--radius-sm)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.78rem;font-weight:600;color:var(--text-2)}.form-hint{font-size:.72rem;color:var(--text-3);margin-top:2px}.form-input,.form-select,.form-textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px 12px;font-size:.85rem;font-family:var(--font);color:var(--text-1);transition:border-color .15s;outline:none;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--text-1)}.dark .form-input,.dark .form-select,.dark .form-textarea{background:var(--bg-subtle)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-4)}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;appearance:none;cursor:pointer}.form-textarea{resize:vertical;min-height:80px}.table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg)}table{width:100%;border-collapse:collapse;font-size:.82rem}thead tr{background:var(--bg-subtle);border-bottom:1px solid var(--border)}th{padding:10px 14px;text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);white-space:nowrap}td{padding:11px 14px;border-bottom:1px solid var(--border);color:var(--text-1);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--bg-subtle)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:.72rem;font-weight:600}.badge-green{background:var(--accent-bg);color:var(--accent-text)}.badge-red{background:var(--red-bg);color:var(--red-text)}.badge-yellow{background:var(--yellow-bg);color:var(--yellow-text)}.badge-orange{background:var(--orange-bg);color:var(--orange-text)}.badge-blue{background:var(--blue-bg);color:var(--blue-text)}.badge-purple{background:var(--purple-bg);color:var(--purple-text)}.badge-gray{background:var(--bg-ui);color:var(--text-2)}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .1s ease}.dark .modal-overlay{background:#000000a6}.modal{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:28px;box-shadow:var(--shadow-md);animation:slideUp .15s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.modal-close{background:none;border:none;color:var(--text-3);cursor:pointer;padding:4px;border-radius:var(--radius-sm);font-size:1rem;line-height:1;transition:color .1s}.modal-close:hover{color:var(--text-1)}.toggle-wrapper{display:flex;align-items:center;gap:10px}.toggle{position:relative;width:36px;height:20px;cursor:pointer;flex-shrink:0}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{position:absolute;inset:0;background:var(--border-strong);border-radius:10px;transition:background .2s}.toggle input:checked+.toggle-track{background:var(--accent)}.toggle-thumb{position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 2px #0003}.toggle input:checked~.toggle-thumb{transform:translate(16px)}.listing-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .15s}.listing-card.mismatch{opacity:.6;filter:grayscale(.8)}.listing-card.mismatch:hover{opacity:1;filter:none}.listing-card:hover{border-color:var(--border-strong)}.listing-card-image{width:100%;height:150px;object-fit:cover;background:var(--bg-subtle);display:block}.listing-card-body{padding:14px;display:flex;flex-direction:column;gap:6px}.listing-card-title{font-size:.85rem;font-weight:600;color:var(--text-1);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-card-price{font-size:1.1rem;font-weight:700;color:var(--text-1)}.listing-card-price.price-dropped{color:var(--accent)}.listing-card-old-price{font-size:.78rem;color:var(--text-3);text-decoration:line-through}.listing-card-location{font-size:.75rem;color:var(--text-3)}.listing-card-badges{display:flex;flex-wrap:wrap;gap:4px}.pix-hold-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px}.pix-timer{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--yellow)}.pix-timer.danger{color:var(--red)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 32px;text-align:center;gap:10px}.empty-state-icon{font-size:2.5rem;opacity:.5}.empty-state h3{color:var(--text-2);font-size:.95rem}.empty-state p{color:var(--text-3);font-size:.82rem;max-width:320px}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--text-1);border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.skeleton{background:linear-gradient(90deg,var(--bg-subtle) 25%,var(--bg-ui) 50%,var(--bg-subtle) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-md)}.filters-bar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:20px}.filter-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:var(--radius-sm);font-size:.78rem;font-weight:500;border:1px solid var(--border);background:var(--bg);color:var(--text-2);cursor:pointer;transition:all .15s}.filter-chip:hover,.filter-chip.active{border-color:var(--text-1);color:var(--text-1);background:var(--bg-subtle)}.info-banner{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 18px;display:flex;gap:12px;align-items:flex-start}.info-banner-icon{color:var(--text-3);flex-shrink:0;margin-top:1px}.divider{height:1px;background:var(--border);margin:16px 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.flex-1{flex:1}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.ml-auto{margin-left:auto}.w-full{width:100%}.min-w-0{min-width:0}.text-1{color:var(--text-1)}.text-2{color:var(--text-2)}.text-3{color:var(--text-3)}.text-xs{font-size:.72rem}.text-sm{font-size:.82rem}.text-base{font-size:.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:JetBrains Mono,Fira Code,monospace;font-size:.85em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-through{text-decoration:line-through}.text-right{text-align:right}.text-center{text-align:center}.stack>*+*{margin-top:10px}.stack-sm>*+*{margin-top:6px}.stack-lg>*+*{margin-top:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
