:root{--bg-0:#eef3f8;--bg-1:#f6f8fb;--bg-2:#dde6f1;--panel:#fff;--panel-soft:#f8fafc;--line:#d9e2ee;--line-strong:#b9c7d8;--text:#142338;--text-soft:#5d6d82;--accent:#0f6bff;--accent-2:#00a8a8;--sider-bg:#07111f;--sider-bg-2:#101a2a;--sider-text:#d7e3f5}*{box-sizing:border-box}.ui-body{margin:0;font-family:HarmonyOS Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:linear-gradient(rgba(18,42,72,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,42,72,.035) 1px,transparent 1px),linear-gradient(135deg,var(--bg-0),var(--bg-1) 52%,var(--bg-2));background-size:24px 24px,24px 24px,auto;min-height:100vh}.ui-shell{padding:10px clamp(10px,3vw,40px);min-height:100vh}.ui-backoffice{display:flex;flex-direction:column;gap:10px;width:100%;max-width:min(3840px,calc(100vw - 20px));margin-inline:auto}.ui-footer{padding:14px 8px 6px;text-align:center;color:var(--text-soft);font-size:12px;letter-spacing:.02em}.ui-topbar{min-height:54px;padding:0!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid var(--line)!important;border-radius:6px!important;box-shadow:0 8px 22px rgba(20,35,56,.08)}.ui-topbar .ant-card-body{display:grid;grid-template-columns:220px minmax(320px,1fr) auto;align-items:center;grid-column-gap:16px;column-gap:16px;padding:8px 14px!important}.ui-topbar-left{gap:10px}.ui-topbar-center,.ui-topbar-left{display:flex;align-items:center;min-width:0}.ui-topbar-center{justify-content:flex-start;gap:12px}.ui-brand-dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 14px rgba(15,107,255,.55)}.ui-brand{font-size:16px;font-weight:700;line-height:1;background:linear-gradient(90deg,#0b4bb8,#008a97);-webkit-background-clip:text;background-clip:text;color:transparent}.ui-brand-stack{display:flex;flex-direction:column;gap:1px}.ui-brand-sub{font-size:10px;color:#7c8aa2;line-height:1}.ui-logo-box{width:34px;height:34px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:800;background:linear-gradient(140deg,#0f6bff,#00a8a8);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.22),0 6px 16px rgba(15,107,255,.25)}.ui-topbar-right{display:flex;align-items:center;gap:8px;min-width:max-content;justify-content:flex-end}.ui-top-search{width:min(320px,100%)}.ui-top-links .ant-btn{color:#5d6a80;font-weight:600;padding-inline:6px}.ui-top-links .ant-btn:hover{color:#0f3970;background:#eef4fb}.ui-user-chip{padding:4px 10px;border-radius:4px;background:#eef4ff}.ui-account{display:flex;align-items:center;gap:6px;padding:3px 8px;border-radius:4px;border:1px solid var(--line);background:#fff}.ui-account-meta{display:flex;flex-direction:column;line-height:1.1}.ui-account-name{font-size:12px;font-weight:700;color:#2b3d57;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ui-account-sub{font-size:11px;color:#7d8da8}.ui-layout-grid{display:grid;grid-template-columns:236px 1fr;grid-gap:10px;gap:10px}.ui-mobile-nav{display:none}.ui-sider{padding:8px;overflow:auto;background:linear-gradient(hsla(0,0%,100%,.035) 1px,transparent 1px),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 1px),linear-gradient(180deg,var(--sider-bg),var(--sider-bg-2))!important;background-size:18px 18px,18px 18px,auto!important;border:0!important;box-shadow:0 16px 36px rgba(7,17,31,.22)!important}.ui-sider-inner{position:-webkit-sticky;position:sticky;top:10px}.ui-content{min-width:0}.ui-sider .ant-menu{background:transparent;-webkit-border-end:0!important;border-inline-end:0!important;color:var(--sider-text)}.ui-sider .ant-menu-item{border-radius:4px;margin:3px 0;color:#d7e2f6!important;transition:all .18s ease}.ui-sider .ant-menu-item:hover,.ui-sider .ant-menu-submenu-title:hover{background:rgba(15,107,255,.2)!important;color:#fff!important}.ui-sider .ant-menu-submenu-title{border-radius:4px;margin:3px 0;color:#d7e2f6!important}.ui-sider .ant-menu-item .ant-menu-item-icon,.ui-sider .ant-menu-submenu-title .ant-menu-item-icon{color:#8cc6ff!important;font-size:15px}.ui-sider .ant-menu-item-selected .ant-menu-item-icon{color:#fff!important}.ui-sider .ant-menu-submenu-open>.ant-menu-submenu-title{background:rgba(15,107,255,.14)!important}.ui-sider .ant-menu-item-selected{background:linear-gradient(90deg,#0f6bff,#00a8a8)!important;color:#fff!important;box-shadow:0 8px 18px rgba(0,123,183,.26)}.ui-glass{background:var(--panel);border:1px solid var(--line);border-radius:6px;box-shadow:0 8px 22px rgba(20,35,56,.07)}.ui-card.ant-card{background:var(--panel);border-color:var(--line);border-radius:6px}.ui-card.ant-card>.ant-card-head{min-height:40px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fbfdff,#f2f6fb);border-radius:6px 6px 0 0}.ui-card.ant-card>.ant-card-body{padding:14px!important}.ui-card .ant-card-head-title,.ui-card .ant-list-item,.ui-card .ant-typography{color:var(--text)!important}.ui-card .ant-form-item-label>label,.ui-card .ant-input,.ui-card .ant-input-number,.ui-card .ant-select-selector{color:#1f2f43!important}.ui-card .ant-input,.ui-card .ant-input-number,.ui-card .ant-input-password,.ui-card .ant-select-selector{background:#fff!important;border-color:var(--line-strong)!important;border-radius:4px!important}.ui-card .ant-list-bordered{border-color:var(--line);border-radius:4px;background:#fff}.ui-chip{display:inline-flex;align-items:center;gap:8px;padding:5px 9px;border-radius:4px;background:#edf4ff;color:#174a82;border:1px solid #c9d8ea;font-size:12px}.billing-settlement-confirm-table .ant-table-container{border-radius:6px}.billing-settlement-confirm-table .ant-table-thead>tr>th{padding:2px 4px!important;font-size:10px;line-height:1;white-space:nowrap}.billing-settlement-confirm-table .ant-table-tbody>tr>td{padding:1px 4px!important;font-size:10px;line-height:1;white-space:nowrap}.billing-settlement-confirm-table .ant-table-cell{overflow:hidden;text-overflow:ellipsis}.billing-settlement-confirm-table .ant-table-tbody>tr{height:13px}.maintenance-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(15,107,255,.16),transparent 32%),radial-gradient(circle at 80% 10%,rgba(0,168,168,.14),transparent 30%),linear-gradient(135deg,#07111f,#13233a 52%,#0f2438)}.maintenance-card{width:min(680px,100%);padding:34px;border-radius:8px;color:#eff6ff;border:1px solid rgba(201,216,234,.22);background:linear-gradient(hsla(0,0%,100%,.045) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 0),rgba(7,17,31,.88);background-size:22px 22px;box-shadow:0 24px 80px rgba(0,0,0,.28),inset 4px 0 0 #00a8a8}.maintenance-badge{width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:rgba(15,107,255,.18);border:1px solid rgba(140,198,255,.32);color:#8cc6ff;font-size:11px;font-weight:900;letter-spacing:.16em}.maintenance-card h1{margin:18px 0 10px;font-size:clamp(34px,6vw,58px);line-height:1}.maintenance-card p{margin:0;max-width:560px;color:#c8d7ea;font-size:17px;line-height:1.7}.maintenance-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.maintenance-meta span{padding:6px 10px;border-radius:4px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);color:#d7e3f5;font-size:12px}.ui-step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.ui-step{padding:12px;border-radius:12px;background:hsla(0,0%,100%,.88);border:1px solid rgba(122,181,235,.4)}.ui-step strong{display:block;font-size:14px;margin-bottom:6px;color:#18406b}.ui-step span{color:var(--text-soft);font-size:12px}.ui-title{margin:0;color:#173252;font-size:28px}.admin-settings-action-row{display:flex;flex-wrap:wrap;width:100%}.admin-settings-number-input.ant-input-number{width:min(220px,100%);max-width:100%}.ui-subtitle{margin:8px 0 0;color:var(--text-soft)}.ui-login{min-height:100vh;display:grid;place-items:center;padding:24px}.ui-login-card{width:min(440px,92vw);padding:10px}.ui-login-badge{display:inline-block;padding:6px 12px;border-radius:999px;background:rgba(31,139,255,.14);color:#1d5f9a;margin-bottom:12px;font-size:12px}.auth-entry-shell{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.05fr) minmax(420px,.95fr);grid-gap:18px;gap:18px;align-items:stretch;padding:18px;background:radial-gradient(circle at 12% 18%,rgba(15,107,255,.18),transparent 28%),radial-gradient(circle at 86% 12%,rgba(0,168,168,.16),transparent 30%),linear-gradient(rgba(18,42,72,.04) 1px,transparent 0),linear-gradient(90deg,rgba(18,42,72,.04) 1px,transparent 0),linear-gradient(135deg,#eef3f8,#f8fafc 52%,#dde6f1);background-size:auto,auto,24px 24px,24px 24px,auto}.auth-entry-shell-compact{grid-template-columns:1fr;place-items:center}.auth-entry-hero{min-height:calc(100vh - 36px);display:flex;flex-direction:column;justify-content:space-between;gap:22px;padding:34px;color:#e8f1ff;background:linear-gradient(145deg,rgba(7,17,31,.96),rgba(16,26,42,.94)),radial-gradient(circle at 82% 18%,rgba(0,168,168,.22),transparent 32%);border:1px solid rgba(185,199,216,.18);border-radius:10px;box-shadow:0 22px 56px rgba(20,35,56,.18);overflow:hidden;position:relative}.auth-entry-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:30px 30px;-webkit-mask-image:linear-gradient(140deg,#000,transparent 72%);mask-image:linear-gradient(140deg,#000,transparent 72%);pointer-events:none}.auth-entry-hero-copy,.auth-entry-link-grid,.auth-entry-metric-grid{position:relative;z-index:1}.auth-entry-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:7px 10px;border-radius:999px;color:#9fd7ff;background:rgba(15,107,255,.18);border:1px solid rgba(122,181,235,.26);font-size:11px;letter-spacing:.14em;font-weight:800}.auth-entry-title.ant-typography{margin:18px 0 12px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.05em}.auth-entry-description.ant-typography{max-width:720px;color:#bfd0e4;font-size:16px;line-height:1.8}.auth-entry-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.auth-entry-badge{padding:8px 11px;border-radius:6px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:#dbeafe;font-size:12px;font-weight:700}.auth-entry-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.auth-entry-metric{min-height:112px;display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12)}.auth-entry-metric span{color:#aabbd0;font-size:12px}.auth-entry-metric strong{color:#fff;font-size:24px;letter-spacing:-.03em}.auth-entry-metric-blue{box-shadow:inset 0 -3px 0 #0f6bff}.auth-entry-metric-green{box-shadow:inset 0 -3px 0 #00a8a8}.auth-entry-metric-amber{box-shadow:inset 0 -3px 0 #f59e0b}.auth-entry-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.auth-entry-link-card{display:flex;flex-direction:column;gap:5px;padding:14px;border-radius:8px;color:#e8f1ff;text-decoration:none;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);transition:transform .2s ease,border-color .2s ease,background .2s ease}.auth-entry-link-card:hover{transform:translateY(-2px);color:#fff;border-color:rgba(122,181,235,.52);background:rgba(15,107,255,.18)}.auth-entry-link-card span{font-weight:800}.auth-entry-link-card small{color:#adbed3;line-height:1.55}.auth-entry-card{align-self:center;width:min(500px,100%);justify-self:center;border-radius:10px!important;box-shadow:0 22px 56px rgba(20,35,56,.14)!important}.auth-entry-shell-compact .auth-entry-card{width:min(520px,calc(100vw - 40px))}.auth-entry-card .ant-card-body{padding:28px!important}.auth-entry-card-title.ant-typography{margin:0 0 8px;color:#142338;letter-spacing:-.03em}.portal-choice-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 16% 18%,rgba(15,107,255,.24),transparent 30%),radial-gradient(circle at 86% 16%,rgba(255,138,29,.2),transparent 28%),radial-gradient(circle at 50% 100%,rgba(0,168,168,.18),transparent 32%),linear-gradient(hsla(0,0%,100%,.045) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.045) 1px,transparent 0),linear-gradient(145deg,#08111f,#101a2a 52%,#1d2b3f);background-size:auto,auto,auto,28px 28px,28px 28px,auto}.portal-choice-hero{width:min(980px,100%);padding:clamp(26px,5vw,54px);border:1px solid rgba(185,199,216,.18);border-radius:28px;background:linear-gradient(145deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.06)),rgba(8,17,31,.78);box-shadow:0 30px 82px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.portal-choice-card-eyebrow,.portal-choice-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.13em}.portal-choice-eyebrow{padding:7px 12px;color:#9fd7ff;background:rgba(15,107,255,.18);border:1px solid rgba(122,181,235,.28)}.portal-choice-hero h1{margin:18px 0 10px;color:#fff;font-size:clamp(40px,7vw,78px);line-height:.96;letter-spacing:-.07em}.portal-choice-hero p{max-width:760px;margin:0;color:#bfd0e4;font-size:16px;line-height:1.8}.portal-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:34px}.portal-choice-card{position:relative;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:24px;border-radius:24px;color:#e8f1ff;text-decoration:none;overflow:hidden;background:radial-gradient(circle at 100% 0,hsla(0,0%,100%,.18),transparent 34%),hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.portal-choice-card:after{content:"";position:absolute;right:-36px;bottom:-36px;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,rgba(15,107,255,.48),rgba(0,168,168,.36));filter:blur(2px);opacity:.62}.portal-choice-card:hover{transform:translateY(-5px);color:#fff;border-color:rgba(122,181,235,.52);background:rgba(15,107,255,.16);box-shadow:0 24px 48px rgba(0,0,0,.22)}.portal-choice-card:nth-child(2):after{background:linear-gradient(135deg,rgba(255,138,29,.5),rgba(245,158,11,.34))}.portal-choice-card-eyebrow{padding:6px 10px;color:#dbeafe;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.13)}.portal-choice-card strong{position:relative;z-index:1;color:#fff;font-size:clamp(26px,4vw,38px);letter-spacing:-.05em}.portal-choice-card small{position:relative;z-index:1;max-width:360px;color:#b9c8da;font-size:14px;line-height:1.7}.portal-choice-card em{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;color:#fff;font-size:12px;font-style:normal;font-weight:900;background:hsla(0,0%,100%,.12)}.ui-highlight-btn.ant-btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));border:none;color:#fff;font-weight:700}.ant-btn{border-radius:4px;box-shadow:none}.ant-btn-primary{background:linear-gradient(90deg,#0f6bff,#008f9f);border-color:transparent;box-shadow:0 6px 14px rgba(15,107,255,.18)}.ant-btn-primary:hover{filter:brightness(1.04)}.ant-tag{border-radius:4px;font-weight:600}.ant-table-wrapper{border:1px solid var(--line);border-radius:4px;overflow:hidden;background:#fff}.admin-billing-mobile-head,.admin-billing-mobile-tabs,.admin-customer-mobile-action-strip,.admin-customer-mobile-head,.admin-order-mobile-filter-strip,.admin-order-mobile-prototype-head,.admin-order-mobile-status-tabs,.admin-promotion-mobile-head,.admin-promotion-mobile-tabs,.billing-mobile-card-list,.billing-mobile-primary-actions,.customer-mobile-card-list,.official-oauth-account-mobile-list,.official-probe-mobile-list,.promotion-record-mobile-card-list,.promotion-record-mobile-list,.shared-order-mobile-list{display:none}.promotion-record-desktop-table{display:block}.admin-order-highlight-row>td{background:#fff7d6!important;border-top:2px solid #faad14!important;border-bottom:2px solid #faad14!important;transition:background .2s ease,border-color .2s ease}.admin-order-highlight-row>td:first-child{border-left:2px solid #faad14!important}.admin-order-highlight-row>td:last-child{border-right:2px solid #faad14!important}.ant-table{color:#1f2f43;font-size:12px}.ant-table .ant-table-thead>tr>th,.ant-table.ant-table-small .ant-table-thead>tr>th{background:linear-gradient(180deg,#edf3fa,#e4ecf5)!important;border-bottom:1px solid var(--line-strong)!important;color:#24364c!important;font-weight:700;padding:8px 10px!important}.admin-order-list-card .ant-table-thead>tr>th,.customer-list-card .ant-table-thead>tr>th,.shared-order-list-card .ant-table-thead>tr>th{position:-webkit-sticky!important;position:sticky!important;top:0;z-index:8!important}.admin-order-list-card .ant-table-thead>tr>th.ant-table-cell-fix-left,.admin-order-list-card .ant-table-thead>tr>th.ant-table-cell-fix-right,.customer-list-card .ant-table-thead>tr>th.ant-table-cell-fix-left,.customer-list-card .ant-table-thead>tr>th.ant-table-cell-fix-right,.shared-order-list-card .ant-table-thead>tr>th.ant-table-cell-fix-left,.shared-order-list-card .ant-table-thead>tr>th.ant-table-cell-fix-right{z-index:12!important}.shared-order-list-shell-header-fixed .ant-table-body{padding-top:var(--shared-order-sticky-header-height,0)}.shared-order-page-sticky-header{background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.14)}.ant-table .ant-table-tbody>tr>td,.ant-table.ant-table-small .ant-table-tbody>tr>td{border-bottom:1px solid #e6edf5!important;padding:7px 10px!important}.ant-table-tbody>tr:nth-child(2n)>td{background:#f8fbff}.ant-table-tbody>tr:hover>td{background:#eaf4ff!important}.manual-billing-books-list .manual-billing-book-row{background:#fff;transition:background .16s ease}.manual-billing-books-list .manual-billing-book-row-striped{background:#f8fbff}.manual-billing-books-list .manual-billing-book-row:hover{background:#eaf4ff}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:inherit!important}.ant-pagination .ant-pagination-item,.ant-pagination .ant-pagination-jump-next,.ant-pagination .ant-pagination-jump-prev,.ant-pagination .ant-pagination-next,.ant-pagination .ant-pagination-prev{border-radius:3px}.ant-pagination .ant-pagination-item-active{border-color:#0f6bff;box-shadow:inset 0 -2px 0 #00a8a8}.ant-descriptions{border-radius:4px;overflow:hidden}.ant-descriptions .ant-descriptions-item-label{background:#edf3fa!important;color:#42546b!important;font-weight:700}.ant-descriptions .ant-descriptions-item-content{background:#fff!important;color:#16263a}.ant-drawer .ant-drawer-header{background:linear-gradient(180deg,#07111f,#101a2a);border-bottom:1px solid hsla(0,0%,100%,.1)}.ant-drawer .ant-drawer-close,.ant-drawer .ant-drawer-title{color:#eff6ff}.ant-drawer .ant-drawer-content,.ant-modal .ant-modal-content{border-radius:6px}.ant-tabs .ant-tabs-tab{padding:8px 10px}.ant-tabs .ant-tabs-tab-active{font-weight:700}.ui-recharge-page{display:grid;grid-gap:12px;gap:12px}.ui-recharge-toolbar{display:grid;grid-template-columns:180px 220px 220px 180px 140px;grid-gap:10px;gap:10px;align-items:center}.ui-recharge-actions{display:grid;grid-template-columns:180px 1fr;grid-gap:10px;gap:10px;align-items:center}.ui-recharge-grid{border:1px solid #d5dce6;border-radius:8px;overflow:hidden;background:#fff}.ui-recharge-grid-row{display:grid;grid-template-columns:repeat(4,1fr)}.ui-recharge-grid-cell{min-height:44px;display:flex;align-items:center;padding:8px 12px;border-right:1px solid #e6ebf1;border-bottom:1px solid #e6ebf1;color:#1f2f43;font-size:14px}.ui-recharge-grid-cell:nth-child(4n){border-right:none}.ui-recharge-grid-cell-empty{background:#fafbfd}.ui-recharge-empty{padding:14px;color:#66788f}.ui-agent-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.ui-agent-stat{display:grid;grid-gap:6px;gap:6px;padding:12px 14px;border-radius:6px;background:linear-gradient(90deg,rgba(15,107,255,.08),transparent 34%),#fff;border:1px solid var(--line);box-shadow:inset 3px 0 0 #0f6bff}.ui-agent-stat strong{font-size:24px;line-height:1;color:#123f73}.ui-agent-stat-label{font-size:12px;color:#5d7491}.ui-agent-stat-sub{font-size:12px;color:#7e90a7}.ui-agent-toolbar-grid{display:grid;grid-template-columns:minmax(260px,1.2fr) 180px minmax(280px,1fr);grid-gap:10px;gap:10px;align-items:center}.ui-agent-binding-board{display:grid;grid-gap:12px;gap:12px;padding:12px;border-radius:6px;background:#f8fafc;border:1px solid var(--line)}.ui-agent-binding-meta{color:#44627f;font-size:12px}.ui-agent-binding-meta,.ui-agent-binding-tags{display:flex;flex-wrap:wrap;gap:10px}.ui-agent-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.ui-agent-slot-card{display:grid;grid-gap:10px;gap:10px;min-height:180px;padding:12px;border-radius:6px;background:linear-gradient(90deg,rgba(0,168,168,.08),transparent 42%),#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(27,67,112,.05)}.ui-agent-slot-card.is-selected{border-color:rgba(15,107,255,.55);box-shadow:inset 3px 0 0 #0f6bff,0 12px 26px rgba(15,107,255,.1)}.ui-agent-slot-card.is-empty{background:#f8fafc}.ui-agent-slot-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ui-agent-slot-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;font-size:12px;color:#44627f}.ui-agent-slot-status-grid>span{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:4px;background:#f2f6fb;border:1px solid var(--line)}.ui-agent-slot-result-list{display:grid;grid-gap:8px;gap:8px;font-size:12px;color:#35506b}.ui-agent-slot-result-list>span{padding:8px 10px;border-radius:4px;background:#fff;border:1px solid var(--line)}.ui-agent-account-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;background:#eef5ff;color:#163f68;border:1px solid #c9d8ea}.customer-shell{max-width:min(3840px,calc(100vw - 24px));margin:0 auto;padding:12px 12px 36px}.customer-action-grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:16px;gap:16px;width:100%}.customer-balance-panel{margin-bottom:16px;padding:12px 14px;border-radius:4px;border:1px solid #b7eb8f;background:#f6ffed}.customer-nav-bar{display:flex;align-items:center;gap:16px;padding:8px 12px;border-radius:6px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--line);box-shadow:0 8px 22px rgba(20,35,56,.07)}.customer-nav-bar-title{font-size:15px;font-weight:700;color:#173252;white-space:nowrap}.customer-nav-bar-links{display:flex;gap:6px}.customer-nav-tab{padding:6px 12px;border-radius:4px;font-size:13px;font-weight:600;color:#5c7595;text-decoration:none;transition:all .2s ease}.customer-nav-tab:hover{background:#eef4fb;color:#1d3f63}.customer-nav-tab-active{box-shadow:0 6px 14px rgba(15,107,255,.18)}.customer-nav-tab-active,.customer-nav-tab-active:hover{background:linear-gradient(90deg,#0f6bff,#008f9f);color:#fff}.customer-nav-row{display:flex;flex-wrap:wrap;gap:12px}.customer-nav-link{min-width:220px;display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:6px;text-decoration:none;color:#204061;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(52,116,180,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.customer-nav-link:hover{transform:translateY(-1px);border-color:rgba(15,107,255,.42);box-shadow:0 10px 24px rgba(52,116,180,.12)}.customer-nav-link-active{border-color:rgba(15,107,255,.56);background:linear-gradient(90deg,rgba(15,107,255,.08),rgba(0,168,168,.06));box-shadow:inset 3px 0 0 #0f6bff}.customer-nav-label{font-size:16px;font-weight:700}.customer-nav-hint{font-size:12px;color:#5c7595}.customer-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));grid-gap:16px;gap:16px}.customer-entry-card{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:6px;text-decoration:none;background:linear-gradient(90deg,rgba(15,107,255,.08),transparent 48%),#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(52,116,180,.08);color:#173252;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.customer-entry-card:hover{transform:translateY(-2px);border-color:rgba(15,107,255,.48);box-shadow:0 14px 28px rgba(52,116,180,.14)}.customer-entry-kicker{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6c87a8}.customer-entry-title{font-size:22px;font-weight:700}.customer-entry-desc{font-size:14px;line-height:1.6;color:#5a7392}.customer-chip-row{display:flex;flex-wrap:wrap;gap:10px}.customer-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.customer-workbench-grid{display:grid;grid-template-columns:minmax(560px,1.08fr) minmax(420px,.92fr);grid-gap:16px;gap:16px;align-items:start}.customer-list-card .ant-table-tbody>tr.customer-row:hover>td{background:#edf6ff!important}.ui-order-quick-card.ant-card{border-color:#b7c9df;box-shadow:0 10px 24px rgba(15,35,66,.08),inset 3px 0 0 #0f6bff}.ui-order-quick-card.ant-card>.ant-card-head{background:linear-gradient(90deg,#07111f,#101a2a);border-bottom-color:hsla(0,0%,100%,.12)}.ui-order-quick-card .ant-card-head-title{color:#eff6ff!important}.ui-order-quick-card .ant-card-body{background:linear-gradient(rgba(15,107,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(15,107,255,.04) 1px,transparent 0),#fff;background-size:20px 20px}.promotion-hero-card.ant-card{border-color:rgba(255,154,60,.28);border-radius:22px;box-shadow:0 18px 42px rgba(169,90,28,.14);overflow:hidden}.promotion-hero-card.ant-card>.ant-card-head{background:radial-gradient(circle at 88% 0,rgba(255,214,127,.55),transparent 30%),linear-gradient(120deg,#fff7ed,#fff1e7 46%,#ffe7d1);border-bottom-color:rgba(255,154,60,.18)}.promotion-hero-card .ant-card-head-title{color:#3b2416!important;font-weight:950}.promotion-hero-card .ant-card-body{background:radial-gradient(circle at 12% 0,rgba(255,199,119,.18),transparent 28%),linear-gradient(135deg,rgba(255,248,238,.96),hsla(0,0%,100%,.98)),#fff}.promotion-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);grid-gap:12px;gap:12px;align-items:stretch}.promotion-hero-copy{display:flex;flex-direction:column;gap:8px;min-width:0}.promotion-hero-eyebrow{width:-moz-fit-content;width:fit-content;padding:4px 10px;border-radius:999px;background:#fff1df;border:1px solid rgba(255,154,60,.26);color:#9a4f13;font-size:10px;font-weight:900;letter-spacing:.11em}.promotion-hero-aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.promotion-metric-card{min-height:82px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:6px;background:linear-gradient(135deg,rgba(15,107,255,.06),hsla(0,0%,100%,.9)),#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 20px rgba(20,35,56,.06)}.promotion-metric-card span{color:#52657f;font-size:12px;font-weight:800}.promotion-metric-card strong{color:#0d223a;font-size:28px;line-height:1}.promotion-metric-card em{color:#64748b;font-size:11px;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-metric-card-active{border-color:rgba(15,107,255,.5);box-shadow:0 12px 26px rgba(15,107,255,.14)}.promotion-workbench-card.ant-card{border-color:rgba(255,154,60,.24);border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(76,45,20,.12)}.promotion-workbench-card.ant-card>.ant-card-head{background:radial-gradient(circle at 92% 0,rgba(255,221,160,.68),transparent 32%),linear-gradient(120deg,#fffaf4,#fff2e6 48%,#ffe3c4);border-bottom-color:rgba(255,154,60,.18)}.promotion-workbench-card.ant-card>.ant-card-head .ant-card-head-title{color:#3b2416!important;font-weight:950}.promotion-workbench-card .ant-card-extra .ant-btn{border-radius:999px;font-weight:800}.promotion-workbench-body{background:radial-gradient(circle at 15% 12%,rgba(255,198,126,.18),transparent 26%),radial-gradient(circle at 84% 18%,rgba(255,239,215,.76),transparent 28%),#fff}.customer-home-account-card.ant-card,.customer-home-simple .promotion-workbench-card.ant-card{border-radius:10px;border-color:rgba(188,202,220,.88)!important;box-shadow:none}.customer-home-simple .promotion-workbench-card.ant-card>.ant-card-head{background:#fff;border-bottom-color:rgba(188,202,220,.88)}.customer-home-simple .promotion-workbench-body{background:#fff}.customer-home-account-card.ant-card>.ant-card-body{padding:14px 16px!important}.customer-home-account-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;flex-wrap:wrap}.customer-home-account-name{color:#172033;font-size:24px;font-weight:950;line-height:1.15}.customer-home-account-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:10px;color:#607086;font-size:13px}.customer-home-chip.ui-chip{background:#f6f8fb;color:#26384f;border-color:#d7e0ea}.promotion-plain-section.ant-card{border-color:rgba(188,202,220,.88)!important;border-radius:4px;box-shadow:none;overflow:hidden}.promotion-plain-section.ant-card>.ant-card-head{min-height:42px;border-bottom-color:rgba(188,202,220,.88);background:#fff}.promotion-plain-section.ant-card>.ant-card-head .ant-card-head-title{color:#203044!important;font-weight:900}.promotion-plain-section.ant-card>.ant-card-body{padding:14px!important;background:#fff}.promotion-plain-section-body{width:100%}.promotion-realtime-summary-grid,.promotion-split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;width:100%}.promotion-realtime-summary-grid{align-items:stretch}.promotion-realtime-summary-grid-three{grid-template-columns:minmax(180px,.85fr) minmax(260px,1.15fr) minmax(180px,.85fr)}.promotion-realtime-summary-grid-four{grid-template-columns:minmax(180px,.82fr) minmax(300px,1.18fr) minmax(180px,.82fr) minmax(260px,.95fr)}@media (max-width:1280px){.promotion-realtime-summary-grid-four,.promotion-realtime-summary-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-realtime-mode-card{justify-self:stretch}}.promotion-realtime-field-card,.promotion-realtime-summary-card{min-height:76px;padding:8px;border:1px solid rgba(188,202,220,.88);border-radius:6px;background:#fff}.promotion-realtime-summary-card{display:flex;flex-direction:column;justify-content:stretch}.promotion-realtime-summary-card-inner{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;gap:4px;min-height:0;padding:8px;border:1px solid #d1deef;border-radius:8px;background:linear-gradient(135deg,rgba(244,248,253,.96),hsla(0,0%,100%,.86)),#f8fbff}.promotion-realtime-field-card .ant-typography-secondary,.promotion-realtime-summary-card em,.promotion-realtime-summary-card span{color:#52657f!important;font-style:normal;font-size:12px;font-weight:700}.promotion-realtime-summary-card strong{color:#0d223a;font-size:22px;line-height:1.1}.promotion-realtime-mode-card{min-width:0}.promotion-realtime-mode-card .promotion-realtime-summary-card-inner{justify-content:flex-start}.promotion-realtime-remark-card [data-testid=admin-promotion-remark-wallet-label],.promotion-realtime-summary-card-inner>em:first-child,.promotion-realtime-summary-card-inner>span:first-child,.promotion-realtime-wallet-card .promotion-wallet-heading-row{min-height:22px;display:flex;align-items:center}.promotion-realtime-wallet-card .promotion-wallet-grid{grid-template-columns:1fr!important}.promotion-realtime-wallet-card .promotion-wallet-card.ant-card>.ant-card-body{padding:8px!important}.promotion-realtime-wallet-card .promotion-wallet-cards{flex:1 1}.promotion-realtime-wallet-card .promotion-wallet-card.ant-card{height:100%;background:hsla(0,0%,100%,.82)}.promotion-realtime-wallet-card strong{font-size:14px;line-height:1.2}.promotion-realtime-wallet-card .ant-typography{font-size:12px}.promotion-realtime-remark-card .ant-space,.promotion-realtime-remark-card .ant-space-item:last-child{width:100%}.promotion-realtime-remark-card .promotion-remark-input.ant-input-affix-wrapper{min-height:48px;border-radius:12px;font-size:14px}.promotion-realtime-remark-card .promotion-remark-input.ant-input-affix-wrapper .ant-input{min-height:38px;line-height:38px;font-size:14px}@media (min-width:769px){.promotion-realtime-summary-grid-four{grid-template-columns:minmax(180px,.82fr) minmax(300px,1.18fr) minmax(260px,.95fr) minmax(180px,.82fr)}.promotion-realtime-remark-card{order:3}.promotion-realtime-mode-card{order:4}.promotion-realtime-wallet-card .promotion-wallet-card.ant-card{border-color:transparent!important;box-shadow:none;background:transparent}.promotion-realtime-wallet-card .promotion-wallet-card.ant-card>.ant-card-body{padding:0!important}.promotion-realtime-wallet-card .promotion-wallet-grid{gap:0!important}.promotion-realtime-remark-card [data-testid=admin-promotion-remark-wallet-slot]{height:100%}.promotion-realtime-remark-card .ant-space{display:flex;height:100%}.promotion-realtime-remark-card .ant-space-item:last-child{display:flex;flex:1 1}.promotion-realtime-remark-card .promotion-remark-input.ant-input-affix-wrapper{min-height:100%;align-items:flex-start;padding:8px 10px 6px;border-radius:16px}.promotion-realtime-remark-card .promotion-remark-input.ant-input-affix-wrapper .ant-input{min-height:56px;line-height:1.5}}.promotion-realtime-field-card{display:flex;flex-direction:column;gap:10px}.promotion-realtime-field-card .ant-form-item,.promotion-realtime-field-card .ant-input,.promotion-realtime-field-card .ant-select{width:100%!important}.promotion-realtime-field-card .ant-form-item{margin-bottom:0}.promotion-selected-account-inline{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:6px 12px;border-radius:8px;border:1px solid rgba(22,119,255,.26);background:linear-gradient(135deg,#eff6ff,#fff);color:#124c8f;box-shadow:0 8px 18px rgba(22,119,255,.1);white-space:nowrap}.promotion-selected-account-label{font-size:12px;color:#64748b}.promotion-selected-account-name{font-size:18px;font-weight:800;letter-spacing:.01em}.ui-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.promotion-link-input.ant-input{min-height:46px;font-weight:600;border-radius:4px!important;border:1px solid rgba(188,202,220,.88)!important;background:#fff;box-shadow:none}.promotion-mode-switcher{padding:0;border:0;border-radius:4px;background:transparent;box-shadow:none}.promotion-mode-switcher .ant-segmented{width:100%;padding:4px;border-radius:4px;background:#eef3f8}.promotion-mode-switcher .ant-segmented-group{width:100%}.promotion-mode-switcher .ant-segmented-item{flex:1 1;min-width:0;border-radius:4px;font-weight:900}.promotion-mode-switcher .ant-segmented-item-label{width:100%}.promotion-mode-switcher .ant-segmented-item-selected{color:#10233a;background:#fff;box-shadow:0 4px 10px rgba(20,35,56,.08)}.promotion-fixed-account-input.ant-input,.promotion-fixed-account-input.ant-input-disabled{min-height:44px;border-radius:4px!important;border:1px solid rgba(188,202,220,.88)!important;background:#fff!important;color:#203044!important;font-weight:800}.promotion-field-grid{display:grid!important;width:100%;grid-gap:10px!important;gap:10px!important;align-items:stretch}.promotion-field-grid>.ant-space-item{min-width:0;display:flex}.promotion-field-grid>.ant-space-item>.ant-space{width:100%;height:100%;padding:12px 14px;border:1px solid rgba(188,202,220,.88);border-radius:4px;background:#fff;box-shadow:none}.promotion-field-grid>.ant-space-item>.ant-space>.ant-space-item{width:100%;min-width:0}.promotion-field-grid .ant-typography-secondary{font-size:12px;font-weight:850;color:#52657f!important}.promotion-field-grid .ant-form-item,.promotion-field-grid .ant-form-item-control-input,.promotion-field-grid .ant-input,.promotion-field-grid .ant-input-number,.promotion-field-grid .ant-select,.promotion-field-grid .ant-space-compact{width:100%!important}.promotion-field-grid .ant-input,.promotion-field-grid .ant-input-number,.promotion-field-grid .ant-select,.promotion-field-grid .ant-select-selector{min-height:38px!important;height:38px!important;border:1px solid rgba(188,202,220,.88)!important;border-radius:4px!important;box-shadow:none!important}.promotion-field-grid .ant-select,.promotion-field-grid .ant-space-compact{display:flex!important;align-items:center!important}.promotion-field-grid .ant-space-compact{min-height:38px!important;height:38px!important}.promotion-field-grid .ant-space-compact .ant-input-number{flex:1 1 auto!important;min-width:0!important}.promotion-field-grid .ant-space-addon.ant-input-number-addon{display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;height:38px!important;line-height:36px!important;padding:0 11px!important;border-color:rgba(188,202,220,.88)!important}.promotion-field-grid .ant-select-content{min-height:36px!important;height:36px!important;line-height:36px!important}.promotion-field-grid .ant-select-content,.promotion-field-grid .ant-select-selector{display:flex!important;align-items:center!important;padding:0 11px!important}.promotion-field-grid .ant-input,.promotion-field-grid .ant-input-number-input,.promotion-field-grid .ant-select-input,.promotion-field-grid .ant-select-selection-item,.promotion-field-grid .ant-select-selection-placeholder,.promotion-field-grid .ant-select-selection-search-input{height:36px!important;line-height:36px!important}.promotion-field-grid .ant-input,.promotion-field-grid .ant-input-number-input{padding:0 11px!important}.promotion-field-grid .ant-select-arrow{top:50%!important;margin-top:0!important;transform:translateY(-50%)}.promotion-field-grid .ant-form-item{margin-bottom:0}.order-filter-control-row .ant-input,.order-filter-control-row .ant-input-number,.order-filter-control-row .ant-picker,.order-filter-control-row .ant-select{max-width:100%;min-height:32px!important;height:32px!important;border:1px solid rgba(188,202,220,.88)!important;border-radius:4px!important;box-shadow:none!important}.order-filter-control-row .ant-input{padding:0 11px!important;line-height:30px!important}.order-filter-control-row .ant-picker{padding:0 11px!important;align-items:center!important}.admin-order-title-summary-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;width:100%}.admin-order-title-text{flex:0 0 auto;white-space:nowrap}.admin-order-summary-compact{flex:0 1 auto;justify-content:flex-start!important;gap:6px 8px!important;margin-left:0}.admin-order-summary-compact .ui-chip{white-space:nowrap}.admin-order-primary-filter-row{display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-start;width:100%;align-items:center;overflow:hidden}.admin-order-primary-filter-row .ant-input,.admin-order-primary-filter-row .ant-select,.admin-order-primary-filter-row>.ant-space-item{min-width:0}.admin-order-primary-filter-row .ant-input-affix-wrapper{min-height:32px!important;height:32px!important;padding:0 11px!important;border:1px solid rgba(188,202,220,.88)!important;border-radius:4px!important;box-shadow:none!important}.admin-order-primary-filter-row .ant-input-affix-wrapper .ant-input{height:100%!important;padding:0!important;line-height:30px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.admin-order-secondary-filter-row{display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start;width:100%;align-items:center}.admin-order-inline-date-filter{flex:1 1 clamp(224px,22vw,288px);min-width:0;width:clamp(224px,22vw,288px)}.admin-order-inline-date-filter .order-filter-control-row{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;margin:0;border-top:0!important;padding-top:0!important;width:100%}.admin-order-inline-date-filter .order-filter-control-row>.ant-space-item{min-width:0}.admin-order-inline-date-filter .order-filter-control-row .ant-picker{flex:1 1 auto;min-width:0;width:clamp(224px,22vw,288px)!important}.admin-order-inline-date-filter .ant-btn{display:none!important}.admin-order-inline-date-filter .order-filter-control-row .ant-btn{flex:0 0 auto}.admin-order-primary-action-buttons{display:inline-flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;gap:8px;min-height:32px}.admin-order-primary-action-buttons .ant-btn{min-height:32px;height:32px;padding-left:10px;padding-right:10px;white-space:nowrap}.admin-order-primary-filter-row .admin-order-primary-action-buttons{margin-left:auto}.admin-order-secondary-actions-row{display:flex;flex-wrap:nowrap;gap:6px 10px;width:100%;align-items:center;justify-content:flex-start;overflow:hidden}.admin-order-actions-inline{flex:0 0 auto;min-height:32px;margin:0!important;align-items:center!important}.admin-order-actions-inline .ant-space-item{display:flex;align-items:center}.admin-order-actions-inline .ant-btn{min-height:32px;height:32px;padding-left:10px;padding-right:10px}.admin-order-secondary-actions-row .admin-order-summary-compact{margin-left:0;flex:0 1 auto;flex-wrap:nowrap;justify-content:flex-start}.customer-order-filter-row{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;width:100%}.customer-order-inline-date-filter{flex:0 0 auto;min-width:0}.customer-order-inline-date-filter .order-filter-control-row{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;margin:0;border-top:0!important;padding-top:0!important}.customer-order-inline-date-filter .order-filter-control-row .ant-picker{flex:0 0 330px;width:330px!important}.customer-order-inline-date-filter .order-filter-control-row .ant-btn{flex:0 0 auto}.customer-order-toolbar-actions{display:flex!important;flex-wrap:wrap!important;gap:8px 12px!important;align-items:center!important}.promotion-field-hint{font-size:11px!important}.promotion-field-grid-three{grid-template-columns:repeat(3,minmax(180px,1fr))}.promotion-field-grid-main{grid-template-columns:repeat(4,minmax(150px,1fr))}.promotion-field-grid-target{grid-template-columns:repeat(5,minmax(150px,1fr))}.promotion-field-grid-schedule{grid-template-columns:repeat(4,minmax(150px,1fr))}.promotion-field-grid-two{grid-template-columns:repeat(2,minmax(180px,1fr))}.promotion-schedule-action-footer{display:flex;width:100%;justify-content:flex-end;padding-top:2px}.promotion-schedule-action-footer .ant-btn{min-width:168px}.promotion-action-row{width:100%;padding:10px 12px;border:1px dashed rgba(188,202,220,.88);border-radius:4px;background:#f8fafc}.promotion-footer-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.promotion-sub-panel.ant-card{border-color:rgba(255,154,60,.22)!important;border-radius:20px;box-shadow:0 12px 28px rgba(169,90,28,.08);overflow:hidden}.promotion-sub-panel.ant-card>.ant-card-head{min-height:42px;background:linear-gradient(120deg,#fff8ee,#ffe8cb);border-bottom-color:rgba(255,154,60,.18)}.promotion-sub-panel.ant-card>.ant-card-head .ant-card-head-title{color:#3b2416!important;font-size:13px;font-weight:900}.promotion-sub-panel.ant-card>.ant-card-head .ant-card-extra .ant-btn{height:26px;border-radius:4px}.promotion-sub-panel.ant-card>.ant-card-body{padding:12px!important;background:#fff}.promotion-sub-panel-blue.ant-card>.ant-card-head{background:linear-gradient(120deg,#fff1df,#ffd6a4)}.promotion-batch-panel.ant-card>.ant-card-body,.promotion-target-panel.ant-card>.ant-card-body{background:linear-gradient(135deg,rgba(255,171,77,.08),hsla(0,0%,100%,.78)),#fff}.promotion-wallet-section{padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--panel-soft)}.promotion-wallet-grid{display:grid!important;grid-template-columns:minmax(320px,1fr) minmax(420px,1.35fr);grid-gap:10px!important;gap:10px!important;width:100%}.promotion-wallet-heading-row{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.35fr);align-items:center;grid-gap:10px;gap:10px;width:100%}.promotion-wallet-heading-row-compact{grid-template-columns:1fr auto;justify-items:start}.promotion-wallet-heading-row-compact>.ant-btn{justify-self:end}.promotion-wallet-card.ant-card{width:100%!important;border-color:var(--line)!important;border-radius:6px;box-shadow:0 6px 16px rgba(20,35,56,.05)}.promotion-wallet-card.ant-card>.ant-card-body{padding:10px!important}.promotion-wallet-card-selected.ant-card{border-color:rgba(15,107,255,.55)!important;box-shadow:0 12px 24px rgba(15,107,255,.14)}.promotion-remark-card.ant-card>.ant-card-body{min-height:116px;display:flex;align-items:center;padding:18px 20px!important}.promotion-remark-input.ant-input-affix-wrapper{min-height:52px;border-radius:12px;font-size:16px}.promotion-remark-input.ant-input-affix-wrapper .ant-input{min-height:44px;line-height:44px;font-size:16px}@media (max-width:900px){.promotion-wallet-grid,.promotion-wallet-heading-row{grid-template-columns:1fr}}.admin-order-detail-title-order-no{font-size:24px;font-weight:950;letter-spacing:.3px;color:#f97316}.promotion-customer-wallet-panel{box-shadow:0 10px 24px rgba(15,35,66,.08),inset 3px 0 0 #0f6bff}.promotion-batch-panel .ant-table-wrapper,.promotion-schedule-panel .ant-table-wrapper{border:1px solid rgba(255,154,60,.2);border-radius:18px;overflow:hidden;background:#fff}.promotion-batch-panel .ant-table-thead>tr>th,.promotion-schedule-panel .ant-table-thead>tr>th{background:#fff2e4!important;color:#5a3218!important;font-weight:800!important}.promotion-primary-action.ant-btn-primary,.promotion-workbench-card .ui-highlight-btn.ant-btn-primary{border:0;background:linear-gradient(135deg,#ff8a1d,#ff5f2e)!important;box-shadow:0 12px 24px rgba(255,111,41,.28)}.home-overview-dashboard{display:grid;grid-gap:10px;gap:10px}.admin-overview-mobile-head{display:none}.wallet-overview-card.ant-card{border-color:var(--line);border-radius:4px;box-shadow:0 4px 12px rgba(20,35,56,.05)}.wallet-overview-card.ant-card>.ant-card-head{background:linear-gradient(180deg,#f5f9fd,#edf3fa);border-bottom-color:var(--line)}.wallet-overview-card.ant-card>.ant-card-body{padding:14px!important}.wallet-overview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.wallet-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.wallet-overview-item{min-height:86px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:14px 18px;border:1px solid var(--line);border-radius:4px;background:#fff}.wallet-overview-item span{color:#52657f;font-size:13px;font-weight:700}.wallet-overview-item strong{color:#102033;font-size:28px;line-height:1}.wallet-overview-empty{margin-top:10px}@media (max-width:720px){.wallet-overview-grid{grid-template-columns:1fr}}.home-overview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:4px 2px}.home-overview-actions{display:flex;justify-content:flex-end}.home-stat-grid-wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-stat-card{min-height:86px;padding:14px 18px;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 4px 12px rgba(20,35,56,.05)}.home-stat-title{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;color:#26384f;font-size:13px;font-weight:700}.home-stat-icon{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;color:#fff;font-size:12px;font-weight:800}.home-stat-values{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-top:14px;text-align:center}.home-stat-values strong{font-size:24px;line-height:1;color:#111827}.home-stat-blue .home-stat-icon{background:linear-gradient(135deg,#3157f5,#6aa8ff)}.home-stat-green .home-stat-icon{background:linear-gradient(135deg,#0fb981,#16d6a3)}.home-stat-orange .home-stat-icon{background:linear-gradient(135deg,#f97316,#f6c21a)}.home-stat-red .home-stat-icon{background:linear-gradient(135deg,#ef4444,#ff8a65)}.home-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.home-chart-card.ant-card>.ant-card-body{min-height:280px}.home-pie-layout{min-height:250px;display:grid;grid-template-columns:minmax(220px,.9fr) minmax(180px,1fr);align-items:center;grid-gap:20px;gap:20px}.home-pie{width:min(250px,80%);aspect-ratio:1;justify-self:center;border-radius:999px;position:relative;box-shadow:inset 0 0 0 1px rgba(15,23,42,.08),0 10px 24px rgba(15,23,42,.08)}.home-pie-core{position:absolute;inset:42%;border-radius:999px;background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.08)}.home-chart-legend{display:grid;grid-gap:14px;gap:14px;font-size:13px}.home-chart-legend span{display:grid;grid-template-columns:10px 1fr auto;align-items:center;grid-gap:10px;gap:10px;color:#26384f}.home-chart-legend i,.home-trend-legend i{width:9px;height:9px;border-radius:999px}.home-chart-legend b{font-weight:700;color:#111827}.home-trend-card.ant-card>.ant-card-body{min-height:300px;padding-top:8px!important}.home-trend-legend{display:flex;justify-content:center;gap:18px;color:#64748b;font-size:12px}.home-trend-legend span{display:inline-flex;align-items:center;gap:6px}.home-trend-legend .is-yesterday{background:#60a5fa}.home-trend-legend .is-today{background:#16d6a3}.home-trend-svg{width:100%;min-height:220px;margin-top:8px}.home-trend-svg line{stroke:#e6edf5;stroke-width:1}.home-trend-fill{fill:rgba(22,214,163,.18);stroke:none}.home-trend-today,.home-trend-yesterday{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.home-trend-yesterday{stroke:#60a5fa}.home-trend-today{stroke:#16d6a3}.home-trend-axis{display:grid;grid-template-columns:repeat(9,1fr);color:#6b7280;font-size:11px}.home-trend-axis span{text-align:center}@media (max-width:1100px){.ui-topbar .ant-card-body{grid-template-columns:1fr auto}.ui-topbar-center{display:none!important}.ui-layout-grid{grid-template-columns:1fr}.ui-sider{height:auto}.ui-sider,.ui-sider-inner{position:static}.ui-recharge-toolbar{grid-template-columns:1fr 1fr}.ui-recharge-actions,.ui-recharge-grid-row{grid-template-columns:1fr}.ui-recharge-grid-cell{border-right:none}.auth-entry-shell,.ui-agent-overview,.ui-agent-slot-grid,.ui-agent-slot-status-grid,.ui-agent-toolbar-grid{grid-template-columns:1fr}.auth-entry-shell{padding:12px}.auth-entry-hero{min-height:auto;padding:24px}.auth-entry-link-grid,.auth-entry-metric-grid{grid-template-columns:1fr}.auth-entry-card{width:100%}.customer-action-grid,.customer-entry-grid,.customer-workbench-grid,.home-chart-grid,.home-pie-layout,.home-stat-grid-wide,.promotion-field-grid-main,.promotion-field-grid-schedule,.promotion-field-grid-target,.promotion-field-grid-three,.promotion-realtime-summary-grid,.promotion-split-grid{grid-template-columns:1fr}.home-overview-head{align-items:flex-start;flex-direction:column}.promotion-hero-aside,.promotion-hero-layout{grid-template-columns:1fr}}@media (max-width:768px){:root{--mobile-bottom-nav-height:74px}.ui-body{background:radial-gradient(circle at 18% 0,rgba(15,107,255,.14),transparent 32%),radial-gradient(circle at 90% 8%,rgba(0,168,168,.12),transparent 34%),linear-gradient(180deg,#f7f9fc,#eef3f8)}.ui-shell{padding:0}.ui-backoffice{max-width:100vw;gap:8px;padding:8px 8px calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 12px)}.ui-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;min-height:auto;border-radius:0 0 18px 18px!important;box-shadow:0 10px 26px rgba(20,35,56,.12)}.ui-topbar .ant-card-body{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 12px!important}.ui-topbar-left{gap:8px}.ui-logo-box{width:32px;height:32px;border-radius:12px}.ui-brand{font-size:15px}.ui-brand-sub{max-width:170px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ui-topbar-right{gap:4px}.ui-topbar-right>.ant-btn{padding-inline:6px;font-size:12px}.ui-account{max-width:116px;padding:2px 6px;border-radius:999px}.ui-account .ant-avatar{width:24px!important;height:24px!important;line-height:24px!important;font-size:12px!important}.ui-account-sub{display:none}.ui-account-name{max-width:64px;font-size:11px}.ui-layout-grid{display:block}.ui-sider{display:none}.ui-content{gap:10px!important}.ui-backoffice.admin-overview-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:radial-gradient(circle at 22% 0,rgba(15,107,255,.16),transparent 34%),linear-gradient(180deg,#eef5ff,#f6f8fb 34%,#f4f6f8)}.ui-backoffice.admin-overview-prototype-layout .admin-shell-breadcrumb-card,.ui-backoffice.admin-overview-prototype-layout .ui-topbar{display:none}.ui-backoffice.admin-overview-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.admin-overview-prototype-layout .ui-content{gap:0!important}.admin-overview-prototype-page{min-height:100vh;padding:18px 12px}.admin-overview-mobile-head{display:block;margin:-18px -12px 18px;padding:16px 12px 12px;border-radius:0;background:linear-gradient(135deg,rgba(15,107,255,.96),rgba(0,168,168,.9)),#0f6bff;box-shadow:0 18px 38px rgba(15,107,255,.24);color:#fff}.admin-overview-mobile-head-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:68px}.admin-overview-mobile-head-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.admin-overview-mobile-head span{color:hsla(0,0%,100%,.82);font-size:11px;font-weight:800;letter-spacing:.08em}.admin-overview-mobile-head strong{font-size:18px;font-weight:900;letter-spacing:-.02em}.admin-overview-mobile-head .ant-btn{flex:0 0 auto;min-width:58px;height:34px;padding-inline:10px;border:0;border-radius:999px;background:hsla(0,0%,100%,.18);color:#fff;font-size:13px;line-height:1;font-weight:800}.ui-backoffice.admin-overview-prototype-layout .home-chart-card.ant-card,.ui-backoffice.admin-overview-prototype-layout .home-stat-card,.ui-backoffice.admin-overview-prototype-layout .wallet-overview-card.ant-card{border:1px solid rgba(225,231,240,.9)!important;border-radius:22px!important;background:hsla(0,0%,100%,.92)!important;box-shadow:0 14px 30px rgba(20,35,56,.08)!important}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-card.ant-card{margin-bottom:12px;overflow:hidden}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-card.ant-card>.ant-card-head{min-height:44px;border-bottom:0;background:transparent}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-card.ant-card>.ant-card-head .ant-card-head-title{font-size:15px;font-weight:900}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-card.ant-card>.ant-card-body{padding:8px 12px 14px!important}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-head{align-items:stretch;margin-bottom:10px}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-head .ant-select{width:100%!important}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-head>span{align-self:center;white-space:nowrap}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-grid{grid-template-columns:1fr;gap:8px}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-item{min-height:72px;padding:12px 14px;border:0;border-radius:18px;background:linear-gradient(135deg,#f7fbff,#eef6ff)}.ui-backoffice.admin-overview-prototype-layout .wallet-overview-item strong{font-size:24px}.ui-backoffice.admin-overview-prototype-layout .home-overview-dashboard{gap:12px}.ui-backoffice.admin-overview-prototype-layout .home-overview-head{padding:4px 2px 0}.ui-backoffice.admin-overview-prototype-layout .home-overview-head h3{font-size:18px!important;font-weight:900!important}.ui-backoffice.admin-overview-prototype-layout .home-chart-grid,.ui-backoffice.admin-overview-prototype-layout .home-stat-grid-wide{grid-template-columns:1fr;gap:10px}.ui-backoffice.admin-overview-prototype-layout .home-stat-card{min-height:86px;padding:14px}.ui-backoffice.admin-overview-prototype-layout .home-stat-icon{width:32px;height:32px;border-radius:14px}.ui-backoffice.admin-overview-prototype-layout .home-stat-values strong{font-size:30px}.ui-backoffice.admin-overview-prototype-layout .home-chart-card.ant-card>.ant-card-head{min-height:44px;border-bottom:0}.ui-backoffice.admin-overview-prototype-layout .home-chart-card.ant-card>.ant-card-head .ant-card-head-title{font-size:15px;font-weight:900}.ui-backoffice.admin-overview-prototype-layout .home-chart-card.ant-card>.ant-card-body{padding:8px 12px 14px!important}.ui-backoffice.admin-overview-prototype-layout .home-pie-layout{grid-template-columns:112px 1fr;gap:12px}.ui-backoffice.admin-overview-prototype-layout .home-pie{width:112px;height:112px}.ui-backoffice.admin-overview-prototype-layout .home-trend-svg{height:78px}.ui-backoffice.admin-overview-prototype-layout .home-trend-axis{font-size:10px}.ui-backoffice.admin-overview-prototype-layout .ui-mobile-nav .ant-menu-horizontal{justify-content:space-between;gap:2px;overflow:hidden}.ui-backoffice.admin-overview-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.admin-overview-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.admin-orders-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:#f4f6f8}.ui-backoffice.admin-promotion-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:#fff7ef}.ui-backoffice.admin-promotion-prototype-layout .admin-shell-breadcrumb-card,.ui-backoffice.admin-promotion-prototype-layout .ui-topbar{display:none}.ui-backoffice.admin-promotion-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.admin-promotion-prototype-layout .ui-content{gap:0!important}.ui-backoffice.admin-promotion-prototype-layout .promotion-hero-card.ant-card,.ui-backoffice.admin-promotion-prototype-layout .promotion-sub-panel.ant-card,.ui-backoffice.admin-promotion-prototype-layout .promotion-workbench-card.ant-card{border-radius:18px}.admin-promotion-prototype-page{min-height:100vh;padding:0 12px 12px;background:radial-gradient(circle at 12% 0,rgba(255,138,29,.2),transparent 32%),linear-gradient(180deg,#fff7ef,#f7f9fc 42%,#f4f6f8)}.admin-promotion-mobile-head{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:92px;margin:0 -12px;padding:28px 14px 12px;background:radial-gradient(circle at 88% 0,rgba(255,213,125,.66),transparent 30%),linear-gradient(135deg,#2d1b10,#7a3514 62%,#ff8a1d);color:#fff}.admin-promotion-mobile-head button{width:34px;height:34px;border:0;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff;font-size:22px;font-weight:900}.admin-promotion-mobile-head div{display:grid;justify-items:center;grid-gap:2px;gap:2px;min-width:0}.admin-promotion-mobile-head strong{font-size:22px;font-weight:950;letter-spacing:-.03em}.admin-promotion-mobile-head span{color:hsla(0,0%,100%,.78);font-size:12px;font-weight:800}.admin-promotion-mobile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:-12px 0 12px;padding:0 2px;position:relative;z-index:2}.admin-promotion-mobile-tabs button{display:grid;grid-gap:3px;gap:3px;min-height:66px;padding:11px 8px;border:1px solid rgba(255,154,60,.18);border-radius:18px;background:hsla(0,0%,100%,.94);box-shadow:0 12px 24px rgba(111,54,20,.12);color:#6b4a37}.admin-promotion-mobile-tabs button.is-active{background:linear-gradient(135deg,#ff8a1d,#ff5f2e);color:#fff;box-shadow:0 16px 32px rgba(255,111,41,.24)}.admin-promotion-mobile-tabs strong{font-size:14px;font-weight:950}.admin-promotion-mobile-tabs span{font-size:11px;font-weight:800;opacity:.78}.ui-backoffice.admin-billing-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:#eef7f5}.ui-backoffice.admin-billing-prototype-layout .admin-shell-breadcrumb-card,.ui-backoffice.admin-billing-prototype-layout .ui-topbar{display:none}.ui-backoffice.admin-billing-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.admin-billing-prototype-layout .ui-content{gap:0!important}.admin-billing-mobile-panel.ui-card.ant-card{min-height:100vh;border:0!important;border-radius:0!important;background:radial-gradient(circle at 18% 0,rgba(0,168,168,.18),transparent 30%),linear-gradient(180deg,#eef7f5,#f7fbff 44%,#f4f6f8)!important;box-shadow:none!important}.admin-billing-mobile-panel>.ant-card-head{display:none}.admin-billing-mobile-panel>.ant-card-body{padding:12px 12px 22px!important}.admin-billing-mobile-head{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;min-height:92px;margin:0;padding:28px 14px 12px;background:radial-gradient(circle at 88% 0,rgba(137,232,213,.64),transparent 32%),linear-gradient(135deg,#06362f,#08796d 62%,#00a8a8);color:#fff}.admin-billing-mobile-head button{width:40px;height:40px;border:0;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff;font-size:22px;font-weight:900}.admin-billing-mobile-head button:disabled{opacity:.56}.admin-billing-mobile-head div{display:grid;justify-items:center;grid-gap:2px;gap:2px;min-width:0}.admin-billing-mobile-head strong{font-size:22px;font-weight:950;letter-spacing:-.03em}.admin-billing-mobile-head span{color:hsla(0,0%,100%,.78);font-size:12px;font-weight:800}.admin-billing-mobile-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:-12px 12px 12px;position:relative;z-index:2}.admin-billing-mobile-tabs button{display:grid;grid-gap:3px;gap:3px;min-height:64px;padding:11px 8px;border:1px solid rgba(0,168,168,.18);border-radius:18px;background:hsla(0,0%,100%,.94);box-shadow:0 12px 24px rgba(6,54,47,.1);color:#0f4f48}.admin-billing-mobile-tabs button.is-active{background:linear-gradient(135deg,#00a8a8,#0f6bff);color:#fff;box-shadow:0 16px 32px rgba(0,168,168,.22)}.admin-billing-mobile-tabs strong{font-size:15px;font-weight:950}.admin-billing-mobile-tabs span{font-size:11px;font-weight:800;opacity:.78}.admin-billing-mobile-panel .ant-space{max-width:100%}.admin-billing-mobile-panel .ant-space-wrap{width:100%;gap:8px!important}.billing-mobile-batch-row,.billing-mobile-filter-row,.billing-mobile-summary-row{width:100%}.billing-mobile-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;align-items:stretch}.billing-mobile-filter-row>*{min-width:0}.billing-mobile-filter-row>.ant-btn,.billing-mobile-filter-row>.ant-input,.billing-mobile-filter-row>.ant-input-affix-wrapper,.billing-mobile-filter-row>.ant-picker,.billing-mobile-filter-row>.ant-select{width:100%!important;max-width:100%!important}.billing-mobile-filter-row>:first-child,.billing-mobile-filter-row>:nth-child(4),.billing-mobile-filter-row>:nth-child(5){grid-column:1/-1}.billing-mobile-batch-row,.billing-mobile-summary-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;align-items:center}.billing-mobile-batch-row .ant-segmented,.billing-mobile-batch-row .ant-typography{width:100%}.billing-mobile-batch-row .ant-btn,.billing-mobile-summary-row .ant-btn{min-height:40px}.admin-billing-mobile-panel .ant-input,.admin-billing-mobile-panel .ant-input-number,.admin-billing-mobile-panel .ant-picker,.admin-billing-mobile-panel .ant-select{width:100%!important;max-width:100%}.admin-billing-mobile-panel .ant-space-wrap>.ant-space-item{width:100%}.admin-billing-mobile-panel .ant-space-wrap>.ant-space-item:has(.ant-typography),.admin-billing-mobile-panel .ant-space-wrap>.ant-space-item:has(.ui-chip){width:auto}.billing-mobile-card-list{display:grid;grid-gap:10px;gap:10px}.billing-mobile-primary-actions{display:flex;align-items:center;gap:8px;padding:0 12px 12px;flex-wrap:wrap}.billing-mobile-primary-actions .ant-btn{min-width:104px}.billing-web-table.ant-table-wrapper,.manual-billing-books-list{display:none}.billing-mobile-card,.billing-mobile-state{border:1px solid rgba(0,168,168,.18);border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 10px 24px rgba(6,54,47,.08)}.billing-mobile-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.billing-mobile-state{min-height:180px;display:grid;place-items:center;padding:24px;color:#64748b;font-weight:800}.billing-mobile-card-foot,.billing-mobile-card-head{display:flex;align-items:center;gap:8px;min-width:0}.billing-mobile-card-head strong{flex:1 1;overflow:hidden;color:#0f172a;font-size:15px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.billing-mobile-card-body{display:grid;grid-gap:4px;gap:4px;color:#64748b;font-size:12px}.billing-mobile-card-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.billing-mobile-card-foot{justify-content:flex-end;padding-top:6px;border-top:1px dashed rgba(0,168,168,.22)}.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-horizontal{justify-content:space-between;gap:2px;overflow:hidden}.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-item-selected,.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-submenu-active,.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-submenu-open,.ui-backoffice.admin-billing-prototype-layout .ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important}.ui-backoffice.admin-customers-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:#f5f2ea}.ui-backoffice.admin-customers-prototype-layout .admin-shell-breadcrumb-card,.ui-backoffice.admin-customers-prototype-layout .ui-topbar{display:none}.ui-backoffice.admin-customers-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.admin-customers-prototype-layout .ui-content{gap:0!important}.ui-backoffice.admin-customers-prototype-layout .admin-collect-panel,.ui-backoffice.admin-customers-prototype-layout [data-testid=admin-collect-panel]{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.ui-backoffice.admin-customers-prototype-layout [data-testid=admin-collect-panel]>.ant-card-head{display:none}.ui-backoffice.admin-customers-prototype-layout [data-testid=admin-collect-panel]>.ant-card-body{padding:0!important}.admin-customers-prototype-page{min-height:100vh;background:radial-gradient(circle at 14% 0,rgba(214,163,82,.22),transparent 34%),linear-gradient(180deg,#f5f2ea,#f7f9fc 44%,#f4f6f8)}.admin-customer-mobile-head{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:92px;padding:28px 14px 12px;background:radial-gradient(circle at 88% 0,hsla(39,78%,75%,.66),transparent 32%),linear-gradient(135deg,#2b2417,#826126 62%,#d6a352);color:#fff}.admin-customer-mobile-head button{width:40px;height:40px;border:0;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff;font-size:22px;font-weight:900}.admin-customer-mobile-head div{display:grid;justify-items:center;grid-gap:2px;gap:2px;min-width:0}.admin-customer-mobile-head strong{font-size:22px;font-weight:950;letter-spacing:-.03em}.admin-customer-mobile-head span{color:hsla(0,0%,100%,.78);font-size:12px;font-weight:800}.admin-customer-mobile-action-strip{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:-12px 12px 12px;position:relative;z-index:2}.admin-customer-mobile-action-strip button{display:grid;grid-gap:4px;gap:4px;min-height:64px;padding:10px 12px;border:1px solid rgba(214,163,82,.22);border-radius:18px;background:hsla(0,0%,100%,.94);box-shadow:0 12px 24px rgba(82,61,24,.1);text-align:left}.admin-customer-mobile-action-strip span{color:#9a7a44;font-size:11px;font-weight:850}.admin-customer-mobile-action-strip strong{overflow:hidden;color:#241b12;font-size:16px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.admin-customer-control-card{display:none}.admin-customer-list-card.ui-card.ant-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-customer-list-card>.ant-card-head{display:none}.admin-customer-list-card>.ant-card-body{padding:0 12px 18px!important}.customer-web-table.ant-table-wrapper{display:none}.customer-mobile-card-list{display:grid;grid-gap:10px;gap:10px}.customer-mobile-card,.customer-mobile-state{border:1px solid rgba(214,163,82,.22);border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 10px 24px rgba(82,61,24,.08)}.customer-mobile-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.customer-mobile-state{min-height:200px;display:grid;place-items:center;padding:24px;color:#766241;font-weight:850}.customer-mobile-card-head{display:flex;align-items:center;gap:10px;min-width:0}.customer-mobile-card-head div{flex:1 1;display:grid;grid-gap:2px;gap:2px;min-width:0}.customer-mobile-card-head strong{overflow:hidden;color:#111827;font-size:16px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.customer-mobile-card-body,.customer-mobile-card-head span{color:#6b7280;font-size:12px}.customer-mobile-card-body{display:grid;grid-gap:4px;gap:4px}.customer-mobile-card-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-mobile-card-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:6px;border-top:1px dashed rgba(214,163,82,.28)}.official-oauth-account-table.ant-table-wrapper,.official-probe-table.ant-table-wrapper{display:none}.official-oauth-account-mobile-list,.official-probe-mobile-list{display:grid;grid-gap:10px;gap:10px}.official-mobile-card,.official-mobile-state{border:1px solid rgba(15,107,255,.14);border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 10px 24px rgba(15,59,112,.08)}.official-mobile-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.official-mobile-state{min-height:140px;display:grid;place-items:center;padding:24px;color:#64748b;font-weight:800;text-align:center}.official-mobile-card-head{display:flex;align-items:center;gap:10px;min-width:0}.official-mobile-card-head div{flex:1 1;display:grid;grid-gap:2px;gap:2px;min-width:0}.official-mobile-card-head strong{overflow:hidden;color:#111827;font-size:15px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.official-mobile-card-body,.official-mobile-card-head span{color:#6b7280;font-size:12px}.official-mobile-card-body{display:grid;grid-gap:4px;gap:4px}.official-mobile-card-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.official-mobile-card-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:6px;border-top:1px dashed rgba(15,107,255,.18)}.customer-edit-sheet .ant-modal,.customer-identity-sheet .ant-modal{max-width:calc(100vw - 16px)!important}.customer-edit-sheet .ant-modal-content,.customer-identity-sheet .ant-modal-content{border-radius:22px!important}.customer-edit-sheet .ant-form>div[style*=grid]{grid-template-columns:1fr!important}.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-horizontal{justify-content:space-between;gap:2px;overflow:hidden}.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-item-selected,.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-submenu-active,.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-submenu-open,.ui-backoffice.admin-customers-prototype-layout .ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important}.ui-backoffice.customer-h5-prototype-layout{min-height:100vh;padding:0 0 calc(var(--mobile-bottom-nav-height) + 16px);background:#f4f6f8}.ui-backoffice.customer-h5-prototype-layout .ui-topbar{display:none}.ui-backoffice.customer-h5-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.customer-h5-prototype-layout .ui-content{gap:10px!important;padding:0 12px 16px}.ui-backoffice.customer-h5-prototype-layout .promotion-hero-card.ant-card{margin:0 -12px;border-radius:0 0 22px 22px}.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-horizontal{justify-content:space-between;gap:2px;overflow:hidden}.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-item-selected,.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-submenu-active,.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-submenu-open,.ui-backoffice.customer-h5-prototype-layout .ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important}.ui-backoffice.admin-orders-prototype-layout .admin-shell-breadcrumb-card,.ui-backoffice.admin-orders-prototype-layout .ui-topbar{display:none}.ui-backoffice.admin-orders-prototype-layout .ui-layout-grid{padding:0}.ui-backoffice.admin-orders-prototype-layout .ui-content{gap:0!important}.ui-backoffice.admin-orders-prototype-layout .admin-collect-orders-shell-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.ui-backoffice.admin-orders-prototype-layout .admin-collect-orders-shell-card>.ant-card-head{display:none}.ui-backoffice.admin-orders-prototype-layout .admin-collect-orders-shell-card>.ant-card-body{padding:0!important}.admin-order-prototype-page{min-height:100vh;background:#f4f6f8}.admin-order-mobile-prototype-head{display:grid;grid-template-columns:48px 1fr 96px;align-items:center;height:88px;padding:28px 14px 10px;background:#fff;color:#111827}.admin-order-mobile-prototype-head strong{font-size:20px;font-weight:850;text-align:center}.admin-order-mobile-prototype-head span{display:flex;justify-content:flex-end;gap:12px}.admin-order-mobile-prototype-head button{width:40px;height:40px;padding:0;border:0;background:transparent;color:#0f172a;font-size:28px;font-weight:800;line-height:1}.admin-order-mobile-prototype-head span button{font-size:22px}.admin-order-mobile-status-tabs{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;height:74px;padding:10px 12px 0;border-bottom:1px solid #eef0f4;background:#fff}.admin-order-mobile-status-tabs button{position:relative;height:46px;padding:0;border:0;background:transparent;color:#6b7280;font-size:14px;font-weight:750}.admin-order-mobile-status-tabs button.is-active{color:#111827}.admin-order-mobile-status-tabs button.is-active:after{position:absolute;right:16px;bottom:0;left:16px;height:3px;border-radius:999px;background:#111827;content:""}.admin-order-mobile-filter-strip{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:12px 16px 4px;background:#f4f6f8}.admin-order-mobile-filter-strip button{display:flex;min-width:0;min-height:48px;flex-direction:column;justify-content:center;gap:2px;padding:8px 12px;border:1px solid rgba(229,231,235,.96);border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.05);text-align:left}.admin-order-mobile-filter-strip span{color:#9ca3af;font-size:11px;font-weight:800}.admin-order-mobile-filter-strip strong{overflow:hidden;color:#111827;font-size:14px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.admin-order-mobile-error.ant-alert{margin:10px 16px 0;border-radius:14px}.admin-order-web-control-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-order-web-control-card .order-filter-control-row,.admin-order-web-control-card .shared-order-summary,.admin-order-web-control-card>.ant-card-head{display:none!important}.admin-order-web-control-card>.ant-card-body{padding:12px 16px 0!important}.admin-order-web-control-card>.ant-card-body>.ant-space{gap:0!important}.admin-order-list-card.ui-card.ant-card{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-order-list-card>.ant-card-head{display:none}.admin-order-list-card.ui-card.ant-card>.ant-card-body{padding:0!important}.ui-mobile-nav.ant-card{position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom,0px));z-index:80;display:block;overflow:hidden;border-radius:22px!important;border-color:rgba(185,199,216,.72)!important;box-shadow:0 16px 42px rgba(7,17,31,.2)}.ui-mobile-nav.ant-card>.ant-card-body{padding:6px!important}.ui-mobile-nav .ant-menu-horizontal{display:flex;align-items:stretch;justify-content:space-between;gap:4px;min-width:0;overflow-x:auto;overflow-y:hidden;border-bottom:0!important;background:transparent;scrollbar-width:none}.ui-mobile-nav .ant-menu-horizontal::-webkit-scrollbar{display:none}.ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:1 1;min-width:0;min-height:54px;margin:0!important;padding-inline:4px!important;border-radius:16px;text-align:center;color:#111827;background:transparent!important;transition:color .16s ease}.ui-mobile-nav .ant-menu-horizontal>.ant-menu-item:after,.ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu:after{display:none}.ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:100%;height:100%;padding-inline:0!important;border-radius:inherit;color:inherit;font-size:12px!important}.ui-mobile-nav .ant-menu-submenu-title .ant-menu-title-content,.ui-mobile-nav .ant-menu-submenu-title>span:not(.ant-menu-item-icon),.ui-mobile-nav .ant-menu-title-content{display:block;-webkit-margin-start:0!important;margin-inline-start:0!important;font-size:12px;font-weight:800;line-height:1.1;white-space:normal;overflow-wrap:anywhere;text-align:center;transition:color .16s ease}.ui-mobile-nav .ant-menu-item-icon,.ui-mobile-nav .ant-menu-submenu-title .ant-menu-item-icon{display:inline-flex;align-items:center;justify-content:center;-webkit-margin-end:0!important;margin-inline-end:0!important;width:22px;height:22px;font-size:22px!important;line-height:1;transition:color .16s ease}.ui-mobile-nav .ant-menu-item-icon>svg,.ui-mobile-nav .ant-menu-submenu-title .ant-menu-item-icon>svg{display:block;width:1em;height:1em}.ui-mobile-nav .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important}.ui-mobile-nav .ant-menu-item-selected,.ui-mobile-nav .ant-menu-submenu-active,.ui-mobile-nav .ant-menu-submenu-open,.ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important;background:transparent!important}.ui-mobile-nav .ant-menu-item-selected .ant-menu-title-content,.ui-mobile-nav .ant-menu-submenu-active .ant-menu-title-content,.ui-mobile-nav .ant-menu-submenu-active>.ant-menu-submenu-title>span:not(.ant-menu-item-icon),.ui-mobile-nav .ant-menu-submenu-open .ant-menu-title-content,.ui-mobile-nav .ant-menu-submenu-open>.ant-menu-submenu-title>span:not(.ant-menu-item-icon),.ui-mobile-nav .ant-menu-submenu-selected .ant-menu-title-content{color:inherit!important;font-size:12px;font-weight:800}.ui-mobile-nav .ant-menu-item-selected .ant-menu-item-icon,.ui-mobile-nav .ant-menu-submenu-active .ant-menu-item-icon,.ui-mobile-nav .ant-menu-submenu-open .ant-menu-item-icon,.ui-mobile-nav .ant-menu-submenu-selected .ant-menu-item-icon{color:inherit!important;font-size:22px!important}.ui-mobile-nav .ant-menu-submenu-active>.ant-menu-submenu-title,.ui-mobile-nav .ant-menu-submenu-open>.ant-menu-submenu-title,.ui-mobile-nav .ant-menu-submenu-selected>.ant-menu-submenu-title{color:inherit!important;background:transparent!important}.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-horizontal,.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-horizontal{justify-content:space-between;gap:2px;overflow:hidden}.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-item-selected,.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-submenu-active,.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-submenu-open,.ui-backoffice.admin-promotion-prototype-layout .ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important}.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{flex:1 1;min-width:0;padding-inline:4px!important}.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-title-content{font-size:12px}.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-item-selected,.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-submenu-active,.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-submenu-open,.ui-backoffice.admin-orders-prototype-layout .ui-mobile-nav .ant-menu-submenu-selected{color:#ff2d6f!important}.ant-menu-submenu-popup{position:fixed!important;inset:auto auto calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) 50%!important;transform:translateX(-50%)!important;z-index:90!important;width:min(220px,calc(100vw - 32px))!important;min-width:0!important}.ant-menu-submenu-popup:has([id$=promotion_group-popup]){inset:auto auto calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) max(12px,calc(30vw - 102px))!important;transform:none!important}.ant-menu-submenu-popup:has([id$=billing_group-popup]){inset:auto max(12px,calc(30vw - 102px)) calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 14px) auto!important;transform:none!important}.ant-menu-submenu-popup .ant-menu{display:flex;flex-direction:column;gap:6px;padding:8px!important;border:1px solid rgba(185,199,216,.8);border-radius:18px!important;box-shadow:0 18px 42px rgba(7,17,31,.2)}.ant-menu-submenu-popup .ant-menu-item{display:flex!important;align-items:center;justify-content:flex-start;min-height:40px;margin:0!important;padding-inline:14px!important;border-radius:12px;text-align:left;width:100%}.ant-menu-submenu-popup .ant-menu-item .ant-menu-title-content{text-align:left}.ui-footer{display:none}.ui-card.ant-card{border-radius:16px}.ui-card.ant-card>.ant-card-head{border-radius:16px 16px 0 0}.ui-card.ant-card>.ant-card-body{padding:12px!important}.ui-chip{min-height:28px;border-radius:999px;font-size:11px}.ant-space,.ant-space-item,.ui-chip{max-width:100%}.ant-form-item{margin-bottom:12px}.ant-form-item-label{padding-bottom:4px!important}.ant-input,.ant-input-number,.ant-input-password,.ant-picker,.ant-select{max-width:100%}.ant-btn{min-height:36px}.ant-table-wrapper{width:100%;overflow-x:auto;border-radius:14px;-webkit-overflow-scrolling:touch}.ant-table{min-width:720px;font-size:12px}.admin-order-list-card .ant-table,.customer-list-card .ant-table,.shared-order-list-card .ant-table{min-width:1120px}.admin-order-list-card .ant-table-wrapper,.customer-list-card .ant-table-wrapper,.shared-order-list-card .ant-table-wrapper{display:none}.promotion-record-mobile-card-list{display:grid;grid-gap:12px;gap:12px}.promotion-record-desktop-table{display:none}.promotion-record-mobile-card-state{min-height:220px;display:grid;place-items:center;padding:20px 12px;border:1px dashed rgba(203,213,225,.96);border-radius:18px;background:#fff}.promotion-record-mobile-card{padding:14px;border:1px solid rgba(226,232,240,.96);border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08)}.promotion-record-mobile-card-head{display:grid;grid-gap:6px;gap:6px}.promotion-record-mobile-card-head div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.promotion-record-mobile-card-head strong{color:#111827;font-weight:800}.promotion-record-mobile-card-body,.promotion-record-mobile-card-head span{color:#64748b;font-size:12px}.promotion-record-mobile-card-body{grid-gap:6px;gap:6px}.promotion-record-mobile-card-body span{color:#334155;word-break:break-word}.promotion-record-mobile-card-foot{display:flex;flex-wrap:wrap;gap:8px}.shared-order-mobile-list{display:grid;grid-gap:12px;gap:12px}.shared-order-mobile-state{min-height:260px;place-items:center;padding:28px 12px;border:1px dashed rgba(203,213,225,.96);border-radius:18px;background:#fff}.shared-order-mobile-loading{display:grid;justify-items:center;grid-gap:8px;gap:8px;color:#6b7280;text-align:center}.shared-order-mobile-loading span{width:34px;height:34px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:999px;animation:mobileOrderSpin .85s linear infinite}.shared-order-mobile-loading strong{color:#111827;font-size:16px;font-weight:900}.shared-order-mobile-loading em{max-width:240px;color:#9ca3af;font-size:12px;font-style:normal}@keyframes mobileOrderSpin{to{transform:rotate(1turn)}}.shared-order-mobile-card{display:grid;grid-gap:10px;gap:10px;padding:11px;overflow:hidden;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.08)}.shared-order-mobile-card-foot,.shared-order-mobile-card-head{display:flex;align-items:center;gap:8px;min-width:0}.shared-order-mobile-status{flex:0 0 auto;font-size:16px;font-weight:850}.shared-order-mobile-budget{min-width:0;margin-left:auto;overflow:hidden;color:#9ca3af;font-size:12px;line-height:1.35;text-align:right;text-overflow:ellipsis;white-space:nowrap}.shared-order-mobile-card-body{display:grid;grid-template-columns:minmax(92px,32%) minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.shared-order-mobile-thumb{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;min-height:92px;overflow:hidden;border-radius:6px;background:#c8ddd3;color:#6b7280;font-size:13px}.shared-order-mobile-thumb b{position:absolute;right:0;bottom:0;left:0;padding:8px 0;background:rgba(31,27,24,.94);color:#fff;font-size:13px;text-align:center}.shared-order-mobile-main{min-width:0}.shared-order-mobile-main h3{display:-webkit-box;margin:2px 0 4px;overflow:hidden;color:#111827;font-size:14px;font-weight:850;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shared-order-mobile-main p{margin:0 0 10px;overflow:hidden;color:#9ca3af;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.shared-order-mobile-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.shared-order-mobile-metrics span{display:grid;grid-gap:3px;gap:3px;min-width:0;color:#9ca3af;font-size:10px;line-height:1.25}.shared-order-mobile-metrics strong{color:#111827;font-size:16px;line-height:1.1}.shared-order-mobile-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9ca3af;font-size:12px}.shared-order-mobile-actions{margin-left:auto;display:flex;justify-content:flex-end;width:100%}.shared-order-mobile-actions [data-testid^=order-actions-]{display:flex!important;gap:8px!important;justify-content:flex-end!important;width:auto!important}.shared-order-mobile-actions .ant-btn{min-width:104px;min-height:42px;padding:0 16px!important;border-radius:14px;border:0!important;font-size:14px;font-weight:800;color:#fff!important;box-shadow:0 10px 22px rgba(15,23,42,.14)}.shared-order-mobile-actions .ant-btn:not(.ant-btn-dangerous){background:linear-gradient(135deg,#1677ff,#4096ff)}.shared-order-mobile-actions .ant-btn-dangerous,.shared-order-mobile-actions .ant-btn-dangerous.ant-btn-link{background:linear-gradient(135deg,#ff7875,#ff4d4f)}.ant-pagination{justify-content:center!important}.ant-pagination-options{display:none!important}.ant-descriptions-view{overflow-x:auto}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important;padding-bottom:0}.ant-modal .ant-modal-content{border-radius:22px!important}.ant-modal .ant-modal-body{max-height:calc(100vh - 190px);overflow-y:auto}.ant-modal .ant-modal-footer{display:flex;gap:8px}.ant-modal .ant-modal-footer .ant-btn{flex:1 1;-webkit-margin-start:0!important;margin-inline-start:0!important}.ant-drawer .ant-drawer-content-wrapper{width:100vw!important}.ant-drawer .ant-drawer-content{border-radius:22px 22px 0 0}.admin-order-filter-drawer .ant-drawer-content-wrapper{height:auto!important;max-height:min(82vh,680px)}.admin-order-filter-drawer .ant-drawer-content{overflow:hidden;border-radius:24px 24px 0 0}.admin-order-filter-drawer .ant-drawer-header{padding:16px 18px 10px;border-bottom:0}.admin-order-filter-drawer .ant-drawer-title{color:#111827;font-size:18px;font-weight:900}.admin-order-filter-drawer .ant-drawer-body{max-height:calc(82vh - 58px);padding:8px 18px calc(env(safe-area-inset-bottom, 0px) + 18px);overflow-y:auto}.admin-order-filter-drawer .ant-input,.admin-order-filter-drawer .ant-picker,.admin-order-filter-drawer .ant-select{width:100%!important}.admin-order-detail-modal.ant-modal,.customer-order-batch-stop-modal.ant-modal,.customer-order-renew-modal.ant-modal,.official-execution-modal.ant-modal,.official-renew-order-modal.ant-modal{top:auto!important;max-width:100vw!important;margin:0!important}.admin-order-detail-modal.ant-modal{width:100vw!important;max-width:100vw!important}.admin-order-detail-modal .ant-modal-content,.customer-order-batch-stop-modal .ant-modal-content,.customer-order-renew-modal .ant-modal-content,.official-execution-modal .ant-modal-content,.official-renew-order-modal .ant-modal-content{border-radius:24px 24px 0 0!important}.admin-order-detail-modal .ant-modal-content{min-height:calc(100vh - env(safe-area-inset-bottom, 0px))}.admin-order-detail-modal .ant-modal-header,.customer-order-batch-stop-modal .ant-modal-header,.customer-order-renew-modal .ant-modal-header,.official-execution-modal .ant-modal-header,.official-renew-order-modal .ant-modal-header{margin-bottom:8px}.admin-order-detail-modal .ant-modal-title,.customer-order-batch-stop-modal .ant-modal-title,.customer-order-renew-modal .ant-modal-title,.official-execution-modal .ant-modal-title,.official-renew-order-modal .ant-modal-title{color:#111827;font-size:17px;font-weight:900}.admin-order-detail-modal .ant-modal-body{max-height:calc(100vh - 82px);padding:0 2px 18px}.customer-order-batch-stop-modal .ant-modal-body,.customer-order-renew-modal .ant-modal-body,.official-execution-modal .ant-modal-body,.official-renew-order-modal .ant-modal-body{max-height:calc(100vh - 180px)}.shared-order-detail-content{gap:12px!important}.shared-order-detail-content .ui-card.ant-card{border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.07)}.shared-order-detail-content .ui-card.ant-card>.ant-card-head{min-height:38px;border-radius:18px 18px 0 0}.shared-order-detail-content .ui-card.ant-card>.ant-card-body{padding:10px!important}.shared-order-detail-effect-mobile-grid{display:grid;grid-gap:10px;gap:10px;margin-bottom:10px}.shared-order-detail-effect-mobile-card{padding:12px;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:#fff}.shared-order-detail-effect-mobile-card h4{margin:0 0 10px;color:#111827;font-size:15px;font-weight:900}.shared-order-detail-effect-mobile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px 10px;gap:12px 10px}.shared-order-detail-effect-mobile-stat{display:grid;grid-gap:4px;gap:4px;min-width:0}.shared-order-detail-effect-mobile-stat strong{color:#111827;font-size:16px;font-weight:900;line-height:1.1}.shared-order-detail-effect-mobile-stat span{color:#6b7280;font-size:12px;line-height:1.3}.shared-order-detail-content .ant-descriptions-view{border-radius:12px}.shared-order-detail-content .ant-descriptions-row{display:grid}.shared-order-detail-content .ant-descriptions-item-content,.shared-order-detail-content .ant-descriptions-item-label{display:block;width:100%!important;min-height:auto;padding:8px 10px!important;-webkit-border-end:0!important;border-inline-end:0!important}.shared-order-detail-content .ant-descriptions-item-label{color:#6b7280!important;font-size:12px;font-weight:800}.shared-order-detail-content .ant-descriptions-item-content{color:#111827;font-size:13px;font-weight:650}.shared-order-detail-effect-table,.shared-order-detail-owner-cost-card{display:none}.auth-entry-shell{min-height:100vh;padding:0}.auth-entry-hero{display:none}.auth-entry-card,.auth-entry-shell-compact .auth-entry-card{width:min(100vw - 20px,520px);margin:10px;border-radius:20px!important}.portal-choice-shell{padding:14px;place-items:stretch}.portal-choice-hero{min-height:calc(100vh - 28px);display:flex;flex-direction:column;justify-content:center;padding:24px;border-radius:24px}.portal-choice-grid{grid-template-columns:1fr}.portal-choice-card{min-height:180px}.customer-shell{max-width:100vw;padding:8px 8px calc(var(--mobile-bottom-nav-height) + 18px)}.customer-home-account-head,.customer-home-account-meta,.wallet-overview-head{align-items:flex-start;flex-direction:column;gap:8px}.customer-home-account-name{font-size:20px}.customer-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-hero-card.ant-card,.promotion-sub-panel.ant-card,.promotion-workbench-card.ant-card{border-radius:18px}.promotion-hero-card.ant-card>.ant-card-head,.promotion-sub-panel.ant-card>.ant-card-head,.promotion-workbench-card.ant-card>.ant-card-head{border-radius:18px 18px 0 0}.promotion-field-grid-main,.promotion-field-grid-schedule,.promotion-field-grid-target,.promotion-field-grid-three,.promotion-field-grid-two,.promotion-realtime-summary-grid,.promotion-realtime-summary-grid-four,.promotion-realtime-summary-grid-three,.promotion-split-grid,.promotion-wallet-grid,.promotion-wallet-heading-row{grid-template-columns:1fr!important}.promotion-field-grid>.ant-space-item>.ant-space,.promotion-realtime-field-card,.promotion-realtime-summary-card{border-radius:14px}.promotion-realtime-field-card,.promotion-realtime-summary-card{min-height:auto;padding:10px}.promotion-realtime-summary-card-inner{padding:12px}.promotion-mode-switcher .ant-segmented-group{overflow-x:auto}.promotion-mode-switcher .ant-segmented-item{min-width:112px}.order-filter-control-row,.promotion-action-row,.promotion-footer-row,.promotion-schedule-action-footer{align-items:stretch!important;flex-direction:column}.order-filter-control-row .ant-btn,.order-filter-control-row .ant-picker,.promotion-footer-row .ant-btn,.promotion-footer-row>div,.promotion-schedule-action-footer .ant-btn{width:100%!important}.order-filter-control-row{display:flex!important;width:100%}.promotion-record-mobile-list{display:grid;grid-gap:10px;gap:10px}.promotion-record-table .ant-table-wrapper,.promotion-record-table.ant-table-wrapper{display:none}.promotion-record-mobile-card,.promotion-record-mobile-state{border:1px solid rgba(255,154,60,.2);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(111,54,20,.08)}.promotion-record-mobile-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.promotion-record-mobile-state{min-height:220px;display:grid;place-items:center;grid-gap:8px;gap:8px;padding:24px;color:#6b7280}.promotion-record-mobile-card-foot,.promotion-record-mobile-card-head{display:flex;align-items:center;gap:8px;min-width:0}.promotion-record-mobile-card-head strong{color:#2d1b10;font-size:15px;font-weight:950}.promotion-record-mobile-card-head span{margin-left:auto;color:#9ca3af;font-size:12px;font-weight:800}.promotion-record-mobile-card-body{display:grid;grid-gap:4px;gap:4px;color:#6b7280;font-size:12px}.promotion-record-mobile-card-body h3,.promotion-record-mobile-card-body p{margin:0}.promotion-record-mobile-card-body h3{color:#111827;font-size:16px;font-weight:950}.promotion-record-mobile-card-body em{color:#dc2626;font-style:normal}.promotion-record-mobile-card-foot{justify-content:space-between;padding-top:6px;border-top:1px dashed rgba(255,154,60,.22)}.promotion-record-mobile-card-foot .ant-typography{max-width:230px;color:#6b7280!important;font-size:12px}.home-chart-grid,.home-pie-layout,.home-stat-grid-wide,.wallet-overview-grid{grid-template-columns:1fr}.home-chart-card.ant-card>.ant-card-body,.home-trend-card.ant-card>.ant-card-body{min-height:auto}}@media (max-width:430px){.ui-backoffice{padding-inline:6px}.ui-topbar .ant-card-body{grid-template-columns:1fr}.ui-topbar-right{justify-content:space-between;width:100%}.ui-account{max-width:150px}.ui-account-name{max-width:96px}.ui-mobile-nav.ant-card{left:6px;right:6px}.ui-mobile-nav .ant-menu-horizontal>.ant-menu-item,.ui-mobile-nav .ant-menu-horizontal>.ant-menu-submenu{min-width:0;padding-inline:3px!important}.customer-stat-grid,.grid2,.home-stat-grid-wide{grid-template-columns:1fr}}