:root{--color-primary: #EB874D;--color-primary-hover: #D9773A;--color-primary-light: #F5A872;--color-black: #000000;--color-white: #ffffff;--gradient-brand: linear-gradient(180deg, #F5D89A 0%, #EB874D 50%, #E07B4A 100%);--gradient-brand-horizontal: linear-gradient(90deg, #F5D89A 0%, #EB874D 50%, #E07B4A 100%);--gradient-brand-subtle: linear-gradient(180deg, rgba(245, 216, 154, .15) 0%, rgba(235, 135, 77, .1) 100%);--color-text: #000000;--color-text-secondary: #666666;--color-text-muted: #999999;--color-text-on-primary: #ffffff;--color-border: #e5e5e5;--color-border-light: #f0f0f0;--color-border-primary: #EB874D;--color-background: #ffffff;--color-background-secondary: #f5f5f5;--color-background-hover: #fafafa;--color-background-primary: #EB874D}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:var(--color-text);margin:0;padding:0}#root{min-height:100vh}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:var(--gradient-brand-subtle);border-radius:16px;border:1px dashed rgba(235,135,77,.3)}.empty-state-icon{font-size:48px;color:#eb874d;margin-bottom:16px;opacity:.8}.empty-state-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.empty-state-description{font-size:14px;color:#6b7280;margin-bottom:20px;max-width:320px}.empty-state-action{margin-top:8px}.ant-empty{padding:32px}.ant-empty-description{color:#6b7280}.ant-alert-info{border-left:4px solid transparent;border-image:var(--gradient-brand) 1}.gradient-card{transition:all .3s ease}.gradient-card:hover{box-shadow:0 8px 24px #eb874d26}.header{position:fixed;top:0;left:0;right:0;height:64px;background:#fff;color:#1f2937;z-index:1000;border-bottom:none;box-shadow:0 4px 12px #0000000d}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f5d89a,#eb874d,#e07b4a);opacity:.7}.header-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 18px;max-width:100%;gap:16px}.header-left{display:flex;align-items:center;gap:12px;min-width:220px}.header-logo{height:44px;width:auto;max-width:220px;object-fit:contain}.header-title{font-size:20px;font-weight:600;color:#333;margin:0}.header-center{flex:1;display:flex;justify-content:center}.header-search-wrap{position:relative;width:100%;max-width:520px}.header-search{display:flex;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:4px 10px 4px 12px;min-width:360px;max-width:520px;width:100%;box-shadow:inset 0 1px 2px #00000005;gap:10px;transition:border-color .2s ease,box-shadow .2s ease;cursor:text}.header-search:hover{border-color:#d1d5db}.header-search:focus-within{border-color:#eb874d;box-shadow:0 0 0 3px #eb874d1f}.header-search-icon{color:#6b7280;font-size:16px}.header-search input{padding:6px 0;font-size:14px}.header-search-shortcut{font-size:12px;color:#6b7280;background:#e5e7eb;padding:4px 8px;border-radius:8px;line-height:1;white-space:nowrap}.header-right{display:flex;align-items:center;gap:12px}.header-icon-btn{color:#4b5563}.header-icon-btn:hover{color:#eb874d;background-color:#eb874d14}.header-ghost-btn{color:#1f2937;font-weight:500}.header-ghost-btn:hover{color:#eb874d;background-color:#eb874d14}.app-pill{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;min-width:200px;max-width:280px;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.app-pill-text{display:flex;flex-direction:column;min-width:0}.app-pill-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}.app-pill-name{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-pill-chevron{color:#6b7280;font-size:12px}.header-search-panel{position:absolute;top:110%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 16px 32px #0000001f;padding:8px;z-index:1001}.header-search-item{padding:10px 12px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:background-color .15s ease}.header-search-item:hover{background:#eb874d14}.header-search-item.active{background:#eb874d1f;color:#111827}.header-search-item-label{font-weight:600;color:#111827}.header-search-item-category{font-size:12px;color:#6b7280}.header-search-empty{padding:10px 12px;color:#6b7280;font-size:14px}.app-dropdown-menu .ant-dropdown-menu{padding:0}.app-dropdown{width:360px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 32px #0000001f;overflow:hidden}.app-dropdown-search{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.app-dropdown-search-icon{color:#6b7280;font-size:16px}.app-dropdown-list{max-height:320px;overflow-y:auto;display:flex;flex-direction:column}.app-dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 14px;cursor:pointer;transition:background-color .2s ease}.app-dropdown-item:hover{background-color:#eb874d14}.app-dropdown-text{display:flex;flex-direction:column;min-width:0;gap:4px}.app-dropdown-title{display:flex;align-items:center;gap:8px;font-weight:700;color:#111827}.app-dropdown-sub{font-size:13px;color:#6b7280}.app-dropdown-current{background:#eef2ff;color:#4f46e5;border:none;font-weight:600}.app-dropdown-footer{padding:12px 14px;border-top:1px solid #e5e7eb;background:#f8fafc}.header-zone-pill{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #e5e5e5;border-radius:999px;box-shadow:0 1px 3px #0000000f;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-zone-pill .zone-label{font-size:12px;color:#8c8c8c;text-transform:uppercase;letter-spacing:.4px}.header-zone-pill .zone-name{font-size:14px;font-weight:600;color:#333}.header-profile{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background-color .2s ease}.header-profile:hover{background-color:#0000000d}.header-profile-dropdown{margin-top:8px}.header-profile-dropdown .ant-dropdown-menu{padding:8px 0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;background:#fff}.header-profile-dropdown .ant-dropdown-menu-item{padding:10px 16px;font-size:14px;transition:all .2s ease;display:flex;align-items:center;gap:12px}.header-profile-dropdown .ant-dropdown-menu-item:hover{background-color:#eb874d1a;color:#eb874d}.header-profile-dropdown .ant-dropdown-menu-item-danger:hover{background-color:#ff4d4f1a;color:#ff4d4f}.header-profile-dropdown .ant-dropdown-menu-item-icon{font-size:16px;width:20px;display:flex;align-items:center;justify-content:center}.header-profile-dropdown .ant-dropdown-menu-item-danger{color:#ff4d4f}.header-profile-dropdown .ant-dropdown-menu-divider{margin:8px 0;border-color:#0000001a}.help-drawer-content{padding:0}.help-section{margin-bottom:0}.help-section h5{color:#1f2937;font-size:15px}.help-drawer-content .ant-typography a{color:#eb874d;transition:color .2s ease}.help-drawer-content .ant-typography a:hover{color:#d97340}.sidebar{position:fixed;top:64px;left:0;width:220px;height:calc(100vh - 64px);background:linear-gradient(180deg,#fff,#fdfcfb,#faf8f5);border-right:1px solid rgba(0,0,0,.06);z-index:999;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;box-shadow:1px 0 3px #0000000a}.sidebar:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#f5d89a,#eb874d,#e07b4a);opacity:.6}.sidebar-nav{padding:16px;flex:1;display:flex;flex-direction:column;gap:16px}.sidebar-section-title{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}.menu-link{display:flex;align-items:center;gap:12px;padding:10px 12px;color:#4b5563;text-decoration:none;cursor:pointer;transition:all .2s ease;border-radius:10px;background-color:transparent}.menu-link:hover{background-color:#eb874d14;color:#eb874d;transform:translate(2px)}.menu-link.active{background-color:#eb874d1f;color:#eb874d;font-weight:600}.menu-icon{display:flex;align-items:center;justify-content:center;font-size:18px;width:22px}.menu-label{font-size:14px;line-height:1.4}.sidebar-footer{padding:16px;border-top:1px solid rgba(0,0,0,.06);background:#f4f6f9}.sidebar-footer .menu-link{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:12px;color:#6b7280;border-left:none}.sidebar-footer .menu-link:hover{background-color:#eb874d14;color:#eb874d;transform:translate(2px)}.sidebar-footer .menu-link.active{background-color:#eb874d1f;color:#eb874d;font-weight:500}.metric-card{height:100%;transition:all .3s ease}.metric-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.metric-card .ant-card-body{padding:20px}.metric-card .ant-statistic-title{font-size:14px;color:#8c8c8c;margin-bottom:8px}.trend-indicator{margin-top:12px;font-size:13px;display:flex;align-items:center;gap:6px;font-weight:500}.analytics-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;min-height:400px}.analytics-loading-state .loading-message{margin-top:16px;font-size:14px;color:#8c8c8c}.trend-indicator{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500}.trend-indicator.positive{color:#52c41a}.trend-indicator.negative{color:#ff4d4f}.trend-indicator.neutral{color:#8c8c8c}.trend-indicator .anticon{font-size:12px}.trend-indicator .trend-value{font-weight:600}.dashboard-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.alerts-card .ant-card-body{padding:16px}.trending-products-list{display:flex;flex-direction:column;gap:12px}.trending-product-item{display:flex;align-items:center;padding:12px;background:#fafafa;border-radius:6px;gap:12px;transition:all .2s ease}.trending-product-item:hover{background:#f0f0f0;cursor:pointer}.trending-product-item .rank{font-size:20px;font-weight:700;color:#eb874d;min-width:36px;text-align:center}.trending-product-item .product-info{flex:1;display:flex;flex-direction:column;gap:4px}.trending-product-item .product-title{font-weight:500;color:#1f1f1f;font-size:14px}.trending-product-item .product-stats{display:flex;align-items:center;gap:12px;font-size:13px}.trending-product-item .product-stats .clicks{color:#8c8c8c}.insights-list{display:flex;flex-direction:column;gap:12px}.insight-item{display:flex;align-items:flex-start;padding:12px;background:#fafafa;border-radius:6px;gap:12px;transition:all .2s ease}.insight-item:hover{background:#f0f0f0}.insight-item .insight-rank{font-size:16px;font-weight:700;color:#eb874d;min-width:32px;text-align:center;padding-top:2px}.insight-item .insight-content{flex:1;display:flex;flex-direction:column;gap:4px}.insight-item .insight-title{font-weight:500;color:#1f1f1f;font-size:14px;word-break:break-word}.insight-item .insight-stats{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;color:#8c8c8c}.blur-content{transition:filter .3s ease}.dashboard-page.blur-enabled .blur-content{filter:blur(8px);-webkit-user-select:none;user-select:none;pointer-events:none}.dashboard-page.blur-enabled .blur-content:hover{filter:blur(8px)}.header-actions{filter:none!important}.search-analytics-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 70px)}.analytics-chart-card{transition:all .3s ease;box-shadow:0 2px 8px #00000014}.analytics-chart-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.analytics-chart-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 24px}.analytics-chart-card .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.analytics-chart-card .ant-card-body{padding:24px;height:calc(100% - 57px);display:flex;flex-direction:column}.search-analytics-page .ant-row{display:flex;flex-wrap:wrap}.search-analytics-page .ant-col{display:flex;flex-direction:column}.search-analytics-page .ant-col>.ant-card{flex:1;display:flex;flex-direction:column}@media(max-width:768px){.page-header,.header-actions{flex-direction:column;align-items:stretch}.header-actions>*{width:100%}.analytics-chart-card{min-height:350px!important}.analytics-chart-card .ant-card-body{padding:16px}}@media(max-width:576px){.search-analytics-page{padding:16px}.analytics-chart-card{min-height:300px!important}}.product-analytics-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.comparison-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}@media(max-width:768px){.page-header,.header-actions{flex-direction:column;align-items:stretch}.header-actions>*{width:100%}.comparison-footer{flex-direction:column;gap:12px;align-items:stretch}}.product-detail-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 70px)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}@media(max-width:768px){.page-header,.header-actions{flex-direction:column;align-items:stretch}.header-actions>*{width:100%}}.realtime-visitor-board{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.realtime-visitor-board .page-header,.realtime-visitor-board .live-counters{margin-bottom:24px}.realtime-visitor-board .live-feed{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.realtime-visitor-board .live-feed{grid-template-columns:1fr}}.cart-analytics-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.cart-analytics-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:768px){.cart-analytics-page .page-header{flex-direction:column;align-items:flex-start;gap:16px}}.user-analytics-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.user-analytics-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.user-analytics-page .page-header>div:first-child{flex:1}@media(max-width:768px){.user-analytics-page .page-header{flex-direction:column;gap:16px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fdf8f3,linen,#f7e8d9,#f5dec8,#f2d4b8);background-attachment:fixed;padding:24px;position:relative}.login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.4) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(235,135,77,.08) 0%,transparent 40%);pointer-events:none}.login-container{background-color:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;border:1px solid rgba(0,0,0,.06);width:100%;max-width:440px;padding:48px 40px;position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.login-container:hover{box-shadow:0 25px 30px -5px #0000001f,0 15px 15px -5px #0000000f,0 0 0 1px #0000000d}.login-header{text-align:center;margin-bottom:40px}.login-header img{display:block;margin:0 auto 24px;max-width:500px;width:100%;height:auto;transition:transform .2s ease}.login-header img:hover{transform:scale(1.02)}.login-container .ant-form-item-label>label{font-weight:500;color:#374151;font-size:14px}.login-container .ant-input,.login-container .ant-input-password{border-radius:8px;border:1px solid #e5e7eb;padding:10px 14px;font-size:14px;transition:all .2s ease;height:44px}.login-container .ant-input-affix-wrapper{border-radius:8px;border:1px solid #e5e7eb;padding:0 14px;height:44px;display:flex;align-items:center;transition:all .2s ease;width:100%}.login-container .ant-input-affix-wrapper:hover{border-color:#d1d5db}.login-container .ant-input-affix-wrapper-focused{border-color:#eb874d;box-shadow:0 0 0 3px #eb874d1a}.login-container .ant-input:hover,.login-container .ant-input-password:hover{border-color:#d1d5db}.login-container .ant-input:focus,.login-container .ant-input-password:focus,.login-container .ant-input-focused,.login-container .ant-input-password-focused{border-color:#eb874d;box-shadow:0 0 0 3px #eb874d1a}.login-container .ant-btn-primary{border-radius:8px;height:44px;font-weight:500;font-size:15px;box-shadow:0 2px 4px #eb874d33;transition:all .2s ease;border:none}.login-container .ant-btn-primary:hover{box-shadow:0 4px 8px #eb874d4d;transform:translateY(-1px)}.login-container .ant-btn-primary:active{transform:translateY(0)}.login-footer{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.tenants-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 70px)}.settings-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 70px)}.page-header{margin-bottom:24px}.page-header h2{margin-bottom:8px}.api-card{box-shadow:0 8px 24px -12px #00000029;border-radius:12px;border:1px solid #e5e7eb}.api-card-head{display:flex;align-items:center;justify-content:space-between}.api-key-block{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#f9fafb;box-shadow:inset 0 1px 2px #00000005}.api-key-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.api-key-title{font-size:15px}.api-key-value{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.api-key-mono{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:14px;color:#111827}.api-key-desc{margin-top:8px;color:#4b5563;font-size:13px}.lookin-zones-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{margin:0;font-size:24px;font-weight:600}.filters-section{margin-bottom:16px}.mapping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.app-details-card{box-shadow:0 10px 30px -12px #00000026;border-radius:12px}.app-details .ant-descriptions-view{border-radius:10px}.app-details .ant-descriptions-item-label{font-weight:600;color:#4b5563}.app-details .ant-descriptions-item-content{color:#1f2937}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.credential-card{box-shadow:0 2px 10px -6px #0000001f;border-radius:12px;border:1px solid #e5e7eb;padding:16px}.credential-label{font-weight:600;color:#374151}.credential-value{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;color:#111827;word-break:break-all}.credential-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.credential-title{font-size:15px}.api-block{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#f9fafb;box-shadow:inset 0 1px 2px #00000005;margin-top:12px}.api-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.api-block-title{font-weight:600;color:#1f2937}.api-block-desc{color:#6b7280;font-size:13px}.api-block-value{padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;color:#111827;word-break:break-all}.api-block-note{padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;color:#92400e}.app-container{display:flex;flex-direction:column;min-height:100vh;background:transparent}.main-content{display:flex;flex:1;margin-top:64px;min-height:calc(100vh - 64px)}.content-area{flex:1;padding:24px;background:transparent;overflow-y:auto;transition:margin-left .3s cubic-bezier(.4,0,.2,1);margin-left:220px}
