*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 24px}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.logo{font-size:24px;font-weight:700;color:#2563eb}.nav{display:flex;gap:32px}.nav a{text-decoration:none;color:#64748b;font-weight:500;transition:color .2s}.nav a:hover,.nav a.active{color:#2563eb}.hero{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);color:#fff;padding:80px 0;text-align:center}.hero h1{font-size:48px;font-weight:700;margin-bottom:16px;line-height:1.2}.subtitle{font-size:20px;color:#e0e7ff;max-width:700px;margin:0 auto}.dashboard-grid{padding:48px 0}.dashboard-grid .container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.metric-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.metric-card.primary{grid-column:span 2;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);color:#fff}.metric-label{font-size:14px;color:#64748b;margin-bottom:8px;font-weight:500}.primary .metric-label{color:#e0e7ff}.metric-value{font-size:36px;font-weight:700;margin-bottom:4px}.metric-change{font-size:14px;font-weight:500}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.metric-change.neutral{color:#64748b}.primary .metric-change{color:#fff}.mini-chart{display:flex;gap:4px;align-items:flex-end;height:60px;margin-top:16px}.mini-chart .bar{flex:1;background:rgba(255,255,255,.3);border-radius:2px;transition:background .2s}.mini-chart .bar:hover{background:rgba(255,255,255,.5)}.chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);grid-column:span 2}.chart-card.wide{grid-column:span 4}.chart-card.full-width{grid-column:span 4}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.card-header h3{font-size:18px;font-weight:600;color:#1e293b}.view-all{font-size:14px;color:#2563eb;text-decoration:none;font-weight:500}.view-all:hover{text-decoration:underline}.period-select{border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:14px;color:#64748b;background:#fff;cursor:pointer}.badge{background:#dbeafe;color:#2563eb;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.data-table td{padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.data-table td.positive{color:#10b981;font-weight:600}.data-table td.negative{color:#ef4444;font-weight:600}.data-table td.neutral{color:#64748b}.funnel{display:flex;flex-direction:column;gap:8px}.funnel-stage{background:linear-gradient(to right,#2563eb,#3b82f6);color:#fff;padding:16px 24px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:transform .2s}.funnel-stage:hover{transform:translateX(4px)}.funnel-stage span{font-size:14px;opacity:.9}.funnel-stage strong{font-size:18px;font-weight:700}.experiment-list{display:flex;flex-direction:column;gap:16px}.experiment{padding:16px;background:#f8fafc;border-radius:8px;border-left:3px solid #2563eb}.experiment-title{font-weight:600;color:#1e293b;margin-bottom:4px}.experiment-meta{font-size:13px;color:#64748b;margin-bottom:8px}.experiment-result{font-size:14px;font-weight:600}.experiment-result.positive{color:#10b981}.experiment-result.neutral{color:#64748b}.cta-section{background:#f1f5f9;padding:80px 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;margin-bottom:16px;color:#1e293b}.cta-section p{font-size:18px;color:#64748b;max-width:600px;margin:0 auto 32px}.btn-primary{display:inline-block;background:#2563eb;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s;border:none;cursor:pointer;font-size:16px}.btn-primary:hover{background:#1e40af}.btn-secondary{display:inline-block;background:#fff;color:#2563eb;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s;border:1px solid #2563eb;cursor:pointer;font-size:16px}.btn-secondary:hover{background:#eff6ff}.footer{background:#1e293b;color:#94a3b8;padding:32px 0;text-align:center}.footer p{font-size:14px}.page-header{padding:48px 0 32px;background:#fff;border-bottom:1px solid #e2e8f0}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:14px;color:#64748b;margin-bottom:16px}.breadcrumb a{color:#2563eb;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.page-header h1{font-size:36px;font-weight:700;margin-bottom:12px}.page-header p{font-size:18px;color:#64748b;max-width:800px}.analytics-content{padding:48px 0}.filter-bar{display:flex;gap:24px;margin-bottom:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase}.filter-group select{border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:14px;color:#1e293b;background:#fff;cursor:pointer;min-width:180px}.analytics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.line-chart{margin-top:16px}.source-breakdown{display:flex;flex-direction:column;gap:16px}.source-item{display:flex;flex-direction:column;gap:6px}.source-label{display:flex;justify-content:space-between;align-items:center}.source-name{font-weight:500;color:#1e293b}.source-percent{font-weight:700;color:#2563eb}.progress-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .3s}.source-value{font-size:13px;color:#64748b}.device-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.device-item{text-align:center;padding:24px;background:#f8fafc;border-radius:8px}.device-icon{font-size:14px;font-weight:600;color:#64748b;margin-bottom:8px}.device-percent{font-size:28px;font-weight:700;color:#2563eb;margin-bottom:4px}.device-sessions{font-size:13px;color:#64748b}.search-input{border:1px solid #e2e8f0;border-radius:6px;padding:8px 16px;font-size:14px;width:300px}.rank-badge{display:inline-block;background:#dbeafe;color:#2563eb;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px}.reports-content{padding:48px 0}.reports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.report-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:16px}.report-header{display:flex;justify-content:space-between;align-items:center}.report-header h3{font-size:18px;font-weight:600;color:#1e293b}.report-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.report-status.scheduled{background:#dbeafe;color:#2563eb}.report-status.active{background:#d1fae5;color:#059669}.report-status.draft{background:#f1f5f9;color:#64748b}.report-description{font-size:14px;color:#64748b;line-height:1.6}.report-meta{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8fafc;border-radius:8px}.meta-item{display:flex;justify-content:space-between;font-size:13px}.meta-label{color:#64748b;font-weight:500}.meta-value{color:#1e293b;font-weight:600}.report-actions{display:flex;gap:12px}.create-report-cta{background:#fff;border-radius:12px;padding:48px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}.create-report-cta h2{font-size:28px;font-weight:700;margin-bottom:12px}.create-report-cta p{font-size:16px;color:#64748b;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.hero h1{font-size:32px}.dashboard-grid .container,.analytics-grid,.reports-grid{grid-template-columns:1fr}.chart-card,.chart-card.wide,.chart-card.full-width{grid-column:span 1}.metric-card.primary{grid-column:span 1}.filter-bar{flex-direction:column}.nav{gap:16px}}