:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}.adm-popup{--z-index:var(--adm-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-popup-body{background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10);position:fixed}.adm-popup-body .adm-popup-close-icon{z-index:100;position:absolute}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{top:8px;left:8px}.adm-popup-close-icon{cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;line-height:1}.adm-mask{--z-index:var(--adm-mask-z-index,1000);z-index:var(--z-index);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.adm-mask-aria-button{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);width:100%;display:block}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{justify-content:center;display:flex}.adm-auto-center-content{flex:0 auto}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);flex-direction:column;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{border-bottom:solid 1px var(--adm-color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:4px;display:flex}.adm-picker-header-button{font-size:var(--header-button-font-size);padding:8px;display:inline-block}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:.8s linear infinite adm-spin-loading-rotate}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);background:var(--adm-color-background);width:100%;display:flex;position:relative;overflow:hidden}.adm-picker-view-column{-webkit-user-select:none;user-select:none;touch-action:none;z-index:0;flex:1;height:100%;position:relative}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;top:calc(50% - var(--item-height) / 2);position:absolute;left:0}.adm-picker-view-column-wheel:before{content:" ";width:100%;height:100vh;display:block;position:absolute;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";width:100%;height:100vh;display:block;position:absolute;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);height:var(--item-height);justify-content:center;align-items:center;padding:0 6px;display:flex}.adm-picker-view-column-item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-picker-view-column-accessible{pointer-events:none;opacity:0;width:100%;height:100%;top:calc(var(--item-height) * -1);z-index:0;flex-direction:column;padding-bottom:1px;display:flex;position:relative}.adm-picker-view-column-accessible>*{text-overflow:ellipsis;flex:1}.adm-picker-view-column-accessible-current{width:100%;height:100%;position:absolute}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{z-index:10000;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border);flex:none}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%);mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%);mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)}.adm-picker-view-loading-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-picker-view-item-height-measure{height:var(--item-height);pointer-events:none;width:0;position:relative;top:0;left:0}.adm-toast-mask .adm-toast-wrap{text-align:center;width:100%;height:100%;position:fixed;top:0;left:0}.adm-toast-mask .adm-toast-main{color:#fff;word-break:break-all;pointer-events:all;width:auto;max-width:204px;max-height:70%;font-size:var(--adm-font-size-7);box-sizing:border-box;text-align:initial;background-color:#000000b3;border-radius:8px;line-height:1.5;display:inline-block;position:relative;top:50%;overflow:auto;transform:translateY(-50%)}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{-webkit-text-size-adjust:100%}body{color:#172033;background:#eef3f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer;border:0}.page{--sticky-action-reserved-height:58px;width:100%;max-width:520px;min-height:100vh;padding:0 8px;padding-bottom:calc(var(--sticky-action-reserved-height) + env(safe-area-inset-bottom));background:linear-gradient(180deg, #eff6ffeb, #f8fafc), var(--beauty-saas-hero-bg,none);margin:0 auto}.page.order-list-shell{--sticky-action-reserved-height:0px;padding:0 0 calc(var(--sticky-action-reserved-height) + env(safe-area-inset-bottom));background:#f5f7fb}.top-panel{padding:8px 0 0}.mini-brand{align-items:center;gap:10px;margin-bottom:8px;display:flex}.mini-brand>div{flex:1;min-width:0}.mini-brand>span{background:#ffffffe6;border:1px solid #e2e8f0d9;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden;box-shadow:0 8px 18px #0f172a14}.mini-brand img{object-fit:contain;width:30px;height:30px}.mini-brand strong{color:#0f172a;font-size:17px;display:block}.mini-brand p,.section-title p,.package-head p,.success-panel p{color:#64748b;margin:0;line-height:1.55}.mini-brand p{margin-top:2px;font-size:13px;line-height:1.7}.mini-order-link{color:#2563eb;background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:8px;flex-shrink:0;height:32px;padding:0 10px;font-size:12px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.step-bar{z-index:11;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eff6fff0;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 -8px;padding:6px 8px;display:grid;position:sticky;top:0;box-shadow:0 10px 18px #0f172a14}.step-item{color:#94a3b8;background:#ffffffd1;border:1px solid #e2e8f0e6;border-radius:8px;align-items:center;gap:7px;min-width:0;height:40px;padding:0 9px;display:flex}.step-item span{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:flex}.step-item b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:700;overflow:hidden}.step-item.active{color:#2563eb;background:#eff6ff;border-color:#2563eb47}.step-item.active span{color:#fff;background:#2563eb}.promo-band{color:#fff;background:linear-gradient(135deg,#0f172aeb,#1e40afe0);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:4px 0 14px;padding:14px;display:flex;box-shadow:0 12px 24px #0f172a2e}.promo-band strong{font-size:15px;display:block}.promo-band p{color:#ffffffc7;white-space:nowrap;flex-wrap:nowrap;align-items:baseline;gap:6px;margin:5px 0 0;font-size:12px;line-height:1.45;display:flex;overflow:hidden}.promo-band p del{color:#ffffff8c}.promo-band p span{color:#fff;font-size:19px;font-weight:900}.promo-band p em{color:#fed7aa;font-size:12px;font-style:normal;font-weight:900}.order-promo p{white-space:normal}.promo-band>span{background:#ffffff29;border-radius:999px;flex-shrink:0;padding:7px 10px;font-size:12px;font-weight:800}.content-card{background:#fffffff5;border:1px solid #e2e8f0eb;border-radius:8px;padding:12px;box-shadow:0 16px 34px #0f172a1f}.form-content-card{min-height:calc(100vh - 214px - env(safe-area-inset-bottom));background:#fff;padding-bottom:12px}.section-title{margin-bottom:16px}.section-title h1{color:#0f172a;margin:0 0 6px;font-size:22px;line-height:1.25}.section-title p{font-size:13px}.value-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.value-strip div{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-width:0;padding:11px 8px}.value-strip strong{color:#0f172a;font-size:15px;display:block}.value-strip span{color:#64748b;margin-top:4px;font-size:11px;display:block}.package-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.package-card{text-align:left;color:#172033;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:16px;position:relative;overflow:hidden}.package-card.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.package-card.active:before{content:"";pointer-events:none;background:linear-gradient(135deg,#2563eb14,#3b82f60d);position:absolute;inset:0}.recommend-ribbon{color:#fff;background:#f97316;border-radius:0 8px;padding:7px 12px;font-size:11px;font-weight:900;position:absolute;top:0;right:0}.recommend-ribbon+.package-head{padding-top:20px}.package-head{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.package-head strong{margin-bottom:5px;font-size:18px;display:block}.package-head p{font-size:13px}.package-tag{color:#2563eb;background:#dbeafe;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:12px;font-weight:800}.highlight-row{z-index:1;flex-wrap:wrap;gap:7px;margin-top:12px;display:flex;position:relative}.highlight-row span{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.package-price{z-index:1;flex-wrap:wrap;align-items:baseline;gap:7px;margin:14px 0 12px;display:flex;position:relative}.package-price span{color:#dc2626;font-size:30px;font-weight:900}.package-price em{color:#64748b;font-style:normal}.package-price del{color:#94a3b8;font-size:13px}.package-price b{color:#ea580c;background:#fff7ed;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:900}.save-line{z-index:1;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:9px 10px;display:flex;position:relative}.save-line strong{color:#c2410c;font-size:13px}.save-line span{color:#9a3412;text-align:right;min-width:0;font-size:12px}.feature-list{color:#334155;z-index:1;gap:8px;font-size:13px;display:grid;position:relative}.renew-package-card .package-head{align-items:flex-start}.renew-feature-list{color:#475569;gap:8px;font-size:13px;line-height:1.45;display:grid}.renew-feature-list div:before{content:"✓";color:#2563eb;margin-right:6px;font-weight:900}.assurance-row{color:#0f766e;background:#f0fdfa;border-radius:8px;gap:7px;margin:-2px 0 14px;padding:12px;font-size:12px;font-weight:700;display:grid}.form-grid{gap:12px;display:grid}.field{gap:7px;display:grid}.field span{color:#334155;font-size:13px;font-weight:800}.field em{color:#dc2626;margin-left:2px;font-style:normal}.field-loading{color:#64748b;background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;align-items:center;height:46px;padding:0 12px;font-size:13px;font-weight:700;display:grid}.field input{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;outline:none;width:100%;height:46px;padding:0 12px;font-size:16px}.field input:focus,.area-trigger:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.area-trigger{color:#94a3b8;text-align:left;background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:12px;width:100%;height:46px;padding:0 12px;font-size:16px;display:flex}.area-trigger span{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;overflow:hidden}.area-trigger.selected{color:#0f172a}.area-trigger em{color:#2563eb;margin:0;font-size:13px;font-style:normal;font-weight:800}.primary-action,.ghost-action{border-radius:8px;width:100%;height:48px;font-weight:800}.primary-action{color:#fff;background:#2563eb}.primary-action.danger{background:#dc2626}.primary-action:disabled{opacity:.62}.ghost-action{color:#334155;background:#eef2f7}.action-row{grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:16px;display:grid}.sticky-action{z-index:12;width:min(100vw,520px);padding:10px 10px env(safe-area-inset-bottom);background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:8px 8px 0 0;margin-top:0;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 14px 30px #0f172a2e}.sticky-action.single{display:block}.order-panel,.success-panel{gap:10px;display:grid}.order-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:14px}.order-panel-title{color:#0f172a;padding-top:2px;font-size:14px;font-weight:900}.order-panel-title:not(:first-child){border-top:1px solid #e2e8f0;margin-top:8px;padding-top:12px}.order-panel>div:not(.order-panel-title),.success-panel>div:not(.success-actions){justify-content:space-between;align-items:center;gap:12px;display:flex}.order-panel span,.success-panel span{color:#64748b;font-size:13px}.order-panel strong,.success-panel strong{color:#0f172a;text-align:right;word-break:break-all;min-width:0}.order-panel .amount-row strong{color:#dc2626}.success-panel{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;padding:14px}.success-panel p{margin:4px 0 8px;font-size:13px}.success-actions,.detail-actions{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;margin-top:4px;display:grid}.result-page{min-height:calc(100vh - 112px - env(safe-area-inset-bottom));flex-direction:column;padding:18px 4px 24px;display:flex}.weui-result{text-align:center;justify-items:center;gap:10px;padding:38px 18px 28px;display:grid}.weui-result-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:38px;font-weight:900;line-height:1;display:flex}.weui-result.success .weui-result-icon{background:#07c160}.weui-result.failed .weui-result-icon{background:#fa5151}.weui-result.pending .weui-result-icon{background:#10aeff;font-size:25px}.weui-result h1{color:#191919;margin:8px 0 0;font-size:22px;font-weight:700}.weui-result p{color:#7a7a7a;max-width:320px;margin:0;font-size:15px;line-height:1.55}.result-order-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:0;margin:0 4px;display:grid;overflow:hidden}.result-order-row{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 14px;display:flex}.result-order-row:last-child{border-bottom:0}.result-order-row span{color:#8a8a8a;flex-shrink:0;font-size:14px}.result-order-row strong{color:#191919;text-align:right;word-break:break-all;min-width:0;font-size:14px;font-weight:600}.result-order-row .result-amount{color:#dc2626}.result-tip{color:#2563eb;background:#eef6ff;border-radius:8px;margin:12px 8px 0;padding:10px 12px;font-size:13px;line-height:1.45}.result-tip.warning{color:#c2410c;background:#fff7ed}.result-actions{gap:10px;margin:20px 4px 0;display:grid}.result-link-action{color:#576b95;background:0 0;height:42px;margin-top:8px;font-size:14px;font-weight:700}.order-page-card{min-height:calc(100vh - 286px - env(safe-area-inset-bottom));flex-direction:column;margin-bottom:18px;display:flex}.order-list-shell .order-page-card{min-height:calc(100vh - var(--sticky-action-reserved-height) - env(safe-area-inset-bottom));box-shadow:none;background:0 0;border:0;margin:0;padding:0 10px 12px}@supports (min-height:100dvh){.page{min-height:100dvh}.order-page-card{min-height:calc(100dvh - 286px - env(safe-area-inset-bottom))}.order-list-shell .order-page-card{min-height:calc(100dvh - var(--sticky-action-reserved-height) - env(safe-area-inset-bottom))}}.order-query-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:12px;margin-bottom:14px;padding:12px;display:grid}.order-list-header{justify-content:space-between;align-items:flex-end;gap:12px;padding:18px 2px 12px;display:flex}.order-list-header h1{color:#0f172a;margin:0;font-size:24px;line-height:1.2}.order-list-header p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.45}.order-refresh-button{color:#2563eb;background:#fff;border:1px solid #dbe3ee;border-radius:8px;flex-shrink:0;min-width:58px;height:32px;padding:0 12px;font-size:12px;font-weight:900}.order-refresh-button:disabled{opacity:.6}.order-status-tabs{z-index:18;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f7fbf5;border-bottom:1px solid #e2e8f0c7;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 -10px 12px;padding:8px 10px 9px;display:grid;position:sticky;top:0;box-shadow:0 8px 20px #0f172a0f}.order-status-tabs button{color:#64748b;background:0 0;border-radius:0;height:40px;font-size:13px;font-weight:900;position:relative}.order-status-tabs button.active{color:#2563eb}.order-status-tabs button.active:after{content:"";background:#2563eb;border-radius:999px;width:24px;height:3px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.inline-loading{color:#64748b;text-align:center;margin:-2px 0 8px;font-size:12px}.order-card-list{flex-direction:column;flex:1;gap:8px;min-height:0;padding-bottom:8px;display:flex}.order-record-card{color:#172033;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0e6;border-radius:8px;gap:8px;width:100%;padding:11px 12px;display:grid;box-shadow:0 10px 22px #0f172a0f}.record-card-head,.record-card-meta,.record-card-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.record-card-head strong,.record-card-foot strong{color:#0f172a;min-width:0;font-size:15px;font-weight:900}.record-card-head>div{min-width:0}.record-card-head>div span{color:#64748b;margin-top:3px;font-size:12px;line-height:1.35;display:block}.record-card-meta,.record-card-foot span{color:#64748b;font-size:12px}.record-card-meta span,.record-card-foot span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.record-card-meta span:last-child{flex-shrink:0}.record-card-foot span{color:#94a3b8}.record-card-foot strong{color:#dc2626;flex-shrink:0;font-size:17px}.record-card-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;align-items:center;gap:7px;padding-top:3px;display:flex}.record-card-actions .primary-action{width:104px;height:34px;font-size:12px}.record-card-actions .text-action{color:#c2410c;background:#fff7ed;border-radius:8px;width:88px;height:34px;font-size:12px;font-weight:900}.record-card-actions .text-action:disabled{opacity:.62}.status-badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:12px;font-weight:900}.empty-panel{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;place-items:center;min-height:136px;font-size:14px;font-weight:800;display:grid}.page-loading-panel{color:#64748b;background:#fff;border:1px solid #e2e8f0e6;border-radius:8px;align-content:center;place-items:center;gap:10px;min-height:260px;font-size:13px;font-weight:800;display:grid}.order-empty-panel{min-height:calc(100vh - 120px - env(safe-area-inset-bottom));text-align:center;align-content:center;gap:8px;padding:24px 18px}.order-empty-copy{justify-items:center;gap:8px;display:grid}.order-empty-copy strong,.order-empty-panel strong{color:#0f172a;font-size:16px;line-height:1.35}.order-empty-copy span,.order-empty-panel span{color:#64748b;max-width:260px;font-size:13px;font-weight:600;line-height:1.55}.empty-primary-action{color:#fff;background:#2563eb;border-radius:8px;min-width:132px;height:40px;margin-top:8px;padding:0 18px;font-size:14px;font-weight:800}.order-empty-actions{gap:10px;width:100%;max-width:220px;margin-top:10px;display:grid}.order-empty-actions .primary-action,.order-empty-actions .ghost-action{height:42px;font-size:13px}.order-bottom-action{z-index:12;width:min(100vw,520px);padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid #e2e8f0e6;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:10px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -12px 26px #0f172a1f}.order-bottom-action .primary-action,.order-bottom-action .ghost-action{height:46px;font-size:15px}.dialog-mask{z-index:30;background:#0f172a6b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.wechat-dialog-mask{background:#00000085}.confirm-dialog{background:#fff;border-radius:8px;gap:0;width:min(100%,310px);padding:0;display:grid;overflow:hidden;box-shadow:0 20px 54px #00000038}.confirm-dialog strong{color:#0f172a;text-align:center;padding:22px 22px 8px;font-size:17px;font-weight:800;line-height:1.25;display:block}.confirm-dialog p{color:#57606a;text-align:center;margin:0;padding:0 24px 22px;font-size:14px;line-height:1.6}.confirm-dialog-actions{border-top:1px solid #ebedf0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;margin-top:0;display:grid}.wechat-dialog-button{color:#2563eb;background:#fff;border-radius:0;height:50px;font-size:16px;font-weight:500}.wechat-dialog-button+.wechat-dialog-button{border-left:1px solid #ebedf0}.wechat-dialog-button.secondary{color:#111827}.wechat-dialog-button.danger{color:#fa5151}.wechat-dialog-button:disabled{color:#b8b8b8;background:#fff}.detail-status-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-items:start;gap:8px;margin-bottom:12px;padding:14px;display:grid}.detail-status-card strong{color:#0f172a;font-size:18px;font-weight:900}.detail-status-card span:last-child{color:#64748b;word-break:break-all;font-size:12px}.request-loading-mask .adm-mask-content{height:100%}.request-loading-content{pointer-events:none;justify-content:center;align-items:center;height:100%;display:flex;transform:translateY(-9vh)}.request-loading-box{background:#fffffff5;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 12px 32px #0f172a29}@media (width>=481px){.page:not(.order-list-shell){padding-top:22px}}@media (width<=360px){.promo-band{align-items:flex-start}.package-price span{font-size:27px}.order-empty-actions{gap:8px;max-width:248px}.order-empty-actions .primary-action,.order-empty-actions .ghost-action{height:40px;font-size:12px}.order-list-header h1{font-size:22px}.order-status-tabs button{font-size:13px}.record-card-actions .primary-action,.record-card-actions .text-action{width:92px;font-size:12px}}
