.chat-launcher{z-index:35;color:#fff;cursor:pointer;background:#1d1d1c;border:0;border-radius:25px;align-items:center;gap:9px;height:50px;padding:0 18px;display:flex;position:fixed;bottom:25px;right:26px;box-shadow:0 12px 35px #0000003d}.chat-launcher span{font-size:13px}.chat-launcher b{background:#a3784f;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:-5px;right:-3px}.chat-window{z-index:40;background:#fff;border:1px solid #d9d6d0;grid-template-rows:68px 38px minmax(0,1fr) auto;width:390px;height:min(660px,100vh - 112px);animation:.22s chat-in;display:grid;position:fixed;bottom:86px;right:25px;box-shadow:0 24px 70px #16141138}.chat-window>header{color:#fff;background:#20201f;justify-content:space-between;align-items:center;padding:0 18px;display:flex}.chat-window>header>div{align-items:center;gap:11px;display:flex}.chat-window>header button{color:#fff;cursor:pointer;background:0 0;border:0}.chat-window>header strong{font-size:14px;display:block}.chat-window>header small{color:#bcb9b3;align-items:center;gap:5px;margin-top:4px;font-size:9px;display:flex}.chat-window>header small i,.online-status i{background:#76a675;border-radius:50%;width:6px;height:6px;display:inline-block}.advisor-avatar{color:#222;background:#fff;place-items:center;width:34px;height:34px;font-family:"Source Serif 4",serif;display:grid}.guest-notice{color:#716d66;background:#f3f1ed;align-items:center;gap:7px;padding:0 14px;font-size:10px;display:flex}.guest-notice button{color:#4d4943;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:10px;text-decoration:underline}.chat-messages,.admin-messages{background:#f7f6f3;padding:20px;overflow:auto}.chat-message{flex-direction:column;max-width:82%;margin:0 0 14px;display:flex}.chat-message>div{padding:10px 12px;font-size:12px;line-height:1.65}.chat-message time{color:#aaa59d;margin-top:4px;font-size:8px}.chat-message.assistant{align-items:flex-start}.chat-message.assistant>div{background:#fff;border:1px solid #e2dfda}.chat-message.user{align-items:flex-end;margin-left:auto}.chat-message.user>div{color:#fff;background:#252523}.chat-message.user time{margin-right:3px}.chat-card-message{margin-bottom:15px}.chat-plan-card{background:#fff;border:1px solid #dedbd5;grid-template-columns:82px minmax(0,1fr);display:grid;position:relative;overflow:hidden}.chat-plan-card>img{object-fit:cover;width:82px;height:118px}.chat-plan-card>div{padding:11px 12px}.chat-plan-card span{color:#9a7754;margin-bottom:6px;font-size:8px;display:block}.chat-plan-card h4{margin:0 0 5px;font-size:13px}.chat-plan-card p{color:#8e8981;white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:9px;overflow:hidden}.chat-plan-card strong{font-size:15px;font-weight:600}.chat-plan-card strong small{color:#999;font-size:8px;font-weight:400}.chat-plan-card>button{cursor:pointer;background:#fff;border:0;border-top:1px solid #eeeae4;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;height:34px;font-size:10px;display:flex}.chat-plan-card>button svg{transform:rotate(45deg)}.chat-composer{background:#fff;border-top:1px solid #e1ded8;grid-template-columns:1fr 38px;gap:8px;padding:12px;display:grid}.chat-composer textarea,.admin-composer textarea{resize:none;font:inherit;background:#f2f0ec;border:0;outline:none;padding:11px 12px;font-size:12px;line-height:1.45}.chat-composer button{color:#fff;cursor:pointer;background:#222;border:0;place-items:center;display:grid}.chat-composer button:disabled,.admin-composer>button:disabled{opacity:.3;cursor:default}@keyframes chat-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.admin-login{background:#efede8;place-items:center;min-height:100vh;padding:25px;display:grid}.admin-login form{background:#fff;border:1px solid #dad7d0;width:min(420px,100%);padding:45px;box-shadow:0 20px 55px #1e1b161a}.admin-brand{align-items:center;gap:10px;display:flex}.admin-brand>span{color:#fff;background:#1f1f1e;place-items:center;width:31px;height:34px;font-family:"Source Serif 4",serif;display:grid}.admin-brand strong{font-size:14px}.admin-login h1{margin:45px 0 10px;font-size:29px}.admin-login>form>p{color:#827d75;margin:0 0 28px;font-size:12px}.admin-login label{flex-direction:column;gap:8px;font-size:11px;display:flex}.admin-login input{border:1px solid #d9d6d0;outline:none;height:45px;padding:0 12px}.admin-login em{color:#a2483c;margin:7px 0;font-size:10px;font-style:normal;display:block}.admin-login .dark-button{margin-top:17px}.admin-login form>small{text-align:center;color:#aaa59d;margin-top:16px;font-size:9px;display:block}.admin-shell{color:#222;background:#f4f3f0;grid-template-columns:190px 300px minmax(420px,1fr) 285px;height:100vh;display:grid;overflow:hidden}.admin-sidebar{color:#fff;background:#20201f;flex-direction:column;padding:22px 16px;display:flex}.admin-sidebar .admin-brand{padding:0 8px 25px}.admin-sidebar nav{border-top:1px solid #45433f;padding-top:14px}.admin-sidebar nav button,.admin-logout{color:#aaa7a1;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:11px;font-size:11px;display:flex}.admin-sidebar nav button.active{color:#222;background:#fff}.admin-sidebar nav b{color:#fff;background:#a27b54;border-radius:9px;place-items:center;min-width:17px;height:17px;margin-left:auto;font-size:8px;display:grid}.admin-logout{margin-top:auto}.session-panel{background:#fff;border-right:1px solid #dedbd5;flex-direction:column;min-width:0;display:flex}.session-panel>header{justify-content:space-between;align-items:baseline;padding:24px 20px 13px;display:flex}.session-panel h1{margin:0;font-size:18px}.session-panel>header span{color:#99948c;font-size:9px}.session-search{color:#888;background:#f2f0ec;align-items:center;gap:7px;height:36px;margin:0 16px 14px;padding:0 10px;display:flex}.session-search input{background:0 0;border:0;outline:0;width:100%;font-size:10px}.session-list{border-top:1px solid #eee;overflow:auto}.session-list>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #efede9;grid-template-columns:38px 1fr auto;gap:9px;width:100%;padding:14px 13px;display:grid;position:relative}.session-list>button.active{background:#f0ede7}.guest-avatar{color:#4f4032;background:#d7c5ae;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:10px;display:grid}.session-list strong{font-size:11px}.session-list p{color:#908b83;text-overflow:ellipsis;white-space:nowrap;max-width:165px;margin:5px 0 0;font-size:9px;overflow:hidden}.session-list time{color:#aaa59d;font-size:8px}.session-list>button>b{color:#fff;background:#242423;border-radius:9px;place-items:center;min-width:17px;height:17px;font-size:8px;display:grid;position:absolute;bottom:13px;right:13px}.session-empty{text-align:center;color:#888;padding:60px 20px;font-size:12px;line-height:1.8}.session-empty small{color:#aaa;font-size:9px}.admin-conversation{background:#f7f6f3;grid-template-rows:66px minmax(0,1fr) auto;min-width:0;display:grid}.admin-conversation>header{background:#fff;border-bottom:1px solid #dedbd5;justify-content:space-between;align-items:center;padding:0 18px;display:flex}.admin-conversation>header>div{align-items:center;gap:10px;display:flex}.admin-conversation header strong{font-size:11px;display:block}.admin-conversation header small{color:#99948c;font-size:8px}.admin-back{display:none}.online-status{color:#777;align-items:center;gap:6px;font-size:9px;display:flex}.admin-messages{padding:24px 7%}.admin-messages .chat-card-message{max-width:360px}.admin-messages .chat-message.assistant{align-items:flex-end;margin-left:auto}.admin-messages .chat-message.assistant>div{color:#fff;background:#222;border:0}.admin-messages .chat-message.user{align-items:flex-start;margin-left:0}.admin-messages .chat-message.user>div{color:#222;background:#fff;border:1px solid #e0ddd7}.admin-composer{background:#fff;border-top:1px solid #dedbd5;grid-template-columns:1fr 72px;gap:8px;padding:11px 15px;display:grid}.composer-tools{grid-column:1/-1;gap:16px;display:flex}.composer-tools button{color:#746f67;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px 0;font-size:9px;display:flex}.admin-composer textarea{height:64px}.admin-composer>button{color:#fff;cursor:pointer;background:#222;border:0;justify-content:center;align-items:center;gap:5px;font-size:10px;display:flex}.customer-panel{background:#fff;border-left:1px solid #dedbd5;padding:24px 18px;overflow:auto}.customer-panel h2{margin:0 0 20px;font-size:15px}.customer-panel .chat-plan-card{display:block}.customer-panel .chat-plan-card img{width:100%;height:220px}.customer-panel .chat-plan-card>div{padding:13px}.customer-panel dl{border-top:1px solid #e5e2dd;margin:22px 0}.customer-panel dl>div{border-bottom:1px solid #eee;justify-content:space-between;gap:10px;padding:12px 0;display:flex}.customer-panel dt{color:#99948c;font-size:9px}.customer-panel dd{align-items:center;gap:4px;margin:0;font-size:9px;display:flex}.customer-panel>label{flex-direction:column;gap:8px;font-size:10px;display:flex}.customer-panel textarea{resize:vertical;min-height:90px;font:inherit;border:1px solid #ddd9d2;padding:9px;font-size:9px}.admin-empty{text-align:center;color:#97928a;place-self:center}.admin-empty h2{color:#444;margin:14px 0 7px;font-size:18px}.admin-empty p{font-size:10px}.admin-conversation>.admin-empty{grid-row:1/-1}@media (width<=1100px){.admin-shell{grid-template-columns:70px 270px minmax(380px,1fr)}.admin-sidebar .admin-brand strong,.admin-sidebar nav button:not(.active),.admin-sidebar nav button.active{font-size:0}.admin-sidebar nav button{justify-content:center}.admin-sidebar nav b{margin:0 0 25px 25px;position:absolute}.customer-panel{display:none}}@media (width<=700px){.chat-launcher{bottom:15px;right:15px}.chat-launcher span{display:none}.chat-window{width:auto;height:auto;inset:0}.admin-shell{grid-template-columns:1fr;height:100dvh}.admin-sidebar,.session-panel,.customer-panel{display:none}.admin-conversation{grid-column:1}.admin-back{background:0 0;border:0;display:grid}.admin-messages{padding:20px 15px}}.chat-plan-picker{background:#fff;border:1px solid #dedbd5;padding:12px}.chat-plan-picker>strong{margin-bottom:7px;font-size:10px;display:block}.chat-plan-picker>button{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #eeeae5;grid-template-columns:35px 1fr 16px;align-items:center;gap:8px;width:100%;padding:8px 2px;display:grid}.chat-plan-picker img{object-fit:cover;width:35px;height:45px}.chat-plan-picker span{font-size:10px;font-weight:600}.chat-plan-picker small{color:#99948c;margin-top:3px;font-size:8px;font-weight:400;display:block}.chat-plan-picker svg{color:#777;transform:rotate(45deg)}.composer-tools button:disabled{opacity:.35;cursor:default}.no-plan{color:#8c877f;background:#f7f6f3;border:1px dashed #d8d4cd;flex-direction:column;justify-content:center;align-items:center;min-height:150px;display:flex}.no-plan strong{color:#494641;margin:8px 0 4px;font-size:11px}.no-plan span{font-size:8px}.admin-login label+label{margin-top:13px}.admin-shell.products-mode{grid-template-columns:210px minmax(0,1fr)}.product-admin{background:#f4f4f2;grid-column:2/-1;padding:34px 38px 70px;overflow:auto}.product-admin-head{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.product-admin-head p{color:#7c786f;margin:0 0 8px;font-size:11px}.product-admin-head h1{margin:0 0 8px;font-size:30px}.product-admin-head span{color:#827e76;font-size:12px}.product-admin-head>button{color:#fff;cursor:pointer;background:#111;border:0;align-items:center;gap:8px;height:42px;padding:0 18px;display:flex}.product-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0 20px;display:grid}.product-metrics article{background:#fff;border:1px solid #dfddd8;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.product-metrics span{color:#77736c;font-size:11px}.product-metrics strong{font-size:22px}.product-toolbar{background:#fff;border:1px solid #dedcd7;border-bottom:0;justify-content:space-between;gap:12px;padding:13px;display:flex}.product-toolbar label{color:#777;background:#f3f2ef;align-items:center;gap:8px;width:min(430px,60%);height:36px;padding:0 11px;display:flex}.product-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:11px}.product-toolbar select{background:#fff;border:1px solid #d8d5cf;padding:0 12px;font-size:11px}.product-table-wrap{background:#fff;border:1px solid #dedcd7;overflow:auto}.product-table{border-collapse:collapse;width:100%;min-width:900px}.product-table th{text-align:left;color:#8b867d;background:#faf9f7;border-bottom:1px solid #dfddd8;padding:12px 15px;font-size:9px;font-weight:500}.product-table td{vertical-align:middle;border-bottom:1px solid #eeeae5;padding:13px 15px;font-size:11px}.product-table td>small,.product-table td>strong{display:block}.product-table td>small{color:#918c84;margin-top:5px;font-size:8px}.product-cell{align-items:center;gap:11px;display:flex}.product-cell img{object-fit:cover;background:#eee;width:52px;height:64px}.product-cell div{flex-direction:column;gap:5px;display:flex}.product-cell strong{font-size:11px}.product-cell span{color:#999;font-size:8px}.status-dot{white-space:nowrap;border-radius:11px;padding:5px 8px;font-size:9px;font-style:normal}.status-dot.draft{color:#806822;background:#f3eee0}.status-dot.archived{color:#777;background:#efefef}.row-actions{gap:5px;display:flex}.row-actions button{cursor:pointer;background:#fff;border:1px solid #ddd9d2;place-items:center;width:30px;height:30px;display:grid}.product-empty{color:#89847c;flex-direction:column;align-items:center;gap:10px;padding:70px;font-size:11px;display:flex}.drawer-backdrop{z-index:80;background:#14141359;justify-content:flex-end;display:flex;position:fixed;inset:0}.product-drawer{background:#fff;grid-template-rows:72px minmax(0,1fr) 66px;width:min(580px,100%);height:100%;display:grid;box-shadow:-20px 0 50px #00000021}.product-drawer>header{border-bottom:1px solid #e1ded8;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.product-drawer>header p{color:#8c877f;margin:0 0 4px;font-size:8px}.product-drawer h2{margin:0;font-size:20px}.product-drawer>header button{cursor:pointer;background:0 0;border:0}.drawer-scroll{padding:0 25px;overflow:auto}.drawer-scroll section{border-bottom:1px solid #e5e2dd;padding:25px 0}.drawer-scroll h3{margin:0 0 17px;font-size:13px}.section-help{color:#89847f;margin:-8px 0 14px;font-size:9px;line-height:1.6}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-grid label{color:#6f6b64;flex-direction:column;gap:7px;font-size:9px;display:flex}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea,.sku-editor input{min-height:39px;font:inherit;background:#fff;border:1px solid #d8d5cf;outline:0;padding:8px 10px;font-size:10px}.form-grid input:focus,.form-grid textarea:focus,.sku-editor input:focus{border-color:#222}.form-grid textarea{resize:vertical;min-height:70px}.image-preview{gap:10px;margin-top:14px;display:flex}.image-preview img{aspect-ratio:9/16;object-fit:cover;background:#eee;width:82px}.image-preview>span{aspect-ratio:9/16;color:#999;background:#f2f1ee;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:82px;font-size:8px;display:flex}.sku-editor{grid-template-columns:130px 1fr 34px;gap:7px;margin-bottom:8px;display:grid}.sku-editor button{cursor:pointer;background:#fff;border:1px solid #ddd9d2;place-items:center;display:grid}.add-sku{cursor:pointer;background:#fff;border:1px dashed #bbb7b0;align-items:center;gap:6px;padding:9px 12px;font-size:9px;display:flex}.product-drawer>footer{border-top:1px solid #e1ded8;justify-content:flex-end;gap:8px;padding:12px 24px;display:flex}.product-drawer>footer button{cursor:pointer;background:#fff;border:1px solid #ccc8c1;min-width:90px}.product-drawer>footer button:last-child{color:#fff;background:#111;border-color:#111}.admin-placeholder{text-align:center;color:#7f7a72;grid-column:2/-1;place-self:center}.admin-placeholder h1{color:#222;margin:15px 0 8px}.admin-placeholder p{font-size:11px}@media (width<=900px){.admin-shell.products-mode{grid-template-columns:70px minmax(0,1fr)}.product-admin{padding:25px 18px}.product-metrics{grid-template-columns:repeat(2,1fr)}.product-admin-head{align-items:flex-start}.product-admin-head span{display:none}}@media (width<=620px){.admin-shell.products-mode{grid-template-columns:1fr}.admin-shell.products-mode .admin-sidebar{display:none}.product-admin{grid-column:1}.product-metrics{grid-template-columns:1fr 1fr}.product-admin-head h1{font-size:24px}.product-admin-head>button{justify-content:center;width:42px;padding:0;font-size:0}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}}.antd-admin-page{padding:36px 40px 70px}.antd-admin-page .product-admin-head{align-items:center}.antd-admin-page .product-admin-head h2{margin:0 0 5px!important;font-size:28px!important}.antd-admin-page .product-admin-head>button{border-radius:3px;height:44px}.antd-stat-row{margin:28px 0 18px}.antd-stat-row .ant-card{border-color:#e4e2dd}.antd-stat-row .ant-card-body{padding:19px 21px}.antd-stat-row .ant-statistic-title{color:#777;font-size:12px}.antd-stat-row .ant-statistic-content{font-size:25px;font-weight:600}.antd-product-table{border-color:#dfddd8}.antd-table-toolbar{border-bottom:1px solid #eceae6;justify-content:space-between;gap:14px;padding:14px;display:flex}.antd-table-toolbar .ant-input-affix-wrapper{max-width:440px}.antd-table-toolbar .ant-select{width:130px}.antd-product-name{flex-direction:column;gap:4px;display:flex}.antd-product-name strong{font-size:12px}.antd-product-name .ant-typography{font-size:10px}.antd-product-table .ant-table-cell{font-size:11px}.antd-empty{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:150px;display:flex}.product-editor-page{background:#f5f5f3;grid-column:2/-1;grid-template-rows:72px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.product-editor-header{background:#fff;border-bottom:1px solid #dfddd8;justify-content:space-between;align-items:center;padding:0 30px;display:flex}.product-editor-header>div:first-child{align-items:center;gap:8px;display:flex}.product-editor-header h3{margin:0!important;font-size:20px!important}.product-editor-header .ant-typography-secondary{font-size:10px}.product-editor-scroll{padding:22px 30px 70px;overflow:auto}.editor-card{max-width:1240px;box-shadow:none;border-color:#dfddd8;margin:0 auto 16px}.editor-card>.ant-card-head{min-height:52px}.editor-card .ant-card-head-title{font-size:14px}.editor-card .ant-form-item{margin-bottom:16px}.editor-card .ant-form-item-label>label{font-size:11px}.editor-image-preview{align-items:flex-start;gap:12px;min-height:190px;display:flex}.editor-image-preview>div{width:104px;position:relative}.editor-image-preview img{object-fit:cover;background:#eee;width:104px!important;height:185px!important}.editor-image-preview span{color:#fff;background:#000000ad;padding:3px 6px;font-size:9px;position:absolute;bottom:6px;left:6px}.spec-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.spec-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.spec-groups{border:1px solid #e4e2de}.spec-grid-head,.spec-group-row{grid-template-columns:170px minmax(0,1fr) 42px;align-items:start;gap:12px;display:grid}.spec-grid-head{color:#777;background:#fafafa;border-bottom:1px solid #e4e2de;padding:10px 13px;font-size:10px}.spec-group-row{border-bottom:1px solid #eceae6;padding:12px 13px}.spec-group-row:last-child{border-bottom:0}.spec-values{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.spec-values .ant-tag{background:#f4f4f3;height:31px;margin:0;padding:0 9px;line-height:29px}.spec-values .ant-input{width:170px}.add-spec-button{margin-top:12px}.sku-table-heading{justify-content:space-between;align-items:end;margin-bottom:12px;display:flex}.sku-table-heading h5{margin:0 0 3px!important}.sku-table-heading .ant-typography,.spec-card .ant-table-cell{font-size:10px}.spec-card .ant-input-number{width:100%}@media (width<=980px){.antd-admin-page{padding:24px 20px}.antd-stat-row .ant-col{flex:0 0 50%;max-width:50%;margin-bottom:12px}.product-editor-scroll{padding:18px}.editor-card .ant-col{flex:0 0 100%;max-width:100%}.spec-grid-head,.spec-group-row{grid-template-columns:120px minmax(0,1fr) 38px}}.admin-shell{background:#f2f7f6}.admin-sidebar{color:#264d49;background:#e7f1ef;border-right:1px solid #d1e1dd}.admin-sidebar .admin-brand{color:#244b47}.admin-sidebar .admin-brand>span{color:#fff;background:#327c73;border-radius:8px}.admin-sidebar nav{border-color:#c9dbd7}.admin-sidebar nav button,.admin-logout{color:#5f7773;border-radius:7px;margin:3px 0}.admin-sidebar nav button:hover{color:#245f58;background:#d9ebe7}.admin-sidebar nav button.active{color:#286d65;background:#fff;font-weight:600;box-shadow:0 5px 16px #2d696014}.admin-sidebar nav button.active:before{content:"";background:#e5a25f;border-radius:3px;width:3px;height:20px}.admin-sidebar nav b{background:#e5a25f}.antd-admin-page,.product-editor-scroll{background:#f2f7f6}.antd-stat-row .ant-card,.antd-product-table,.editor-card{border-color:#dce8e5}.antd-stat-row .ant-card:first-child{background:#fbfefd}.product-editor-header{border-color:#dce8e5}.product-editor-page{background:#f2f7f6}.status-dot.active{color:#36765e;background:#e2f2ec}.admin-sidebar .admin-logout{margin-top:auto}.product-search-and-batch{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.product-search-and-batch>.ant-input-affix-wrapper{flex:0 440px}.batch-actions{white-space:nowrap;border-left:1px solid #dce7e4;align-items:center;gap:7px;padding-left:14px;display:flex}.batch-actions strong{color:#39736c;margin-right:3px;font-size:11px}.batch-actions .ant-btn{color:#39736c;border-color:#c7dad5}.spec-library-page{grid-column:2/-1;overflow:auto}.spec-library-page .ant-statistic-content-prefix{color:#43837b;margin-right:10px;display:inline-flex}.spec-library-workspace{grid-template-columns:minmax(420px,.82fr) minmax(600px,1.18fr);gap:16px;min-height:570px;display:grid}.spec-library-list,.spec-library-editor{box-shadow:none;border-color:#dce8e5;overflow:hidden}.spec-library-list>.ant-card-head,.spec-library-editor>.ant-card-head{border-color:#e2ebe9;min-height:54px}.spec-library-list>.ant-card-head .ant-card-head-title{font-size:14px}.spec-library-list>.ant-card-body{flex-direction:column;display:flex}.spec-library-list>.ant-card-body>button{text-align:left;color:#33433f;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e7eeec;grid-template-columns:18px minmax(0,1fr) 66px 46px 18px;align-items:center;gap:10px;min-height:78px;padding:12px 15px;display:grid}.spec-library-list>.ant-card-body>button:hover{background:#f6fbfa}.spec-library-list button>div{flex-direction:column;gap:6px;min-width:0;display:flex}.spec-library-list button strong{font-size:13px}.spec-library-list button span{color:#86918e;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.spec-library-list button small{color:#71807d;font-size:10px}.spec-library-list button em{color:#929b99;font-size:10px;font-style:normal}.spec-library-list button em:before{content:"";background:#aeb6b4;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.drag-icon{color:#95a19e}.spec-name-input{max-width:300px;font-weight:600;padding:0!important;font-size:15px!important}.spec-status-label{color:#7c8986;font-size:10px}.spec-value-head,.spec-value-row{grid-template-columns:minmax(210px,1.2fr) minmax(120px,.75fr) 125px 62px 76px;align-items:center;gap:12px;display:grid}.spec-value-head{color:#75827f;background:#f7faf9;border-bottom:1px solid #e2ebe9;padding:11px 18px;font-size:10px}.spec-value-list{padding:0 18px}.spec-value-row{border-bottom:1px solid #e7eeec;min-height:78px}.spec-value-name{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;display:grid}.spec-value-name input[type=color]{cursor:pointer;background:#fff;border:1px solid #d8e3e0;border-radius:6px;width:48px;height:48px;padding:3px}.spec-value-row>.ant-input-number{width:100%}.add-spec-value{color:#337f75;background:#fbfefd;border-color:#bcd5cf;width:calc(100% - 36px);height:46px;margin:16px 18px}.spec-editor-actions{border-top:1px solid #e2ebe9;justify-content:flex-end;gap:8px;margin-top:18px;padding:16px 18px;display:flex}.spec-editor-actions .ant-btn-primary{min-width:116px}.spec-library-empty{color:#82908d;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;font-size:11px;display:flex}.library-spec-select{width:190px}.spec-name-cell{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.spec-name-cell .ant-tag{margin:0}.spec-values .ant-tag small{color:#b06f31;margin-left:6px;font-size:8px}@media (width<=1150px){.spec-library-workspace{grid-template-columns:1fr}.spec-library-list>.ant-card-body{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.spec-library-list>.ant-card-body>button{border-right:1px solid #e7eeec}.spec-library-editor{min-height:540px}}@media (width<=760px){.product-search-and-batch{flex-direction:column;align-items:flex-start}.batch-actions{border-left:0;padding-left:0}.spec-library-list>.ant-card-body{display:block}.spec-value-head{display:none}.spec-value-row{grid-template-columns:1fr 1fr;gap:8px;padding:14px 0}.spec-value-row>.ant-switch{justify-self:start}.spec-library-workspace{display:block}.spec-library-list{margin-bottom:14px}.library-spec-select{width:150px}.spec-card>.ant-card-head .ant-card-extra{max-width:55%}}.spec-library-list>.ant-card-body>button{grid-template-columns:minmax(0,1fr) 66px 46px 18px}.spec-value-head,.spec-value-row{grid-template-columns:minmax(210px,1.2fr) minmax(120px,.75fr) 125px 62px 44px}.admin-shell.ant-layout{color:#171717;background:#f5f5f5;height:100vh;min-height:100vh;overflow:hidden;flex-direction:row!important;display:flex!important}.admin-framework-sider.ant-layout-sider{border-right:1px solid #e2e2e2;background:#fff!important}.admin-sider-inner{flex-direction:column;height:100%;padding:20px 12px 14px;display:flex}.admin-sider-inner .admin-brand{color:#171717;border-bottom:1px solid #e8e8e8;margin-bottom:10px;padding:0 10px 22px}.admin-sider-inner .admin-brand>span{color:#fff;background:#171717;border-radius:4px}.admin-sider-menu.ant-menu{background:0 0;border-inline-end:0!important}.admin-sider-inner .ant-menu-item{border-radius:5px;width:100%;height:44px;margin:3px 0;font-size:12px;line-height:44px}.admin-sider-inner .ant-menu-item-selected{font-weight:600}.admin-sider-inner .ant-menu-item-selected:before{content:"";background:#171717;width:3px;height:20px;position:absolute;left:0}.admin-menu-label{justify-content:space-between;align-items:center;width:100%;display:flex}.admin-menu-label b{color:#fff;background:#171717;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;display:grid}.admin-sider-inner .admin-logout{color:#666;border-radius:5px;margin-top:auto}.admin-content.ant-layout-content{background:#f5f5f5;min-width:0;height:100vh;overflow:hidden}.admin-shell:not(.products-mode) .admin-content{grid-template-columns:300px minmax(420px,1fr) 285px;display:grid}.admin-shell.products-mode .admin-content{display:block}.admin-content>.product-admin{box-sizing:border-box;grid-column:auto;height:100%}.admin-content>.product-editor-page{grid-column:auto}.antd-stat-row .ant-card,.antd-product-table,.editor-card,.spec-library-list,.spec-library-editor,.product-editor-header{border-color:#dedede}.product-search-and-batch{border-color:#dedede}.batch-actions{border-color:#d8d8d8}.product-status-tag{color:#555;background:#f2f2f2;border-color:#d8d8d8;margin:0}.product-status-tag.active{color:#111;background:#e5e5e5;border-color:#c8c8c8;font-weight:600}.spec-library-list button em.active:before,.spec-library-list button em:before{background:#777}.spec-value-head{background:#f5f5f5;border-color:#e2e2e2}.spec-value-row{border-color:#e8e8e8}.spec-values .ant-tag small,.product-spec-tags .ant-tag small{color:#555}.product-spec-tags{width:100%}.product-spec-tags .ant-select-selector{min-height:40px!important;padding:4px 8px!important}.product-spec-tags .ant-tag{color:#222;background:#efefef;border-color:#d6d6d6;height:28px;margin:1px 4px 1px 0;line-height:26px}.spec-name-cell .ant-tag{color:#555;background:#eee;border-color:#d6d6d6}.advisor-avatar{color:#171717}@media (width<=1100px){.admin-framework-sider.ant-layout-sider{flex:0 0 76px!important;width:76px!important;min-width:76px!important;max-width:76px!important}.admin-sider-inner{padding:18px 9px}.admin-sider-inner .admin-brand strong,.admin-sider-inner .ant-menu-title-content,.admin-sider-inner .admin-logout{font-size:0}.admin-sider-inner .admin-brand{padding:0 10px 18px}.admin-sider-inner .ant-menu-item{padding-inline:19px!important}.admin-shell:not(.products-mode) .admin-content{grid-template-columns:270px minmax(380px,1fr)}}.customer-management{box-sizing:border-box;background:#f4f6f9;width:100%;height:100vh;padding:34px;overflow:auto}.customer-management>header{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.customer-management>header small{letter-spacing:.16em;color:#7c8997;font-size:10px}.customer-management>header h1{margin:5px 0 4px;font-size:26px}.customer-management>header p{color:#7a8793;margin:0;font-size:12px}.customer-stats{gap:10px;display:flex}.customer-stats span{color:#74808c;background:#fff;border:1px solid #e1e6ec;border-radius:10px;min-width:92px;padding:12px 15px;font-size:11px}.customer-stats b{color:#263442;font-size:20px;display:block}.customer-toolbar{gap:12px;margin-bottom:14px;display:flex}.customer-toolbar label{background:#fff;border:1px solid #dfe4ea;border-radius:8px;flex:1;align-items:center;gap:8px;max-width:440px;height:38px;padding:0 12px;display:flex}.customer-toolbar input{width:100%;font:inherit;border:0;outline:0}.customer-toolbar .ant-select{width:160px}.customer-table{background:#fff;border:1px solid #e0e5eb;border-radius:10px;overflow:hidden}.customer-table-head,.customer-table>button{grid-template-columns:minmax(210px,1.5fr) 120px minmax(180px,1fr) 150px 70px 90px;align-items:center;gap:12px;padding:0 18px;display:grid}.customer-table-head{color:#788592;background:#f8fafc;height:42px;font-size:11px;font-weight:650}.customer-table>button{text-align:left;color:#475463;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf0f3;width:100%;min-height:68px}.customer-table>button:hover{background:#f8fbfd}.customer-table>button>span:last-child{color:#3f7c55;font-weight:650}.customer-identity{align-items:center;gap:10px;display:flex}.customer-identity>i{color:#477558;background:#edf4ef;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-style:normal;display:grid}.customer-identity strong,.customer-identity small{display:block}.customer-identity small{color:#9099a3;margin-top:3px}.customer-empty{color:#8a96a1;place-items:center;gap:10px;padding:70px;display:grid}.admin-shell.ant-layout,.admin-content.ant-layout-content{color:#273142;background:#f4f6f9}.admin-framework-sider.ant-layout-sider{border-color:#e2e7ef;background:#fff!important}.admin-sider-inner .admin-brand{color:#25324a;border-color:#e7ebf1}.admin-sider-inner .admin-brand>span{color:#fff;background:#315f9f}.admin-sider-inner .ant-menu-item-selected:before{background:#1677ff}.admin-menu-label b{background:#e66a3d}.admin-sider-inner .admin-logout:hover{color:#273142;background:#f1f5fa}.antd-admin-page,.product-editor-scroll,.product-editor-page{background:#f4f6f9}.antd-admin-page .product-admin-head>button.ant-btn-primary{background:#1677ff;border-color:#1677ff}.antd-admin-page .product-admin-head>button.ant-btn-primary:hover{background:#4096ff!important;border-color:#4096ff!important}.batch-actions strong,.batch-actions .ant-btn{color:#315f9f}.batch-actions .ant-btn{border-color:#c9d5e6}.product-status-tag{color:#607086;background:#f1f3f6;border-color:#d9dee7}.spec-library-page .ant-statistic-content-prefix{color:#55759f}.spec-library-list>.ant-card-body>button.active{background:#edf4ff;box-shadow:inset 3px 0 #1677ff}.spec-library-list button em.active{color:#3e739d}.spec-library-list button em.active:before{background:#4a87b5}.spec-value-head{background:#f6f8fb}.add-spec-value{color:#315f9f;background:#fbfcfe;border-color:#c9d5e6}.product-spec-tags .ant-tag,.spec-name-cell .ant-tag{color:#40516a;background:#eef2f7;border-color:#d8dee8}.chat-launcher,.chat-window>header{background:#315f7d}.admin-login{background:#f2f5f9}.admin-login input:focus{border-color:#1677ff}.pro-admin-shell{background:#f4f6f8;height:100vh;overflow:hidden}.pro-admin-shell .ant-pro-sider{border-right:1px solid #e5e9ed;box-shadow:none!important}.pro-admin-shell .ant-pro-sider-logo{border-bottom:1px solid #edf0f2;height:64px}.pro-brand-mark{color:#fff;background:#3f6f8f;border-radius:8px;place-items:center;width:31px;height:31px;font-weight:700;display:grid}.pro-admin-shell .ant-pro-base-menu-item-title{font-size:13px}.pro-menu-button{color:inherit;font:inherit;display:contents}.pro-header-logout{color:#627180;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:7px 10px;display:flex}.pro-header-logout:hover{color:#314455;background:#f0f3f6}.pro-admin-shell .ant-layout-header{border-bottom:1px solid #e7ebef;box-shadow:none!important}.pro-admin-shell .ant-pro-layout-bg-list{display:none}.admin-content.commerce-mode{background:#f4f6f8;height:calc(100vh - 56px);overflow:auto}.admin-content.consultations-mode{background:#f4f6f8;grid-template-columns:300px minmax(420px,1fr) 285px;height:calc(100vh - 56px);display:grid;overflow:hidden}.pro-product-page,.spec-library-page,.product-editor-page{background:#f4f6f8;min-height:100%}.pro-product-page .ant-page-header-heading,.spec-library-page .ant-page-header-heading,.product-editor-page .ant-page-header-heading{padding-block:8px}.pro-metric-row{margin-bottom:16px}.pro-metric-row>.ant-pro-card{background:#fff;border:1px solid #e2e7eb;min-height:94px}.pro-metric-row .ant-pro-card-body{flex-direction:column;justify-content:center;display:flex}.pro-metric-label{color:#6b7d8c;align-items:center;gap:8px;display:flex}.pro-metric-value{color:#253847;margin-top:7px;font-size:25px;line-height:1;display:block}.pro-product-table{background:#fff;border:1px solid #e2e7eb;border-radius:10px;overflow:hidden}.pro-product-table .ant-pro-table-list-toolbar{padding-inline:18px}.pro-product-search{width:320px}.product-editor-scroll{padding-top:0}.product-editor-page .product-editor-scroll{height:auto;overflow:visible}.product-editor-page .editor-card{border-radius:10px}.spec-library-page .spec-library-workspace{margin-top:0}.spec-library-page .spec-library-list,.spec-library-page .spec-library-editor{border-radius:10px;overflow:hidden}.spec-library-page .spec-library-list>.ant-card-body>button.active{background:#edf4f7;box-shadow:inset 3px 0 #3f6f8f}.product-status-tag.active{color:#417452;background:#edf6f0;border-color:#cfe4d5}.product-status-tag.inactive{color:#707b85;background:#f1f3f5;border-color:#dce1e5}.product-status-tag.draft{color:#9a6c25;background:#fff7e8;border-color:#f2ddb7}@media (width<=1100px){.admin-content.consultations-mode{grid-template-columns:270px minmax(380px,1fr)}.admin-content.consultations-mode .customer-panel{display:none}.pro-product-search{width:240px}}@media (width<=720px){.pro-admin-shell .ant-pro-sider{display:none}.admin-content.commerce-mode{height:calc(100vh - 56px)}.admin-content.consultations-mode{grid-template-columns:1fr}.admin-content.consultations-mode .session-panel{display:none}.pro-product-search{width:190px}.pro-metric-row>.ant-pro-card{min-height:80px}}.pro-metric-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (width<=720px){.pro-metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-content.commerce-mode{overscroll-behavior:contain;min-height:0;overflow:hidden auto}.admin-content.commerce-mode>.product-editor-page{height:auto;min-height:100%;padding-bottom:48px;display:block;overflow:visible}.product-editor-page .product-editor-scroll{height:auto;min-height:0;padding-top:20px;padding-bottom:72px;overflow:visible}.product-image-manager{min-height:270px}.product-image-wall{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}.sortable-image-item{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;outline:none;width:132px;transition:opacity .16s}.sortable-image-item.dragging{z-index:5;opacity:.72;cursor:grabbing}.sortable-image-card,.add-product-image{aspect-ratio:9/16;border-radius:9px;width:132px;overflow:hidden}.sortable-image-card{background:#edf0f2;border:1px solid #dfe4e8;transition:border-color .16s,box-shadow .16s;position:relative;box-shadow:0 2px 8px #2337460f}.sortable-image-item:hover .sortable-image-card{border-color:#91a9b9;box-shadow:0 6px 18px #23374621}.sortable-image-item:focus-visible .sortable-image-card{border-color:#3f6f8f;box-shadow:0 0 0 3px #3f6f8f2e}.sortable-image-item.dragging .sortable-image-card{box-shadow:0 14px 30px #23374640}.sortable-image-card img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.sortable-image-label{color:#fff;pointer-events:none;background:linear-gradient(#18252fd1,#0000);justify-content:space-between;align-items:center;height:38px;padding:0 9px;font-size:11px;font-weight:600;display:flex;position:absolute;inset:0 0 auto}.sortable-image-grip{opacity:.88;align-items:center;gap:3px;font-size:9px;font-weight:500;display:inline-flex}.sortable-image-actions{opacity:0;background:#fffffff0;border-radius:7px;justify-content:center;align-items:center;padding:3px;transition:opacity .16s,transform .16s;display:flex;position:absolute;inset:auto 6px 6px;transform:translateY(5px);box-shadow:0 3px 12px #14222b2e}.sortable-image-item:hover .sortable-image-actions,.sortable-image-item:focus-within .sortable-image-actions{opacity:1;transform:none}.sortable-image-actions .ant-btn{width:34px;height:30px}.sortable-image-name{height:34px;margin-top:8px;font-size:11px}.sortable-image-name .ant-input-suffix{color:#8696a1}.product-image-wall>.ant-upload-wrapper,.product-image-wall>.ant-upload-wrapper .ant-upload{width:132px;display:block}.add-product-image{color:#536877;cursor:pointer;background:#f8fafb;border:1px dashed #b8c5ce;flex-direction:column;justify-content:center;align-items:center;gap:7px;transition:border-color .16s,background .16s,color .16s;display:flex}.add-product-image:hover{color:#315f7d;background:#f1f6f8;border-color:#547e99}.add-product-image strong{font-size:12px}.add-product-image span{color:#8997a1;font-size:9px}.product-image-empty{color:#7d8992;margin:12px 0 0;font-size:11px}@media (width<=720px){.sortable-image-item,.sortable-image-card,.add-product-image,.product-image-wall>.ant-upload-wrapper,.product-image-wall>.ant-upload-wrapper .ant-upload{width:108px}}.spec-group-row .product-option-editor>.ant-select{width:100%;min-height:40px}.legacy-spec-values{flex-direction:column;align-items:flex-start;gap:7px;min-height:40px;display:flex}.legacy-spec-values .ant-typography{font-size:10px}.spec-name-cell>strong{color:#263947;font-size:13px}.materials-page,.material-editor-page{min-height:100%;padding-bottom:48px}.material-summary-card{margin:16px 24px}.material-summary-card>.ant-card-body{align-items:center;padding:15px 20px;display:flex}.material-summary-card>.ant-card-body>div{color:#647481;border-right:1px solid #e3e8ed;align-items:center;gap:9px;min-width:180px;margin-right:28px;padding-right:28px;font-size:12px;display:flex}.material-summary-card>.ant-card-body>div:last-child{border:0}.material-summary-card svg{color:#3f6f8f}.material-summary-card strong{color:#263947;margin-left:auto;font-size:20px}.materials-table{margin:0 24px}.material-name-cell{flex-direction:column;gap:5px;display:flex}.material-name-cell strong{color:#263947;font-size:13px}.material-name-cell span{color:#7b8994;font-size:10px}.material-color-cell{align-items:center;gap:9px;display:flex}.material-color-cell>i{border:1px solid #26394721;border-radius:7px;width:32px;height:32px;box-shadow:inset 0 0 0 2px #ffffff59}.material-color-cell>span{flex-direction:column;gap:2px;font-size:11px;display:flex}.material-color-cell small{color:#8b969f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.material-editor-layout{grid-template-columns:minmax(640px,1fr) 340px;gap:16px;margin:16px 24px;display:grid}.material-editor-layout>.ant-card{margin:0}.material-color-input{align-items:center;gap:9px;height:40px;display:flex}.material-color-input input{background:#fff;border:1px solid #d9e0e6;border-radius:7px;width:44px;height:40px;padding:3px}.material-color-input code{color:#7c8892;font-size:9px}.material-status-control{color:#647481;align-items:center;gap:10px;height:40px;font-size:11px;display:flex}.material-image-card>.ant-card-body{padding:18px}.material-image-card .ant-upload-wrapper .ant-upload-drag{background:#f8fafb;border-color:#c3ced6;height:430px}.material-image-card .ant-upload-btn>span{color:#647785;flex-direction:column;justify-content:center;align-items:center;gap:9px;height:100%;display:flex}.material-image-card .ant-upload-btn strong{color:#334c5d;font-size:13px}.material-image-card .ant-upload-btn span{font-size:10px}.material-image-preview{flex-direction:column;gap:12px;display:flex}.material-image-preview>img{object-fit:cover;background:#edf1f3;border-radius:8px;width:100%;height:430px}.material-image-preview .ant-btn{width:100%}.product-material-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.product-material-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.product-material-grid{grid-template-columns:repeat(3,minmax(240px,1fr));gap:12px;display:grid}.product-material-grid>button{text-align:left;color:#263947;cursor:pointer;background:#fff;border:1px solid #dfe5ea;border-radius:9px;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:92px;padding:9px;transition:border-color .16s,box-shadow .16s,background .16s;display:grid;position:relative}.product-material-grid>button:hover{border-color:#9bb2c1;box-shadow:0 5px 15px #2d4d6214}.product-material-grid>button.selected{background:#f5f9fb;border-color:#4e7894;box-shadow:inset 0 0 0 1px #4e7894}.product-material-sample{background:#eef1f3;border-radius:7px;width:76px;height:70px;position:relative;overflow:hidden}.product-material-sample>img,.product-material-sample>i{object-fit:cover;width:100%;height:100%;display:block}.product-material-sample>b{color:#fff;text-align:center;background:#2a4b60e0;padding:4px;font-size:9px;position:absolute;inset:auto 0 0}.product-material-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.product-material-copy>strong{font-size:12px}.product-material-copy>small{color:#7e8b95;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.product-material-copy>em{color:#60727f;align-items:center;gap:5px;font-size:9px;font-style:normal;display:flex}.product-material-copy>em i{border:1px solid #26394726;border-radius:3px;width:11px;height:11px}.product-material-price{color:#426b84;background:#edf3f6;border-radius:5px;align-self:start;padding:3px 6px;font-size:9px;font-weight:600}.product-material-empty{color:#85919a;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;display:flex}.product-material-empty strong{color:#4f606d;font-size:12px}.product-material-empty span{font-size:10px}.product-board-usage-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.product-board-usage-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.product-board-total{color:#718078;font-size:11px}.product-board-total strong{color:#4f8a63;font-size:16px}.product-board-usage-list{border:1px solid #e1e7e4;border-radius:9px;overflow:hidden}.product-board-usage-head,.product-board-usage-row{grid-template-columns:minmax(260px,1.8fr) minmax(180px,1fr) 42px;align-items:center;gap:12px;display:grid}.product-board-usage-head{color:#78867e;background:#f7f9f8;padding:10px 12px;font-size:10px}.product-board-usage-row{border-top:1px solid #edf0ee;padding:12px}.product-board-usage-row .ant-input-number,.product-board-usage-row .ant-input-number-group-wrapper{width:100%}.product-board-usage-empty{color:#8a9690;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:120px;display:flex}.product-board-usage-empty strong{color:#405148;font-size:12px}.product-board-usage-empty span{font-size:10px}@media (width<=820px){.product-board-usage-head{display:none}.product-board-usage-row{grid-template-columns:1fr 1fr}.product-board-usage-row>.ant-btn{justify-self:end}}.product-board-usage-head b{color:#d04f4f;font-weight:600}.product-board-usage-row>span:last-child{justify-content:center;display:inline-flex}.product-board-usage-list{background:#fafcfb;border-color:#dfe7e2;border-radius:11px;padding:14px;overflow:visible}.product-board-usage-head{color:#6f8076;background:0 0;padding:0 10px 10px;font-size:11px;font-weight:600}.product-board-usage-row{background:#fff;border:1px solid #dfe7e2;border-radius:10px;padding:12px 10px;transition:border-color .16s,box-shadow .16s}.product-board-usage-row+.product-board-usage-row{margin-top:10px}.product-board-usage-row:focus-within{border-color:#8caf99;box-shadow:0 4px 14px #41694e12}.product-board-usage-row .ant-input,.product-board-usage-row .ant-input-number-group-wrapper{min-height:42px}.product-board-usage-row>span:last-child{align-items:center;min-height:42px}.product-board-usage-row>span:last-child .ant-btn{border-radius:7px}@media (width<=820px){.product-board-usage-list{padding:12px}.product-board-usage-row{grid-template-columns:1fr 1fr 38px}.product-board-usage-row>span:last-child{justify-self:end}}.product-board-usage-description{color:#6f8076;flex-direction:column;grid-column:1/3;gap:7px;font-size:11px;font-weight:600;display:flex}.product-board-usage-description small{color:#98a29c;margin-left:5px;font-size:9px;font-weight:400}.product-board-usage-description .ant-input{resize:none;min-height:58px;font-weight:400}.product-board-usage-delete{grid-area:1/3/3;justify-content:center;align-items:center;min-height:42px;display:inline-flex}.product-board-usage-delete .ant-btn{border-radius:7px}@media (width<=820px){.product-board-usage-description{grid-column:1/-1}.product-board-usage-delete{grid-area:1/3;justify-self:end}}@media (width<=1280px){.product-material-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.material-editor-layout{grid-template-columns:1fr}.material-image-card .ant-upload-wrapper .ant-upload-drag,.material-image-preview>img{height:300px}}@media (width<=760px){.material-summary-card>.ant-card-body{flex-direction:column;align-items:stretch;gap:12px}.material-summary-card>.ant-card-body>div{border:0;min-width:0;margin:0;padding:0}.material-editor-layout{margin:12px}.product-material-grid{grid-template-columns:1fr}.materials-table,.material-summary-card{margin-inline:12px}}.product-option-editor{min-width:0}.product-option-list{grid-template-columns:repeat(2,minmax(280px,1fr));gap:9px;display:grid}.product-option-item{background:#f8fafb;border:1px solid #e1e6ea;border-radius:8px;grid-template-columns:minmax(110px,1fr) 128px 34px;align-items:center;gap:7px;padding:7px;display:grid}.product-option-item .ant-input,.product-option-item .ant-input-number{background:#fff;width:100%}.product-option-item .ant-input-number-group-addon{color:#788690;padding-inline:6px;font-size:9px}.add-product-option{gap:8px;margin-top:10px;display:flex}.add-product-option .ant-input{max-width:420px}.add-product-option .ant-btn{min-width:78px}.spec-group-row>.ant-btn{margin-top:4px}@media (width<=1180px){.product-option-list{grid-template-columns:1fr}}@media (width<=720px){.product-option-item{grid-template-columns:minmax(100px,1fr) 112px 32px}.add-product-option .ant-input{max-width:none}}.area-range-page{min-height:100%;padding-bottom:48px}.area-range-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin:16px 24px}.area-range-table{background:#fff;border:1px solid #e2e7eb;border-radius:10px;margin:0 24px;overflow:hidden}.area-range-name{align-items:center;gap:12px;display:flex}.area-range-name>span{color:#3f6f8f;background:#edf4f7;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.area-range-name>div{flex-direction:column;gap:3px;display:flex}.area-range-name strong{color:#263947;font-size:13px}.area-range-name .ant-typography{font-size:10px}.area-range-interval{text-align:center;color:#405769;background:#f4f7f9;border-color:#d9e2e8;min-width:86px;font-weight:600}.area-range-modal-note{color:#607383;background:#f4f8fa;border-left:3px solid #3f6f8f;margin:4px 0 20px;padding:11px 13px;font-size:11px;line-height:1.7}.area-range-form-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.area-range-status{color:#667987;align-items:center;gap:10px;height:40px;font-size:11px;display:flex}.area-range-drag-handle{color:#8a9aa5;cursor:grab;touch-action:none;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:34px;padding:0;display:grid}.area-range-drag-handle:hover,.area-range-drag-handle:focus-visible{color:#3f6f8f;background:#edf4f7;outline:none}.area-range-drag-handle:active{cursor:grabbing}.area-range-row-dragging{z-index:2;background:#f7fbfd;position:relative;box-shadow:0 6px 18px #26394721}.area-range-row-dragging>td{background:#f7fbfd!important}.area-range-product-link{border:0!important;padding:0!important}.area-range-product-manager{flex-direction:column;gap:16px;padding-top:4px;display:flex}.area-range-product-manager>.ant-select{width:100%}.area-range-product-list{border:1px solid #e2e7eb;border-radius:9px;overflow:hidden}.area-range-product-item{border-bottom:1px solid #edf0f2;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;padding:8px 12px;display:grid}.area-range-product-item:last-child{border-bottom:0}.area-range-product-item img{object-fit:cover;border-radius:6px}.area-range-product-item>div{flex-direction:column;gap:4px;display:flex}.area-range-product-item strong{color:#263947;font-size:12px}.area-range-product-item span{color:#7b8994;font-size:10px}.area-range-product-empty{color:#8a979f;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:11px;display:flex}.group-management-tabs{background:#fff;margin:0 24px}.group-management-tabs>.ant-tabs-nav{border-bottom:1px solid #e5e9ed;margin:0;padding:0 4px}.group-management-tabs .ant-tabs-tab{padding:15px 14px;font-weight:600}.group-tab-actions{justify-content:flex-end;margin:16px 24px 0;display:flex}.type-group-table{margin-top:12px!important}.group-list-toolbar{margin-top:16px;margin-bottom:0}.area-range-table .ant-pro-table-list-toolbar-title{align-items:center;display:flex}.group-dimension-head{justify-content:space-between;align-items:center;gap:16px;margin:2px 0 14px;display:flex}.group-dimension-note{color:#70808b;font-size:11px}.group-dimension-list{flex-direction:column;gap:9px;display:flex}.group-dimension-item{background:#fff;border:1px solid #e0e6e9;border-radius:8px;grid-template-columns:34px 180px 1fr 34px;align-items:center;gap:10px;min-height:56px;padding:8px 10px;display:grid}.group-dimension-item.dragging{z-index:2;border-color:#79a889;box-shadow:0 8px 20px #37644624}.group-dimension-item>span{color:#87939b;font-size:10px}.custom-dimension-empty{color:#76907e;background:#fff;border:1px dashed #cbd8cf;border-radius:10px;flex-direction:column;align-items:center;gap:8px;margin:16px 24px;padding:60px 24px;display:flex}.custom-dimension-empty strong{color:#355e43;font-size:14px}.custom-dimension-empty span{color:#819087;font-size:11px}@media (width<=720px){.area-range-metrics{grid-template-columns:1fr;margin-inline:12px}.area-range-table{margin-inline:12px}.area-range-form-grid{grid-template-columns:1fr}}.material-catalog-page{min-height:100%;padding-bottom:48px}.material-catalog-tabs>.ant-tabs-nav{background:#fff;border-bottom:1px solid #e5e9ed;margin:0;padding:0 24px}.material-catalog-tabs>.ant-tabs-content-holder{padding-top:16px}.material-tab-toolbar{justify-content:space-between;align-items:center;margin:0 24px 14px;display:flex}.material-tab-toolbar>div{flex-direction:column;gap:4px;display:flex}.material-tab-toolbar strong{color:#263947;font-size:14px}.material-tab-toolbar span{color:#71818d;font-size:10px}.material-brand-name{align-items:center;gap:12px;display:flex}.material-brand-name>span{color:#3f6f8f;background:#edf4f7;border-radius:8px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.material-brand-name>div{flex-direction:column;gap:3px;min-width:0;display:flex}.material-brand-name strong{color:#263947;font-size:13px}.material-brand-name .ant-typography{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:10px;overflow:hidden}.material-brand-editor{min-height:100%;padding-bottom:48px}.material-brand-info,.material-variant-card{margin:16px 24px}.material-brand-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.material-variant-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.material-variant-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.variant-image-upload{color:#567183;cursor:pointer;background:#f7fafb;border:1px dashed #b9c7d0;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:52px;height:52px;display:flex}.variant-image-upload span{font-size:8px}.variant-color-editor{grid-template-columns:38px 1fr;gap:7px;display:grid}.variant-color-editor>input[type=color]{background:#fff;border:1px solid #d9e1e6;border-radius:6px;width:38px;height:32px;padding:2px}.material-variant-empty{color:#82909a;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:190px;display:flex}.material-variant-empty strong{color:#435866;font-size:12px}.material-variant-empty span{margin-bottom:5px;font-size:10px}.grade-badge{color:#4f8260;background:#edf6f0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.grade-form-grid{grid-template-columns:1fr 120px;gap:16px;display:grid}.grade-table{background:#fff;border:1px solid #e2e7eb;border-radius:10px;overflow:hidden}.material-color-tags{flex-wrap:wrap;align-content:flex-start;gap:5px;max-height:53px;display:flex;overflow:hidden}.material-color-tags .ant-tag{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;overflow:hidden}.pro-admin-shell .ant-menu-item-group-title{letter-spacing:.08em;font-weight:600;color:#9aa4ad!important;padding:17px 20px 5px!important;font-size:10px!important;line-height:18px!important}.pro-admin-shell .ant-menu-item-group:first-child .ant-menu-item-group-title{padding-top:8px!important}.pro-admin-shell .ant-menu-item-group-list{margin:0!important}.sku-batch-toolbar{background:#f8fafb;border-bottom:1px solid #e5eaee;justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:10px 12px;display:flex;overflow:hidden}.sku-batch-toolbar>div:first-child{flex-direction:column;gap:3px;min-width:170px;display:flex}.sku-batch-toolbar>div:first-child>strong{color:#314958;font-size:11px}.sku-batch-toolbar>div:first-child>span{color:#7b8993;font-size:9px}.sku-batch-actions{overscroll-behavior-inline:contain;justify-content:flex-end;align-items:center;gap:8px;min-width:0;padding:2px 1px;display:flex;overflow-x:auto}.sku-batch-actions>*{flex:none}.sku-batch-actions .ant-select{width:140px}.sku-batch-actions .ant-input-number{background:#fff;width:130px}.material-variant-card .ant-table-cell-fix-left,.material-variant-card .ant-table-cell-fix-right{background:#fff}.material-variant-card .ant-table-thead .ant-table-cell-fix-left,.material-variant-card .ant-table-thead .ant-table-cell-fix-right{background:#f7f9fa}.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td,.material-variant-card .ant-table-tbody>tr.ant-table-row-selected:hover>td{box-shadow:inset 0 1px #7897aa,inset 0 -1px #7897aa;background:#fff!important}.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td:first-child{box-shadow:inset 1px 0 #7897aa,inset 0 1px #7897aa,inset 0 -1px #7897aa}.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right{box-shadow:inset -1px 0 #7897aa,inset 0 1px #7897aa,inset 0 -1px #7897aa}.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td,.material-variant-card .ant-table-tbody>tr.ant-table-row-selected:hover>td,.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td:first-child,.material-variant-card .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right{box-shadow:none!important;background:#f3f8fa!important}@media (width<=760px){.material-catalog-tabs>.ant-tabs-nav{padding-inline:12px}.material-tab-toolbar{align-items:flex-start;gap:12px;margin-inline:12px}.material-brand-form-grid,.grade-form-grid{grid-template-columns:1fr}.material-brand-info,.material-variant-card{margin-inline:12px}.sku-batch-toolbar>div:first-child{min-width:135px}.sku-batch-toolbar>div:first-child>span{display:none}}.board-option-table{background:#fff;border:1px solid #e2e7eb;border-radius:10px;overflow:hidden}.board-color-dot{border:1px solid #26394724;border-radius:7px;width:38px;height:38px;display:block;box-shadow:inset 0 0 0 2px #ffffff52}.board-color-code{color:#526675;background:#f1f4f6;border-radius:5px;padding:4px 7px;font-size:10px}.board-option-form-grid,.board-color-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.board-color-preview{object-fit:cover;background:#eef2f4;border-radius:8px;margin:-4px 0 18px;display:block;width:100%!important;height:150px!important}.brand-support-card{margin:16px 24px}.brand-support-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.brand-support-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.brand-option-grid{grid-template-columns:repeat(3,minmax(190px,1fr));gap:10px;display:grid}.brand-option-grid>label{cursor:pointer;background:#fff;border:1px solid #dfe5e9;border-radius:8px;align-items:center;gap:10px;min-height:66px;padding:12px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.brand-option-grid>label:hover{background:#f8fafb;border-color:#91a9b9}.brand-option-grid>label.selected{background:#f3f8fa;border-color:#4e7894;box-shadow:inset 0 0 0 1px #4e7894}.brand-option-grid>label>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.brand-option-grid strong{color:#2d4250;font-size:12px}.brand-option-grid small{color:#7c8992;font-size:9px}.brand-option-grid.color-options>label>i{border:1px solid #26394721;border-radius:7px;flex:none;width:38px;height:38px;overflow:hidden}.brand-option-grid.color-options>label>i img{object-fit:cover;width:100%;height:100%;display:block}.sku-color-readonly{align-items:center;gap:8px;display:flex}.sku-color-readonly>i{border:1px solid #26394724;border-radius:5px;width:22px;height:22px}.sku-color-readonly>span{color:#405563;font-size:11px}.board-option-image-empty{color:#82939f;background:#f6f8f9;border:1px dashed #bdc9d1;border-radius:7px;place-items:center;width:42px;height:42px;display:grid}.brand-option-grid.material-options>label>i{border:1px solid #26394721;border-radius:7px;flex:none;width:44px;height:44px;overflow:hidden}.brand-option-grid.material-options>label>i img{object-fit:cover;width:100%;height:100%;display:block}.brand-option-heading{color:#42544a;margin:2px 0 10px;font-size:12px}.brand-option-grid+.brand-option-heading{margin-top:20px}.brand-option-grid.color-options>label>i>img,.brand-option-grid.color-options>label>i>span{object-fit:cover;width:100%;height:100%;display:block}.material-sku-color{border:1px solid #26394724;border-radius:4px;width:18px;height:18px;display:inline-block}@media (width<=980px){.brand-option-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=720px){.brand-support-card{margin-inline:12px}.brand-option-grid,.board-option-form-grid,.board-color-form{grid-template-columns:1fr}}.pro-admin-shell .ant-btn{color:#4f8a63;background:#fff;border-color:#8eb39a;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:34px;min-height:34px;padding-inline:14px;font-size:12px;font-weight:500;transition:color .16s,border-color .16s,background .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:none!important}.pro-admin-shell .ant-btn:hover:not(:disabled):not(.ant-btn-primary):not(.ant-btn-dangerous){color:#3f7250!important;background:#f4f9f5!important;border-color:#4f8a63!important}.pro-admin-shell .ant-btn:active:not(:disabled){transform:translateY(1px)}.pro-admin-shell .ant-btn-lg{border-radius:8px;height:40px;min-height:40px;padding-inline:18px;font-size:13px}.pro-admin-shell .ant-btn-sm{border-radius:6px;height:28px;min-height:28px;padding-inline:10px;font-size:11px}.pro-admin-shell .ant-btn-icon-only{width:34px;padding:0}.pro-admin-shell .ant-btn-sm.ant-btn-icon-only{width:28px}.pro-admin-shell .ant-btn-lg.ant-btn-icon-only{width:40px}.pro-admin-shell .ant-btn-primary,.pro-admin-shell .antd-admin-page .product-admin-head>.ant-btn-primary{color:#fff!important;background:#4f8a63!important;border-color:#4f8a63!important}.pro-admin-shell .ant-btn-primary:hover:not(:disabled){color:#fff!important;background:#3f7250!important;border-color:#3f7250!important}.pro-admin-shell .ant-btn-dangerous:not(.ant-btn-primary){color:#b94a4a;background:0 0;border-color:#0000}.pro-admin-shell .ant-btn-dangerous:not(.ant-btn-primary):hover:not(:disabled){color:#a63d3d!important;background:#fff5f5!important;border-color:#e9caca!important}.pro-admin-shell .ant-btn-text{color:#4f8a63;background:0 0;border-color:#0000}.pro-admin-shell .ant-btn:disabled,.pro-admin-shell .ant-btn-disabled{opacity:1;color:#a8b1b8!important;box-shadow:none!important;background:#f3f5f6!important;border-color:#e1e6ea!important}.pro-admin-shell .ant-btn:focus-visible{outline-offset:2px;outline:3px solid #4f8a6333}.pro-admin-shell .ant-btn>span,.pro-admin-shell .ant-btn .ant-btn-icon,.pro-admin-shell .ant-btn svg{color:inherit!important}.pro-admin-shell .ant-btn>span{font-size:inherit!important;line-height:1!important}.pro-admin-shell .ant-btn .ant-btn-icon{justify-content:center;align-items:center;line-height:0!important;display:inline-flex!important}.pro-admin-shell .ant-btn svg{stroke:currentColor;vertical-align:middle;flex:none;display:block}.pro-admin-shell .ant-switch{box-shadow:none;background:#c7d0d7;transition:background .16s,box-shadow .16s}.pro-admin-shell .ant-switch:hover:not(.ant-switch-disabled){background:#aebbc4}.pro-admin-shell .ant-switch.ant-switch-checked{background:#4f8a63}.pro-admin-shell .ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#3f7250}.pro-admin-shell .ant-switch .ant-switch-handle:before{background:#fff;box-shadow:0 1px 3px #1f334138}.pro-admin-shell .ant-switch:focus-visible{outline-offset:2px;outline:3px solid #4f8a6333}.pro-admin-shell .ant-switch.ant-switch-disabled{opacity:.62;background:#dbe1e5}.pro-admin-shell .ant-switch.ant-switch-disabled.ant-switch-checked{background:#91ae9a}.pro-admin-shell .pro-brand-mark{background:#4f8a63}.pro-admin-shell .pro-header-logout{color:#4f8a63}.pro-admin-shell .pro-header-logout:hover{color:#3f7250;background:#f0f7f2}.pro-admin-shell .admin-account-trigger{color:#263442;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;gap:9px;width:calc(100% - 24px);min-height:58px;margin:8px 12px 12px;padding:8px;transition:background .16s,border-color .16s;display:grid}.pro-admin-shell .admin-account-trigger:hover,.pro-admin-shell .admin-account-trigger:focus-visible{background:#f2f7f3;border-color:#dbe6de;outline:0}.admin-account-avatar{color:#417a54;background:#e2efe6;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:grid;box-shadow:inset 0 0 0 1px #d2e5d8}.admin-account-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-account-copy strong{color:#263442;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.admin-account-copy small{color:#89958e;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:13px;overflow:hidden}.admin-account-trigger>svg{color:#91a099}.admin-user-dropdown.ant-dropdown-menu{border:1px solid #e1e6e3;border-radius:11px;width:244px;padding:7px;box-shadow:0 12px 32px #1e312724}.admin-user-dropdown .ant-dropdown-menu-item{border-radius:7px;min-height:38px;font-size:12px}.admin-user-dropdown .ant-dropdown-menu-item-disabled{cursor:default!important;color:inherit!important}.admin-user-dropdown .admin-account-identity{padding:9px!important}.admin-account-card{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;display:grid}.admin-account-card>.admin-account-avatar{width:40px;height:40px}.admin-account-card>span:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-account-card strong,.admin-account-card small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-account-card strong{color:#263442;font-size:13px}.admin-account-card small{color:#89958e;font-size:10px}.admin-account-status{color:#52635a;align-items:center;gap:9px;display:flex}.admin-account-status i{background:#4f9a68;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #e7f3eb}.pro-header-utility{color:#4f8a63;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:7px 10px;display:flex}.pro-header-utility:hover{color:#3f7250;background:#f0f7f2}.area-calculator{flex-direction:column;gap:14px;padding-top:6px;display:flex}.area-calculator>label{color:#536672;flex-direction:column;gap:7px;font-size:11px;display:flex}.area-calculator>label .ant-input-number-group-wrapper{width:100%}.area-calculator-equals{text-align:center;color:#84918a;font-size:11px}.area-calculator-result{background:#f4f9f5;border:1px solid #d9e6dd;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:18px;display:flex}.area-calculator-result>span{color:#668070;font-size:11px}.area-calculator-result strong{color:#315f40;font-size:30px;line-height:1.2}.area-calculator-result strong small{font-size:14px}.area-calculator-result p{color:#7c8d82;margin:0;font-size:10px}.area-calculator>.ant-btn{align-self:flex-end}.hardware-page{background:#f4f6f8;min-height:100%}.hardware-tabs>.ant-tabs-nav{background:#fff;padding-inline:24px}.hardware-table{margin:16px 24px}.hardware-tab-toolbar{justify-content:space-between;align-items:center;gap:16px;margin:16px 24px 0;display:flex}.hardware-tab-toolbar>div{flex-direction:column;gap:3px;display:flex}.hardware-tab-toolbar strong{color:#304239;font-size:14px}.hardware-tab-toolbar span{color:#7c8982;font-size:10px}.hardware-price{color:#4f8a63;font-size:15px;font-weight:700}.hardware-price small{color:#7c8a82;margin-left:3px;font-size:10px;font-weight:500}.hardware-brand-cell{align-items:center;gap:10px;display:flex}.hardware-brand-cell>span,.hardware-brand-cell img{color:#4f8a63;object-fit:contain;background:#e8f0ea;border-radius:7px;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.hardware-brand-cell>div{flex-direction:column;gap:3px;min-width:0;display:flex}.hardware-brand-cell>div>.ant-typography{text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:10px;overflow:hidden}.hardware-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hardware-custom-input{border-top:1px solid #edf0ee;flex-direction:column;gap:6px;padding:10px;display:flex}.hardware-brand-logo-preview{object-fit:contain;background:#fff;border:1px solid #e1e7e4;border-radius:8px;margin-top:10px;width:120px!important;height:80px!important;display:block!important}@media (width<=720px){.hardware-table,.hardware-tab-toolbar{margin-inline:12px}.hardware-form-grid{grid-template-columns:1fr}}.pro-admin-shell .material-tab-toolbar .ant-btn span{color:inherit;font-size:inherit}.pro-admin-shell .material-tab-toolbar .ant-btn svg{color:inherit}.admin-list-search{width:300px}.admin-list-search .ant-input,.admin-list-search .ant-input-search-button{font-size:12px}.admin-list-search .ant-input-affix-wrapper,.admin-list-search .ant-input-search-button{height:34px}.materials-table .ant-pro-table-list-toolbar-title,.hardware-table .ant-pro-table-list-toolbar-title{align-items:center;display:flex}.hardware-category-search-row{background:#fff;border-bottom:1px solid #e5eae7;grid-column:1/-1;align-items:center;padding:14px;display:flex}@media (width<=720px){.admin-list-search{width:100%;min-width:0}}.admin-drag-handle{color:#94a09a;cursor:grab;touch-action:none;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:32px;padding:0;display:grid}.admin-drag-handle:hover,.admin-drag-handle:focus-visible{color:#4f8a63;background:#eef3f0;outline:none}.admin-drag-handle:active{cursor:grabbing}.admin-sortable-row-dragging{z-index:5;position:relative;box-shadow:0 8px 22px #243c2d24}.admin-sortable-row-dragging>td{background:#f7faf8!important}.hardware-card-drag-handle{flex:0 0 30px}.hardware-primary-list>article.dragging,.hardware-secondary-list>article.dragging{z-index:5;background:#f7faf8;border-color:#9ab8a3;position:relative;box-shadow:0 8px 22px #243c2d24}.hardware-primary-list>article>div{flex:1}.sku-image-option img{object-fit:cover;border-radius:4px;flex:none;width:28px;height:28px}.sku-image-option>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.material-brand-cover{object-fit:cover;border-radius:8px;margin-top:10px;width:180px!important;height:110px!important;display:block!important}.material-brand-name>.ant-image img{object-fit:cover;border-radius:8px}.brand-material-master-detail{border:1px solid #e1e7e4;border-radius:9px;grid-template-columns:34% 24% 42%;min-height:320px;display:grid;overflow:hidden}.brand-master-list,.brand-material-level,.brand-color-level{background:#fbfcfb;flex-direction:column;gap:8px;min-width:0;padding:10px;display:flex}.brand-master-list,.brand-material-level{border-right:1px solid #e1e7e4}.brand-material-detail{grid-column:2/4;min-width:0}.brand-material-cascade{grid-template-columns:36.4% 63.6%;height:100%;display:grid}.brand-material-level-title{color:#77857d;height:30px;padding:4px 5px 8px;font-size:10px;font-weight:600}.brand-master-item,.brand-material-item,.brand-color-grid>label{box-sizing:border-box;background:#fff;border:1px solid #e3e8e5;border-radius:8px;height:72px;min-height:72px;padding:9px}.brand-master-item,.brand-material-item{align-items:center;gap:8px;display:flex}.brand-master-item:hover,.brand-material-item:hover{background:#f7faf8}.brand-master-item.active,.brand-material-item.active,.brand-color-grid>label.selected{background:#f2f8f4;border-color:#79a889;box-shadow:inset 0 0 0 1px #79a8892e}.brand-material-item:has(.ant-checkbox-disabled){opacity:.58}.brand-master-item>button,.brand-material-item>button{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;grid-template-columns:48px 1fr;column-gap:10px;min-width:0;padding:0;display:grid}.brand-master-item>button{grid-template-rows:1fr 1fr}.brand-master-item>button>span,.brand-material-item>button>span{color:#4f8a63;background:#e8efea;border-radius:7px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.brand-master-item>button>span{grid-row:1/3}.brand-master-item img,.brand-material-item img{object-fit:cover;width:100%;height:100%}.brand-master-item strong{color:#30433a;align-self:end;font-size:12px}.brand-master-item small{color:#8b9790;align-self:start;font-size:9px}.brand-master-item.selected small{color:#4f8a63}.brand-material-item>button{align-items:center}.brand-material-level section,.brand-color-grid section{flex-direction:column;gap:3px;min-width:0;display:flex}.brand-material-level strong,.brand-color-grid strong{color:#304239;font-size:12px}.brand-material-level small,.brand-color-grid small{color:#4f8a63;font-size:9px}.brand-color-grid{flex-direction:column;gap:8px;display:flex}.brand-color-grid>label{cursor:pointer;grid-template-columns:20px 48px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.brand-color-grid>label:has(.ant-checkbox-disabled){cursor:not-allowed;opacity:.58}.brand-color-grid img,.brand-color-grid>label>i{object-fit:cover;border-radius:7px;width:48px;height:48px}.brand-color-grid span{color:#66776e;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.brand-color-price{color:#4f8a63;text-align:right;white-space:nowrap;border-left:1px solid #dfe8e2;min-width:74px;padding-left:10px}.brand-color-price em{font-size:17px;font-style:normal;line-height:1.15;display:block}.brand-color-price small{color:#718078;font-size:9px;font-weight:500;display:block}.brand-material-no-data{color:#8a9690;grid-column:1/-1;place-items:center;min-height:100px;font-size:11px;display:grid}@media (width<=980px){.brand-material-master-detail{grid-template-columns:180px minmax(0,1fr)}.brand-material-detail{grid-column:2}.brand-material-cascade{grid-template-columns:1fr}.brand-material-level{border-bottom:1px solid #e1e7e4;border-right:0}}.brand-material-level.disabled .brand-material-item,.brand-color-level.disabled .brand-color-grid>label{color:#9aa39e;background:#f5f6f5}.brand-material-item>button:disabled{cursor:not-allowed}.brand-material-item>button:disabled section strong,.brand-material-item>button:disabled section small{color:#9aa39e}.board-material-scope-editor{background:#fff;border:1px solid #e1e7e4;border-radius:9px;grid-template-columns:240px minmax(0,1fr);min-height:360px;display:grid;overflow:hidden}.board-material-scope-editor>aside{background:#f8faf9;border-right:1px solid #e1e7e4;padding:10px}.board-material-scope-editor>aside>button{color:#4b5e54;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e7e4;border-radius:8px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;width:100%;min-height:62px;margin-bottom:8px;padding:10px;display:grid}.board-material-scope-editor>aside>button>span{color:#4f8a63;background:#edf3ef;border-radius:8px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:grid}.board-material-scope-editor>aside>button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.board-material-scope-editor>aside>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.board-material-scope-editor>aside>button small{color:#89958f;font-size:9px}.board-material-scope-editor>aside>button.active{background:#eff7f2;border-color:#6f9f80;box-shadow:inset 3px 0 #4f8a63}.board-material-scope-editor>main{min-width:0;padding:16px}.board-material-scope-editor>main>header{border-bottom:1px solid #e5ebe7;justify-content:space-between;align-items:center;gap:18px;min-height:54px;margin-bottom:14px;padding-bottom:14px;display:flex}.board-material-scope-editor>main>header>div{flex-direction:column;gap:4px;display:flex}.board-material-scope-editor>main>header strong{color:#2f4439;font-size:14px}.board-material-scope-editor>main>header span{color:#7e8d85;font-size:10px}.board-material-scope-columns{grid-template-columns:minmax(210px,34%) minmax(0,1fr);gap:14px;display:grid}.board-material-scope-columns>section{background:#fbfcfb;border:1px solid #e3e9e5;border-radius:9px;min-width:0;padding:10px}.board-material-scope-columns>section>.ant-select{width:100%;margin-bottom:12px}.board-material-scope-columns>section.disabled{background:#f5f7f6}.board-material-selected-colors{flex-direction:column;gap:8px;display:flex}.board-material-selected-colors>div:not(.brand-material-no-data){background:#fff;border:1px solid #e1e7e3;border-radius:8px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:8px;display:grid}.board-material-selected-colors img,.board-material-selected-colors i{object-fit:cover;border-radius:7px;width:46px;height:46px}.board-material-selected-colors>div>span{flex-direction:column;gap:3px;min-width:0;display:flex}.board-material-selected-colors strong{color:#31443a;font-size:11px}.board-material-selected-colors small{color:#7d8b84;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.board-material-selected-colors b{color:#4f8a63;white-space:nowrap;font-size:11px}@media (width<=980px){.board-material-scope-editor{grid-template-columns:190px minmax(0,1fr)}.board-material-scope-columns{grid-template-columns:1fr}}.hardware-category-cascade{background:#fff;border:1px solid #e0e6e2;border-radius:10px;grid-template-columns:320px minmax(0,1fr);min-height:470px;margin:14px 24px 24px;display:grid;overflow:hidden}.hardware-category-cascade>aside{background:#fafcfb;border-right:1px solid #e0e6e2}.hardware-category-cascade>aside>header,.hardware-category-cascade>main>header{border-bottom:1px solid #e5eae7;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:12px 14px;display:flex}.hardware-category-cascade header>div{flex-direction:column;gap:3px;display:flex}.hardware-category-cascade header strong{color:#304239;font-size:13px}.hardware-category-cascade header span{color:#839088;font-size:9px}.hardware-primary-list{flex-direction:column;gap:6px;padding:8px;display:flex}.hardware-primary-list>article{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:64px;padding:9px 7px 9px 12px;display:flex}.hardware-primary-list>article:hover{background:#f3f7f4}.hardware-primary-list>article.active{background:#edf6f0;border-color:#79a889;box-shadow:inset 3px 0 #4f8a63}.hardware-primary-list article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.hardware-primary-list article strong{color:#304239;font-size:12px}.hardware-primary-list article span{color:#849087;font-size:9px}.hardware-category-cascade>main{background:#fff;min-width:0}.hardware-secondary-list{grid-template-columns:repeat(2,minmax(280px,1fr));align-content:start;gap:10px;padding:14px;display:grid}.hardware-secondary-list>article{border:1px solid #e1e7e4;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:78px;padding:12px;display:grid}.hardware-secondary-list>article:hover{background:#fbfdfb;border-color:#a9c1b0}.hardware-secondary-list article>div{flex-direction:column;gap:5px;min-width:0;display:flex}.hardware-secondary-list article strong{color:#304239;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.hardware-secondary-list article span{color:#7f8d84;font-size:9px}.hardware-category-empty{color:#97a19b;place-items:center;min-height:180px;font-size:11px;display:grid}@media (width<=900px){.hardware-category-cascade{grid-template-columns:250px minmax(0,1fr)}.hardware-secondary-list{grid-template-columns:1fr}}@media (width<=680px){.hardware-category-cascade{grid-template-columns:1fr;margin-inline:12px}.hardware-category-cascade>aside{border-bottom:1px solid #e0e6e2;border-right:0}.hardware-primary-list{max-height:260px;overflow:auto}.hardware-secondary-list{padding:10px}}.hardware-brand-category-picker{border:1px solid #e0e6e2;border-radius:9px;grid-template-columns:300px minmax(0,1fr);min-height:360px;display:grid;overflow:hidden}.hardware-brand-category-picker>aside{background:#fafcfb;border-right:1px solid #e0e6e2}.hardware-brand-category-picker header{border-bottom:1px solid #e5eae7;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:9px 12px;display:flex}.hardware-brand-category-picker header strong{color:#304239;font-size:12px}.hardware-brand-category-picker header span{color:#839088;font-size:9px}.hardware-brand-category-picker>aside>div{flex-direction:column;gap:6px;padding:8px;display:flex}.hardware-brand-category-picker aside article{cursor:pointer;border:1px solid #0000;border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;min-height:62px;padding:9px 11px;display:grid}.hardware-brand-category-picker aside article:hover{background:#f3f7f4}.hardware-brand-category-picker aside article.active{background:#f2f8f4;border-color:#9ab9a4}.hardware-brand-category-picker aside article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.hardware-brand-category-picker aside article strong{color:#304239;font-size:12px}.hardware-brand-category-picker aside article span{color:#7d8b82;font-size:9px}.hardware-brand-category-picker>main{background:#fff;min-width:0}.hardware-brand-category-picker>main>div{grid-template-columns:repeat(2,minmax(270px,1fr));align-content:start;gap:10px;padding:12px;display:grid}.hardware-brand-category-picker .hardware-product-config.disabled{opacity:.58;background:#f5f6f5}@media (width<=900px){.hardware-brand-category-picker{grid-template-columns:240px minmax(0,1fr)}.hardware-brand-category-picker>main>div{grid-template-columns:1fr}}@media (width<=680px){.hardware-brand-category-picker{grid-template-columns:1fr}.hardware-brand-category-picker>aside{border-bottom:1px solid #e0e6e2;border-right:0}.hardware-brand-category-picker>aside>div{max-height:220px;overflow:auto}}.hardware-brand-editor{background:#f4f6f8;min-height:100%}.hardware-support-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.hardware-support-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.hardware-category-support-list{flex-direction:column;gap:14px;display:flex}.hardware-category-support-list>section{background:#fff;border:1px solid #e1e7e4;border-radius:9px;overflow:hidden}.hardware-category-support-list>section>header{background:#f7f9f8;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.hardware-category-support-list>section>header strong{color:#304239;font-size:12px}.hardware-category-support-list>section>header span{color:#7c8982;font-size:9px}.hardware-category-support-list>section>div{grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px;padding:12px;display:grid}.hardware-product-config{background:#fff;border:1px solid #e3e8e5;border-radius:8px;grid-template-columns:20px minmax(0,1fr) 160px;align-items:center;gap:10px;min-height:68px;padding:9px;display:grid}.hardware-product-config.selected{background:#f2f8f4;border-color:#79a889}.hardware-product-config>div{flex-direction:column;gap:3px;min-width:0;display:flex}.hardware-product-config strong{color:#304239;font-size:12px}.hardware-product-config small{color:#7c8982;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.hardware-product-config .ant-input-number-group-wrapper{width:100%}.hardware-product-editor{flex-direction:column;gap:8px;display:flex}.hardware-product-editor>div{grid-template-columns:minmax(0,1fr) 110px 42px;align-items:center;gap:8px;display:grid}@media (width<=900px){.hardware-category-support-list>section>div{grid-template-columns:1fr}.hardware-product-config{grid-template-columns:20px minmax(0,1fr) 140px}}@media (width<=620px){.hardware-product-config{grid-template-columns:20px minmax(0,1fr)}.hardware-product-config .ant-input-number-group-wrapper{grid-column:2}.hardware-product-editor>div{grid-template-columns:minmax(0,1fr) 90px 36px}}.product-hardware-card>.ant-card-head .ant-card-head-title>div{flex-direction:column;gap:4px;display:flex}.product-hardware-card>.ant-card-head .ant-typography{font-size:10px;font-weight:400}.product-hardware-cascade{background:#fff;border:1px solid #e1e7e4;border-radius:9px;grid-template-columns:24% 34% 42%;min-height:390px;display:grid;overflow:hidden}.product-hardware-cascade>aside,.product-hardware-cascade>section{background:#fbfcfb;border-right:1px solid #e1e7e4;padding:10px}.product-hardware-cascade>main{background:#fff;padding:10px}.product-hardware-level-title{color:#77857d;height:32px;padding:4px 5px 8px;font-size:10px;font-weight:600}.product-hardware-cascade>aside>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e8e5;border-radius:8px;grid-template-columns:44px minmax(0,1fr) 16px;align-items:center;gap:9px;width:100%;min-height:68px;margin-bottom:8px;padding:9px;display:grid}.product-hardware-cascade>aside>button:hover{background:#f7faf8}.product-hardware-cascade>aside>button.active{background:#f2f8f4;border-color:#79a889}.product-hardware-cascade>aside>button>span{color:#4f8a63;background:#e8f0ea;border-radius:7px;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.product-hardware-cascade>aside>button>div,.product-hardware-cascade>section article>div,.product-hardware-cascade>main label>div{flex-direction:column;gap:4px;min-width:0;display:flex}.product-hardware-cascade strong{color:#304239;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.product-hardware-cascade small{color:#7c8982;font-size:9px}.product-hardware-cascade>section>article{cursor:pointer;background:#fff;border:1px solid #e3e8e5;border-radius:8px;grid-template-columns:20px minmax(0,1fr) 125px;align-items:center;gap:9px;min-height:72px;margin-bottom:8px;padding:9px;display:grid}.product-hardware-cascade>section>article.active{border-color:#9ebaaa}.product-hardware-cascade>section>article.selected{background:#f2f8f4;box-shadow:inset 3px 0 #4f8a63}.product-hardware-cascade>section .ant-input-number-group-wrapper{width:100%}.product-hardware-cascade>main label{cursor:pointer;background:#fff;border:1px solid #e3e8e5;border-radius:8px;grid-template-columns:20px 44px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:72px;margin-bottom:8px;padding:9px;display:grid}.product-hardware-cascade>main label.selected{background:#f2f8f4;border-color:#79a889}.product-hardware-cascade>main label>span:nth-of-type(2){color:#4f8a63;background:#e8f0ea;border-radius:7px;place-items:center;width:44px;height:44px;font-weight:700;display:grid;overflow:hidden}.product-hardware-cascade>main label img{object-fit:contain;width:100%;height:100%}.product-hardware-cascade>main label>b{color:#4f8a63;text-align:right;border-left:1px solid #dfe8e2;min-width:70px;padding-left:10px;font-size:15px}.product-hardware-cascade>main label>b small{font-weight:400;display:block}.product-hardware-cascade>main.disabled label{opacity:.58;cursor:not-allowed;background:#f5f6f5}@media (width<=980px){.product-hardware-cascade{grid-template-columns:220px minmax(300px,1fr)}.product-hardware-cascade>main{border-top:1px solid #e1e7e4;grid-column:1/-1}.product-hardware-cascade>section{border-right:0}}@media (width<=680px){.product-hardware-cascade{grid-template-columns:1fr}.product-hardware-cascade>aside,.product-hardware-cascade>section{border-bottom:1px solid #e1e7e4;border-right:0}.product-hardware-cascade>section>article{grid-template-columns:20px minmax(0,1fr) 110px}.product-hardware-cascade>main{grid-column:auto}}.product-hardware-requirements{border:1px solid #e1e7e4;border-radius:9px;overflow:hidden}.product-hardware-requirements-head,.product-hardware-requirement-row{grid-template-columns:minmax(145px,.85fr) minmax(190px,1.1fr) 135px minmax(280px,1.65fr) 42px;align-items:center;gap:14px;display:grid}.product-hardware-requirements-head{color:#78867e;background:#f7f9f8;padding:10px 12px;font-size:10px}.product-hardware-requirement-row{background:#fff;border-top:1px solid #e7ece9;padding:12px}.product-hardware-requirement-row .ant-select,.product-hardware-requirement-row .ant-input-number-group-wrapper{width:100%}.hardware-brand-multi-select .ant-select-selection-item{max-width:210px}@media (width<=980px){.product-hardware-requirements-head{display:none}.product-hardware-requirement-row{grid-template-columns:1fr 1fr}.hardware-brand-multi-select{grid-column:1/-1}}.product-config-group{box-sizing:border-box;background:#fff;border:1px solid #dfe3e6;border-radius:12px;padding:0 12px 12px;overflow:hidden}.product-config-group>header{background:#fff;border-bottom:1px solid #e4e7e9;align-items:center;gap:16px;min-height:68px;margin:0 -12px 12px;padding:0 18px;display:flex}.product-config-group>header>div{flex-direction:column;gap:4px;display:flex}.product-config-group>header strong{color:#2d3e47;font-size:15px}.product-config-group>header span{color:#7b878e;font-size:10px}.product-config-subcard{box-shadow:none;border-color:#e1e5e7;margin:0 0 12px}.product-config-subcard:last-child{margin-bottom:0}.product-config-subcard>.ant-card-head{background:#fff}.product-config-group .product-material-card,.product-config-group .product-board-usage-card{max-width:none}@media (width<=680px){.product-config-group{padding-inline:8px}.product-config-group>header{margin-inline:-8px;padding-inline:12px}}.product-board-usage-head,.product-board-usage-row{grid-template-columns:minmax(210px,1.2fr) minmax(280px,1.7fr) minmax(170px,.8fr) 42px}.product-board-usage-head small{color:#98a29c;margin-left:5px;font-size:9px;font-weight:400}.product-board-usage-delete{grid-area:1/4;min-height:42px}@media (width<=900px){.product-board-usage-head{display:none}.product-board-usage-row{grid-template-columns:1fr 1fr}.product-board-usage-delete{grid-area:auto}.product-board-usage-row>.ant-input-number-group-wrapper{grid-column:1}.product-board-usage-row>.product-board-usage-delete{grid-column:2;justify-self:end}}.product-board-usage-row{--board-field-height:42px}.product-board-usage-row>.ant-input,.product-board-usage-row>.ant-input-number-group-wrapper,.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number-group,.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number,.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number-input-wrap,.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number-input,.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number-group-addon{height:var(--board-field-height)}.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number{align-items:center;display:flex}.product-board-usage-row>.ant-input-number-group-wrapper .ant-input-number-input-wrap{align-items:center;width:100%;display:flex}.product-hardware-brand-picker>main label>.product-hardware-brand-logo{color:#4f8a63;background:#e8f0ea;border-radius:7px;place-items:center;width:44px;min-width:44px;height:44px;font-weight:700;line-height:1;display:grid;overflow:hidden}.product-hardware-brand-picker>main label>.product-hardware-brand-logo img{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.product-hardware-brand-picker>main>label>.ant-checkbox-wrapper{width:auto!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:0!important;margin:0!important;padding:0!important;display:inline-flex!important}.product-hardware-brand-picker>main>label>.ant-checkbox-wrapper:hover{background:0 0!important}.hardware-secondary-list>article{grid-template-columns:30px 58px minmax(0,1fr) auto auto}.hardware-secondary-image,.hardware-secondary-image-placeholder{object-fit:cover;color:#8b9790;background:#f1f3f1;border-radius:8px;place-items:center;width:58px;height:58px;display:grid}.hardware-product-image-preview{object-fit:cover;background:#fff;border:1px solid #e1e7e4;border-radius:8px;margin-top:10px;width:120px!important;height:120px!important;display:block!important}.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected>td,.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td,.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-left,.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected>td.ant-table-cell-fix-right,.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-left,.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td.ant-table-cell-fix-right{box-shadow:none!important;background:#f3f8fa!important}.pro-admin-shell .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#eef5f7!important}.hardware-product-config .hardware-price-editor{width:100%;display:block}.hardware-brand-category-picker aside article.selected{box-shadow:none}.product-price-inline-options{border-bottom:1px solid #e6ebe8;grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;margin-bottom:16px;padding-bottom:16px;display:grid}.product-price-inline-options>label{flex-direction:column;gap:7px;min-width:0;display:flex}.product-price-inline-options>label>span{color:#607269;font-size:10px;font-weight:600}.product-price-inline-options>label>.ant-select{width:100%}.product-price-inline-options>.material-option{grid-column:1/-1}.product-price-inline-empty{text-align:center;color:#8a968f;background:#fafcfb;border:1px dashed #d8e1dc;border-radius:8px;grid-column:1/-1;padding:18px}@media (width<=800px){.product-price-inline-options{grid-template-columns:1fr}.product-price-inline-options>.material-option{grid-column:auto}}.product-material-price-cascader .ant-cascader-menus{min-height:210px}.product-material-price-cascader .ant-cascader-menu{width:230px;min-height:210px}.product-material-price-cascader .ant-cascader-menu:last-child{width:330px}.product-material-price-cascader .ant-cascader-menu-item{padding-block:9px;font-size:11px}.product-material-price-cascader .ant-cascader-menu-item-active{color:#3f7751;font-weight:600;background:#eef6f0!important}.material-cascader-leaf{justify-content:space-between;align-items:center;gap:18px;width:100%;display:flex}.material-cascader-leaf>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.material-cascader-leaf>b{color:#43805a;background:#e9f5ed;border-radius:6px;flex:none;padding:4px 8px;font-size:12px;line-height:1}.material-cascader-leaf>b small,.material-cascader-selection>b small{font-size:8px;font-weight:500}.material-cascader-selection{justify-content:space-between;align-items:center;gap:14px;width:100%;display:flex}.material-cascader-selection>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.material-cascader-selection>b{color:#43805a;background:#e8f4ec;border-radius:6px;flex:none;padding:4px 9px;font-size:13px;line-height:1}.product-price-inline-options .ant-select-selection-item{padding-inline-end:28px!important}.product-editor-page>.ant-pro-page-container-affix{z-index:80}.product-editor-page>.ant-pro-page-container-affix .ant-pro-page-container-warp{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafbfafa;border-bottom:1px solid #dfe5e2;box-shadow:0 3px 10px #2d43380f}.product-editor-page .ant-pro-page-container-warp-page-header{background:0 0;padding:6px 30px!important}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading{align-items:center;display:flex;min-height:50px!important;padding:0!important}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading-left{align-items:center;margin:0}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading-title{font-size:18px;line-height:1.2}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading-sub-title{margin-inline-start:8px;font-size:11px;line-height:1.2}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-back{margin-inline-end:12px}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading-extra{align-items:center;margin:0;display:flex}.product-editor-page .ant-pro-page-container-warp-page-header .ant-page-header-heading-extra .ant-btn-lg{border-radius:7px;height:36px;padding-inline:15px;font-size:12px}.product-price-overview{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1.15fr);align-items:center;gap:14px;display:grid}.product-price-overview>div{background:#fafcfb;border:1px solid #e0e7e3;border-radius:9px;flex-direction:column;gap:5px;padding:16px 18px;display:flex}.product-price-overview>div>span{color:#718078;font-size:11px}.product-price-overview>div>strong{color:#304239;font-size:22px}.product-price-overview>div>small{color:#8a958f;font-size:9px}.product-price-overview>b{text-align:center;color:#7e8e85;font-size:18px}.product-price-overview>.total{background:#f1f8f3;border-color:#8db79b}.product-price-overview>.total>strong{color:#4f9366;font-size:26px}.product-price-preview-modal .ant-modal-title>div{flex-direction:column;gap:4px;display:flex}.product-price-preview-modal .ant-modal-title span{color:#849087;font-size:10px;font-weight:400}.product-price-preview-modal .ant-modal-body{padding-top:16px}.price-preview-product{background:#f8faf9;border:1px solid #dfe6e2;border-radius:10px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px;display:grid}.price-preview-product img{object-fit:cover;border-radius:7px;width:64px;height:64px}.price-preview-product>div{flex-direction:column;gap:5px;display:flex}.price-preview-product>div>strong{color:#293b32;font-size:15px}.price-preview-product>div>span{color:#839087;font-size:10px}.price-preview-product>b{color:#4f9366;font-size:25px}.price-preview-section{border:1px solid #e1e7e4;border-radius:10px;margin-top:14px;padding:16px}.price-preview-section>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.price-preview-section>header strong{color:#304239;font-size:13px}.price-preview-section>header span{color:#89958e;font-size:9px}.price-preview-section>.ant-select{width:100%}.price-preview-line{color:#65746c;background:#f5f8f6;border-radius:7px;justify-content:space-between;gap:16px;margin-top:10px;padding:10px 12px;font-size:11px;display:flex}.price-preview-line b{color:#4f9366;font-size:14px}.price-preview-hardware-list{flex-direction:column;gap:9px;display:flex}.price-preview-hardware-list>div{border:1px solid #e6eae8;border-radius:8px;grid-template-columns:minmax(170px,1fr) minmax(260px,1.3fr) 100px;align-items:center;gap:12px;padding:10px 12px;display:grid}.price-preview-hardware-list>div>div{flex-direction:column;gap:3px;display:flex}.price-preview-hardware-list strong{color:#304239;font-size:11px}.price-preview-hardware-list small{color:#87928c;font-size:9px}.price-preview-hardware-list>div>b{text-align:right;color:#4f9366;font-size:15px}.price-preview-empty{text-align:center;color:#8d9892;padding:28px}.price-preview-total{background:#edf6f0;border-radius:10px;justify-content:space-between;align-items:center;margin-top:14px;padding:15px 18px;display:flex}.price-preview-total>span{color:#64766b;font-size:11px}.price-preview-total>div{align-items:baseline;gap:12px;display:flex}.price-preview-total small{color:#688074}.price-preview-total strong{color:#4f9366;font-size:28px}@media (width<=800px){.product-price-overview{grid-template-columns:1fr}.product-price-overview>b{display:none}.price-preview-hardware-list>div{grid-template-columns:1fr}.price-preview-hardware-list>div>b{text-align:left}}.price-preview-bill{background:#fff;border:1px solid #dce6df;border-radius:10px;margin-top:14px;overflow:hidden}.price-preview-bill>header{background:#f8faf9;border-bottom:1px solid #e4eae6;justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.price-preview-bill>header>div{flex-direction:column;gap:3px;display:flex}.price-preview-bill>header strong{color:#304239;font-size:13px}.price-preview-bill>header span,.price-preview-bill>header small{color:#87938c;font-size:9px}.price-preview-bill-lines{padding:4px 16px}.price-preview-bill-lines>div{border-bottom:1px dashed #dfe5e1;grid-template-columns:minmax(220px,1fr) 190px 110px;align-items:center;gap:14px;min-height:58px;display:grid}.price-preview-bill-lines>div:last-child{border-bottom:0}.price-preview-bill-lines span{flex-direction:column;gap:4px;min-width:0;display:flex}.price-preview-bill-lines b{color:#304239;font-size:11px}.price-preview-bill-lines small{color:#85918a;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.price-preview-bill-lines em{text-align:right;color:#78857e;font-size:10px;font-style:normal}.price-preview-bill-lines strong{text-align:right;color:#40564a;font-size:14px}.price-preview-bill-lines .empty-line{color:#929b96}.price-preview-bill>footer{background:#edf6f0;border-top:1px solid #d6e7da;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex}.price-preview-bill>footer>span{color:#64766b;font-size:10px}.price-preview-bill>footer>div{align-items:baseline;gap:12px;display:flex}.price-preview-bill>footer small{color:#688074;font-size:10px}.price-preview-bill>footer strong{color:#4f9366;font-size:27px}.product-price-card{scroll-margin-top:82px}@media (width<=700px){.price-preview-bill-lines>div{grid-template-columns:1fr auto}.price-preview-bill-lines em{text-align:left;grid-column:1}.price-preview-bill-lines strong{grid-area:1/2/3}.price-preview-bill>footer{flex-direction:column;align-items:flex-start}.price-preview-bill>footer>div{justify-content:space-between;width:100%}}.admin-brand-logo{width:156px;height:auto;display:block}.admin-brand strong{color:#6f756f;font-size:12px;font-weight:600}.pro-brand-logo{object-fit:contain;width:34px;height:38px;display:block}.area-range-page .ant-pro-page-container-children-container{padding-top:0!important}.area-range-page .group-management-tabs{margin-inline:0}.area-range-page .group-list-toolbar{margin:24px 24px 16px}.area-range-page .area-range-table{margin-top:0}.area-range-page .type-group-table{margin-top:0!important}@media (width<=720px){.area-range-page .group-list-toolbar{margin:20px 12px 14px}}.chat-sync-error,.admin-consult-error{color:#9b5b22;background:#fff3e8;border-bottom:1px solid #f0d7bf;padding:8px 14px;font-size:11px}.admin-consult-error{border:1px solid #f0d7bf;border-radius:6px;margin:0 14px 10px}.chat-launcher{letter-spacing:.02em;border-radius:8px;height:54px;padding:0 20px;font-weight:650;transition:transform .18s,box-shadow .18s;box-shadow:0 14px 38px #12332c47;background:#173f38!important}.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 42px #12332c52}.chat-launcher:focus-visible,.chat-window button:focus-visible,.admin-content button:focus-visible{outline-offset:3px;outline:2px solid #9a6c46}.chat-window{border:1px solid #d8d6cf;border-radius:16px;grid-template-rows:82px 34px minmax(0,1fr) auto;width:410px;height:min(700px,100vh - 112px);overflow:hidden;box-shadow:0 26px 80px #19252038}.chat-window>header{padding:0 20px;position:relative;background:#173f38!important}.chat-window>header:after,.admin-conversation>header:after{content:"";background:repeating-linear-gradient(90deg,#ffffff61 0 1px,#0000 1px 12px);height:5px;position:absolute;bottom:0;left:0;right:0}.advisor-avatar{color:#173f38;background:#f0e7d8;border-radius:10px;width:38px;height:38px;font-weight:700}.chat-eyebrow{color:#bdcfc9;letter-spacing:.18em;margin-bottom:3px;font-size:8px;display:block}.chat-window>header strong{letter-spacing:.02em;font-size:15px}.chat-window>header small{color:#c6d2ce;font-size:9px}.guest-notice{color:#6e756f;letter-spacing:.01em;background:#eeeee9;font-size:9px}.chat-messages{background:#f7f6f1;padding:18px}.chat-welcome{color:#173f38;background:#fffefa;border:1px solid #dedbd2;border-radius:12px;margin:2px 0 18px;padding:18px}.chat-welcome svg{color:#9a6c46}.chat-welcome span{color:#7d827d;margin:9px 0 5px;font-size:9px;display:block}.chat-welcome h3{margin:0;font-family:Songti SC,Noto Serif CJK TC,serif;font-size:20px;font-weight:600;line-height:1.35}.chat-message{max-width:86%;margin-bottom:12px}.chat-message>div{border-radius:11px;padding:11px 13px;font-size:12px}.chat-message.assistant>div{border-color:#deddd7;border-bottom-left-radius:3px}.chat-message.user>div{background:#173f38;border-bottom-right-radius:3px}.chat-message time{padding-inline:3px}.chat-suggestions{flex-wrap:wrap;gap:7px;margin:-2px 0 17px;display:flex}.chat-suggestions button{color:#31564e;cursor:pointer;background:#fff;border:1px solid #cfd9d4;border-radius:999px;padding:8px 10px;font-size:10px}.chat-suggestions button:hover{background:#edf4f1;border-color:#78988d}.chat-plan-card{border-color:#d9d8d2;border-radius:11px}.chat-plan-card>img{height:120px}.chat-plan-card span{color:#8b6546;letter-spacing:.04em}.chat-plan-card>button:hover{background:#f2f6f3}.chat-plan-picker{border-color:#d9d8d2;border-radius:11px}.chat-composer{background:#fff;border-color:#deddd7;grid-template-columns:1fr 42px;padding:12px 14px 10px}.chat-composer textarea{background:#fafaf7;border:1px solid #dbddd8;border-radius:10px;min-height:44px}.chat-composer>span{color:#a1a39f;grid-column:1;padding-left:3px;font-size:8px}.chat-composer button{background:#173f38;border-radius:10px;grid-area:1/2}.chat-composer button:not(:disabled):hover{background:#24594f}.admin-content.consultations-mode{--consult-ink:#173f38;--consult-paper:#f4f1eb;--consult-line:#dfe2dc;background:#eef0ec}.consultations-mode .session-panel{border-color:var(--consult-line)}.session-panel>header{padding:24px 18px 12px}.session-panel>header>div small{color:#799087;letter-spacing:.16em;margin-bottom:4px;font-size:8px;display:block}.session-panel>header h1{color:#223630;font-size:19px}.session-panel>header>span{color:#56756a;background:#edf4f0;border-radius:999px;padding:5px 8px}.session-metrics{grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 14px;display:grid}.session-metrics span{color:#7b8781;background:#fafbf9;border:1px solid #e2e5e0;border-radius:9px;padding:10px;font-size:9px}.session-metrics b{color:#23453d;margin-bottom:2px;font-size:18px;display:block}.session-search{background:#f7f8f5;border:1px solid #e0e4df;border-radius:9px}.session-list{border-color:#e7e9e5}.session-list>button{border-color:#eceeea;grid-template-columns:40px minmax(0,1fr) auto;padding:14px;transition:background .15s}.session-list>button:hover{background:#f5f7f4}.session-list>button.active{box-shadow:inset 3px 0 var(--consult-ink);background:#eaf1ed}.session-list>button>div{min-width:0}.session-list strong{color:#263b35;font-size:11px}.session-list em{color:#9a6c46;margin-top:3px;font-size:8px;font-style:normal;display:block}.session-list p{max-width:100%;margin-top:4px}.session-list>button>b{background:#9a6c46}.guest-avatar{color:#634c39;background:#e9dfd1;border-radius:11px;font-weight:700}.admin-conversation{background:#f4f4ef;grid-template-rows:72px minmax(0,1fr) auto}.admin-conversation>header{border-color:var(--consult-line);padding:0 22px;position:relative}.admin-conversation>header:after{background:repeating-linear-gradient(90deg,#9aaca5 0 1px,#0000 1px 12px);height:4px}.admin-conversation header strong{font-size:12px}.online-status{color:#56756a;background:#edf4f0;border-radius:999px;padding:6px 9px}.admin-messages{background:#f4f4ef;padding:24px 8%}.conversation-date{color:#9ca29e;align-items:center;gap:10px;margin:0 0 20px;font-size:8px;display:flex}.conversation-date:before,.conversation-date:after{content:"";background:#dde0dc;flex:1;height:1px}.admin-messages .chat-message.assistant>div{background:var(--consult-ink);border-radius:11px 11px 3px}.admin-messages .chat-message.user>div{border-color:#dcded9;border-radius:11px 11px 11px 3px;box-shadow:0 2px 8px #2a37310a}.admin-composer{border-color:var(--consult-line);grid-template-columns:1fr 86px;padding:12px 16px}.composer-tools button{color:#63756e;border-radius:6px;padding:5px 8px}.composer-tools button:not(:disabled):hover{color:var(--consult-ink);background:#edf3ef}.admin-composer textarea{background:#f8f9f6;border:1px solid #dfe2dd;border-radius:9px}.admin-composer>button{background:var(--consult-ink);border-radius:9px}.customer-panel{border-color:var(--consult-line);padding:24px 20px}.customer-panel h2{color:#263b35}.no-plan{background:#f8f8f4;border-radius:10px}@media (width<=620px){.chat-launcher{bottom:14px;right:14px}.chat-launcher span{display:none}.chat-window{border:0;border-radius:0;width:100%;height:100%;max-height:none;inset:0}.chat-window>header{padding-top:env(safe-area-inset-top);height:auto}.chat-composer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.chat-welcome h3{font-size:18px}}@media (prefers-reduced-motion:reduce){.chat-window{animation:none}.chat-launcher{transition:none}}.customer-chat{--glow-x:72%;--glow-y:78%;isolation:isolate;-webkit-backdrop-filter:blur(22px)saturate(1.15);background:#fffffcb8;border:1px solid #1e2a2538;box-shadow:0 28px 80px #122c243b,0 10px 28px #9a6c461f}.customer-chat:before,.customer-chat:after{content:"";z-index:-1;pointer-events:none;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s;position:absolute}.customer-chat:before{left:calc(var(--glow-x) - 155px);top:calc(var(--glow-y) - 155px);filter:blur(18px);opacity:.82;background:radial-gradient(circle,#b8ef6aa3 0,#b8ef6a38 38%,#ff91471f 62%,#0000 73%);border-radius:50%;width:310px;height:310px}.customer-chat:after{filter:blur(14px);background:radial-gradient(circle,#ff914761,#ffb77a1f 54%,#0000 72%);border-radius:50%;width:285px;height:285px;bottom:-105px;right:-95px}.customer-chat:hover:after{transform:translate(-14px,-10px)scale(1.08)}.customer-chat>header,.customer-chat>.guest-notice,.customer-chat>.chat-sync-error,.customer-chat>.chat-messages,.customer-chat>.chat-composer{z-index:1;position:relative}.customer-chat>.chat-composer{-webkit-backdrop-filter:blur(20px);background:#fffffcc2;grid-template-columns:minmax(0,1fr) 82px}.chat-composer .cartoon-send,.admin-composer>button{color:#202522;letter-spacing:.02em;background:#ff9147;border:2px solid #252a27;border-radius:999px;justify-content:center;align-self:start;align-items:center;gap:5px;height:42px;font-size:11px;font-weight:750;transition:transform .12s,box-shadow .12s,background-color .16s;display:flex;transform:translateY(0);box-shadow:0 5px #252a27}.chat-composer .cartoon-send{grid-area:1/2}.chat-composer .cartoon-send:hover:not(:disabled),.admin-composer>button:hover:not(:disabled){background:#ffa25f;transform:translateY(1px);box-shadow:0 4px #252a27}.chat-composer .cartoon-send:active:not(:disabled),.admin-composer>button:active:not(:disabled){transform:translateY(5px);box-shadow:0 0 #252a27}.chat-composer .cartoon-send:disabled,.admin-composer>button:disabled{color:#807b75;opacity:.58;background:#e7d8ca;border-color:#8f8b86;box-shadow:0 4px #8f8b86}.chat-composer .cartoon-send>span{display:inline}.admin-composer>button{height:auto;min-height:64px}@media (width<=620px){.customer-chat{-webkit-backdrop-filter:none}.customer-chat>.chat-composer{grid-template-columns:minmax(0,1fr) 78px}.chat-composer .cartoon-send{height:42px}}@media (prefers-reduced-motion:reduce){.customer-chat:before,.customer-chat:after,.chat-composer .cartoon-send,.admin-composer>button{transition:none}.customer-chat:hover:after{transform:none}}.customer-table-head,.customer-table>button{grid-template-columns:minmax(190px,1.4fr) 110px minmax(150px,1fr) minmax(120px,.8fr) 130px 62px 86px}.customer-contact-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-contact-value strong,.customer-contact-value small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.customer-contact-value strong{font-weight:500}.customer-contact-value small{color:#929ca5;margin-top:3px;font-size:9px}.customer-chat{--glow-x:72%;-webkit-backdrop-filter:none;background:#fff}.customer-chat:before,.customer-chat:after{display:none}.customer-chat>header{transition:background-position .3s;background:radial-gradient(180px circle at var(--glow-x) 15%,#ffb166f2,transparent 68%),linear-gradient(118deg,#173f38 0%,#235e52 54%,#77a96d 100%)!important}.customer-chat>header:before{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(105deg,#0000 15%,#ffffff21 42%,#0000 68%);position:absolute;inset:0}.customer-chat>.chat-messages{-webkit-backdrop-filter:none;background:#f7f6f1}.customer-chat>.chat-composer{-webkit-backdrop-filter:none;background:#fff;grid-template-rows:44px 12px;align-content:start;min-height:0}.customer-chat .chat-welcome,.customer-chat .chat-message.assistant>div,.customer-chat .chat-plan-picker,.customer-chat .chat-plan-card{-webkit-backdrop-filter:none;background:#fff}.customer-chat .chat-composer>span{grid-row:2;align-self:end;line-height:1}.customer-chat .cartoon-send{grid-row:1}.customer-chat .chat-composer textarea{box-sizing:border-box;height:44px;min-height:44px}.image-spec-section{border-top:1px solid #e5e7e5;margin-top:28px;padding-top:24px}.image-spec-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.image-spec-heading>div{flex-direction:column;gap:4px;display:flex}.image-spec-heading strong{font-size:14px}.image-spec-heading .ant-typography,.image-spec-section .ant-table-cell{font-size:10px}.image-spec-section .ant-input-number{width:100%}.product-image-wall>.ant-upload-wrapper:has(.add-product-video){width:160px;display:block}.product-image-wall>.ant-upload-wrapper:has(.add-product-video) .ant-upload{width:160px;display:block}.add-product-video{aspect-ratio:16/9;color:#536877;cursor:pointer;background:#f8fafb;border:1px dashed #b8c5ce;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:160px;display:flex}.add-product-video:hover{color:#315f7d;background:#f1f6f8;border-color:#547e99}.add-product-video strong{font-size:12px}.add-product-video span{color:#8997a1;font-size:9px}.product-video-item{width:132px}.product-video-card{aspect-ratio:9/16;background:#1e2529;border:1px solid #dfe4e8;border-radius:9px;width:100%;position:relative;overflow:hidden}.product-video-card video{object-fit:contain;width:100%;height:100%;display:block}.product-video-card>span{color:#fff;background:#000000a6;border-radius:4px;padding:3px 6px;font-size:9px;position:absolute;top:7px;left:7px}.product-video-card>.ant-btn{background:#ffffffeb;position:absolute;top:6px;right:6px}.product-video-item>.ant-input{height:34px;margin-top:8px;font-size:11px}@media (width<=720px){.product-video-item{width:108px}}.spec-value-input{background:#fff;border:1px solid #d9d9d9;border-radius:6px;align-items:center;display:flex;overflow:hidden}.spec-value-input .ant-input{box-shadow:none;border:0;width:140px!important}.spec-value-input .ant-btn{flex:0 0 30px}.sku-variant-section{margin-top:20px}.sku-image-select{width:100%}.sku-image-option{align-items:center;gap:9px;display:flex}.sku-image-option img{object-fit:cover;border-radius:4px;width:30px;height:30px}.product-spec-empty{color:#8b8b84;border:1px dashed #d9d9d5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;display:flex}.product-spec-empty strong{color:#4f5754}.product-spec-empty span{font-size:10px}.simple-spec-list{border:1px solid #e1e6e4;border-radius:8px;overflow:hidden}.simple-spec-row{background:#fff;border-bottom:1px solid #e8ecea;grid-template-columns:38px 280px 340px 38px;justify-content:start;align-items:start;gap:16px;min-height:154px;padding:15px;display:grid}.simple-spec-row:last-child{border-bottom:0}.simple-spec-number{color:#3f765f;background:#eef5f1;border-radius:50%;place-items:center;width:30px;height:30px;margin-top:24px;font-size:10px;font-weight:700;display:grid}.simple-spec-row label{flex-direction:column;gap:7px;display:flex}.simple-spec-row label>span{color:#69766f;font-size:10px}.simple-spec-row label>.ant-input{height:46px}.simple-spec-row>.ant-btn{margin-top:28px}.simple-image-picker{background:#f8fafb;border:1px dashed #b8c5ce;border-radius:9px;gap:9px;width:340px;height:112px;padding:8px;display:flex;overflow-x:auto}.simple-image-picker button{color:#5e6e77;cursor:pointer;background:#fff;border:1px solid #d7e0e5;border-radius:7px;width:74px;min-width:74px;height:94px;padding:0;position:relative;overflow:hidden}.simple-image-picker button:hover{border-color:#6e9880}.simple-image-picker button.selected{border-color:#4e9069;box-shadow:0 0 0 2px #4e90692e}.simple-image-picker img{object-fit:cover;width:100%;height:67px;display:block}.simple-image-picker button>span{white-space:nowrap;text-overflow:ellipsis;padding:5px 4px;font-size:9px;display:block;overflow:hidden}.simple-image-picker button>i{color:#fff;background:#4e9069;border-radius:50%;place-items:center;width:19px;height:19px;display:grid;position:absolute;top:4px;right:4px}.simple-image-picker .simple-image-placeholder{background:#f5f8f7;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.simple-image-picker .simple-image-placeholder>span{padding:0}.simple-image-picker-empty{color:#73858f;background:#f8fafb;border:1px dashed #b8c5ce;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:340px;height:112px;font-size:10px;display:flex}@media (width<=760px){.simple-spec-row{grid-template-columns:32px minmax(0,1fr) 38px}.simple-spec-image-field{grid-column:2/3}.simple-image-picker,.simple-image-picker-empty{width:min(340px,100%)}.simple-spec-row>.ant-btn{grid-area:1/3}}.chat-launcher{color:#fffdeb;box-shadow:0 12px 28px #5c331c47;background:#a5653c!important}.chat-launcher:hover{box-shadow:0 16px 34px #5c331c52;background:#8d5333!important}.chat-launcher b{color:#171816;background:#ffc64a}.chat-window.customer-chat{grid-template-rows:64px 32px minmax(0,1fr) auto}.customer-chat>header{padding:0 16px;background:radial-gradient(150px circle at var(--glow-x) 0%,#ffc64ad9,transparent 70%),linear-gradient(112deg,#171816 0%,#6f4029 52%,#a5653c 100%)!important}.customer-chat>header:before{background:linear-gradient(105deg,#0000 12%,#fffdeb1a 46%,#0000 70%)}.customer-chat>header:after{background:repeating-linear-gradient(90deg,#fffdeb6b 0 1px,#0000 1px 12px);height:3px}.customer-chat>header>div{gap:10px}.advisor-avatar{background:#fff8e8;border-radius:9px;width:38px;height:38px}.advisor-avatar img{object-fit:contain;width:27px;height:30px;display:block}.customer-chat>header strong{color:#fffdeb;font-size:13px}.customer-chat>header small{color:#f0dfcb;gap:5px;margin-top:3px;font-size:8px}.customer-chat>header small>span{border-left:1px solid #fffdeb4d;margin-left:7px;padding-left:8px}.customer-chat>header small.is-online i{background:#9bd47e;box-shadow:0 0 0 3px #9bd47e29}.customer-chat>header small.is-offline i{background:#c8b39f}.customer-chat>.guest-notice{color:#70635a;background:#f4eee7;padding:0 16px}.customer-chat .chat-message.user>div{color:#fffdeb;background:#a5653c}.customer-chat .chat-message.assistant>div{background:#fff8e8;border-color:#e1cdbb}.customer-chat .chat-suggestions button{color:#7a4529;background:#fffaf2;border-color:#c58c67}.customer-chat .chat-suggestions button:hover{background:#f9eadc;border-color:#a5653c}.customer-chat .chat-plan-card span{color:#a5653c}.customer-chat .chat-plan-card>button{color:#6f4029}.chat-composer .cartoon-send,.admin-composer>button{color:#171816;background:#ffc64a;border-color:#171816;box-shadow:0 5px #171816}.chat-composer .cartoon-send:hover:not(:disabled),.admin-composer>button:hover:not(:disabled){background:#ffd36b;box-shadow:0 4px #171816}.chat-composer .cartoon-send:active:not(:disabled),.admin-composer>button:active:not(:disabled){box-shadow:0 0 #171816}.chat-composer .cartoon-send:disabled,.admin-composer>button:disabled{color:#8d8175;background:#eadbc5;border-color:#9a8d81;box-shadow:0 4px #9a8d81}.admin-messages .chat-message.assistant>div{color:#fffdeb;background:#a5653c}.consultations-mode .online-status i{background:#ffc64a}.admin-content.consultations-mode>*{height:100%;min-height:0;overflow:hidden}.consultations-mode .session-panel,.consultations-mode .customer-panel{min-height:0}.consultations-mode .session-list,.consultations-mode .customer-panel{overflow-y:auto}.consultations-mode .admin-conversation{height:100%;min-height:0;overflow:hidden}.consultations-mode .admin-messages{min-height:0;overflow-y:auto}.consultations-mode .admin-composer{z-index:2;flex:none;grid-template-columns:minmax(0,1fr) 104px;align-items:end;position:relative}.consultations-mode .admin-composer>button{white-space:nowrap;border-radius:999px;align-self:end;width:104px;height:44px;min-height:44px;margin-bottom:5px}.consult-info-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}.consult-info-head h2{margin:0}.consult-info-head>button{color:#8a5b3b;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;display:flex}.consult-sop-section{background:#fffaf3;border:1px solid #e4ddd4;border-radius:10px;padding:13px}.consult-sop-section>label{color:#6e6258;flex-direction:column;gap:7px;font-size:9px;display:flex}.consult-sop-section .ant-select{width:100%}.consult-quick-replies{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.consult-quick-replies>span{color:#82766c;width:100%;font-size:8px}.consult-quick-replies button{color:#7a4529;cursor:pointer;background:#fff;border:1px solid #d7b89e;border-radius:999px;padding:6px 8px;font-size:8px}.consult-quick-replies button:hover{background:#f7e8d9;border-color:#a5653c}.consult-quick-replies small{color:#a49a91;font-size:8px}.consult-product-history{margin-top:18px}.consult-product-history>header{color:#32463f;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:10px;display:flex}.consult-product-history>header b{color:#8a5836;background:#f3e7d9;border-radius:10px;place-items:center;min-width:20px;height:20px;font-size:8px;display:grid}.consult-product-history>a{color:inherit;background:#fff;border:1px solid #e5e0d9;border-radius:8px;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:8px;margin-bottom:7px;padding:7px;text-decoration:none;display:grid}.consult-product-history>a:hover{background:#fffaf4;border-color:#bd8b68}.consult-product-history img{object-fit:cover;border-radius:5px;width:42px;height:46px}.consult-product-history a>span{min-width:0}.consult-product-history strong,.consult-product-history small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.consult-product-history strong{font-size:9px}.consult-product-history small{color:#958b82;margin-top:4px;font-size:7px}.consult-product-history svg{color:#9a6c4b}.consult-products-empty{color:#9a9189;border:1px dashed #ddd4ca;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:18px;font-size:8px;display:flex}.consult-notes textarea{border-radius:8px!important}.consult-notes small{color:#a19890;font-size:7px}.sop-manager{gap:16px;display:grid}.sop-template-form{background:#fafbf9;border:1px solid #e3e6e3;border-radius:10px;gap:10px;padding:14px;display:grid}.sop-template-form>div{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.sop-template-form label{color:#6c7770;flex-direction:column;gap:6px;font-size:10px;display:flex}.sop-template-form .ant-select{width:100%}.sop-template-form>button{justify-self:end}.sop-template-list{gap:12px;max-height:390px;display:grid;overflow:auto}.sop-template-list>section{border:1px solid #e4e6e3;border-radius:10px;overflow:hidden}.sop-template-list section>header{background:#f7f3ed;align-items:center;gap:7px;padding:10px 12px;display:flex}.sop-template-list header strong{font-size:11px}.sop-template-list header span{color:#958a80;margin-left:auto;font-size:8px}.sop-template-list article{border-top:1px solid #eceeeb;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.sop-template-list article>div{min-width:0}.sop-template-list article strong{font-size:10px}.sop-template-list article p{color:#818a84;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:8px;overflow:hidden}@media (width<=680px){.sop-template-form>div{grid-template-columns:1fr}}.consult-product-history-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cdbba9 transparent;max-height:196px;overflow-y:auto}.consult-product-history-list>a{color:inherit;background:#fff;border:1px solid #e5e0d9;border-radius:8px;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:8px;margin-bottom:7px;padding:7px;text-decoration:none;display:grid}.consult-product-history-list>a:hover,.consult-product-history-list>a:focus-visible{background:#fffaf4;border-color:#bd8b68;outline:0}.consult-products-load-more{color:#9a6c4b;cursor:pointer;background:0 0;border:0;width:100%;min-height:28px;padding:5px;font-size:8px}.consult-products-load-more:hover,.consult-products-load-more:focus-visible{color:#71462d;outline:0;text-decoration:underline}.admin-content.consultations-mode{height:100vh;min-height:0}.consultations-mode .session-list{flex:1;min-height:0;overflow-y:auto}.consult-info-head>button{display:none}.session-template-footer{background:#fff;border-top:1px solid #e5e8e5;flex:none;padding:10px 14px 12px}.session-template-footer>button{color:#42514b;text-align:left;cursor:pointer;width:100%;min-height:54px;box-shadow:none;background:#fff;border:1px solid #e1e5e2;border-radius:8px;padding:9px 10px;transition:border-color .16s,background .16s;display:block}.session-template-footer>button:hover{background:#f7f8f6;border-color:#cfd6d2}.session-template-footer span{align-items:center;gap:7px;display:flex}.session-template-footer strong{font-size:10px}.session-template-footer small{color:#909a95;margin-top:4px;font-size:7px;display:block}.admin-customer-inline{gap:2px;width:min(280px,32vw);display:grid}.admin-customer-inline input{color:#111;width:100%;min-width:0;height:32px;font:inherit;background:0 0;border:1px solid #0000;border-radius:5px;outline:none;padding:2px 5px;font-size:15px;font-weight:700}.admin-customer-inline input:hover{background:#f7f8f6;border-color:#e3e6e3}.admin-customer-inline input:focus{background:#fff;border-color:#9fb1a9;box-shadow:0 0 0 2px #3f6f591a}.admin-customer-inline input::placeholder{color:#a8aeaa;font-weight:400}.session-metrics>button{color:#7b8781;text-align:left;cursor:pointer;background:#fafbf9;border:1px solid #e2e5e0;border-radius:9px;min-width:0;padding:10px;transition:border-color .15s,background .15s;position:relative}.session-metrics>button:hover{background:#f6f8f6;border-color:#cbd4cf}.session-metrics>button.active{color:#405b51;background:#eef3f0;border-color:#9eafa7;box-shadow:inset 0 0 0 1px #3f5f510d}.session-metrics>button>b{color:#23453d;align-items:flex-start;margin-bottom:2px;font-size:18px;line-height:1;display:inline-flex;position:relative}.session-metrics>button>span{color:inherit;background:0 0;border:0;border-radius:0;padding:0;font-size:9px;display:block}.session-unread-dot{background:#d94747;border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:-8px;box-shadow:0 0 0 2px #fafbf9}.session-metrics>button.active .session-unread-dot{box-shadow:0 0 0 2px #eef3f0}.consultations-mode .session-list>button>b{background:#d94747}.consultations-mode .session-list{background:#fff;border-top:1px solid #e7e9e5;padding:7px 8px}.consultations-mode .session-list>button{background:0 0;border:0;border-radius:9px;grid-template-columns:36px minmax(0,1fr);align-self:start;align-items:center;gap:4px 9px;height:76px;min-height:76px;max-height:76px;margin:2px 0;padding:7px 9px}.consultations-mode .session-list>button:hover{background:#f5f7f4}.consultations-mode .session-list>button.active{box-shadow:none;background:#edf7f0}.consultations-mode .session-list>button.unread:not(.active){background:snow}.consultations-mode .session-list .guest-avatar{background:linear-gradient(145deg,#eee4d5,#d8c0a3);border-radius:50%;width:34px;height:34px;box-shadow:inset 0 0 0 1px #634c3914}.session-person-avatar{grid-row:1/3;width:34px;height:34px;display:block;position:relative}.session-person-copy{min-width:0;display:block}.session-person-copy strong{color:#263b35;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;display:block;overflow:hidden}.session-person-copy p{color:#8a918d;max-width:none;margin:3px 0 0;font-size:9px;line-height:1.25}.session-list>button.unread .session-person-copy strong{font-weight:750}.session-list>button.unread .session-person-copy p{color:#59645f;font-weight:550}.session-person-meta{text-align:left;pointer-events:none;grid-column:2;min-width:0;display:block}.session-person-meta time{color:#7b847e;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:9px;line-height:1.3;display:block;position:static}.session-unread-badge{place-items:center;font-weight:750;line-height:1;top:-3px;right:-3px;box-shadow:0 0 0 2px #fff;color:#fff!important;background:#d94747!important;border-radius:999px!important;min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:7px!important;display:inline-grid!important;position:absolute!important}.session-list>button.active .session-unread-badge{box-shadow:0 0 0 3px #edf7f0}.pro-menu-label{justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.pro-menu-label>.ant-pro-base-menu-item{flex:1;min-width:0}.pro-menu-unread{color:#fff;background:#d94747;border-radius:999px;flex:none;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;font-weight:750;line-height:1;display:inline-grid;box-shadow:0 0 0 2px #fff}.consult-sop-section{display:none}.composer-tools{gap:0}.composer-template-select{width:min(240px,100%)}.composer-template-select .ant-select-selector{height:32px!important;box-shadow:none!important;background:#fafbf9!important;border-color:#dfe3df!important;border-radius:7px!important;padding:0 10px!important}.composer-template-select .ant-select-selection-placeholder,.composer-template-select .ant-select-selection-item{color:#65736d;font-size:9px;line-height:30px!important}.composer-template-popup .ant-cascader-menus{background:#fff;border:1px solid #dfe3df;border-radius:10px;min-height:210px;padding:6px;overflow:hidden;box-shadow:0 14px 38px #20342b29}.composer-template-popup .ant-cascader-menu{border-right:1px solid #ecefeb;width:230px;height:auto;min-height:210px;max-height:300px;padding:3px}.composer-template-popup .ant-cascader-menu:last-child{border-right:0;width:330px}.composer-template-popup .ant-cascader-menu-item{color:#2d3d4c;border-radius:7px;min-height:40px;padding:9px 12px;font-size:11px;line-height:22px}.composer-template-popup .ant-cascader-menu-item:hover{background:#f4f7f5}.composer-template-popup .ant-cascader-menu-item-active{color:#3f7751;font-weight:600;background:#eef6f0!important}.consult-whatsapp-value{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.consult-whatsapp-value .consult-whatsapp-link{text-overflow:ellipsis;white-space:nowrap;color:#267a52;max-width:150px;font-weight:600;text-decoration:none;overflow:hidden}.consult-whatsapp-value .consult-whatsapp-link:hover{text-decoration:underline}.product-dimension-inputs{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.product-dimension-inputs>label{align-items:center;gap:7px;display:flex}.product-dimension-inputs>label>span{color:#69766f;flex:none;font-size:11px}.product-dimension-inputs .ant-input-number-group-wrapper{width:100%}@media (width<=760px){.product-dimension-inputs{grid-template-columns:1fr}}.simple-spec-image-trigger{color:#52656f;text-align:left;cursor:pointer;background:#f8fafb;border:1px dashed #b8c5ce;border-radius:9px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;width:340px;min-height:114px;padding:8px 10px;display:grid}.simple-spec-image-trigger:hover{background:#f4f9f6;border-color:#629174}.simple-spec-image-trigger>i{aspect-ratio:9/16;color:#4e8064;background:#edf3f0;border-radius:7px;place-items:center;width:54px;display:grid}.simple-spec-image-trigger>img{aspect-ratio:9/16;object-fit:cover;border-radius:7px;width:54px;height:96px}.simple-spec-image-trigger>span{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.simple-spec-image-trigger>b{color:#4e8c67;font-size:10px}.simple-spec-image-trigger.has-image{background:#fff;border-style:solid}.spec-image-modal-note{color:#74817a;margin:0 0 16px;font-size:12px}.spec-image-modal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-height:470px;padding:2px;display:grid;overflow-y:auto}.spec-image-modal-grid>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe5e1;border-radius:10px;padding:8px;transition:all .16s}.spec-image-modal-grid>button:hover{border-color:#83a891;box-shadow:0 5px 15px #365b4417}.spec-image-modal-grid>button.selected{border-color:#4e9069;box-shadow:0 0 0 2px #4e906929}.spec-image-modal-grid>button>span{aspect-ratio:9/16;background:#eef1ef;border-radius:7px;width:100%;display:block;position:relative;overflow:hidden}.spec-image-modal-grid img{object-fit:cover;width:100%;height:100%;display:block}.spec-image-modal-grid i{color:#fff;background:#4e9069;border-radius:50%;place-items:center;width:25px;height:25px;display:grid;position:absolute;top:7px;right:7px}.spec-image-modal-grid strong,.spec-image-modal-grid small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.spec-image-modal-grid strong{color:#34453c;margin-top:8px;font-size:12px}.spec-image-modal-grid small{color:#89938e;margin-top:3px;font-size:9px}@media (width<=760px){.simple-spec-image-trigger{width:100%}.spec-image-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.simple-spec-list{border:0;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid;overflow:visible}.simple-spec-row{background:#fff;border-radius:12px;flex-direction:column;gap:12px;min-height:330px;padding:14px;display:flex;position:relative;box-shadow:0 3px 12px #304d3c0a;border:1px solid #dfe6e2!important}.simple-spec-number{z-index:2;background:#ffffffeb;margin:0;position:absolute;top:22px;left:22px;box-shadow:0 2px 7px #233e2e1f}.simple-spec-row label{width:100%}.simple-spec-image-field{order:1}.simple-spec-name-field{order:2}.simple-spec-row>.ant-btn{z-index:2;background:#ffffffeb;margin:0;position:absolute;top:18px;right:20px}.simple-spec-image-trigger{border-radius:10px;justify-content:center;align-items:center;width:100%;height:210px;padding:0;display:flex;position:relative;overflow:hidden}.simple-spec-image-trigger>img{object-fit:cover;border-radius:0;width:100%;height:100%}.simple-spec-image-trigger>i{width:58px;height:58px}.simple-spec-image-trigger>span{background:#ffffffe6;border-radius:6px;padding:7px 9px;position:absolute;bottom:10px;left:10px;right:10px}.simple-spec-image-trigger>b{background:#ffffffeb;border-radius:6px;padding:6px 8px;position:absolute;top:10px;right:10px}.simple-spec-image-trigger:not(.has-image)>b{top:auto;bottom:38px;right:auto}.simple-spec-image-trigger:not(.has-image)>span{text-align:center;background:0 0;bottom:10px}.simple-spec-image-field .simple-image-picker-empty{width:100%;height:210px}@media (width<=760px){.simple-spec-list{grid-template-columns:1fr}.simple-spec-row{min-height:320px}.simple-spec-image-field,.simple-spec-name-field{grid-column:auto}}.simple-spec-list{grid-template-columns:repeat(auto-fill,210px)}.simple-spec-row{gap:9px;min-height:270px;padding:11px}.simple-spec-row>.ant-btn{top:5px;right:7px}.simple-spec-number{top:27px;left:17px}.simple-spec-image-trigger,.simple-spec-image-field .simple-image-picker-empty{height:158px}.simple-spec-image-trigger>b{padding:5px 7px;top:7px;right:7px}.simple-spec-name-field>.ant-input{height:40px}.simple-spec-image-trigger.has-image>span{display:none}@media (width<=760px){.simple-spec-list{grid-template-columns:repeat(auto-fill,minmax(180px,210px))}.simple-spec-row{min-height:270px}}.rainbow-button.chat-launcher{--launcher-deep:#713a20;--launcher-main:#a85f36;--launcher-bright:#d88b50;right:max(56px,calc(env(safe-area-inset-right) + 34px));bottom:max(58px,calc(env(safe-area-inset-bottom) + 36px));isolation:isolate;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;color:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;width:64px;height:64px;padding:0;transition:transform .22s,box-shadow .22s,filter .22s;animation:3.4s cubic-bezier(.45,0,.25,1) infinite consult-float-glow;position:fixed;box-shadow:0 12px 30px #5c331c4d,inset 0 1px 1px #ffffff4d;background:linear-gradient(145deg,var(--launcher-bright) 0%,var(--launcher-main) 55%,var(--launcher-deep) 100%) padding-box!important}.chat-launcher:before,.chat-launcher:after{content:"";pointer-events:none;border-radius:inherit;position:absolute}.chat-launcher:before{z-index:-2;-webkit-mask-composite:xor;background:linear-gradient(145deg,#fff4dc 0%,#f2c07c 34%,#d88b50 68%,#713a20 100%);padding:3px;inset:-4px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.chat-launcher:after{z-index:-3;opacity:.72;background:radial-gradient(circle,#e8a65b38 0 45%,#ca763d17 55%,#0000 72%);border:2px solid #e8a65b80;animation:3.4s ease-in-out infinite consult-halo-breathe;inset:-13px;box-shadow:0 0 18px #e8a65b52,0 0 34px #713a202e}.chat-launcher>svg{z-index:1;filter:drop-shadow(0 1px 1px #00000029);position:relative}.chat-launcher>span{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.chat-launcher:hover{filter:saturate(1.08);transform:translateY(-3px)scale(1.04);box-shadow:0 16px 36px #5c331c66,0 0 0 7px #e8a65b1c;background:linear-gradient(145deg,#e59a5c 0%,#b96c3e 58%,#713a20 100%) padding-box padding-box!important}.chat-launcher:active{transform:translateY(0)scale(.96)}.chat-launcher.is-dragging{cursor:grabbing;transition:none;animation:none;transform:scale(1.05)}.chat-launcher.is-dragging:after{opacity:.78;animation:none;scale:1.04}.chat-launcher:focus-visible{outline-offset:5px;outline:3px solid #fff;box-shadow:0 0 0 8px #e8a65b80,0 14px 32px #5c331c5c}.chat-launcher b{z-index:2;color:var(--launcher-deep);font-weight:750;top:-5px;right:-4px;box-shadow:0 2px 8px #5c331c47;background:#fff!important}@keyframes consult-float-glow{0%,to{translate:0;box-shadow:0 12px 30px #5c331c4d,inset 0 1px 1px #ffffff47}50%{translate:0 -9px;box-shadow:0 20px 38px #5c331c66,inset 0 1px 1px #ffffff47}}@keyframes consult-halo-breathe{0%,to{opacity:.42;scale:.88}50%{opacity:.82;scale:1.1}}@media (width<=620px){.chat-launcher{right:max(28px,calc(env(safe-area-inset-right) + 16px));bottom:max(36px,calc(env(safe-area-inset-bottom) + 20px));width:58px;height:58px}.chat-launcher>svg{width:25px;height:25px}}@media (prefers-reduced-motion:reduce){.chat-launcher,.chat-launcher:after{animation:none}.chat-launcher:hover{transform:none}}.customer-chat>header .chat-header-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.customer-chat>header .chat-whatsapp-jump{background:#fff;border:1px solid #ffffff75;border-radius:50%;place-items:center;width:38px;height:38px;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 5px 16px #17181640}.customer-chat>header .chat-whatsapp-jump svg{width:27px;height:27px;display:block}.customer-chat>header .chat-whatsapp-jump:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 8px 20px #17181652}.customer-chat>header .chat-whatsapp-jump:active{transform:scale(.96)}.customer-chat>header .chat-whatsapp-jump:focus-visible{outline-offset:3px;outline:3px solid #dcf8c6}.customer-chat>header .chat-close-button{place-items:center;width:34px;height:34px;padding:0;display:grid}.consult-plan-drawer .ant-drawer-body{background:#f6f6f1;padding:0}.consult-plan-readonly{color:#20352e;grid-template-rows:auto minmax(0,1fr) auto;min-height:100%;display:grid}.consult-plan-readonly-head{background:#fff;border-bottom:1px solid #dce3df;padding:24px;position:relative}.consult-plan-readonly-head:after{content:"";opacity:.55;background:repeating-linear-gradient(90deg,#a5653c 0 1px,#0000 1px 12px);height:3px;position:absolute;bottom:0;left:24px;right:24px}.consult-plan-readonly-head>span{color:#a5653c;letter-spacing:.12em;font-size:9px;font-weight:750}.consult-plan-readonly-head>button{color:#344a42;cursor:pointer;background:#fff;border:1px solid #dce3df;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:18px;right:20px}.consult-plan-readonly-head>div{grid-template-columns:86px minmax(0,1fr);align-items:center;gap:15px;margin-top:18px;display:grid}.consult-plan-readonly-head img{object-fit:cover;border-radius:9px;width:86px;height:102px}.consult-plan-readonly-head small{color:#88938e;font-size:8px;display:block}.consult-plan-readonly-head h2{margin:5px 0;font-size:20px}.consult-plan-readonly-head p{color:#77847e;margin:0;font-size:10px}.consult-plan-readonly-head>strong{text-align:right;font-size:20px;position:absolute;bottom:25px;right:24px}.consult-plan-readonly-head>strong small{margin-bottom:4px}.consult-plan-readonly-body{padding:20px 24px 110px;overflow:auto}.consult-plan-readonly-body>section{background:#fff;border:1px solid #dce3df;border-radius:12px;margin-bottom:14px;overflow:hidden}.consult-plan-readonly-body>section>header{background:#f0f6f2;justify-content:space-between;align-items:center;min-height:46px;padding:0 15px;display:flex}.consult-plan-readonly-body>section>header span{font-size:12px;font-weight:750}.consult-plan-readonly-body>section>header b{color:#327c73;background:#dfece5;border-radius:50%;place-items:center;min-width:22px;height:22px;font-size:9px;display:grid}.consult-plan-readonly-body>section>header strong{font-size:12px}.consult-plan-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;display:grid}.consult-plan-specs>div{border:1px solid #e1e5e2;border-radius:8px;flex-direction:column;gap:4px;padding:11px;display:flex}.consult-plan-specs small{color:#85908a;font-size:8px}.consult-plan-specs strong{font-size:11px}.consult-plan-lines{padding:0 14px}.consult-plan-lines>article{border-bottom:1px solid #e9ece9;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 0;display:grid}.consult-plan-lines>article:last-child{border-bottom:0}.consult-plan-lines>article>span{color:#fff;background:#173f38;border-radius:8px;place-items:center;width:30px;height:30px;font-size:8px;font-weight:750;display:grid}.consult-plan-lines article>div{min-width:0}.consult-plan-lines article>div>strong{font-size:11px}.consult-plan-lines p{color:#47776a;margin:3px 0;font-size:9px}.consult-plan-lines small{color:#8a938e;font-size:8px}.consult-plan-lines article>b{white-space:nowrap;font-size:11px}.consult-plan-summary-only{padding:18px}.consult-plan-summary-only span{color:#a5653c;font-size:9px;font-weight:700}.consult-plan-summary-only p{color:#65746d;margin:8px 0 0;font-size:10px;line-height:1.6}.consult-plan-readonly>footer{background:#fffffff5;border-top:1px solid #dce3df;justify-content:space-between;align-items:center;gap:18px;min-height:82px;padding:14px 24px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #1e372d14}.consult-plan-readonly>footer>span{color:#7f8984;max-width:245px;font-size:8px;line-height:1.5}.consult-plan-readonly>footer>strong{text-align:right;font-size:20px}.consult-plan-readonly>footer small{color:#78847e;font-size:8px;display:block}@media (width<=560px){.consult-plan-drawer .ant-drawer-content-wrapper{width:100%!important}.consult-plan-readonly-head>strong{text-align:left;margin-top:14px;position:static}.consult-plan-specs{grid-template-columns:1fr}}.material-brand-editor>.ant-pro-page-container-affix,.hardware-brand-editor>.ant-pro-page-container-affix{z-index:80}.material-brand-editor>.ant-pro-page-container-affix .ant-pro-page-container-warp,.hardware-brand-editor>.ant-pro-page-container-affix .ant-pro-page-container-warp{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafbfafa;border-bottom:1px solid #dfe5e2;box-shadow:0 3px 10px #2d43380f}.material-brand-editor .ant-pro-page-container-warp-page-header,.hardware-brand-editor .ant-pro-page-container-warp-page-header{background:0 0;padding:6px 30px!important}.material-brand-editor .ant-page-header-heading,.hardware-brand-editor .ant-page-header-heading{align-items:center;display:flex;min-height:50px!important;padding:0!important}.material-brand-editor .ant-page-header-heading-extra,.hardware-brand-editor .ant-page-header-heading-extra{align-items:center;margin:0;display:flex}.customer-pagination{color:#7d8994;border-top:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:12px 18px;font-size:11px;display:flex}.customer-pagination .ant-pagination{margin-left:auto}.session-pagination{background:#fff;border-top:1px solid #e7e9e5;flex:none;justify-content:center;align-items:center;min-height:38px;padding:6px 10px;display:flex}.session-pagination .ant-pagination-simple{margin:0}.session-pagination .ant-pagination-simple-pager{font-size:10px}.customer-table-head,.customer-row{grid-template-columns:minmax(190px,1.3fr) 110px minmax(150px,1fr) minmax(140px,.9fr) minmax(180px,1.15fr) 62px 122px;align-items:center;gap:12px;padding:0 18px;display:grid}.customer-row{text-align:left;color:#475463;cursor:pointer;box-sizing:border-box;background:#fff;border-top:1px solid #edf0f3;width:100%;min-height:68px}.customer-row:hover{background:#f8fbfd}.customer-remark-value{color:#66737f;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.customer-remark-value[title=暂无备注]{color:#a0a8b0}.customer-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex}.customer-actions .ant-btn-link{padding-inline:6px;font-size:11px}.customer-edit-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.customer-edit-form label{color:#52616d;flex-direction:column;gap:7px;font-size:12px;display:flex}.customer-edit-form label:last-child{grid-column:1/-1}.board-material-scope-columns>section{flex-direction:column;gap:10px;display:flex}.board-material-scope-columns>section>.brand-material-level-title{flex:none}.board-material-scope-columns .brand-master-item,.board-material-scope-columns .scope-step-card{margin:0}.board-material-scope-columns{grid-template-columns:minmax(170px,24%) minmax(190px,30%) minmax(0,1fr);gap:12px}.scope-step-card{color:#52645a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e7e4;border-radius:8px;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:8px;width:100%;min-height:64px;margin-bottom:8px;padding:9px;display:grid}.scope-step-card>span{color:#4f8a63;background:#edf3ef;border-radius:7px;place-items:center;width:28px;height:28px;font-size:9px;font-weight:700;display:grid}.scope-step-card>div{flex-direction:column;gap:3px;min-width:0;display:flex}.scope-step-card strong{color:#34483d;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.scope-step-card small{color:#849189;font-size:9px}.scope-step-card.active{background:#eff7f2;border-color:#6f9f80;box-shadow:inset 3px 0 #4f8a63}.scope-color-check-list{flex-direction:column;gap:8px;display:flex}.scope-color-check-list>label{cursor:pointer;background:#fff;border:1px solid #e1e7e3;border-radius:8px;grid-template-columns:20px 46px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:64px;padding:8px;display:grid}.scope-color-check-list>label.selected{background:#f2f8f4;border-color:#79a889;box-shadow:inset 0 0 0 1px #79a8892e}.scope-color-check-list>label:has(.ant-checkbox-disabled){cursor:not-allowed;opacity:.55}.scope-color-check-list img,.scope-color-check-list i{object-fit:cover;border-radius:7px;width:46px;height:46px}.scope-color-check-list>label>span:not(.ant-checkbox){flex-direction:column;gap:3px;min-width:0;display:flex}.scope-color-check-list strong{color:#31443a;font-size:11px}.scope-color-check-list small{color:#7d8b84;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.scope-color-check-list b{color:#4f8a63;white-space:nowrap;font-size:11px}@media (width<=1180px){.board-material-scope-editor{grid-template-columns:190px minmax(0,1fr)}.board-material-scope-columns{grid-template-columns:1fr 1fr}.board-material-scope-columns>section:last-child{grid-column:1/-1}}@media (width<=760px){.board-material-scope-editor{grid-template-columns:1fr}.board-material-scope-editor>aside{border-bottom:1px solid #e1e7e4;border-right:0}.board-material-scope-columns{grid-template-columns:1fr}.board-material-scope-columns>section:last-child{grid-column:auto}}.product-download-toolbar{color:#68766f;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;font-size:12px;display:flex}.product-file-controls{cursor:default;justify-content:space-between;align-items:center;height:32px;margin-bottom:5px;display:flex}.product-video-card>.product-video-download{right:40px}.product-download-options{gap:8px;max-height:400px;margin:14px 0;display:grid;overflow-y:auto}.product-download-options>label{cursor:pointer;border:1px solid #e2e7e4;border-radius:8px;align-items:center;gap:12px;padding:8px;display:flex}.product-download-options img,.product-download-options video{object-fit:cover;background:#e6ebe8;border-radius:4px;width:45px;height:80px}.product-download-options>label>span:last-child{overflow-wrap:anywhere;min-width:0}.product-download-options small{color:#819087;margin-top:4px;display:block}.sortable-image-actions .ant-btn{width:28px}
