
:root{
  --eb-bg:#f7f1ea;
  --eb-card:#ffffff;
  --eb-soft:#f3e8dc;
  --eb-soft-2:#efe0d0;
  --eb-line:#dbc7b5;
  --eb-line-strong:#c7ad95;
  --eb-text:#241914;
  --eb-muted:#74655b;
  --eb-accent:#9c5b34;
  --eb-accent-2:#744126;
  --eb-shadow:0 18px 48px rgba(61,36,22,.08);
  --eb-radius:26px;
}
html,body{max-width:100%;overflow-x:hidden}
body.emb-page{
  margin:0;
  color:var(--eb-text);
  background:
    radial-gradient(circle at top left, rgba(156,91,52,.08), transparent 26%),
    radial-gradient(circle at top right, rgba(151,118,84,.08), transparent 30%),
    var(--eb-bg);
}
body.emb-page img{display:block;max-width:100%}
body.emb-page main{padding-bottom:84px}

html[data-theme='dark']{
  --eb-bg:#17110d;
  --eb-card:#221914;
  --eb-soft:#2a1f1a;
  --eb-soft-2:#31241c;
  --eb-line:#493629;
  --eb-line-strong:#6f513b;
  --eb-text:#f4eee8;
  --eb-muted:#b7a89b;
  --eb-accent:#d98c58;
  --eb-accent-2:#f0b88b;
  --eb-shadow:0 18px 48px rgba(0,0,0,.22);
}

.eb-hero,.eb-section{width:min(1240px,calc(100% - 36px));margin:0 auto}
.eb-tag{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  background:var(--eb-soft);color:var(--eb-accent-2);
  font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;
}

.eb-primary-btn,.eb-secondary-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 18px;border-radius:14px;
  border:1px solid transparent;text-decoration:none;
  font-size:13px;font-weight:900;transition:.2s ease;
}
.eb-primary-btn{background:linear-gradient(135deg,var(--eb-accent),#c77e55);color:#fff;box-shadow:0 14px 30px rgba(156,91,52,.22)}
.eb-secondary-btn{background:var(--eb-card);color:var(--eb-text);border-color:var(--eb-line)}
.eb-primary-btn:hover,.eb-secondary-btn:hover{transform:translateY(-1px)}

.eb-hero{
  display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center;
  padding:72px 0 64px;
}
.eb-hero-copy h1{margin:0;font-size:clamp(42px,5.5vw,72px);line-height:.98;letter-spacing:-.05em}
.eb-hero-copy p{margin:18px 0 0;max-width:660px;color:var(--eb-muted);font-size:16px;line-height:1.85}
.eb-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}
.eb-hero-pills span{padding:9px 14px;border-radius:999px;background:var(--eb-card);border:1px solid var(--eb-line);font-size:12px;font-weight:800}
.eb-hero-cta{display:flex;flex-wrap:wrap;gap:12px}

.eb-stage{
  position:relative;min-height:560px;padding:16px;overflow:hidden;
  border:1px solid var(--eb-line);border-radius:28px;
  background:linear-gradient(160deg,var(--eb-card),var(--eb-soft));
  box-shadow:var(--eb-shadow);
}
.eb-stage-card{
  position:absolute;overflow:hidden;border-radius:24px;
  border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 44px rgba(31,19,13,.16)
}
.eb-stage-card img{width:100%;height:100%;object-fit:cover}
.eb-stage .card-a{left:22px;top:22px;width:41%;height:40%}
.eb-stage .card-b{right:22px;top:54px;width:37%;height:34%}
.eb-stage .card-c{left:70px;bottom:48px;width:34%;height:30%}
.eb-stage .card-d{right:36px;bottom:24px;width:43%;height:42%}
.eb-floating{
  position:absolute;max-width:240px;padding:14px 16px;border-radius:18px;
  background:rgba(255,255,255,.92);border:1px solid rgba(230,216,202,.9);
  backdrop-filter:blur(8px);box-shadow:0 12px 28px rgba(31,19,13,.08)
}
html[data-theme='dark'] .eb-floating{background:rgba(35,27,22,.92);border-color:rgba(93,70,54,.95)}
.eb-floating strong{display:block;font-size:13px}
.eb-floating span{display:block;margin-top:4px;color:var(--eb-muted);font-size:12px;line-height:1.55}
.eb-floating.one{left:28px;bottom:20px}
.eb-floating.two{right:24px;top:18px}

.eb-section{padding:28px 0 84px}
.eb-head{max-width:860px;margin:0 auto 34px;text-align:center}
.eb-head h2{margin:16px 0 12px;font-size:clamp(32px,4.4vw,54px);line-height:1.06;letter-spacing:-.045em}
.eb-head p{margin:0;color:var(--eb-muted);font-size:15px;line-height:1.8}

.eb-work-grid{display:grid;grid-template-columns:2fr 2fr 3fr;gap:18px;align-items:stretch}
.eb-upload-panel,.eb-control-panel{
  display:flex;flex-direction:column;height:100%;padding:20px;
  border:1px solid var(--eb-line);border-radius:var(--eb-radius);
  background:var(--eb-card);box-shadow:var(--eb-shadow)
}
.eb-panel-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.eb-panel-head span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--eb-soft);color:var(--eb-accent-2);font-size:12px;font-weight:900}
.eb-panel-head h3{margin:0;font-size:20px;letter-spacing:-.02em}

