.dashboard-container{max-width:100%;padding:0}.dashboard-header{justify-content:flex-end;margin-bottom:1.5rem;display:flex}.loading-container,.error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:4rem 2rem;display:flex}.loading-container p,.error-container p{color:#6b7280;margin-top:1rem;font-size:1rem}.retry-button{color:#fff;cursor:pointer;background:#024b4f;border:none;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.retry-button:hover{background:#0f766e}.chart-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:200px;display:flex}.chart-loading p{color:#6b7280;font-size:.875rem}.empty-state{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.empty-state p{margin:0;font-size:.875rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s;box-shadow:0 1px 3px #0000001a}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.card-header{padding:1.25rem 1.5rem .75rem}.stat-header{justify-content:space-between;align-items:center;display:flex}.stat-title{color:#6b7280;margin:0;font-size:.875rem;font-weight:600}.stat-icon{color:#024b4f;width:1.25rem;height:1.25rem}.stat-content{padding:.5rem 1.5rem 1.5rem}.stat-value{color:#111827;margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1}.stat-details{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.stat-label{color:#6b7280;font-size:.75rem}.stat-trend{align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.stat-trend.positive{color:#059669}.stat-trend svg{width:1rem;height:1rem}.charts-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a}.chart-header{justify-content:space-between;align-items:center;display:flex}.chart-container{padding:1rem 0}.chart-bars{justify-content:space-between;align-items:end;gap:.5rem;height:200px;margin-bottom:1rem;padding:0 1rem;display:flex}.chart-bar-group{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.chart-bar-container{justify-content:center;align-items:end;width:100%;height:160px;display:flex}.chart-bar{cursor:pointer;border-radius:4px 4px 0 0;width:100%;max-width:32px;min-height:8px;transition:all .2s}.chart-bar:hover{opacity:.8;transform:scaleY(1.05)}.earnings-bar{background:linear-gradient(#0891b2,#024b4f)}.bookings-bar{background:linear-gradient(#facc15,#e6f413)}.chart-label{color:#6b7280;font-size:.75rem;font-weight:500}.chart-legend{justify-content:center;padding:0 1rem;display:flex}.legend-item{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.legend-color{border-radius:2px;width:12px;height:12px}.legend-color.earnings{background:#024b4f}.legend-color.bookings{background:#e6f413}.activity-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.activity-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a}.activity-list{flex-direction:column;gap:1rem;display:flex}.activity-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.activity-item:hover{background:#f3f4f6;border-color:#e5e7eb}.activity-info{flex:1;min-width:0}.activity-main{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.activity-title{color:#111827;margin:0;font-size:.875rem;font-weight:600}.activity-status{text-transform:capitalize;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.activity-subtitle{color:#6b7280;margin:0 0 .25rem;font-size:.75rem}.activity-date{color:#9ca3af;margin:0;font-size:.75rem}.activity-priority{text-transform:capitalize;margin:0;font-size:.75rem;font-weight:500}.activity-amount{text-align:right;margin-left:1rem}.amount-value{color:#059669;font-size:1rem;font-weight:700}.activity-action{margin-left:1rem}.view-ticket-btn{color:#fff;cursor:pointer;background:#024b4f;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s}.view-ticket-btn:hover{background:#0f766e;transform:translateY(-1px)}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.charts-row,.activity-row{grid-template-columns:1fr;gap:1rem}.stat-value{font-size:2rem}}@media (max-width:768px){.dashboard-container{padding:0}.dashboard-header{margin-bottom:1rem;padding:0 .5rem}.refresh-button{padding:.5rem .75rem;font-size:.8125rem}.stats-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.stat-card{border-radius:8px}.card-header{padding:1rem 1.25rem .5rem}.stat-content{padding:.5rem 1.25rem 1.25rem}.stat-value{font-size:1.875rem}.stat-details{flex-flow:wrap;gap:.5rem}.chart-bars{gap:.25rem;height:150px;padding:0 .5rem}.chart-bar-container{height:120px}.chart-bar{max-width:28px}.chart-label{font-size:.6875rem}.activity-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.875rem}.activity-main{flex-wrap:wrap}.activity-amount,.activity-action{justify-content:flex-end;align-self:flex-end;width:100%;margin-left:0;display:flex}.view-ticket-btn{justify-content:center;width:100%}}@media (max-width:640px){.dashboard-header{padding:0 .25rem}.refresh-button{padding:.5rem;font-size:.75rem}.refresh-button span{display:none}.stats-grid{gap:.875rem;padding:0 .25rem}.stat-card{border-radius:6px}.card-header{padding:.875rem 1rem .375rem}.stat-content{padding:.375rem 1rem 1rem}.stat-value{font-size:1.75rem}.stat-title{font-size:.8125rem}.stat-icon{width:1.125rem;height:1.125rem}.stat-label,.stat-trend{font-size:.6875rem}.activity-main{flex-direction:column;align-items:flex-start;gap:.5rem}.activity-status{padding:.1875rem .4375rem;font-size:.6875rem}.activity-title{font-size:.8125rem}.activity-subtitle,.activity-date,.activity-priority{font-size:.6875rem}.chart-bars{gap:.125rem;height:130px;padding:0 .25rem}.chart-bar-container{height:100px}.chart-bar{max-width:20px}.chart-label{font-size:.625rem}.legend-item{font-size:.75rem}.legend-color{width:10px;height:10px}.view-ticket-btn{min-height:44px;padding:.625rem 1rem}.retry-button{min-height:44px;padding:.875rem 1.25rem}.chart-card,.activity-card{margin:0 .25rem}.charts-row,.activity-row{gap:.875rem;padding:0 .25rem}}@media (max-width:480px){.stat-value{font-size:1.5rem}.stat-details{flex-direction:column;gap:.25rem}.chart-bars{height:110px}.chart-bar-container{height:80px}.chart-bar{max-width:16px}.chart-label{writing-mode:horizontal-tb;font-size:.5625rem}.activity-item{padding:.75rem}.amount-value{font-size:.875rem}}@keyframes growUp{0%{height:8px}to{height:var(--target-height)}}.chart-bar{animation:.8s ease-out growUp}.stat-card.loading{opacity:.7}.stat-card.loading .stat-value{color:#0000;background:#e5e7eb;border-radius:4px}.text-green-600{color:#059669}.bg-green-100{background-color:#d1fae5}.text-yellow-600{color:#d97706}.bg-yellow-100{background-color:#fef3c7}.text-blue-600{color:#2563eb}.bg-blue-100{background-color:#dbeafe}.text-red-600{color:#dc2626}.bg-red-100{background-color:#fee2e2}.text-gray-600{color:#4b5563}.bg-gray-100{background-color:#f3f4f6}
