.loading-spinner-fullscreen{position:fixed;inset:0;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-spinner-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner-inline{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px}.spinner{border-radius:50%;border-style:solid;border-color:#e5e5e5;border-top-color:#00ce1b;animation:spin .8s linear infinite}.spinner-small{width:20px;height:20px;border-width:2px}.spinner-medium{width:40px;height:40px;border-width:4px}.spinner-large{width:60px;height:60px;border-width:5px}.loading-message{margin:0;color:#666;font-size:14px;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sales-report-page{padding:2rem;max-width:1200px;margin:0 auto;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;display:flex;flex-direction:column;gap:2rem}.glass-panel{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000000d;border-radius:16px;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.header-titles{display:flex;flex-direction:column;gap:.25rem}.gradient-text{font-size:2.25rem;font-weight:800;margin:0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.subtitle{color:#6b7280;margin:0;font-size:1rem}.header-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb33}.btn-primary:hover:not(:disabled){box-shadow:0 6px 16px #2563eb4d;transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;color:#4b5563}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-outline{background:transparent;color:#c2410c;border:1px solid #fdba74}.btn-outline:hover:not(:disabled){background:#fff7ed;border-color:#f97316}.alert{padding:1rem 1.5rem;border-radius:8px;font-weight:500;animation:slideInDown .3s ease}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.report-content{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;padding:2rem;min-height:400px}.section-title{color:#111827;font-size:1.5rem;font-weight:700;margin-top:0;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.chart-wrapper{display:flex;flex-direction:column;gap:1.25rem}.bar-row{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:1.5rem;cursor:pointer;padding:.75rem;border-radius:12px;border:1px solid transparent;transition:all .2s ease}.hover-lift:hover{background:#f8fafc;border-color:#e2e8f0;transform:translate(4px)}.bar-label{display:flex;flex-direction:column;gap:.25rem}.day-date{font-weight:600;color:#334155;font-size:.95rem}.order-count{font-size:.8rem;color:#64748b;font-weight:500}.bar-track{width:100%;height:36px;background:#f1f5f9;border-radius:18px;position:relative;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:18px;display:flex;align-items:center;justify-content:flex-end;padding-right:1.25rem;transition:width 1s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #3b82f640;min-width:fit-content}.bar-row:hover .bar-fill{background:linear-gradient(90deg,#2563eb,#3b82f6)}.bar-value{color:#fff;font-weight:700;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.2);white-space:nowrap}.drilldown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.drilldown-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.breadcrumb{cursor:pointer;color:#6b7280;transition:color .15s ease}.breadcrumb:hover{color:#3b82f6;text-decoration:underline}.separator{color:#d1d5db;font-weight:400;margin:0 .25rem}.current{color:#111827}.back-btn{background:#fff;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.back-btn:hover{background:#f9fafb;border-color:#9ca3af}.table-responsive{overflow-x:auto}.modern-table{width:100%;border-collapse:separate;border-spacing:0;text-align:left}.modern-table th{background:#f9fafb;color:#4b5563;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modern-table th:first-child{border-top-left-radius:8px}.modern-table th:last-child{border-top-right-radius:8px}.modern-table td{padding:1.25rem;border-bottom:1px solid #f3f4f6;color:#374151;font-size:.95rem}.clickable-row{cursor:pointer;transition:background-color .15s ease}.clickable-row:hover{background-color:#f8fafc}.clickable-row:hover .view-details{opacity:1;transform:translate(0)}.item-name{font-weight:500;display:flex;justify-content:space-between;align-items:center}.view-details{color:#3b82f6;font-size:.85rem;font-weight:600;opacity:0;transform:translate(-10px);transition:all .2s ease}.align-right{text-align:right}.highlight-value{font-weight:700;color:#111827}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px}.empty-state{text-align:center;color:#6b7280;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.animate-fade-in{animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.bar-row{grid-template-columns:1fr;gap:.5rem}.page-header{flex-direction:column;align-items:flex-start}}.year-select{padding:.5rem 2rem .5rem 1rem;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#1f2937;font-size:.875rem;font-weight:500;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:.65rem auto;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.year-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.year-select option{background-color:#fff;color:#1f2937}@media(max-width:768px){.header-actions{flex-wrap:wrap}.year-select{flex-grow:1}}.group-by-toggle{display:inline-flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.toggle-btn{padding:.5rem 1rem;border:none;background:#fff;color:#6b7280;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.toggle-btn:not(:last-child){border-right:1px solid #d1d5db}.toggle-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.toggle-btn:hover:not(.active):not(:disabled){background:#f3f4f6}.toggle-btn:disabled{opacity:.6;cursor:not-allowed}
