@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Newsreader:opsz,wght@18..72,400;18..72,500;18..72,600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#3d3929;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf9f5;height:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6}#root{height:100%}.main-layout{min-height:100vh}.main-sider{z-index:100;border-right:1px solid #dad9d4;position:fixed;top:0;bottom:0;left:0;overflow:auto;background:#f5f4ee!important}.sider-logo{border-bottom:1px solid #ebebeb;justify-content:flex-start;align-items:center;height:64px;padding:0 16px;display:flex}.sider-logo.collapsed{justify-content:center;padding:0}.sider-logo-icon{background:linear-gradient(135deg,#c96442,#b0562f);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #c9644259}.sider-logo-letter{color:#fff;font-size:16px;font-weight:800}.sider-logo-text{color:#3d3929;white-space:nowrap;letter-spacing:.3px;margin-left:10px;font-size:15px;font-weight:700}.sider-menu{padding:8px 0;background:0 0!important;border-right:none!important}.main-content-layout{margin-left:260px;transition:margin-left .2s}.main-content-layout.sider-collapsed{margin-left:64px}.main-topbar{z-index:99;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;background:#fff!important;height:64px!important;padding:0 24px!important;line-height:64px!important}.topbar-left{align-items:center;gap:12px;display:flex}.topbar-collapse-btn{color:#6b7280;width:36px;height:36px;font-size:16px}.topbar-title{color:#3d3929;font-family:Newsreader,Georgia,serif;font-size:16px;font-weight:600}.topbar-customer-select{width:200px;margin-left:12px}.topbar-right{align-items:center;gap:16px;display:flex}.topbar-bell{color:#6b7280;cursor:pointer;font-size:18px}.topbar-user{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:4px 8px;transition:background .2s;display:flex}.topbar-user:hover{background:#f0efe9}.topbar-avatar{background:linear-gradient(135deg,#c96442,#b0562f)!important}.topbar-username{color:#4b5563;font-size:13px;font-weight:500}.main-content{background:#faf9f5;min-height:calc(100vh - 64px);padding:24px 28px}.page-header{margin-bottom:24px}.page-header h2{color:#3d3929;margin:0;font-family:Newsreader,Georgia,serif;font-size:22px;font-weight:700;line-height:1.3}.page-header p{color:#6b7280;margin-top:4px;font-size:14px}.filter-bar{background:#fff;border:1px solid #ebebeb;border-radius:14px;margin-bottom:20px;padding:16px 20px;box-shadow:0 1px 3px #0000000a}.stat-cards-row{gap:16px;margin-bottom:20px;display:flex}.stat-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;flex:1;justify-content:space-between;align-items:center;padding:20px;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 3px #0000000a}.stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.stat-label{color:#6b7280;margin-bottom:6px;font-size:13px;font-weight:500}.stat-value{color:#3d3929;font-size:26px;font-weight:700;line-height:1.2}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-left:16px;display:flex}.stat-icon span{color:#fff;font-size:20px}.mini-stats-row{gap:16px;margin-bottom:24px;display:flex}.mini-stat-card{text-align:center;background:#fff;border:1px solid #ebebeb;border-radius:14px;flex:1;padding:16px;transition:box-shadow .2s;box-shadow:0 1px 3px #0000000a}.mini-stat-card:hover{box-shadow:0 4px 12px #00000014}.mini-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 8px;display:flex}.mini-stat-icon span{color:#fff;font-size:16px}.mini-stat-value{color:#3d3929;margin-bottom:2px;font-size:18px;font-weight:700}.mini-stat-label{color:#9ca3af;font-size:12px}.content-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000a}.card-title{color:#3d3929;margin-bottom:16px;font-size:15px;font-weight:600}.loading-container{text-align:center;padding:80px}.customer-tag-row{margin-bottom:16px}.recent-vouchers-section{margin-top:24px}.indicator-item{background:#f5f4ee;border:1px solid #dad9d4;border-radius:12px;padding:12px 16px}.indicator-error{border:1px solid #fca5a5}.indicator-warn{border:1px solid #fcd34d}.indicator-normal{border:1px solid #dad9d4}.bi-iframe-container{border:none;border-radius:14px;width:100%;height:calc(100vh - 112px)}.bi-empty-state{color:#9ca3af;background:#fff;border:1px solid #ebebeb;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 112px);font-size:16px;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cdcabf;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b8b4a8}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}.analysis-result-box{border-top:1px solid #ebebeb;margin-top:20px;padding-top:16px}.analysis-result-title{color:#3d3929;margin-bottom:12px;font-size:15px;font-weight:600}.analysis-result-content{color:#333;word-break:break-word;background:#f5f4ee;border-radius:12px;max-height:600px;padding:16px 20px;font-size:14px;line-height:1.7;overflow-y:auto}.markdown-body{white-space:normal;word-break:break-word}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:#3d3929;margin:16px 0 8px;font-family:Newsreader,Georgia,serif;font-weight:600;line-height:1.4}.markdown-body h1{font-size:20px}.markdown-body h2{font-size:18px}.markdown-body h3{font-size:16px}.markdown-body h4{font-size:15px}.markdown-body h5{font-size:14px}.markdown-body h6{color:#6b7280;font-size:13px}.markdown-body p{margin:8px 0}.markdown-body ul,.markdown-body ol{margin:8px 0;padding-left:24px}.markdown-body li{margin:4px 0}.markdown-body strong{color:#3d3929;font-weight:600}.markdown-body em{font-style:italic}.markdown-body code{color:#c96442;background:#f0efe9;border-radius:3px;padding:1px 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px}.markdown-body pre{background:#28261b;border-radius:8px;margin:12px 0;padding:12px 16px;overflow-x:auto}.markdown-body pre code{color:#f1f1ef;background:0 0;padding:0;font-size:13px;line-height:1.5}.markdown-body table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.markdown-body th,.markdown-body td{text-align:left;border:1px solid #dad9d4;padding:6px 12px}.markdown-body th{color:#3d3929;background:#f0efe9;font-weight:600}.markdown-body tbody tr:nth-child(2n){background:#faf9f5}.markdown-body hr{border:none;border-top:1px solid #dad9d4;margin:16px 0}
