.dashboard-container{background:#f3f4f6;flex-direction:column;height:100vh;display:flex;overflow:hidden}.dashboard-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;height:64px;padding:0 24px;display:flex;box-shadow:0 1px 3px #0000001a}.header-left{flex:none}.logo{color:#1f2937;font-size:20px;font-weight:700}.header-center{flex:1;justify-content:center;padding:0 24px;display:flex}.search-bar{width:100%;max-width:500px;position:relative}.search-bar input{border-radius:8px;width:100%;padding:10px 16px 10px 40px;font-size:14px;transition:all .2s;color:#1f2937!important;background:#fff!important;border:1px solid #d1d5db!important}.search-bar input:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#fff!important;border-color:#3b82f6!important}.search-bar input::placeholder{color:#9ca3af!important}.search-icon{color:#9ca3af;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.header-right{flex:none;align-items:center;gap:12px;display:flex}.switch-to-admin-btn{color:#3b82f6;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.switch-to-admin-btn:hover{color:#1e40af;background:#eff6ff;border-color:#3b82f6}.user-menu{align-items:center;gap:12px;display:flex}.user-avatar{color:#3b82f6;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-info{flex-direction:column;display:flex}.user-email{font-size:13px;font-weight:600;color:#374151!important}.dashboard-header .user-email{font-weight:600;color:#374151!important}.logout-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.logout-btn:hover{color:#1f2937;background:#f3f4f6}.dashboard-content-wrapper{flex:1;display:flex;overflow:hidden}.dashboard-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:240px;display:flex;overflow-y:auto}.sidebar-nav{flex-direction:column;gap:4px;padding:16px 8px;display:flex}.sidebar-menu-item{cursor:pointer;color:#6b7280;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.sidebar-menu-item:hover{color:#1f2937;background:#f9fafb}.sidebar-menu-item.active{color:#3b82f6;background:#eff6ff;font-weight:600}.active-indicator{color:#3b82f6;margin-left:auto}.sidebar-submenu{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.sidebar-submenu-header{justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 16px;display:flex}.sidebar-submenu-title{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px;font-size:12px;font-weight:600;overflow:hidden}.sidebar-submenu-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.sidebar-submenu-close:hover{color:#374151;background:#f3f4f6}.sidebar-submenu-item{font-size:13px;padding-left:40px!important}.dashboard-main{background:#f3f4f6;flex:1;padding:24px;overflow-y:auto}.kpi-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.kpi-card{background:#fff;border-radius:12px;align-items:center;gap:16px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000001a}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.kpi-content{flex:1}.kpi-value{color:#1f2937;font-size:28px;font-weight:700;line-height:1.2}.kpi-label{color:#6b7280;margin-top:4px;font-size:14px}.projects-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937!important}.create-project-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #3b82f64d}.create-project-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.create-project-btn:active{transform:translateY(0)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.project-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s;overflow:hidden}.project-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.project-thumbnail{background:#f3f4f6;width:100%;height:160px;position:relative;overflow:hidden}.project-thumbnail img{object-fit:cover;width:100%;height:100%}.project-placeholder{background:#f9fafb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.project-info{padding:16px}.project-title{text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-size:16px;font-weight:600;overflow:hidden;color:#1f2937!important}.project-meta{color:#6b7280;margin:0;font-size:13px}.project-actions{background:#fafafa;border-top:1px solid #f3f4f6;gap:8px;padding:12px 16px;display:flex}.action-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.action-btn.preview-btn{display:none}.action-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.action-btn.delete-btn:hover{color:#ef4444;background:#fee2e2;border-color:#ef4444}.loading-state,.empty-state{text-align:center;color:#9ca3af;padding:60px 20px}.empty-state{flex-direction:column;align-items:center;gap:16px;display:flex}.empty-state p{margin:0;font-size:16px}.leads-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.leads-section h2{color:#1f2937;margin:0 0 24px;font-size:20px;font-weight:600}.leads-project-group{margin-bottom:32px}.leads-project-group h3{color:#374151;margin:0 0 16px;font-size:16px;font-weight:600}.leads-table table{border-collapse:collapse;width:100%}.leads-table th,.leads-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px}.leads-table th{color:#374151;background:#f9fafb;font-size:13px;font-weight:600}.leads-table td{color:#6b7280;font-size:14px}.settings-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.settings-section h2{color:#1f2937;margin:0 0 24px;font-size:20px;font-weight:600}.settings-content{color:#6b7280}.analytics-section{padding:0}.analytics-section .section-header h2{color:#1f2937!important}.analytics-instruction{text-align:center;color:#6b7280;margin-bottom:24px;font-size:14px}.project-analytics-detail{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.project-analytics-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;display:flex}.project-analytics-header h3{color:#1f2937;margin:0 0 8px;font-size:20px;font-weight:600}.project-analytics-meta{color:#6b7280;margin:0;font-size:13px}.close-detail-btn{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.close-detail-btn:hover{color:#3b82f6;background:#f9fafb;border-color:#3b82f6}.analytics-tabs{border-bottom:1px solid #e5e7eb;gap:8px;margin-bottom:24px;display:flex}.analytics-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.analytics-tab:hover{color:#3b82f6;background:#f9fafb}.analytics-tab.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.project-info-section{margin-top:24px}.info-card{background:#f9fafb;border-radius:8px;margin-bottom:20px;padding:20px}.info-card h4{color:#1f2937;margin:0 0 16px;font-size:16px;font-weight:600}.info-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:12px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#6b7280;font-size:14px;font-weight:500}.info-value{color:#1f2937;font-size:14px}.info-actions{gap:12px;display:flex}.action-primary-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.action-primary-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.analytics-card{cursor:pointer;transition:all .2s}.analytics-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.action-btn.analytics-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}@media (max-width:1024px){.kpi-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-sidebar{width:200px}.kpi-cards,.projects-grid{grid-template-columns:1fr}}
.analytics-chart-container{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 1px 3px #0000001a}.analytics-chart-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.analytics-chart-header h3{color:#1f2937;margin:0;font-size:18px;font-weight:600}.chart-controls{gap:8px;display:flex}.period-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.period-btn:hover{color:#3b82f6;background:#f9fafb;border-color:#3b82f6}.period-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.chart-content{width:100%;height:300px}.chart-loading,.chart-empty{color:#9ca3af;justify-content:center;align-items:center;height:300px;font-size:14px;display:flex}
.template-selector-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.template-selector-modal{background:#1a1a2e;border-radius:16px;flex-direction:column;width:100%;max-width:1000px;max-height:90vh;animation:.3s ease-out slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.template-selector-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.template-selector-header h2{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.template-selector-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.template-selector-close:hover{background:#fff3}.template-selector-content{flex:1;grid-template-columns:1fr 300px;gap:2rem;padding:2rem;display:grid;overflow-y:auto}.template-grid-container{overflow-y:auto}.template-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.template-card{cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:12px;padding:1rem;transition:all .3s;position:relative;overflow:hidden}.template-card:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f61a,#9333ea1a);transition:opacity .3s;position:absolute;inset:0}.template-card:hover{background:#ffffff1a;border-color:#3b82f680;transform:translateY(-2px)}.template-card:hover:before{opacity:1}.template-card.selected{background:#3b82f626;border-color:#3b82f6}.template-card.selected:before{opacity:1}.template-card-icon{color:#60a5fa;background:#3b82f633;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:flex}.template-card-thumbnail{aspect-ratio:9/16;background:#ffffff0d;border-radius:8px;width:100%;margin-bottom:.75rem;overflow:hidden}.template-card-thumbnail img{object-fit:cover;width:100%;height:100%}.template-card-info{z-index:1;position:relative}.template-card-info h3{color:#fff;margin:0 0 .25rem;font-size:1rem;font-weight:600}.template-card-info p{color:#fff9;margin:0;font-size:.875rem;line-height:1.4}.template-preview-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.phone-preview-frame{background:#000;border-radius:24px;width:200px;height:400px;padding:8px;position:relative;box-shadow:0 10px 40px #00000080}.phone-preview-notch{z-index:10;background:#000;border-radius:0 0 12px 12px;width:100px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-preview-screen{background:#fff;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.phone-preview-swiper{width:100%;height:100%;position:relative}.phone-preview-slide{flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.phone-preview-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.phone-preview-overlay{background:linear-gradient(#0000004d,#0009);justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.phone-preview-content{text-align:center;z-index:1}.phone-preview-title{color:inherit;margin:0 0 .5rem;font-size:.875rem;font-weight:700;line-height:1.3}.phone-preview-subtitle{opacity:.9;color:inherit;margin:0 0 1rem;font-size:.75rem}.phone-preview-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.preview-placeholder{color:#ffffff80;text-align:center;justify-content:center;align-items:center;height:400px;padding:2rem;display:flex}.select-template-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#9333ea 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #3b82f666}.select-template-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.select-template-button:active{transform:translateY(0)}@media (max-width:768px){.template-selector-overlay{padding:1rem}.template-selector-modal{max-height:95vh}.template-selector-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.template-preview-container{display:none}.template-grid{grid-template-columns:1fr}.template-selector-header{padding:1rem 1.5rem}.template-selector-header h2{font-size:1.25rem}}.template-grid-container::-webkit-scrollbar{width:8px}.template-selector-content::-webkit-scrollbar{width:8px}.template-grid-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.template-selector-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.template-grid-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.template-selector-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.template-grid-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.template-selector-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
