
:root{
    --bg:#f4f7fb;
    --surface:#ffffff;
    --surface-soft:#f9fbfe;
    --ink:#182033;
    --muted:#687087;
    --line:#e3e8f0;
    --nav:#090b12;
    --pink:#ff2f78;
    --pink-2:#ff5999;
    --blue:#4b8cff;
    --cyan:#35c9f4;
    --purple:#8d42ef;
    --green:#26a95a;
    --orange:#ff8700;
    --shadow:0 14px 38px rgba(31,45,70,.08);
    --radius:22px;
    --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--ink);
    background:
        radial-gradient(circle at 10% 8%,rgba(255,47,120,.08),transparent 24%),
        radial-gradient(circle at 92% 4%,rgba(75,140,255,.08),transparent 26%),
        var(--bg);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(9,11,18,.94);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#fff;
    white-space:nowrap;
    min-width:0
}
.brand-icon{
    width:58px;
    height:38px;
    object-fit:contain;
    flex:0 0 58px
}
.brand-wordmark{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:25px;
    line-height:1;
    letter-spacing:-.025em;
    white-space:nowrap
}
.brand-wordmark strong{
    display:inline-block;
    font-weight:950
}
.brand-wordmark i{
    width:11px;
    height:11px;
    border-radius:50%;
    background:var(--pink);
    display:inline-block;
    flex:0 0 11px
}
.site-nav{display:flex;align-items:center;gap:5px}
.site-nav a{
    color:rgba(255,255,255,.72);
    text-decoration:none;
    padding:10px 12px;
    border-radius:999px;
    font-weight:750;
}
.site-nav a:hover,.site-nav a.active{color:#fff;background:rgba(255,255,255,.09)}
.mobile-nav-toggle{display:none}
.hero{padding:84px 0 48px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:56px;align-items:center}
.eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    color:var(--pink);font-size:12px;font-weight:900;
    text-transform:uppercase;letter-spacing:.14em;
}
.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--pink)}
.hero h1{
    margin:18px 0 18px;
    font-size:clamp(46px,6.8vw,82px);
    line-height:.98;
    letter-spacing:-.055em;
}
.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:700px}
.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}
.button{
    min-height:50px;
    display:inline-flex;align-items:center;justify-content:center;gap:9px;
    padding:0 21px;
    border-radius:999px;
    border:1px solid var(--line);
    background:#fff;
    text-decoration:none;
    font-weight:850;
    box-shadow:0 8px 20px rgba(31,45,70,.06);
}
.button-primary{border:0;background:linear-gradient(90deg,var(--pink),var(--pink-2));color:#fff}
.button-blue{border:0;background:linear-gradient(90deg,var(--blue),#6ea2ff);color:#fff}
.button-dark{background:var(--nav);color:#fff;border-color:var(--nav)}
.button-orange{border:0;background:linear-gradient(90deg,var(--orange),#ffad45);color:#fff}
.hero-proof{display:flex;gap:25px;flex-wrap:wrap;margin-top:32px}
.hero-proof div{color:var(--muted);font-size:14px}
.hero-proof strong{display:block;color:var(--ink);font-size:17px;margin-bottom:3px}
.product-window{
    border-radius:30px;
    background:linear-gradient(160deg,#111521,#080a10);
    box-shadow:0 28px 90px rgba(17,23,38,.22);
    padding:22px;
    transform:rotate(1deg);
}
.window-bar{display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:18px}
.window-dots{display:flex;gap:7px}.window-dots i{width:9px;height:9px;border-radius:50%;background:#394153}.window-dots i:first-child{background:var(--pink)}
.game-stage{
    min-height:520px;border-radius:22px;overflow:hidden;position:relative;
    background:
      linear-gradient(to top,rgba(8,10,16,.95),transparent 55%),
      radial-gradient(circle at 50% 35%,rgba(255,47,120,.45),transparent 25%),
      linear-gradient(140deg,#2b165d,#3287dc 56%,#15182a);
}
.game-stage:before{
    content:"";
    position:absolute;inset:8% 23% 18%;
    border-radius:24px;
    background:linear-gradient(160deg,#ffc23e,#ff4f7f 45%,#6d38d6);
    box-shadow:0 30px 80px rgba(0,0,0,.25);
}
.game-stage:after{
    content:"PLAY";
    position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);
    color:#fff;background:var(--pink);padding:14px 30px;border-radius:999px;font-weight:950;
}
.stage-copy{position:absolute;left:28px;right:90px;bottom:26px;color:#fff}
.stage-copy h3{font-size:28px;margin:0 0 7px}.stage-copy p{margin:0;color:rgba(255,255,255,.7)}
.stage-icons{position:absolute;right:22px;top:24px;display:grid;gap:12px}
.stage-icons span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(8,10,16,.66);color:#fff}
.metrics{padding:8px 0 52px}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.metric{
    background:var(--surface);border:1px solid var(--line);border-radius:18px;
    padding:24px;box-shadow:var(--shadow)
}
.metric-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;font-size:21px;margin-bottom:18px}
.metric:nth-child(1) .metric-icon{background:#fff0f6;color:var(--pink)}
.metric:nth-child(2) .metric-icon{background:#f2eaff;color:var(--purple)}
.metric:nth-child(3) .metric-icon{background:#eaf2ff;color:var(--blue)}
.metric:nth-child(4) .metric-icon{background:#eaf8ef;color:var(--green)}
.metric h3{font-size:19px;margin:0 0 7px}.metric p{color:var(--muted);margin:0;line-height:1.55}
.section{padding:58px 0}
.section-head{max-width:760px;margin-bottom:28px}
.section-head h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.04em;margin:10px 0}
.section-head p{color:var(--muted);font-size:17px;line-height:1.65}
.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.card{
    background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
    padding:28px;box-shadow:var(--shadow)
}
.card h3{font-size:23px;margin:0 0 10px}.card p{color:var(--muted);line-height:1.65}
.benefit-list{display:grid;gap:13px;margin-top:20px}
.benefit-list span{display:flex;gap:11px;align-items:flex-start;color:var(--muted)}
.benefit-list span:before{content:"✓";color:var(--green);font-weight:950}
.cms-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.cms-card{position:relative;overflow:hidden}
.cms-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-55px;top:-55px;background:rgba(255,47,120,.08)}
.cms-card.joomla:after{background:rgba(75,140,255,.1)}
.cms-card.typo3:after{background:rgba(255,135,0,.10)}
.cms-label{display:inline-flex;padding:7px 10px;border-radius:999px;font-weight:850;font-size:12px;background:#fff0f6;color:var(--pink)}
.cms-card.joomla .cms-label{background:#eaf2ff;color:var(--blue)}
.cms-card.typo3 .cms-label{background:#fff2e2;color:#d76f00}
.cms-card h3{font-size:32px;margin:18px 0 8px}
.feature-list{list-style:none;padding:0;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.feature-list li{color:var(--muted);padding-left:21px;position:relative}
.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.workflow-step{
    background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px;text-align:center;box-shadow:var(--shadow)
}
.workflow-step strong{display:block;margin-top:10px}.workflow-step span{color:var(--muted);font-size:14px}
.stats-band{background:var(--nav);color:#fff;border-radius:28px;padding:32px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{text-align:center}.stat strong{display:block;font-size:36px;margin-bottom:6px}.stat span{color:rgba(255,255,255,.62)}
.faq{display:grid;gap:12px}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 22px;box-shadow:var(--shadow)}
.faq summary{cursor:pointer;font-weight:850}.faq p{color:var(--muted);line-height:1.6}
.cta{
    width:min(var(--max),calc(100% - 40px));
    margin:30px auto 76px;
    padding:48px 32px;
    border-radius:30px;
    background:linear-gradient(120deg,var(--nav),#1a2030);
    color:#fff;
    text-align:center;
    box-shadow:0 28px 80px rgba(17,23,38,.18);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center
}
.cta h2,
.cta p{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.cta .actions{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center
}
.cta h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;margin:0 0 13px}
.cta p{color:rgba(255,255,255,.66);font-size:17px}
.site-footer{background:var(--nav);color:#fff;padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:28px}
.footer-brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#fff;
    margin-bottom:16px;
    white-space:nowrap
}
.footer-brand .brand-icon{
    width:54px;
    height:35px;
    flex-basis:54px
}
.footer-brand .brand-wordmark{
    font-size:22px;
    gap:10px
}
.footer-grid p,.footer-grid a{color:rgba(255,255,255,.62)}
.footer-grid strong{display:block;margin-bottom:12px}
.footer-grid a{display:block;text-decoration:none;margin:8px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.45);font-size:14px}
.page-hero{padding:64px 0 34px}.page-hero h1{font-size:clamp(42px,6vw,72px);letter-spacing:-.05em;margin:14px 0}.page-hero p{font-size:18px;color:var(--muted);line-height:1.65;max-width:760px}
.doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.steps{counter-reset:step;display:grid;gap:16px}
.step{counter-increment:step;display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start}
.step:before{content:counter(step);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff0f6;color:var(--pink);font-weight:950}
.step strong{display:block;margin-bottom:5px}.step p{margin:0}
.code{
    display:block;white-space:pre-wrap;background:#0b0d13;color:#ffd460;
    border-radius:16px;padding:20px;font:14px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace
}
.legal h2{margin-top:34px}.legal p,.legal li{color:var(--muted);line-height:1.7}
@media(max-width:980px){
    .hero-grid,.cms-grid,.card-grid,.doc-grid{grid-template-columns:1fr}
    .metric-grid{grid-template-columns:repeat(2,1fr)}
    .workflow{grid-template-columns:repeat(2,1fr)}
    .stats-band{grid-template-columns:repeat(2,1fr)}
    .product-window{transform:none;max-width:640px}
}
@media(max-width:760px){
    .brand-icon{width:46px;height:31px;flex-basis:46px}
    .brand-wordmark{font-size:18px;gap:8px}
    .brand-wordmark i{width:8px;height:8px;flex-basis:8px}
    .mobile-nav-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 12px}
    .site-nav{display:none;position:absolute;left:20px;right:20px;top:68px;background:var(--nav);padding:12px;border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.3)}
    .site-nav.open{display:grid}
    .hero{padding-top:55px}.hero h1{font-size:48px}
    .hero-grid{gap:35px}.game-stage{min-height:430px}
    .metric-grid,.stats-band,.workflow{grid-template-columns:1fr}
    .feature-list{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{display:grid;gap:7px}
}

/* Universal Embed builder */
.embed-hero p{max-width:850px}
.embed-builder-shell{
    background:linear-gradient(145deg,#fff,#f9fbff);
    border:1px solid var(--line);
    border-radius:30px;
    box-shadow:0 24px 70px rgba(31,45,70,.10);
    padding:26px;
}
.embed-builder-top{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.embed-builder-top h3{font-size:28px;margin:5px 0 4px}.embed-builder-top p{margin:0;color:var(--muted)}
.embed-kicker{display:block;color:var(--pink);font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px}
.embed-method-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#eef2f8;padding:6px;border-radius:18px;min-width:430px}
.embed-method-picker button{border:0;background:transparent;border-radius:13px;padding:11px 16px;text-align:left;color:var(--muted);cursor:pointer;font:inherit}
.embed-method-picker button strong{display:block;color:var(--ink);font-size:14px}.embed-method-picker button span{display:block;font-size:11px;margin-top:2px}
.embed-method-picker button.active{background:#fff;box-shadow:0 6px 18px rgba(31,45,70,.10)}
.embed-method-picker button.active strong{color:var(--pink)}
.embed-layout{display:grid;grid-template-columns:minmax(350px,.78fr) minmax(420px,1.22fr);gap:22px;align-items:stretch}
.embed-settings-panel{display:grid;gap:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}
.embed-control-section{padding:22px;border-bottom:1px solid var(--line)}.embed-control-section:last-child{border-bottom:0}
.embed-control-title{display:flex;align-items:center;gap:11px;margin-bottom:17px}
.embed-control-title>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff0f6;color:var(--pink);font-weight:950}
.embed-control-title strong{display:block;font-size:15px}.embed-control-title small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.embed-control-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.embed-field{display:grid;gap:7px}.embed-field label{font-size:12px;font-weight:850;color:#4e5870}.embed-field-label-row{display:flex;align-items:center;justify-content:space-between}
.embed-field-label-row output{font-size:12px;font-weight:900;color:var(--pink);background:#fff0f6;padding:5px 8px;border-radius:999px}
.embed-input-combo{display:grid;grid-template-columns:1fr 66px;background:#f7f9fc;border:1px solid #dfe5ee;border-radius:12px;overflow:hidden}
.embed-input-combo input,.embed-input-combo select,.embed-select,.embed-text-input{border:0;background:transparent;color:var(--ink);font:inherit;min-height:45px;padding:0 12px;outline:0}
.embed-input-combo select{border-left:1px solid #dfe5ee;background:#fff;font-weight:850}.embed-input-combo input{width:100%}
.embed-select,.embed-text-input{width:100%;border:1px solid #dfe5ee;background:#f9fbfd;border-radius:12px}
.embed-range{width:100%;accent-color:var(--pink)}
.embed-help{color:var(--muted);font-size:11px;line-height:1.4}
.embed-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;cursor:pointer}
.embed-switch-row span strong{display:block;font-size:13px}.embed-switch-row span small{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.embed-switch-row input{position:absolute;opacity:0;pointer-events:none}.embed-switch-row i{width:46px;height:26px;border-radius:999px;background:#d7dde7;position:relative;flex:0 0 46px;transition:.2s}
.embed-switch-row i:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:.2s}
.embed-switch-row input:checked+i{background:linear-gradient(90deg,var(--pink),var(--pink-2))}.embed-switch-row input:checked+i:after{transform:translateX(20px)}
.embed-preview-panel{background:linear-gradient(145deg,#111522,#080a10);border-radius:22px;padding:18px;color:#fff;min-width:0}
.embed-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.embed-preview-toolbar strong{display:block;font-size:16px}.embed-preview-toolbar .embed-kicker{color:#ff7aa9}
.embed-live-badge{font-size:11px;font-weight:900;display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.09);padding:6px 9px;border-radius:999px;color:rgba(255,255,255,.8)}
.embed-live-badge i{width:7px;height:7px;background:#39d87a;border-radius:50%;box-shadow:0 0 0 4px rgba(57,216,122,.12)}
.embed-preview-browser{border:1px solid rgba(255,255,255,.11);border-radius:17px;overflow:hidden;background:#06080d}
.embed-browser-bar{height:38px;background:#171b26;display:flex;align-items:center;gap:6px;padding:0 12px}.embed-browser-bar span{width:8px;height:8px;border-radius:50%;background:#424a5e}.embed-browser-bar span:first-child{background:var(--pink)}
.embed-browser-bar em{font-style:normal;margin-left:6px;font-size:10px;color:rgba(255,255,255,.42);background:#0d1018;padding:4px 10px;border-radius:6px}
.embed-preview-wrap{min-height:670px;padding:18px;display:flex;justify-content:center;align-items:flex-start;overflow:auto;background:radial-gradient(circle at 50% 15%,rgba(255,47,120,.12),transparent 35%),#090b10}
.embed-preview-wrap iframe{display:block;max-width:100%;background:#000;box-shadow:0 18px 55px rgba(0,0,0,.35)}
.embed-preview-note{font-size:11px;color:rgba(255,255,255,.45);line-height:1.5;margin:12px 4px 0}
.embed-code-card-v2{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}
.embed-code-head-v2{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:18px}.embed-code-head-v2 h3{font-size:25px;margin:4px 0}.embed-code-head-v2 p{margin:0;color:var(--muted);max-width:760px;line-height:1.55}
.embed-generated-code{margin:0;min-height:190px;white-space:pre;overflow:auto}.embed-method-footnote{margin-top:14px;padding:13px 15px;background:#f6f8fc;border-radius:13px;color:var(--muted);font-size:13px}.embed-method-footnote strong{color:var(--ink)}
.embed-workflow{margin-top:20px;grid-template-columns:repeat(4,1fr)}
.embed-doc-methods{display:grid;grid-template-columns:1fr 1fr;gap:22px}.embed-doc-card .cms-label{margin-bottom:16px}.embed-doc-tip{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(90deg,#fff7fa,#f5f8ff)}.embed-doc-tip span{color:var(--muted)}
@media(max-width:1040px){.embed-builder-top{align-items:flex-start;flex-direction:column}.embed-method-picker{min-width:0;width:100%}.embed-layout{grid-template-columns:1fr}.embed-preview-wrap{min-height:600px}.embed-preview-panel{min-height:auto}}
@media(max-width:700px){.embed-builder-shell{padding:14px;border-radius:22px}.embed-control-grid.two{grid-template-columns:1fr}.embed-method-picker{grid-template-columns:1fr}.embed-code-head-v2{align-items:flex-start;flex-direction:column}.embed-workflow{grid-template-columns:1fr 1fr}.embed-doc-methods{grid-template-columns:1fr}.embed-doc-tip{align-items:flex-start;flex-direction:column}.embed-preview-wrap{padding:10px;min-height:520px}}

/* Universal Embed — boxed configurator inspired by publisher builder */
.embed-builder-reference{padding:32px;background:linear-gradient(145deg,#fff,#fbfcff)}
.embed-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:22px 22px 0 0;overflow:hidden;background:#fff}
.embed-ref-box{padding:25px 26px;min-height:210px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:14px}
.embed-ref-box:nth-child(3n){border-right:0}.embed-ref-box:nth-child(n+4){border-bottom:0}
.embed-ref-label{display:block;color:#7b8498;font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;margin-bottom:2px}
.embed-ref-box .embed-field{gap:8px}.embed-ref-box .embed-field label{font-size:13px}.embed-ref-box .embed-input-combo,.embed-ref-box .embed-select,.embed-ref-box .embed-text-input{background:#f8faff;border-color:#dce3ed}
.embed-ref-box .embed-switch-row{margin-top:4px}.embed-optional{font-size:10px;color:var(--muted);font-weight:700;margin-left:5px}
.embed-code-zone{padding:28px 26px 24px;border:1px solid var(--line);border-top:0;border-radius:0 0 22px 22px;background:linear-gradient(180deg,#fbfcff,#f6f8fc)}
.embed-code-zone-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.embed-code-zone-head h3{margin:5px 0 0;font-size:23px}
.embed-method-inline{margin:18px 0 12px;min-width:0;width:max-content;grid-template-columns:auto auto;background:#edf1f7}
.embed-method-inline button{min-width:155px;padding:10px 14px}.embed-code-hint{margin:0 0 14px;color:var(--muted);font-size:13px}
.embed-code-zone .embed-generated-code{background:#111522;color:#eef2fa;border:1px solid #252b3a;border-radius:16px;padding:20px;min-height:180px}
.embed-code-steps{display:flex;flex-wrap:wrap;gap:26px;margin-top:17px;color:var(--muted);font-size:12px}.embed-code-steps b{color:var(--ink);margin-right:5px}
.embed-preview-below{margin-top:24px;padding:22px;border-radius:26px}.embed-preview-below .embed-preview-wrap{min-height:680px}
@media(max-width:900px){.embed-reference-grid{grid-template-columns:1fr 1fr}.embed-ref-box,.embed-ref-box:nth-child(3n),.embed-ref-box:nth-child(n+4){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.embed-ref-box:nth-child(2n){border-right:0}.embed-ref-box:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:620px){.embed-builder-reference{padding:14px}.embed-reference-grid{grid-template-columns:1fr}.embed-ref-box,.embed-ref-box:nth-child(2n),.embed-ref-box:nth-child(3n),.embed-ref-box:nth-child(n+4){border-right:0;border-bottom:1px solid var(--line)}.embed-ref-box:last-child{border-bottom:0}.embed-code-zone-head{align-items:flex-start;flex-direction:column}.embed-method-inline{width:100%;grid-template-columns:1fr 1fr}.embed-method-inline button{min-width:0}.embed-code-steps{display:grid;gap:8px}}
