*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin-bottom:1rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.page-title h1{margin-bottom:.5rem;color:#333}.page-title p{color:#666;margin:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#5a6268;transform:translateY(-1px)}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333;transform:translateY(-1px)}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-icon{font-size:1.1rem}.search-section{margin-bottom:2rem}.search-container{display:flex;gap:.5rem;max-width:500px}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#667eea}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:transform .2s ease}.search-button:hover{transform:translateY(-1px)}.search-icon{font-size:1.1rem}.content-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#666}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{margin-bottom:.5rem;color:#333}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{background-color:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9}.data-table td{padding:1rem;border-bottom:1px solid #e1e5e9;vertical-align:middle}.data-table tbody tr:hover{background-color:#f8f9fa}.mobile-cards{display:none}.data-card{background:#fff;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.data-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.data-card:last-child{margin-bottom:0}.data-card-content{padding:1rem}.data-card-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f0f0f0;gap:1rem}.data-card-row:first-child{padding-top:0}.data-card-row:last-child{border-bottom:none;padding-bottom:0}.data-card-label{font-weight:600;color:#666;font-size:.85rem;min-width:100px;text-transform:uppercase;letter-spacing:.5px}.data-card-value{flex:1;text-align:right;color:#333;font-size:.95rem;word-break:break-word}.data-card-actions{display:flex;gap:.5rem;padding:.75rem 1rem;background-color:#f8f9fa;border-top:1px solid #e1e5e9}.data-card-actions .btn{flex:1;justify-content:center}.user-id{font-weight:600;color:#667eea}.user-name{font-weight:500}.user-email{color:#666}.user-created{color:#666;font-size:.9rem}.role-badge,.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:capitalize}.role-admin{background-color:#fff3cd;color:#856404}.role-manager{background-color:#d1ecf1;color:#0c5460}.role-user,.status-active{background-color:#d4edda;color:#155724}.status-inactive{background-color:#f8d7da;color:#721c24}.actions{display:flex;gap:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000026;width:100%;max-height:90vh;max-width:600px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden}.modal-sm{max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#fafafa;border-radius:16px 16px 0 0}.modal-header h2{margin:0;color:#111827;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;color:#666;transition:color .2s ease}.modal-close:hover{color:#333}.modal-body{padding:2rem 1.5rem;overflow-y:auto;flex:1;min-height:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem;letter-spacing:.025em}.form-input,.form-select{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s ease;background-color:#fff;color:#374151}.form-input:focus,.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:hover,.form-select:hover{border-color:#9ca3af}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media (max-width: 768px){.page-header{flex-direction:column;align-items:stretch}.search-container{max-width:none}.desktop-table{display:none}.mobile-cards{display:block}.data-table{font-size:.9rem}.data-table th,.data-table td{padding:.75rem .5rem}.actions{flex-direction:column;gap:.25rem}.btn-sm{padding:.4rem .8rem;font-size:.75rem}.modal{margin:.5rem;max-width:calc(100vw - 1rem)}.modal-header,.modal-body{padding:1rem}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%;justify-content:center}}.dashboard-container{display:flex;min-height:100vh;background-color:#f8f9fa}.sidebar{width:250px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.sidebar-open{transform:translate(0)}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0;font-size:1.5rem;font-weight:600}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{display:flex;align-items:center;width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:background-color .2s ease;gap:.75rem}.nav-item:hover{background-color:#ffffff1a}.nav-item.active{background-color:#fff3;border-right:3px solid white}.nav-icon{font-size:1.2rem;width:20px;text-align:center}.nav-label{font-size:1rem;font-weight:500}.sidebar-footer{padding:1rem 0;border-top:1px solid rgba(255,255,255,.1)}.logout-button{display:flex;align-items:center;width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:background-color .2s ease;gap:.75rem}.logout-button:hover{background-color:#ffffff1a}.main-content{flex:1;margin-left:0;display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #e1e5e9;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000001a}.mobile-menu-button{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.mobile-menu-button:hover{background-color:#f8f9fa}.header-title{flex:1;font-size:1.5rem;font-weight:600;color:#333}.header-user{display:flex;align-items:center;gap:.5rem}.user-profile{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;box-shadow:0 2px 8px #667eea4d}.user-email{color:#666;font-size:.9rem;font-weight:500}.page-content{flex:1;padding:1.5rem}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}@media (min-width: 768px){.sidebar{transform:translate(0)}.main-content{margin-left:250px}.mobile-menu-button,.mobile-overlay{display:none}}@media (max-width: 767px){.mobile-menu-button{display:block}.page-content,.header{padding:1rem}.header-title{font-size:1.25rem}}@media (max-width: 480px){h1{font-size:1.25rem}h2{font-size:1.1rem}h3{font-size:1rem}.page-title p{font-size:.85rem}.data-table th,.data-table td{padding:.5rem .25rem;font-size:.8rem}.user-email{word-break:break-all}.role-badge,.status-badge{font-size:.7rem;padding:.2rem .5rem}.stat-content .stat-value{font-size:1.25rem}.stat-content h3{font-size:.9rem}.stat-card{padding:1rem;gap:.75rem}.stat-icon{width:40px;height:40px;font-size:1.2rem}.btn{padding:.625rem 1.25rem;font-size:.85rem}.page-content,.data-card-content{padding:.75rem}.data-card-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0}.data-card-label{font-size:.75rem;min-width:auto}.data-card-value{text-align:left;font-size:.9rem;width:100%}.data-card-actions{padding:.5rem .75rem;flex-direction:column}.data-card-actions .btn{width:100%}}.filter-container{margin-top:1rem}.filter-select{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;background-color:#fff;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:#667eea}.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .2s ease;background-color:#fff;color:#374151;min-height:100px}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea:hover{border-color:#9ca3af}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.form-row .form-group{margin-bottom:0}.form-row .form-group:has(textarea),.form-row .form-group:has(input[id=product-name]){grid-column:1 / -1}.product-description{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{font-weight:600;color:#28a745}.product-stock{font-weight:500}.low-stock{color:#dc3545;font-weight:600}.category-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:capitalize}.category-electronics{background-color:#e3f2fd;color:#1976d2}.category-clothing{background-color:#fce4ec;color:#c2185b}.category-home{background-color:#f3e5f5;color:#7b1fa2}.category-books{background-color:#e8f5e8;color:#388e3c}.category-sports{background-color:#fff3e0;color:#f57c00}.category-other{background-color:#f5f5f5;color:#666}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:1.5rem}.product-description{max-width:150px}}@media (max-width: 480px){.product-description{max-width:100px;font-size:.8rem}.category-badge{font-size:.7rem;padding:.2rem .5rem}}.filter-row{display:flex;gap:1rem;margin-top:1rem}.order-number{font-weight:600;color:#667eea}.order-customer{font-weight:500}.order-email{color:#666;font-size:.9rem}.order-total{font-weight:600;color:#28a745}.order-date{color:#666;font-size:.9rem}.status-pending{background-color:#fff3cd;color:#856404}.status-processing{background-color:#cce5ff;color:#004085}.status-shipped{background-color:#d1ecf1;color:#0c5460}.status-delivered{background-color:#d4edda;color:#155724}.status-cancelled{background-color:#f8d7da;color:#721c24}.payment-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:capitalize}.payment-unpaid{background-color:#f8d7da;color:#721c24}.payment-paid{background-color:#d4edda;color:#155724}.payment-refunded{background-color:#fff3cd;color:#856404}.btn-info{background-color:#17a2b8;color:#fff}.btn-info:hover:not(:disabled){background-color:#138496;transform:translateY(-1px)}.modal-lg{max-width:700px}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e5e9}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{margin-bottom:1.5rem;color:#333;font-size:1.1rem;font-weight:600;letter-spacing:-.025em}.form-section h4{margin-bottom:.75rem;color:#666;font-size:.95rem}.items-container{background-color:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem}.items-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.item-row{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:.75rem;border-radius:6px;border:1px solid #e1e5e9}.item-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.item-details strong{color:#333;font-size:.95rem}.item-details span{color:#666;font-size:.85rem}.item-total{color:#28a745!important;font-weight:600!important;font-size:.9rem!important}.btn-remove{background:#dc3545;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:background-color .2s ease}.btn-remove:hover{background-color:#c82333}.no-items{color:#666;text-align:center;padding:1rem;margin:0}.order-total-display{text-align:right;padding:.75rem;background-color:#fff;border-radius:6px;border:2px solid #667eea}.order-total-display strong{color:#667eea;font-size:1.1rem}.add-item-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6}.item-form-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:1rem;align-items:end}.details-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e5e9}.details-section:last-of-type{border-bottom:none}.details-section h3{margin-bottom:1rem;color:#333;font-size:1.1rem}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.full-width{grid-column:1 / -1}.detail-label{font-weight:600;color:#666;font-size:.9rem}.detail-value{color:#333;font-size:1rem}.details-items-list{background-color:#f8f9fa;padding:1rem;border-radius:8px}.details-item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem;background-color:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid #e1e5e9}.details-item-row:last-of-type{margin-bottom:1rem}.item-name{font-weight:500;color:#333}.item-quantity{color:#666;text-align:center}.item-price{color:#666;text-align:right}.item-subtotal{color:#28a745;font-weight:600;text-align:right}.details-total{display:flex;justify-content:space-between;padding:1rem;background-color:#fff;border-radius:6px;border:2px solid #667eea;font-weight:600;font-size:1.1rem}.total-amount{color:#667eea}@media (max-width: 768px){.filter-row{flex-direction:column}.item-form-row{grid-template-columns:1fr}.item-form-row .form-group:last-child{margin-top:.5rem}.item-form-row .form-group label:empty{display:none}.details-grid{grid-template-columns:1fr}.details-item-row{grid-template-columns:1fr;gap:.5rem}.item-quantity,.item-price,.item-subtotal{text-align:left}.order-email{word-break:break-all}}@media (max-width: 480px){.item-row{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-remove{align-self:flex-end}.payment-badge{font-size:.7rem;padding:.2rem .5rem}.details-total{flex-direction:column;gap:.5rem;align-items:center}}.bar-height-100{height:100%}.bar-height-80{height:80%}.bar-height-60{height:60%}.bar-height-40{height:40%}.bar-height-20{height:20%}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.auth-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:2rem;width:100%;max-width:600px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:#333;font-size:2rem;font-weight:600;margin:0 0 .5rem}.auth-header p{color:#666;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.auth-form .form-group label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:.25rem}.auth-form .form-group input{padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;background-color:#fff;width:100%}.auth-form .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-form .form-group input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.auth-form .form-group input::placeholder{color:#9ca3af;font-size:.9rem}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;margin-top:.5rem}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-form .password-input-container{position:relative;display:flex;align-items:center}.auth-form .password-input-container input{padding-right:45px}.auth-form .password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:8px;font-size:1.2rem;color:#6b7280;transition:all .2s ease;border-radius:4px}.auth-form .password-toggle:hover:not(:disabled){color:#374151;background-color:#f3f4f6}.auth-form .password-toggle:disabled{opacity:.5;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1rem}.auth-footer p{color:#666;margin:0}.auth-footer a{color:#667eea;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.auth-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-form .form-row .form-group{margin-bottom:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-container .loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{margin:0;font-size:1.1rem}.dashboard-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.dashboard-loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#666}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.users{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon.products{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-icon.orders{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-icon.revenue{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-content{margin-top:1rem}.stat-content h3{color:#333;font-size:1.1rem;font-weight:500}.stat-content .stat-value{margin:0;color:#333;font-size:1.8rem;font-weight:700}.charts-section{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a}.chart-card h3{margin:0 0 1.5rem;color:#333;font-size:1.2rem;font-weight:600}.chart-container{height:200px;display:flex;align-items:end;justify-content:space-between;gap:.5rem}.chart-bars{display:flex;align-items:end;justify-content:space-between;gap:.5rem;width:100%;height:100%}.chart-bar{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.bar{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 4px 0 0;min-height:20px;transition:opacity .2s ease}.bar:hover{opacity:.8}.bar-label{font-size:.8rem;color:#666;font-weight:500}.bar-value{font-size:.7rem;color:#999}.order-status-card .chart-container{height:auto}.order-status-container{display:flex;gap:2rem;align-items:center}.donut-chart-wrapper{flex-shrink:0;width:200px;height:200px;position:relative}.donut-chart{width:100%;height:100%;transform:rotate(0);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.donut-segment{transition:stroke-width .3s ease,opacity .3s ease;cursor:pointer}.donut-segment:hover{stroke-width:35;opacity:1!important}.donut-total-label{font-size:12px;fill:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.donut-total-value{font-size:24px;fill:#333;font-weight:700}.order-status-legend{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.legend-item{padding:.75rem;background:#f9fafb;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.legend-item:hover{background:#f3f4f6;border-color:#e5e7eb;transform:translate(4px);box-shadow:0 2px 8px #0000000d}.legend-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.legend-color-indicator{display:flex;align-items:center;gap:.5rem}.legend-icon{font-size:1rem}.legend-color{width:12px;height:12px;border-radius:3px;box-shadow:0 2px 4px #0000001a}.legend-status{font-weight:600;color:#374151;font-size:.9rem;flex:1}.legend-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.legend-count{font-size:1.25rem;font-weight:700;color:#111827}.legend-percentage{font-size:.875rem;font-weight:600;color:#6b7280;background:#fff;padding:.25rem .5rem;border-radius:4px}.legend-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.legend-bar-fill{height:100%;border-radius:3px;transition:width .5s ease;background:linear-gradient(90deg,currentColor 0%,currentColor 100%)}.recent-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.recent-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a}.recent-card h3{margin:0 0 1rem;color:#333;font-size:1.2rem;font-weight:600}.recent-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.recent-item:last-child{border-bottom:none}.recent-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.recent-content{flex:1}.recent-content h4{margin:0 0 .25rem;color:#333;font-size:.9rem;font-weight:500}.recent-content p{margin:0;color:#666;font-size:.8rem}.recent-time{color:#999;font-size:.75rem}@media (max-width: 480px){.auth-container{padding:1rem}.auth-card{padding:1.5rem;margin:.5rem;max-width:100%}.auth-header h1{font-size:1.5rem}.auth-form .form-row{grid-template-columns:1fr;gap:1.5rem}.auth-form .form-group input,.auth-button{padding:.75rem 1rem}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem}.toast{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-bottom:.5rem;min-width:300px;max-width:500px;animation:slideIn .3s ease-out}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{font-size:1.2rem;font-weight:700}.toast-message{flex:1;font-size:.9rem;line-height:1.4}.toast-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;margin-left:1rem;opacity:.7;transition:opacity .2s ease}.toast-close:hover{opacity:1}.toast-success{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}.toast-error{background-color:#f8d7da;color:#721c24;border-left:4px solid #dc3545}.toast-warning{background-color:#fff3cd;color:#856404;border-left:4px solid #ffc107}.toast-info{background-color:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-icon.searching{animation:spin 1s linear infinite}@media (max-width: 768px){.charts-section,.recent-section{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1rem}.order-status-container{flex-direction:column;align-items:center;gap:1.5rem}.donut-chart-wrapper{width:180px;height:180px}.order-status-legend{width:100%;grid-template-columns:1fr;gap:.75rem}.legend-item{padding:.625rem}.legend-status{font-size:.85rem}.legend-count{font-size:1.1rem}.legend-percentage{font-size:.8rem}.stat-content .stat-value{font-size:1.5rem}.stat-card{padding:1.25rem}}@media (max-width: 480px){.toast-container{top:.5rem;right:.5rem;left:.5rem}.toast{min-width:280px;max-width:calc(100vw - 2rem)}}.dashboard-overview{padding:0;min-height:calc(100vh - 200px)}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px;padding-bottom:24px;border-bottom:2px solid #e5e7eb}.dashboard-header .header-content h1{margin:0 0 8px;font-size:32px;font-weight:700;color:#111827;letter-spacing:-.025em}.header-subtitle{margin:0;font-size:15px;color:#6b7280;font-weight:400}.dashboard-content{display:flex;flex-direction:column;gap:32px}.fade-in-up{animation:fadeInUp .5s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-container{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.error-content{text-align:center;max-width:400px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.error-icon{font-size:64px;display:block;margin-bottom:20px}.error-content h3{margin:0 0 12px;color:#dc2626;font-size:20px;font-weight:600}.error-content p{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.6}.stat-card.enhanced{position:relative;overflow:hidden}.stat-card.enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity .3s ease}.stat-card.enhanced:hover:before{opacity:.3}.stat-subtitle{font-size:12px;color:#9ca3af;margin:4px 0 0}.stat-trend{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:600;padding:4px 8px;border-radius:4px;width:fit-content}.stat-trend.trend-up{background:#d4edda;color:#155724}.stat-trend.trend-down{background:#f8d7da;color:#721c24}.stat-trend.trend-neutral{background:#e2e8f0;color:#4a5568}.trend-icon{font-size:14px}.trend-value{font-size:12px}.refresh-container{display:flex;align-items:center;gap:12px}.refresh-btn{display:flex;align-items:center;gap:6px;transition:all .3s ease}.refresh-icon{display:inline-block;transition:transform .3s ease}.refresh-icon.spinning{animation:spin 1s linear infinite}.last-updated{font-size:13px;color:#6b7280;font-weight:500}.empty-state-container{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px 20px}.empty-state-content{text-align:center;max-width:400px}.empty-icon{font-size:64px;margin-bottom:20px;opacity:.5;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state-content h3{margin:0 0 12px;color:#374151;font-size:20px;font-weight:600}.empty-state-content p{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.6}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.chart-header h3{font-size:20px;font-weight:600;color:#1a202c;margin:0}.chart-badge{background:#e5e7eb;color:#6b7280;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.chart-bar{gap:8px;position:relative;animation:slideUp .6s ease-out forwards;opacity:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bar{cursor:pointer;animation:barGrow .8s ease-out forwards;transform-origin:bottom}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.bar:hover{box-shadow:0 -4px 12px #667eea4d}.legend-item{animation:slideIn .5s ease-out forwards;opacity:0;transition:transform .2s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.legend-item:hover{transform:translate(4px)}.legend-bar-fill{animation:barFill 1s ease-out forwards}@keyframes barFill{0%{width:0!important}}.chart-full-width{width:100%}.grid-two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:16px;padding-bottom:16px}.dashboard-header .header-content h1{font-size:24px}.header-subtitle{font-size:14px}.dashboard-content{gap:20px}.grid-two-columns{grid-template-columns:1fr;gap:16px}.chart-card,.recent-card{padding:1.25rem}}@media (max-width: 640px){.refresh-container{flex-direction:column;align-items:flex-start;gap:8px}.last-updated{font-size:12px}}@media (max-width: 480px){.dashboard-header .header-content h1{font-size:20px}.header-subtitle{font-size:13px}.dashboard-content{gap:16px}.chart-card,.recent-card{padding:1rem}.chart-card h3,.recent-card h3{font-size:1rem}.stats-grid{gap:.75rem}.chart-container{height:150px}.bar-label{font-size:.7rem}.bar-value{font-size:.65rem}.recent-item{padding:.5rem 0}.recent-avatar{width:35px;height:35px;font-size:.85rem}.recent-content h4{font-size:.85rem}.recent-content p{font-size:.75rem}.donut-chart-wrapper{width:150px;height:150px}.donut-total-label{font-size:10px}.donut-total-value{font-size:20px}.order-status-legend{gap:.5rem}.legend-item{padding:.5rem}.legend-status{font-size:.8rem}.legend-count{font-size:1rem}}@media (max-width: 359px){.stats-grid{gap:.5rem}.stat-card{padding:.875rem}.dashboard-header .header-content h1{font-size:18px}.btn{padding:.5rem 1rem;font-size:.8rem}.page-content{padding:.5rem}.chart-card,.recent-card{padding:.875rem}}
