@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.global-toast[data-v-dbcf0768]{position:fixed;top:80px;right:20px;z-index:99999;padding:14px 24px;border-radius:10px;color:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;box-shadow:0 8px 30px #0003;max-width:400px}.global-toast.success[data-v-dbcf0768]{background:linear-gradient(135deg,#28a745,#20c997)}.global-toast.error[data-v-dbcf0768]{background:linear-gradient(135deg,#dc3545,#ff6b81)}.global-toast.warning[data-v-dbcf0768]{background:linear-gradient(135deg,#ffc107,#fd7e14)}.global-toast.info[data-v-dbcf0768]{background:linear-gradient(135deg,#17a2b8,#6f42c1)}.toast-enter-active[data-v-dbcf0768]{animation:slideInRight-dbcf0768 .3s ease}.toast-leave-active[data-v-dbcf0768]{animation:slideOutRight-dbcf0768 .3s ease}@keyframes slideInRight-dbcf0768{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight-dbcf0768{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}#app{max-width:100vw;overflow-x:hidden}:root{--primary: #fe2c55;--primary-dark: #e6254d;--primary-light: #ff6b81;--secondary: #ee4d2d;--accent: #6c5ce7;--bg: #f5f5f5;--card: #fff;--text: #222;--text-secondary: #555;--text-muted: #999;--border: #e8e8e8;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--shadow-xl: 0 20px 60px rgba(0,0,0,.15);--radius-sm: 3px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: all .15s ease;--transition-normal: all .3s ease;--transition-slow: all .5s ease;--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-main);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100dvh}a{color:var(--primary);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:.375rem;height:.375rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}::selection{background:var(--primary);color:#fff}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.container{max-width:1200px;margin:0 auto;padding:0 clamp(.625rem,2vw,1rem)}.btn-primary{background:linear-gradient(135deg,#fe2c55,#ff6b81);color:#fff;padding:.75rem 1.75rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-family:var(--font-main);font-size:.875rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;min-height:2.75rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fe2c5566;color:#fff}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#fff;color:#fe2c55;padding:.75rem 1.75rem;border:1px solid #fe2c55;border-radius:8px;cursor:pointer;font-weight:600;font-family:var(--font-main);font-size:.875rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;min-height:2.75rem}.btn-secondary:hover{background:#fe2c55;color:#fff}.card{background:var(--card);border-radius:12px;box-shadow:var(--shadow-sm);padding:1.25rem;transition:var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}input,textarea,select{font-family:var(--font-main);font-size:.875rem}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=search],input[type=tel],input[type=url],textarea,select{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;transition:var(--transition-fast);font-size:.875rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #fe2c551a}textarea{resize:vertical}.form-group{margin-bottom:1.125rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:500;font-size:.875rem;color:#333}.form-input{width:100%;padding:.75rem .875rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;font-family:var(--font-main);transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#fe2c55;box-shadow:0 0 0 3px #fe2c551a}table{width:100%;border-collapse:collapse}th,td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #f0f0f0;font-size:.875rem}th{background:#f8f9fa;font-weight:600;color:#555;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px}tr:hover{background:#fafafa}.status{padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;display:inline-block}.status.active,.status.completed,.status.confirmed,.status.approved{background:#d4edda;color:#155724}.status.inactive,.status.cancelled,.status.rejected{background:#f8d7da;color:#721c24}.status.pending{background:#fff3cd;color:#856404}.status.shipped{background:#d1ecf1;color:#0c5460}.loading,.empty{text-align:center;padding:2.5rem;color:var(--text-muted)}.empty i{font-size:3rem;color:#ddd;margin-bottom:1rem;display:block}.empty-state{text-align:center;padding:3.75rem 1.25rem;color:#999}.empty-state i{font-size:3rem;color:#ddd;margin-bottom:1rem;display:block}.empty-state p{font-size:1rem;margin-bottom:1rem}.spinner{width:1.125rem;height:1.125rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:var(--radius-lg);padding:1.875rem;max-width:90vw;max-height:90vh;overflow-y:auto;animation:zoomIn .3s ease;box-shadow:var(--shadow-xl)}.toast{position:fixed;bottom:1.875rem;right:1.875rem;z-index:9999;animation:slideInUp .3s ease}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.cart-content,.checkout-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.shopee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem}.mall-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.product-grid-4,.product-grid-3{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.form-row{display:grid;grid-template-columns:1fr;gap:.9375rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.charts-row,.tables-row,.grid-2,.settings-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.quick-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.375rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:100%}@media (min-width: 481px){.shopee-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.mall-grid,.product-grid-4,.product-grid-3,.payment-options{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.quick-nav-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 769px){.product-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.cart-content,.checkout-grid{grid-template-columns:1fr 21.875rem}.payment-options{grid-template-columns:repeat(3,1fr)}.shopee-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.mall-grid{grid-template-columns:repeat(3,1fr)}.product-grid-4{grid-template-columns:repeat(4,1fr)}.product-grid-3{grid-template-columns:repeat(3,1fr)}.form-row{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.charts-row{grid-template-columns:2fr 1fr}.tables-row,.grid-2,.settings-grid{grid-template-columns:1fr 1fr}.quick-nav-grid{grid-template-columns:repeat(5,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}table{min-width:600px}}@media (min-width: 1025px){.shopee-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.mall-grid{grid-template-columns:repeat(4,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.quick-nav-grid{grid-template-columns:repeat(10,1fr)}}@media (max-width: 480px){.product-grid{gap:.5rem}.shopee-grid{gap:.25rem}.payment-options{grid-template-columns:1fr}.quick-nav-grid{grid-template-columns:repeat(3,1fr);gap:.375rem}.stats-grid{gap:.5rem}.modal{width:95vw;padding:1.25rem}}@media (max-width: 768px){a,button,[role=button]{min-height:2.75rem}button{min-width:2.75rem}}html,body{max-width:100vw;overflow-x:hidden}@media print{.header,.footer,.chat-widget,.modal-overlay{display:none!important}body{background:#fff}}
