:root{
  --bg:#f6f8fb;
  --surface:#fff;
  --ink:#101828;
  --muted:#667085;
  --line:#e8edf3;
  --blue:#155eef;
  --blue2:#0b42c5;
  --navy:#0c1d3b;
  --cyan:#20c7dc;
  --green:#12b76a;
  --red:#f04438;
  --shadow:0 20px 60px rgba(17,43,82,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.header{
  height:74px;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(226,232,240,.8);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;letter-spacing:-.3px}
.brand b{color:var(--blue)}
.brand-mark{
  width:38px;height:38px;border-radius:13px;display:grid;place-items:center;
  background:linear-gradient(135deg,#e8f7ff,#edf1ff);
  box-shadow:inset 0 0 0 1px #dbe7fa;
}
.nav-links{display:flex;gap:30px;color:#475467;font-size:14px;font-weight:600}
.nav-links a{padding:26px 2px;position:relative}
.nav-links a:hover,.nav-links .active{color:var(--ink)}
.nav-links .active:after{
  content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;border-radius:2px;background:var(--blue)
}
.support-btn{
  display:flex;align-items:center;gap:8px;padding:11px 17px;border-radius:12px;
  background:#101828;color:#fff;font-size:14px;font-weight:700;
  box-shadow:0 8px 24px rgba(16,24,40,.15)
}
.hero{
  position:relative;overflow:hidden;
  padding:88px 0 24px;
  background:
    radial-gradient(circle at 13% 16%,rgba(32,199,220,.08),transparent 28%),
    radial-gradient(circle at 81% 18%,rgba(21,94,239,.10),transparent 32%),
    linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
  border-bottom:1px solid var(--line);
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.35;pointer-events:none}
.hero-glow-a{width:360px;height:360px;background:#b4eff8;left:-200px;top:90px}
.hero-glow-b{width:390px;height:390px;background:#b6caff;right:-200px;top:40px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:86px;align-items:center;position:relative}
.eyebrow{
  width:max-content;display:flex;align-items:center;gap:9px;color:#344054;background:#fff;
  border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:700;
  box-shadow:0 6px 22px rgba(17,43,82,.06)
}
.dot,.pulse{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(18,183,106,.10)}
.hero h1{font-size:57px;line-height:1.06;letter-spacing:-2.7px;margin:24px 0 22px;font-weight:850}
.hero h1 span{
  background:linear-gradient(90deg,var(--blue),#17a5d7);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-desc{max-width:620px;font-size:17px;line-height:1.7;color:var(--muted);margin:0}
.hero-actions{display:flex;gap:12px;margin-top:31px}
.primary-btn,.ghost-btn{
  min-height:50px;border-radius:13px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:15px;font-size:14px;font-weight:750
}
.primary-btn{
  background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;
  box-shadow:0 12px 30px rgba(21,94,239,.25)
}
.primary-btn:hover{transform:translateY(-1px)}
.ghost-btn{background:#fff;border:1px solid #dfe5ed;color:#344054}
.trust-row{display:flex;gap:25px;margin-top:28px;color:#667085;font-size:12px;font-weight:650}
.trust-item span{color:var(--green);font-weight:900;margin-right:5px}
.hero-card-wrap{position:relative;width:100%;max-width:460px;margin-left:auto;padding:24px}
.hero-card{
  position:relative;min-height:340px;border-radius:29px;padding:30px;
  background:
    radial-gradient(circle at 95% 0,rgba(91,165,255,.32),transparent 35%),
    linear-gradient(145deg,#0d2246,#102f66 58%,#113f85);
  color:#fff;
  box-shadow:0 34px 85px rgba(11,35,76,.28);
  overflow:hidden
}
.hero-card:before{
  content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.1);
  border-radius:50%;right:-110px;bottom:-115px;box-shadow:0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.02)
}
.card-top{display:flex;justify-content:space-between;align-items:start}
.mini-label{font-size:10px;font-weight:800;letter-spacing:1.5px;color:#95c0ff}
.wallet-title{font-size:19px;font-weight:800;margin-top:5px}
.dolphin-orb{width:53px;height:53px;border-radius:18px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:25px;border:1px solid rgba(255,255,255,.14)}
.balance-label{font-size:12px;color:#a9c3e8;margin-top:69px}
.balance{font-size:35px;font-weight:850;letter-spacing:-1px;margin-top:5px}
.balance small{font-size:14px;color:#a8c8f4;font-weight:600;letter-spacing:0}
.card-divider{height:1px;background:rgba(255,255,255,.13);margin:27px 0 21px}
.card-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative}
.card-features>div{display:flex;align-items:center;gap:10px}
.feature-icon{width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.10);display:grid;place-items:center}
.card-features b{display:block;font-size:12px}
.card-features small{display:block;color:#9ebae0;font-size:10px;margin-top:2px}
.floating-pill{
  position:absolute;z-index:3;background:#fff;border:1px solid var(--line);border-radius:13px;
  padding:10px 13px;box-shadow:0 12px 38px rgba(18,38,74,.14);font-size:11px;font-weight:700;
  display:flex;align-items:center;gap:9px;color:#344054
}
.pill-top{right:0;top:0}
.pill-bottom{left:1px;bottom:2px}
.pill-bottom b{color:var(--green)}
.stats{
  margin-top:82px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 35px;
  box-shadow:0 12px 35px rgba(17,43,82,.05)
}
.stat{text-align:center}
.stat strong{font-size:25px;letter-spacing:-.7px}
.stat span{display:block;color:#98a2b3;font-size:11px;margin-top:4px}
.stat-line{height:34px;background:var(--line)}
.products-section{padding:90px 0 100px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:31px}
.section-kicker{font-size:11px;letter-spacing:1.6px;font-weight:850;color:var(--blue);margin-bottom:10px}
.section-head h2,.center-head h2,.faq-intro h2{font-size:36px;letter-spacing:-1.2px;margin:0}
.section-head p,.faq-intro p{color:var(--muted);font-size:14px;margin:10px 0 0}
.live-stock{
  display:flex;align-items:center;gap:10px;background:#ecfdf3;color:#087a45;border:1px solid #c9f2d9;
  padding:9px 13px;border-radius:999px;font-size:11px;font-weight:750
}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;
  box-shadow:0 9px 28px rgba(17,43,82,.04);transition:.22s ease
}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d8e1ec}
.product-visual{height:185px;position:relative;display:grid;place-items:center;overflow:hidden}
.visual-0{background:linear-gradient(135deg,#0d1837,#183f85)}
.visual-1{background:linear-gradient(135deg,#121217,#3c3a45)}
.visual-2{background:linear-gradient(135deg,#132b3a,#0d7792)}
.visual-3{background:linear-gradient(135deg,#39214e,#8758c8)}
.product-visual:before,.product-visual:after{
  content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.11)
}
.product-visual:before{width:230px;height:230px;right:-75px;top:-90px}
.product-visual:after{width:180px;height:180px;left:-95px;bottom:-105px}
.product-logo{
  position:relative;z-index:2;width:78px;height:78px;border-radius:25px;display:grid;place-items:center;
  color:#fff;font-size:27px;font-weight:900;letter-spacing:-1px;
  background:rgba(255,255,255,.13);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);
  box-shadow:0 15px 35px rgba(0,0,0,.18)
}
.product-tags{position:absolute;z-index:3;left:14px;right:14px;top:14px;display:flex;justify-content:space-between;gap:8px}
.tag{font-size:9px;font-weight:850;padding:7px 9px;border-radius:999px;letter-spacing:.4px}
.tag.hot{background:#fff2f0;color:#d92d20}
.tag.stock{background:#ecfdf3;color:#087a45;margin-left:auto}
.tag.out{background:#f2f4f7;color:#667085;margin-left:auto}
.product-body{padding:20px}
.product-meta{display:flex;justify-content:space-between;font-size:9px;font-weight:800;letter-spacing:.55px;color:#98a2b3}
.product-body h3{font-size:19px;margin:9px 0 7px;letter-spacing:-.35px}
.product-body p{
  color:#667085;font-size:12px;line-height:1.58;margin:0;min-height:38px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.product-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #f0f2f5;margin-top:18px;padding-top:17px}
.price small{display:block;color:#98a2b3;font-size:9px;margin-bottom:3px}
.price strong{font-size:20px;letter-spacing:-.4px;color:#101828}
.buy-btn{
  border:0;border-radius:11px;background:#101828;color:#fff;height:39px;padding:0 14px;font-size:11px;font-weight:750;cursor:pointer
}
.buy-btn span{margin-left:7px}
.buy-btn.disabled{background:#eaecf0;color:#98a2b3;cursor:not-allowed}
.sold-out{opacity:.72}
.empty-state{text-align:center;background:#fff;border:1px dashed #d0d5dd;border-radius:24px;padding:60px}
.empty-state>div{font-size:45px}
.empty-state h3{margin:13px 0 5px}
.empty-state p{color:#667085}
.how-section{padding:94px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.center-head{text-align:center}
.steps{display:grid;grid-template-columns:1fr 55px 1fr 55px 1fr;align-items:center;gap:8px;margin-top:50px}
.step{position:relative;text-align:center;padding:31px 25px;border:1px solid var(--line);border-radius:20px;background:#fbfcfe}
.step-number{position:absolute;top:15px;right:17px;color:#d0d5dd;font-size:11px;font-weight:800}
.step-icon{width:54px;height:54px;margin:auto;border-radius:17px;display:grid;place-items:center;background:#eff4ff;font-size:24px}
.step h3{font-size:16px;margin:15px 0 7px}
.step p{color:#667085;font-size:12px;line-height:1.55;margin:0}
.step-arrow{text-align:center;color:#b4bdca;font-size:22px}
.faq-section{padding:100px 0}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}
.faq-intro a{display:inline-flex;margin-top:24px;color:var(--blue);font-size:13px;font-weight:750}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:21px 0}
summary{cursor:pointer;font-weight:750;font-size:14px;list-style:none;position:relative;padding-right:25px}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";position:absolute;right:0;color:#98a2b3;font-size:20px;font-weight:400;top:-5px}
details[open] summary:after{content:"−"}
details p{color:#667085;font-size:12px;line-height:1.65;margin:11px 0 0;max-width:680px}
.cta-section{padding:0 0 90px}
.cta{
  display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 42px;
  border-radius:25px;color:#fff;background:
    radial-gradient(circle at 80% 30%,rgba(54,142,255,.34),transparent 32%),
    linear-gradient(135deg,#0b1f42,#0f3b7e);
  box-shadow:0 25px 65px rgba(13,43,89,.18)
}
.cta-kicker{font-size:10px;color:#8fbaff;letter-spacing:1.5px;font-weight:850}
.cta h2{font-size:31px;letter-spacing:-1px;margin:8px 0 5px}
.cta p{margin:0;color:#a8c0e3;font-size:13px}
.cta-btn{background:#fff;color:#0c2f64;padding:14px 19px;border-radius:12px;font-size:12px;font-weight:800;white-space:nowrap}
.cta-btn span{margin-left:10px}
footer{background:#fff;border-top:1px solid var(--line);padding:25px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner p,.footer-inner>a{font-size:11px;color:#98a2b3}
.footer-brand{font-size:13px}.footer-brand .brand-mark{width:32px;height:32px;border-radius:10px}
.toast{
  position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);
  display:flex;flex-direction:column;gap:3px;min-width:300px;background:#101828;color:#fff;
  border-radius:14px;padding:13px 16px;box-shadow:0 18px 50px rgba(16,24,40,.28);
  opacity:0;pointer-events:none;transition:.25s;z-index:99
}
.toast.show{opacity:1;transform:translate(-50%,0)}
.toast b{font-size:12px}.toast span{font-size:10px;color:#cbd5e1}
@media(max-width:900px){
  .nav-links{display:none}
  .hero{padding-top:55px}
  .hero-grid{grid-template-columns:1fr;gap:45px}
  .hero h1{font-size:47px}
  .hero-card-wrap{margin:auto}
  .stats{grid-template-columns:1fr 1fr;padding:20px}
  .stat-line{display:none}
  .stat{padding:12px}
  .product-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg)}
  .faq-grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1180px)}
  .header{height:66px}
  .brand{font-size:14px}.support-btn{padding:10px 13px;font-size:12px}
  .hero{padding-top:42px}
  .hero h1{font-size:39px;letter-spacing:-1.8px}
  .hero-desc{font-size:14px}
  .hero-actions{flex-direction:column}
  .primary-btn,.ghost-btn{width:100%}
  .trust-row{gap:10px;justify-content:space-between;font-size:10px}
  .hero-card-wrap{padding:16px 5px}
  .floating-pill{font-size:9px}
  .stats{margin-top:52px}
  .stat strong{font-size:21px}
  .section-head{align-items:start;flex-direction:column}
  .section-head h2,.center-head h2,.faq-intro h2{font-size:29px}
  .product-grid{grid-template-columns:1fr}
  .products-section,.how-section,.faq-section{padding:68px 0}
  .cta{padding:30px 25px;align-items:flex-start;flex-direction:column}
  .cta h2{font-size:26px}
  .footer-inner{flex-direction:column;text-align:center}
}


/* ===== V2: Product detail + checkout preview ===== */
.product-page,.checkout-page{min-height:calc(100vh - 74px);padding:48px 0 90px;background:linear-gradient(180deg,#f8fbff,#f6f8fb)}
.back-link{display:inline-flex;margin-bottom:24px;color:#667085;font-size:13px;font-weight:700}
.detail-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.detail-visual{min-height:500px;border-radius:28px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 80% 20%,rgba(73,148,255,.25),transparent 30%),linear-gradient(145deg,#0d2246,#113b7d);box-shadow:0 28px 70px rgba(15,48,99,.18);overflow:hidden}
.detail-visual:before,.detail-visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}
.detail-visual:before{width:420px;height:420px;right:-180px;bottom:-190px}
.detail-visual:after{width:280px;height:280px;left:-150px;top:-120px}
.detail-badge{width:145px;height:145px;border-radius:42px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#fff;font-size:46px;font-weight:900;box-shadow:0 22px 50px rgba(0,0,0,.2);z-index:2}
.detail-hot{position:absolute;top:20px;left:20px}
.detail-stock{position:absolute;right:20px;top:20px;background:#ecfdf3;color:#087a45;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}
.detail-stock.is-out{background:#f2f4f7;color:#667085}
.detail-info{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:0 18px 50px rgba(17,43,82,.06)}
.detail-info h1{font-size:34px;letter-spacing:-1px;margin:7px 0 12px}
.detail-description{color:#667085;line-height:1.68;font-size:14px;margin:0}
.detail-price-row{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:24px 0}
.detail-price-row small{display:block;color:#98a2b3;font-size:10px}
.detail-price-row strong{display:block;font-size:29px;margin-top:4px;color:#101828}
.delivery-chip{background:#eff4ff;color:#1849a9;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800}
.usage-box{background:#f8fafc;border:1px solid #e8edf3;border-radius:16px;padding:15px 17px;margin-bottom:22px}
.usage-box b{font-size:12px}.usage-box p{white-space:pre-line;color:#667085;font-size:11px;line-height:1.55;margin:8px 0 0;max-height:140px;overflow:auto}
.checkout-form{display:grid;gap:14px}
.checkout-form label{display:grid;gap:7px}
.checkout-form label>span{font-size:11px;font-weight:800;color:#344054}
.checkout-form input{height:48px;border:1px solid #dbe2ea;border-radius:12px;padding:0 14px;outline:none;background:#fff;color:#101828}
.checkout-form input:focus{border-color:#84adff;box-shadow:0 0 0 4px rgba(21,94,239,.08)}
.checkout-form label small{font-size:9px;color:#98a2b3}
.checkout-main-btn{min-height:50px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:800;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;box-shadow:0 12px 30px rgba(21,94,239,.18)}
.checkout-main-btn:disabled{opacity:.55;cursor:not-allowed}
.link-btn{width:max-content;text-decoration:none}
.test-note{padding:12px 14px;border-radius:12px;background:#fffaeb;border:1px solid #fedf89;color:#93370d;font-size:10px;line-height:1.5}
.out-box{padding:18px;border-radius:14px;background:#f2f4f7;color:#667085;font-size:13px}
.checkout-shell{max-width:760px}
.checkout-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px;box-shadow:0 24px 70px rgba(17,43,82,.08);text-align:center}
.checkout-status{width:58px;height:58px;border-radius:20px;background:#ecfdf3;color:#087a45;display:grid;place-items:center;margin:0 auto 16px;font-size:25px;font-weight:900}
.checkout-status.error{background:#fef3f2;color:#d92d20}
.checkout-card h1{font-size:30px;letter-spacing:-.8px;margin:0}
.checkout-sub{color:#667085;font-size:13px;line-height:1.6}
.test-banner{display:inline-flex;background:#fffaeb;color:#93370d;border:1px solid #fedf89;border-radius:999px;padding:8px 11px;font-size:9px;font-weight:850;margin-bottom:18px;letter-spacing:.3px}
.order-summary{margin:26px 0;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-align:left}
.order-summary>div{display:flex;justify-content:space-between;gap:20px;padding:14px 17px;border-bottom:1px solid #eef2f6;font-size:12px}
.order-summary>div:last-child{border-bottom:0}
.order-summary span{color:#667085}.order-summary b{max-width:60%;text-align:right}
.order-summary .summary-total{background:#f8fafc;align-items:center}
.summary-total strong{font-size:20px;color:var(--blue)}
.safety-box{text-align:left;background:#ecfdf3;border:1px solid #c7eed8;border-radius:15px;padding:15px 17px;color:#087a45;font-size:11px;line-height:1.8}
.preview-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}
.preview-actions .ghost-btn{min-height:50px}
@media(max-width:780px){.detail-grid{grid-template-columns:1fr}.detail-visual{min-height:300px}.detail-info{padding:24px}.preview-actions{flex-direction:column}.preview-actions>*{width:100%}}


/* ===== V3: payOS live checkout ===== */
.live-banner,.payos-badge,.paid-badge{
  display:inline-flex;border-radius:999px;padding:8px 12px;
  font-size:9px;font-weight:900;letter-spacing:.35px;margin-bottom:18px
}
.live-banner,.payos-badge{background:#eff4ff;color:#1849a9;border:1px solid #c7d7fe}
.paid-badge{background:#ecfdf3;color:#087a45;border:1px solid #abefc6}
.create-order-form{margin:0}
.order-live-shell{max-width:900px}
.order-live-card{padding:40px}
.payment-layout{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;
  margin:28px 0;text-align:left
}
.qr-side,.payment-info{
  border:1px solid var(--line);border-radius:20px;background:#fff;padding:20px
}
.qr-frame{
  width:100%;aspect-ratio:1/1;border-radius:17px;background:#fff;
  display:grid;place-items:center;border:1px solid #e6ebf1;overflow:hidden
}
.qr-frame img{width:100%;height:100%;object-fit:contain}
.poll-status{
  margin-top:14px;display:flex;align-items:center;justify-content:center;
  gap:10px;color:#667085;font-size:11px;font-weight:700
}
.pay-row{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:14px 0;border-bottom:1px solid #eef2f6;font-size:12px
}
.pay-row span{color:#667085}
.pay-row strong{font-size:23px;color:var(--blue)}
.pay-row code{font-size:15px;font-weight:850;color:#1849a9}
.pay-product{
  margin-top:15px;padding:12px 13px;background:#f8fafc;border-radius:12px;
  color:#344054;font-size:11px;font-weight:700
}
.payos-link-btn{margin-top:18px;width:100%}
.payment-warning,.save-warning{
  margin-top:14px;padding:12px 14px;border-radius:12px;background:#fffaeb;
  border:1px solid #fedf89;color:#93370d;font-size:10px;line-height:1.55
}
.delivery-box{text-align:left;margin-top:26px}
.delivery-title{
  font-size:12px;font-weight:900;letter-spacing:.6px;color:#1849a9;margin-bottom:12px
}
.account-delivery{
  border:1px solid #dfe7f1;border-radius:18px;padding:18px;margin-bottom:14px;
  background:#fbfdff
}
.account-head{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding-bottom:13px;margin-bottom:7px;border-bottom:1px solid #e8edf3
}
.account-head b{font-size:14px}
.account-head span{
  background:#eff4ff;color:#1849a9;border-radius:999px;padding:6px 9px;
  font-size:9px;font-weight:850
}
.credential-row{
  display:flex;justify-content:space-between;gap:20px;padding:9px 0;
  font-size:11px;align-items:center
}
.credential-row span{color:#667085}
.credential-row code{
  background:#101828;color:#fff;border-radius:8px;padding:7px 9px;
  font-size:11px;word-break:break-all;text-align:right
}
.shared-note{
  background:#eef9ff;color:#175cd3;border-radius:11px;padding:11px 12px;
  margin-top:8px;font-size:10px;line-height:1.5
}
.web-guide{margin-top:12px;border:0;padding:0}
.web-guide summary{
  background:#f2f4f7;border-radius:10px;padding:10px 12px;font-size:10px
}
.web-guide div{
  white-space:pre-line;color:#667085;font-size:10px;line-height:1.6;
  padding:11px 5px 2px
}
.manual-box{
  margin-top:25px;text-align:left;padding:16px 18px;border-radius:14px;
  background:#fffaeb;border:1px solid #fedf89;color:#93370d;
  font-size:12px;line-height:1.6
}
.order-footer-actions{
  display:flex;justify-content:center;gap:12px;margin-top:25px
}
@media(max-width:760px){
  .payment-layout{grid-template-columns:1fr}
  .order-live-card{padding:24px}
  .order-footer-actions{flex-direction:column}
  .order-footer-actions>*{width:100%}
}