.eb-upload-zone{
  position:relative;display:flex;flex:1;min-height:440px;align-items:center;justify-content:center;
  border:1.5px dashed var(--eb-line-strong);border-radius:0;
  background:linear-gradient(135deg,#fdf9f4,#f1e5d8);
  overflow:hidden;cursor:pointer;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease;
}
html[data-theme='dark'] .eb-upload-zone{background:linear-gradient(135deg,#261d18,#1f1713)}
.eb-upload-zone:hover,.eb-upload-zone.drag{
  border-color:var(--eb-accent);background:linear-gradient(135deg,#fbf5ee,#eddcc8);
  box-shadow:0 18px 40px rgba(156,91,52,.14);transform:translateY(-2px)
}
html[data-theme='dark'] .eb-upload-zone:hover,
html[data-theme='dark'] .eb-upload-zone.drag{background:linear-gradient(135deg,#2d221c,#241a15)}
.eb-upload-zone input{display:none}
.eb-upload-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}
.eb-upload-icon{
  display:grid;place-items:center;width:76px;height:76px;margin-bottom:14px;
  border-radius:20px;background:var(--eb-card);box-shadow:0 12px 28px rgba(31,19,13,.1)
}
.eb-upload-icon svg{width:34px;height:34px;stroke:var(--eb-accent);stroke-width:1.8;fill:none}
.eb-upload-empty strong{font-size:17px}
.eb-upload-empty span{margin-top:6px;color:var(--eb-accent);font-size:12px;font-weight:900}
.eb-upload-empty small{max-width:250px;margin-top:12px;color:var(--eb-muted);font-size:11px;line-height:1.6}
.eb-upload-preview{position:absolute;inset:0;padding:12px}
.eb-upload-preview img{width:100%;height:100%;object-fit:contain;background:var(--eb-card)}
.eb-upload-clear{
  position:absolute;top:10px;right:10px;display:grid;place-items:center;
  width:32px;height:32px;border:0;border-radius:999px;background:rgba(26,20,16,.85);
  color:#fff;font-size:16px;font-weight:800;cursor:pointer
}

.eb-control-panel{min-height:100%}
.eb-control-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 10px;margin-bottom:14px}
.eb-control-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.eb-control-grid select,.eb-prompt-input{
  width:100%;border:1px solid var(--eb-line);background:var(--eb-card);color:var(--eb-text);
  font:inherit;outline:none
}
.eb-control-grid select{min-height:38px;padding:0 10px;border-radius:10px;font-size:12px}
.eb-control-grid select:focus,.eb-prompt-input:focus{border-color:var(--eb-accent);box-shadow:0 0 0 3px rgba(156,91,52,.12)}
.eb-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:6px 0 8px}
.eb-prompt-head label{font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.eb-prompt-head em{font-style:normal;color:var(--eb-muted);font-weight:700}
.eb-sample-btn{
  min-height:30px;padding:0 10px;border:1px solid var(--eb-line);border-radius:999px;
  background:var(--eb-card);color:var(--eb-accent-2);font-size:11px;font-weight:900;cursor:pointer
}
.eb-prompt-input{min-height:160px;padding:14px;border-radius:16px;line-height:1.72;resize:vertical}
.eb-action-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px}
.eb-credit-box{display:flex;flex-direction:column;gap:6px;min-width:0}
.eb-credit-line{font-size:13px;font-weight:800}
.eb-status-line{font-size:12px;line-height:1.55;color:var(--eb-muted)}
.eb-status-line.success{color:#2f855a}
.eb-status-line.error{color:#c53030}
.eb-status-line.queue{color:var(--eb-accent-2)}
.eb-generate-btn{
  min-height:50px;padding:0 18px;border:0;border-radius:14px;cursor:pointer;
  background:linear-gradient(135deg,var(--eb-accent),#c47d56);color:#fff;
  font-size:13px;font-weight:900;box-shadow:0 15px 32px rgba(156,91,52,.24)
}
.eb-generate-btn[disabled]{opacity:.6;cursor:not-allowed}

.eb-results{margin-top:20px;padding:22px;border:1px solid var(--eb-line);border-radius:26px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.eb-results-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
.eb-results-head h3{margin:10px 0 8px;font-size:28px;letter-spacing:-.03em}
.eb-results-head p{margin:0;color:var(--eb-muted);font-size:14px;line-height:1.7}
.eb-results-actions{display:flex;flex-wrap:wrap;gap:10px}
.eb-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.eb-result-card{position:relative;min-height:360px;max-height:500px;overflow:hidden;border:1px solid var(--eb-line);border-radius:20px;background:var(--eb-soft)}
.eb-result-card img{width:100%;height:100%;max-height:500px;object-fit:contain;background:var(--eb-card)}
.eb-result-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;background:rgba(22,16,14,.72);color:#fff;text-align:center}
.eb-result-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:ebspin .9s linear infinite}
.eb-result-tools{position:absolute;right:10px;bottom:10px}.eb-download-one{width:34px;height:34px;border:0;border-radius:999px;background:rgba(20,16,13,.85);color:#fff;font-size:18px;cursor:pointer}
@keyframes ebspin{to{transform:rotate(360deg)}}

.eb-filter-wrap{display:flex;flex-direction:column;gap:16px}
.eb-filter-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.eb-filter-tabs button{
  min-height:38px;padding:0 14px;border:1px solid var(--eb-line);border-radius:999px;
  background:var(--eb-card);color:var(--eb-text);font-size:12px;font-weight:800;cursor:pointer
}
.eb-filter-tabs button.active{background:var(--eb-soft);border-color:var(--eb-line-strong);color:var(--eb-accent-2)}
.eb-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}
.eb-template-card{overflow:hidden;border:1px solid var(--eb-line);border-radius:20px;background:var(--eb-card);box-shadow:var(--eb-shadow);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.eb-template-card:hover{transform:translateY(-2px);border-color:var(--eb-line-strong)}
.eb-template-card.is-active{border-color:var(--eb-accent);box-shadow:0 18px 34px rgba(156,91,52,.16)}
.eb-template-media{position:relative;aspect-ratio:1/1;overflow:hidden}.eb-template-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.eb-template-card:hover .eb-template-media img{transform:scale(1.05)}
.eb-template-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(to top,rgba(20,14,12,.7),rgba(20,14,12,.12));opacity:0;transition:opacity .25s ease}
.eb-template-card:hover .eb-template-overlay{opacity:1}
.eb-template-overlay a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;background:#fff;color:#201813;font-size:12px;font-weight:900;text-decoration:none}
.eb-template-check{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(23,18,14,.85);color:#fff;font-size:15px;font-weight:900;opacity:0;transform:scale(.8);transition:.2s ease}
.eb-template-card.is-active .eb-template-check{opacity:1;transform:scale(1)}
.eb-template-copy{display:flex;flex-direction:column;gap:4px;padding:14px}
.eb-template-copy strong{font-size:14px}.eb-template-copy span{color:var(--eb-muted);font-size:12px;line-height:1.5}

.eb-inspo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.eb-inspo{padding:20px;border:1px solid var(--eb-line);border-radius:20px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.eb-inspo h3{margin:0 0 8px;font-size:18px;letter-spacing:-.02em}
.eb-inspo p{margin:0;color:var(--eb-muted);font-size:14px;line-height:1.72}

@media (max-width:1100px){
  .eb-hero{grid-template-columns:1fr;gap:26px}
  .eb-stage{min-height:500px}
  .eb-work-grid{grid-template-columns:1fr 1fr}
  .eb-control-panel{grid-column:1/-1}
  .eb-control-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .eb-inspo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:700px){
  .eb-hero,.eb-section{width:min(100%,calc(100% - 24px))}
  .eb-stage{min-height:420px}
  .eb-stage .card-a{left:14px;top:16px;width:46%;height:39%}
  .eb-stage .card-b{right:14px;top:40px;width:40%;height:32%}
  .eb-stage .card-c{left:34px;bottom:56px;width:38%;height:28%}
  .eb-stage .card-d{right:18px;bottom:18px;width:47%;height:38%}
  .eb-floating{max-width:190px;padding:12px 14px}
  .eb-floating.one{left:14px;bottom:14px}.eb-floating.two{right:14px;top:14px}
  .eb-work-grid{grid-template-columns:1fr 1fr;gap:12px}
  .eb-control-panel{grid-column:1/-1}
  .eb-upload-zone{min-height:210px}
  .eb-control-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .eb-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eb-action-row,.eb-results-head{flex-direction:column;align-items:stretch}
  .eb-generate-btn{width:100%}
  .eb-inspo-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .eb-hero{padding-top:56px}
  .eb-upload-zone{min-height:190px}
  .eb-upload-panel{padding:14px}
  .eb-panel-head{margin-bottom:10px}
  .eb-panel-head h3{font-size:17px}
  .eb-upload-preview{padding:8px}
  .eb-hero-copy h1{font-size:clamp(34px,11vw,52px)}
  .eb-upload-panel,.eb-control-panel,.eb-results,.eb-stage{border-radius:22px}
  .eb-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eb-template-grid{grid-template-columns:1fr 1fr}
  .eb-template-copy{padding:12px}
}


/* ===== Restored showcase / scenarios / why / testimonials / FAQ / CTA ===== */
.showcase,.scenarios,.why,.testimonials,.faq,.cta{width:min(1240px,calc(100% - 36px));margin:0 auto;padding:28px 0 84px}
.section-head{max-width:860px;margin:0 auto 34px;text-align:center}
.section-head>span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--eb-soft);color:var(--eb-accent-2);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.section-head h2{margin:16px 0 12px;font-size:clamp(32px,4.4vw,54px);line-height:1.06;letter-spacing:-.045em}
.section-head p{margin:0;color:var(--eb-muted);font-size:15px;line-height:1.8}

.showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.showcase-grid article{padding:14px;border:1px solid var(--eb-line);border-radius:22px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.showcase-grid h3{margin:16px 4px 6px;font-size:18px;letter-spacing:-.02em}
.showcase-grid p{margin:0 4px 6px;color:var(--eb-muted);font-size:13px;line-height:1.7}
.compare{--split:50%;position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:16px;background:var(--eb-soft);touch-action:none;cursor:ew-resize;user-select:none}
.compare>img.before,.compare>.after{position:absolute;inset:0;width:100%;height:100%}
.compare>img.before,.compare>.after img{width:100%;height:100%;object-fit:cover}
.compare>.after{clip-path:inset(0 calc(100% - var(--split)) 0 0)}
.compare .tag{position:absolute;top:12px;z-index:3;padding:7px 10px;border-radius:999px;background:rgba(23,18,14,.72);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.compare .tag.left{left:12px}.compare .tag.right{right:12px;background:var(--eb-accent)}
.compare .divider{position:absolute;z-index:4;top:0;bottom:0;left:var(--split);width:2px;background:#fff;transform:translateX(-1px);box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.compare .divider i{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#fff;color:#2c2019;font-style:normal;font-size:16px;font-weight:900;transform:translate(-50%,-50%);box-shadow:0 8px 24px rgba(0,0,0,.2)}

.scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.scenario-card{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:center;padding:16px;border:1px solid var(--eb-line);border-radius:22px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.scenario-card .visual{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:16px;background:var(--eb-soft)}
.scenario-card .result{width:100%;height:100%;object-fit:cover}
.scenario-card .thumb{position:absolute;left:12px;bottom:12px;width:64px;height:64px;object-fit:cover;border:4px solid var(--eb-card);border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.scenario-copy h3{margin:0 0 8px;font-size:20px;letter-spacing:-.02em}
.scenario-copy p{margin:0;color:var(--eb-muted);font-size:14px;line-height:1.75}

.why-wrap{padding:22px;border:1px solid var(--eb-line);border-radius:26px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.why-grid article{padding:20px;border:1px solid var(--eb-line);border-radius:18px;background:var(--eb-soft)}
.why-grid i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--eb-card);color:var(--eb-accent-2);font-style:normal;font-size:12px;font-weight:900}
.why-grid h3{margin:16px 0 8px;font-size:18px;letter-spacing:-.02em}
.why-grid p{margin:0;color:var(--eb-muted);font-size:13px;line-height:1.72}

.test-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.test-card{padding:20px;border:1px solid var(--eb-line);border-radius:20px;background:var(--eb-card);box-shadow:var(--eb-shadow)}
.test-card p{margin:0 0 18px;color:var(--eb-muted);font-size:14px;line-height:1.78}
.test-card strong{display:block;font-size:14px}.test-card span{display:block;margin-top:4px;color:var(--eb-muted);font-size:12px}

.faq-list{max-width:920px;margin:0 auto;display:grid;gap:12px}
.faq details{border:1px solid var(--eb-line);border-radius:18px;background:var(--eb-card);box-shadow:0 10px 30px rgba(61,36,22,.04)}
.faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;list-style:none;font-size:15px;font-weight:900}
.faq summary::-webkit-details-marker{display:none}
.faq summary i{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--eb-soft);color:var(--eb-accent-2);font-style:normal;transition:transform .2s ease}
.faq details[open] summary i{transform:rotate(45deg)}
.faq details p{margin:0;padding:0 20px 20px;color:var(--eb-muted);font-size:14px;line-height:1.75}

.cta .card{padding:44px 32px;border:1px solid var(--eb-line);border-radius:28px;background:linear-gradient(135deg,var(--eb-card),var(--eb-soft));text-align:center;box-shadow:var(--eb-shadow)}
.cta .card h2{margin:18px 0 10px;font-size:clamp(30px,4vw,50px);letter-spacing:-.04em}
.cta .card p{max-width:760px;margin:0 auto;color:var(--eb-muted);font-size:15px;line-height:1.8}
.cta .card>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:22px;padding:0 20px;border-radius:14px;background:linear-gradient(135deg,var(--eb-accent),#c47d56);color:#fff;text-decoration:none;font-size:13px;font-weight:900;box-shadow:0 15px 32px rgba(156,91,52,.22)}

html[data-theme='dark'] .showcase-grid article,
html[data-theme='dark'] .scenario-card,
html[data-theme='dark'] .why-wrap,
html[data-theme='dark'] .test-card,
html[data-theme='dark'] .faq details,
html[data-theme='dark'] .cta .card{background:var(--eb-card);border-color:var(--eb-line)}

@media(max-width:1020px){
  .showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-grid,.test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .scenario-card{grid-template-columns:180px minmax(0,1fr)}
}
@media(max-width:700px){
  .showcase,.scenarios,.why,.testimonials,.faq,.cta{width:min(100%,calc(100% - 24px));padding:18px 0 66px}
  .showcase-grid,.scenario-grid{grid-template-columns:1fr}
  .scenario-card{grid-template-columns:130px minmax(0,1fr);gap:14px}
  .why-grid,.test-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .scenario-card{grid-template-columns:1fr}
  .scenario-card .visual{aspect-ratio:4/3}
}

/* Tool67 state visibility hardening */
.emb-result-overlay[hidden],.emb-result-fail[hidden],.emb-result-download[hidden],.emb-result-stage img[hidden]{display:none!important;}
