@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #0c0c0c;--bg-surface: #141414;--text-primary: #f8f8f8;--text-secondary: #a3a3a3;--primary: #facc15;--primary-light: #fef08a;--secondary: #a16207;--success: #22c55e;--warning: #facc15;--error: #ef4444;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .05);--sidebar-width: 260px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-primary);min-height:100vh}.dashboard{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#111;border-right:1px solid var(--glass-border);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.sidebar-logo{padding:2rem;display:flex;align-items:center;gap:1rem}.logo-icon{background:var(--primary);color:#000;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.sidebar-logo h2{font-size:1.2rem;color:#fff;font-weight:600}.sidebar-nav{padding:0 1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;background:transparent;border:none;border-radius:8px;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%;text-align:left}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#facc151a;color:var(--primary)}.sidebar-footer{padding:2rem 1rem}.btn-exit{color:var(--error)}.btn-exit:hover{background:#ef44441a;color:var(--error)}.main-wrapper{margin-left:var(--sidebar-width);flex:1;padding:2.5rem 3.5rem;max-width:1300px}.header{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--glass-border)}.header-content{display:flex;justify-content:space-between;align-items:flex-start}.header-subtitle{color:var(--primary);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.header-titles h1{font-size:2.5rem;font-weight:700;color:#fff;margin:.5rem 0}.header-desc{color:var(--text-secondary);font-size:.95rem;max-width:600px;line-height:1.5}.btn-export{background:var(--primary);color:#000;border:none;padding:.8rem 1.2rem;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s}.btn-export:hover{background:#eab308}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.stat-box{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .2s ease}.stat-icon-wrapper{background:#ffffff08;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon{color:var(--primary)}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.8rem;font-weight:700;color:#fff;line-height:1.2}.stat-subtitle{font-size:.9rem;color:var(--text-secondary);margin-top:.2rem}.chart-card{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:16px;padding:2rem}.chart-card h2{font-size:1.2rem;font-weight:500;color:#fff;margin-bottom:.5rem}.chart-card.full-width{grid-column:1 / -1;height:480px}.chart-card h2{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.chart-container{flex:1;min-height:250px}.feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.feedback-card{padding:1.5rem;max-height:600px;display:flex;flex-direction:column}.feedback-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--glass-border)}.feedback-header h2{font-size:1.2rem;font-weight:600;color:#fff}.feedback-list{flex:1;overflow-y:auto;padding-right:.5rem;display:flex;flex-direction:column;gap:1rem}.feedback-list::-webkit-scrollbar{width:6px}.feedback-list::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.feedback-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.feedback-list::-webkit-scrollbar-thumb:hover{background:#fff3}.feedback-item{background:#0003;padding:1rem;border-radius:12px;position:relative;transition:background .2s}.feedback-item:hover{background:#0006}.feedback-item p{font-size:.95rem;line-height:1.5;color:#dbdbdb;z-index:1;position:relative}.quote{position:absolute;top:-10px;left:10px;font-size:3rem;font-family:serif;opacity:.1;z-index:0}.feedback-item.pos{border-left:3px solid var(--success)}.feedback-item.neg{border-left:3px solid var(--warning)}.text-purple{color:var(--primary-light)}.text-orange{color:var(--warning)}@media(max-width:900px){.charts-grid,.feedback-grid{grid-template-columns:1fr}}.charts-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.charts-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.pie-container{display:flex;align-items:center;justify-content:center}.qualitative-section{margin-top:3rem;margin-bottom:4rem}.section-title{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-title h2{font-size:1.5rem;font-weight:600;color:#fff}.tabs-container{display:flex;flex-direction:column}.tabs-header{display:flex;overflow-x:auto;gap:.5rem;padding:1rem;border-bottom:1px solid var(--glass-border)}.tabs-header::-webkit-scrollbar{height:6px}.tabs-header::-webkit-scrollbar-track{background:#ffffff05;border-radius:10px}.tabs-header::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.tab-button{background:#ffffff0d;color:var(--text-secondary);padding:.6rem 1rem;border-radius:8px;white-space:nowrap;font-weight:500;font-size:.9rem;transition:all .2s;border:1px solid transparent;cursor:pointer}.tab-button.active{background:#8b5cf633;border-color:var(--primary);color:#fff}.insights-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.insight-section{background:var(--bg-surface);border:1px solid var(--glass-border);border-radius:16px;padding:2.5rem}.insight-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.insight-header h3{font-size:1.3rem;font-weight:600;color:#fff}.icon-green{color:var(--success)}.icon-red{color:var(--error)}.insight-desc{color:var(--text-secondary);font-size:.95rem;margin-bottom:2rem}.insight-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.insight-card{background:#1a1a1a;padding:1.5rem;border-radius:12px}.insight-card.highlight-green{border-left:4px solid var(--success)}.insight-card.highlight-red{border-left:4px solid var(--error)}.insight-card strong{display:block;font-size:1.1rem;color:#fff;margin-bottom:.5rem}.insight-card h4{font-size:1rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.insight-card p{font-size:.9rem;color:#888;line-height:1.4}.demographics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.demo-list{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.demo-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background:#ffffff08;border-radius:8px;border-left:3px solid var(--primary)}.demo-item span+span{font-weight:600;color:#000;background:var(--primary);padding:2px 8px;border-radius:12px;font-size:.9rem}@media(max-width:900px){.dashboard{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.main-wrapper{margin-left:0;padding:1.5rem}.stats-grid,.insight-cards{grid-template-columns:1fr}.header-content{flex-direction:column;gap:1rem}}
