@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000000e0;background:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}*{scrollbar-width:thin;scrollbar-color:#00000026 transparent}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::selection{color:#fff;background:#4f6bed66}.product-frame-container{border:none;width:100%;height:100%;display:block}.product-frame-container iframe{border:none;width:100%;height:100%}.ant-layout{min-height:100vh}.portal-logo{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:16px 20px;transition:opacity .2s;display:flex}.portal-logo:hover{opacity:.85}.portal-logo .logo-icon{color:#fff;background:linear-gradient(135deg,#4f6bed 0%,#7c3aed 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.portal-logo .logo-text{color:#000000e0;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.portal-logo .logo-subtitle{color:#000000b3;white-space:nowrap;font-size:11px}.portal-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;background:#ffffffd9!important}.portal-header .header-left{align-items:center;gap:16px;display:flex}.portal-header .header-right{align-items:center;gap:12px;display:flex}.portal-sider{border-right:1px solid #f0f0f0}.portal-content{height:calc(100vh - 56px);padding:0;position:relative;overflow:auto}.page-container{max-width:1200px;margin:0 auto;padding:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}
