:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20222a;background:#f4f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #6255e8;--primary-dark: #4c40d0;--yellow: #ffe500;--orange: #ff5a18;--text: #20222a;--muted: #7d8495;--line: #e8eaf0;--surface: #fff;--danger: #ed4b5e;--success: #20a66a;--shadow: 0 10px 35px rgba(31, 39, 70, .07)}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{min-width:320px;background:#f4f6fa}body.modal-locked{overflow:hidden}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}a{color:inherit;text-decoration:none}img{max-width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cdd1dc;border-radius:20px}::-webkit-scrollbar-track{background:transparent}.btn{min-height:40px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;font-weight:650;transition:.2s ease;background:#eef0f5;color:#383e4c}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 7px 16px #6255e83d}.btn.primary:hover{background:var(--primary-dark)}.btn.ghost{background:#fff;border-color:#dfe2e9;color:#555c6c;box-shadow:none}.btn.danger{background:var(--danger);color:#fff}.panel{background:#fff;border:1px solid #eceef3;border-radius:15px;box-shadow:0 3px 14px #22284309}.app-toast{position:fixed;z-index:20000;left:50%;top:26px;transform:translate(-50%);min-width:220px;max-width:calc(100vw - 32px);min-height:44px;padding:10px 16px;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;background:#20222a;box-shadow:0 12px 38px #0003;font-size:14px}.app-toast.is-error{background:#d94352}.toast-enter-active,.toast-leave-active{transition:.25s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,-14px)}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.drop-enter-active,.drop-leave-active{transition:.18s ease;transform-origin:top right}.drop-enter-from,.drop-leave-to{opacity:0;transform:translateY(-5px) scale(.97)}.dialog-mask{position:fixed;z-index:5000;inset:0;background:#14182680;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.confirm-dialog{width:min(410px,100%);border-radius:18px;background:#fff;padding:30px;text-align:center;box-shadow:0 25px 80px #0f132338}.confirm-icon{margin:0 auto 16px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff1cf;color:#ce8d00;font-weight:850;font-size:23px}.confirm-icon.danger{background:#ffe8eb;color:var(--danger)}.confirm-dialog h3{margin:0 0 9px;font-size:20px}.confirm-dialog p{margin:0;color:#737a8a;line-height:1.7;font-size:14px}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.spinner.dark{border-color:#d3d6de;border-top-color:var(--primary)}@keyframes spin{to{transform:rotate(360deg)}}.empty-state,.empty-card{min-height:180px;color:#a1a6b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.empty-state p,.empty-card p{margin:0}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;background:radial-gradient(circle at 50% 20%,#fff 0,#f4f6fa 65%)}.not-found .brand-mark{margin-bottom:20px}.not-found>strong{font-size:clamp(70px,12vw,130px);line-height:1;letter-spacing:-8px;color:#dcdfea}.not-found h1{margin:15px 0 4px}.not-found p{color:var(--muted);margin:0 0 23px}@media(max-width:600px){.app-toast{top:14px}.dialog-mask{align-items:flex-end;padding:0}.confirm-dialog{border-radius:20px 20px 0 0;padding:28px 22px calc(24px + env(safe-area-inset-bottom))}}.admin-shell{min-height:100vh;--sidebar-width: 248px}.admin-sidebar{position:fixed;z-index:100;inset:0 auto 0 0;width:var(--sidebar-width);background:#171b2d;color:#fff;display:flex;flex-direction:column;transition:width .25s ease,transform .25s ease}.admin-main{min-height:100vh;margin-left:var(--sidebar-width);transition:margin .25s ease}.sidebar-collapsed{--sidebar-width: 78px}.brand{height:76px;padding:0 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.07)}.brand-mark{width:38px;height:38px;flex:0 0 38px;border-radius:13px 13px 13px 4px;background:var(--yellow);color:#111;display:grid;place-items:center;font-weight:900;transform:rotate(-3deg);box-shadow:5px 5px #ffffff14}.brand-mark span{transform:rotate(3deg);font-size:17px}.brand-copy{display:flex;flex-direction:column;white-space:nowrap}.brand-copy strong{font-size:17px}.brand-copy small{margin-top:2px;color:#747d9d;font-size:8px;letter-spacing:1.4px}.role-card{margin:18px 15px 7px;border-radius:11px;background:#6f62ec1f;color:#a9a0ff;padding:12px;display:flex;align-items:center;gap:10px}.role-card div{display:flex;flex-direction:column}.role-card small{font-size:10px;color:#767e99}.role-card strong{font-size:12px;margin-top:2px}.sidebar-nav{padding:13px 11px;display:flex;flex-direction:column;gap:5px}.sidebar-nav button,.collapse-btn{width:100%;height:45px;border-radius:10px;color:#9299b1;background:transparent;display:flex;align-items:center;gap:13px;padding:0 14px;white-space:nowrap;transition:.18s}.sidebar-nav button:hover,.collapse-btn:hover{background:#ffffff0d;color:#fff}.sidebar-nav button.active{background:linear-gradient(115deg,#6b5cf0,#5145cf);color:#fff;box-shadow:0 8px 20px #4a3dc552}.sidebar-collapsed .sidebar-nav button,.sidebar-collapsed .collapse-btn{justify-content:center;padding:0}.sidebar-bottom{margin-top:auto;padding:12px;border-top:1px solid rgba(255,255,255,.06)}.mobile-close,.mobile-menu,.mobile-sidebar-mask{display:none}.admin-header{height:76px;position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #eaecf1;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:12px}.header-left small{color:#a1a6b3;font-size:10px;letter-spacing:.7px}.header-left h1{margin:1px 0 0;font-size:18px}.header-actions{display:flex;align-items:center;gap:14px}.header-icon{width:38px;height:38px;display:grid;place-items:center;color:#616879;background:#f5f6f9;border-radius:10px;position:relative}.header-icon i{position:absolute;top:8px;right:8px;width:6px;height:6px;background:#ff4d5f;border-radius:50%;box-shadow:0 0 0 2px #fff}.user-menu-wrap{position:relative}.user-trigger{background:transparent;display:flex;align-items:center;gap:10px;padding:4px;border-radius:10px}.user-trigger:hover{background:#f5f6f9}.user-avatar{width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,#7467ee,#473ac7);color:#fff;display:grid;place-items:center;font-weight:750}.user-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:90px}.user-copy strong{font-size:13px}.user-copy span{font-size:10px;color:#969baa;margin-top:2px}.user-dropdown{position:absolute;right:0;top:48px;width:170px;padding:7px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.user-dropdown button{width:100%;height:39px;border-radius:8px;background:transparent;display:flex;align-items:center;gap:10px;padding:0 10px;color:#515767;font-size:13px}.user-dropdown button:hover{background:#f4f5f8}.user-dropdown button.logout{color:var(--danger);border-top:1px solid #f0f1f4;margin-top:4px}.admin-content{padding:27px 30px 45px;max-width:1600px;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:23px}.page-heading h2{margin:0;font-size:24px;letter-spacing:-.5px}.page-heading p{margin:6px 0 0;color:#858b9b;font-size:13px}.page-heading-actions{display:flex;gap:10px}.data-panel{overflow:hidden}.table-tools,.card-tools{min-height:70px;padding:14px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eceef2}.table-tools select,.card-tools select{min-width:135px;height:40px;padding:0 34px 0 12px;border:1px solid #dfe2e9;background:#fff;border-radius:9px;color:#52596a;outline:none}.search-box{width:min(430px,100%);height:40px;border:1px solid #dfe2e9;border-radius:9px;display:flex;align-items:center;padding-left:12px;color:#999fac;background:#fff}.search-box:focus-within{border-color:#8b81ef;box-shadow:0 0 0 3px #6255e817}.search-box input{min-width:0;flex:1;border:0;outline:0;height:100%;padding:0 10px;background:transparent}.search-box button{height:30px;margin-right:4px;border-radius:7px;padding:0 13px;background:#f0f1f5;color:#606676;font-size:12px}.table-scroll{overflow-x:auto}.data-table{width:100%;min-width:940px;border-collapse:collapse}.data-table th{padding:12px 17px;text-align:left;font-size:11px;color:#969ba9;background:#fafbfc;font-weight:650;letter-spacing:.15px;white-space:nowrap}.data-table td{padding:15px 17px;border-top:1px solid #f0f1f4;font-size:12px;vertical-align:middle}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:#fbfbfe}.actions-col{width:135px;text-align:center!important}.entity-cell,.product-cell{display:flex;align-items:center;gap:11px;min-width:190px}.entity-avatar{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.entity-avatar.agent{color:#6255e8;background:#eeecff}.entity-cell>div:last-child,.product-cell>div{min-width:0;display:flex;flex-direction:column}.entity-cell b,.product-cell b{max-width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.entity-cell span,.product-cell span{color:#969caa;font-size:10px;margin-top:4px}.product-cell img{width:48px;height:48px;object-fit:cover;border-radius:9px;background:#f1f2f5}.stacked-cell{display:flex;flex-direction:column;gap:4px}.stacked-cell small,.muted,.block-muted{color:#9a9fab;font-size:10px}.block-muted{display:block;margin-top:4px}.money{color:#ef4f45;font-size:14px}.business-counts{display:flex;gap:8px;flex-wrap:wrap}.business-counts span{padding:5px 8px;border-radius:6px;background:#f3f4f7;color:#606777;display:flex;align-items:center;gap:4px;font-size:10px}.row-actions{display:flex;align-items:center;justify-content:center;gap:5px}.row-actions button,.row-actions a{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:#f2f3f6;color:#646b7c}.row-actions button:hover,.row-actions a:hover{background:#e9e7ff;color:var(--primary)}.row-actions .danger:hover{background:#ffedef;color:var(--danger)}.interaction-stats{display:flex;gap:14px}.interaction-stats span{font-weight:700;display:flex;flex-direction:column}.interaction-stats small{font-weight:400;color:#a2a7b3;font-size:9px;margin-top:2px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:20px;background:#eff1f5;color:#6f7583;font-size:10px;white-space:nowrap}.status-pill i{width:6px;height:6px;border-radius:50%;background:currentColor}.status-active,.status-published,.status-visible,.status-completed{background:#e9f8f0;color:#199961}.status-draft,.status-pending{background:#fff6df;color:#c58814}.status-paid,.status-processing{background:#eaf1ff;color:#3973d5}.status-shipped{background:#f0edff;color:#6a55dd}.status-disabled,.status-hidden,.status-cancelled,.status-sold{background:#f2f2f4;color:#878c98}.table-loading{height:150px;display:flex;gap:9px;align-items:center;justify-content:center;color:#9096a5}.data-pager{min-height:61px;padding:12px 18px;border-top:1px solid #eceef2;display:flex;align-items:center;justify-content:space-between;color:#9298a7;font-size:11px}.data-pager>div{display:flex;align-items:center;gap:8px}.data-pager button{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:#f1f2f5;color:#5c6270}.data-pager b{min-width:25px;height:25px;border-radius:7px;display:grid;place-items:center;background:var(--primary);color:#fff}.data-pager em{font-style:normal}.form-dialog{width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 25px 80px #12162838}.form-dialog.wide{width:min(810px,100%)}.form-dialog-head{padding:20px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eceef2}.form-dialog-head>div{display:flex;align-items:center;gap:11px}.dialog-title-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eeecff;color:var(--primary)}.form-dialog-head h3{margin:0;font-size:18px}.form-dialog-head p{margin:3px 0 0;color:#969caa;font-size:11px}.form-dialog-head>button{background:#f1f2f5;width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:#6e7584}.form-grid{display:grid;gap:17px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));padding:22px 23px}.form-grid.one{grid-template-columns:1fr}.form-grid label,.password-form label,.address-item{display:flex;flex-direction:column;gap:7px;position:relative}.form-grid label>span,.password-form label>span{font-size:11px;color:#59606f;font-weight:650}.form-grid input,.form-grid textarea,.form-grid select,.password-form input{width:100%;min-height:41px;border:1px solid #dfe2e9;border-radius:9px;padding:9px 11px;color:#333847;background:#fff;outline:none;resize:vertical}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.password-form input:focus{border-color:#8b81ef;box-shadow:0 0 0 3px #6255e814}.form-grid input:disabled{background:#f2f3f5;color:#999fab}.form-grid label.full,.form-inline-action.full{grid-column:1 / -1}.form-grid label>small{position:absolute;right:9px;bottom:8px;color:#aaaeba;font-size:9px}.form-dialog-actions{padding:16px 23px 20px;border-top:1px solid #eceef2;display:flex;justify-content:flex-end;gap:10px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.15fr) minmax(430px,.85fr);background:#fff;overflow:hidden;position:relative}.login-showcase{min-height:100vh;padding:34px clamp(38px,6vw,85px);color:#fff;background:linear-gradient(145deg,#171b31,#292159 62%,#4635a8);display:flex;flex-direction:column;position:relative;overflow:hidden}.login-showcase:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-240px;top:-180px;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff04}.showcase-brand{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.showcase-brand b{font-size:19px}.showcase-copy{margin:auto 0 30px;position:relative;z-index:1}.showcase-copy .eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:20px;background:#ffffff17;color:#bcb7ff;font-size:11px}.showcase-copy h1{margin:20px 0 12px;font-size:clamp(35px,4.3vw,58px);line-height:1.16;letter-spacing:-2px}.showcase-copy h1 em{font-style:normal;color:var(--yellow)}.showcase-copy p{margin:0;color:#b2b5c8;line-height:1.8;max-width:550px}.showcase-preview{position:relative;z-index:1;height:210px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;overflow:hidden;box-shadow:0 22px 55px #00000038;transform:perspective(800px) rotateX(2deg) rotateY(1deg)}.mini-sidebar{width:67px;background:#090b19a6;display:flex;flex-direction:column;align-items:center;padding:25px 0;gap:15px}.mini-sidebar i{width:28px;height:8px;border-radius:10px;background:#ffffff29}.mini-sidebar i:first-child{height:28px;background:var(--yellow)}.mini-dashboard{flex:1;padding:20px}.mini-head{width:38%;height:12px;background:#ffffff40;border-radius:8px;margin-bottom:22px}.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-metrics i{height:52px;border-radius:10px;background:#ffffff21}.mini-chart{height:77px;margin-top:12px;border-radius:10px;background:#ffffff17;padding:20px}.mini-chart b{display:block;height:36px;border-bottom:2px solid #8c7fff;transform:skewY(-5deg)}.showcase-badges{display:flex;gap:8px;padding-top:25px;position:relative;z-index:1}.showcase-badges span{padding:6px 9px;background:#ffffff14;border:1px solid rgba(255,255,255,.09);color:#aeb2c4;border-radius:7px;font-size:9px}.login-panel{display:flex;align-items:center;justify-content:center;padding:45px}.login-card{width:min(390px,100%)}.login-mobile-brand{display:none}.login-title>span{color:var(--primary);font-weight:700;font-size:12px}.login-title h2{font-size:29px;margin:8px 0 5px;letter-spacing:-.8px}.login-title p{margin:0 0 31px;color:#979dab;font-size:13px}.login-error{padding:10px 12px;border-radius:9px;background:#fff0f2;color:#ce3f4e;font-size:12px;margin-bottom:15px}.field-label{display:block;color:#565d6d;font-size:11px;font-weight:650;margin:16px 0 7px}.input-with-icon{height:48px;border:1px solid #dfe2e9;border-radius:11px;display:flex;align-items:center;padding:0 13px;gap:10px;color:#9da2af}.input-with-icon:focus-within{border-color:#887ded;box-shadow:0 0 0 4px #6255e814;color:var(--primary)}.input-with-icon input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:#2e3340}.input-with-icon button{background:transparent;color:#9da2af;display:grid;place-items:center}.login-submit{width:100%;height:49px;margin-top:24px;border-radius:11px;color:#fff;background:linear-gradient(115deg,#6e60ef,#5145d1);box-shadow:0 10px 24px #5145d145;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px}.demo-account{width:100%;min-height:45px;margin-top:17px;padding:8px 12px;border-radius:10px;background:#f6f6fa;color:#737989;display:flex;align-items:center;gap:8px;font-size:10px}.demo-account b{margin-left:auto;color:#4e5462}.login-footnote{text-align:center;color:#b0b4bd;font-size:9px;margin-top:22px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{min-height:117px;background:#fff;border:1px solid #eceef3;border-radius:14px;padding:20px;display:flex;align-items:center;gap:13px;position:relative;box-shadow:0 4px 18px #1c234109}.metric-icon,.quick-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.metric-icon.violet,.quick-icon.violet{background:#efedff;color:#6758e5}.metric-icon.blue,.quick-icon.blue{background:#e9f3ff;color:#3d7cd6}.metric-icon.orange,.quick-icon.orange{background:#fff1e6;color:#f38436}.metric-icon.green{background:#e9f8f0;color:#20a66a}.metric-card>div:nth-child(2){display:flex;flex-direction:column}.metric-card p{margin:0 0 5px;color:#9096a5;font-size:11px}.metric-card strong{font-size:24px;letter-spacing:-.7px}.metric-card small{color:#8f95a4;margin-top:4px;font-size:9px}.metric-trend{position:absolute;right:16px;top:16px;color:#36ab75}.dashboard-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:16px;margin-top:16px}.dashboard-grid .panel{padding:20px}.panel-head{display:flex;align-items:center;justify-content:space-between}.panel-head h3{margin:0;font-size:14px}.panel-head p{margin:4px 0 0;font-size:9px;color:#9da2af}.live-tag{padding:5px 8px;border-radius:14px;background:#eef8f3;color:#31966b;font-size:9px;display:flex;align-items:center;gap:5px}.live-tag i{width:5px;height:5px;border-radius:50%;background:#31a36e}.bar-chart{height:220px;display:flex;align-items:flex-end;justify-content:space-around;gap:12px;padding:35px 10px 0}.bar-column{flex:1;height:100%;min-width:24px;display:flex;flex-direction:column;align-items:center;gap:7px}.bar-track{flex:1;width:min(32px,70%);display:flex;align-items:flex-end;border-radius:7px;background:#f3f2ff;overflow:hidden}.bar-fill{width:100%;background:linear-gradient(#8b80f2,#5e50df);border-radius:7px 7px 0 0;transition:height .5s}.bar-value{font-size:9px;color:#777e8e}.bar-column>span{font-size:9px;color:#9ba0ad}.quick-list{display:flex;flex-direction:column;margin-top:13px}.quick-list button{padding:11px 5px;background:transparent;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0f1f4;text-align:left}.quick-list button>div{display:flex;flex:1;flex-direction:column}.quick-list b{font-size:12px}.quick-list small{color:#9ba0ad;font-size:9px;margin-top:3px}.quick-list button>svg{color:#a3a7b1}.link-btn{background:transparent;color:var(--primary);display:flex;align-items:center;gap:4px;font-size:10px}.mini-product-list,.mini-order-list{margin-top:12px}.mini-product,.mini-order{min-height:57px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0f1f4}.mini-product img{width:39px;height:39px;border-radius:8px;object-fit:cover}.mini-product>div,.mini-order>div:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.mini-product b,.mini-order b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.mini-product span,.mini-order span{margin-top:3px;color:#a0a5b1;font-size:8px}.order-dot{width:9px;height:9px;border-radius:50%;background:#7062eb;box-shadow:0 0 0 4px #efedff;margin:0 5px}.mini-order>strong{color:#ec554e;font-size:11px}.small-empty{text-align:center;color:#a4a9b4;padding:28px 0;font-size:11px}.card-tools{justify-content:space-between;border:0;padding:0 0 16px}.card-tools>span{color:#8f95a4;font-size:11px}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.store-card{background:#fff;border:1px solid #e9ebf0;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #1c23410a}.store-cover{height:91px;background:linear-gradient(120deg,#554acb,#9a6be5);background-size:cover;background-position:center;position:relative;padding:12px;display:flex;align-items:flex-start;justify-content:space-between}.store-cover-shade{position:absolute;inset:0;background:linear-gradient(0deg,#14142357,#14142305)}.store-cover>*:not(.store-cover-shade){position:relative}.store-cover>button{background:#1214228f;color:#fff;border-radius:7px;padding:5px 8px;font-size:9px;display:flex;gap:4px;align-items:center}.store-body{padding:0 17px;display:flex;align-items:flex-end;gap:11px;margin-top:-10px;position:relative}.store-body>img{width:57px;height:57px;border-radius:16px;object-fit:cover;border:3px solid #fff;background:#f2f3f5}.store-title{padding-bottom:3px}.store-title h3{font-size:14px;margin:0 0 4px}.store-title p{margin:0;color:#8f95a3;font-size:9px;display:flex;align-items:center;gap:3px}.store-bio{height:38px;margin:13px 17px 8px;color:#777e8e;font-size:10px;line-height:1.7;overflow:hidden}.store-data{margin:0 17px;padding:12px 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #eff0f3;border-bottom:1px solid #eff0f3}.store-data div{display:flex;flex-direction:column;align-items:center}.store-data div+div{border-left:1px solid #eff0f3}.store-data strong{font-size:14px}.store-data span{color:#999eaa;font-size:8px;margin-top:3px}.store-owner{padding:11px 17px 4px;display:flex;justify-content:space-between;gap:6px;color:#9297a5;font-size:8px}.store-owner code{max-width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-card-actions{padding:9px 17px 15px;display:flex;gap:8px}.store-card-actions a,.store-card-actions button{height:33px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px}.store-card-actions a{flex:1;background:#efedff;color:#5e4fdd}.store-card-actions button{width:55px;background:#f3f4f6;color:#777d8c}.empty-card{grid-column:1/-1;background:#fff;border:1px dashed #d9dce4;border-radius:15px}.editor-head{display:flex;align-items:center;gap:12px;margin-bottom:21px}.back-button{width:38px;height:38px;border-radius:10px;background:#fff;border:1px solid #e0e3e9;display:grid;place-items:center;color:#59606f}.editor-head>div:nth-child(2){flex:1}.editor-head h2{margin:0;font-size:22px}.editor-head p{margin:4px 0 0;color:#9096a5;font-size:11px}.editor-head-actions{display:flex;gap:8px}.editor-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.7fr);gap:16px;align-items:start}.editor-main,.editor-side{display:flex;flex-direction:column;gap:16px}.form-section{padding:22px}.section-title{display:flex;align-items:center;gap:11px;margin-bottom:18px}.section-title>span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#eeecff;color:#6255e8;font-size:10px;font-weight:800}.section-title h3{margin:0;font-size:15px}.section-title p{margin:3px 0 0;color:#9ba0ad;font-size:9px}.section-title.compact{margin-bottom:17px}.form-section>.form-grid.two{padding:0}.form-section>.form-grid.one{padding:0}.money-input{height:41px;border:1px solid #dfe2e9;border-radius:9px;display:flex;align-items:center;padding:0 10px}.money-input:focus-within{border-color:#8b81ef;box-shadow:0 0 0 3px #6255e814}.money-input b{color:#ec504b}.money-input input{border:0!important;box-shadow:none!important;height:100%;min-height:0;padding-left:6px}.image-editor{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.image-edit-item,.image-upload{aspect-ratio:1;border-radius:11px;overflow:hidden;position:relative;background:#f4f5f7}.image-edit-item>img{width:100%;height:100%;object-fit:cover}.image-edit-item>b{position:absolute;left:6px;top:6px;padding:4px 6px;border-radius:5px;background:#ffe400;color:#241f00;font-size:8px}.image-edit-item>div{position:absolute;right:5px;top:5px;display:flex;gap:3px}.image-edit-item button{width:25px;height:25px;border-radius:6px;display:grid;place-items:center;background:#141620ab;color:#fff}.image-upload{border:1.5px dashed #cfd3dc;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#72798a;cursor:pointer}.image-upload input{display:none}.image-upload span{font-size:10px;font-weight:650;margin-top:7px}.image-upload small{font-size:7px;color:#a3a7b1;margin-top:3px}.url-adder{height:39px;border-radius:9px;border:1px solid #e0e2e8;margin-top:11px;display:flex;align-items:center;padding-left:11px;color:#9ba0ad}.url-adder input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 10px}.url-adder button{height:29px;margin-right:4px;padding:0 12px;border-radius:7px;background:#efedff;color:#6255e8;font-size:9px}.attribute-list{display:flex;flex-direction:column;gap:8px}.attribute-list>div{display:grid;grid-template-columns:.65fr 1.35fr 34px;gap:8px}.attribute-list input{height:38px;border:1px solid #e0e2e8;border-radius:8px;padding:0 10px;outline:0}.attribute-list button{border-radius:8px;background:#fff0f2;color:#d74555;display:grid;place-items:center}.add-row{margin-top:10px;height:35px;padding:0 12px;border-radius:8px;background:#f2f1ff;color:#6355dd;display:flex;align-items:center;gap:5px;font-size:9px}.switch-label{padding:11px 0;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between}.switch-label>span{display:flex;flex-direction:column}.switch-label small{position:static!important;margin-top:3px;font-weight:400}.switch-label input{position:absolute;opacity:0}.switch-label i{width:39px;height:22px;border-radius:20px;background:#d9dbe1;position:relative}.switch-label i:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;box-shadow:0 1px 3px #00000040;transition:.2s}.switch-label input:checked+i{background:#ffe000}.switch-label input:checked+i:after{left:19px}.publish-summary{padding:20px}.publish-summary h3{margin:0 0 13px;font-size:14px}.publish-summary ul{list-style:none;padding:0;margin:0}.publish-summary li{padding:8px 0 8px 24px;border-bottom:1px solid #f0f1f3;color:#9ba0ad;font-size:10px;position:relative}.publish-summary li:before{content:"";position:absolute;left:2px;top:9px;width:13px;height:13px;border-radius:50%;border:1px solid #cfd2da}.publish-summary li.done{color:#3e4553}.publish-summary li.done:before{background:#20a66a;border-color:#20a66a;box-shadow:inset 0 0 0 3px #fff}.publish-summary p{font-size:8px;color:#a4a8b3;margin:13px 0 0}.delivery-cell{display:flex;align-items:center;gap:6px;color:#62697a}.order-actions{display:flex;align-items:center;gap:6px}.order-actions select{height:30px;border:1px solid #dfe2e9;border-radius:7px;background:#fff;font-size:9px}.order-actions button{height:30px;border-radius:7px;background:#f0efff;color:#5e50dc;font-size:9px}.detail-drawer{position:absolute;right:0;top:0;height:100%;width:min(430px,100%);background:#fff;padding:24px;overflow:auto;box-shadow:-15px 0 50px #14182826}.detail-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.detail-drawer-head span{color:#989eac;font-size:9px}.detail-drawer-head h3{margin:4px 0 0}.detail-drawer-head button{width:32px;height:32px;border-radius:8px;background:#f1f2f5;font-size:21px}.detail-product-image{width:100%;height:220px;object-fit:cover;border-radius:13px;background:#f3f4f6}.detail-drawer>h4{margin:13px 0 18px;line-height:1.5}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 12px}.detail-grid>div{display:flex;flex-direction:column;gap:6px}.detail-grid>div.full{grid-column:1/-1}.detail-grid span{font-size:9px;color:#999eab}.detail-grid p{margin:0;padding:10px;background:#f6f7f9;border-radius:8px;line-height:1.6;font-size:11px;display:flex;gap:5px}.comment-admin-list article{min-height:98px;padding:17px 20px;border-bottom:1px solid #eff0f3;display:flex;gap:12px;align-items:flex-start}.comment-avatar{width:37px;height:37px;flex:0 0 auto;border-radius:50%;background:linear-gradient(135deg,#ffd934,#ff9f43);display:grid;place-items:center;font-weight:750;color:#694900}.comment-main{min-width:0;flex:1}.comment-main>div{display:flex;align-items:center;gap:7px}.comment-main b{font-size:12px}.comment-main>div>span{font-size:9px;color:#a1a6b2}.comment-main p{margin:8px 0 7px;line-height:1.55;font-size:12px}.comment-main>small{font-size:9px;color:#999eaa}.comment-main a{color:#6255e8}.settings-layout{display:grid;grid-template-columns:220px 1fr;gap:17px;align-items:start}.settings-nav{background:#fff;border:1px solid #e9ebf0;border-radius:14px;padding:8px}.settings-nav button{width:100%;min-height:58px;padding:9px 11px;border-radius:9px;background:transparent;display:flex;align-items:center;gap:10px;text-align:left;color:#737989}.settings-nav button.active{background:#efedff;color:#5f51dc}.settings-nav span{display:flex;flex-direction:column}.settings-nav b{font-size:11px}.settings-nav small{font-size:8px;margin-top:4px;color:#9ba0ad}.settings-panel{padding:25px}.settings-title{padding-bottom:18px;border-bottom:1px solid #eceef2}.settings-title h3{margin:0;font-size:17px}.settings-title p{margin:5px 0 0;color:#989dab;font-size:10px}.profile-hero{display:flex;align-items:center;gap:12px;padding:20px 0 3px}.big-avatar{width:54px;height:54px;border-radius:15px;background:linear-gradient(135deg,#7568ef,#493cc8);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:750}.profile-hero>div:last-child{display:flex;flex-direction:column}.profile-hero>div:last-child>b{font-size:14px}.profile-hero span{display:flex;align-items:center;gap:4px;color:#695bdf;background:#efedff;border-radius:10px;padding:4px 7px;margin-top:5px;font-size:8px;width:max-content}.settings-panel>.form-grid.two{padding:20px 0 0}.form-inline-action{padding-top:5px}.password-form{width:min(430px,100%);display:flex;flex-direction:column;gap:15px;padding-top:24px}.password-form .btn{align-self:flex-start}.chat-summary{display:flex;align-items:center;gap:10px}.chat-summary>span,.chat-summary>b{height:36px;padding:0 11px;border-radius:9px;display:flex;align-items:center;gap:6px;font-size:10px}.chat-summary>span{background:#efedff;color:#6255e8}.chat-summary>b{background:#fff0f2;color:#d44b5b}.chat-summary .btn{min-height:36px;padding:0 12px}.customer-service-panel{height:calc(100vh - 160px);min-height:650px;border:1px solid #e5e7ed;border-radius:15px;background:#fff;display:grid;grid-template-columns:340px minmax(0,1fr);overflow:hidden;box-shadow:0 6px 24px #1e25430d}.service-session-list{min-width:0;border-right:1px solid #e8eaf0;display:flex;flex-direction:column;background:#fbfbfc}.service-list-tools{padding:13px;border-bottom:1px solid #e8eaf0;display:grid;grid-template-columns:1fr 95px;gap:7px}.service-list-tools>div{height:38px;padding:0 9px;border:1px solid #dfe2e9;border-radius:9px;background:#fff;color:#9ba0ad;display:flex;align-items:center;gap:6px}.service-list-tools input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;font-size:10px}.service-list-tools select{height:38px;border:1px solid #dfe2e9;border-radius:9px;background:#fff;padding:0 6px;outline:0;font-size:9px}.service-list-scroll{min-height:0;flex:1;overflow:auto}.service-list-scroll>button{width:100%;min-height:92px;padding:13px 12px;border-bottom:1px solid #eceef2;background:transparent;display:flex;align-items:flex-start;gap:9px;text-align:left;position:relative}.service-list-scroll>button:hover{background:#f5f4ff}.service-list-scroll>button.active{background:#efedff;box-shadow:inset 3px 0 #6255e8}.service-list-avatar{width:39px;height:39px;flex:0 0 39px;border-radius:13px;background:linear-gradient(135deg,#ffe057,#ff9e3e);color:#5e4400;display:grid;place-items:center;font-size:14px;font-weight:750;position:relative}.service-list-avatar i{position:absolute;right:-1px;top:-1px;width:8px;height:8px;border-radius:50%;background:#f04e5d;border:2px solid #fff}.service-list-copy{min-width:0;flex:1}.service-list-copy>div{display:flex;align-items:center;justify-content:space-between;gap:6px}.service-list-copy b{font-size:12px}.service-list-copy time{color:#a2a7b3;font-size:8px;white-space:nowrap}.service-list-copy p{margin:6px 0 5px;color:#656c7b;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-list-copy small{display:block;color:#a0a5b2;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-list-scroll>button>em{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ef4b5b;color:#fff;font-size:8px;font-style:normal;display:grid;place-items:center}.service-takeover-mark{position:absolute;right:10px;bottom:8px;padding:3px 6px;border-radius:8px;background:#e8e4ff;color:#6556d9;font-size:7px}.service-empty{height:230px;color:#a1a6b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.service-empty p{font-size:10px}.service-chat-main{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f6f7f9}.service-chat-head{min-height:67px;padding:10px 16px;background:#fff;border-bottom:1px solid #e9ebf0;display:flex;align-items:center;justify-content:space-between;gap:12px}.service-customer{display:flex;align-items:center;gap:10px}.service-customer>span{width:39px;height:39px;border-radius:13px;background:linear-gradient(135deg,#ffe057,#ff9e3e);color:#5e4400;display:grid;place-items:center;font-weight:750}.service-customer h3{margin:0;font-size:14px}.service-customer p{margin:4px 0 0;color:#8d93a1;font-size:9px}.service-customer p i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#25ac6c}.service-head-actions{display:flex;gap:7px}.service-head-actions button{height:34px;padding:0 10px;border-radius:8px;border:1px solid #dfe2e9;background:#fff;color:#666d7b;font-size:9px;display:flex;align-items:center;gap:5px}.service-head-actions button.active{border-color:#776aed;background:#efedff;color:#5d4fda}.service-product-card{min-height:72px;margin:12px 16px 0;padding:9px;border:1px solid #e8eaf0;border-radius:11px;background:#fff;display:flex;align-items:center;gap:10px}.service-product-card>img{width:53px;height:53px;flex:0 0 53px;border-radius:8px;object-fit:cover}.service-product-card>div{min-width:0;flex:1;display:flex;flex-direction:column}.service-product-card small{color:#9aa0ad;font-size:8px}.service-product-card b{margin-top:4px;max-width:600px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-product-card strong{margin-top:4px;color:#ef4f49;font-size:12px}.service-product-card>span{padding:6px 9px;border-radius:8px;background:#f0efff;color:#6153dc;font-size:8px}.service-intervene-banner{margin:9px 16px 0;padding:8px 10px;border-radius:8px;background:#eeebff;color:#6254d5;font-size:9px;display:flex;align-items:center;gap:6px}.service-message-list{min-height:0;flex:1;padding:18px;overflow-y:auto}.service-message-list article{margin-bottom:17px;display:flex;align-items:flex-start;gap:8px}.service-message-list article.from-staff{flex-direction:row-reverse}.service-message-avatar{width:35px;height:35px;flex:0 0 35px;border-radius:11px;background:#e5e2ff;color:#5d50cf;display:grid;place-items:center;font-size:11px;font-weight:750}.from-customer .service-message-avatar{background:#ffe29a;color:#735600}.service-message-list article>div:last-child{max-width:min(650px,70%);display:flex;flex-direction:column;align-items:flex-start}.service-message-list .from-staff>div:last-child{align-items:flex-end}.service-message-name{margin:0 2px 5px;color:#9298a5;font-size:8px}.service-message-name span{margin-left:5px;padding:2px 5px;border-radius:6px;background:#e8e4ff;color:#6153d5}.service-text-message{padding:10px 12px;border-radius:4px 12px 12px;background:#fff;border:1px solid #e8eaf0;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.from-staff .service-text-message{border:0;border-radius:12px 4px 12px 12px;background:#6a5be7;color:#fff}.service-text-message.emoji{padding:2px;border:0;background:transparent!important;font-size:29px}.service-message-list time{margin:4px 2px 0;color:#a6abb6;font-size:7px}.service-image-message{max-width:230px;border-radius:10px;overflow:hidden}.service-image-message img{display:block;max-height:270px;object-fit:cover}.service-order-message{width:min(370px,100%);padding:9px;border-radius:10px;background:#fff;border:1px solid #e8eaf0;display:flex;align-items:center;gap:8px}.service-order-message>img{width:52px;height:52px;border-radius:7px;object-fit:cover}.service-order-message>p{min-width:0;flex:1;margin:0;display:flex;flex-direction:column}.service-order-message b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-order-message span{margin-top:5px;color:#999fac;font-size:8px}.service-order-message strong{color:#ef4e49;font-size:11px}.service-reply-box{padding:10px 14px 12px;background:#fff;border-top:1px solid #e8eaf0}.service-quick-replies{display:flex;gap:6px;margin-bottom:8px;overflow-x:auto}.service-quick-replies button{height:25px;padding:0 9px;flex:0 0 auto;border-radius:13px;background:#f2f3f6;color:#666d7b;font-size:8px}.service-reply-box textarea{width:100%;height:62px;padding:9px 10px;border:1px solid #dfe2e9;border-radius:9px;outline:0;resize:none;font-size:11px}.service-reply-box textarea:focus{border-color:#8b81ef;box-shadow:0 0 0 3px #6255e812}.service-reply-box>div:last-of-type{margin-top:7px;display:flex;align-items:center;gap:8px}.service-reply-box>div:last-of-type>button:first-child{width:32px;height:32px;border-radius:8px;background:#f1f2f5;color:#636a79;display:grid;place-items:center}.service-reply-box>div:last-of-type>span{min-width:0;flex:1;color:#9ba0ad;font-size:8px}.service-send-btn{height:34px;padding:0 13px;border-radius:8px;background:#6255e8;color:#fff;font-size:9px;display:flex;align-items:center;gap:6px}.service-chat-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a2a7b3}.service-chat-placeholder h3{margin:15px 0 4px;color:#5e6573}.service-chat-placeholder p{margin:0;font-size:10px}@media(max-width:1100px){.metrics-grid,.store-grid{grid-template-columns:repeat(2,1fr)}.editor-layout{grid-template-columns:1fr}.editor-side{display:grid;grid-template-columns:1fr 1fr}.login-page{grid-template-columns:1fr 1fr}.login-showcase{padding:32px}.showcase-copy h1{font-size:38px}.customer-service-panel{grid-template-columns:290px minmax(0,1fr)}}@media(max-width:760px){.admin-shell{--sidebar-width: 0px}.admin-sidebar{width:248px;transform:translate(-105%)}.admin-sidebar.open{transform:translate(0)}.sidebar-collapsed .admin-sidebar{width:248px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .role-card,.sidebar-collapsed .sidebar-nav span,.sidebar-collapsed .collapse-btn span{display:flex}.sidebar-collapsed .sidebar-nav button,.sidebar-collapsed .collapse-btn{justify-content:flex-start;padding:0 14px}.mobile-close{margin-left:auto;display:grid;place-items:center;width:31px;height:31px;border-radius:8px;background:#ffffff0f;color:#fff}.mobile-sidebar-mask{display:block;position:fixed;z-index:90;inset:0;background:#0f121d75}.admin-main{margin-left:0}.admin-header{height:66px;padding:0 15px}.mobile-menu{display:grid;place-items:center;width:37px;height:37px;border-radius:9px;background:#f1f2f5;color:#4e5565}.header-left small,.user-copy,.user-trigger>svg,.header-icon{display:none}.header-left h1{font-size:16px}.user-avatar{width:35px;height:35px}.admin-content{padding:18px 13px 35px}.page-heading{align-items:flex-start}.page-heading h2{font-size:21px}.page-heading p{font-size:11px;line-height:1.5}.page-heading-actions .btn{padding:0 12px}.metrics-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:98px;padding:14px}.metric-icon{width:36px;height:36px}.metric-card strong{font-size:18px}.metric-trend{display:none}.dashboard-grid{grid-template-columns:1fr}.bar-chart{height:190px}.quick-panel{order:3}.recent-products{order:4}.recent-orders{order:5}.chat-admin-page>.page-heading{flex-direction:column}.chat-summary{width:100%;overflow:auto}.customer-service-panel{height:auto;min-height:0;grid-template-columns:1fr}.service-session-list{height:320px;border-right:0;border-bottom:1px solid #e8eaf0}.service-chat-main{height:680px}.service-product-card{margin:9px}.service-message-list{padding:12px}.service-chat-head{padding:9px}.service-head-actions button{padding:0 7px}.service-message-list article>div:last-child{max-width:82%}.table-tools,.card-tools{flex-wrap:wrap}.search-box{width:100%}.product-tools select{flex:1;min-width:110px}.data-pager{padding:10px 12px}.store-grid,.form-grid.two{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.form-dialog{max-height:92vh;border-radius:18px 18px 0 0}.form-dialog.wide{width:100%}.editor-head{align-items:flex-start;flex-wrap:wrap}.editor-head-actions{width:100%;overflow:auto}.editor-head-actions .btn{white-space:nowrap}.editor-side{display:flex}.image-editor{grid-template-columns:repeat(3,1fr)}.settings-layout{grid-template-columns:1fr}.settings-nav{display:grid;grid-template-columns:1fr 1fr}.comment-admin-list article{padding:14px}.comment-main>div{flex-wrap:wrap}.login-page{display:block;background:linear-gradient(155deg,#171b31,#372880);padding:24px 18px;min-height:100vh}.login-showcase{display:none}.login-panel{min-height:calc(100vh - 48px);padding:0}.login-card{background:#fff;border-radius:20px;padding:26px 22px}.login-mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:28px}.login-title h2{font-size:25px}.detail-drawer{position:fixed}}@media(max-width:430px){.metrics-grid{grid-template-columns:1fr}.page-heading{flex-direction:column}.page-heading-actions,.page-heading-actions .btn{width:100%}.form-grid.two{padding:18px}.form-section{padding:17px}.image-editor{grid-template-columns:repeat(3,1fr)}}.public-stage{min-height:100vh;background:#dfe2e7;color:#161616}.mobile-page{width:min(430px,100%);min-height:100vh;margin:0 auto;background:#fff;position:relative;box-shadow:0 0 35px #1a1f2c1f}.mobile-loading,.mobile-error{width:min(430px,100%);min-height:100vh;margin:0 auto;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8c8c8c}.fish-loader{width:55px;height:55px;border-radius:20px 20px 20px 5px;background:#ffe100;color:#111;display:grid;place-items:center;font-size:22px;font-weight:900;animation:fishFloat 1.5s ease-in-out infinite}@keyframes fishFloat{50%{transform:translateY(-8px) rotate(-3deg)}}.mobile-loading p,.mobile-error p{font-size:13px}.mobile-error h2{margin:18px 0 0;color:#222}.mobile-error button{margin-top:17px;background:#ffe100;padding:10px 18px;border-radius:22px;font-weight:700}.product-detail-page{padding-bottom:78px;overflow:hidden}.xy-topbar{height:53px;background:#f7f7f7;padding:0 10px;display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:30}.xy-topbar>button{width:28px;height:38px;padding:0;display:grid;place-items:center;background:transparent;color:#242424}.xy-topbar form{flex:1;height:34px;border:1px solid #dedede;border-radius:19px;background:#fff;display:flex;align-items:center;padding:0 10px;color:#b0b0b0}.xy-topbar input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding-left:6px;font-size:13px;color:#333}.xy-topbar input::placeholder{color:#c2c2c2}.xy-topbar .fish-round{width:24px;height:24px;border:1.7px solid #222;border-radius:50%;font-size:10px;font-weight:800}.seller-strip{height:51px;padding:0 16px;background:#f7f7f7;display:flex;align-items:center;gap:7px;cursor:pointer;border-top:1px solid #f0f0f0}.seller-strip>img{width:31px;height:31px;border-radius:50%;object-fit:cover;border:1px solid #e8e8e8;background:#dedede}.seller-strip>b{font-size:13px;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-strip>span{margin-left:2px;padding:3px 6px;border-radius:8px;background:#f6db26;font-size:8px;display:flex;align-items:center;gap:2px;font-weight:650}.seller-strip>svg:last-child{margin-left:auto;color:#aaa}.price-block{min-height:79px;padding:14px 17px 8px;display:flex;align-items:flex-start;justify-content:space-between;background:#fff}.price-block>div{display:flex;align-items:center;flex-wrap:wrap}.price-block strong{color:#ff4f58;font-size:27px;line-height:1;font-weight:800;letter-spacing:-1px}.price-block strong small{font-size:15px;margin-right:1px}.price-block>div>span{margin-left:5px;padding:1px 4px;border:1px solid #ff777b;border-radius:3px;color:#ff5158;font-size:9px}.price-block p{width:100%;margin:5px 0 0 42px;color:#aaa;font-size:10px}.condition-stamp{margin-top:12px;color:#252525;font-size:15px;font-style:italic;position:relative;transform:rotate(-2deg)}.condition-stamp:after{content:"";position:absolute;height:4px;background:#ffe400;left:0;right:0;bottom:-1px;z-index:-1;transform:skew(-20deg)}.assurance-card{margin:0 15px 12px;border-radius:10px;background:#f6f6f6;overflow:hidden;box-shadow:0 2px 7px #00000009}.assurance-card button{width:100%;height:36px;padding:0 8px;background:transparent;display:flex;align-items:center;gap:7px;color:#262626}.assurance-card button+button{border-top:1px solid #ededed}.assurance-card button b{flex:1;text-align:left;font-size:10px;font-weight:500}.assurance-card button>svg{color:#555}.assurance-card button>svg:last-child{color:#bbb}.assure-blue{background:#31aada;color:#fff;font-weight:800;font-size:8px;padding:3px 4px;border-radius:2px}.description-block{padding:19px 16px 6px}.description-block p{margin:0;white-space:pre-line;font-size:15px;line-height:1.52;word-break:break-word}.image-grid{margin:17px 15px 0;display:grid;grid-template-columns:1fr 1fr;gap:3px;overflow:hidden;border-radius:6px}.image-grid button{padding:0;background:#eee;overflow:hidden;position:relative;aspect-ratio:1/1.08}.image-grid button:first-child{grid-column:1/-1;aspect-ratio:auto;max-height:480px}.image-grid.count-1 button:first-child{aspect-ratio:1/1}.image-grid img{width:100%;height:100%;display:block;object-fit:cover}.image-grid button:first-child img{height:auto;min-height:320px;max-height:480px;object-fit:cover}.image-grid button>span{position:absolute;inset:0;background:#00000061;color:#fff;display:grid;place-items:center;font-size:22px;font-weight:700}.product-info-entry{margin:10px 15px 0;width:calc(100% - 30px);min-height:48px;border-radius:10px;background:#f7f7f7;padding:9px 11px;display:flex;align-items:center;gap:10px}.product-info-entry div{display:flex;gap:5px;align-items:center;white-space:nowrap}.product-info-entry div span{font-weight:700;font-size:11px}.product-info-entry p{min-width:0;flex:1;margin:0;color:#858585;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info-entry>svg{color:#aaa}.comments-section{margin:14px 15px 0;padding:16px 0 8px;border-top:1px solid #f0f0f0}.comments-section h2{margin:0 0 13px;font-size:15px}.comment-form{display:flex;align-items:center;gap:7px}.comment-user,.comment-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:linear-gradient(135deg,#ffdf33,#ff9b3c);color:#594500;display:grid;place-items:center;font-size:12px;font-weight:700}.comment-form input{min-width:0;flex:1;height:34px;padding:0 12px;border:0;border-radius:18px;background:#f4f4f4;outline:0;font-size:12px}.comment-form button{height:30px;padding:0 10px;border-radius:15px;background:#ffe200;font-size:10px;font-weight:700}.comment-list article{display:flex;gap:8px;margin-top:17px;align-items:flex-start}.comment-list .comment-avatar{width:30px;height:30px;flex-basis:30px;font-size:10px;background:#ececec;color:#777}.comment-list article>div:last-child{min-width:0;flex:1}.comment-list p{margin:0;color:#999;font-size:11px}.comment-list p b{color:#777}.comment-list small{display:block;margin:2px 0 5px;color:#bbb;font-size:8px}.comment-list article strong{display:block;font-size:12px;font-weight:500;line-height:1.5}.no-comments{text-align:center!important;padding:20px 0!important;color:#bbb!important}.seller-card{margin:11px 12px 0;padding:15px;border-radius:15px;background:#fff;box-shadow:0 0 12px #00000026}.seller-card-head{display:flex;align-items:center;justify-content:space-between}.seller-id{display:flex;align-items:center;gap:8px;background:transparent;text-align:left}.seller-id img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#eee}.seller-id span{display:flex;flex-direction:column}.seller-id b{font-size:13px}.seller-id small{margin-top:4px;color:#8d8d8d;font-size:9px}.follow-btn{min-width:65px;height:29px;border-radius:17px;background:#ffe200;font-size:11px;font-weight:750}.follow-btn.followed{background:#f0f0f0;color:#888}.seller-card>p{margin:13px 0 10px;font-size:11px;font-weight:650}.seller-showcase{display:flex;gap:8px;overflow:auto}.seller-showcase a{width:77px;height:88px;flex:0 0 77px;border-radius:7px;overflow:hidden;position:relative;background:#eee}.seller-showcase img{width:100%;height:100%;object-fit:cover}.seller-showcase b{position:absolute;left:5px;bottom:4px;padding:2px 4px;border-radius:4px;background:#ffffffe0;color:#f6534c;font-size:9px}.page-end,.shop-end{text-align:center;color:#c3c3c3;font-size:10px;margin:27px 0 3px}.xy-bottom-bar{width:min(430px,100%);height:57px;position:fixed;z-index:35;left:50%;bottom:0;transform:translate(-50%);padding:6px 15px calc(5px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:17px;background:#fffffff7;border-top:1px solid #efefef;box-shadow:0 -3px 12px #0000000d}.xy-bottom-bar>button{min-width:25px;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:1px;color:#252525}.xy-bottom-bar>button span{font-size:8px}.xy-bottom-bar>div{margin-left:auto;display:flex;gap:8px}.xy-bottom-bar>div button{height:41px;min-width:86px;border-radius:23px;font-size:12px;font-weight:750}.same-btn{background:#f6f6f6}.want-btn{background:#ffe100}.mobile-mask{position:fixed;z-index:1000;inset:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.share-sheet,.info-sheet,.action-sheet,.order-sheet,.address-sheet{width:min(430px,100%);background:#fff;border-radius:15px 15px 0 0;animation:sheetUp .25s ease;box-shadow:0 -10px 35px #0000001f}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.share-sheet>h3{margin:18px 0 2px;text-align:center;font-size:15px}.share-sheet>p{text-align:center;margin:0;color:#aaa;font-size:10px}.share-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 0;padding:22px 15px 18px;border-bottom:1px solid #eee}.share-grid button{background:transparent;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10px}.share-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f4ff;color:#2877ca;font-weight:800;font-size:15px}.share-icon.red{background:#fff1e9;color:#eb4e22}.share-icon.orange{background:#ff3c15;color:#fff}.share-icon.钉钉{background:#e9f4ff;color:#3388db}.share-icon.微博{background:#fff0e9;color:#ea5c27}.share-icon.支付宝{background:#e8f4ff;color:#1978db}.share-icon.短信{background:#eaf8ec;color:#28a054}.share-icon.空间{background:#fff4dd;color:#e8a111}.sheet-cancel{width:100%;height:55px;background:#fff;font-size:14px;border-radius:0;padding-bottom:env(safe-area-inset-bottom)}.poster-mask{align-items:center}.share-poster{width:320px;padding:15px;background:#fff;border-radius:18px;position:relative;animation:posterIn .25s ease;box-shadow:0 20px 60px #0000004d}@keyframes posterIn{0%{transform:scale(.9);opacity:0}}.poster-close{position:absolute;right:-9px;top:-9px;width:31px;height:31px;border-radius:50%;background:#222;color:#fff;display:grid;place-items:center}.poster-brand{height:40px;display:flex;align-items:center;gap:7px;font-weight:750}.poster-brand span{width:27px;height:27px;border-radius:9px;background:#ffe100;display:grid;place-items:center}.share-poster>img{width:100%;height:260px;object-fit:cover;border-radius:11px}.share-poster h3{font-size:14px;line-height:1.45;margin:11px 0 5px;max-height:41px;overflow:hidden}.share-poster>strong{color:#ff4f4e;font-size:25px}.share-poster>p{color:#aaa;font-size:9px}.fake-qr{position:absolute;right:17px;bottom:62px;width:54px;height:54px;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#fff;padding:3px;border:1px solid #eee}.fake-qr i{background:#222}.fake-qr i:nth-child(3n){background:#fff}.share-poster>button:last-child{width:100%;height:39px;border-radius:20px;background:#ffe100;font-weight:700}.image-viewer{position:fixed;z-index:2000;inset:0;background:#000;display:flex;align-items:center;justify-content:center}.image-viewer>img{width:100%;max-width:900px;max-height:84vh;object-fit:contain}.viewer-close{position:absolute;right:18px;top:18px;width:35px;height:35px;border-radius:50%;background:#ffffff24;color:#fff;display:grid;place-items:center}.viewer-prev,.viewer-next{position:absolute;top:50%;width:35px;height:48px;border-radius:8px;background:#0000004d;color:#fff;font-size:30px}.viewer-prev{left:5px}.viewer-next{right:5px}.viewer-dots{position:absolute;bottom:40px;display:flex;gap:5px}.viewer-dots i{width:5px;height:5px;border-radius:50%;background:#777}.viewer-dots i.active{width:14px;border-radius:4px;background:#fff}.image-viewer>span{position:absolute;bottom:12px;color:#ddd;font-size:11px}.sheet-handle{width:38px;height:4px;border-radius:4px;background:#ddd;margin:9px auto}.sheet-x{position:absolute;right:15px;top:13px;width:29px;height:29px;border-radius:50%;background:#f1f1f1;display:grid;place-items:center}.info-sheet{position:relative;padding:0 20px calc(25px + env(safe-area-inset-bottom));max-height:75vh;overflow:auto}.info-sheet h3{text-align:center;margin:12px 0 18px;font-size:16px}.info-sheet dl{margin:0}.info-sheet dl{display:grid;grid-template-columns:105px 1fr}.info-sheet dt,.info-sheet dd{padding:13px 0;margin:0;border-bottom:1px solid #f1f1f1;font-size:12px}.info-sheet dt{color:#999}.info-sheet dd{font-weight:600}.action-sheet{padding:8px 15px calc(8px + env(safe-area-inset-bottom));background:#f2f2f2}.action-sheet button{width:100%;height:51px;background:#fff;font-size:14px}.action-sheet button:first-child{border-radius:12px 12px 0 0}.action-sheet button:nth-child(2){color:#f04c54;border-top:1px solid #eee;border-radius:0 0 12px 12px}.action-sheet button:last-child{margin-top:8px;border-radius:12px}.order-mask{z-index:1100}.order-sheet{height:min(480px,78vh);position:relative;display:flex;flex-direction:column}.order-product{display:flex;gap:11px;padding:7px 16px 13px;border-bottom:1px solid #eee}.order-product img{width:72px;height:72px;border-radius:8px;object-fit:cover}.order-product>div{display:flex;flex-direction:column;padding-top:7px}.order-product b{font-size:12px;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-product strong{margin-top:8px;color:#ff4d53;font-size:19px}.order-content{padding:15px 16px;overflow:auto;flex:1}.order-content h4{font-size:12px;margin:0 0 10px}.delivery-tabs{display:flex;gap:9px}.delivery-tabs button{height:31px;padding:0 16px;border-radius:17px;background:#f0f0f0;color:#aaa;font-size:10px}.delivery-tabs button.active{background:#ffe100;color:#222;font-weight:700;box-shadow:0 2px 4px #eed00040}.digital-tip{margin:13px 0 0;color:#999;font-size:10px;line-height:1.5}.address-entry{width:100%;margin-top:10px;border:1px solid #eee;border-radius:8px;background:#fafafa;min-height:46px;padding:7px 10px;display:flex;align-items:center;text-align:left}.address-entry>span{min-width:0;flex:1;display:flex;flex-direction:column}.address-entry b{font-size:11px}.address-entry small{margin-top:3px;color:#888;font-size:9px}.order-separator{height:1px;background:#eee;margin:16px 0}.pay-row{display:flex;align-items:center;gap:9px;font-size:12px}.pay-row>span{margin-right:auto}.pay-row i{width:25px;height:25px;border-radius:7px;background:#6255e8;color:#fff;font-style:normal;display:grid;place-items:center;font-size:10px}.pay-row b{font-size:10px}.pay-row svg{width:16px;height:16px;border-radius:50%;padding:2px;background:#ffe000}.inspection-row{display:flex;align-items:center;margin-top:22px}.inspection-logo{font-style:italic;font-weight:900;color:#1c9fc9;font-size:14px}.inspection-row>div{display:flex;flex-direction:column;margin-left:10px}.inspection-row b{font-size:11px}.inspection-row small{font-size:8px;color:#999;margin-top:2px}.inspection-row>button{margin-left:auto;width:48px;height:27px;border-radius:20px;background:#ddd;padding:2px;transition:.2s}.inspection-row>button i{display:block;width:23px;height:23px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000003b;transition:.2s}.inspection-row>button.on{background:#ffe000}.inspection-row>button.on i{transform:translate(21px)}.order-submit{padding:10px 16px calc(9px + env(safe-area-inset-bottom));border-top:1px solid #eee}.order-submit button{width:100%;height:44px;border-radius:24px;background:linear-gradient(100deg,#ff6422,#ff450d);color:#fff;font-weight:800;font-size:15px;box-shadow:0 7px 15px #ff501438}.order-submit small{display:block;text-align:center;margin-top:5px;color:#aaa;font-size:7px}.address-sheet{height:min(550px,86vh);padding:12px 15px calc(18px + env(safe-area-inset-bottom));position:relative;overflow:auto}.address-sheet>label{display:block;margin-bottom:13px}.address-sheet label>span{display:block;font-size:12px;font-weight:650;margin:0 0 7px}.address-sheet input{width:100%;height:43px;border:1px solid #e1e1e1;border-radius:9px;padding:0 12px;outline:0;font-size:12px}.address-sheet input:focus{border-color:#f2cf00}.province-grid{border:1px solid #ececec;border-radius:9px;padding:6px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;max-height:157px;overflow:auto}.province-grid button{height:31px;border-radius:6px;background:#f4f4f4;font-size:9px;padding:0 2px}.province-grid button.active{background:#ffe100;font-weight:700}.save-address{width:100%;height:44px;border-radius:24px;background:#ffe100;font-weight:800;font-size:14px;margin-top:4px}.success-mask{z-index:1200;align-items:center}.order-success{width:315px;background:#fff;border-radius:18px;padding:28px 22px;text-align:center;box-shadow:0 20px 60px #00000040;animation:posterIn .25s ease}.success-check{width:56px;height:56px;border-radius:50%;background:#ffe100;margin:0 auto 14px;display:grid;place-items:center}.order-success h3{margin:0 0 8px;font-size:18px}.order-success>p{color:#888;font-size:10px;line-height:1.6;margin:0}.order-success dl{margin:18px 0;background:#f7f7f7;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:70px 1fr;text-align:left}.order-success dt,.order-success dd{padding:5px 0;margin:0;font-size:10px}.order-success dt{color:#999}.order-success dd{text-align:right;font-weight:700}.order-success>button{width:100%;height:42px;border-radius:22px;background:#ffe100;font-weight:800}.shop-page{padding-bottom:25px}.shop-hero{height:190px;padding:14px 15px;background:linear-gradient(145deg,#5b37d4,#ca47d2);background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}.shop-hero:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-15px;top:25px;background:radial-gradient(circle at 35% 35%,#ffd4fa,#ef72dc 45%,#ae37ba);opacity:.8}.shop-back,.shop-more{position:absolute;z-index:2;top:11px;background:transparent;color:#fff;padding:0}.shop-back{left:14px}.shop-more{right:13px}.shop-profile{position:absolute;z-index:2;left:15px;right:15px;top:68px;display:flex;align-items:center;gap:9px}.shop-profile>img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:4px solid #fff;background:#eee}.shop-profile>div{min-width:0;flex:1}.shop-profile h1{font-size:19px;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-profile p{margin:0;font-size:9px}.shop-profile>button{width:83px;height:36px;border-radius:20px;background:#ffe100;font-weight:800}.shop-profile>button.followed{background:#fffc;color:#666}.shop-notice{position:absolute;z-index:2;left:15px;bottom:8px;margin:0;font-size:13px}.credit-cards{margin:-1px 9px 0;position:relative;z-index:3;display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:7px}.credit-cards>div{min-height:93px;border-radius:11px;background:#fff;box-shadow:0 2px 10px #00000017;padding:10px;display:flex;flex-direction:column}.credit-cards span{font-size:10px;color:#555}.credit-cards strong{margin:auto 0 2px;font-size:15px}.credit-cards strong b{margin-left:9px;color:#222}.credit-cards>div:first-child strong{color:#e5a10f}.credit-cards p{margin:0;color:#aaa;font-size:8px}.shop-tabs{height:48px;padding:0 15px;display:flex;align-items:center;gap:23px}.shop-tabs button{height:100%;padding:0;background:transparent;position:relative;white-space:nowrap;font-size:13px}.shop-tabs button.active{font-weight:800}.shop-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:4px;border-radius:4px;background:#ffe100;z-index:-1}.shop-products{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 15px}.shop-products>a{min-width:0}.shop-products img{width:100%;aspect-ratio:1/1;border-radius:9px;object-fit:cover;background:#eee}.shop-products h3{height:54px;overflow:hidden;margin:5px 0 1px;font-size:13px;line-height:1.36;font-weight:500}.shop-products p{margin:0;display:flex;align-items:baseline}.shop-products strong{color:#ff4e52}.shop-products span{color:#aaa;font-size:8px;margin-left:5px}.shop-empty{grid-column:1/-1;text-align:center;color:#aaa;padding:40px}.shop-tab-empty{padding:70px 20px;text-align:center;color:#aaa}.shop-tab-empty h3{color:#666;margin:12px 0 5px}.shop-tab-empty p{font-size:11px}.shop-end{margin-top:40px}.chat-stage{height:100vh;min-height:620px;overflow:hidden}.customer-chat-page{height:100vh;min-height:620px;display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}.customer-chat-navbar{height:58px;flex:0 0 58px;padding:0 13px;background:#fff;border-bottom:1px solid #ededed;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;z-index:5}.customer-chat-navbar>button{width:36px;height:40px;padding:0;background:transparent;display:grid;place-items:center}.customer-chat-navbar>div{text-align:center;min-width:0}.customer-chat-navbar h1{margin:0;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1.2}.customer-chat-navbar p{margin:4px 0 0;color:#999;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-chat-navbar p i{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#24b26b;vertical-align:1px;box-shadow:0 0 0 2px #e3f6ed}.customer-chat-list{min-height:0;flex:1;padding:10px 12px 18px;overflow-y:auto;overscroll-behavior:contain}.chat-time-divider{margin:3px 0 13px;text-align:center;color:#b0b0b0;font-size:9px}.chat-consult-card{width:calc(100% - 44px);margin:0 0 17px 44px;padding:12px;border-radius:10px;background:#fff;box-shadow:0 2px 9px #00000009}.chat-consult-card>p{margin:0 0 8px;color:#777;font-size:10px}.chat-consult-card>button{width:100%;padding:0;background:transparent;display:flex;align-items:center;gap:9px;text-align:left}.chat-consult-card img{width:58px;height:58px;flex:0 0 58px;border-radius:7px;background:#eee;object-fit:cover}.chat-consult-card button>span{min-width:0;flex:1;display:flex;flex-direction:column}.chat-consult-card b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:11px;line-height:1.4}.chat-consult-card strong{margin-top:5px;color:#f34f4f;font-size:13px}.chat-consult-card svg{color:#bbb}.platform-takeover-tip{width:max-content;max-width:90%;margin:3px auto 15px;padding:6px 11px;border-radius:14px;background:#eeeaff;color:#6758d8;font-size:9px}.customer-chat-message{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px}.customer-chat-message.is-user{justify-content:flex-end}.chat-message-avatar{width:35px;height:35px;flex:0 0 35px;border-radius:50%;overflow:hidden;background:#eee;display:grid;place-items:center;color:#6b5200;font-size:12px;font-weight:750}.chat-message-avatar img{width:100%;height:100%;object-fit:cover}.chat-message-avatar.user{background:linear-gradient(135deg,#ffe558,#ffb739)}.chat-message-body{max-width:calc(100% - 55px);display:flex;flex-direction:column;align-items:flex-start}.is-user .chat-message-body{align-items:flex-end}.chat-message-author{margin:0 0 5px 2px;color:#999;font-size:9px}.chat-message-author span{margin-left:4px;padding:2px 5px;border-radius:7px;background:#ece8ff;color:#6758d8}.chat-text-bubble{padding:10px 12px;border-radius:4px 13px 13px;background:#fff;box-shadow:0 2px 7px #00000009;font-size:13px;line-height:1.55;word-break:break-word;white-space:pre-wrap}.is-user .chat-text-bubble{border-radius:13px 4px 13px 13px;background:#ffe540;box-shadow:none}.chat-text-bubble.emoji{padding:3px 2px;background:transparent!important;box-shadow:none;font-size:32px;line-height:1.2}.chat-message-body>time{margin:4px 3px 0;color:#b6b6b6;font-size:8px}.chat-image-bubble{max-width:195px;border-radius:11px;overflow:hidden;cursor:pointer;background:#e7e7e7}.chat-image-bubble img{display:block;max-width:195px;max-height:245px;object-fit:cover}.chat-order-bubble{width:270px;max-width:100%;padding:9px;border-radius:11px;background:#fff;display:flex;gap:8px;align-items:center;box-shadow:0 2px 8px #0000000a}.is-user .chat-order-bubble{background:#fff9cf}.chat-order-bubble>img{width:52px;height:52px;flex:0 0 52px;border-radius:7px;object-fit:cover}.chat-order-bubble>div{min-width:0;flex:1;display:flex;flex-direction:column}.chat-order-bubble b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-order-bubble span{margin-top:4px;color:#e9991b;font-size:9px}.chat-order-bubble small{margin-top:3px;color:#aaa;font-size:7px}.chat-order-bubble strong{color:#f44d4f;font-size:12px;white-space:nowrap}.customer-chat-footer{flex:0 0 auto;padding:8px 9px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #ececec;box-shadow:0 -4px 12px #00000006;z-index:10}.chat-quick-replies{display:flex;gap:6px;margin-bottom:8px;overflow-x:auto;scrollbar-width:none}.chat-quick-replies::-webkit-scrollbar{display:none}.chat-quick-replies button{height:27px;padding:0 10px;flex:0 0 auto;border-radius:14px;background:#f2f2f2;color:#5f5f5f;font-size:9px}.chat-composer{display:flex;align-items:flex-end;gap:7px}.chat-composer textarea{min-width:0;flex:1;height:39px;max-height:88px;padding:10px 12px;border:1px solid #ededed;border-radius:19px;background:#f5f5f5;outline:0;resize:none;font-size:12px;line-height:18px}.chat-composer textarea:focus{border-color:#e6d21d;background:#fff}.chat-plus{width:38px;height:38px;flex:0 0 38px;padding:0;background:transparent;display:grid;place-items:center;color:#292929;transition:.2s}.chat-plus.active{transform:rotate(90deg)}.chat-send{height:36px;min-width:52px;border-radius:19px;background:#ffe100;font-size:11px;font-weight:750}.chat-tools-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 5px 7px}.chat-tools-panel button{padding:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:7px;color:#666;font-size:9px}.chat-tools-panel button>span{width:51px;height:51px;border-radius:14px;background:#f3f3f3;color:#333;display:grid;place-items:center}.chat-emoji-panel{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:14px 3px 5px;max-height:145px;overflow:auto}.chat-emoji-panel button{height:32px;padding:0;background:transparent;font-size:22px}.chat-sheet-mask{position:absolute;z-index:100;inset:0;background:#0000006b;display:flex;align-items:flex-end}.chat-order-sheet{width:100%;height:min(545px,78vh);padding-bottom:env(safe-area-inset-bottom);border-radius:16px 16px 0 0;background:#f5f5f5;display:flex;flex-direction:column;animation:sheetUp .24s ease;overflow:hidden}.chat-order-sheet>header{height:58px;padding:0 15px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}.chat-order-sheet h2{margin:0;font-size:15px}.chat-order-sheet header button{position:absolute;right:14px;width:32px;height:32px;padding:0;border-radius:50%;background:#f2f2f2;display:grid;place-items:center}.chat-order-search{height:37px;margin:10px 13px;padding:0 11px;border-radius:18px;background:#fff;display:flex;align-items:center;gap:6px;color:#aaa}.chat-order-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;font-size:11px}.chat-order-list{min-height:0;flex:1;padding:0 12px 15px;overflow:auto}.chat-order-list article{margin-bottom:9px;padding:11px;border-radius:11px;background:#fff}.chat-order-shop{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.chat-order-shop b{font-size:11px}.chat-order-shop span{color:#eb9b20;font-size:9px}.chat-order-list article>div:last-child{display:flex;align-items:center;gap:8px}.chat-order-list img{width:53px;height:53px;flex:0 0 53px;border-radius:7px;object-fit:cover}.chat-order-list p{min-width:0;flex:1;margin:0;font-size:10px;line-height:1.4;display:flex;flex-direction:column}.chat-order-list p small{margin-top:5px;color:#aaa;font-size:8px}.chat-order-list strong{color:#f34e4e;font-size:12px}.chat-order-list article button{height:27px;padding:0 10px;border-radius:14px;background:#ffe100;font-size:9px;font-weight:700}.chat-order-empty{height:210px;color:#aaa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.chat-order-empty b{margin-top:10px;color:#777;font-size:12px}.chat-order-empty p{margin:6px 0 0;font-size:9px}.chat-image-preview{position:absolute;z-index:150;inset:0;background:#000000f5;display:flex;align-items:center;justify-content:center}.chat-image-preview>button{position:absolute;right:14px;top:15px;width:36px;height:36px;border-radius:50%;background:#ffffff26;color:#fff;display:grid;place-items:center}.chat-image-preview>img{width:100%;max-height:88%;object-fit:contain}.search-page{background:#f5f5f5}.search-page>header{height:56px;background:#fff;display:flex;align-items:center;padding:0 10px;gap:7px;position:sticky;top:0;z-index:5}.search-page>header>button{background:transparent;padding:0}.search-page form{flex:1;height:36px;border-radius:20px;background:#f2f2f2;display:flex;align-items:center;padding-left:11px}.search-page form input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 7px;font-size:12px}.search-page form button{height:30px;padding:0 14px;border-radius:18px;background:#ffe100;font-size:10px;font-weight:700}.search-page>nav{height:43px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-top:1px solid #f3f3f3}.search-page>nav button{background:transparent;font-size:11px;display:flex;align-items:center;gap:3px}.search-page>nav button.active{font-weight:800;position:relative}.search-page>nav button.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;background:#ffe100}.search-results{padding:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.search-results>a{background:#fff;border-radius:9px;overflow:hidden;padding-bottom:9px}.search-results img{width:100%;aspect-ratio:1/1;object-fit:cover}.search-results h3{height:38px;margin:7px 9px 3px;font-size:11px;line-height:1.4;overflow:hidden}.search-results p{margin:0 9px;display:flex;align-items:baseline;gap:5px}.search-results strong{color:#fa4f4d;font-size:15px}.search-results span,.search-results small{font-size:8px;color:#aaa}.search-results>a>small{display:block;margin:4px 9px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-loading,.search-empty{text-align:center;color:#aaa;padding:70px 20px}.search-empty{display:flex;flex-direction:column;align-items:center}.search-empty h3{color:#555;margin:11px 0 3px}.search-empty p{margin:0;font-size:10px}.customer-chat-navbar p{width:max-content;max-width:100%;margin:3px auto 0;padding:1px 7px;border-radius:9px;background:#f2f3f4;color:#686868;line-height:14px}.chat-message-author{margin:0 0 6px;padding:3px 7px;border:1px solid #ececec;border-radius:9px;background:#fff;color:#777;line-height:13px;box-shadow:0 1px 4px #00000009}.chat-composer textarea{overflow-y:hidden;scrollbar-width:none}.chat-composer textarea::-webkit-scrollbar{display:none;width:0;height:0}@media(min-width:431px){.mobile-mask>*{margin-left:auto;margin-right:auto}.app-toast{max-width:400px}}@media(max-width:430px){.public-stage{background:#fff}.mobile-page{box-shadow:none}.image-grid button:first-child img{min-height:300px}.province-grid{grid-template-columns:repeat(5,1fr)}}
