.breakdance .bde-section-704-100 .section-container{display:flex;flex-direction:column}.breakdance .bde-code-block-704-101{width:100%}.er-guide-wrap *,.er-guide-wrap *::before,.er-guide-wrap *::after{box-sizing:border-box;margin:0;padding:0}.er-guide-wrap{--er-dark:#0F1D2E;--er-mid:#1A3047;--er-accent:#E85D24;--er-blue:#00547E;--er-muted:#6C757D;--er-text:#2D2D2D;--er-border:#E0E0E0;--er-success:#2ECC71;--er-warn:#F39C12;--er-radius:10px;--er-shadow:0 4px 24px rgba(0,0,0,0.08);--er-font:'SUSE','Segoe UI',system-ui,-apple-system,sans-serif;--er-mono:'Consolas','Courier New',monospace;font-family:var(--er-font);color:var(--er-text);font-size:15px;line-height:1.65;width:100%;max-width:100%;margin:0 auto;padding:0 20px 60px}.er-guide-wrap h1,.er-guide-wrap h2,.er-guide-wrap h3,.er-guide-wrap h4,.er-guide-wrap h5,.er-guide-wrap h6{color:var(--er-dark)!important;margin-top:0}.er-guide-wrap .er-hero{background:linear-gradient(135deg,var(--er-dark) 0%,var(--er-blue) 100%);color:#fff;padding:52px 40px 44px;border-radius:0 0 var(--er-radius) var(--er-radius);margin-bottom:36px;position:relative;overflow:hidden}.er-guide-wrap .er-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:rgba(232,93,36,0.18)}.er-guide-wrap .er-hero-badge{display:inline-block;background:var(--er-accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:16px}.er-guide-wrap .er-hero h1{color:#ffffff!important;font-size:clamp(20px,4vw,32px);font-weight:800;line-height:1.2;margin-bottom:12px}.er-guide-wrap .er-hero p{font-size:15px;opacity:0.82;max-width:580px}.er-guide-wrap .er-hero-tabs{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.er-guide-wrap .er-hero-tab{background:rgba(255,255,255,0.1);border:1.5px solid rgba(255,255,255,0.25);color:#fff;padding:9px 22px;border-radius:30px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s;text-decoration:none}.er-guide-wrap .er-hero-tab:hover,.er-guide-wrap .er-hero-tab.active{background:var(--er-accent);border-color:var(--er-accent);color:#fff}.er-guide-wrap .er-panel{display:none}.er-guide-wrap .er-panel.active{display:block}.er-guide-wrap .er-card{background:#fff;border-radius:var(--er-radius);box-shadow:var(--er-shadow);margin-bottom:24px;overflow:hidden}.er-guide-wrap .er-card-header{background:var(--er-mid);color:#fff;padding:16px 24px;display:flex;align-items:center;gap:12px}.er-guide-wrap .er-card-header .er-step-num{background:var(--er-accent);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.er-guide-wrap .er-card-header h2{color:#ffffff!important;font-size:16px;font-weight:700;margin:0}.er-guide-wrap .er-card-body{padding:24px}.er-guide-wrap .er-step-list{list-style:none;counter-reset:er-steps}.er-guide-wrap .er-step-list li{counter-increment:er-steps;display:flex;gap:16px;margin-bottom:16px;align-items:flex-start}.er-guide-wrap .er-step-list li::before{content:counter(er-steps);background:var(--er-accent);color:#fff;min-width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;flex-shrink:0;margin-top:2px}.er-guide-wrap .er-step-title{font-weight:700;margin-bottom:2px}.er-guide-wrap .er-step-desc{color:var(--er-muted);font-size:13.5px}.er-guide-wrap .er-numbered-list{padding-left:22px;line-height:1.9;font-size:14px}.er-guide-wrap .er-numbered-list li{margin-bottom:6px}.er-guide-wrap .er-sub-heading{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.8px;color:var(--er-blue);margin:20px 0 10px;padding-bottom:4px;border-bottom:2px solid var(--er-border)}.er-guide-wrap code{background:#F0F0F7;border-radius:4px;padding:1px 6px;font-family:var(--er-mono);font-size:12px;color:var(--er-accent)}.er-guide-wrap .er-code-block{background:var(--er-dark);color:#A8FF78;font-family:var(--er-mono);font-size:12px;padding:18px 20px;border-radius:var(--er-radius);overflow-x:auto;line-height:1.8;margin:12px 0;white-space:pre-wrap}.er-guide-wrap .er-prompt-box{background:#F0F0F7;border-left:4px solid var(--er-blue);border-radius:0 var(--er-radius) var(--er-radius) 0;padding:14px 16px;font-size:13px;font-style:italic;color:#444;margin:12px 0;line-height:1.7}.er-guide-wrap .er-shortcode-table-wrap{overflow-x:auto}.er-guide-wrap .er-field-table{width:100%;border-collapse:collapse;font-size:13px}.er-guide-wrap .er-field-table th{background:var(--er-dark);color:#fff;padding:10px 14px;text-align:left;font-size:11px;letter-spacing:0.8px;text-transform:uppercase}.er-guide-wrap .er-field-table td{padding:10px 14px;border-bottom:1px solid var(--er-border);vertical-align:top}.er-guide-wrap .er-field-table tr:nth-child(even) td{background:#FAFAFA}.er-guide-wrap .er-field-table tr:hover td{background:#FFF3EE}.er-guide-wrap .er-tip,.er-guide-wrap .er-warn-box,.er-guide-wrap .er-info-box{border-left:4px solid;padding:12px 16px;border-radius:0 var(--er-radius) var(--er-radius) 0;margin:14px 0;font-size:13.5px}.er-guide-wrap .er-tip{background:#E8FDF0;border-color:var(--er-success)}.er-guide-wrap .er-warn-box{background:#FFF8E8;border-color:var(--er-warn)}.er-guide-wrap .er-info-box{background:#EBF5FB;border-color:var(--er-blue)}.er-guide-wrap .er-tip strong,.er-guide-wrap .er-warn-box strong,.er-guide-wrap .er-info-box strong{display:block;margin-bottom:4px}.er-guide-wrap .er-wp-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:var(--er-dark);color:#ccc;font-size:12px;padding:8px 14px;border-radius:var(--er-radius);margin:12px 0 0}.er-guide-wrap .er-wp-nav span{color:#fff;font-weight:700}.er-guide-wrap .er-wp-nav .er-sep{opacity:0.4}.er-guide-wrap .er-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:8px 0}@media (max-width:600px){.er-guide-wrap .er-two-col{grid-template-columns:1fr}}.er-guide-wrap .er-col-box{border:1.5px solid var(--er-border);border-radius:var(--er-radius);padding:16px}.er-guide-wrap .er-col-box h4{font-size:13px;font-weight:700;color:var(--er-blue);margin-bottom:6px}.er-guide-wrap .er-col-box p{font-size:13px;color:var(--er-muted)}.er-guide-wrap .er-accordion{margin-bottom:8px;border-radius:var(--er-radius);overflow:hidden;border:1.5px solid var(--er-border)}.er-guide-wrap .er-accordion-head{background:#fff;padding:14px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px;transition:background .15s}.er-guide-wrap .er-accordion-head:hover{background:#FFF3EE}.er-guide-wrap .er-acc-icon{transition:transform .2s;font-size:18px;color:var(--er-muted)}.er-guide-wrap .er-accordion-head.open .er-acc-icon{transform:rotate(180deg)}.er-guide-wrap .er-accordion-body{display:none;padding:16px 20px;background:#FAFAFA;border-top:1px solid var(--er-border);font-size:13.5px;line-height:1.7}.er-guide-wrap .er-accordion-body.open{display:block}.er-guide-wrap .er-guide-footer{text-align:center;color:var(--er-muted);font-size:12px;padding-top:32px;border-top:1px solid var(--er-border);margin-top:40px}