:root{
  --xc-canvas:426.5px;
  --xc-primary:#5b4cf2;
  --xc-primary-2:#586dff;
  --xc-primary-soft:#eef0ff;
  --xc-navy:#061f5d;
  --xc-navy-2:#173b98;
  --xc-cyan:#21c4cb;
  --xc-danger:#ff5a51;
  --xc-gold:#f1c464;
  --xc-ink:#10182f;
  --xc-text:#20283b;
  --xc-muted:#8c96ad;
  --xc-bg:#f5f8fc;
  --xc-card:#fff;
  --xc-line:#e6eaf2;
  --xc-radius:12px;
  --xc-radius-lg:15px;
  --xc-shadow:0 5px 17px rgba(31,61,122,.09);
  --xc-nav-height:62px;
  --xc-page-gutter:12px;
}
html{background:#edf2f9}
body{
  background:var(--xc-bg);
  color:var(--xc-ink);
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:14px;
  line-height:1.45;
  letter-spacing:0;
}
.xc-app{
  width:100%;
  max-width:var(--xc-canvas);
  min-height:100vh;
  padding-bottom:calc(var(--xc-nav-height) + env(safe-area-inset-bottom));
  box-shadow:0 0 36px rgba(25,46,91,.10);
}
.xc-app.xc-app--no-nav{padding-bottom:0}
.xc-container{padding:8px 15px}
.xc-card{
  margin:0 var(--xc-page-gutter) 11px;
  padding:14px;
  border:1px solid rgba(229,234,244,.92);
  border-radius:var(--xc-radius);
  box-shadow:var(--xc-shadow);
}
.xc-page-header{
  height:58px;
  padding:0 15px;
  background:rgba(248,250,254,.96);
  border-bottom:1px solid rgba(231,235,243,.8);
}
.xc-page-header h1{font-size:18px;font-weight:700}
.xc-icon-button{width:34px;height:34px}
.xc-bottom-nav{
  max-width:var(--xc-canvas);
  height:calc(var(--xc-nav-height) + env(safe-area-inset-bottom));
  grid-template-columns:repeat(5,1fr);
  box-shadow:0 -1px 9px rgba(23,43,85,.06);
  border-top:1px solid #e8ebf2;
}
.xc-bottom-nav a{gap:1px;font-size:11px;font-weight:400;color:#555e6c}
.xc-bottom-nav svg{width:23px;height:23px}
.xc-bottom-nav a.is-active{color:var(--xc-primary);font-weight:500}
.xc-button{
  min-height:44px;
  border-radius:10px;
  background:linear-gradient(105deg,#5947ed 0%,#5c6eff 100%);
  box-shadow:0 5px 12px rgba(83,78,239,.18);
}
.xc-product-grid{gap:8px}
.xc-product-card{
  border-radius:9px;
  border:1px solid #e6eaf3;
  box-shadow:0 3px 10px rgba(32,61,117,.07);
}
.xc-product-card__body{padding:8px}
.xc-product-card__body strong{font-size:13px}
.xc-product-card__meta{font-size:9px;margin:4px 0}
.xc-price{font-size:15px;color:var(--xc-danger)}
.xc-points{font-size:11px;color:var(--xc-primary)}
.xc-home-notice{display:flex;align-items:center;gap:8px}.xc-home-notice svg{width:18px;height:18px;color:#5d68f1;flex:none}
.xc-toolbar{top:58px;padding:8px 12px}
.xc-tab{padding:7px 13px;border-radius:8px}
.xc-category-layout{grid-template-columns:104px 1fr;min-height:calc(100vh - 176px)}
.xc-category-sidebar{top:58px;height:calc(100vh - 182px)}
.xc-category-sidebar a{padding:15px 7px;border-left-width:3px}
.xc-gallery__slide{aspect-ratio:1/1}
.xc-product-detail-gallery .xc-gallery__slide{aspect-ratio:2.08/1}
.xc-product-summary{padding:14px}
.xc-product-summary h1{font-size:18px}
.xc-price-row{margin:12px 0}
.xc-price-row .xc-price{font-size:24px}
.xc-price-row .xc-points{font-size:16px}
.xc-block{padding:14px;margin-top:8px}
.xc-buybar{
  max-width:var(--xc-canvas);
  bottom:calc(var(--xc-nav-height) + env(safe-area-inset-bottom));
  padding:8px 10px;
}
.xc-detail-buybar,.xc-checkout-bar{bottom:0}
.xc-auth{max-width:var(--xc-canvas);margin:auto}
@media(min-width:700px){.xc-app{box-shadow:0 0 36px rgba(25,46,91,.12)}}

/* Member master: design/xingc-member-v4-exact/01-member-center.png */
.xc-member-page{min-height:calc(100vh - var(--xc-nav-height));background:var(--xc-bg);padding-bottom:0}
.xc-member-hero-v4{
  min-height:232px;
  padding:17px 12px 0;
  color:#fff;
  background:
    radial-gradient(150px 95px at 88% 91%,rgba(103,97,255,.95),transparent 70%),
    radial-gradient(260px 95px at 95% 73%,rgba(57,86,208,.58),transparent 72%),
    linear-gradient(125deg,#061f5d 0%,#0d337b 64%,#1b3e9d 100%);
  position:relative;
  overflow:hidden;
}
.xc-member-hero-v4:before,.xc-member-hero-v4:after{
  content:"";position:absolute;right:-55px;border-radius:50%;border:1px solid rgba(102,132,245,.16);transform:rotate(-12deg)
}
.xc-member-hero-v4:before{width:310px;height:112px;bottom:10px}
.xc-member-hero-v4:after{width:350px;height:145px;bottom:-35px}
.xc-member-top{height:32px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.xc-member-top h1{font-size:20px;line-height:1;margin:0;font-weight:600}
.xc-member-actions{position:absolute;right:0;top:-3px;display:flex;gap:5px}
.xc-member-pill{
  height:31px;padding:0 9px;border:1px solid rgba(255,255,255,.30);border-radius:18px;
  display:flex;align-items:center;gap:5px;font-size:10px;color:#fff;background:rgba(4,26,80,.20)
}
.xc-member-pill svg{width:17px;height:17px}
.xc-member-profile-v4{height:82px;margin-top:11px;display:flex;align-items:center;gap:14px;position:relative;z-index:2}
.xc-member-profile-v4 .xc-avatar{width:70px;height:70px;border:2px solid #fff}
.xc-member-name{font-size:19px;font-weight:700;margin:0 0 8px}
.xc-member-meta{display:flex;align-items:center;gap:8px;color:#e0e7fb;font-size:12px}
.xc-member-level{padding:4px 9px;border-radius:13px;background:linear-gradient(100deg,#f5c25a,#fff1b2);color:#815410;font-size:10px}
.xc-member-level svg{width:12px;height:12px;vertical-align:-3px;margin-right:4px}
.xc-member-assets-v4{
  height:84px;margin:8px 0 0;padding:0 15px;border-radius:12px;background:#fff;color:var(--xc-ink);
  display:grid;grid-template-columns:1fr 1fr 1fr 64px;align-items:center;
  box-shadow:0 8px 20px rgba(8,32,88,.17);position:relative;z-index:3
}
.xc-member-stat{border-right:1px solid #e6eaf1;padding-right:9px}
.xc-member-stat:nth-child(3){border-right:0;padding-left:7px}
.xc-member-stat span{display:block;color:#606979;font-size:11px;margin-bottom:7px}
.xc-member-stat strong{display:block;font-size:19px;font-weight:600;white-space:nowrap}
.xc-member-assets-v4 .xc-button{min-height:38px;padding:0 13px;border-radius:20px;font-size:13px}
.xc-member-content{padding-top:10px}
.xc-vip-v4{
  height:74px;margin:0 12px 11px;padding:8px 12px;
  background:
    linear-gradient(160deg,rgba(255,255,255,.03),transparent 48%),
    linear-gradient(110deg,#252833,#363944);
  border-radius:11px;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden
}
.xc-vip-v4:after{content:"";position:absolute;width:250px;height:1px;right:-25px;top:29px;background:linear-gradient(90deg,transparent,#f4d177,transparent);transform:rotate(-18deg)}
.xc-vip-emblem{width:72px;height:62px;object-fit:contain;object-position:center;margin-right:8px}
.xc-vip-copy{position:relative;z-index:2}.xc-vip-copy strong{display:block;color:#ffe184;font-size:17px}.xc-vip-copy span{font-size:11px;color:#dfe1e6}
.xc-vip-v4 .xc-button{margin-left:auto;min-height:34px;padding:0 14px;border-radius:18px;background:linear-gradient(100deg,#efb94e,#fff0a3);color:#563b13;box-shadow:none;font-size:11px;position:relative;z-index:2}
.xc-member-panel{
  margin:0 12px 11px;padding:12px 14px;background:#fff;border-radius:12px;
  border:1px solid rgba(233,236,243,.9);box-shadow:0 4px 14px rgba(38,66,117,.06)
}
.xc-member-panel-title{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}
.xc-member-panel-title strong{font-size:17px}.xc-member-panel-title span{color:#a4aab5;font-size:11px}
.xc-member-icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px 4px}
.xc-member-icon-item{text-align:center;color:#202637;font-size:11px;min-width:0}
.xc-member-icon-box{height:34px;display:flex;align-items:center;justify-content:center;margin-bottom:5px;color:#5c70f5}
.xc-member-icon-box svg{width:30px;height:30px}
.xc-station-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px 4px}
.xc-station-grid .xc-member-icon-box{width:44px;height:42px;margin:0 auto 5px;border-radius:11px;background:linear-gradient(145deg,#f4f6fb,#fff)}
.xc-station-grid .xc-member-icon-box svg{width:28px;height:28px}
.xc-feature-tile{height:69px;padding:8px;border-radius:9px;background:linear-gradient(145deg,#eef2ff,#dce6ff);color:#16438f;text-align:left;font-weight:700;font-size:11px;overflow:hidden}
.xc-feature-tile.cyan{background:linear-gradient(145deg,#ecfbfd,#d7f2f5);color:#11818b}
.xc-feature-tile small{display:block;margin-top:5px;font-size:9px;font-weight:400;line-height:1.35}
.xc-member-list{margin:0 12px 11px;padding:0 14px;background:#fff;border:1px solid #edf0f5;border-radius:12px;box-shadow:0 4px 14px rgba(38,66,117,.06)}
.xc-member-list-row{height:43px;display:flex;align-items:center;border-bottom:1px solid #edf0f4;gap:11px}
.xc-member-list-row:last-child{border-bottom:0}
.xc-member-list-row svg{width:22px;height:22px;color:#5d79f4}
.xc-member-list-row .cyan-icon{color:#20c4ca}
.xc-member-list-row strong{font-size:13px;font-weight:600}.xc-member-list-row .desc{margin-left:auto;color:#a4a9b2;font-size:11px}.xc-member-list-row .count{margin-left:5px;background:#ff5e61;color:#fff;width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;font-size:9px}

/* Template skin for existing user/*.php pages. */
.xc-user-shell{width:100%;max-width:var(--xc-canvas);min-height:100vh;margin:auto;background:var(--xc-bg);padding-bottom:calc(var(--xc-nav-height) + 10px)}
.xc-user-topbar{height:58px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:rgba(248,250,254,.98);border-bottom:1px solid #eaedf3}
.xc-user-topbar h1{font-size:18px;margin:0;font-weight:700}.xc-user-topbar a{color:var(--xc-ink)}
.xc-user-content{padding-bottom:12px}
.xc-legacy-source{display:none!important}
.xc-user-card{margin:0 14px 12px;padding:15px;background:#fff;border:1px solid #e8ecf3;border-radius:12px;box-shadow:var(--xc-shadow)}
.xc-user-section-title{margin:17px 15px 10px;font-size:17px;font-weight:700}
.xc-user-row{min-height:59px;display:flex;align-items:center;border-bottom:1px solid #eceff4;gap:11px}
.xc-user-row:last-child{border-bottom:0}.xc-user-row .grow{flex:1}.xc-user-row small{display:block;color:var(--xc-muted);font-size:10px;margin-top:3px}
.xc-user-hero{margin:0 14px 12px;padding:22px 20px;border-radius:12px;color:#fff;background:radial-gradient(150px 90px at 88% 75%,#6658ff,transparent 72%),linear-gradient(125deg,#062267,#173f9e);box-shadow:0 8px 18px rgba(22,55,128,.18)}
.xc-user-hero h2{font-size:30px;margin:6px 0}.xc-user-hero p{margin:0;color:#dbe5ff;font-size:12px}
.xc-amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.xc-amount{height:76px;border:1px solid #e3e7ef;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:20px;font-weight:600;background:#fff}
.xc-amount small{font-size:10px;color:#6e89ff;font-weight:400}.xc-amount.is-active{border:1.5px solid var(--xc-primary);background:#f5f4ff;color:var(--xc-primary)}
.xc-user-primary{width:calc(100% - 28px);height:50px;margin:14px;border:0;border-radius:11px;color:#fff;background:linear-gradient(105deg,#5847ed,#5c70ff);font-size:17px;font-weight:700;box-shadow:0 6px 14px rgba(80,77,236,.20)}
.xc-switch{width:49px;height:28px;border-radius:16px;background:linear-gradient(90deg,#5b49ee,#596eff);padding:3px}.xc-switch:after{content:"";display:block;width:22px;height:22px;border-radius:50%;background:#fff;margin-left:21px;box-shadow:0 2px 5px rgba(0,0,0,.12)}
.xc-sign-hero{height:181px;padding:23px 20px 18px 130px;position:relative;margin:0;color:#fff;background:radial-gradient(150px 90px at 88% 75%,#6559ff,transparent 72%),linear-gradient(125deg,#062267,#173f9e)}
.xc-sign-hero img{position:absolute;left:9px;bottom:0;width:122px;height:135px;object-fit:cover}
.xc-sign-hero h2{font-size:24px;margin:32px 0 8px}.xc-sign-hero h2 b,.xc-sign-hero p b{color:#ffd34e;font-size:1.35em}.xc-sign-hero p{font-size:13px;margin:0}
.xc-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;text-align:center}.xc-calendar .dow{font-size:11px;color:#4d5567}.xc-calendar .day{width:31px;height:31px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#f3f5f9;color:#4e586d;font-size:11px}.xc-calendar .day.done{color:#fff;background:linear-gradient(145deg,#5e84ff,#6152f2)}.xc-calendar .day.today{border:1.5px solid var(--xc-primary);background:#fff;color:var(--xc-primary)}
.xc-vip-hero{margin:0 14px 12px;height:152px;padding:22px 18px 20px 154px;border-radius:12px;color:#fff;background:linear-gradient(110deg,#232630,#353843);position:relative;overflow:hidden}.xc-vip-hero img{position:absolute;left:18px;top:9px;width:130px;height:130px;object-fit:cover}.xc-vip-hero h2{color:#ffe18a;font-size:23px;margin:34px 0 7px}.xc-vip-hero p{margin:0;color:#f0f1f3;font-size:12px}

.xc-category-banner{height:106px;padding:0;background:#eaf2ff url("../images/ui/category-banner-exact.png") center/cover no-repeat}
.xc-category-banner h2,.xc-category-banner p{visibility:hidden}
.xc-order-card{min-height:178px;margin:0 0 11px;padding:16px 14px;border:1px solid #e6eaf2;border-radius:13px;background:#fff;box-shadow:var(--xc-shadow);display:grid;grid-template-columns:91px 1fr;gap:14px;position:relative}.xc-order-card>img{width:91px;height:109px;border-radius:10px;object-fit:cover}.xc-order-info{min-width:0}.xc-order-info h2{padding-right:64px;margin:3px 0 12px;font-size:16px;line-height:1.35}.xc-order-info p{margin:6px 0;color:#7f8aa1;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xc-order-status{position:absolute;right:14px;top:14px;padding:5px 8px;border-radius:8px;font-size:10px}.xc-order-status.pending{color:#e38a10;background:#fff2de}.xc-order-status.done{color:#18afaf;background:#e6fbfa}.xc-order-status.expired{color:#7e8799;background:#f0f2f5}.xc-order-bottom{grid-column:1/-1;height:44px;padding-top:11px;border-top:1px solid #e8ebf1;display:flex;align-items:center}.xc-order-bottom>span{font-size:12px;color:#6f798e}.xc-order-bottom>span strong{margin-left:5px;color:#ff5a51;font-size:19px}.xc-order-bottom .xc-button{margin-left:auto;min-height:33px;padding:0 16px;border-radius:8px;font-size:11px}

/* Latest exact member child pages: 02—05. */
.xc-user-shell *{box-sizing:border-box}
.xc-user-shell a,.xc-user-shell a:hover,.xc-user-shell a:focus{text-decoration:none}
.xc-user-shell button,.xc-user-shell input{font:inherit}
.xc-dark-topbar{height:58px;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:4;left:15px;right:12px;top:0;color:#fff}
.xc-dark-topbar a{font-size:40px;line-height:1;color:#fff;font-weight:200}
.xc-dark-topbar h1{font-size:19px;margin:0;font-weight:700}
.xc-dark-topbar button{height:31px;border:1px solid rgba(255,255,255,.32);border-radius:17px;padding:0 10px;background:rgba(6,31,94,.20);color:#fff;font-size:11px}
.xc-dark-topbar svg{width:16px;height:16px;vertical-align:-4px}
.xc-sign-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:13px;background:var(--xc-bg)}
.xc-sign-page .xc-sign-hero{height:181px;margin:0;padding:0;background:radial-gradient(170px 100px at 88% 86%,#6757ff,transparent 72%),linear-gradient(125deg,#061f5d,#153d98);overflow:hidden}
.xc-sign-page .xc-sign-hero:after,.xc-balance-hero:after{content:"";position:absolute;right:-48px;bottom:-10px;width:280px;height:94px;border-radius:50%;border-top:18px solid rgba(91,104,255,.27);transform:rotate(-10deg)}
.xc-sign-page .xc-sign-hero img{left:15px;bottom:14px;width:105px;height:109px;object-fit:contain;z-index:2}
.xc-sign-copy{position:absolute;z-index:3;left:136px;top:86px}
.xc-sign-copy h2{font-size:18px;margin:0 0 11px;color:#fff;white-space:nowrap}
.xc-sign-copy h2 b{font-size:31px;color:#ffd54d}
.xc-sign-copy p{font-size:12px;color:#fff;white-space:nowrap}.xc-sign-copy p b{font-size:17px;color:#ffd54d}
.xc-sign-calendar-card{margin:-1px 14px 13px;padding:17px 16px 13px;min-height:395px;border-radius:14px;background:#fff;box-shadow:0 5px 17px rgba(31,61,122,.09);position:relative;z-index:5}
.xc-sign-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.xc-sign-card-head h2{font-size:19px;margin:0;font-weight:700}.xc-sign-card-head span{padding:6px 9px;border-radius:9px;background:#f3f1ff;color:#5a51ee;font-size:11px;font-weight:600}
.xc-sign-page .xc-calendar{gap:8px 7px}
.xc-sign-page .xc-calendar .dow{height:20px;font-size:11px}
.xc-sign-page .xc-calendar .day{width:29px;height:29px;position:relative}
.xc-sign-page .xc-calendar .day i{position:absolute;bottom:0;font-size:8px;font-style:normal}
.xc-sign-page .xc-calendar .day.done{padding-bottom:5px}
.xc-sign-page .xc-calendar .day.today{border:1.5px solid #645cf5}
.xc-sign-button{height:47px;width:100%;margin-top:13px;border:0;border-radius:10px;color:#fff;background:linear-gradient(105deg,#5845ed,#665eff);font-size:15px;font-weight:600;box-shadow:0 5px 12px rgba(83,78,239,.18)}
.xc-sign-button:disabled{opacity:.72}.xc-sign-button svg{width:21px;height:21px;vertical-align:-6px;margin-right:8px}
.xc-sign-rewards{margin:0 14px;padding:13px 11px 10px;border-radius:13px;background:#fff;box-shadow:var(--xc-shadow)}
.xc-sign-rewards h2{display:flex;align-items:center;gap:10px;font-size:16px;margin:0 0 9px}.xc-sign-rewards h2 svg{width:22px;height:22px;color:#5d58f4}
.xc-reward-list{border:1px solid #e8ebf2;border-radius:9px;overflow:hidden}
.xc-reward-list>div{height:53px;padding:0 12px;display:flex;align-items:center;border-bottom:1px solid #e8ebf2}.xc-reward-list>div:last-child{border:0}
.xc-reward-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#f4f5fa;color:#5e6ff4;margin-right:10px}.xc-reward-icon svg{width:28px;height:28px}.xc-reward-icon b{font-size:17px}
.xc-reward-list strong{font-size:14px;font-weight:500}.xc-reward-list strong small{display:block;color:#929aae;font-size:11px;font-weight:400;margin-top:1px}
.xc-reward-list em{margin-left:auto;padding:6px 10px;border-radius:8px;background:linear-gradient(105deg,#5849ef,#675ff5);color:#fff;font-size:11px;font-style:normal}.xc-reward-list em.soft{background:#efefff;color:#5e5aef}.xc-reward-list em.locked{background:#f4f5f8;color:#a8afbe}
.xc-sign-note{margin:9px 2px 0;color:#858fa4;font-size:10px}
.xc-user-topbar{height:61px}.xc-user-topbar>a:first-child{font-size:39px;line-height:1;font-weight:200}.xc-user-topbar h1{font-size:19px}.xc-user-topbar>button,.xc-user-topbar>a:last-child{border:0;background:none;color:var(--xc-primary);font-size:15px}
.xc-recharge-topbar>a:last-child{font-size:12px;color:var(--xc-ink)}
.xc-recharge-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:83px}
.xc-balance-hero{height:136px;margin:0 15px 13px;padding:21px 19px;color:#fff;border-radius:12px;overflow:hidden;position:relative;background:radial-gradient(190px 100px at 88% 92%,#6759ff,transparent 72%),linear-gradient(125deg,#062467,#143b94);box-shadow:0 7px 17px rgba(20,53,130,.16)}
.xc-balance-hero span{font-size:15px}.xc-balance-hero strong{display:block;font-size:29px;margin:7px 0 2px;position:relative;z-index:2}.xc-balance-hero strong small{font-size:18px}.xc-balance-hero p{font-size:12px;margin:0;color:#eef3ff;position:relative;z-index:2}
.xc-recharge-card{margin:0 15px 10px;padding:14px;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}
.xc-recharge-card h2{font-size:17px;margin:0 0 19px;font-weight:700}
.xc-recharge-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:11px 9px}
.xc-recharge-amounts button{height:84px;border:1px solid #dfe4ec;border-radius:10px;background:#fff;color:var(--xc-ink);font-size:23px;font-weight:600;position:relative}
.xc-recharge-amounts button small{display:block;margin-top:4px;font-size:11px;color:#5b75ff;font-weight:400}
.xc-recharge-amounts button.is-active{border:1.5px solid #594df2;color:#5b4cf2;background:linear-gradient(145deg,#fff,#f1f0ff)}
.xc-recharge-amounts button.is-active:after{content:"✓";position:absolute;right:7px;top:7px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#6477ff,#5947eb);font-size:12px}
.xc-custom-amount{height:58px;margin:13px 0 0;padding:0 14px;border:1.5px solid #6874fb;border-radius:10px;display:flex;align-items:center;gap:13px;font-weight:400}.xc-custom-amount span{font-size:25px;color:#5d5bf3}.xc-custom-amount b{font-size:14px;white-space:nowrap}.xc-custom-amount input{width:100%;min-width:0;height:40px;border:0;border-left:1px solid #e8eaf0;text-align:right;color:#8f98aa;outline:0;padding-left:10px;background:transparent}
.xc-payment-list button{width:100%;height:51px;padding:0;border:0;border-bottom:1px solid #e8ebf1;background:#fff;display:flex;align-items:center;gap:13px;text-align:left}.xc-payment-list button:last-child{border:0}.xc-payment-list button strong{font-size:14px;font-weight:500}.xc-payment-list button i{margin-left:auto;width:21px;height:21px;border:1px solid #aeb7c8;border-radius:50%}.xc-payment-list button.is-active i{border:0;background:linear-gradient(145deg,#6373ff,#5c47ed);position:relative}.xc-payment-list button.is-active i:after{content:"✓";color:#fff;position:absolute;inset:0;display:grid;place-items:center;font-style:normal;font-size:12px}
.xc-pay-logo{width:29px;height:29px;border-radius:6px;display:grid;place-items:center;color:#fff;background:#5d55f1;font-weight:700}.xc-pay-logo.alipay{background:#168bf1;font-size:18px}.xc-pay-logo.wechat{background:#20b943}.xc-pay-logo.usdt{background:#28a17b}
.xc-empty-pay{color:#8d96aa;font-size:12px}
.xc-recharge-bar{position:fixed;z-index:25;left:50%;bottom:var(--xc-nav-height);transform:translateX(-50%);width:100%;max-width:var(--xc-canvas);height:80px;padding:13px 22px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid #e8ebf1}
.xc-recharge-bar span{font-size:13px}.xc-recharge-bar span strong{font-size:23px;color:#ff5a51;margin-left:8px}.xc-recharge-bar button{width:175px;height:50px;border:0;border-radius:10px;background:linear-gradient(105deg,#5846ed,#5b6df7);color:#fff;font-size:17px;font-weight:700}.xc-recharge-bar button:disabled{opacity:.5}
.xc-profile-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:22px}
.xc-profile-hero{height:141px;margin:15px;border-radius:12px;padding:23px 18px;background:#fff;box-shadow:var(--xc-shadow);display:flex;align-items:center;gap:21px}.xc-profile-hero img{width:91px;height:91px;border-radius:50%;object-fit:cover;border:1px solid #e3e7ee}.xc-profile-hero h2{font-size:21px;margin:0 0 7px}.xc-profile-hero span{display:inline-block;padding:4px 10px;border-radius:13px;background:linear-gradient(100deg,#f7c55e,#fff0b0);color:#87580c;font-size:11px}.xc-profile-hero p{font-size:12px;color:#929aae;margin:9px 0 0}.xc-profile-hero>b{margin-left:auto;font-size:30px;color:#8992a4;font-weight:300}
.xc-profile-page .xc-user-section-title{margin:20px 23px 12px;font-size:17px}
.xc-settings-card{margin:0 15px;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow);padding:0 16px}
.xc-settings-card label,.xc-settings-card>div{height:60px;margin:0;display:flex;align-items:center;border-bottom:1px solid #e9ecf2;font-weight:400}.xc-settings-card label:last-of-type,.xc-settings-card>div:last-child{border:0}.xc-settings-card span{font-size:15px}.xc-settings-card input{margin-left:auto;width:62%;height:44px;padding:0 10px;border:0;outline:0;text-align:right;background:transparent;color:#8993a8;font-size:14px}.xc-settings-card label b{font-size:27px;color:#8992a4;font-weight:300}.xc-settings-card em{font-style:normal;margin-left:auto;color:#9199aa;font-size:14px}.xc-settings-card .xc-switch{margin-left:auto;display:block;flex:none}
.xc-profile-save{display:block;width:calc(100% - 30px);height:52px;margin:23px 15px 0;border:0;border-radius:11px;background:linear-gradient(105deg,#5845ed,#5b70f8);color:#fff;font-size:18px;font-weight:700;box-shadow:0 6px 14px rgba(80,77,236,.2)}
.xc-upgrade-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:18px}
.xc-upgrade-page .xc-user-topbar>button{height:31px;border:1px solid #d5dbe7;border-radius:17px;padding:0 10px;color:var(--xc-ink);font-size:11px}
.xc-upgrade-hero{height:151px;margin:12px 16px 14px;border-radius:10px;color:#fff;background:linear-gradient(110deg,#25272f,#383b45);display:flex;align-items:center;overflow:hidden;position:relative}.xc-upgrade-hero:after{content:"";position:absolute;right:-20px;top:31px;width:260px;height:1px;background:linear-gradient(90deg,transparent,#f0c85d,transparent);transform:rotate(-17deg)}.xc-upgrade-hero img{width:143px;height:133px;object-fit:contain;position:relative;z-index:2}.xc-upgrade-hero div{position:relative;z-index:2}.xc-upgrade-hero h2{font-size:24px;color:#ffe48a;margin:0 0 10px}.xc-upgrade-hero p{font-size:12px;margin:0;white-space:nowrap}
.xc-upgrade-card{margin:0 16px 14px;padding:17px 14px;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}.xc-upgrade-card>h2{font-size:18px;margin:0 0 15px}
.xc-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.xc-benefit-grid>div{height:86px;border:1px solid #e2e6ee;border-radius:9px;padding:15px 12px;display:flex;align-items:center;gap:11px}.xc-benefit-grid i{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:#f2f2ff;color:#5c5af2;font-size:23px;font-style:normal;font-weight:700}.xc-benefit-grid strong{font-size:15px}.xc-benefit-grid small{display:block;color:#8992a5;font-size:10px;margin-top:5px;font-weight:400}
.xc-plan-card{height:169px;border:1.5px solid #c98716;border-radius:10px;background:linear-gradient(145deg,#fff,#fff8eb);padding:40px 16px 14px;display:flex;align-items:flex-start;position:relative}.xc-recommend{position:absolute;left:-1px;top:-1px;padding:8px 12px;border-radius:9px 0 9px 0;background:linear-gradient(130deg,#df9f2b,#b8730d);color:#fff;font-size:12px}.xc-plan-check{position:absolute;right:9px;top:9px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#cc8d24;font-size:11px}.xc-plan-crown{width:62px;height:62px;margin-right:14px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#ffdf82,#bc7713);color:#fff;font-size:31px;font-style:normal;border:1px solid #bd7713}.xc-plan-card div strong{display:block;color:#67400d;font-size:18px;margin:7px 0 4px}.xc-plan-card div small{color:#8992a5;font-size:11px}.xc-plan-card>em{margin-left:auto;margin-top:16px;color:#f44839;font-size:27px;font-style:normal;font-weight:700}.xc-plan-card>p{position:absolute;left:15px;right:15px;bottom:12px;height:44px;margin:0;padding:0 16px;border:1px solid #f1d9b1;border-radius:8px;display:flex;align-items:center;color:#485065;font-size:11px}.xc-plan-card>p b{margin-left:auto;color:#f0533f;font-size:18px}
.xc-upgrade-button{display:grid;place-items:center;height:57px;margin:16px;border-radius:15px;background:linear-gradient(100deg,#ffd98c,#f4b954);border:1px solid #e4a94c;color:#76500e!important;font-size:20px;font-weight:700;box-shadow:inset 0 1px rgba(255,255,255,.8)}
.xc-user-legacy{padding:12px}.xc-user-legacy .wrapper{max-width:100%;margin:0}.xc-user-legacy .panel{border:0;border-radius:12px;box-shadow:var(--xc-shadow);overflow:hidden}.xc-user-legacy .panel-heading{padding:15px;background:#fff!important;color:var(--xc-ink)!important;border-bottom:1px solid #e9edf3;font-size:16px}.xc-user-legacy .panel-body{padding:15px}.xc-user-legacy .btn-primary{background:linear-gradient(105deg,#5845ed,#5b70f8);border:0;border-radius:8px}.xc-user-legacy .form-control{height:43px;border-radius:8px;border-color:#e1e6ef;box-shadow:none}

/* Customer service — canonical v1 chat layout. */
.xc-service-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:107px;background:var(--xc-chat-window,#f8faff)}
.xc-service-header{background:#fff;border-bottom:1px solid #e7ebf3}
.xc-service-header .xc-page-header{background:#fff;border:0}.xc-service-header .xc-page-header>a{font-size:12px;color:var(--xc-ink)}
.xc-service-agent{height:61px;padding:0 18px;display:flex;align-items:center;gap:12px}.xc-service-agent img{width:45px;height:45px;border-radius:50%;object-fit:cover}.xc-service-agent strong{display:block;font-size:16px}.xc-service-agent span{display:block;font-size:11px;color:#536078;margin-top:3px}.xc-service-agent i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1dc8ca;margin-right:7px}.xc-service-agent i.is-offline{background:#a7afbd}
.xc-chat{padding:12px 14px 35px}.xc-chat>time{display:block;width:max-content;margin:0 auto 14px;padding:4px 10px;border-radius:12px;background:#eef1f9;color:#606b82;font-size:10px}.xc-chat-messages{min-height:105px}.xc-chat-loading{padding:34px 12px;text-align:center;color:#8a93a7;font-size:12px}.xc-chat-loading.is-error{color:#e75b67}
.xc-message{display:flex;align-items:flex-start;gap:10px;margin:0 0 12px}.xc-message>img{width:36px;height:36px;border-radius:50%;object-fit:cover}.xc-message>div>p{max-width:280px;margin:0;padding:12px 14px;border:1px solid #e0e5ef;border-radius:14px;background:#fff;color:#131d34;font-size:14px;line-height:1.7}.xc-message small{display:block;margin:5px 7px 0;color:#818ca2;font-size:10px}
.xc-message--user{justify-content:flex-end}.xc-message--user>div>p{border:0;color:#fff;background:linear-gradient(105deg,#5946ed,#6863f8)}.xc-message--user>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#827aff,#5f54ec)}
.xc-quick-topics{display:flex;gap:8px;overflow:auto;margin:0 0 20px 46px}.xc-quick-topics button{height:29px;padding:0 11px;border:1px solid #6257f3;border-radius:15px;color:#6257f3;background:#fff;white-space:nowrap;font-size:11px}
.xc-order-message{width:291px;padding:13px;border-radius:13px;background:#fff;box-shadow:var(--xc-shadow);position:relative}.xc-order-message h2{font-size:15px;margin:0 0 11px}.xc-order-message strong{display:block;width:70%;font-size:13px}.xc-order-message span{display:block;margin-top:7px;color:#1bc6c7;font-size:11px}.xc-order-message a{position:absolute;right:13px;bottom:14px;height:30px;padding:0 12px;border:1px solid #6257f3;border-radius:9px;display:flex;align-items:center;color:#6257f3;font-size:11px}
.xc-service-contact{display:flex;gap:8px;margin:0 0 15px 46px}.xc-service-contact a,.xc-service-contact button{height:30px;padding:0 10px;border:1px solid #dfe4ec;border-radius:8px;background:#fff;color:#4d5870;font-size:10px;display:flex;align-items:center}.xc-chat-media{display:block;max-width:min(220px,58vw);max-height:240px;border-radius:10px;object-fit:contain;cursor:pointer}
.xc-chat-tools{position:fixed;z-index:24;left:50%;bottom:var(--xc-nav-height);transform:translateX(-50%);width:100%;max-width:var(--xc-canvas);background:#fff;border-top:1px solid #e4e8f0}.xc-common-questions{height:45px;padding:0 14px;display:flex;align-items:center;gap:8px;overflow-x:auto;border-bottom:1px solid #e7eaf1;scrollbar-width:none}.xc-common-questions::-webkit-scrollbar{display:none}.xc-common-questions strong{white-space:nowrap;font-size:11px}.xc-common-questions button,.xc-common-questions select{height:27px;padding:0 10px;border:1px solid #d8dde7;border-radius:9px;background:#fff;white-space:nowrap;color:#273148;font-size:10px}.xc-common-questions select{max-width:120px}.xc-chat-input{height:62px;padding:8px 16px;display:flex;align-items:center;gap:12px}.xc-chat-input>input{flex:1;min-width:0;height:43px;padding:0 13px;border:1px solid #dfe4ed;border-radius:11px;outline:0}.xc-chat-input button{width:67px;height:43px;border:0;border-radius:11px;background:var(--xc-chat-primary,#6257f5);color:#fff;font-size:16px;font-weight:700}.xc-chat-input button:disabled{opacity:.55}.xc-chat-upload{flex:0 0 auto;display:grid;place-items:center;width:23px;height:43px;cursor:pointer}.xc-chat-upload svg{width:21px;height:21px;color:#687286}.xc-chat-upload input{display:none}

/* Login and registration — uses exact generated hero crops, live form controls below. */
.xc-auth-body{margin:0;background:#f6f7ff}
.xc-auth-body .xc-auth{width:100%;max-width:var(--xc-canvas);min-height:100vh;margin:auto;padding:0;position:relative;overflow:hidden;background:#f8f9ff}
.xc-auth-visual{width:100%;background-repeat:no-repeat;background-position:top center;background-size:100% auto}
.xc-auth--login .xc-auth-visual{height:305px;background-image:url("../images/ui/auth-login-hero.png")}
.xc-auth--register .xc-auth-visual{height:228px;background-image:url("../images/ui/auth-register-hero.png")}
.xc-auth-card-exact{position:relative;margin:-17px 18px 15px;padding:31px 28px 22px;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(43,64,122,.11)}
.xc-auth--register .xc-auth-card-exact{margin-top:-8px;padding:28px 23px 18px}.xc-auth-card-exact>h1{font-size:25px;margin:0 0 6px}.xc-auth-lead{margin:0 0 24px;color:#838da4;font-size:14px}
.xc-auth-field{margin-bottom:20px}.xc-auth--register .xc-auth-field{margin-bottom:14px}.xc-auth-field>label{display:block;margin:0 0 9px;font-size:14px;font-weight:600}.xc-auth-field>div{height:53px;padding:0 14px;border:1px solid #dfe4ec;border-radius:10px;display:flex;align-items:center;gap:13px}.xc-auth-field span{color:#8c95a9;font-size:21px}.xc-auth-field span svg,.xc-auth-field button svg{display:block;width:21px;height:21px}.xc-auth-field input{flex:1;min-width:0;height:48px;border:0;outline:0;background:transparent;font-size:14px}.xc-auth-field button{border:0;background:transparent;color:#8992a6;font-size:19px}.xc-auth-field img{width:105px;height:42px;object-fit:cover;border-radius:7px}
.xc-auth-options{display:flex;align-items:center;justify-content:space-between;margin:-3px 0 27px;color:#4b566c;font-size:12px}.xc-auth-options a{color:#6158ef}.xc-auth-options input{accent-color:#6155f3}
.xc-auth-submit{width:100%;height:56px;border:0;border-radius:10px;background:linear-gradient(105deg,#5946ed,#5e60f5);color:#fff;font-size:20px;font-weight:700;box-shadow:0 7px 15px rgba(83,78,239,.18)}
.xc-auth-divider{height:55px;display:flex;align-items:center;gap:18px;color:#9199aa;font-size:12px}.xc-auth-divider:before,.xc-auth-divider:after{content:"";height:1px;background:#e2e6ed;flex:1}.xc-auth-divider span{white-space:nowrap}.xc-auth-divider a{color:#6157f1}
.xc-social-logins{display:flex;justify-content:center;gap:51px}.xc-social-logins button{border:0;background:#fff;color:#3f4960;font-size:12px}.xc-social-logins i{width:58px;height:58px;margin:0 auto 7px;border-radius:50%;display:grid;place-items:center;background:#f4f5fa;font-size:28px;font-style:normal}.xc-social-logins i.qq{color:#5d52ee}.xc-social-logins i.wx{color:#22bfd2}.xc-social-logins img{width:31px;height:31px;object-fit:contain}
.xc-auth-switch{text-align:center;margin:22px 0 15px;color:#4c566d;font-size:13px}.xc-auth-switch a,.xc-auth-agreement a{color:#6157f1}.xc-auth-agreement{text-align:center;margin:0;color:#8c96aa;font-size:10px}.xc-auth-consent{display:flex;align-items:center;gap:7px;margin:17px 0;color:#596278;font-size:11px;font-weight:400}.xc-auth-consent input{width:17px;height:17px;accent-color:#6258f2}
.xc-auth--register .xc-auth-submit{height:49px;font-size:17px}.xc-auth--register .xc-auth-divider{height:53px}
.xc-auth--register .xc-auth-field{margin-bottom:11px}.xc-auth--register .xc-auth-field>label{margin-bottom:7px}.xc-auth--register .xc-auth-field>div{height:43px}.xc-auth--register .xc-auth-field input{height:40px}
@media(max-height:800px){.xc-auth--login .xc-auth-visual{height:265px}.xc-auth--login .xc-auth-card-exact{margin-top:-8px}.xc-auth-card-exact{padding-top:24px}.xc-auth-field{margin-bottom:14px}}

/* Confirm order — canonical v2 structure. */
.xc-checkout-page{padding-bottom:0}.xc-checkout-page>.xc-page-header{height:44px}
.xc-checkout-notice{height:32px;margin:0 15px 11px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#eaf3ff;color:#3978ed;font-size:11px}.xc-checkout-notice svg{width:17px;height:17px;margin-right:8px}
.xc-checkout-card{margin:0 15px 10px;padding:7px 10px;border:1px solid #e7ebf2;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}.xc-checkout-product{padding-top:10px;padding-bottom:10px}
.xc-checkout-modes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:13px}.xc-checkout-modes a,.xc-checkout-modes>span{height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f4f5fa;color:#596278;font-size:12px;font-weight:600}.xc-checkout-modes a.is-active{border:1px solid #6258f2;background:#fff;color:#5e56f1}.xc-checkout-modes>span{color:#8d96a9}.xc-checkout-modes svg{width:18px;height:18px;margin-right:7px}
.xc-checkout-goods{display:grid;grid-template-columns:86px 1fr 52px;gap:12px;align-items:center}.xc-checkout-goods>img{width:86px;height:102px;border-radius:8px;object-fit:cover}.xc-checkout-goods h2{margin:0 0 8px;font-size:15px;line-height:1.35}.xc-checkout-goods p{margin:0 0 10px;color:#8992a6;font-size:11px}.xc-checkout-goods div>span{padding:4px 6px;border-radius:6px;background:#eff3ff;color:#6375e9;font-size:9px}.xc-checkout-goods aside{height:75px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;color:#8d96aa;font-size:12px}.xc-checkout-goods aside strong{display:block;margin-top:13px;color:#ff5a51;font-size:14px}
.xc-checkout-title{margin:0 0 9px;font-size:16px;display:flex;align-items:center}.xc-checkout-title svg{width:18px;height:18px;margin-right:9px;color:#5f5af1}
.xc-checkout-rows{border:1px solid #e7eaf1;border-radius:9px;overflow:hidden}.xc-checkout-rows>div{height:41px;padding:0 11px;display:flex;align-items:center;border-bottom:1px solid #e8ebf1}.xc-checkout-rows>div:last-child{border:0}.xc-checkout-rows span{font-size:13px}.xc-checkout-rows em,.xc-checkout-rows strong{margin-left:auto;color:#929aac;font-size:11px;font-style:normal}.xc-checkout-rows .xc-points{color:#5e58ef}
.xc-checkout-rows span{display:flex;align-items:center}.xc-checkout-rows span svg{width:18px;height:18px;margin-right:9px;color:#5f5af1}
.xc-checkout-payments{border:1px solid #e7eaf1;border-radius:9px;padding:0 10px}.xc-checkout-payments button{height:42px}.xc-checkout-payments button strong small{display:block;margin-top:2px;color:#9099aa;font-size:9px;font-weight:400}
.xc-checkout-remark label{height:34px;padding:0 11px;border-radius:8px;background:#f6f7fb;display:flex;align-items:center}.xc-checkout-remark input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:11px}.xc-checkout-remark label span{color:#9099ac;font-size:9px}
.xc-checkout-summary>div{height:29px;padding:0 10px;display:flex;align-items:center;font-size:12px}.xc-checkout-summary strong{margin-left:auto}.xc-checkout-summary .discount{color:#ff5a51}.xc-checkout-summary .total{margin-top:3px;border-top:1px dashed #dfe3eb;font-size:14px;font-weight:700}.xc-checkout-summary .total strong{font-size:18px;color:#ff5a51}.xc-checkout-summary svg{width:18px;height:18px;margin-right:9px;color:#5f5af1}
.xc-checkout-agreement{margin:2px 17px 8px;color:#38465e;font-size:11px}.xc-checkout-agreement>span,.xc-checkout-agreement small{display:flex;align-items:center}.xc-checkout-agreement svg{width:16px;height:16px;margin-right:7px;color:#5e63f5;flex:none}.xc-checkout-agreement small{margin-top:5px;color:#929aac;font-size:9px}.xc-checkout-agreement small svg{color:#8792a8}
.xc-checkout-bar{height:65px;padding:8px 15px;grid-template-columns:1fr 175px;align-items:center}.xc-checkout-bar>strong{font-size:14px}.xc-checkout-bar>strong b{margin-left:7px;color:#ff5a51;font-size:22px}.xc-checkout-bar .xc-button{height:49px;font-size:17px}
.xc-pay-order-page{padding-bottom:65px}.xc-pay-information .xc-checkout-rows strong{max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xc-private-note{margin:0;padding:12px;border-radius:8px;background:#fff8ed;color:#9b6b21;font-size:12px}.xc-checkout-payments label{height:42px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #e8ebf1}.xc-checkout-payments label:last-child{border:0}.xc-checkout-payments label>input{position:absolute;opacity:0;pointer-events:none}.xc-checkout-payments label strong{font-size:14px;font-weight:500}.xc-checkout-payments label strong small{display:block;margin-top:2px;color:#9099aa;font-size:9px;font-weight:400}.xc-checkout-payments label>i{margin-left:auto;width:21px;height:21px;border:1px solid #aeb7c8;border-radius:50%}.xc-checkout-payments label.is-active>i{border:0;background:linear-gradient(145deg,#6373ff,#5c47ed);position:relative}.xc-checkout-payments label.is-active>i:after{content:"✓";color:#fff;position:absolute;inset:0;display:grid;place-items:center;font-style:normal;font-size:12px}.xc-pay-logo.qq{background:#5477ef}

/* Password recovery and tutorial pages use the same auth/card system. */
.xc-find-card{text-align:center}.xc-find-card h1{font-size:24px;margin:0 0 7px}.xc-find-card>p{margin:0 0 20px;color:#8791a6;font-size:13px}.xc-find-qr{width:190px;min-height:190px;margin:0 auto 21px;padding:10px;border:1px solid #e2e7ef;border-radius:14px;background:#fff;display:grid;place-items:center;box-shadow:var(--xc-shadow)}.xc-find-qr img,.xc-find-qr canvas{max-width:168px!important;max-height:168px!important}.xc-find-back{display:grid;place-items:center;height:48px;border-radius:10px;background:linear-gradient(105deg,#5946ed,#5e60f5);color:#fff!important;font-size:16px;font-weight:700}
.xc-tutorial-page{padding-bottom:17px}.xc-tutorial-intro{margin:12px 15px;padding:18px;border-radius:14px;color:#fff;background:radial-gradient(150px 80px at 90% 90%,#7165ff,transparent 70%),linear-gradient(125deg,#092768,#173d96)}.xc-tutorial-intro h2{font-size:22px;margin:0 0 8px}.xc-tutorial-intro p{margin:0;color:#e8efff;font-size:12px}.xc-tutorial-steps{margin:0 15px 12px;padding:7px 16px;border-radius:14px;background:#fff;box-shadow:var(--xc-shadow)}.xc-tutorial-step{min-height:104px;padding:16px 0;display:grid;grid-template-columns:42px 1fr;gap:13px;border-bottom:1px solid #e8ebf2}.xc-tutorial-step:last-child{border:0}.xc-tutorial-step>b{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#6a79ff,#5848ed);font-size:15px}.xc-tutorial-step h3{font-size:16px;margin:1px 0 5px}.xc-tutorial-step p{margin:0;color:#7f899e;font-size:12px;line-height:1.7}.xc-tutorial-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 15px}.xc-tutorial-actions a{height:45px;border:1px solid #6258f2;border-radius:10px;display:grid;place-items:center;color:#6158f1;font-weight:600}.xc-tutorial-actions a:first-child{border:0;color:#fff;background:linear-gradient(105deg,#5946ed,#5e60f5)}

/* Cart */
.xc-cart-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:72px}.xc-cart-manage{border:0;background:none;color:#5f58ef;font-size:14px}.xc-cart-list{padding:11px 15px}.xc-cart-loading{padding:45px 0;text-align:center;color:#8b95a9}.xc-cart-item{min-height:127px;margin-bottom:10px;padding:13px 12px;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow);display:grid;grid-template-columns:22px 83px 1fr;gap:10px;align-items:center;position:relative}.xc-cart-check{width:21px;height:21px;border:1px solid #aeb7c8;border-radius:50%;background:#fff}.xc-cart-check.is-active{border:0;background:linear-gradient(145deg,#6373ff,#5949ed);position:relative}.xc-cart-check.is-active:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px}.xc-cart-image img{width:83px;height:98px;border-radius:8px;object-fit:cover}.xc-cart-content>a{display:block;min-height:39px;color:var(--xc-ink);font-size:14px;font-weight:700;line-height:1.4}.xc-cart-content>p{margin:4px 0 8px;color:#8b95a9;font-size:10px}.xc-cart-item-bottom{display:flex;align-items:center}.xc-cart-item-bottom>strong{color:#ff5a51;font-size:16px}.xc-cart-stepper{height:29px;margin-left:auto;border:1px solid #dfe4ed;border-radius:7px;display:flex;overflow:hidden}.xc-cart-stepper button,.xc-cart-stepper span{width:29px;border:0;background:#fff;display:grid;place-items:center;font-size:13px}.xc-cart-stepper span{border-left:1px solid #e5e9f0;border-right:1px solid #e5e9f0}.xc-cart-remove{display:none;position:absolute;right:12px;top:12px;border:0;background:none;color:#ff5a51;font-size:11px}.xc-cart-page.is-managing .xc-cart-remove{display:block}.xc-cart-empty{padding-top:65px}.xc-cart-empty img{width:137px}.xc-cart-recommend{padding:2px 15px 16px}.xc-cart-recommend .xc-section__head{padding-left:0;padding-right:0}.xc-cart-bar{position:fixed;z-index:25;left:50%;bottom:var(--xc-nav-height);transform:translateX(-50%);width:100%;max-width:var(--xc-canvas);height:65px;padding:8px 12px 8px 16px;border-top:1px solid #e5e9f0;background:#fff;display:flex;align-items:center;gap:11px}.xc-cart-bar label{display:flex;align-items:center;gap:7px;color:#566078;font-size:12px}.xc-cart-bar label input{position:absolute;opacity:0}.xc-cart-bar label span{width:20px;height:20px;border-radius:50%;background:linear-gradient(145deg,#6373ff,#5949ed);position:relative}.xc-cart-bar label span:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px}.xc-cart-bar label input:not(:checked)+span{border:1px solid #aeb7c8;background:#fff}.xc-cart-bar label input:not(:checked)+span:after{display:none}.xc-cart-bar>div{margin-left:auto;font-size:12px}.xc-cart-bar>div strong{margin-left:5px;color:#ff5a51;font-size:19px}.xc-cart-bar>button{width:121px;height:46px;border:0;border-radius:10px;background:linear-gradient(105deg,#5946ed,#5e65f5);color:#fff;font-size:16px;font-weight:700}.xc-cart-bar>button:disabled{opacity:.45}
.xc-cart-payment-page{padding-bottom:65px}.xc-cart-payment-products{min-height:40px}.xc-cart-payment-item{display:grid;grid-template-columns:72px 1fr 52px;gap:11px;align-items:center}.xc-cart-payment-item>img{width:72px;height:84px;border-radius:8px;object-fit:cover}.xc-cart-payment-item h2{margin:0 0 8px;font-size:14px}.xc-cart-payment-item p{margin:0;color:#8b95a9;font-size:10px}.xc-cart-payment-item aside{text-align:right;color:#8b95a9;font-size:11px}.xc-cart-payment-item aside strong{display:block;margin-top:15px;color:#ff5a51;font-size:14px}
.xc-dark-topbar>a svg,.xc-user-topbar>a:first-child svg{display:block;width:24px;height:24px}
.xc-user-topbar>a:last-child{display:flex;align-items:center;gap:5px}.xc-user-topbar>a:last-child svg{width:17px;height:17px}
.xc-benefit-grid i svg{width:25px;height:25px}.xc-plan-check svg{width:13px;height:13px}.xc-plan-crown svg{width:36px;height:36px}.xc-plan-card>p>svg{width:16px;height:16px;margin-right:7px;color:#bb7610}
.xc-common-questions strong{display:flex;align-items:center;gap:5px}.xc-common-questions strong svg{width:16px;height:16px;color:#5f58ef}
.xc-trust span{display:flex;align-items:center;justify-content:center;gap:5px}.xc-trust svg{width:15px;height:15px;color:#5e62f2}

/* Home page visual master: header and square campaign image share one navy shell. */
.xc-home-hero-shell{
  padding:0 12px 13px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(220px 155px at 88% 92%,rgba(98,86,255,.98),transparent 72%),
    radial-gradient(300px 180px at 100% 75%,rgba(42,81,194,.68),transparent 74%),
    linear-gradient(132deg,#061f5d 0%,#0b327a 62%,#183f9d 100%);
}
.xc-home-topbar{height:64px;padding:10px 2px 8px;background:transparent}
.xc-home-topbar .xc-brand{font-size:21px;font-weight:700;letter-spacing:.2px}
.xc-home-topbar .xc-search{height:38px;border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.10)}
.xc-home-topbar .xc-search svg{width:18px;height:18px}
.xc-home-topbar .xc-search input{font-size:12px}
.xc-home-hero-shell .xc-hero-gallery{
  width:100%;
  margin:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  background:#0a2b71;
  box-shadow:0 10px 24px rgba(2,20,68,.24);
}
.xc-home-hero-shell .xc-hero-gallery .xc-gallery__slide{aspect-ratio:1/1;background:#0a2b71}
.xc-home-hero-shell .xc-hero-gallery .xc-gallery__slide img{object-fit:cover}
.xc-home-gallery-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:5px;z-index:3}
.xc-home-gallery-dots i{width:5px;height:5px;border-radius:5px;background:rgba(255,255,255,.48);transition:.2s}
.xc-home-gallery-dots i.is-active{width:16px;background:#fff}
.xc-home-fallback{
  width:100%;
  min-height:0;
  aspect-ratio:1/1;
  margin:0;
  padding:29px 23px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:15px;
  background:
    radial-gradient(220px 220px at 78% 73%,rgba(105,92,255,.90),transparent 71%),
    linear-gradient(145deg,#0a2b70,#1749b0);
  box-shadow:0 10px 24px rgba(2,20,68,.24);
}
.xc-home-fallback .xc-hero__content{max-width:72%;position:relative;z-index:3}
.xc-home-fallback h2{font-size:26px}.xc-home-fallback p{font-size:13px}
.xc-home-fallback>img{position:absolute;right:-18px;bottom:-12px;width:79%;height:72%;object-fit:contain;object-position:right bottom;z-index:2}
.xc-home-notice{margin-top:11px}

/* Product detail visual master. */
.xc-product-detail-gallery{background:linear-gradient(145deg,#071f5d,#1746a6);overflow:hidden}
.xc-product-detail-gallery .xc-gallery__slide{aspect-ratio:2.08/1;background:transparent}
.xc-product-detail-gallery .xc-gallery__slide img{object-fit:contain;object-position:center;padding:7px}
.xc-product-detail-gallery .xc-gallery__count{right:12px;bottom:10px;padding:4px 9px;font-size:10px}
.xc-product-summary{padding:13px 15px 14px;border-bottom:1px solid #edf0f5}
.xc-product-summary h1{margin-bottom:5px;font-size:18px;line-height:1.4}
.xc-product-summary .xc-subtitle{font-size:11px;color:#8791a5}
.xc-product-summary .xc-price-row{margin:10px 0 11px}
.xc-product-summary .xc-price-row .xc-price{font-size:23px}
.xc-product-summary .xc-price-row .xc-points{font-size:13px}
.xc-product-summary .xc-trust{padding:9px 7px;border-radius:9px;font-size:10px;background:#f7f8ff}
.xc-product-summary .xc-trust span{gap:4px}
.xc-product-summary .xc-trust svg{width:13px;height:13px}
.xc-block{padding:13px 15px;margin-top:8px}
.xc-block h2{margin-bottom:10px;font-size:15px}
.xc-option{padding:8px 13px;border-radius:8px;font-size:11px}
.xc-quantity{margin-top:13px;font-size:12px}
.xc-stepper{border-radius:8px}.xc-stepper button,.xc-stepper input{width:36px;height:32px}
.xc-detail-tabs{margin-top:8px;position:sticky;top:58px;z-index:19}
.xc-detail-tabs a{padding:12px 4px;font-size:12px}
.xc-richtext{padding:15px;font-size:12px;line-height:1.75}
.xc-detail-buybar{grid-template-columns:44px 44px 1fr 1fr;height:64px;padding:8px 10px}
.xc-detail-buybar .xc-button{min-height:46px;padding:0 10px;font-size:13px}

/* Reusable exact skin for member management pages. */
.xc-manager-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:16px;background:var(--xc-bg)}
.xc-manager-page button,.xc-manager-page input,.xc-manager-page textarea,.xc-manager-page select{font:inherit}
.xc-manager-page button{color:inherit}
.xc-manager-header{
  height:61px;padding:0 15px;display:grid;grid-template-columns:38px 1fr 70px;align-items:center;
  background:rgba(248,250,254,.98);border-bottom:1px solid #eaedf3
}
.xc-manager-header>a:first-child{width:34px;height:34px;display:grid;place-items:center}
.xc-manager-header svg{width:23px;height:23px}.xc-manager-header h1{margin:0;text-align:center;font-size:19px;font-weight:700}
.xc-manager-header__right{display:flex;justify-content:flex-end}.xc-manager-head-action{border:0;background:transparent;color:var(--xc-primary)!important;font-size:13px}
.xc-manager-banner{
  min-height:128px;margin:12px 15px;padding:21px 20px;border-radius:13px;position:relative;overflow:hidden;color:#fff;
  background:radial-gradient(155px 92px at 88% 78%,rgba(102,88,255,.96),transparent 72%),linear-gradient(125deg,#061f5d,#173b98);
  box-shadow:0 8px 18px rgba(22,55,128,.18)
}
.xc-manager-banner:before{content:"";position:absolute;right:-55px;bottom:-20px;width:270px;height:90px;border-radius:50%;border-top:15px solid rgba(98,115,255,.23);transform:rotate(-10deg)}
.xc-manager-banner>p,.xc-manager-banner>h2,.xc-manager-banner>span{position:relative;z-index:2;display:block;max-width:72%}
.xc-manager-banner>p{margin:0;font-size:11px;color:#dbe5ff}.xc-manager-banner>h2{margin:5px 0 8px;font-size:22px;line-height:1.3}.xc-manager-banner>span{font-size:11px;color:#dbe5ff}
.xc-manager-banner>img{position:absolute;z-index:1;right:-8px;bottom:-16px;width:126px;height:126px;object-fit:contain}
.xc-manager-site-banner>em{position:absolute;z-index:3;right:16px;top:18px}.xc-manager-site-banner>img{opacity:.68}
.xc-manager-balance{height:155px;padding:25px 22px;color:#fff;background:radial-gradient(180px 100px at 88% 90%,#6659ff,transparent 72%),linear-gradient(125deg,#061f5d,#173b98)}
.xc-manager-balance span{font-size:12px;color:#dbe5ff}.xc-manager-balance strong{display:block;margin:6px 0 2px;font-size:35px}.xc-manager-balance p{margin:0;font-size:10px;color:#bfcdf1}
.xc-manager-summary{margin:11px 15px;padding:16px 8px;display:grid;grid-template-columns:repeat(3,1fr);text-align:center;background:#fff;border:1px solid #e5eaf4;border-radius:12px;box-shadow:var(--xc-shadow)}
.xc-manager-summary--top{margin-top:14px}.xc-manager-summary>div{border-right:1px solid var(--xc-line)}.xc-manager-summary>div:last-child{border:0}
.xc-manager-summary strong{display:block;margin-bottom:5px;font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xc-manager-summary span{display:block;color:var(--xc-muted);font-size:10px}
.xc-manager-tabs{height:50px;padding:0 10px;display:flex;background:#fff;border-bottom:1px solid var(--xc-line);overflow:auto}
.xc-manager-tabs a{min-width:74px;flex:1;padding:15px 6px 12px;text-align:center;color:#858d9d;font-size:12px;white-space:nowrap;position:relative}
.xc-manager-tabs a.is-active{color:var(--xc-primary);font-weight:700}.xc-manager-tabs a.is-active:after{content:"";position:absolute;left:31%;right:31%;bottom:0;height:3px;border-radius:3px;background:linear-gradient(90deg,#5b4cf2,#586dff)}
.xc-manager-list{margin:11px 15px;padding:1px 14px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}
.xc-manager-row{width:100%;min-height:61px;padding:7px 0;border:0;border-bottom:1px solid #edf0f5;background:transparent;display:flex;align-items:center;gap:11px;text-align:left}
.xc-manager-row:last-child{border:0}.xc-manager-row>i{width:38px;height:38px;flex:none;border-radius:10px;display:grid;place-items:center;background:#f2f4ff;color:#5d69f2;font-style:normal}
.xc-manager-row>i svg{width:23px;height:23px}.xc-manager-row>i.positive{color:#20b998;background:#eafaf6}.xc-manager-row>i.negative{color:#ff5a51;background:#fff0f2}
.xc-manager-row>div{flex:1;min-width:0}.xc-manager-row strong{display:block;font-size:13px}.xc-manager-row small{display:block;margin-top:3px;color:var(--xc-muted);font-size:10px;line-height:1.45;overflow:hidden;text-overflow:ellipsis}
.xc-manager-row>b{margin-left:auto;font-size:13px;font-weight:500}.xc-manager-row>b.positive{color:#20a985}.xc-manager-row>b.negative{color:#ff5a51}
.xc-tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:#eef1ff;color:#5f63ee;font-size:10px;white-space:nowrap;font-style:normal}
.xc-tag.green{color:#169d82;background:#e8fbf5}.xc-tag.red{color:#e84e58;background:#fff0f2}.xc-tag.gold{color:#936017;background:#fff3d5}
.xc-manager-card{margin:11px 15px;padding:15px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}
.xc-manager-card__top,.xc-manager-card__foot{display:flex;align-items:center;justify-content:space-between}.xc-manager-card__top small,.xc-manager-card__foot small{color:var(--xc-muted);font-size:10px}
.xc-manager-card h3{margin:12px 0 7px;font-size:15px}.xc-manager-card p{min-height:34px;margin:0 0 12px;color:#747f94;font-size:11px;line-height:1.65}
.xc-manager-card__foot{padding-top:11px;border-top:1px solid #edf0f5}.xc-mini-button{height:31px;padding:0 13px;display:inline-flex;align-items:center;border-radius:8px;color:#fff!important;background:linear-gradient(105deg,#5947ed,#5c6eff);font-size:10px}
.xc-manager-primary{width:calc(100% - 30px);min-height:50px;margin:15px;padding:0 16px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff!important;background:linear-gradient(105deg,#5947ed,#5c6eff);box-shadow:0 5px 12px rgba(83,78,239,.18);font-size:16px;font-weight:700}
.xc-manager-section-title{margin:17px 15px 10px;font-size:17px}
.xc-manager-actions{margin:0 15px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.xc-manager-actions>a{min-height:92px;padding:15px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow);position:relative}
.xc-manager-actions i{position:absolute;right:14px;top:14px;color:#5d69f2}.xc-manager-actions svg{width:25px;height:25px}.xc-manager-actions strong{display:block;font-size:13px}.xc-manager-actions small{display:block;margin-top:30px;color:var(--xc-muted);font-size:9px}
.xc-manager-search{height:51px;margin:11px 15px;padding:0 7px 0 13px;border:1px solid #e3e8f1;border-radius:12px;background:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 3px 10px rgba(31,61,122,.05)}
.xc-manager-search span svg{display:block;width:20px;height:20px;color:#7e889c}.xc-manager-search input{flex:1;min-width:0;border:0;outline:0;font-size:12px}.xc-manager-search button{height:35px;padding:0 13px;border:0;border-radius:8px;color:#fff;background:linear-gradient(105deg,#5947ed,#5c6eff);font-size:11px}
.xc-manager-product{min-height:146px;margin:11px 15px;padding:13px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow);display:grid;grid-template-columns:72px 1fr auto;gap:12px;position:relative}
.xc-manager-product>img{width:72px;height:72px;border-radius:11px;object-fit:cover}.xc-manager-product h3{margin:1px 0 6px;font-size:13px;line-height:1.4}.xc-manager-product p{margin:0 0 6px;color:var(--xc-muted);font-size:9px}.xc-manager-product strong{color:#ff5a51;font-size:15px}
.xc-manager-product>footer{grid-column:1/-1;padding-top:10px;border-top:1px solid #edf0f5;display:flex;justify-content:flex-end;gap:8px}.xc-manager-product>footer a{height:31px;padding:0 12px;border:1px solid #dfe4ed;border-radius:8px;display:flex;align-items:center;font-size:10px}.xc-manager-product>footer a.primary{border:0;color:#fff;background:linear-gradient(105deg,#5947ed,#5c6eff)}
.xc-manager-person{min-height:65px;padding:10px 0;display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;border-bottom:1px solid #edf0f5}.xc-manager-person:last-child{border:0}
.xc-manager-person>i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f2f4ff;color:#5f6af3}.xc-manager-person>i svg{width:25px;height:25px}.xc-manager-person strong{display:block;font-size:13px}.xc-manager-person small{display:block;margin-top:4px;color:var(--xc-muted);font-size:9px}.xc-manager-person footer{grid-column:1/-1;padding-top:9px;border-top:1px solid #edf0f5;display:flex;align-items:center}.xc-manager-person footer a{margin-left:auto;color:var(--xc-primary);font-size:11px}
.xc-category-manager{padding-top:3px;padding-bottom:3px}.xc-category-manager .drag{color:#b7bfcd}.xc-manager-note{margin:12px 15px;padding:13px;border-radius:10px;background:#eef2ff;color:#657099;font-size:11px;line-height:1.65}
.xc-poster-grid{margin:11px 15px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.xc-poster-grid>a{border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--xc-shadow);position:relative}.xc-poster-grid img{width:100%;aspect-ratio:.72/1;object-fit:cover}.xc-poster-grid span{position:absolute;left:8px;right:8px;bottom:8px;height:28px;border-radius:8px;display:grid;place-items:center;color:#fff;background:rgba(6,31,93,.76);font-size:10px;backdrop-filter:blur(7px)}
.xc-copy-row{cursor:pointer}.xc-manager-empty{padding:45px 15px;text-align:center;color:var(--xc-muted);font-size:12px}
.xc-manager-form{padding:0 15px}.xc-manager-form>h2{margin:17px 1px 9px;color:#7d879b;font-size:11px;font-weight:500}
.xc-manager-form>label{min-height:72px;margin-bottom:10px;padding:11px 13px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:0 3px 10px rgba(31,61,122,.05);display:block}
.xc-manager-form>label>span{display:block;margin-bottom:7px;color:var(--xc-muted);font-size:10px}.xc-manager-form input,.xc-manager-form textarea,.xc-manager-form select{width:100%;border:0;outline:0;background:transparent;color:var(--xc-ink);font-size:13px}
.xc-manager-form textarea{height:55px;resize:vertical}.xc-manager-form .xc-manager-primary{width:100%;margin:15px 0}
.xc-domain-input{height:29px;display:flex;align-items:center}.xc-domain-input input{flex:1;min-width:0}.xc-domain-input select{width:auto;max-width:48%;color:#5d67ef}
.xc-tool-list .xc-manager-row{min-height:72px}

/* Invitation page, retaining the existing invite_create/invite_query contract. */
.xc-invite-page{min-height:calc(100vh - var(--xc-nav-height));padding-bottom:18px;background:var(--xc-bg)}
.xc-invite-page .xc-manager-banner{margin-top:11px}.xc-invite-banner{text-align:left}.xc-invite-panel{display:none;padding-bottom:7px}.xc-invite-panel.is-active{display:block}
.xc-invite-products{margin:0 15px;padding:2px 13px;border:1px solid #e5eaf4;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow)}
.xc-invite-products>label{min-height:67px;margin:0;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0f5}.xc-invite-products>label:last-child{border:0}
.xc-invite-products input{position:absolute;opacity:0}.xc-invite-products img{width:44px;height:44px;border-radius:10px;object-fit:cover}.xc-invite-products span{flex:1;min-width:0}.xc-invite-products strong{display:block;font-size:13px}.xc-invite-products small{display:block;margin-top:4px;color:var(--xc-muted);font-size:10px}
.xc-invite-products i{width:20px;height:20px;border:1px solid #b4bdcc;border-radius:50%;position:relative}.xc-invite-products input:checked~i{border:6px solid var(--xc-primary)}
.xc-invite-field{min-height:68px;margin:11px 15px;padding:10px 13px;border:1px solid #e4e8f1;border-radius:12px;background:#fff;display:block;box-shadow:0 3px 10px rgba(31,61,122,.05)}
.xc-invite-field span{display:block;margin-bottom:6px;color:var(--xc-muted);font-size:10px}.xc-invite-field input{width:100%;height:28px;border:0;outline:0;font-size:13px}
.xc-legacy-bridge{display:none}.xc-invite-dynamic{margin:0 15px}.xc-invite-dynamic .form-group{margin:10px 0}.xc-invite-dynamic .input-group{min-height:50px;padding:8px 11px;border:1px solid #e4e8f1;border-radius:11px;background:#fff;display:flex;align-items:center}.xc-invite-dynamic .input-group-addon{min-width:80px;color:#6c768b;font-size:11px}.xc-invite-dynamic .form-control{flex:1;min-width:0;height:33px;border:0;outline:0;background:transparent}
.xc-invite-result{margin:11px 15px;padding:12px;border:1px solid #e4e8f1;border-radius:12px;background:#fff;box-shadow:var(--xc-shadow);font-size:11px;line-height:1.7;overflow:hidden}
.xc-invite-result .list-group-item{padding:9px;border-bottom:1px solid #edf0f5}.xc-invite-result button{margin:8px 3px 0;padding:7px 10px;border:0;border-radius:8px;color:#fff;background:linear-gradient(105deg,#5947ed,#5c6eff)}
.xc-invite-table{overflow:auto}.xc-invite-table table{width:100%;border-collapse:collapse;white-space:nowrap}.xc-invite-table th,.xc-invite-table td{padding:10px 7px;border-bottom:1px solid #edf0f5;text-align:left;font-size:10px}
.xc-order-info p{display:flex;align-items:center;gap:5px}.xc-order-info p svg{width:14px;height:14px;flex:none;color:#737f96}.xc-order-status{display:flex;align-items:center;gap:4px}.xc-order-status svg{width:12px;height:12px}
.xc-checkout-goods div>span{display:inline-flex;align-items:center;gap:4px}.xc-checkout-goods div>span svg{width:12px;height:12px}

/* Home exact v3: 852px reference mapped to the 426.5px canvas. */
.xc-home-page{
  --xc-home-gutter:9px;
  padding-bottom:70px;
  background:#f5f7fb;
}
.xc-home-page .xc-home-hero-shell{
  height:255px;
  padding:0 8px 18px;
  overflow:hidden;
  background:
    radial-gradient(210px 130px at 82% 78%,rgba(19,48,110,.52),transparent 75%),
    linear-gradient(118deg,#02091b 0%,#050e26 50%,#06152f 100%);
}
.xc-home-page .xc-home-topbar{
  height:63px;
  padding:13px 7px 9px;
}
.xc-home-page .xc-home-topbar .xc-brand-row{gap:12px;height:41px}
.xc-home-page .xc-home-topbar .xc-brand{
  flex:0 0 auto;
  max-width:69px;
  overflow:hidden;
  color:#fff;
  font-size:24px;
  font-weight:900;
  line-height:1;
  letter-spacing:-1px;
  white-space:nowrap;
}
.xc-home-page .xc-home-topbar .xc-search{
  height:32px;
  min-width:0;
  padding:0 12px;
  gap:7px;
  border:1px solid rgba(193,203,255,.18);
  border-radius:18px;
  background:linear-gradient(90deg,rgba(34,38,79,.96),rgba(26,31,70,.92));
  box-shadow:inset 0 1px 2px rgba(255,255,255,.05);
}
.xc-home-page .xc-home-topbar .xc-search svg{width:18px;height:18px;color:#cdd5f1}
.xc-home-page .xc-home-topbar .xc-search input{font-size:12px;color:#e6e9f7}
.xc-home-page .xc-home-topbar .xc-search input::placeholder{color:#c9cde1;opacity:1}
.xc-home-bell{
  width:24px;
  height:32px;
  flex:none;
  position:relative;
  display:grid;
  place-items:center;
  color:#fff;
}
.xc-home-bell svg{width:23px;height:23px}
.xc-home-bell i{
  position:absolute;
  right:0;
  top:2px;
  width:6px;
  height:6px;
  border:1.5px solid #071024;
  border-radius:50%;
  background:#ff514b;
}
.xc-home-page .xc-hero-gallery{
  width:100%;
  height:174px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(210,224,255,.25);
  border-radius:11px;
  background:#173ec3;
  box-shadow:0 9px 23px rgba(0,8,32,.28);
}
.xc-home-page .xc-hero-gallery .xc-gallery__track{height:100%}
.xc-home-page .xc-hero-gallery .xc-gallery__slide{
  height:174px;
  min-width:100%;
  aspect-ratio:auto;
  background:#173ec3;
}
.xc-home-page .xc-hero-gallery .xc-gallery__slide img,
.xc-home-page .xc-home-fallback>a,
.xc-home-page .xc-home-fallback img{width:100%;height:100%;object-fit:cover}
.xc-home-page .xc-home-fallback{padding:0}
.xc-home-page .xc-home-fallback>a{display:block}
.xc-home-gallery-arrow{
  width:26px;
  height:26px;
  padding:0;
  border:0;
  border-radius:50%;
  position:absolute;
  top:50%;
  z-index:4;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  color:#fff;
  background:rgba(7,23,66,.64);
  backdrop-filter:blur(4px);
}
.xc-home-gallery-arrow svg{width:17px;height:17px}
.xc-home-gallery-arrow.is-prev{left:8px}
.xc-home-gallery-arrow.is-next{right:8px}
.xc-home-gallery-arrow.is-next svg{transform:rotate(180deg)}
.xc-home-page .xc-home-gallery-dots{bottom:10px;gap:9px}
.xc-home-page .xc-home-gallery-dots i,
.xc-home-page .xc-home-gallery-dots i.is-active{
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(255,255,255,.36);
}
.xc-home-page .xc-home-gallery-dots i.is-active{background:#fff}
.xc-home-page .xc-home-notice{
  height:41px;
  margin:-9px var(--xc-home-gutter) 7px;
  padding:0 14px;
  gap:10px;
  position:relative;
  z-index:6;
  border:1px solid #dfe5f5;
  border-radius:13px;
  color:#4d5877;
  background:rgba(255,255,255,.97);
  box-shadow:0 5px 14px rgba(36,58,113,.07);
  font-size:13px;
  line-height:1;
}
.xc-home-page .xc-home-notice>svg:first-child{width:18px;height:18px;color:#6658f2}
.xc-home-page .xc-home-notice>span{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.xc-home-page .xc-home-notice .xc-home-notice__arrow{width:16px;height:16px;color:#6658f2}
.xc-home-page .xc-home-category-card{
  min-height:119px;
  margin:0 var(--xc-home-gutter) 7px;
  padding:11px 14px 12px;
  border:0;
  border-radius:11px;
  background:#fff;
  box-shadow:0 4px 14px rgba(33,56,109,.06);
}
.xc-home-page .xc-section__head{height:24px;margin:0 0 8px}
.xc-home-page .xc-section__head h2{font-size:15.5px;font-weight:800;line-height:24px}
.xc-home-page .xc-category-icons{grid-template-columns:repeat(5,1fr);gap:8px}
.xc-home-page .xc-category-icon{font-size:11px;color:#4d5773;white-space:nowrap}
.xc-home-page .xc-category-icon i{
  width:45px;
  height:45px;
  margin:0 auto 7px;
  border-radius:50%;
  color:#fff;
  box-shadow:0 4px 9px rgba(58,83,183,.17);
}
.xc-home-page .xc-category-icon i svg{width:26px;height:26px}
.xc-home-page .xc-category-icon i.is-color-1{background:linear-gradient(145deg,#82a8ff,#2b69ec)}
.xc-home-page .xc-category-icon i.is-color-2{background:linear-gradient(145deg,#b3a8ff,#745cf2)}
.xc-home-page .xc-category-icon i.is-color-3{background:linear-gradient(145deg,#80e1d0,#22bbaa)}
.xc-home-page .xc-category-icon i.is-color-4{background:linear-gradient(145deg,#83d6ff,#3299e9)}
.xc-home-page .xc-category-icon i.is-more{color:#6258f1;background:linear-gradient(145deg,#f2f5ff,#e1e8fb);box-shadow:none}
.xc-home-page .xc-home-product-section{
  margin:0 var(--xc-home-gutter) 7px;
  padding:10px 7px 8px;
  border-radius:11px;
  background:#fff;
  box-shadow:0 4px 14px rgba(33,56,109,.06);
}
.xc-home-page .xc-home-product-section .xc-section__head{padding:0 4px;margin-bottom:7px}
.xc-home-page .xc-home-product-section .xc-section__head h2{display:flex;align-items:center;gap:5px}
.xc-home-page .xc-home-product-section .xc-section__head h2>svg{width:15px;height:15px;color:#6258f1}
.xc-home-page .xc-home-product-section .xc-section__head>a{display:flex;align-items:center;gap:3px;color:#8b94aa;font-size:11px}
.xc-home-page .xc-home-product-section .xc-section__head>a svg{width:13px;height:13px}
.xc-home-page .xc-home-product-section .xc-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.xc-home-page .xc-product-card{
  min-width:0;
  border:1px solid #e8ebf2;
  border-radius:7px;
  box-shadow:0 2px 7px rgba(30,56,110,.05);
}
.xc-home-page .xc-product-card__media{height:108px;aspect-ratio:auto;background:#eef3ff}
.xc-home-page .xc-product-card__media img{object-fit:cover}
.xc-home-page .xc-product-card__media>.xc-badge{
  left:3px;
  top:3px;
  height:17px;
  padding:0 5px;
  align-items:center;
  border-radius:5px;
  font-size:8px;
  line-height:17px;
  background:linear-gradient(120deg,#5c8cff,#5268ef);
}
.xc-home-page .xc-product-card__media>.xc-badge+.xc-badge{left:auto;right:3px}
.xc-home-page .xc-product-card__media>.xc-badge--hot{background:linear-gradient(120deg,#ff745d,#ff4c4b)}
.xc-home-page .xc-product-card__body{padding:6px 4px 7px}
.xc-home-page .xc-product-card__body strong{
  min-height:29px;
  font-size:10.5px;
  font-weight:500;
  line-height:1.36;
  color:#1d2538;
}
.xc-home-page .xc-product-card__meta{
  height:13px;
  margin:4px 0 5px;
  color:#8a94aa;
  font-size:8px;
  line-height:13px;
}
.xc-home-page .xc-product-card__sales{display:flex;align-items:center;gap:3px}
.xc-home-page .xc-product-card__sales svg{width:9px;height:9px;color:#ff715a;flex:none}
.xc-home-page .xc-product-card__footer{display:block}
.xc-home-page .xc-product-card .xc-price{font-size:13px;font-weight:700;line-height:1;color:#ff5d51}
.xc-home-page .xc-home-recommend{min-height:235px}
.xc-home-page .xc-home-selected{min-height:207px}
.xc-home-page .xc-home-selected .xc-product-card__body strong{min-height:29px}
.xc-home-page .xc-home-selected .xc-product-card__meta{display:none}
.xc-home-page .xc-home-selected .xc-product-card__body{padding-bottom:7px}
@media(max-width:360px){
  .xc-home-page .xc-home-topbar .xc-brand{max-width:60px;font-size:21px}
  .xc-home-page .xc-home-topbar .xc-brand-row{gap:8px}
  .xc-home-page .xc-home-product-section .xc-product-grid{gap:5px}
  .xc-home-page .xc-category-icons{gap:4px}
  .xc-home-page .xc-category-icon i{width:42px;height:42px}
}
/* Mobile responsive and square product media v4. */
html,body{width:100%;min-height:100%;overflow-x:hidden}
.xc-app,.xc-user-shell{width:100%;max-width:var(--xc-canvas);min-height:100vh;min-height:100dvh}
.xc-bottom-nav,.xc-buybar,.xc-cart-bar,.xc-recharge-bar,.xc-chat-tools{width:100%;max-width:var(--xc-canvas)}
.xc-product-card__media,
.xc-home-page .xc-product-card__media,
.xc-product-detail-gallery .xc-gallery__slide{
  width:100%;
  height:auto;
  aspect-ratio:1/1;
}
.xc-product-card__media img,
.xc-home-page .xc-product-card__media img,
.xc-product-detail-gallery .xc-gallery__slide img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center;
}
.xc-product-detail-gallery{background:#f1f4fb}
.xc-order-card{min-height:160px;grid-template-columns:91px minmax(0,1fr)}
.xc-order-card>img{width:91px;height:91px;aspect-ratio:1/1;object-fit:cover}
.xc-checkout-goods{grid-template-columns:86px minmax(0,1fr) 52px}
.xc-checkout-goods>img{width:86px;height:86px;aspect-ratio:1/1;object-fit:cover}
.xc-cart-item{min-height:112px;grid-template-columns:22px 83px minmax(0,1fr)}
.xc-cart-image img{width:83px;height:83px;aspect-ratio:1/1;object-fit:cover}
.xc-cart-payment-item{grid-template-columns:72px minmax(0,1fr) 52px}
.xc-cart-payment-item>img{width:72px;height:72px;aspect-ratio:1/1;object-fit:cover}
.xc-manager-product>img{width:72px;height:72px;aspect-ratio:1/1;object-fit:cover}
.xc-invite-products img{width:44px;height:44px;aspect-ratio:1/1;object-fit:cover}
.xc-home-page .xc-home-recommend,.xc-home-page .xc-home-selected{min-height:0}
.xc-home-page .xc-product-card__body strong{min-height:29px}
.xc-user-shell{position:relative;overflow:hidden}
.xc-user-shell .xc-bottom-nav{pointer-events:auto;z-index:80}
.xc-manager-page,.xc-sign-page,.xc-recharge-page,.xc-profile-page,.xc-upgrade-page{width:100%;min-width:0}
.xc-manager-form input,.xc-manager-form textarea,.xc-manager-form select{max-width:100%}
.xc-order-result{
  display:none;
  margin:12px 15px 90px;
  padding:32px 20px;
  border-radius:15px;
  text-align:center;
  background:#fff;
  box-shadow:var(--xc-shadow);
}
.xc-order-result.is-visible{display:block}
.xc-order-result>svg{width:62px;height:62px;color:#25b98d}
.xc-order-result h2{margin:15px 0 8px;font-size:22px}
.xc-order-result p{margin:0;color:var(--xc-muted);font-size:13px;line-height:1.7}
.xc-order-result strong{display:block;margin:13px 0;color:var(--xc-ink);font-size:13px;word-break:break-all}
.xc-order-result div{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.xc-order-result a{height:44px;border:1px solid var(--xc-primary);border-radius:10px;display:grid;place-items:center;color:var(--xc-primary)}
.xc-order-result a:first-child{border:0;color:#fff;background:linear-gradient(105deg,#5947ed,#5c6eff)}
@media(max-width:390px){
  :root{--xc-page-gutter:10px}
  .xc-member-top{padding-left:16px;padding-right:14px}
  .xc-member-actions{gap:7px}
  .xc-member-pill{padding:0 9px}
  .xc-assets-card{margin-left:10px;margin-right:10px}
  .xc-home-page .xc-home-product-section .xc-product-grid{gap:6px}
  .xc-home-page .xc-product-card__body{padding-left:3px;padding-right:3px}
  .xc-checkout-goods{grid-template-columns:76px minmax(0,1fr) 48px;gap:9px}
  .xc-checkout-goods>img{width:76px;height:76px}
  .xc-plan-card{padding-left:12px;padding-right:12px}
  .xc-plan-card>em{font-size:22px}
}
@media(max-width:350px){
  .xc-home-page .xc-home-product-section .xc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .xc-home-page .xc-product-card__body strong{font-size:12px}
  .xc-home-page .xc-category-icon i{width:38px;height:38px}
  .xc-home-page .xc-category-icon i svg{width:22px;height:22px}
  .xc-home-page .xc-category-icon{font-size:10px}
  .xc-benefit-grid{grid-template-columns:1fr}
  .xc-benefit-grid>div{height:76px}
  .xc-plan-card{height:auto;min-height:190px;flex-wrap:wrap}
  .xc-plan-card>em{margin-left:76px;margin-top:-25px}
  .xc-checkout-goods{grid-template-columns:68px minmax(0,1fr)}
  .xc-checkout-goods>img{width:68px;height:68px}
  .xc-checkout-goods aside{grid-column:2;height:auto;align-items:flex-start;flex-direction:row;gap:12px;justify-content:flex-start}
  .xc-checkout-goods aside strong{margin-top:0}
  .xc-recharge-bar{padding-left:12px;padding-right:12px}
  .xc-recharge-bar button{width:145px}
}
@supports(padding:max(0px)){
  .xc-bottom-nav{padding-bottom:max(env(safe-area-inset-bottom),0px)}
  .xc-app,.xc-user-shell{padding-bottom:calc(var(--xc-nav-height) + max(env(safe-area-inset-bottom),10px))}
}

/* Product detail, full-width member panels and exchange flow v5. */
.xc-manager-page,
.xc-invite-page{--xc-panel-gutter:12px}
.xc-manager-page>.xc-manager-balance,
.xc-manager-page>.xc-manager-banner,
.xc-manager-page>.xc-manager-summary,
.xc-manager-page>.xc-manager-tabs,
.xc-manager-page>.xc-manager-list,
.xc-manager-page>.xc-manager-search,
.xc-manager-page>.xc-manager-product,
.xc-manager-page>.xc-manager-actions,
.xc-manager-page>.xc-manager-note,
.xc-manager-page>.xc-manager-primary,
.xc-invite-page>.xc-manager-banner,
.xc-invite-page>.xc-manager-summary,
.xc-invite-page>.xc-manager-tabs,
.xc-invite-page>.xc-invite-panel{
  box-sizing:border-box;
  width:calc(100% - (var(--xc-panel-gutter) * 2));
  margin-left:var(--xc-panel-gutter);
  margin-right:var(--xc-panel-gutter);
}
.xc-manager-page>.xc-manager-balance{height:145px;margin-top:12px;border-radius:14px}
.xc-manager-page>.xc-manager-summary,
.xc-manager-page>.xc-manager-product{margin-top:12px;margin-bottom:12px}
.xc-manager-page>.xc-manager-list{margin-top:12px;margin-bottom:12px}
.xc-manager-page>.xc-manager-tabs,
.xc-invite-page>.xc-manager-tabs{border:1px solid #e5eaf4;border-radius:12px;overflow:hidden}
.xc-invite-page>.xc-invite-panel{margin-top:12px}
.xc-invite-panel .xc-invite-products,
.xc-invite-panel .xc-invite-field,
.xc-invite-panel .xc-invite-dynamic,
.xc-invite-panel .xc-invite-result,
.xc-invite-panel .xc-manager-primary,
.xc-invite-panel .xc-manager-note{width:100%;margin-left:0;margin-right:0;box-sizing:border-box}
.xc-invite-panel .xc-manager-section-title{padding-left:0}
.xc-manager-page>.xc-manager-product{grid-template-columns:78px minmax(0,1fr) auto}
.xc-manager-page>.xc-manager-product>img{width:78px;height:78px}

.xc-product-detail-gallery{margin:0 4px;border-radius:8px;overflow:hidden;background:#061c49}
.xc-product-detail-gallery .xc-gallery__slide{flex:0 0 100%;width:100%;aspect-ratio:1/1}
.xc-product-detail-gallery .xc-gallery__slide img{width:100%;height:100%;padding:12px;object-fit:contain;background:#fff}

/* Message center */
.xc-notification-page{min-height:calc(100dvh - var(--xc-nav-height));padding:0 15px calc(var(--xc-nav-height) + 24px);background:linear-gradient(180deg,#f5f8ff 0,#f8f9fc 36%,#f5f7fb 100%)}
.xc-notification-page .xc-manager-header{margin:0 -15px;padding:14px 15px;background:rgba(255,255,255,.92);border-bottom:1px solid #edf0f6}
.xc-notification-page .xc-manager-header>a,.xc-notification-page .xc-manager-header>button{width:auto;min-width:38px;height:38px;border:0;background:transparent;color:#576178}
.xc-notification-page .xc-manager-header>button{padding:0 2px;color:#5d58ed;font-size:13px;font-weight:700}
.xc-notification-summary{height:112px;margin:15px 0 13px;padding:20px 22px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#151e41 0,#27377b 54%,#6357ee 100%);box-shadow:0 12px 28px rgba(49,61,133,.2);display:flex;align-items:center;justify-content:space-between;overflow:hidden}
.xc-notification-summary div{display:grid;grid-template-columns:auto auto;align-items:end;gap:2px 8px}.xc-notification-summary span{grid-column:1/-1;font-size:14px;opacity:.84}.xc-notification-summary strong{font-size:35px;line-height:1}.xc-notification-summary small{padding-bottom:3px;font-size:12px;opacity:.75}.xc-notification-summary>svg{width:58px;height:58px;padding:14px;border-radius:20px;background:rgba(255,255,255,.15);color:#fff}
.xc-notification-tabs{height:46px;margin-bottom:10px;padding:4px;border-radius:14px;background:#e9edfa;display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.xc-notification-tabs a{display:flex;align-items:center;justify-content:center;border-radius:11px;color:#788197;font-size:13px}.xc-notification-tabs a.is-active{background:#fff;color:#34385d;font-weight:700;box-shadow:0 3px 10px rgba(55,63,108,.09)}
.xc-notification-list{border:1px solid #edf0f6;border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(28,42,80,.06);overflow:hidden}.xc-notification-item{position:relative;width:100%;min-height:99px;padding:16px 37px 15px 15px;border:0;border-bottom:1px solid #eff1f5;background:#fff;text-align:left;display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px}.xc-notification-item:last-child{border-bottom:0}.xc-notification-item>i{width:46px;height:46px;border-radius:15px;color:#655cf1;background:linear-gradient(145deg,#f0efff,#e3e9ff);display:flex;align-items:center;justify-content:center}.xc-notification-item>i svg{width:23px;height:23px}.xc-notification-item>span{min-width:0;display:flex;flex-direction:column}.xc-notification-item strong{padding-right:12px;color:#222a3d;font-size:15px;line-height:21px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xc-notification-item small{margin-top:3px;color:#7f899e;font-size:12px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xc-notification-item time{margin-top:5px;color:#b0b6c4;font-size:10px}.xc-notification-item>b{position:absolute;right:29px;top:20px;width:7px;height:7px;border-radius:50%;background:#ff5c5c}.xc-notification-item>.arrow{position:absolute;right:12px;top:43px;width:15px;height:15px;color:#aeb5c4}.xc-notification-item.is-read{opacity:.76}.xc-notification-more{height:43px;margin-top:12px;border:1px solid #e6eaf3;border-radius:13px;background:#fff;color:#6a7387;display:flex;align-items:center;justify-content:center}
.xc-notification-modal[hidden]{display:none!important}.xc-notification-modal{position:fixed;z-index:120;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.xc-notification-modal__mask{position:absolute;inset:0;background:rgba(12,17,35,.55);backdrop-filter:blur(3px)}.xc-notification-modal>section{position:relative;width:min(100%,390px);max-height:76dvh;padding:27px 22px 20px;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(5,11,35,.28);overflow:auto;text-align:center}.xc-notification-modal>section>button:first-child{position:absolute;right:13px;top:11px;width:32px;height:32px;border:0;background:transparent;color:#8c94a6;font-size:23px}.xc-notification-modal>section>i{width:54px;height:54px;margin:auto;border-radius:17px;color:#fff;background:linear-gradient(135deg,#6860f3,#506ff5);display:flex;align-items:center;justify-content:center}.xc-notification-modal>section>i svg{width:27px;height:27px}.xc-notification-modal h2{margin:14px 0 4px;font-size:18px}.xc-notification-modal time{color:#a1a8b6;font-size:11px}.xc-notification-modal #xc-message-content{margin-top:17px;color:#555f74;font-size:14px;line-height:1.8;text-align:left;white-space:pre-wrap}.xc-notification-modal .primary{width:100%;height:46px;margin-top:19px;border:0;border-radius:14px;background:linear-gradient(135deg,#6d60f4,#536ef5);color:#fff;font-weight:700}

/* Order state and delivery record */
.xc-order-search{margin:8px 15px 10px}.xc-order-tabs{margin:0 15px 12px;padding-bottom:3px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;overflow:visible}.xc-order-tabs .xc-tab{min-width:0;padding:7px 2px;text-align:center;white-space:nowrap;font-size:11px}
.xc-order-status{color:#fff!important;font-weight:700;box-shadow:0 4px 10px rgba(30,43,82,.12)}.xc-order-status.pending_payment{background:linear-gradient(135deg,#ffb542,#f08a25)}.xc-order-status.pending_delivery{background:linear-gradient(135deg,#5b7dff,#655af0)}.xc-order-status.completed{background:linear-gradient(135deg,#32c7b6,#16a68f)}.xc-order-status.exception{background:linear-gradient(135deg,#ff6a68,#ee475b)}.xc-order-status svg{color:#fff!important}
.xc-order-waiting{margin-left:auto!important;padding:7px 11px;border-radius:9px;background:#eef1ff;color:#635cec!important;font-weight:700}
.xc-delivery-modal[hidden]{display:none!important}.xc-delivery-modal{position:fixed;z-index:125;inset:0;display:flex;align-items:flex-end;justify-content:center}.xc-delivery-modal__mask{position:absolute;inset:0;background:rgba(10,16,32,.54);backdrop-filter:blur(3px)}.xc-delivery-modal>section{position:relative;width:min(100%,var(--xc-canvas));max-height:86dvh;padding:0 16px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#f6f8fc;box-shadow:0 -15px 45px rgba(9,17,39,.22);overflow:auto}.xc-delivery-modal header{height:60px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;text-align:center}.xc-delivery-modal header button{width:34px;height:34px;border:0;border-radius:50%;background:#e9edf5;color:#637086;font-size:21px}.xc-delivery-modal header h2{margin:0;font-size:18px}.xc-delivery-product{padding:13px;border-radius:16px;background:#fff;display:flex;gap:12px;align-items:center}.xc-delivery-product img{width:58px;height:58px;border-radius:12px;object-fit:contain;background:#f4f6fa}.xc-delivery-product div{min-width:0;display:flex;flex-direction:column;gap:7px}.xc-delivery-product strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xc-delivery-product small{color:#8c95a7}.xc-delivery-tip{margin:11px 0;padding:11px 13px;border-radius:12px;background:#edf0ff;color:#5d5bd9;font-size:12px;display:flex;align-items:center;gap:8px}.xc-delivery-tip svg{width:18px;height:18px;flex:none}.xc-delivery-content{display:grid;gap:9px}.xc-delivery-content article{padding:13px;border:1px solid #e7ebf2;border-radius:13px;background:#fff;display:flex;flex-direction:column;gap:7px}.xc-delivery-content article span{color:#7a8498;font-size:11px}.xc-delivery-content article code{padding:10px;border-radius:9px;background:#f5f7fb;color:#20283a;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.55;word-break:break-all}.xc-delivery-content article small{color:#a3aab8;font-size:10px}.xc-delivery-copy{width:100%;height:48px;margin-top:13px;border:0;border-radius:14px;background:linear-gradient(135deg,#665cf1,#536ff4);color:#fff;font-size:15px;font-weight:700}
.xc-product-detail-gallery .xc-gallery__count{right:16px;bottom:13px;padding:3px 10px;border:1px solid rgba(255,255,255,.55);border-radius:12px;color:#fff;background:rgba(1,10,29,.56);font-size:11px}
.xc-product-summary{margin:0 4px;padding:13px 15px 12px;border:0;border-radius:0 0 12px 12px;background:#fff}
.xc-product-summary h1{margin:0 0 4px;font-size:17px;line-height:1.4}
.xc-product-summary .xc-subtitle{color:#747e90;font-size:11px}
.xc-product-summary .xc-price-row{min-height:47px;margin:7px 0 10px;display:flex;align-items:center;gap:22px}
.xc-product-summary .xc-price-row .xc-price{font-size:25px}
.xc-product-summary .xc-price-row .xc-points,
.xc-code-price{padding-left:22px;border-left:1px solid #dfe4ec;color:#5b50ec;font-size:17px;font-weight:700}
.xc-code-price{padding-left:0;border-left:0}
.xc-product-state{margin-left:auto;color:#596477;font-size:10px;line-height:1.8;white-space:nowrap}
.xc-product-state i{color:#19b69b;font-style:normal}
.xc-product-summary .xc-trust{height:45px;padding:0;border:1px solid #d8e2fa;border-radius:8px;display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(90deg,#fbfcff,#f6f8ff)}
.xc-product-summary .xc-trust span{min-width:0;padding:0 8px;border-right:1px solid #e2e7f4;justify-content:flex-start}
.xc-product-summary .xc-trust span:last-child{border:0}
.xc-product-summary .xc-trust svg{width:20px;height:20px;flex:none}
.xc-product-summary .xc-trust b{display:block;font-size:11px;line-height:1.25}
.xc-product-summary .xc-trust small{display:block;margin-top:3px;color:#7d8798;font-size:8px;font-weight:400;white-space:nowrap}
.xc-block{margin:5px 4px 0;border-radius:12px}
.xc-detail-tabs{top:0;margin:5px 4px 0;border-radius:11px;overflow:hidden;box-shadow:0 3px 12px rgba(32,57,107,.05)}
.xc-detail-tabs a{font-size:12px}
.xc-detail-tabs em{color:#18ae9e;font-style:normal}
.xc-richtext{margin:5px 4px 0;padding:14px;border-radius:12px;background:#fff;overflow:hidden}
.xc-richtext img{max-width:100%!important;height:auto!important;border-radius:8px}
.xc-exchange-note{margin:8px 12px}
#recommend.xc-section{margin:8px 4px 76px;padding:12px 8px;border-radius:12px}
#recommend .xc-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
#recommend .xc-product-card{border-radius:8px}
#recommend .xc-product-card__body{padding:5px}
#recommend .xc-product-card__body strong{min-height:26px;font-size:9px;line-height:1.35}
#recommend .xc-product-card__meta{display:none}
#recommend .xc-product-card__footer{display:block}
#recommend .xc-product-card__footer .xc-price,
#recommend .xc-product-card__footer .xc-points{font-size:9px}
.xc-code-label{font-size:11px!important}
.xc-detail-buybar{height:68px;padding:7px 10px;grid-template-columns:42px minmax(0,.92fr) minmax(0,1.08fr);gap:6px}
.xc-detail-buybar:has(.xc-button--exchange):has(.xc-button--danger){grid-template-columns:40px minmax(0,.85fr) minmax(0,1fr) minmax(0,1fr)}
.xc-detail-buybar .xc-buybar__icon{font-size:9px}
.xc-detail-buybar .xc-button{height:52px;min-width:0;padding:0 8px;border-radius:13px;font-size:13px}
.xc-detail-buybar .xc-button svg{width:17px;height:17px;margin-right:4px}
.xc-button--cart{border:0;color:#fff!important;background:linear-gradient(105deg,#6753ef,#596fff)}
.xc-button--exchange{border:0;color:#fff!important;background:linear-gradient(105deg,#ff5a55,#f2434f)}
.xc-detail-buybar .xc-button--danger{background:linear-gradient(105deg,#ff5554,#fb4c53)}

.xc-code-modal[hidden]{display:none}
.xc-code-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}
.xc-code-modal__mask{position:absolute;inset:0;background:rgba(4,13,35,.58);backdrop-filter:blur(4px)}
.xc-code-modal>section{width:min(100%,350px);padding:28px 22px 22px;border-radius:18px;text-align:center;background:#fff;box-shadow:0 24px 60px rgba(2,15,48,.28);position:relative;z-index:1}
.xc-code-modal__close{position:absolute;right:13px;top:10px;border:0;background:transparent;color:#8a93a3;font-size:25px}
.xc-code-modal__icon{width:58px;height:58px;margin:0 auto 13px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7259f4,#536cf5)}
.xc-code-modal__icon svg{width:31px;height:31px}
.xc-code-modal h2{margin:0 0 7px;font-size:20px}.xc-code-modal p{margin:0 0 18px;color:#7d8799;font-size:12px}
.xc-code-modal input{width:100%;height:48px;padding:0 14px;border:1px solid #dce2ed;border-radius:11px;outline:0;font-size:14px}
.xc-code-modal input:focus{border-color:#6159ee;box-shadow:0 0 0 3px rgba(97,89,238,.1)}
.xc-code-modal section>button:not(.xc-code-modal__close){width:100%;height:48px;margin-top:12px;border:0;border-radius:11px;color:#fff;background:linear-gradient(105deg,#6652ef,#596cf6);font-size:15px;font-weight:600}
.xc-code-modal .xc-code-modal__error{min-height:18px;margin:8px 0 0;color:#f04f5b;font-size:12px;line-height:18px}
.xc-code-modal small{display:block;margin-top:12px;color:#9aa2b1;font-size:10px}
.xc-code-modal__success{width:60px;height:60px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#20b99b;font-size:32px}
.xc-code-modal section>a{height:42px;margin-top:10px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#6259ef}
.xc-code-modal section>a:last-child{color:#6259ef;background:#f1f2ff}
.xc-toast{z-index:1200!important;bottom:calc(90px + env(safe-area-inset-bottom))}

.xc-publish-guide{padding:28px 18px;text-align:center}
.xc-publish-guide__icon{width:76px;height:76px;margin:0 auto 16px;border-radius:24px;display:grid;place-items:center;color:#5e5af4;background:linear-gradient(145deg,#f0f2ff,#e3e8ff)}
.xc-publish-guide__icon svg{width:38px;height:38px}
.xc-publish-guide h3{margin:0 0 9px;font-size:18px;color:#18223b}
.xc-publish-guide p{max-width:360px;margin:0 auto 22px;color:#7a8499;font-size:13px;line-height:1.75}
.xc-publish-guide .xc-manager-primary,.xc-publish-guide .xc-manager-secondary{width:100%;min-height:46px;margin:10px 0 0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700}
.xc-publish-guide .xc-manager-secondary{border:1px solid #dfe4f2;color:#5f58ef;background:#fff}

.xc-member-hero-v4{min-height:218px}
.xc-member-top{justify-content:flex-end}
.xc-member-top .xc-member-actions{position:static}
.xc-member-profile-v4{margin-top:-5px}

.xc-profile-logout{
  width:calc(100% - 30px);height:52px;margin:23px 15px 0;border:1px solid #ffd8dc;border-radius:11px;
  display:flex;align-items:center;justify-content:center;gap:9px;color:#ef4d59!important;background:#fff;font-size:16px;font-weight:700
}
.xc-profile-logout svg{width:21px;height:21px}

.xc-home-page .xc-home-all-products .xc-section__head>span{color:#929bad;font-size:11px}
.xc-home-page .xc-home-all-products .xc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.xc-home-page .xc-home-all-products .xc-product-card__body{padding:8px 7px 10px}
.xc-home-page .xc-home-all-products .xc-product-card__body strong{min-height:38px;font-size:13px;line-height:1.45}
.xc-home-page .xc-home-all-products .xc-product-card__meta{min-height:16px;margin-top:4px;display:block;font-size:10px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.xc-home-page .xc-home-all-products .xc-product-card__footer{margin-top:5px;display:flex}
.xc-home-page .xc-home-all-products .xc-product-card .xc-price{font-size:16px}

.xc-upgrade-page{background:#f7f9fc}
.xc-upgrade-page .xc-user-topbar{height:61px}
.xc-upgrade-page .xc-upgrade-hero,
.xc-upgrade-page .xc-upgrade-card,
.xc-upgrade-page .xc-upgrade-button{width:calc(100% - 32px);box-sizing:border-box;margin-left:16px;margin-right:16px}
.xc-upgrade-page .xc-upgrade-button{margin-top:16px;margin-bottom:16px}

@media(max-width:350px){
  .xc-product-summary .xc-trust small{display:none}
  #recommend .xc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .xc-detail-buybar:has(.xc-button--exchange):has(.xc-button--danger){grid-template-columns:36px 1fr 1fr}
  .xc-detail-buybar:has(.xc-button--exchange):has(.xc-button--danger) .xc-button--exchange{display:none}
}

/* Order action buttons always use white labels. */
.xc-order-card .xc-order-bottom .xc-button,
.xc-order-card .xc-order-bottom .xc-button--outline{
  border:0;
  color:#fff!important;
  background:linear-gradient(135deg,#665cf1,#536ff4);
}

/* Headerless category/order pages and aligned member hero. */
.xc-order-toolbar{top:0}
.xc-category-layout .xc-category-sidebar{
  top:0;
  height:100%;
}
.xc-category-layout{
  height:calc(100vh - var(--xc-nav-height) - 56px);
  height:calc(100dvh - var(--xc-nav-height) - 56px);
  min-height:0;
  overflow:hidden;
}
.xc-category-sidebar{
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.xc-category-sidebar::-webkit-scrollbar{display:none}
.xc-category-content{
  height:100%;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#d7dce8 transparent;
}
.xc-load-more{
  width:calc(100% - 24px);
  min-height:42px;
  margin:14px auto 4px;
  padding:0 18px;
  border:1px solid #dfe4f1;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#5b55ec;
  font-size:13px;
  font-weight:600;
  box-shadow:0 4px 12px rgba(38,61,111,.06);
}
.xc-load-more.is-loading{color:#939bad;pointer-events:none}
.xc-load-more--complete{
  border-color:transparent;
  background:transparent;
  box-shadow:none;
  color:#a2a9b7;
  font-weight:400;
}
.xc-back-to-top{
  position:fixed;
  z-index:58;
  right:max(14px,calc((100vw - var(--xc-canvas))/2 + 14px));
  bottom:calc(var(--xc-nav-height) + env(safe-area-inset-bottom) + 16px);
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(222,227,241,.9);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.94);
  color:#5b4cf2;
  box-shadow:0 7px 19px rgba(26,48,98,.17);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
.xc-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.xc-back-to-top svg{width:20px;height:20px;transform:rotate(90deg)}
.xc-member-hero-v4 .xc-member-top{
  height:0;
  padding:0;
  z-index:10;
}
.xc-member-hero-v4 .xc-member-top .xc-member-actions{
  position:absolute;
  right:0;
  top:0;
  z-index:11;
  pointer-events:auto;
}
.xc-member-hero-v4 .xc-member-pill{
  position:relative;
  pointer-events:auto;
}
.xc-member-hero-v4 .xc-member-profile-v4{
  margin-top:0;
  align-items:flex-start;
}
.xc-member-hero-v4 .xc-member-profile-v4>div{
  min-width:0;
  padding-top:5px;
}

/* Global mobile-width safety: every xingc screen must stay inside the viewport. */
html,body{
  max-width:100%;
  overscroll-behavior-x:none;
}
.xc-app,.xc-user-shell,
.xc-app main,.xc-user-shell main,
.xc-container,.xc-card,.xc-section,
.xc-toolbar,.xc-category-layout,.xc-category-content,
.xc-member-page,.xc-member-content,
.xc-manager-page,.xc-invite-page,.xc-notification-page{
  min-width:0;
  max-width:100%;
}
.xc-app *,.xc-user-shell *{min-width:0}
.xc-app img,.xc-user-shell img,
.xc-app video,.xc-user-shell video,
.xc-app canvas,.xc-user-shell canvas,
.xc-app iframe,.xc-user-shell iframe{
  max-width:100%!important;
}
.xc-app input,.xc-app textarea,.xc-app select,.xc-app button,
.xc-user-shell input,.xc-user-shell textarea,.xc-user-shell select,.xc-user-shell button{
  max-width:100%;
}
.xc-richtext,.xc-manager-card,.xc-manager-list,.xc-invite-result,
.xc-delivery-content,.xc-notification-modal #xc-message-content{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.xc-richtext table,.xc-user-legacy table{
  display:block;
  width:100%!important;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.xc-user-legacy .table-responsive{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.xc-user-legacy .row{max-width:calc(100% + 30px)}
.xc-bottom-nav,.xc-buybar,.xc-cart-bar,.xc-recharge-bar,.xc-chat-tools{
  max-width:min(var(--xc-canvas),100vw);
}
.xc-code-modal>section,.xc-notification-modal>section,.xc-delivery-modal>section{
  max-width:calc(100vw - 20px);
}
.xc-member-assets-v4>*,
.xc-member-stat,.xc-manager-summary>div,
.xc-checkout-goods>div,.xc-cart-content,
.xc-cart-payment-item>div,.xc-order-info{
  min-width:0;
}
.xc-member-stat strong{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
}
.xc-member-name{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.xc-order-bottom{
  height:auto;
  min-height:44px;
  gap:7px;
  flex-wrap:wrap;
}
.xc-order-bottom .xc-button{white-space:nowrap}
.xc-manager-product>footer,.xc-manager-person footer,
.xc-manager-card__foot,.xc-cart-item-bottom{
  min-width:0;
  flex-wrap:wrap;
}

@media(max-width:390px){
  .xc-container{padding-left:10px;padding-right:10px}
  .xc-card,.xc-section{margin-left:10px;margin-right:10px}
  .xc-toolbar{padding-left:10px;padding-right:10px}
  .xc-category-layout{grid-template-columns:88px minmax(0,1fr)}
  .xc-category-content{padding:8px}
  .xc-category-banner{padding:12px}
  .xc-category-banner h2{font-size:17px}
  .xc-member-assets-v4{padding-left:9px;padding-right:9px;grid-template-columns:repeat(3,minmax(0,1fr)) 58px}
  .xc-member-stat{padding-right:5px}
  .xc-member-stat:nth-child(3){padding-left:5px}
  .xc-member-stat strong{font-size:clamp(14px,4.6vw,18px)}
  .xc-member-assets-v4 .xc-button{padding:0 8px;font-size:12px}
  .xc-order-card{padding:12px 10px;grid-template-columns:76px minmax(0,1fr);gap:10px}
  .xc-order-card>img{width:76px;height:76px}
  .xc-order-info h2{padding-right:58px;font-size:14px}
  .xc-order-status{right:10px;top:12px}
  .xc-checkout-bar{grid-template-columns:minmax(0,1fr) minmax(126px,44%)}
  .xc-checkout-bar .xc-button{padding:0 10px;font-size:15px}
  .xc-cart-bar{gap:5px;padding-left:10px;padding-right:8px}
  .xc-cart-bar>button{width:104px;font-size:14px}
  .xc-cart-bar>div strong{font-size:16px}
  .xc-manager-product,.xc-manager-page>.xc-manager-product{grid-template-columns:64px minmax(0,1fr) auto;gap:9px}
  .xc-manager-product>img{width:64px;height:64px}
  .xc-manager-header{padding-left:10px;padding-right:10px;grid-template-columns:34px minmax(0,1fr) 62px}
  .xc-manager-banner,.xc-manager-card,.xc-manager-list,.xc-manager-summary,
  .xc-manager-search,.xc-manager-note,.xc-invite-products,.xc-invite-field,.xc-invite-result{
    margin-left:10px;
    margin-right:10px;
  }
  .xc-manager-form{padding-left:10px;padding-right:10px}
  .xc-manager-actions,.xc-poster-grid{margin-left:10px;margin-right:10px}
}

@media(max-width:350px){
  .xc-bottom-nav a{font-size:10px}
  .xc-bottom-nav svg{width:22px;height:22px}
  .xc-page-header{padding-left:8px;padding-right:8px}
  .xc-member-hero-v4{padding-left:10px;padding-right:10px}
  .xc-member-pill{width:34px;padding:0;justify-content:center}
  .xc-member-pill span{display:none}
  .xc-member-profile-v4{gap:9px}
  .xc-member-profile-v4 .xc-avatar{width:62px;height:62px}
  .xc-member-name{max-width:145px;font-size:17px}
  .xc-member-meta{gap:4px;font-size:10px}
  .xc-member-level{padding:3px 6px}
  .xc-member-assets-v4{grid-template-columns:repeat(3,minmax(0,1fr)) 50px}
  .xc-member-stat span{font-size:9px}
  .xc-member-stat strong{font-size:13px}
  .xc-member-assets-v4 .xc-button{padding:0 5px;font-size:10px}
  .xc-category-layout{grid-template-columns:78px minmax(0,1fr)}
  .xc-category-sidebar a{padding:14px 4px;font-size:11px}
  .xc-order-tabs{margin-left:8px;margin-right:8px;gap:3px}
  .xc-order-tabs .xc-tab{font-size:10px}
  .xc-order-card{grid-template-columns:66px minmax(0,1fr)}
  .xc-order-card>img{width:66px;height:66px}
  .xc-order-info p{font-size:9px}
  .xc-order-bottom>span strong{font-size:16px}
  .xc-order-bottom .xc-button{padding:0 10px}
  .xc-cart-item{padding-left:8px;padding-right:8px;grid-template-columns:20px 66px minmax(0,1fr);gap:7px}
  .xc-cart-image img{width:66px;height:66px}
  .xc-cart-stepper button,.xc-cart-stepper span{width:25px}
  .xc-cart-bar label{font-size:0;gap:0}
  .xc-cart-bar>button{width:92px}
  .xc-checkout-bar>strong{font-size:11px}
  .xc-checkout-bar>strong b{font-size:17px}
  .xc-manager-product,.xc-manager-page>.xc-manager-product{grid-template-columns:56px minmax(0,1fr)}
  .xc-manager-product>img{width:56px;height:56px}
  .xc-manager-product>.xc-tag{grid-column:2;justify-self:start}
  .xc-manager-actions{grid-template-columns:1fr}
  .xc-notification-page{padding-left:10px;padding-right:10px}
  .xc-notification-page .xc-manager-header{margin-left:-10px;margin-right:-10px}
  .xc-notification-item{grid-template-columns:40px minmax(0,1fr);gap:9px;padding-left:10px}
  .xc-notification-item>i{width:40px;height:40px}
}

/* Product pictures stay clean; delivery/exchange labels belong in product content only. */
.xc-product-card__media>.xc-badge{display:none!important}

/* Shared category icon library. */
.xc-home-page .xc-category-icon i img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:contain;
}
.xc-category-sidebar a{
  min-height:54px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  padding:8px 8px;
  text-align:left;
  font-size:12px;
}
.xc-category-sidebar a img{
  width:26px;
  height:26px;
  flex:none;
  border-radius:50%;
  object-fit:contain;
  filter:saturate(.88);
}
.xc-category-sidebar a span{
  display:block;
  flex:1;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:1.25;
}
.xc-category-sidebar a.is-active img{
  box-shadow:0 3px 8px rgba(83,78,239,.2);
  filter:none;
}
.xc-category-banner{
  display:block;
}
.xc-category-banner>img{
  width:50px;
  height:50px;
  flex:none;
  border-radius:50%;
  object-fit:contain;
  box-shadow:0 5px 12px rgba(69,84,182,.16);
}
.xc-category-banner>div{min-width:0}
@media(max-width:350px){
  .xc-category-sidebar a{min-height:50px;gap:4px;padding:7px 5px;font-size:10px}
  .xc-category-sidebar a img{width:21px;height:21px}
  .xc-category-banner>img{width:42px;height:42px}
}

@media(min-width:351px) and (max-width:390px){
  .xc-category-sidebar a{min-height:52px;gap:5px;padding-left:6px;padding-right:6px;font-size:11px}
  .xc-category-sidebar a img{width:23px;height:23px}
}

.xc-guest-order-tip{
  margin:0 16px 10px;
  padding:10px 12px;
  border:1px solid #dfe5ff;
  border-radius:12px;
  background:#f5f7ff;
  color:#69708c;
  font-size:12px;
  line-height:1.55;
}
