.dashboard-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}@media(max-width:639px){.dashboard-actions{flex-direction:column;align-items:flex-start}}.dashboard-actions .dashboard-title{margin-bottom:1rem}@media(min-width:640px){.dashboard-actions .dashboard-title{margin-bottom:0}}.dashboard-actions .dashboard-title h1{font-size:1.5rem;font-weight:700;color:var(--color-text)}@media(min-width:768px){.dashboard-actions .dashboard-title h1{font-size:1.875rem}}.dark .dashboard-actions .dashboard-title h1{color:var(--color-text)}.dashboard-actions .quick-actions{background-color:var(--color-bg-elevated);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.dashboard-actions .quick-actions h2{font-size:1.125rem;font-weight:500;color:var(--color-text);margin-bottom:1rem}.dashboard-actions .quick-actions .actions-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.dashboard-actions .quick-actions .actions-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dashboard-actions .quick-actions .actions-grid{grid-template-columns:repeat(4,1fr)}}.dashboard-actions .quick-actions .actions-grid button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;font-size:.875rem;font-weight:500;border-radius:.375rem;color:var(--color-text);cursor:pointer;transition:background-color .2s}.dashboard-actions .quick-actions .actions-grid button.btn-green,.dashboard-actions .quick-actions .actions-grid button.btn-indigo{background-color:var(--color-primary)}.dashboard-actions .quick-actions .actions-grid button.btn-green:hover,.dashboard-actions .quick-actions .actions-grid button.btn-indigo:hover{background-color:var(--color-primary-dark)}.dashboard-actions .quick-actions .actions-grid button.btn-blue,.dashboard-actions .quick-actions .actions-grid button.btn-purple{background-color:var(--color-accent)}.dashboard-actions .quick-actions .actions-grid button.btn-blue:hover,.dashboard-actions .quick-actions .actions-grid button.btn-purple:hover{background-color:var(--color-accent-dark)}.dashboard-actions .dashboard-actions-right{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:flex-start;gap:.5rem}@media(min-width:640px){.dashboard-actions .dashboard-actions-right{justify-content:flex-end}}.dashboard-actions .dashboard-actions-right .btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.dashboard-actions .dashboard-actions-right .btn.btn-primary{background-color:var(--color-bg);color:var(--color-text)}.dashboard-actions .dashboard-actions-right .btn.btn-primary:hover{background-color:var(--color-bg-elevated)}.dashboard-actions .dashboard-actions-right .btn-icon{fill:currentColor;flex-shrink:0}@media(max-width:479px){.dashboard-actions .dashboard-actions-right .btn-icon{display:none}.dashboard-actions .dashboard-actions-right .btn-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}.dashboard{width:100%}@media(min-width:1024px){.dashboard{padding-left:1.5rem;padding-right:1.5rem}}.dashboard__content{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;margin-bottom:1rem}.dashboard__welcome{width:100%;margin-bottom:1.5rem}.dashboard__welcome .welcome-card{background-color:var(--color-bg-elevated);box-shadow:var(--shadow-soft);border-radius:.5rem;padding:1.5rem}.dashboard__welcome .welcome-card .welcome-header{display:flex;align-items:center;justify-content:space-between}.dashboard__welcome .welcome-card .welcome-header .welcome-text h2{font-size:1.25rem;font-weight:600;color:var(--color-text)}.dashboard__welcome .welcome-card .welcome-header .welcome-text p{margin-top:.25rem;font-size:.875rem;color:var(--color-text-muted)}.dashboard .admin-section{width:100%;margin-bottom:1.5rem}.dashboard .admin-section>h2{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem}.dashboard .admin-section>h3{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:1rem;margin-top:2rem}.dashboard .admin-section .admin-card{background:linear-gradient(90deg,#ef4444,#dc2626);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border-radius:.5rem;padding:1.5rem;color:var(--color-text)}.dashboard .admin-section .admin-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.dashboard .admin-section .admin-card p{margin-bottom:1rem}.dashboard .admin-section .admin-card a{display:inline-flex;align-items:center;padding:.5rem 1rem;border:1px solid #fff;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:all .2s}.dashboard .admin-section .admin-card a:hover{background-color:var(--color-text);color:#dc2626}.dashboard .admin-section .stats-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}@media(min-width:640px){.dashboard .admin-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dashboard .admin-section .stats-grid{grid-template-columns:repeat(4,1fr)}}.dashboard .admin-section .stats-grid .stat-card{background-color:var(--color-bg-elevated);overflow:hidden;box-shadow:0 1px 3px 0 var(--color-border);border-radius:.5rem}.dashboard .admin-section .stats-grid .stat-card .stat-content{padding:1.25rem}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-header{display:flex;align-items:center}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-header .stat-info{flex:1}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-header .stat-info .stat-label{font-size:.875rem;font-weight:500;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-header .stat-info .stat-value{margin-top:.25rem;font-size:1.875rem;font-weight:600;color:var(--color-text)}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-change{margin-top:1rem}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-change .change-value{display:inline-flex;align-items:baseline;font-size:.875rem;font-weight:600}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-change .change-value.positive{color:var(--color-success)}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-change .change-value.negative{color:var(--color-error)}.dashboard .admin-section .stats-grid .stat-card .stat-content .stat-change .change-label{margin-left:.5rem;font-size:.875rem;color:var(--color-text-muted)}.dashboard__section{width:100%;padding:0 .5rem;margin-bottom:1rem;background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:1px 1px 1px var(--color-border)}@media(min-width:1024px){.dashboard__section{width:auto}}.dashboard__section--full{width:100%}.dashboard__card{background-color:var(--color-bg-elevated);box-shadow:var(--shadow-soft);border-radius:.5rem;padding:1.5rem}.dashboard__card h3{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.dashboard__card p{color:var(--color-text-muted);margin-bottom:1rem}.dashboard__card a{display:block;width:100%;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;color:var(--color-text);text-decoration:none;text-align:center;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem}.dashboard__card a:last-child{margin-bottom:0}.dashboard__card a.btn-blue{background-color:#2563eb}.dashboard__card a.btn-blue:hover{background-color:#1d4ed8}.dashboard__card a.btn-green{background-color:#059669}.dashboard__card a.btn-green:hover{background-color:#047857}.dashboard__card button{width:100%;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;color:var(--color-text);cursor:pointer;transition:background-color .2s}.dashboard__card button.btn-blue{background-color:#2563eb}.dashboard__card button.btn-blue:hover{background-color:#1d4ed8}.dashboard__card button.btn-green{background-color:#059669}.dashboard__card button.btn-green:hover{background-color:#047857}.dashboard .card-actions{display:flex;gap:.75rem;margin-top:1rem}.dashboard .card-actions a{flex:1;padding:.625rem 1rem;border:none;border-radius:.375rem;font-weight:500;text-align:center;text-decoration:none;transition:all .2s}.dashboard .card-actions a.btn-primary{background-color:var(--color-primary);color:var(--color-text)}.dashboard .card-actions a.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.dashboard .card-actions a.btn-secondary{background-color:rgba(0,0,0,0);color:var(--color-primary);border:1px solid var(--color-primary)}.dashboard .card-actions a.btn-secondary:hover{background-color:var(--color-primary);color:var(--color-text);transform:translateY(-1px)}