/* 款视界 · 会员充值弹窗（对齐由前 AI） */
:root{
  --ecom-rc-w:min(1560px,calc(100vw - 40px));
  --ecom-rc-h:min(860px,calc(100vh - 24px));
}
.ecom-rc-layer{
  position:fixed;inset:0;z-index:12050;
  display:flex;align-items:center;justify-content:center;
  padding:12px 64px 12px 12px;box-sizing:border-box;
  overflow:hidden;
  pointer-events:none;
}
.ecom-rc-layer:not([hidden]){pointer-events:auto}
.ecom-rc-layer[hidden]{display:none!important}
.ecom-rc-backdrop{
  position:fixed;inset:0;z-index:0;
  background:rgba(15,23,42,.45);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  pointer-events:auto;
  transition:opacity var(--ecom-dur-modal, .28s) ease;
}
.ecom-rc-layer.ecom-motion-in .ecom-rc-backdrop{opacity:0}
.ecom-rc-layer.ecom-motion-in.ecom-motion-visible .ecom-rc-backdrop{opacity:1}
.ecom-rc-wrap{
  position:relative;
  width:min(var(--ecom-rc-w),calc(100vw - 24px));
  flex-shrink:0;
  border-radius:12px;
  transition:opacity var(--ecom-dur-modal, .32s) cubic-bezier(.32,.72,0,1),transform var(--ecom-dur-modal, .32s) cubic-bezier(.32,.72,0,1);
}
.ecom-rc-layer.ecom-motion-in .ecom-rc-wrap{opacity:0;transform:translateY(14px) scale(.985)}
.ecom-rc-layer.ecom-motion-in.ecom-motion-visible .ecom-rc-wrap{opacity:1;transform:translateY(0) scale(1)}
.ecom-rc-wrap.is-sub-open .ecom-rc-main{overflow:hidden}
.ecom-rc-main{
  position:relative;z-index:1;
  width:100%;
  height:auto;
  max-height:var(--ecom-rc-h);
  margin:0;
  background:#fff;
  border-radius:12px;
  box-shadow:0 24px 80px rgba(15,23,42,.18);
  display:flex;flex-direction:column;
  overflow:hidden;
  transition:height .38s cubic-bezier(.25,.8,.25,1);
}
.ecom-rc-main::-webkit-scrollbar{display:none}
#ecomRcContent{
  flex:1;min-height:0;
  display:flex;flex-direction:column;
  overflow:hidden;
}
.ecom-rc-hd,.ecom-rc-nav,.ecom-rc-tabs,.ecom-rc-head{flex-shrink:0}
.ecom-rc-head{
  position:relative;z-index:2;
  background:linear-gradient(180deg,#f6f8fb 0%,#fff 68%);
}
.ecom-rc-hd{
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:12px 20px;
  padding:16px 24px 0;
}
.ecom-rc-hd-left{
  display:flex;align-items:center;gap:14px;min-width:0;flex:1;
}
.ecom-rc-user{display:flex;align-items:center;gap:14px;min-width:0}
.ecom-rc-avatar{
  width:64px;height:64px;border-radius:50%;
  color:#0a0a0a;box-sizing:border-box;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  overflow:hidden;padding:0;
}
.ecom-rc-avatar.ecom-user-avatar--default img,.ecom-rc-avatar .is-default-logo{width:68%;height:68%;border-radius:0;padding:0;transform:none}
.ecom-rc-user-meta{min-width:0;padding-top:2px}
.ecom-rc-name-row{
  display:flex;align-items:baseline;gap:8px;min-width:0;
}
.ecom-rc-name-row b{
  font-size:17px;font-weight:700;color:#111;line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ecom-rc-tier{
  flex-shrink:0;
  font-size:13px;font-weight:400;color:#94a3b8;
  background:none;padding:0;border-radius:0;
}
.ecom-rc-credits-link{
  border:0;background:none;padding:0;margin-top:8px;
  font-size:13px;color:#94a3b8;cursor:pointer;
  display:inline-flex;align-items:center;gap:6px;
  max-width:100%;
}
.ecom-rc-credits-link:hover .ecom-rc-credits-label{color:#64748b}
.ecom-rc-credits-link:hover .ecom-rc-credits-val{color:#1d4ed8}
.ecom-rc-credits-label{
  color:#94a3b8;font-size:13px;font-weight:400;flex-shrink:0;
}
.ecom-rc-credits-val{
  display:inline-flex;align-items:center;gap:3px;
  color:#2563eb;font-weight:600;
}
.ecom-rc-credits-val .ico{display:flex;color:#2563eb}
.ecom-rc-credits-val b{
  font-size:15px;font-weight:700;color:#2563eb;line-height:1;
}
.ecom-rc-credits-chev{
  display:flex;align-items:center;color:#cbd5e1;margin-left:1px;
}
.ecom-rc-credits-chev .ico{display:flex;color:inherit}
.ecom-rc-hd-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;padding-top:2px}
.ecom-rc-hd-mgmt{
  display:flex;align-items:center;gap:4px;flex-shrink:0;
}
.ecom-rc-link{
  border:0;background:transparent;padding:6px 8px;border-radius:8px;
  font-size:16px;font-weight:500;color:#475569;cursor:pointer;
  transition:color .15s,background .15s;
  white-space:nowrap;
}
.ecom-rc-link:hover{color:#1e293b;background:rgba(15,23,42,.04)}
.ecom-rc-close{
  width:32px;height:32px;border:0;border-radius:10px;
  background:rgba(255,255,255,.72);color:#94a3b8;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 1px 4px rgba(15,23,42,.06);
  flex-shrink:0;
}
.ecom-rc-close--outer{
  position:absolute;top:0;right:-56px;z-index:2;
  width:44px;height:44px;border-radius:12px;
  background:#f8fafc;color:#475569;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 8px 24px rgba(15,23,42,.12);
}
.ecom-rc-close--outer:hover{background:#fff;color:#111}
.ecom-rc-close:hover{background:#fff;color:#111}
.ecom-rc-nav{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  padding:0 24px;
  min-height:44px;
  flex-shrink:0;
}
.ecom-rc-tabs{
  grid-column:1;
  justify-self:start;
  display:flex;gap:28px;padding:0;
  position:relative;flex-shrink:0;
}
.ecom-rc-nav-center{
  grid-column:2;
  justify-self:center;
  display:flex;align-items:center;justify-content:center;
}
.ecom-rc-nav-center.is-hidden{
  visibility:hidden;pointer-events:none;
}
.ecom-rc-nav-side{
  grid-column:3;
  justify-self:end;
  display:flex;align-items:center;justify-content:flex-end;
  min-height:44px;
}
.ecom-rc-tab{
  border:0;background:none;padding:12px 0 14px;
  font-size:16px;font-weight:600;color:#94a3b8;cursor:pointer;
  position:relative;z-index:1;
  transition:color var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease);
}
.ecom-rc-tab.on{color:#2563eb}
.ecom-rc-tab.on::after{
  content:"";position:absolute;left:0;right:0;bottom:0;
  height:2px;background:#2563eb;border-radius:2px;
  transition:opacity var(--ecom-dur-fast, .18s);
}
.ecom-rc-tabs.seg-indicator-host:has(.seg-slide-indicator) .ecom-rc-tab.on::after{
  opacity:0;
}
.ecom-rc-slide-target{
  flex:1 1 auto;min-height:0;
  display:flex;flex-direction:column;
}
.ecom-rc-banner-slot.is-switching,
.ecom-rc-foot-slot.is-switching{
  opacity:.55;
  pointer-events:none;
  transition:opacity .28s cubic-bezier(.32,.72,0,1);
}
.ecom-rc-body.is-switching{
  opacity:.62;
  transform:translateY(6px);
  pointer-events:none;
  transition:opacity .28s cubic-bezier(.32,.72,0,1),transform .28s cubic-bezier(.32,.72,0,1);
}
.ecom-rc-body{
  transition:opacity .28s cubic-bezier(.32,.72,0,1),transform .28s cubic-bezier(.32,.72,0,1);
}
.ecom-rc-workspace{
  flex:1 1 auto;min-height:0;
  display:flex;flex-direction:column;
  overflow:hidden;
}
.ecom-rc-coupon{
  position:relative;z-index:5;
}
.ecom-rc-banner-slot{
  flex-shrink:0;
  display:flex;align-items:center;
  padding:0 24px 8px;box-sizing:border-box;
}
.ecom-rc-banner-slot:empty{display:none}
.ecom-rc-foot-slot{
  flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  padding:8px 24px 16px;box-sizing:border-box;
}
.ecom-rc-foot-slot--empty{display:none}
.ecom-rc-workspace.is-member .ecom-rc-body{
  flex:0 1 auto;min-height:0;
  display:flex;flex-direction:column;
  justify-content:flex-start;
  padding:12px 24px 12px;
  overflow:visible;
}
.ecom-rc-workspace.is-member{
  padding-bottom:0;
  overflow:visible;
}
.ecom-rc-workspace.is-member .ecom-rc-cards{
  flex:0 1 auto;min-height:0;
  height:auto;
  align-content:start;
  align-items:stretch;
  align-self:stretch;
  padding:10px 4px 8px;
  overflow-x:visible;
  overflow-y:auto;
}
.ecom-rc-workspace.is-credits .ecom-rc-body{
  flex:0 1 auto;min-height:0;
  display:flex;flex-direction:column;
  padding:8px 24px 4px;
  overflow:hidden;
}
.ecom-rc-workspace.is-credits .ecom-rc-packs{
  flex:0 1 auto;min-height:0;
  align-content:start;
}
.ecom-rc-coupon[hidden]{display:none!important}
.ecom-rc-coupon-wrap{
  position:relative;flex:0 0 102px;width:102px;max-width:102px;min-width:0;
  box-sizing:border-box;
}
.ecom-rc-coupon-wrap.is-open .ecom-rc-coupon-trigger::after{
  transform:rotate(225deg);margin-top:-1px;
}
.ecom-rc-coupon-trigger{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:100%;min-height:36px;padding:8px 26px 8px 8px;
  border-radius:999px;border:1px solid var(--line,#e5e5e5);
  font-size:13px;font-weight:600;font-family:inherit;color:var(--text,#0a0a0a);
  background:var(--surface,#fff);box-sizing:border-box;cursor:pointer;
  box-shadow:0 1px 2px rgba(15,23,42,.04);
  transition:border-color .15s ease,box-shadow .15s ease,color .15s ease;
  -webkit-appearance:none;appearance:none;
}
.ecom-rc-coupon-trigger::after{
  content:'';position:absolute;right:12px;top:50%;
  width:5px;height:5px;margin-top:-4px;
  border-right:2px solid var(--accent,#2563eb);border-bottom:2px solid var(--accent,#2563eb);
  transform:rotate(45deg);pointer-events:none;opacity:.9;
  transition:transform .2s ease,margin-top .2s ease;
}
.ecom-rc-coupon-trigger-txt{
  display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;
  white-space:nowrap;text-align:center;line-height:1.25;
}
.ecom-rc-coupon-trigger:hover:not(:disabled){
  border-color:var(--opt-card-on-border,#bfdbfe);
  box-shadow:0 2px 8px var(--opt-card-on-ring,rgba(37,99,235,.14));color:var(--accent,#2563eb);
}
.ecom-rc-coupon-trigger:focus{
  outline:none;border-color:var(--accent,#2563eb);
  box-shadow:0 0 0 3px var(--opt-card-on-ring,rgba(37,99,235,.14));
}
.ecom-rc-coupon-panel{
  position:absolute;right:0;top:calc(100% + 6px);z-index:200;
  min-width:240px;max-width:min(92vw,320px);padding:6px;margin:0;
  border-radius:var(--radius-lg,12px);border:1px solid var(--line,#e5e5e5);
  background:var(--surface,#fff);
  box-shadow:var(--shadow-card,0 12px 40px rgba(15,23,42,.12));
  box-sizing:border-box;
  opacity:0;transform:translateY(-3px);
  transform-origin:top right;
  pointer-events:none;
  transition:opacity var(--ecom-dur-fast, .18s) ease,transform var(--ecom-dur-fast, .18s) ease;
}
.ecom-rc-coupon-panel.is-open{
  opacity:1;transform:none;pointer-events:auto;
}
.ecom-rc-coupon-panel[hidden]{display:none!important}
.ecom-rc-coupon-opt{
  display:block;width:100%;margin:0;padding:10px 12px;
  border:none;border-radius:var(--radius,8px);background:transparent;
  font-size:13px;font-weight:500;font-family:inherit;color:var(--text,#0a0a0a);
  text-align:left;cursor:pointer;
  transition:background .12s ease,color .12s ease;box-sizing:border-box;
}
.ecom-rc-coupon-opt + .ecom-rc-coupon-opt{margin-top:2px}
.ecom-rc-coupon-opt:hover{background:var(--accent-soft,#eff6ff);color:var(--accent,#2563eb)}
.ecom-rc-coupon-opt.is-active{background:var(--opt-card-on-bg,#eff6ff);color:var(--accent,#2563eb)}
.ecom-rc-coupon-opt--muted{font-weight:400;color:var(--muted,#737373)}
.ecom-rc-cycle{
  display:inline-flex;padding:4px;border-radius:999px;background:#f3f4f6;
  position:relative;
}
.ecom-rc-cycle button{
  border:0;background:transparent;padding:8px 20px;
  border-radius:999px;font-size:13px;font-weight:600;
  color:#64748b;cursor:pointer;
  position:relative;z-index:1;
  transition:color var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease);
}
.ecom-rc-cycle button.on{
  background:#fff;color:#111;
  box-shadow:0 1px 4px rgba(15,23,42,.08);
}
.ecom-rc-cycle.seg-indicator-host button.on{
  background:transparent;box-shadow:none;color:#111;
}
.ecom-rc-banner{
  width:100%;padding:10px 14px;border-radius:10px;
  background:linear-gradient(90deg,#f5f3ff 0%,#eef2ff 100%);
  color:#5b21b6;font-size:12px;line-height:1.55;
  display:flex;align-items:flex-start;gap:8px;
  box-sizing:border-box;border:1px solid rgba(99,102,241,.12);
}
.ecom-rc-banner .ico{color:#6366f1;flex-shrink:0;margin-top:1px}
.ecom-rc-body{
  flex:1;min-height:0;
  overflow:hidden;
  padding:12px 24px 20px;
}
.ecom-rc-cards{
  display:grid;
  gap:16px;
  align-content:start;
  align-items:stretch;
  width:100%;
  overflow-y:auto;
  scrollbar-width:none;-ms-overflow-style:none;
}
.ecom-rc-cards::-webkit-scrollbar{display:none}
.ecom-rc-cards--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ecom-rc-cards--5{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.ecom-rc-workspace.is-monthly .ecom-rc-card{
  padding:16px 12px 14px;
}
.ecom-rc-card.is-exp{
  background:linear-gradient(180deg,#fff1f2 0%,#fff 38%);
  border-color:#fecdd3;
}
.ecom-rc-card{
  position:relative;border:1px solid #eceff3;border-radius:16px;
  background:#fff;padding:18px 16px 16px;
  display:flex;flex-direction:column;min-width:0;height:auto;
  transition:box-shadow var(--ecom-dur-ui, .24s) ease,border-color var(--ecom-dur-ui, .24s) ease,transform var(--ecom-dur-ui, .24s) ease;
  box-shadow:0 1px 3px rgba(15,23,42,.04);
}
.ecom-rc-cards.is-switching > .ecom-rc-card,
.ecom-rc-packs.is-switching > .ecom-rc-pack{
  opacity:.5;
  transform:translateY(4px);
  transition:opacity .22s cubic-bezier(.32,.72,0,1),transform .22s cubic-bezier(.32,.72,0,1);
}
.ecom-rc-card.ecom-rc-card-in,
.ecom-rc-pack.ecom-rc-card-in{
  opacity:1;
  transform:translateY(10px);
  transition:transform .34s cubic-bezier(.32,.72,0,1);
  transition-delay:var(--ecom-rc-stagger,0ms);
}
.ecom-rc-card.ecom-rc-card-in.ecom-rc-card-in-ready,
.ecom-rc-pack.ecom-rc-card-in.ecom-rc-card-in-ready{
  transform:translateY(0);
}
.ecom-rc-card-detail{
  flex:1;display:flex;flex-direction:column;min-height:0;
}
.ecom-rc-feat-blocks--tail{
  margin-top:auto;padding-top:10px;
}
.ecom-rc-card.is-featured{
  border-color:#bfdbfe;
  box-shadow:0 0 0 1px rgba(37,99,235,.12),0 4px 16px rgba(37,99,235,.08);
}
.ecom-rc-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(15,23,42,.09);
}
.ecom-rc-card.tone-blue{
  background:linear-gradient(180deg,#eff6ff 0%,#f8fbff 38%,#fff 100%);
  border-color:#dbeafe;
}
.ecom-rc-card.tone-gold{
  background:linear-gradient(180deg,#fffbeb 0%,#fffdf5 38%,#fff 100%);
  border-color:#fde68a;
}
.ecom-rc-card-tag{
  position:absolute;top:12px;right:12px;
  font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;
}
.ecom-rc-card-tag.red{background:#fee2e2;color:#dc2626}
.ecom-rc-card-tag.orange{background:#ffedd5;color:#ea580c}
.ecom-rc-card-tag.blue{background:#dbeafe;color:#2563eb}
.ecom-rc-card-tag.gold{background:#fef3c7;color:#b45309}
.ecom-rc-card-tag.contact{background:#2563eb;color:#fff;padding:4px 10px}
.ecom-rc-card-hd{
  display:flex;align-items:center;gap:8px;margin-bottom:10px;
  min-height:26px;
}
.ecom-rc-card-hd h4{margin:0;font-size:16px;font-weight:700;color:#111}
.ecom-rc-audience{
  margin:0 0 10px;font-size:12px;line-height:1.45;color:#64748b;
}
.ecom-rc-pillars{
  display:flex;flex-direction:column;gap:8px;
  margin:0 0 12px;padding:10px 12px;border-radius:10px;
  background:#f8fafc;border:1px solid #eef2f6;
}
.ecom-rc-pillar{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.45}
.ecom-rc-pillar-k{
  flex-shrink:0;min-width:2.2em;font-weight:700;color:#64748b;
}
.ecom-rc-pillar-v{color:#111}
.ecom-rc-feats--compact{gap:6px;margin-top:4px}
.ecom-rc-feats--compact li{font-size:11px;color:#94a3b8}

.ecom-rc-feat-blocks{
  display:flex;flex-direction:column;gap:10px;margin:0 0 10px;
}
.ecom-rc-rights-block{
  border-radius:10px;overflow:hidden;
  border:1px solid #dbeafe;background:#f8fbff;
}
.ecom-rc-rights-hd{
  display:flex;align-items:center;gap:8px;
  padding:10px 12px;
  font-size:12px;font-weight:700;color:#2563eb;
  border-bottom:1px solid rgba(37,99,235,.08);
}
.ecom-rc-rights-block .ecom-rc-feats--rights{
  padding:10px 12px 12px;
}
.ecom-rc-feats--rights{
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:8px;
}
.ecom-rc-feats--rights li{
  display:flex;align-items:flex-start;gap:8px;
  font-size:12px;line-height:1.45;color:#64748b;
}
.ecom-rc-feats--rights .chk{
  flex-shrink:0;color:#cbd5e1;margin-top:1px;
}
.ecom-rc-feat-block{
  border-radius:10px;overflow:hidden;
  border:1px solid #dbeafe;background:#f8fbff;
}
.ecom-rc-feat-toggle{
  display:flex;align-items:center;gap:8px;width:100%;
  border:0;background:transparent;padding:10px 12px;
  font-size:12px;font-weight:700;color:#2563eb;cursor:pointer;text-align:left;
}
.ecom-rc-feat-ico,.ecom-rc-feat-chev{
  display:flex;align-items:center;flex-shrink:0;color:#2563eb;
}
.ecom-rc-feat-star{
  width:18px;height:18px;border-radius:5px;flex-shrink:0;
  background:linear-gradient(145deg,#60a5fa 0%,#2563eb 55%,#1d4ed8 100%);
  box-shadow:0 1px 3px rgba(37,99,235,.32),inset 0 1px 0 rgba(255,255,255,.28);
  display:flex;align-items:center;justify-content:center;color:#fff;
}
.ecom-rc-feat-star svg{display:block}
.ecom-rc-feat-title{flex:1;line-height:1.35}
.ecom-rc-feat-chev{transition:transform var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease)}
.ecom-rc-feat-block:not(.is-open) .ecom-rc-feat-chev{transform:rotate(-90deg)}
.ecom-rc-feat-panel{
  max-height:0;overflow:hidden;opacity:0;
  padding:0 12px;
  border-top:1px solid transparent;
  transition:max-height var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease),
              opacity var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease),
              padding var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease),
              border-color var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease);
}
.ecom-rc-feat-block.is-open .ecom-rc-feat-panel{
  max-height:480px;opacity:1;
  padding:0 12px 12px;
  border-top-color:rgba(37,99,235,.08);
}
.ecom-rc-feat-sub{
  font-size:11px;color:#64748b;margin:10px 0 8px;line-height:1.4;
}
.ecom-rc-feat-list{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:1fr;gap:8px;
}
.ecom-rc-feat-list li{
  display:flex;align-items:flex-start;gap:8px;font-size:11px;line-height:1.4;color:#334155;
}
.ecom-rc-feat-list b{display:block;font-weight:600;color:#111}
.ecom-rc-feat-list em{
  display:block;font-style:normal;color:#64748b;margin-top:2px;
}
.ecom-rc-feat-chk{
  flex-shrink:0;width:16px;height:16px;border-radius:50%;
  background:#dbeafe;color:#2563eb;
  display:flex;align-items:center;justify-content:center;margin-top:1px;
}
.ecom-rc-mod-grid{display:flex;flex-direction:column;gap:8px}
.ecom-rc-mod-item{
  display:flex;align-items:center;gap:10px;
  padding:8px 10px;border-radius:8px;background:#fff;
  border:1px solid #e8edf3;font-size:12px;font-weight:600;color:#111;
}
.ecom-rc-mod-ico{
  width:28px;height:28px;border-radius:8px;flex-shrink:0;
  background:linear-gradient(145deg,#fff7ed 0%,#ffedd5 100%);
  color:#d97706;
  display:flex;align-items:center;justify-content:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 1px 3px rgba(217,119,6,.12);
}
.ecom-rc-mod-ico .ecom-rc-feat-star{display:flex;align-items:center;justify-content:center}
.ecom-rc-discount{
  font-size:10px;font-weight:700;padding:2px 6px;border-radius:6px;
  background:#dbeafe;color:#2563eb;
}
.ecom-rc-price-head{margin-bottom:12px}
.ecom-rc-price-row{
  display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;
  margin-bottom:6px;
}
.ecom-rc-price-row strong{font-size:32px;font-weight:700;color:#111;line-height:1.05;letter-spacing:-.02em}
.ecom-rc-price-suffix{font-size:14px;color:#78716c;font-weight:400}
.ecom-rc-save{
  display:inline-flex;align-items:center;gap:2px;
  font-size:13px;font-weight:700;line-height:1;
  color:#e11d48;background:#fff1f2;
  padding:5px 10px;border-radius:8px;
  border:1px solid #fecdd3;white-space:nowrap;
  transform:translateY(-2px);
}
.ecom-rc-save-ico{font-size:14px;line-height:1;font-weight:800}
.ecom-rc-unit{font-size:13px;color:#94a3b8;margin:0;line-height:1.4}
.ecom-rc-buy{
  width:100%;border:0;border-radius:16px;padding:14px 16px;
  font-size:14px;font-weight:600;cursor:pointer;
  background:#334155;color:#fff;margin-bottom:12px;
  transition:background var(--ecom-dur-ui, .24s) ease,transform var(--ecom-dur-fast, .18s) ease,opacity var(--ecom-dur-ui, .24s);
}
.ecom-rc-buy:hover{background:#1e293b;transform:translateY(-1px)}
.ecom-rc-buy:active:not(:disabled){transform:translateY(0)}
.ecom-rc-buy:disabled{opacity:.55;cursor:not-allowed;transform:none}
.ecom-rc-buy-row{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px;
}
.ecom-rc-buy-row .ecom-rc-buy{margin-bottom:0}
.ecom-rc-buy--ghost{
  background:#fff;color:#334155;border:1px solid #e2e8f0;
}
.ecom-rc-buy--ghost:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}
.ecom-rc-action-hint{
  margin:-4px 0 12px;font-size:11px;line-height:1.5;color:#64748b;
}
.ecom-rc-rules{
  margin:0 0 10px;font-size:12px;line-height:1.55;color:#475569;
}
.ecom-rc-rules-list{
  margin:0;padding:0 0 0 18px;font-size:12px;line-height:1.55;color:#64748b;
}
.ecom-rc-rules-list li{margin:0 0 6px}
.ecom-rc-plan-box--pending{
  margin-top:10px;border-color:#fdba74;background:#fff7ed;
}
.ecom-rc-points{
  font-size:14px;font-weight:700;color:#111;margin-bottom:4px;line-height:1.35;
}
.ecom-rc-points-sub{
  font-size:12px;color:#64748b;margin-bottom:10px;line-height:1.4;
}
.ecom-rc-bonus{
  display:inline-block;font-size:10px;font-weight:700;
  color:#2563eb;background:#eff6ff;
  padding:2px 8px;border-radius:999px;margin-bottom:10px;
}
.ecom-rc-unlock{
  margin:0 0 10px;border-radius:10px;
  background:#fff;border:1px solid #e8edf3;overflow:hidden;
}
.ecom-rc-unlock--flat{
  background:transparent;border:none;padding:0;margin-bottom:10px;
}
.ecom-rc-unlock-toggle{
  display:flex;align-items:center;gap:8px;width:100%;
  border:0;background:transparent;padding:8px 10px;
  font-size:11px;font-weight:600;color:#64748b;cursor:pointer;text-align:left;
}
.ecom-rc-unlock-ico{display:flex;align-items:center;color:#2563eb}
.ecom-rc-unlock-title{flex:1}
.ecom-rc-unlock-chev{
  display:flex;align-items:center;color:#2563eb;
  transition:transform var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease);
}
.ecom-rc-unlock:not(.is-open) .ecom-rc-unlock-chev{transform:rotate(-90deg)}
.ecom-rc-unlock-body{
  max-height:0;overflow:hidden;opacity:0;
  padding:0 10px;
  transition:max-height var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease),
              opacity var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease),
              padding var(--ecom-dur-ui, .24s) var(--ecom-ease-out, ease);
}
.ecom-rc-unlock.is-open .ecom-rc-unlock-body{
  max-height:320px;opacity:1;padding:0 10px 10px;
}
.ecom-rc-unlock-head{
  display:flex;align-items:center;gap:6px;
  font-size:12px;font-weight:600;color:#111;
}
.ecom-rc-unlock-head.hl{color:#111}
.ecom-rc-tool-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 6px;
}
.ecom-rc-tool-item{
  display:flex;flex-direction:column;align-items:center;gap:4px;
  padding:6px 4px;border-radius:8px;background:rgba(255,255,255,.72);
  text-align:center;
}
.ecom-rc-tool-ico{
  width:28px;height:28px;border-radius:8px;
  background:#dbeafe;color:#2563eb;
  display:flex;align-items:center;justify-content:center;
}
.ecom-rc-tool-name{
  font-size:10px;line-height:1.25;color:#64748b;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ecom-rc-feats{
  list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;
}
.ecom-rc-feats li{
  font-size:12px;color:#64748b;line-height:1.45;
  display:flex;align-items:flex-start;gap:6px;
}
.ecom-rc-feats li.hl{color:#111;font-weight:600}
.ecom-rc-feats .mark{color:#2563eb;flex-shrink:0;margin-top:1px}
.ecom-rc-feats .chk{color:#cbd5e1;flex-shrink:0;margin-top:1px}
.ecom-rc-packs{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;
  align-content:start;
  overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;
}
.ecom-rc-packs::-webkit-scrollbar{display:none}
.ecom-rc-pack{
  border:1px solid #eceff3;border-radius:16px;padding:20px 22px;
  background:#f5f7f9;cursor:pointer;
  transition:border-color var(--ecom-dur-ui, .24s) ease,background var(--ecom-dur-ui, .24s) ease,box-shadow var(--ecom-dur-ui, .24s) ease,transform var(--ecom-dur-ui, .24s) ease;
  min-height:128px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;
  box-shadow:0 1px 3px rgba(15,23,42,.04);
}
.ecom-rc-pack:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(15,23,42,.07)}
.ecom-rc-pack.on{
  border-color:#d0def1;
  background:linear-gradient(to bottom right,#dfe8f2 0%,#fff 100%);
  box-shadow:0 2px 8px rgba(37,99,235,.12);
}
.ecom-rc-pack-hd{
  display:flex;align-items:center;gap:10px;min-width:0;
}
.ecom-rc-pack-ico{
  width:28px;height:28px;border-radius:8px;flex-shrink:0;
  background:#eff6ff;color:#2563eb;
  display:flex;align-items:center;justify-content:center;
}
.ecom-rc-pack-title{
  font-size:13px;font-weight:500;color:#64748b;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ecom-rc-pack-ft{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
}
.ecom-rc-pack-meta{
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;
}
.ecom-rc-pack-val-row{
  display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;
}
.ecom-rc-pack-val{font-size:28px;font-weight:800;color:#111;line-height:1}
.ecom-rc-pack-unit{font-size:14px;font-weight:400;color:#64748b;line-height:1.2}
.ecom-rc-pack-badge{
  font-size:11px;font-weight:600;color:#fff;
  background:#3b82f6;padding:3px 8px;border-radius:4px;width:fit-content;
  white-space:nowrap;line-height:1.35;
}
.ecom-rc-pack-price{
  flex-shrink:0;font-size:18px;font-weight:700;color:#111;line-height:1.2;
}
.ecom-rc-pack-price-old{
  font-size:13px;font-weight:500;color:#94a3b8;margin-right:4px;
}
.ecom-rc-foot{
  width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;
}
.ecom-rc-foot-btn{
  width:min(420px,100%);border:0;border-radius:999px;padding:14px 20px;
  font-size:15px;font-weight:700;cursor:pointer;
  background:#2563eb;color:#fff;
  transition:filter var(--ecom-dur-ui, .24s);
}
.ecom-rc-foot-btn:hover{filter:brightness(.96)}
.ecom-rc-foot-note{font-size:12px;color:#94a3b8;text-align:center}
.ecom-rc-sub{
  position:absolute;inset:0;z-index:5;
  display:flex;align-items:center;justify-content:center;
  padding:24px;border-radius:inherit;
  background:rgba(15,23,42,.35);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:0;
  transition:opacity var(--ecom-dur-ui, .24s) ease;
}
.ecom-rc-sub.is-visible{opacity:1}
.ecom-rc-sub[hidden]{display:none!important}
.ecom-rc-sub-box{
  width:520px;
  max-width:calc(100vw - 32px);
  height:480px;
  max-height:calc(100vh - 80px);
  background:#fff;border-radius:16px;
  box-shadow:0 20px 60px rgba(15,23,42,.2);
  display:flex;flex-direction:column;overflow:hidden;
  flex-shrink:0;
  transform:translateY(6px);
  transition:transform var(--ecom-dur-ui, .24s) ease;
}
.ecom-rc-sub.is-visible .ecom-rc-sub-box{transform:none}
.seg-slide-indicator--rc-tab{
  height:2px!important;border-radius:2px;background:#2563eb;
}
.seg-slide-indicator--rc-pill{
  background:#fff;border-radius:999px;
  box-shadow:0 1px 4px rgba(15,23,42,.08);
}
@media (prefers-reduced-motion:reduce){
  .ecom-rc-banner-slot.is-switching,.ecom-rc-body.is-switching,.ecom-rc-foot-slot.is-switching,
  .ecom-rc-slide-target,.ecom-rc-card,.ecom-rc-pack,.ecom-rc-buy,
  .ecom-rc-feat-panel,.ecom-rc-unlock-body,.ecom-rc-coupon-panel,.ecom-rc-sub,.ecom-rc-sub-box{
    transition:none!important;transform:none!important;
  }
  .ecom-rc-card.ecom-rc-card-in,.ecom-rc-pack.ecom-rc-card-in,
  .ecom-rc-cards.is-switching > .ecom-rc-card,.ecom-rc-packs.is-switching > .ecom-rc-pack{
    opacity:1!important;transform:none!important;
  }
}
.ecom-rc-sub-hd{
  position:relative;padding:18px 20px 0;text-align:center;
  flex-shrink:0;
}
.ecom-rc-sub-hd h3{margin:0;font-size:17px;font-weight:700;color:#111}
.ecom-rc-sub-tabs{
  display:flex;gap:24px;padding:14px 20px 0;border-bottom:1px solid #f0f0f0;
  flex-shrink:0;
}
.ecom-rc-sub-tab{
  border:0;background:none;padding:0 0 10px;
  font-size:14px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;
}
.ecom-rc-sub-tab.on{color:#2563eb}
.ecom-rc-sub-tab.on::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2563eb;
}
.ecom-rc-sub-body{
  flex:1;min-height:0;
  padding:18px 20px 20px;overflow:auto;
  scrollbar-width:none;-ms-overflow-style:none;
}
.ecom-rc-sub-body::-webkit-scrollbar{display:none}
.ecom-rc-plan-box{
  border:1px solid #eceff3;border-radius:12px;padding:14px 16px;
  background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.ecom-rc-plan-box b{font-size:14px;color:#111}
.ecom-rc-plan-box span{font-size:13px;color:#94a3b8}
.ecom-rc-empty{padding:36px 12px;text-align:center;color:#94a3b8;font-size:14px}
.ecom-rc-order{
  border-bottom:1px solid #f0f0f0;padding:12px 0;
  display:flex;align-items:flex-start;justify-content:space-between;gap:12px;
}
.ecom-rc-order:last-child{border-bottom:0}
.ecom-rc-order b{display:block;font-size:13px;color:#111;margin-bottom:4px}
.ecom-rc-order span{font-size:12px;color:#94a3b8}
.ecom-rc-order em{font-style:normal;font-size:14px;font-weight:700;color:#111;white-space:nowrap}
.ecom-rc-form-row{margin-bottom:16px}
.ecom-rc-form-row label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}
.ecom-rc-form-inline{display:flex;gap:10px}
.ecom-rc-form-inline input{
  flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;
}
.ecom-rc-form-inline button{
  border:0;border-radius:10px;padding:10px 18px;
  background:#dbeafe;color:#2563eb;font-weight:700;cursor:pointer;white-space:nowrap;
}
.ecom-rc-form-inline button:hover{background:#bfdbfe}
.ecom-rc-toast{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%);
  z-index:12100;padding:10px 18px;border-radius:999px;
  font-size:13px;font-weight:600;color:#fff;
  background:#111;box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.ecom-rc-toast.err{background:#dc2626}
body.ecom-rc-open{overflow:hidden}
@media (max-width:1100px){
  :root{--ecom-rc-w:min(1320px,calc(100vw - 32px));--ecom-rc-h:min(820px,calc(100vh - 24px))}
  .ecom-rc-cards--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ecom-rc-workspace.is-member .ecom-rc-cards--5{
    grid-template-columns:repeat(5,minmax(180px,1fr));
    min-width:100%;
  }
}
@media (max-width:640px){
  :root{--ecom-rc-h:calc(100vh - 24px)}
  .ecom-rc-layer{padding:12px;overflow:hidden}
  .ecom-rc-wrap{border-radius:10px;width:calc(100vw - 16px)}
  .ecom-rc-main{border-radius:10px}
  .ecom-rc-close--outer{
    right:12px;top:12px;width:36px;height:36px;border-radius:10px;
  }
  .ecom-rc-head .ecom-rc-hd{padding:16px 48px 0 16px}
  .ecom-rc-hd-mgmt{margin-left:auto}
  .ecom-rc-link{font-size:15px;padding:6px}
  .ecom-rc-head .ecom-rc-nav{padding-left:16px;padding-right:16px}
  .ecom-rc-hd-left{flex-wrap:wrap}
  .ecom-rc-avatar{width:56px;height:56px}
  .ecom-rc-banner-slot,.ecom-rc-foot-slot{padding-left:16px;padding-right:16px}
  .ecom-rc-body{padding-left:16px;padding-right:16px}
  .ecom-rc-cards--4,.ecom-rc-cards--5{grid-template-columns:1fr}
  .ecom-rc-packs{grid-template-columns:1fr}
  .ecom-rc-pack{padding:18px 20px;min-height:112px}
  .ecom-rc-pack-val{font-size:24px}
  .ecom-rc-pack-badge{font-size:10px;white-space:normal}
  .ecom-rc-sub-box{
    width:calc(100vw - 32px);
    height:min(480px,calc(100vh - 48px));
  }
}

/* ── 深色模式 ── */
html.dark .ecom-rc-main{background:#171717;box-shadow:0 24px 80px rgba(0,0,0,.55)}
html.dark .ecom-rc-head{
  background:linear-gradient(180deg,#1c1c1c 0%,#171717 72%);
}
html.dark .ecom-rc-avatar{
  color:#0a0a0a;
}
html.dark .ecom-rc-name-row b{color:#f5f5f5}
html.dark .ecom-rc-tier{color:#71717a;background:none}
html.dark .ecom-rc-credits-label{color:#71717a}
html.dark .ecom-rc-credits-val,html.dark .ecom-rc-credits-val b,html.dark .ecom-rc-credits-val .ico{color:#60a5fa}
html.dark .ecom-rc-credits-chev{color:#525252}
html.dark .ecom-rc-credits-link:hover .ecom-rc-credits-label{color:#a1a1aa}
html.dark .ecom-rc-credits-link:hover .ecom-rc-credits-val,
html.dark .ecom-rc-credits-link:hover .ecom-rc-credits-val b{color:#93c5fd}
html.dark .ecom-rc-link{color:#a1a1aa}
html.dark .ecom-rc-link:hover{color:#f5f5f5;background:rgba(255,255,255,.06)}
html.dark .ecom-rc-close--outer{
  background:#171717;color:#a1a1aa;border-color:rgba(255,255,255,.1);
  box-shadow:0 8px 24px rgba(0,0,0,.45);
}
html.dark .ecom-rc-close--outer:hover{background:#262626;color:#f5f5f5}
html.dark .ecom-rc-close{
  background:rgba(38,38,38,.92);color:#71717a;
  box-shadow:0 1px 4px rgba(0,0,0,.28);
}
html.dark .ecom-rc-close:hover{background:#262626;color:#f5f5f5}
html.dark .ecom-rc-tab{color:#525252}
html.dark .ecom-rc-tab.on{color:#60a5fa}
html.dark .seg-slide-indicator--rc-tab{background:#60a5fa}
html.dark .seg-slide-indicator--rc-pill{background:#1f1f1f;box-shadow:0 1px 4px rgba(0,0,0,.35)}
html.dark .ecom-rc-cycle{background:#262626}
html.dark .ecom-rc-cycle button{color:#71717a}
html.dark .ecom-rc-cycle button.on{color:#f5f5f5}
html.dark .ecom-rc-cycle.seg-indicator-host button.on{color:#f5f5f5}
html.dark .ecom-rc-banner{
  background:linear-gradient(90deg,rgba(99,102,241,.12),rgba(59,130,246,.1));color:#c4b5fd;
}
html.dark .ecom-rc-card{
  background:#1f1f1f;border-color:rgba(255,255,255,.08);
}
html.dark .ecom-rc-card.is-featured{border-color:rgba(96,165,250,.35);box-shadow:0 0 0 1px rgba(59,130,246,.15)}
html.dark .ecom-rc-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.35)}
html.dark .ecom-rc-card.is-exp{background:linear-gradient(180deg,rgba(234,88,12,.1) 0%,#1f1f1f 40%)}
html.dark .ecom-rc-card.tone-blue{background:linear-gradient(180deg,rgba(59,130,246,.1) 0%,#1f1f1f 42%)}
html.dark .ecom-rc-card.tone-gold{background:linear-gradient(180deg,rgba(245,158,11,.1) 0%,#1f1f1f 42%)}
html.dark .ecom-rc-card-hd h4{color:#f5f5f5}
html.dark .ecom-rc-price-row strong{color:#f5f5f5}
html.dark .ecom-rc-points{color:#f5f5f5}
html.dark .ecom-rc-feats li.hl{color:#f5f5f5}
html.dark .ecom-rc-buy{background:#e5e5e5;color:#0a0a0a}
html.dark .ecom-rc-buy:hover{background:#fafafa}
html.dark .ecom-rc-buy--ghost{background:#1f1f1f;color:#e5e5e5;border-color:#333}
html.dark .ecom-rc-buy--ghost:hover{background:#262626;border-color:#444}
html.dark .ecom-rc-action-hint,
html.dark .ecom-rc-rules,
html.dark .ecom-rc-rules-list{color:#a3a3a3}
html.dark .ecom-rc-plan-box--pending{background:rgba(234,88,12,.12);border-color:rgba(251,146,60,.35)}
html.dark .ecom-rc-pack{background:#1a1a1a;border-color:rgba(255,255,255,.08)}
html.dark .ecom-rc-pack.on{
  background:linear-gradient(to bottom right,rgba(59,130,246,.13) 0%,#1a1a1a 100%);
  border-color:rgba(96,165,250,.38);
}
html.dark .ecom-rc-pack-ico{background:rgba(59,130,246,.15);color:#60a5fa}
html.dark .ecom-rc-pack-title{color:#a1a1aa}
html.dark .ecom-rc-pack-val{color:#f5f5f5}
html.dark .ecom-rc-pack-unit{color:#71717a}
html.dark .ecom-rc-pack-badge{background:#2563eb;color:#fff}
html.dark .ecom-rc-pack-price{color:#f5f5f5}
html.dark .ecom-rc-sub-box{background:#171717;box-shadow:0 20px 60px rgba(0,0,0,.5)}
html.dark .ecom-rc-sub-hd h3{color:#f5f5f5}
html.dark .ecom-rc-sub-tabs{border-bottom-color:rgba(255,255,255,.06)}
html.dark .ecom-rc-plan-box{background:#1a1a1a;border-color:rgba(255,255,255,.08)}
html.dark .ecom-rc-plan-box b{color:#f5f5f5}
html.dark .ecom-rc-order{border-bottom-color:rgba(255,255,255,.06)}
html.dark .ecom-rc-order b{color:#f5f5f5}
html.dark .ecom-rc-order em{color:#f5f5f5}
html.dark .ecom-rc-form-row label{color:#d4d4d4}
html.dark .ecom-rc-form-inline input{
  background:#1f1f1f;border-color:rgba(255,255,255,.1);color:#f5f5f5;
}
html.dark .ecom-rc-coupon-trigger{
  background:#1f1f1f;border-color:rgba(255,255,255,.1);color:#f5f5f5;
}
html.dark .ecom-rc-coupon-trigger::after{
  border-right-color:#60a5fa;border-bottom-color:#60a5fa;
}
html.dark .ecom-rc-coupon-trigger:hover:not(:disabled){
  border-color:rgba(96,165,250,.45);color:#60a5fa;
}
html.dark .ecom-rc-coupon-panel{
  background:#1f1f1f;border-color:rgba(255,255,255,.1);
  box-shadow:0 12px 40px rgba(0,0,0,.45);
}
html.dark .ecom-rc-coupon-opt{color:#e5e5e5}
html.dark .ecom-rc-coupon-opt--muted{color:#71717a}
html.dark .ecom-rc-coupon-opt:hover{background:rgba(59,130,246,.12);color:#60a5fa}
html.dark .ecom-rc-rights-block{background:rgba(59,130,246,.08);border-color:rgba(96,165,250,.22)}
html.dark .ecom-rc-rights-hd{color:#60a5fa;border-bottom-color:rgba(96,165,250,.15)}
html.dark .ecom-rc-save{
  color:#fb7185;background:rgba(244,63,94,.12);border-color:rgba(244,63,94,.28);
}
html.dark .ecom-rc-feats--rights li{color:#a1a1aa}
html.dark .ecom-rc-audience{color:#a1a1aa}
html.dark .ecom-rc-card.is-exp{background:linear-gradient(180deg,rgba(244,63,94,.1) 0%,#1f1f1f 38%);border-color:rgba(244,63,94,.25)}
html.dark .ecom-rc-feat-block{background:rgba(59,130,246,.08);border-color:rgba(96,165,250,.22)}
html.dark .ecom-rc-feat-toggle{color:#60a5fa}
html.dark .ecom-rc-feat-ico,html.dark .ecom-rc-feat-chev{color:#60a5fa}
html.dark .ecom-rc-feat-star{
  background:linear-gradient(145deg,#3b82f6 0%,#2563eb 55%,#1e40af 100%);
  box-shadow:0 1px 4px rgba(37,99,235,.45),inset 0 1px 0 rgba(255,255,255,.18);
}
html.dark .ecom-rc-feat-panel{border-top-color:rgba(96,165,250,.15)}
html.dark .ecom-rc-feat-list b{color:#f5f5f5}
html.dark .ecom-rc-feat-list li{color:#d4d4d4}
html.dark .ecom-rc-feat-chk{background:rgba(59,130,246,.2);color:#60a5fa}
html.dark .ecom-rc-mod-item{background:#1a1a1a;border-color:rgba(255,255,255,.08);color:#f5f5f5}
html.dark .ecom-rc-mod-ico{background:linear-gradient(145deg,#2a2418 0%,#3d3420 100%);color:#fbbf24;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 1px 3px rgba(0,0,0,.25)}
html.dark .ecom-rc-pillars{background:#1a1a1a;border-color:rgba(255,255,255,.08)}
html.dark .ecom-rc-pillar-k{color:#71717a}
html.dark .ecom-rc-pillar-v{color:#f5f5f5}
html.dark .ecom-rc-unlock{background:#1a1a1a;border-color:rgba(255,255,255,.08)}
html.dark .ecom-rc-unlock-toggle{color:#a1a1aa}
html.dark .ecom-rc-tool-item{background:rgba(255,255,255,.04)}
html.dark .ecom-rc-tool-ico{background:rgba(59,130,246,.18);color:#60a5fa}
html.dark .ecom-rc-card-tag.contact{background:#2563eb;color:#fff}
html.dark .ecom-rc-points-sub{color:#71717a}
