.dashboard[data-v-1c661914]{padding:24px;background-color:#f5f5f5;min-height:100vh}.dashboard-header[data-v-1c661914]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:32px;background:#fff;padding:24px;border-radius:12px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.dashboard-header[data-v-1c661914],.greeting-section[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.greeting-section[data-v-1c661914]{gap:16px}.avatar[data-v-1c661914]{width:60px;height:60px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.avatar img[data-v-1c661914]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.greeting-info[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.greeting-text[data-v-1c661914]{font-size:20px;font-weight:600;color:#333;margin:0}.weather-info[data-v-1c661914]{font-size:14px;color:#666;margin:0}.stats-section[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.stat-item[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;padding:8px 16px}.stat-label[data-v-1c661914]{font-size:12px;color:#666}.stat-value[data-v-1c661914]{font-size:16px;font-weight:600;color:#333}.cards-section[data-v-1c661914]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px}.data-card[data-v-1c661914]{background:#fff;border-radius:12px;padding:24px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative;overflow:hidden;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.data-card[data-v-1c661914]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:-webkit-gradient(linear,left top,right top,from(var(--gradient-start)),to(var(--gradient-end)));background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end))}.visits-card[data-v-1c661914]{--gradient-start:#ff6b6b;--gradient-end:#ee5a52}.transaction-card[data-v-1c661914]{--gradient-start:#a8e6cf;--gradient-end:#7fcdcd}.downloads-card[data-v-1c661914]{--gradient-start:#74b9ff;--gradient-end:#0984e3}.volume-card[data-v-1c661914]{--gradient-start:#fdcb6e;--gradient-end:#e17055}.card-title[data-v-1c661914]{font-size:14px;color:#666;margin:0 0 16px 0;font-weight:500}.card-icon[data-v-1c661914]{margin-bottom:16px}.card-value[data-v-1c661914]{font-size:28px;font-weight:700;color:#333;margin:0}.content-section[data-v-1c661914]{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:20px;margin-top:20px}.section-header[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.section-header h3[data-v-1c661914]{font-size:18px;font-weight:600;color:#333;margin:0}.chart-section[data-v-1c661914]{background:#fff;border-radius:12px;padding:24px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.chart-tabs[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.tab-btn[data-v-1c661914]{padding:6px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:6px;font-size:14px;color:#666;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.tab-btn.active[data-v-1c661914]{background:#667eea;color:#fff;border-color:#667eea}.tab-btn[data-v-1c661914]:hover{border-color:#667eea;color:#667eea}.chart-container[data-v-1c661914]{margin-top:20px}.chart-placeholder[data-v-1c661914]{background:#f8f9fa;border-radius:8px;padding:20px;text-align:center}.activity-section[data-v-1c661914]{background:#fff;border-radius:12px;padding:24px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.view-all[data-v-1c661914]{font-size:14px;color:#667eea;cursor:pointer;text-decoration:none}.view-all[data-v-1c661914]:hover{text-decoration:underline}.activity-list[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.activity-item[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.activity-item[data-v-1c661914]:last-child{border-bottom:none}.activity-avatar[data-v-1c661914]{-ms-flex-negative:0;flex-shrink:0}.avatar-circle[data-v-1c661914]{width:36px;height:36px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;color:#fff}.user-1[data-v-1c661914]{background:#667eea}.user-2[data-v-1c661914]{background:#f093fb}.user-3[data-v-1c661914]{background:#4facfe}.user-4[data-v-1c661914]{background:#43e97b}.activity-content[data-v-1c661914]{-webkit-box-flex:1;-ms-flex:1;flex:1}.activity-text[data-v-1c661914]{font-size:14px;color:#333;margin:0 0 4px 0;line-height:1.4}.activity-time[data-v-1c661914]{font-size:12px;color:#999}.table-section[data-v-1c661914]{background:#fff;border-radius:12px;padding:24px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:24px}.table-actions[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.table-container[data-v-1c661914]{margin-top:20px}.project-info[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.project-icon[data-v-1c661914]{font-size:16px}.progress-container[data-v-1c661914]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.progress-text[data-v-1c661914]{font-size:12px;color:#666;min-width:35px}@media (max-width:1200px){.cards-section[data-v-1c661914]{grid-template-columns:repeat(2,1fr)}.content-section[data-v-1c661914]{grid-template-columns:1fr}}@media (max-width:768px){.dashboard[data-v-1c661914]{padding:16px}.dashboard-header[data-v-1c661914]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;text-align:center}.stats-section[data-v-1c661914]{gap:20px}.cards-section[data-v-1c661914]{grid-template-columns:1fr}.greeting-text[data-v-1c661914]{font-size:18px}.content-section[data-v-1c661914]{grid-template-columns:1fr}.table-container[data-v-1c661914]{overflow-x:auto}}