:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden}.dashboard-container{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;transition:all .5s}.dashboard-container.light-mode{background:linear-gradient(to bottom right,#eff6ff,#faf5ff,#fdf2f8)}.dashboard-container.dark-mode{background-color:#111827;color:#f3f4f6}.header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#ffffffe6;border-bottom:1px solid #e5e7eb}.header.dark-mode{background-color:#1f2937e6;border-bottom-color:#374151}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-icon{background:linear-gradient(to right,#2563eb,#9333ea);padding:.5rem;border-radius:.75rem}.logo-icon svg{width:1.5rem;height:1.5rem;color:#fff}.logo-text h1{font-size:1.25rem;font-weight:700;color:#111827}.dark-mode .logo-text h1{color:#f3f4f6}.logo-text p{font-size:.75rem;color:#6b7280}.dark-mode .logo-text p{color:#9ca3af}.header-actions{display:flex;align-items:center;gap:.75rem}.icon-button{position:relative;padding:.5rem;border-radius:.5rem;transition:all .3s;background:none;border:none;cursor:pointer;color:inherit}.icon-button:hover{background-color:#f3f4f6}.dark-mode .icon-button:hover{background-color:#374151}.notification-badge{position:absolute;top:.25rem;right:.25rem;width:.5rem;height:.5rem;background-color:#ef4444;border-radius:50%}.user-profile{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.user-avatar{width:2.5rem;height:2.5rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.user-info p{font-size:.875rem;font-weight:600}.user-info span{font-size:.75rem;color:#6b7280}.dark-mode .user-info span{color:#9ca3af}.navigation{display:flex;gap:.25rem;padding:0 1.5rem .5rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500}.nav-button.active{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;box-shadow:0 10px 15px -3px #0000001a}.nav-button:not(.active){color:#6b7280}.nav-button:not(.active):hover{background-color:#f3f4f6}.dark-mode .nav-button:not(.active):hover{background-color:#374151}.nav-button svg{width:1rem;height:1rem}.notifications-dropdown{position:absolute;right:1.5rem;top:5rem;width:20rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;z-index:50;padding:1rem}.dark-mode .notifications-dropdown{background-color:#1f2937;border-color:#374151}.notifications-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.notifications-header h3{font-weight:600}.notification-item{padding:.75rem;border-radius:.5rem;margin-bottom:.5rem}.notification-item.unread{background-color:#dbeafe}.dark-mode .notification-item.unread{background-color:#1e3a8a}.notification-item.read{opacity:.6}.notification-item p{font-size:.875rem}.notification-item span{font-size:.75rem;color:#6b7280;margin-top:.25rem;display:block}.main-content{padding:1.5rem;width:95vw}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.kpi-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .3s}.dark-mode .kpi-card{background-color:#1f2937;border-color:#374151}.kpi-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.25rem)}.kpi-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.kpi-header svg{width:2rem;height:2rem}.kpi-change{color:#16a34a;font-size:.875rem;font-weight:600}.kpi-value{font-size:1.875rem;font-weight:700;margin-bottom:.25rem}.kpi-label{font-size:.875rem;color:#6b7280}.dark-mode .kpi-label{color:#9ca3af}.ai-insights-card{background:linear-gradient(to right,#2563eb,#9333ea);border-radius:.75rem;padding:1.5rem;color:#fff;margin-bottom:1.5rem}.ai-insights-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ai-insights-header svg{width:1.5rem;height:1.5rem}.ai-insights-header h3{font-size:1.125rem;font-weight:700}.ai-insights-card p{font-size:.875rem;opacity:.9;margin-bottom:1rem}.ai-insights-button{background-color:#fff;color:#2563eb;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.ai-insights-button:hover{box-shadow:0 10px 15px -3px #0000001a}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:1.5rem}.chart-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.dark-mode .chart-card{background-color:#1f2937;border-color:#374151}.chart-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.properties-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.properties-header h2{font-size:1.5rem;font-weight:700}.add-button{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer;font-weight:600;transition:all .3s}.add-button:hover{box-shadow:0 10px 15px -3px #0000001a}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.Width{width:92vw;overflow-x:hidden}.property-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .3s}.dark-mode .property-card{background-color:#1f2937;border-color:#374151}.property-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.property-image-container{position:relative}.property-image{width:100%;height:12rem;object-fit:cover}.property-status{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.property-status.available{background-color:#22c55e;color:#fff}.property-status.pending{background-color:#eab308;color:#fff}.property-status.sold{background-color:#6b7280;color:#fff}.property-views{position:absolute;bottom:.75rem;left:.75rem;display:flex;align-items:center;gap:.5rem;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:9999px}.property-views svg{width:1rem;height:1rem;color:#fff}.property-views span{color:#fff;font-size:.875rem;font-weight:600}.property-details{padding:1.25rem}.property-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.property-location{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.dark-mode .property-location{color:#9ca3af}.property-pricing{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.property-price{font-size:1.5rem;font-weight:700;color:#2563eb}.property-ai-value{font-size:.75rem;color:#6b7280}.dark-mode .property-ai-value{color:#9ca3af}.property-trend{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.property-trend.positive{background-color:#dcfce7;color:#15803d}.property-trend.neutral{background-color:#f3f4f6;color:#374151}.property-trend svg{width:.75rem;height:.75rem}.property-specs{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.dark-mode .property-specs{color:#9ca3af}.property-button{width:100%;background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.property-button:hover{box-shadow:0 10px 15px -3px #0000001a}.ai-suggested-tasks{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.dark-mode .ai-suggested-tasks{background-color:#1f2937;border-color:#374151}.ai-suggested-tasks h3{font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.ai-suggested-tasks svg{width:1.25rem;height:1.25rem;color:#9333ea}.suggested-task-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;background-color:#faf5ff}.dark-mode .suggested-task-item{background-color:#581c87}.suggested-task-item button{color:#9333ea;font-size:.875rem;font-weight:600;background:none;border:none;cursor:pointer}.task-list{display:flex;flex-direction:column;gap:.75rem}.task-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;display:flex;align-items:center;justify-content:space-between;transition:all .3s}.dark-mode .task-item{background-color:#1f2937;border-color:#374151}.task-item:hover{box-shadow:0 10px 15px -3px #0000001a}.task-content{display:flex;align-items:center;gap:1rem;flex:1}.task-checkbox{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;transition:all .3s}.task-checkbox.completed{background-color:#22c55e;border-color:#22c55e}.task-checkbox svg{width:1rem;height:1rem;color:#fff}.task-details{flex:1}.task-text{font-size:1rem}.task-text.completed{text-decoration:line-through;opacity:.5}.task-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.task-priority{font-size:.75rem;padding:.25rem .5rem;border-radius:9999px}.task-priority.high{background-color:#fee2e2;color:#991b1b}.task-priority.medium{background-color:#fef3c7;color:#92400e}.task-priority.low{background-color:#f3f4f6;color:#374151}.task-due{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.dark-mode .task-due{color:#9ca3af}.task-due svg{width:.75rem;height:.75rem}.task-item>svg{width:1.25rem;height:1.25rem;color:#6b7280}.dark-mode .task-item>svg{color:#9ca3af}.leaderboard-list{display:flex;flex-direction:column;gap:1rem}.leaderboard-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;transition:all .3s}.dark-mode .leaderboard-item{background-color:#1f2937;border-color:#374151}.leaderboard-item:hover{box-shadow:0 10px 15px -3px #0000001a}.leaderboard-agent{display:flex;align-items:center;gap:1rem}.agent-avatar-container{position:relative}.agent-avatar{width:3rem;height:3rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.agent-trophy{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;color:#eab308}.agent-info p{font-weight:600}.agent-badge{background-color:#dbeafe;color:#1e40af;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;margin-top:.25rem;display:inline-block}.dark-mode .agent-badge{background-color:#1e3a8a;color:#93c5fd}.agent-stats{text-align:right}.agent-sales{font-size:1.5rem;font-weight:700}.agent-stats-label{font-size:.875rem;color:#6b7280}.dark-mode .agent-stats-label{color:#9ca3af}.ai-panel-overlay{position:fixed;inset:0;background-color:#00000080;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.ai-panel{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;width:100%;max-width:42rem;max-height:80vh;overflow:auto}.dark-mode .ai-panel{background-color:#1f2937;border-color:#374151}.ai-panel-header{position:sticky;top:0;background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:1.5rem;border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:space-between}.ai-panel-title{display:flex;align-items:center;gap:.75rem}.ai-panel-title svg{width:1.5rem;height:1.5rem}.ai-panel-title h3{font-size:1.25rem;font-weight:700}.ai-panel-header button{background:none;border:none;cursor:pointer;color:#fff}.ai-panel-header button svg{width:1.5rem;height:1.5rem}.ai-panel-content{padding:1.5rem}.ai-quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.ai-quick-action{padding:1rem;border-radius:.5rem;text-align:left;border:none;cursor:pointer;transition:all .3s}.ai-quick-action:hover{box-shadow:0 10px 15px -3px #0000001a}.ai-quick-action.blue{background-color:#eff6ff}.dark-mode .ai-quick-action.blue{background-color:#1e3a8a}.ai-quick-action.purple{background-color:#faf5ff}.dark-mode .ai-quick-action.purple{background-color:#581c87}.ai-quick-action.pink{background-color:#fdf2f8}.dark-mode .ai-quick-action.pink{background-color:#831843}.ai-quick-action.green{background-color:#f0fdf4}.dark-mode .ai-quick-action.green{background-color:#14532d}.ai-quick-action p{font-weight:600;font-size:.875rem}.ai-response{padding:1rem;border-radius:.5rem;background-color:#f9fafb;margin-bottom:1rem}.dark-mode .ai-response{background-color:#1f2937}.ai-response p{font-size:.875rem}.ai-input-container{display:flex;gap:.5rem}.ai-input{flex:1;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;background-color:#fff}.dark-mode .ai-input{background-color:#1f2937;border-color:#374151;color:#fff}.ai-input:focus{outline:none;ring:2px solid #2563eb}.ai-submit-button{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.ai-submit-button:hover{box-shadow:0 10px 15px -3px #0000001a}.ai-voice-button{background:linear-gradient(to right,#9333ea,#ec4899);color:#fff;padding:.75rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s}.ai-voice-button:hover{box-shadow:0 10px 15px -3px #0000001a}.ai-voice-button svg{width:1.25rem;height:1.25rem}.fab{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:50%;box-shadow:0 25px 50px -12px #00000040;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;z-index:40;transition:all .3s}.fab:hover{transform:scale(1.1)}.fab svg{width:1.5rem;height:1.5rem}.recent-activity{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.dark-mode .recent-activity{background-color:#1f2937;border-color:#374151}.recent-activity h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:.5rem;transition:all .3s}.activity-item:hover{background-color:#f9fafb}.dark-mode .activity-item:hover{background-color:#374151}.activity-details p{font-weight:500}.activity-details span{font-size:.875rem;color:#6b7280}.dark-mode .activity-details span{color:#9ca3af}.activity-time{font-size:.75rem;color:#6b7280}.dark-mode .activity-time{color:#9ca3af}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.space-y-2>*+*{margin-top:.5rem}@media(max-width:1000px){.dashboard-container{width:100vw;max-width:100vw}.header-content{flex-wrap:wrap;padding:1rem}.logo-text h1{font-size:1rem}.logo-text p{display:none}.user-profile{margin-left:.5rem}.user-info{display:none}.navigation{overflow-x:auto;padding:0 1rem .5rem;-webkit-overflow-scrolling:touch}.nav-button{white-space:nowrap;padding:.5rem .75rem;font-size:.8rem}.nav-button svg{width:.875rem;height:.875rem}.main-content{padding:1rem;width:100%}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.kpi-card{padding:1rem}.kpi-value{font-size:1.5rem}.kpi-label{font-size:.75rem}.charts-grid,.properties-grid{grid-template-columns:1fr;gap:1rem}.properties-header{flex-direction:column;align-items:flex-start;gap:1rem}.properties-header h2{font-size:1.25rem}.add-button{width:100%;justify-content:center}.property-card{width:100%}.ai-panel{width:calc(100vw - 2rem);margin:0 1rem}.ai-quick-actions{grid-template-columns:1fr}.ai-input-container{flex-wrap:wrap}.ai-input{width:100%;margin-bottom:.5rem}.ai-submit-button,.ai-voice-button{flex:1}.notifications-dropdown{right:1rem;left:1rem;width:auto}.task-item{padding:.75rem}.task-content{gap:.75rem}.leaderboard-item{padding:1rem}.agent-avatar{width:2.5rem;height:2.5rem}.fab{bottom:1rem;right:1rem;width:3rem;height:3rem}.activity-item{flex-direction:column;align-items:flex-start;gap:.5rem}.activity-time{align-self:flex-end}}@media(max-width:600px){.header-content{padding:.75rem}.logo-icon{padding:.375rem}.logo-icon svg{width:1.25rem;height:1.25rem}.user-avatar{width:2rem;height:2rem;font-size:.75rem}.icon-button{padding:.375rem}.icon-button svg{width:1.125rem;height:1.125rem}.kpi-grid{grid-template-columns:1fr}.nav-button span{display:none}.nav-button{padding:.5rem}.property-pricing{flex-direction:column;align-items:flex-start;gap:.5rem}.property-specs{flex-wrap:wrap}.ai-panel{max-height:90vh}}
