/* Rhex Mall 样式全部置于插件命名空间内，不污染 Rhex 全局 CSS。 */
.rhex-mall{--rm-bg:hsl(var(--background,0 0% 100%));--rm-card:hsl(var(--card,0 0% 100%));--rm-fg:hsl(var(--foreground,222 47% 11%));--rm-muted:hsl(var(--muted-foreground,215 16% 47%));--rm-border:hsl(var(--border,214 32% 91%));--rm-purple:#6557d2;--rm-lime:#cafd62;color:var(--rm-fg);font-family:inherit}.rhex-mall *{box-sizing:border-box}.rhex-mall .rm-page{width:min(1240px,calc(100vw - 32px));margin:0 auto;padding:26px 0 52px}.rhex-mall button,.rhex-mall input,.rhex-mall select,.rhex-mall textarea{font:inherit}.rhex-mall .rm-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:28px 0 18px}.rhex-mall .rm-head span{color:var(--rm-purple);font-size:11px;font-weight:800;letter-spacing:1.7px}.rhex-mall .rm-head h1{margin:7px 0 4px;font-size:28px;letter-spacing:-.7px}.rhex-mall .rm-head p{margin:0;color:var(--rm-muted);font-size:13px}.rhex-mall .rm-head-actions,.rhex-mall .rm-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rhex-mall .rm-hero{position:relative;min-height:340px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:50px 7%;border-radius:24px;color:#fff;background:#1b1d23}.rhex-mall .rm-hero:after{content:"";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,transparent,#000)}.rhex-mall .rm-hero-copy,.rhex-mall .rm-pass{position:relative;z-index:1}.rhex-mall .rm-hero-copy>span{color:var(--rm-lime);font-size:11px;font-weight:800;letter-spacing:2px}.rhex-mall .rm-hero h1{max-width:600px;margin:17px 0 13px;font-size:46px;line-height:1.12;letter-spacing:-2px}.rhex-mall .rm-hero p{max-width:580px;color:#a9adb6;line-height:1.8}.rhex-mall .rm-trust{display:flex;gap:9px;margin-top:24px}.rhex-mall .rm-trust b{padding:7px 10px;border:1px solid #42454d;border-radius:7px;color:#d8dbe1;font-size:11px}.rhex-mall .rm-pass{width:310px;min-height:185px;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 auto;padding:25px;border-radius:20px;color:#20251a;background:linear-gradient(140deg,#dcff90,#b9ed55);box-shadow:0 30px 70px #0008;transform:rotate(-5deg)}.rhex-mall .rm-pass small{font-size:10px;letter-spacing:1.7px}.rhex-mall .rm-pass strong{font-family:Georgia,serif;font-size:28px}.rhex-mall .rm-pass code{font-size:15px}.rhex-mall .rm-pass span{font-size:11px;font-weight:700}.rhex-mall .rm-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rhex-mall .rm-product{overflow:hidden;border:1px solid var(--rm-border);border-radius:16px;background:var(--rm-card);transition:.2s}.rhex-mall .rm-product:hover{transform:translateY(-3px);box-shadow:0 16px 50px #1111}.rhex-mall .rm-product-art{position:relative;height:170px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#6758dc,#9586f4)}.rhex-mall .rm-product-art:after{content:"";position:absolute;width:190px;height:190px;right:-60px;top:-95px;border:32px solid #fff2;border-radius:50%}.rhex-mall .rm-product-art.rm-art-invite{background:linear-gradient(135deg,#6557d2,#9586f4)}.rhex-mall .rm-product-art.rm-art-right{color:#3b3019;background:linear-gradient(135deg,#f0cb6a,#f8e9b0)}.rhex-mall .rm-product-art.rm-art-physical{background:linear-gradient(135deg,#e77865,#f2a58c)}.rhex-mall .rm-product-art strong{width:72px;height:72px;display:grid;place-items:center;border:1px solid #fff6;border-radius:20px;background:#fff3;backdrop-filter:blur(8px);font:800 27px Georgia,serif}.rhex-mall .rm-product-art>span{position:absolute;right:14px;bottom:12px;font-size:10px;font-weight:700}.rhex-mall .rm-product-art i{position:absolute;left:12px;top:12px;padding:5px 8px;border-radius:6px;color:#5e4314;background:#ffe9a8;font-size:9px;font-style:normal;font-weight:800}.rhex-mall .rm-product-info{padding:17px}.rhex-mall .rm-product-info h3{margin:0;font-size:15px}.rhex-mall .rm-product-info p{height:35px;margin:7px 0;color:var(--rm-muted);font-size:11px;line-height:1.6}.rhex-mall .rm-product-meta{display:flex;justify-content:space-between;margin:12px 0;padding-top:11px;border-top:1px solid var(--rm-border);color:var(--rm-muted);font-size:10px}.rhex-mall .rm-low{color:#ef6b58!important}.rhex-mall .rm-price{display:flex;align-items:end;justify-content:space-between;gap:10px}.rhex-mall .rm-price b,.rhex-mall .rm-price small{display:block}.rhex-mall .rm-price b{font-size:15px}.rhex-mall .rm-price small{margin-top:4px;color:var(--rm-muted);font-size:10px}.rhex-mall .rm-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid transparent;border-radius:9px;font-size:11px;font-weight:700;text-decoration:none;cursor:pointer}.rhex-mall .rm-btn:disabled{cursor:not-allowed;opacity:.5}.rhex-mall .rm-primary{color:#fff;background:var(--rm-purple)}.rhex-mall .rm-dark{color:#fff;background:#25282f}.rhex-mall .rm-secondary{border-color:var(--rm-border);color:var(--rm-fg);background:var(--rm-card)}.rhex-mall .rm-table-card{overflow:auto;border:1px solid var(--rm-border);border-radius:14px;background:var(--rm-card)}.rhex-mall table{width:100%;border-collapse:collapse;white-space:nowrap}.rhex-mall th,.rhex-mall td{padding:14px 16px;border-bottom:1px solid var(--rm-border);font-size:11px;text-align:left}.rhex-mall th{color:var(--rm-muted);background:hsl(var(--muted,210 40% 96%));font-size:10px}.rhex-mall td b,.rhex-mall td small{display:block}.rhex-mall td small{margin-top:5px;color:var(--rm-muted);font-size:9px}.rhex-mall .rm-status{display:inline-flex;padding:5px 8px;border-radius:7px;color:#5d4fc0;background:#f0eefc;font-size:9px;font-weight:700}.rhex-mall .rm-completed,.rhex-mall .rm-sold,.rhex-mall .rm-sent,.rhex-mall .rm-active{color:#298755;background:#eaf8ef}.rhex-mall .rm-failed,.rhex-mall .rm-refunded,.rhex-mall .rm-expired{color:#c55b4e;background:#ffefed}.rhex-mall .rm-vault-head{display:flex;align-items:center;justify-content:space-between;padding:32px;border-radius:18px;color:#fff;background:#20232a}.rhex-mall .rm-vault-head span{color:var(--rm-lime);font-size:10px;letter-spacing:2px}.rhex-mall .rm-vault-head h1{margin:10px 0 6px}.rhex-mall .rm-vault-head p{margin:0;color:#9fa4ae}.rhex-mall .rm-vault-head>strong{font-size:45px;color:var(--rm-lime)}.rhex-mall .rm-key-list{display:grid;gap:11px;margin-top:18px}.rhex-mall .rm-key{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid var(--rm-border);border-radius:14px;background:var(--rm-card)}.rhex-mall .rm-key-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:var(--rm-purple);background:#efedfb;font-size:22px}.rhex-mall .rm-key-main{min-width:0;flex:1}.rhex-mall .rm-key-main>span{color:var(--rm-purple);font-size:9px;font-weight:700}.rhex-mall .rm-key h3{margin:4px 0 9px}.rhex-mall .rm-key small{display:block;margin-top:8px;color:var(--rm-muted)}.rhex-mall .rm-secret{display:flex;gap:7px}.rhex-mall .rm-secret code{min-width:270px;padding:10px 13px;border:1px dashed var(--rm-border);border-radius:8px;background:hsl(var(--muted,210 40% 96%));font-weight:700;letter-spacing:1px}.rhex-mall .rm-key>.rm-status{align-self:flex-start}.rhex-mall .rm-exchange-page{max-width:760px}.rhex-mall .rm-exchange,.rhex-mall .rm-form{padding:24px;border:1px solid var(--rm-border);border-radius:15px;background:var(--rm-card)}.rhex-mall .rm-tabs{display:flex;gap:7px;margin-bottom:20px}.rhex-mall .rm-field{display:block;margin-bottom:15px}.rhex-mall .rm-field>span{display:block;margin-bottom:7px;color:var(--rm-muted);font-size:11px;font-weight:700}.rhex-mall .rm-field input:not([type=checkbox]),.rhex-mall .rm-field select,.rhex-mall .rm-field textarea{width:100%;padding:10px 12px;border:1px solid var(--rm-border);border-radius:9px;color:var(--rm-fg);background:var(--rm-bg);outline:none}.rhex-mall .rm-field input[type=checkbox]{width:20px;height:20px;accent-color:var(--rm-purple)}.rhex-mall .rm-receive{margin:12px 0 17px;padding:20px;border-radius:12px;background:#f2f0ff;text-align:center}.rhex-mall .rm-receive span,.rhex-mall .rm-receive strong,.rhex-mall .rm-receive small{display:block}.rhex-mall .rm-receive span,.rhex-mall .rm-receive small{color:#85819b;font-size:10px}.rhex-mall .rm-receive strong{margin:6px;color:#594bc3;font-size:27px}.rhex-mall .rm-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.rhex-mall .rm-metrics>div{padding:20px;border:1px solid var(--rm-border);border-radius:13px;background:var(--rm-card)}.rhex-mall .rm-metrics span,.rhex-mall .rm-metrics strong{display:block}.rhex-mall .rm-metrics span{color:var(--rm-muted);font-size:10px}.rhex-mall .rm-metrics strong{margin-top:14px;font-size:23px}.rhex-mall .rm-admin-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.rhex-mall .rm-admin-links a{display:flex;justify-content:space-between;padding:20px;border:1px solid var(--rm-border);border-radius:12px;color:var(--rm-fg);background:var(--rm-card);font-weight:700;text-decoration:none}.rhex-mall .rm-admin-links span{color:var(--rm-purple)}.rhex-mall .rm-form{margin-bottom:16px}.rhex-mall .rm-form h3{margin:0 0 17px}.rhex-mall .rm-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rhex-mall .rm-form-grid .rm-field{margin:0}.rhex-mall .rm-form>.rm-btn{margin-top:4px}.rhex-mall .rm-settings{max-width:690px}.rhex-mall .rm-loading,.rhex-mall .rm-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--rm-muted)}.rhex-mall .rm-loading span{width:28px;height:28px;border:3px solid var(--rm-border);border-top-color:var(--rm-purple);border-radius:50%;animation:rm-spin .7s linear infinite}@keyframes rm-spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.rhex-mall .rm-products{grid-template-columns:repeat(2,1fr)}.rhex-mall .rm-hero h1{font-size:36px}.rhex-mall .rm-pass{width:245px}.rhex-mall .rm-metrics{grid-template-columns:repeat(2,1fr)}.rhex-mall .rm-form-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.rhex-mall .rm-page{width:min(100% - 24px,1240px);padding-top:14px}.rhex-mall .rm-hero{min-height:480px;align-items:flex-start;padding:30px 24px}.rhex-mall .rm-hero h1{font-size:31px}.rhex-mall .rm-pass{position:absolute;left:50%;bottom:35px;transform:translateX(-50%) rotate(-4deg)}.rhex-mall .rm-products,.rhex-mall .rm-form-grid,.rhex-mall .rm-metrics,.rhex-mall .rm-admin-links{grid-template-columns:1fr}.rhex-mall .rm-head{align-items:flex-start;flex-direction:column}.rhex-mall .rm-key{align-items:flex-start}.rhex-mall .rm-key-icon{display:none}.rhex-mall .rm-secret{flex-wrap:wrap}.rhex-mall .rm-secret code{min-width:100%;overflow:auto}.rhex-mall .rm-key>.rm-status{display:none}}
.rhex-mall .rm-admin-shell{width:100%;min-height:760px;display:grid;grid-template-columns:244px minmax(0,1fr);overflow:hidden;border:1px solid var(--rm-border);border-radius:16px;background:hsl(var(--muted,210 40% 96%))}.rhex-mall .rm-admin-sidebar{display:flex;flex-direction:column;padding:24px 17px 17px;color:#d7dbe3;background:#17191f}.rhex-mall .rm-admin-brand{display:flex;align-items:center;gap:11px;padding:0 9px 25px}.rhex-mall .rm-admin-brand>b{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#17191f;background:var(--rm-lime);font:900 24px Georgia,serif;transform:rotate(-4deg)}.rhex-mall .rm-admin-brand strong{display:block;color:#fff;font:700 23px Georgia,serif}.rhex-mall .rm-admin-brand small{display:block;margin-top:4px;color:#7f8490;font-size:8px;font-weight:800;letter-spacing:2px}.rhex-mall .rm-mode-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin-bottom:27px;border-radius:10px;background:#22252d}.rhex-mall .rm-mode-switch a,.rhex-mall .rm-mode-switch span{display:grid;place-items:center;height:36px;border-radius:8px;color:#818793;font-size:12px;font-weight:700;text-decoration:none}.rhex-mall .rm-mode-switch span{color:#fff;background:#363a44}.rhex-mall .rm-nav-title{margin:0 12px 10px;color:#646a76;font-size:10px;font-weight:700;letter-spacing:1.6px}.rhex-mall .rm-admin-sidebar nav{display:grid;gap:3px}.rhex-mall .rm-admin-sidebar nav a{position:relative;display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:#979daa;font-size:12px;font-weight:650;text-decoration:none}.rhex-mall .rm-admin-sidebar nav a:hover{color:#e5e8ee;background:#22252d}.rhex-mall .rm-admin-sidebar nav a.active{color:#fff;background:#2a2d35}.rhex-mall .rm-admin-sidebar nav a.active:before{content:"";position:absolute;left:0;width:3px;height:22px;border-radius:0 4px 4px 0;background:var(--rm-lime);box-shadow:0 0 12px #cafd6288}.rhex-mall .rm-admin-sidebar nav a.active i{color:var(--rm-lime)}.rhex-mall .rm-admin-sidebar nav i{width:22px;color:#9299a6;font-size:18px;font-style:normal;text-align:center}.rhex-mall .rm-admin-sidebar nav em{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#ff746c;box-shadow:0 0 10px #ff746c}.rhex-mall .rm-admin-health{display:flex;align-items:center;gap:9px;margin-top:auto;padding:12px;border:1px solid #2b2e36;border-radius:10px;background:#1e2027}.rhex-mall .rm-admin-health>i{width:8px;height:8px;border-radius:50%;background:#72d99a}.rhex-mall .rm-admin-health b,.rhex-mall .rm-admin-health small{display:block}.rhex-mall .rm-admin-health b{color:#d3d7df;font-size:10px}.rhex-mall .rm-admin-health small{margin-top:4px;color:#717783;font-size:8px}.rhex-mall .rm-admin-content{min-width:0}.rhex-mall .rm-admin-content>.rm-page{width:auto;margin:0;padding:28px}.rhex-mall .rm-admin-content .rm-head{margin-top:0}.rhex-mall .rm-admin-content .rm-head h1{font-size:22px}
@media(max-width:820px){.rhex-mall .rm-admin-shell{grid-template-columns:1fr}.rhex-mall .rm-admin-sidebar{padding:16px}.rhex-mall .rm-admin-brand,.rhex-mall .rm-admin-health,.rhex-mall .rm-nav-title{display:none}.rhex-mall .rm-admin-sidebar nav{display:flex;overflow-x:auto}.rhex-mall .rm-admin-sidebar nav a{min-width:max-content}.rhex-mall .rm-admin-content>.rm-page{padding:18px}}

/* ───────────────────── 用户端：与 Rhex Mall 产品原型一致 ───────────────────── */
.rhex-mall .rm-public-shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr);color:#181a20;background:#f5f6f8}.rhex-mall .rm-user-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:26px 17px 17px;color:#d7dbe3;background:#17191f}.rhex-mall .rm-user-brand{display:flex;align-items:center;gap:11px;padding:0 9px 31px;color:#fff;text-decoration:none}.rhex-mall .rm-user-brand>b{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#17191f;background:#cafd62;box-shadow:0 0 24px #cafd6226;font:900 24px Georgia,serif;transform:rotate(-4deg)}.rhex-mall .rm-user-brand strong{display:block;font:700 23px Georgia,serif;line-height:20px}.rhex-mall .rm-user-brand small{display:block;margin-top:5px;color:#7f8490;font-size:8px;font-weight:800;letter-spacing:2px}.rhex-mall .rm-user-nav-title{margin:0 12px 10px;color:#606570;font-size:10px;font-weight:800;letter-spacing:1.6px}.rhex-mall .rm-user-sidebar nav{display:grid;gap:4px}.rhex-mall .rm-user-sidebar nav a{position:relative;display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:#9297a3;font-size:13px;font-weight:650;text-decoration:none}.rhex-mall .rm-user-sidebar nav a:hover{color:#e4e7ec;background:#22252d}.rhex-mall .rm-user-sidebar nav a.active{color:#fff;background:#2a2d35}.rhex-mall .rm-user-sidebar nav a.active:before{content:"";position:absolute;left:0;width:3px;height:21px;border-radius:0 4px 4px 0;background:#cafd62;box-shadow:0 0 12px #cafd6277}.rhex-mall .rm-user-sidebar nav a.active i{color:#cafd62}.rhex-mall .rm-user-sidebar nav i{width:22px;color:#9298a4;font-size:19px;font-style:normal;text-align:center}.rhex-mall .rm-user-sidebar nav b{min-width:20px;height:20px;display:grid;place-items:center;margin-left:auto;padding:0 4px;border-radius:6px;color:#cafd62;background:#cafd6218;font-size:10px}.rhex-mall .rm-sidebar-space{flex:1}.rhex-mall .rm-plugin-health{display:flex;align-items:center;gap:10px;margin-bottom:13px;padding:12px;border:1px solid #2b2e36;border-radius:10px;background:#1e2027}.rhex-mall .rm-plugin-health>i{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#cafd62;background:#cafd6212;font-style:normal}.rhex-mall .rm-plugin-health strong,.rhex-mall .rm-plugin-health small{display:block}.rhex-mall .rm-plugin-health strong{color:#d3d7df;font-size:10px}.rhex-mall .rm-plugin-health small{margin-top:4px;color:#717783;font-size:8px}.rhex-mall .rm-user-profile{display:flex;align-items:center;gap:10px;padding:12px 8px 2px;border-top:1px solid #292c33;color:#fff;text-decoration:none}.rhex-mall .rm-user-profile>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#342a1c;background:linear-gradient(135deg,#d7b477,#f1dcc1);font-size:12px;font-weight:800}.rhex-mall .rm-user-profile>div{min-width:0;flex:1}.rhex-mall .rm-user-profile strong,.rhex-mall .rm-user-profile small{display:block}.rhex-mall .rm-user-profile strong{font-size:11px}.rhex-mall .rm-user-profile small{margin-top:4px;color:#737985;font-size:8px}.rhex-mall .rm-user-profile em{color:#626873;font-size:20px;font-style:normal}.rhex-mall .rm-user-main{min-width:0}.rhex-mall .rm-user-topbar{position:sticky;z-index:25;top:0;height:82px;display:flex;align-items:center;gap:18px;padding:0 36px;border-bottom:1px solid #e5e7eb;background:#fffffff2;backdrop-filter:blur(16px)}.rhex-mall .rm-user-topbar>div{flex:1}.rhex-mall .rm-user-topbar h1{margin:0;font-size:18px;letter-spacing:-.35px}.rhex-mall .rm-user-topbar p{margin:5px 0 0;color:#969ba5;font-size:11px}.rhex-mall .rm-user-topbar>section{display:flex;gap:9px}.rhex-mall .rm-balance-chip{height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #e7e9ed;border-radius:9px;background:#fafbfc;font-size:11px}.rhex-mall .rm-balance-chip i{color:#7869df;font-style:normal}.rhex-mall .rm-balance-chip.cash i{color:#24a368}.rhex-mall .rm-balance-chip span{color:#989da7}.rhex-mall .rm-balance-chip b{font-size:12px}.rhex-mall .rm-user-content{padding:28px 36px 46px}.rhex-mall .rm-user-page{width:min(1120px,100%);margin:0 auto}.rhex-mall .rm-user-loading{min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9398a2}.rhex-mall .rm-user-loading i{width:31px;height:31px;margin-bottom:11px;border:3px solid #dddfe4;border-top-color:#6657d2;border-radius:50%;animation:rm-spin .7s linear infinite}.rhex-mall .rm-user-loading b{color:#4b4f58;font-size:13px}.rhex-mall .rm-user-loading span{margin-top:5px;font-size:9px}.rhex-mall .rm-user-loading button{margin-top:12px;padding:8px 13px;border:0;border-radius:8px;color:#fff;background:#6557d2;font-size:10px}
.rhex-mall .rm-store-hero{position:relative;min-height:322px;display:flex;align-items:center;overflow:hidden;padding:44px 55px;border-radius:22px;color:#fff;background:#1b1d23;box-shadow:0 18px 60px #191b211a}.rhex-mall .rm-store-hero:after{content:"";position:absolute;inset:0;opacity:.055;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to left,#000,transparent 80%)}.rhex-mall .rm-hero-orb{position:absolute;border-radius:50%}.rhex-mall .rm-hero-orb.one{width:370px;height:370px;right:-40px;top:-170px;background:radial-gradient(circle,#7965eb52,#7965eb00 68%)}.rhex-mall .rm-hero-orb.two{width:300px;height:300px;right:250px;bottom:-220px;background:radial-gradient(circle,#cafd622b,#cafd6200 68%)}.rhex-mall .rm-store-hero-copy{position:relative;z-index:2}.rhex-mall .rm-store-hero-copy>span{color:#cafd62;font-size:9px;font-weight:800;letter-spacing:2px}.rhex-mall .rm-store-hero-copy h2{margin:16px 0 13px;font-size:44px;line-height:1.14;letter-spacing:-1.8px}.rhex-mall .rm-store-hero-copy h2 em{color:#cafd62;font-style:normal}.rhex-mall .rm-store-hero-copy p{margin:0;color:#a5a9b2;font-size:12px;line-height:1.8}.rhex-mall .rm-store-hero-copy button{height:40px;margin-top:24px;padding:0 17px;border:0;border-radius:9px;color:#1d2314;background:#cafd62;box-shadow:0 8px 24px #cafd6229;font-size:11px;font-weight:800}.rhex-mall .rm-card-stack{position:absolute;z-index:3;right:6%;top:46px;width:360px;height:230px}.rhex-mall .rm-digital-card{position:absolute;width:294px;height:176px;padding:23px;border-radius:17px}.rhex-mall .rm-digital-card.back{right:-5px;top:3px;transform:rotate(8deg);border:1px solid #ffffff1f;color:#ffffff4d;background:#6557cc;font-size:10px;font-weight:700;letter-spacing:2px}.rhex-mall .rm-digital-card.front{left:4px;top:14px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-5deg);color:#20251a;background:linear-gradient(140deg,#dcff90,#b9ed55);box-shadow:0 26px 55px #0006}.rhex-mall .rm-digital-card.front>div,.rhex-mall .rm-digital-card.front footer{display:flex;align-items:center;justify-content:space-between}.rhex-mall .rm-digital-card.front>div b{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#d5ff7e;background:#20241c;font:800 16px Georgia,serif}.rhex-mall .rm-digital-card.front section small,.rhex-mall .rm-digital-card.front section code{display:block}.rhex-mall .rm-digital-card.front section small{margin-bottom:7px;opacity:.56;font-size:7px;font-weight:800;letter-spacing:1.8px}.rhex-mall .rm-digital-card.front section code{font-size:14px;font-weight:700}.rhex-mall .rm-digital-card.front footer{font-size:10px}.rhex-mall .rm-float-delivery{position:absolute;z-index:5;right:0;bottom:8px;display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #ffffff1f;border-radius:10px;color:#cafd62;background:#2b2e37f0;box-shadow:0 15px 25px #0004}.rhex-mall .rm-float-delivery>span{color:#f0f1f4;font-size:9px}.rhex-mall .rm-float-delivery small{display:block;margin-top:2px;color:#8d929c}.rhex-mall .rm-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);margin:17px 0 37px;padding:17px 4px;border:1px solid #e7e8eb;border-radius:14px;background:#fff}.rhex-mall .rm-feature-strip>div{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #eceef1}.rhex-mall .rm-feature-strip>div:last-child{border:0}.rhex-mall .rm-feature-strip i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#685bd0;background:#f0eefc;font-size:17px;font-style:normal}.rhex-mall .rm-feature-strip p{margin:0}.rhex-mall .rm-feature-strip b,.rhex-mall .rm-feature-strip small{display:block}.rhex-mall .rm-feature-strip b{font-size:11px}.rhex-mall .rm-feature-strip small{margin-top:4px;color:#9a9fa9;font-size:9px}.rhex-mall .rm-catalog-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}.rhex-mall .rm-catalog-head>div span{color:#8675e1;font-size:8px;font-weight:800;letter-spacing:1.6px}.rhex-mall .rm-catalog-head h2{margin:5px 0 0;font-size:21px;letter-spacing:-.5px}.rhex-mall .rm-catalog-head>label{height:35px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #e5e7eb;border-radius:9px;color:#a0a4ad;background:#fff}.rhex-mall .rm-catalog-head input{width:140px;border:0;outline:0;background:transparent;font-size:11px}.rhex-mall .rm-category-row{display:flex;gap:7px;margin-bottom:18px}.rhex-mall .rm-category-row button{padding:7px 13px;border:1px solid #e5e7eb;border-radius:8px;color:#858a94;background:#fff;font-size:10px}.rhex-mall .rm-category-row button.active{border-color:#24272d;color:#fff;background:#24272d}.rhex-mall .rm-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rhex-mall .rm-store-product{overflow:hidden;border:1px solid #e7e8eb;border-radius:15px;background:#fff;transition:.22s}.rhex-mall .rm-store-product:hover{transform:translateY(-3px);box-shadow:0 15px 40px #25272d17}.rhex-mall .rm-store-art{position:relative;height:153px;display:grid;place-items:center;overflow:hidden;color:#fff}.rhex-mall .rm-store-art.violet,.rhex-mall .rm-checkout-glyph.violet{background:linear-gradient(135deg,#6b5ce0,#9485f4)}.rhex-mall .rm-store-art.navy,.rhex-mall .rm-checkout-glyph.navy{background:linear-gradient(135deg,#172635,#345778)}.rhex-mall .rm-store-art.gold,.rhex-mall .rm-checkout-glyph.gold{color:#302816;background:linear-gradient(135deg,#f3d47d,#f7e7b1)}.rhex-mall .rm-store-art.mint,.rhex-mall .rm-checkout-glyph.mint{color:#15342f;background:linear-gradient(135deg,#74dcc2,#b9f2d9)}.rhex-mall .rm-store-art.coral,.rhex-mall .rm-checkout-glyph.coral{background:linear-gradient(135deg,#ee826d,#f5ae91)}.rhex-mall .rm-store-art.lime,.rhex-mall .rm-checkout-glyph.lime{color:#1c301c;background:linear-gradient(135deg,#75c968,#c0ee75)}.rhex-mall .rm-art-grid{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:25px 25px;transform:perspective(300px) rotateX(55deg) scale(1.5)}.rhex-mall .rm-store-art:after{content:"";position:absolute;width:180px;height:180px;right:-65px;top:-85px;border:30px solid #ffffff1f;border-radius:50%}.rhex-mall .rm-store-art>strong{position:relative;z-index:2;width:68px;height:68px;display:grid;place-items:center;border:1px solid #ffffff59;border-radius:19px;background:#ffffff2e;backdrop-filter:blur(8px);box-shadow:0 16px 28px #0003;font:800 24px Georgia,serif;transform:rotate(-4deg)}.rhex-mall .rm-store-art>small{position:absolute;z-index:3;right:11px;bottom:10px;font-size:8px;font-weight:800;opacity:.75}.rhex-mall .rm-sale,.rhex-mall .rm-vip{position:absolute;z-index:3;top:11px;padding:5px 8px;border-radius:6px;font-size:8px;font-weight:800}.rhex-mall .rm-sale{left:11px;color:#262b1c;background:#cafd62}.rhex-mall .rm-vip{right:11px;color:#5e4314;background:#ffe9a8}.rhex-mall .rm-store-info{padding:15px}.rhex-mall .rm-store-info h3{margin:0;font-size:13px}.rhex-mall .rm-store-info>p{height:15px;margin:6px 0;color:#9ba0aa;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rhex-mall .rm-stock{display:flex;justify-content:space-between;margin:13px 0 10px;padding-top:10px;border-top:1px solid #f0f1f3;color:#a0a5af;font-size:8px}.rhex-mall .rm-stock .low{color:#ef6b58}.rhex-mall .rm-store-price{display:flex;align-items:end;justify-content:space-between}.rhex-mall .rm-store-price strong{font-size:17px}.rhex-mall .rm-store-price b{margin-left:3px;color:#6b5ed4;font-size:9px}.rhex-mall .rm-store-price small{display:block;margin-top:3px;color:#9da2ac;font-size:8px}.rhex-mall .rm-store-price button{height:32px;padding:0 11px;border:0;border-radius:8px;color:#fff;background:#25282f;font-size:9px;font-weight:700}.rhex-mall .rm-store-price button:disabled{color:#a6aab2;background:#eef0f2}
.rhex-mall .rm-checkout-backdrop{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:20px;background:#14161a9e;backdrop-filter:blur(8px);animation:rm-fade .18s ease}.rhex-mall .rm-checkout-modal{position:relative;width:min(638px,calc(100vw - 28px));max-height:calc(100vh - 30px);overflow:auto;padding:34px;border-radius:20px;background:#fff;box-shadow:0 35px 120px #0006;animation:rm-modal .22s ease}.rhex-mall .rm-checkout-close{position:absolute;right:22px;top:22px;width:38px;height:38px;border:0;border-radius:11px;color:#8c919b;background:#f1f2f4;font-size:27px;line-height:1}.rhex-mall .rm-checkout-product{display:flex;align-items:center;gap:17px;padding-right:52px}.rhex-mall .rm-checkout-glyph{width:68px;height:68px;display:grid;place-items:center;flex:0 0 auto;border-radius:17px;color:#fff;font:800 21px Georgia,serif}.rhex-mall .rm-checkout-product span{color:#6b5bd2;font-size:10px;font-weight:800}.rhex-mall .rm-checkout-product h2{margin:6px 0;font-size:20px}.rhex-mall .rm-checkout-product p{margin:0;color:#9aa0a9;font-size:10px}.rhex-mall .rm-checkout-safe{display:flex;align-items:center;gap:9px;margin:24px 0;padding:14px 16px;border-radius:11px;color:#327953;background:#eaf7ef;font-size:10px}.rhex-mall .rm-checkout-safe b{font-size:18px}.rhex-mall .rm-section-label{margin:0 0 12px;font-size:12px}.rhex-mall .rm-payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rhex-mall .rm-payment-options>button{position:relative;min-height:78px;display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #dfe2e7;border-radius:12px;color:#858b96;background:#fff;text-align:left}.rhex-mall .rm-payment-options>button.active{border-color:#7564ed;color:#6557d8;background:#f6f4ff;box-shadow:0 0 0 1px #7564ed}.rhex-mall .rm-payment-options>button:disabled{opacity:.42;cursor:not-allowed}.rhex-mall .rm-payment-options i{font-size:22px;font-style:normal}.rhex-mall .rm-payment-options b,.rhex-mall .rm-payment-options small{display:block}.rhex-mall .rm-payment-options b{color:#3a3e46;font-size:11px}.rhex-mall .rm-payment-options small{margin-top:5px;color:#979ca6;font-size:9px}.rhex-mall .rm-payment-options em{position:absolute;right:8px;top:7px;color:#6657df;font-style:normal}.rhex-mall .rm-points-range{margin-top:13px;padding:17px;border:1px solid #e6e8eb;border-radius:12px;background:#fafafa}.rhex-mall .rm-points-range>div{display:flex;align-items:center;justify-content:space-between;font-size:10px}.rhex-mall .rm-points-range strong{font-size:16px}.rhex-mall .rm-points-range strong small{color:#777;font-size:9px}.rhex-mall .rm-points-range input{width:100%;margin:17px 0 6px;accent-color:#6d5bdc}.rhex-mall .rm-points-range footer{display:flex;justify-content:space-between;color:#9ca1aa;font-size:8px}.rhex-mall .rm-email-check{display:flex;align-items:center;margin:14px 0;padding:13px 16px;border:1px solid #e3e5e8;border-radius:11px;font-size:10px}.rhex-mall .rm-email-check>span{color:#8d929c}.rhex-mall .rm-email-check>strong{margin-left:auto;margin-right:11px}.rhex-mall .rm-email-check em{color:#28965c;font-style:normal}.rhex-mall .rm-email-check a{color:#e16456;text-decoration:none}.rhex-mall .rm-pay-summary{padding:15px 17px;border-radius:12px;background:#f5f6f7}.rhex-mall .rm-pay-summary>div{display:flex;justify-content:space-between;margin-bottom:10px;color:#8c919b;font-size:10px}.rhex-mall .rm-pay-summary>div:last-child{margin:0;padding-top:10px;border-top:1px solid #e0e2e5}.rhex-mall .rm-pay-summary b{color:#50545c}.rhex-mall .rm-pay-summary b.highlight{color:#5648c7;font-size:12px}.rhex-mall .rm-pay-button{width:100%;height:53px;margin-top:17px;border:0;border-radius:11px;color:#fff;background:#6555dc;box-shadow:0 12px 28px #6555dc36;font-size:12px;font-weight:800}.rhex-mall .rm-pay-button:disabled{color:#a6a9b0;background:#e5e6e9;box-shadow:none}.rhex-mall .rm-pay-terms{display:block;margin-top:13px;color:#a4a9b2;font-size:8px;text-align:center}.rhex-mall .rm-success-receipt{padding:18px 0 4px;text-align:center}.rhex-mall .rm-success-icon{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;color:#fff;background:#48bb78;box-shadow:0 12px 30px #48bb783b;font-size:31px}.rhex-mall .rm-success-receipt>span{color:#4aa36d;font-size:9px;font-weight:800;letter-spacing:1.5px}.rhex-mall .rm-success-receipt h2{margin:9px 0;font-size:23px}.rhex-mall .rm-success-receipt>p{margin:0 auto;color:#8f949d;font-size:10px}.rhex-mall .rm-delivered-code{margin:22px 0;padding:17px;border:1px dashed #d5d8dd;border-radius:12px;background:#f7f8f9}.rhex-mall .rm-delivered-code small,.rhex-mall .rm-delivered-code code{display:block}.rhex-mall .rm-delivered-code small{color:#7668d5;font-size:9px}.rhex-mall .rm-delivered-code code{margin:9px 0;font-size:17px;font-weight:800;letter-spacing:1px}.rhex-mall .rm-delivered-code button{border:0;color:#6557cf;background:transparent;font-size:10px}.rhex-mall .rm-success-notes{display:flex;justify-content:center;gap:17px;color:#3b8b5d;font-size:9px}.rhex-mall .rm-success-actions{display:flex;gap:9px;margin-top:24px}.rhex-mall .rm-success-actions a,.rhex-mall .rm-success-actions button{height:43px;display:grid;place-items:center;flex:1;border:1px solid #dfe2e6;border-radius:10px;color:#5a5f68;background:#fff;font-size:10px;font-weight:700;text-decoration:none}.rhex-mall .rm-success-actions a{border-color:#6657d2;color:#fff;background:#6657d2}@keyframes rm-fade{from{opacity:0}to{opacity:1}}@keyframes rm-modal{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.rhex-mall .rm-user-toolbar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 19px;border:1px solid #e5e7eb;border-bottom:0;border-radius:14px 14px 0 0;background:#fff}.rhex-mall .rm-segments{display:flex;gap:3px;padding:3px;border-radius:9px;background:#f1f2f4}.rhex-mall .rm-segments button{padding:8px 12px;border:0;border-radius:7px;color:#858a94;background:transparent;font-size:9px;font-weight:650}.rhex-mall .rm-segments button.active{color:#30333a;background:#fff;box-shadow:0 1px 4px #1e202514}.rhex-mall .rm-user-search{height:35px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #e5e7eb;border-radius:9px;color:#a0a4ad;background:#fff}.rhex-mall .rm-user-search input{width:170px;border:0;outline:0;background:transparent;font-size:10px}.rhex-mall .rm-user-table{overflow:auto;border:1px solid #e5e7eb;border-radius:0 0 14px 14px;background:#fff}.rhex-mall .rm-user-table table{width:100%;border-collapse:collapse;white-space:nowrap}.rhex-mall .rm-user-table th{padding:12px 15px;color:#9ba0aa;background:#fafafa;font-size:8px;text-align:left}.rhex-mall .rm-user-table td{padding:14px 15px;border-top:1px solid #f0f1f3;color:#666b75;font-size:9px}.rhex-mall .rm-order-name{display:flex;align-items:center;gap:10px}.rhex-mall .rm-order-name>i{width:33px;height:33px;display:grid;place-items:center;border-radius:8px;color:#685bd2;background:#f0eefc;font-style:normal}.rhex-mall .rm-order-name p{margin:0}.rhex-mall .rm-order-name b,.rhex-mall .rm-order-name small{display:block}.rhex-mall .rm-order-name b{color:#33363d}.rhex-mall .rm-order-name small{margin-top:4px;color:#9da2ac}.rhex-mall .rm-user-status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:6px;color:#278653;background:#ebf8f0;font-size:8px;font-weight:700}.rhex-mall .rm-user-status i{width:5px;height:5px;border-radius:50%;background:#3abd74}.rhex-mall .rm-user-status.pending_payment{color:#9c6a21;background:#fff6e4}.rhex-mall .rm-user-status.pending_payment i{background:#e5a53e}.rhex-mall .rm-user-status.refunded{color:#7c818b;background:#f0f1f3}.rhex-mall .rm-user-status.refunded i{background:#a5a9b1}.rhex-mall .rm-table-action{padding:6px 9px;border:0;border-radius:7px;color:#fff;background:#6557d2;font-size:8px}.rhex-mall .rm-user-table a{color:#6557c8;text-decoration:none}.rhex-mall .rm-no-records{padding:60px;color:#9ca1aa;text-align:center;font-size:10px}.rhex-mall .rm-keys-hero{min-height:145px;display:flex;align-items:center;gap:25px;padding:25px 32px;border-radius:16px;color:#fff;background:linear-gradient(120deg,#1f222a,#2b2e38)}.rhex-mall .rm-keys-hero>div{flex:1}.rhex-mall .rm-keys-hero>div>span{color:#cafd62;font-size:8px;font-weight:800;letter-spacing:1.5px}.rhex-mall .rm-keys-hero h2{margin:10px 0 7px;font-size:21px}.rhex-mall .rm-keys-hero p{margin:0;color:#9196a0;font-size:9px}.rhex-mall .rm-keys-hero>section{min-width:100px;padding:15px 20px;border-left:1px solid #3d4049;text-align:center}.rhex-mall .rm-keys-hero strong,.rhex-mall .rm-keys-hero small{display:block}.rhex-mall .rm-keys-hero strong{color:#cafd62;font-size:24px}.rhex-mall .rm-keys-hero small{margin-top:5px;color:#969ba5;font-size:8px}.rhex-mall .rm-keys-tabs{margin:20px 0 12px}.rhex-mall .rm-key-cards{display:grid;gap:10px}.rhex-mall .rm-key-cards>article{display:flex;align-items:center;gap:15px;padding:19px;border:1px solid #e5e7ea;border-radius:13px;background:#fff}.rhex-mall .rm-key-symbol{width:45px;height:45px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:#685bd2;background:#efedfb;font-size:21px;font-style:normal}.rhex-mall .rm-key-cards main{min-width:0;flex:1}.rhex-mall .rm-key-cards header{display:flex;align-items:center;gap:8px}.rhex-mall .rm-key-cards header span{padding:4px 6px;border-radius:5px;color:#7667d6;background:#f0eefc;font-size:7px;font-weight:700}.rhex-mall .rm-key-cards h3{margin:0;font-size:11px}.rhex-mall .rm-user-secret{display:flex;align-items:center;gap:7px;margin:10px 0}.rhex-mall .rm-user-secret code{min-width:260px;padding:9px 12px;border:1px dashed #d9dce1;border-radius:7px;color:#353942;background:#f8f9fa;font-size:11px;font-weight:700;letter-spacing:1px}.rhex-mall .rm-user-secret button{height:30px;padding:0 9px;border:1px solid #e1e3e7;border-radius:7px;color:#777c86;background:#fff;font-size:8px}.rhex-mall .rm-key-cards footer{display:flex;flex-wrap:wrap;gap:17px;color:#9ca1aa;font-size:8px}.rhex-mall .rm-security-note{display:flex;align-items:center;gap:11px;margin-top:14px;padding:14px 17px;border:1px solid #e4e1d5;border-radius:11px;color:#7f6a34;background:#fffdf5}.rhex-mall .rm-security-note p{margin:0}.rhex-mall .rm-security-note b,.rhex-mall .rm-security-note span{display:block}.rhex-mall .rm-security-note b{font-size:9px}.rhex-mall .rm-security-note span{margin-top:3px;color:#a2926c;font-size:8px}.rhex-mall .rm-exchange-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(245px,.75fr);gap:18px;max-width:890px}.rhex-mall .rm-exchange-card{padding:25px;border:1px solid #e4e6e9;border-radius:15px;background:#fff}.rhex-mall .rm-exchange-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.rhex-mall .rm-exchange-card h2{margin:0;color:#5f52c7;font-size:13px}.rhex-mall .rm-exchange-card>header span{padding:5px 8px;border-radius:6px;color:#278653;background:#ebf8f0;font-size:8px;font-weight:700}.rhex-mall .rm-exchange-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:10px;background:#f0f1f3}.rhex-mall .rm-exchange-tabs button{height:37px;border:0;border-radius:8px;color:#8b909a;background:transparent;font-size:10px;font-weight:650}.rhex-mall .rm-exchange-tabs button.active{color:#4f43b2;background:#fff;box-shadow:0 2px 7px #20222814}.rhex-mall .rm-exchange-input{display:block;margin-top:20px}.rhex-mall .rm-exchange-input>span{display:flex;justify-content:space-between;color:#666b75;font-size:9px;font-weight:650}.rhex-mall .rm-exchange-input>span small{color:#9aa0a9;font-weight:400}.rhex-mall .rm-exchange-input>div{display:flex;align-items:center;margin-top:8px;padding:0 13px;border:1px solid #dfe2e6;border-radius:10px}.rhex-mall .rm-exchange-input input{width:100%;height:51px;border:0;outline:0;color:#24272d;background:transparent;font-size:24px;font-weight:750}.rhex-mall .rm-exchange-input b{color:#737882;font-size:10px}.rhex-mall .rm-receive-card{margin-top:16px;padding:17px;border-radius:11px;background:#f4f2ff;text-align:center}.rhex-mall .rm-receive-card span,.rhex-mall .rm-receive-card strong,.rhex-mall .rm-receive-card small{display:block}.rhex-mall .rm-receive-card span{color:#85819b;font-size:9px}.rhex-mall .rm-receive-card strong{margin:5px 0;color:#5a4cc4;font-size:25px}.rhex-mall .rm-receive-card small{color:#aaa6b9;font-size:8px}.rhex-mall .rm-rate-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:15px 0;color:#959aa4;font-size:8px}.rhex-mall .rm-rate-row b{color:#555a63}.rhex-mall .rm-exchange-submit{width:100%;height:38px;border:0;border-radius:9px;color:#fff;background:#6557d2;font-size:10px;font-weight:700}.rhex-mall .rm-exchange-info{display:grid;align-content:start;gap:12px}.rhex-mall .rm-exchange-info section{padding:20px;border-radius:14px;color:#fff;background:#262931}.rhex-mall .rm-exchange-info i{color:#cafd62;font-size:22px;font-style:normal}.rhex-mall .rm-exchange-info h3{margin:11px 0 7px;font-size:12px}.rhex-mall .rm-exchange-info p{margin:6px 0;color:#9196a0;font-size:8px;line-height:1.7}.rhex-mall .rm-exchange-info section.light{border:1px solid #e4e6e9;color:#444;background:#fff}.rhex-mall .rm-exchange-info section.light h3{margin-top:0}.rhex-mall .rm-exchange-info section.light p{color:#7d828c}
@media(max-width:1100px){.rhex-mall .rm-store-grid{grid-template-columns:repeat(2,1fr)}.rhex-mall .rm-card-stack{right:1%;transform:scale(.83);transform-origin:right center}.rhex-mall .rm-store-hero-copy h2{font-size:37px}}
@media(max-width:820px){.rhex-mall .rm-public-shell{grid-template-columns:1fr}.rhex-mall .rm-user-sidebar{position:static;width:100%;height:auto;display:block;padding:13px 16px}.rhex-mall .rm-user-brand{display:none}.rhex-mall .rm-user-nav-title,.rhex-mall .rm-plugin-health,.rhex-mall .rm-user-profile,.rhex-mall .rm-sidebar-space{display:none}.rhex-mall .rm-user-sidebar nav{display:flex;overflow-x:auto}.rhex-mall .rm-user-sidebar nav a{min-width:max-content}.rhex-mall .rm-user-sidebar nav a.active:before{inset:auto 12px 0;width:auto;height:2px}.rhex-mall .rm-user-topbar{top:61px;height:70px;padding:0 18px}.rhex-mall .rm-user-content{padding:18px}.rhex-mall .rm-card-stack{right:50%;top:205px;transform:translateX(50%) scale(.73);transform-origin:center}.rhex-mall .rm-store-hero{min-height:410px;align-items:flex-start;padding:31px}.rhex-mall .rm-feature-strip{grid-template-columns:1fr 1fr}.rhex-mall .rm-feature-strip>div{padding:10px}.rhex-mall .rm-feature-strip>div:nth-child(2){border-right:0}.rhex-mall .rm-feature-strip>div:nth-child(-n+2){border-bottom:1px solid #eceef1}.rhex-mall .rm-exchange-layout{grid-template-columns:1fr}}
@media(max-width:580px){.rhex-mall .rm-user-topbar p,.rhex-mall .rm-user-topbar>section{display:none}.rhex-mall .rm-user-content{padding:13px}.rhex-mall .rm-store-hero{min-height:430px;padding:27px 23px;border-radius:16px}.rhex-mall .rm-store-hero-copy h2{font-size:31px}.rhex-mall .rm-card-stack{top:222px}.rhex-mall .rm-feature-strip{display:none}.rhex-mall .rm-catalog{margin-top:27px}.rhex-mall .rm-catalog-head>label{display:none}.rhex-mall .rm-category-row{overflow:auto}.rhex-mall .rm-category-row button{min-width:max-content}.rhex-mall .rm-store-grid{grid-template-columns:1fr}.rhex-mall .rm-store-art{height:170px}.rhex-mall .rm-checkout-modal{padding:25px 17px}.rhex-mall .rm-checkout-product{padding-right:42px}.rhex-mall .rm-payment-options{grid-template-columns:1fr}.rhex-mall .rm-payment-options>button{min-height:58px}.rhex-mall .rm-email-check{flex-wrap:wrap;gap:7px}.rhex-mall .rm-email-check>strong{margin-left:0}.rhex-mall .rm-user-toolbar{align-items:stretch;flex-direction:column;padding:12px}.rhex-mall .rm-segments{overflow:auto}.rhex-mall .rm-segments button{min-width:max-content}.rhex-mall .rm-user-search input{width:100%}.rhex-mall .rm-keys-hero{flex-wrap:wrap;padding:22px}.rhex-mall .rm-keys-hero>div{flex-basis:100%}.rhex-mall .rm-keys-hero>section{flex:1}.rhex-mall .rm-key-symbol{display:none}.rhex-mall .rm-key-cards>article{align-items:flex-start}.rhex-mall .rm-user-secret{flex-wrap:wrap}.rhex-mall .rm-user-secret code{min-width:100%;overflow:auto}.rhex-mall .rm-key-cards>article>.rm-user-status{display:none}.rhex-mall .rm-exchange-info{display:none}}

/* 1.2.1 宿主挂载兼容：保持插件画布全宽，不依赖 Rhex 页面容器的默认 prose 宽度。 */
.rhex-mall-root{width:100%;max-width:none!important;margin:0!important;padding:0!important}
.rhex-mall{display:block;width:100%;min-width:0;min-height:100vh;isolation:isolate}
.rhex-mall .rm-public-shell,.rhex-mall .rm-admin-shell{width:100%;max-width:none;margin:0}
