/* Samurai Store V1.23.0 · Ayuda y onboarding B2B */
.b2b-help-hero{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-bottom:16px;padding:20px;border:1px solid #2b3b55;border-radius:20px;background:radial-gradient(circle at 0 0,rgba(118,65,235,.2),transparent 42%),linear-gradient(145deg,#101a2b,#0b1220);box-shadow:0 18px 45px rgba(0,0,0,.18)}
.b2b-help-hero-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid #6550ba;border-radius:17px;background:#171f36;font-size:29px}
.b2b-help-hero span{display:block;margin-bottom:5px;color:#9f8bff;font-size:10px;font-weight:1000;letter-spacing:.12em}
.b2b-help-hero h2{margin:0;color:#fff;font-size:24px;line-height:1.1}
.b2b-help-hero p{max-width:760px;margin:7px 0 0;color:#99a8bc;font-size:12px;line-height:1.55}
.b2b-help-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}
.b2b-help-quick button{appearance:none;text-align:left;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-height:76px;padding:13px 14px;border:1px solid #26364e;border-radius:16px;background:#0e1725;color:#eef4ff;cursor:pointer;transition:.18s ease}
.b2b-help-quick button:hover{transform:translateY(-1px);border-color:#5b4aa2;background:#121d2f}
.b2b-help-quick span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#18243a;font-size:20px}
.b2b-help-quick b{font-size:12px}.b2b-help-quick small{margin-top:2px;color:#788ba5;font-size:9px;line-height:1.35}
.b2b-help-list{display:grid;gap:14px}
.b2b-help-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:18px;align-items:center;padding:18px;border:1px solid #25354d;border-radius:20px;background:linear-gradient(145deg,#0e1726,#0a111d);overflow:hidden}
.b2b-help-card:nth-child(even){grid-template-columns:minmax(320px,1.1fr) minmax(0,.9fr)}
.b2b-help-card:nth-child(even) .b2b-help-card-copy{order:2}.b2b-help-card:nth-child(even) img{order:1}
.b2b-help-card-copy{padding:4px 3px}
.b2b-help-step{display:inline-flex!important;padding:5px 8px;border:1px solid #58469a;border-radius:999px;background:#171d34;color:#a995ff!important;font-size:9px!important;font-weight:1000;letter-spacing:.08em}
.b2b-help-card h3{margin:10px 0 7px;color:#f5f8ff;font-size:18px}
.b2b-help-card p,.b2b-help-card li{color:#9aa9bd;font-size:11px;line-height:1.6}.b2b-help-card p{margin:0 0 8px}.b2b-help-card ul{margin:8px 0 13px;padding-left:18px}.b2b-help-card li+li{margin-top:3px}
.b2b-help-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid #31445f;border-radius:15px;background:#0a111d;box-shadow:0 14px 30px rgba(0,0,0,.22)}
.b2b-help-faq{margin-top:16px;padding:17px;border:1px solid #26364e;border-radius:20px;background:#0d1624}
.b2b-help-faq details{border-top:1px solid #202f45;padding:0 3px}.b2b-help-faq details:first-of-type{border-top:0}.b2b-help-faq summary{padding:13px 0;color:#eaf0fb;font-size:11px;font-weight:900;cursor:pointer}.b2b-help-faq details p{margin:-3px 0 13px;color:#899bb2;font-size:10px;line-height:1.6}
.b2b-tutorial-bg{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:18px;background:rgba(3,7,13,.78);backdrop-filter:blur(8px)}.b2b-tutorial-bg.hidden{display:none!important}
.b2b-tutorial-card{position:relative;width:min(920px,96vw);max-height:92vh;overflow:auto;padding:20px;border:1px solid #3a4b69;border-radius:24px;background:linear-gradient(145deg,#111c2d,#090f1a);box-shadow:0 30px 90px rgba(0,0,0,.55)}
.b2b-tutorial-close{position:absolute;top:14px;right:14px;z-index:2;width:34px;height:34px;border:1px solid #314158;border-radius:10px;background:#111b2a;color:#cbd5e5;font-size:20px;cursor:pointer}
.b2b-tutorial-progress{display:flex;align-items:center;gap:10px;padding-right:40px}.b2b-tutorial-progress>span{min-width:48px;color:#8192a9;font-size:9px;font-weight:900}.b2b-tutorial-progress>div{height:5px;flex:1;overflow:hidden;border-radius:999px;background:#1d2a3d}.b2b-tutorial-progress i{display:block;height:100%;width:20%;border-radius:999px;background:linear-gradient(90deg,#7250ee,#a44df0);transition:width .2s ease}
.b2b-tutorial-content{display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:center;margin-top:18px}.b2b-tutorial-visual img{display:block;width:100%;aspect-ratio:16/9;border:1px solid #31455f;border-radius:17px;background:#0b1320;box-shadow:0 16px 34px rgba(0,0,0,.28)}.b2b-tutorial-copy>span{color:#9d8aff;font-size:9px;font-weight:1000;letter-spacing:.12em}.b2b-tutorial-copy h2{margin:7px 0 8px;color:#fff;font-size:25px;line-height:1.15}.b2b-tutorial-copy p{margin:0;color:#9aabbe;font-size:12px;line-height:1.6}.b2b-tutorial-tip{margin-top:13px;padding:11px 12px;border:1px solid #2c3d58;border-radius:12px;background:#0e1929;color:#b6c4d7;font-size:10px;line-height:1.5}
.b2b-tutorial-remember{display:flex;align-items:center;gap:8px;margin-top:10px;color:#8395ad;font-size:10px;opacity:.95}.b2b-tutorial-remember.hidden{display:none!important}.b2b-tutorial-remember input{accent-color:#7553ee;flex:0 0 auto}
.b2b-tutorial-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.b2b-tutorial-actions .btn{min-height:42px}.b2b-tutorial-guide-btn{opacity:.9;font-size:11px;padding-inline:16px}.b2b-tutorial-actions #b2bTutorialNextBtn{min-width:230px;box-shadow:0 16px 28px rgba(117,84,238,.25)}.b2b-tutorial-actions #b2bTutorialNextBtn.is-finish{background:linear-gradient(90deg,#7a56f3,#915cff)}
@media(max-width:760px){.b2b-help-hero{grid-template-columns:auto 1fr;padding:16px}.b2b-help-hero .btn{grid-column:1/-1;width:100%}.b2b-help-hero h2{font-size:20px}.b2b-help-hero p{font-size:11px}.b2b-help-quick{grid-template-columns:1fr 1fr}.b2b-help-card,.b2b-help-card:nth-child(even){grid-template-columns:1fr;padding:14px}.b2b-help-card:nth-child(even) .b2b-help-card-copy,.b2b-help-card:nth-child(even) img{order:initial}.b2b-help-card img{order:-1!important}.b2b-help-card h3{font-size:16px}.b2b-help-card p,.b2b-help-card li{font-size:11px}.b2b-tutorial-card{padding:17px}.b2b-tutorial-content{grid-template-columns:1fr;gap:12px}.b2b-tutorial-remember{font-size:11px;align-items:flex-start;line-height:1.45}.b2b-tutorial-copy h2{font-size:21px}.b2b-tutorial-visual img{border-radius:14px;aspect-ratio:4/3}.b2b-tutorial-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.b2b-tutorial-actions #b2bTutorialPrevBtn{grid-column:1/2}.b2b-tutorial-actions #b2bTutorialNextBtn{grid-column:2/3;min-width:0}.b2b-tutorial-actions #b2bTutorialOpenGuideBtn{grid-column:1/-1;order:3;min-height:36px;font-size:11px;opacity:.85}.b2b-tutorial-actions .btn{width:100%}}
@media(max-width:420px){.b2b-help-quick{grid-template-columns:1fr}.b2b-help-hero-icon{width:48px;height:48px}.b2b-tutorial-bg{padding:9px}.b2b-tutorial-card{width:100%;max-height:96vh;border-radius:19px}.b2b-tutorial-copy p{font-size:11px}.b2b-tutorial-visual img{aspect-ratio:1/1}.b2b-tutorial-actions{grid-template-columns:1fr 1fr}.b2b-tutorial-actions #b2bTutorialOpenGuideBtn{font-size:10px}}
