:root {
    --vr-bg:#f4f6f7;
    --vr-surface:#fff;
    --vr-ink:#172027;
    --vr-muted:#66727b;
    --vr-line:#dfe5e8;
    --vr-coral:#ff6b4a;
    --vr-cyan:#25b7c8;
    --vr-navy:#172b3a;
    --vr-green:#26a269;
    --vr-shadow:0 24px 70px rgba(23,32,39,.12)
}
* { box-sizing:border-box }
html,body { max-width:100%; overflow-x:hidden }
body { margin:0; background:linear-gradient(180deg,#f8fafb,#f1f4f5 58%,#f8fafb); color:var(--vr-ink); font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif }
img { display:block; max-width:100% }
.vr-hero,.vr-section,.vr-cta { width:min(1230px,calc(100% - 36px)); margin:auto }
.vr-tag {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 13px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--vr-line);
    color:var(--vr-coral);
    font-size:11px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase
}
.vr-head { text-align:center; max-width:900px; margin:0 auto 40px }
.vr-head h2 { margin:14px 0 10px; font-size:clamp(34px,5vw,58px); line-height:1.03; letter-spacing:-.05em }
.vr-head p { margin:0; color:var(--vr-muted); font-size:15px; line-height:1.85 }
.vr-hero { display:grid; grid-template-columns:1.02fr .98fr; gap:44px; align-items:center; padding:74px 0 68px }
.vr-copy h1 { margin:0; font-size:clamp(46px,6.2vw,82px); line-height:.94; letter-spacing:-.06em }
.vr-copy h1 em { display:block; font-style:normal; color:var(--vr-coral) }
.vr-copy p { max-width:720px; margin:20px 0 0; color:var(--vr-muted); font-size:16px; line-height:1.9 }
.vr-chips,.vr-actions { display:flex; flex-wrap:wrap; gap:10px }
.vr-chips { margin:28px 0 }
.vr-chips span { padding:9px 13px; border-radius:999px; background:#fff; border:1px solid var(--vr-line); font-size:12px; font-weight:850 }
.vr-actions a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 18px;
    border-radius:15px;
    text-decoration:none;
    font-size:13px;
    font-weight:900
}
.vr-actions .primary { background:linear-gradient(100deg,var(--vr-coral),#ff965f); color:#fff; box-shadow:0 18px 40px rgba(255,107,74,.22) }
.vr-actions .ghost { background:#fff; border:1px solid var(--vr-line); color:var(--vr-ink) }
.vr-stage {
    position:relative;
    min-height:620px;
    padding:22px;
    border-radius:34px;
    background:linear-gradient(145deg,#1d2b35,#15222b);
    box-shadow:var(--vr-shadow);
    overflow:hidden
}
.vr-gridlines {
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:34px 34px;
    mask-image:linear-gradient(to bottom,black,transparent 96%)
}
.vr-source,.vr-result { position:absolute; overflow:hidden; border-radius:24px; background:#fff; box-shadow:0 24px 50px rgba(0,0,0,.28) }
.vr-source { left:26px; bottom:34px; width:185px; height:185px; z-index:3 }
.vr-result { right:26px; top:30px; width:370px; height:470px }
.vr-source img,.vr-result img { width:100%; height:100%; object-fit:cover }
.vr-source:after {
    content:'RAW PRODUCT';
    position:absolute;
    left:10px;
    top:10px;
    padding:6px 8px;
    border-radius:999px;
    background:rgba(16,24,32,.78);
    color:#fff;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em
}
.vr-result:after {
    content:'COMMERCIAL SCENE';
    position:absolute;
    left:12px;
    top:12px;
    padding:6px 8px;
    border-radius:999px;
    background:rgba(255,255,255,.9);
    color:#172027;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em
}
.vr-track { position:absolute; left:210px; top:112px; width:145px; height:320px }
.vr-track:before {
    content:'';
    position:absolute;
    left:50%;
    top:10px;
    bottom:10px;
    width:2px;
    background:linear-gradient(var(--vr-cyan),var(--vr-coral));
    box-shadow:0 0 20px rgba(37,183,200,.7)
}
.vr-step {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:8px;
    width:122px;
    padding:9px 10px;
    border-radius:12px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:10px;
    font-weight:900;
    backdrop-filter:blur(10px)
}
.vr-step:before { content:''; width:8px; height:8px; border-radius:50%; background:var(--vr-cyan); box-shadow:0 0 16px var(--vr-cyan) }
.vr-step.s1 { top:0 }
.vr-step.s2 { top:84px }
.vr-step.s3 { top:168px }
.vr-step.s4 { top:252px }
.vr-status {
    position:absolute;
    right:26px;
    bottom:28px;
    width:370px;
    padding:14px 16px;
    border-radius:18px;
    background:rgba(16,24,32,.84);
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
    backdrop-filter:blur(12px)
}
.vr-status-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px }
.vr-status small { display:block; color:#9fb2bf; font-size:9px; text-transform:uppercase; letter-spacing:.08em }
.vr-status strong { display:block; margin-top:4px; font-size:12px }
.vr-section { padding:92px 0 }
.vr-builder { padding:28px; border-radius:32px; background:#fff; border:1px solid var(--vr-line); box-shadow:var(--vr-shadow) }
.vr-builder-grid { display:grid; grid-template-columns:380px 1fr; gap:26px }
.vr-upload {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:330px;
    border:1.5px dashed #cad5da;
    border-radius:28px;
    background:linear-gradient(145deg,#fff,#f6f8f9);
    overflow:hidden;
    cursor:pointer;
    transition:.24s
}
.vr-upload:hover,.vr-upload.drag { transform:translateY(-3px); border-color:var(--vr-coral); box-shadow:0 18px 36px rgba(255,107,74,.12) }
.vr-upload input { display:none }
.vr-upload-empty { text-align:center; padding:24px }
.vr-upload-icon { display:grid; place-items:center; width:76px; height:76px; margin:0 auto 14px; border-radius:24px; background:#fff; box-shadow:0 14px 35px rgba(23,32,39,.11) }
.vr-upload-empty strong { font-size:19px }
.vr-upload-empty span { display:block; margin-top:7px; color:var(--vr-coral); font-size:12px; font-weight:900 }
.vr-upload-empty small { display:block; max-width:280px; margin:12px auto 0; color:#7b8992; font-size:11px; line-height:1.65 }
.vr-upload-preview { position:absolute; inset:0; padding:12px }
.vr-upload-preview[hidden] { display:none }
.vr-upload-preview img { width:100%; height:100%; object-fit:contain; border-radius:18px }
.vr-change {
    position:absolute;
    right:14px;
    bottom:14px;
    min-height:38px;
    padding:0 14px;
    border:0;
    border-radius:999px;
    background:rgba(16,24,32,.84);
    color:#fff;
    font-size:11px;
    font-weight:800;
    cursor:pointer
}
.vr-protect { margin-top:16px; padding:16px 18px; border-radius:18px; background:#f4f8f9 }
.vr-protect h4 { margin:0 0 10px; font-size:12px }
.vr-protect-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:8px }
.vr-protect label {
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 10px;
    border-radius:12px;
    background:#fff;
    border:1px solid var(--vr-line);
    font-size:11px;
    font-weight:800
}
.vr-main h3 { margin:0; font-size:32px; letter-spacing:-.03em }
.vr-main>p { margin:10px 0 0; color:var(--vr-muted); font-size:14px; line-height:1.85 }
.vr-director { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:18px }
.vr-field label { display:block; margin-bottom:9px; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase }
.vr-chips2 { display:flex; flex-wrap:wrap; gap:8px }
.vr-chips2 button,.vr-filter button {
    min-height:38px;
    padding:0 12px;
    border:1px solid var(--vr-line);
    border-radius:999px;
    background:#fff;
    color:#4f5b64;
    font-size:11px;
    font-weight:850;
    cursor:pointer
}
.vr-chips2 button.active,.vr-filter button.active { background:#fff0ec; border-color:#ffb39e; color:#dc4f32 }
.vr-select-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:18px }
.vr-select-grid label { display:flex; flex-direction:column; gap:8px; font-size:11px; font-weight:900 }
.vr-select-grid select,.vr-main textarea { width:100%; border:1px solid var(--vr-line); background:#fff; color:var(--vr-ink); font:inherit; outline:none }
.vr-select-grid select { min-height:46px; padding:0 12px; border-radius:12px }
.vr-main textarea { min-height:138px; margin-top:8px; padding:15px; border-radius:18px; resize:vertical; line-height:1.7 }
.vr-smart { margin-top:18px; padding:18px; border-radius:22px; background:#172b3a; color:#fff }
.vr-smart-head { display:flex; justify-content:space-between; gap:12px; align-items:center }
.vr-smart h4 { margin:0; font-size:15px }
.vr-smart p { margin:5px 0 0; color:#b7c6cf; font-size:11px }
.vr-suggest { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:13px }
.vr-suggest button {
    min-height:48px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:13px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:10px;
    font-weight:900;
    cursor:pointer
}
.vr-suggest button:hover { background:rgba(37,183,200,.18); border-color:rgba(37,183,200,.45) }
.vr-actions-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px }
.vr-actions-row button,.vr-actions-row a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 18px;
    border-radius:15px;
    font-size:13px;
    font-weight:900;
    text-decoration:none
}
.vr-actions-row button { border:0; background:linear-gradient(100deg,var(--vr-coral),#ff965f); color:#fff; cursor:pointer }
.vr-actions-row a { border:1px solid var(--vr-line); background:#fff; color:var(--vr-ink) }
.vr-filter { display:flex; justify-content:center; flex-wrap:wrap; gap:9px; margin-bottom:20px }
.vr-gallery { display:grid; grid-template-columns:repeat(4,1fr); gap:16px }
.vr-card { overflow:hidden; border-radius:23px; border:1px solid var(--vr-line); background:#fff; box-shadow:0 12px 28px rgba(23,32,39,.07) }
.vr-card-media { position:relative; aspect-ratio:1; background:#e9eef0; overflow:hidden }
.vr-card-media>img { width:100%; height:100%; object-fit:cover }
.vr-thumb { position:absolute; left:12px; bottom:12px; width:72px; height:72px; border:3px solid #fff; border-radius:15px; overflow:hidden; box-shadow:0 8px 20px rgba(0,0,0,.18) }
.vr-thumb img { width:100%; height:100%; object-fit:cover }
.vr-card-copy { padding:15px }
.vr-card-copy h3 { margin:0; font-size:16px }
.vr-meta { display:flex; flex-wrap:wrap; gap:6px; margin:9px 0 }
.vr-meta span { padding:6px 8px; border-radius:999px; background:#f1f5f6; color:#53616a; font-size:9px; font-weight:850 }
.vr-card-actions { display:flex; gap:8px; margin-top:12px }
.vr-card-actions button,.vr-card-actions a {
    flex:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    border-radius:10px;
    font-size:10px;
    font-weight:900;
    text-decoration:none
}
.vr-card-actions button { border:1px solid var(--vr-line); background:#fff; color:#34424b }
.vr-card-actions a { background:#172b3a; color:#fff }
.vr-more { display:flex; justify-content:center; margin-top:26px }
.vr-more button { min-height:48px; padding:0 20px; border:1px solid var(--vr-line); border-radius:14px; background:#fff; font-weight:900 }
.vr-story-grid { display:grid; gap:24px }
.vr-story { display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:center; padding:24px; border:1px solid var(--vr-line); border-radius:28px; background:#fff }
.vr-story:nth-child(even) .vr-story-visual { order:2 }
.vr-story-visual { display:grid; grid-template-columns:1fr 1fr; gap:10px }
.vr-story-visual figure { margin:0; position:relative; overflow:hidden; border-radius:20px; aspect-ratio:1 }
.vr-story-visual img { width:100%; height:100%; object-fit:cover }
.vr-story-visual figcaption {
    position:absolute;
    left:10px;
    bottom:10px;
    padding:5px 8px;
    border-radius:999px;
    background:rgba(16,24,32,.75);
    color:#fff;
    font-size:9px;
    font-weight:900
}
.vr-story-copy h3 { margin:0 0 10px; font-size:30px; letter-spacing:-.04em }
.vr-story-copy p { margin:0; color:var(--vr-muted); font-size:14px; line-height:1.85 }
.vr-compare { display:grid; grid-template-columns:repeat(4,1fr); gap:14px }
.vr-compare article { padding:20px; border-radius:22px; background:#fff; border:1px solid var(--vr-line) }
.vr-compare h3 { margin:0 0 8px; font-size:18px }
.vr-compare p { margin:0; color:var(--vr-muted); font-size:12px; line-height:1.7 }
.vr-faq { max-width:980px; margin:auto; border-top:1px solid var(--vr-line) }
.vr-faq details { border-bottom:1px solid var(--vr-line) }
.vr-faq summary { display:flex; justify-content:space-between; padding:22px 0; cursor:pointer; font-weight:900; list-style:none }
.vr-faq p { margin:-4px 0 22px; color:var(--vr-muted); font-size:14px; line-height:1.8 }
.vr-cta { padding:88px 0 106px; text-align:center }
.vr-cta-box { padding:50px 24px; border-radius:34px; background:linear-gradient(135deg,#172b3a,#1d3b4a); color:#fff }
.vr-cta-box h2 { margin:14px 0 12px; font-size:clamp(36px,5vw,64px); letter-spacing:-.05em }
.vr-cta-box p { max-width:800px; margin:0 auto 26px; color:#c3d0d7; line-height:1.85 }
.vr-cta-box a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 22px;
    border-radius:15px;
    background:linear-gradient(100deg,var(--vr-coral),#ff965f);
    color:#fff;
    text-decoration:none;
    font-weight:900
}
@media(max-width:1100px) {
    .vr-hero { grid-template-columns:1fr }
    .vr-copy { text-align:center }
    .vr-copy p { margin-left:auto; margin-right:auto }
    .vr-chips,.vr-actions { justify-content:center }
    .vr-stage { max-width:780px; margin:auto }
    .vr-builder-grid { grid-template-columns:1fr }
    .vr-gallery { grid-template-columns:repeat(2,1fr) }
    .vr-compare { grid-template-columns:repeat(2,1fr) }
}
@media(max-width:720px) {
    .vr-hero,.vr-section,.vr-cta { width:calc(100% - 20px) }
    .vr-hero { padding:46px 0 52px }
    .vr-copy h1 { font-size:43px }
    .vr-stage { min-height:520px; border-radius:24px }
    .vr-result { right:14px; top:20px; width:250px; height:320px }
    .vr-source { left:14px; bottom:36px; width:135px; height:135px }
    .vr-track { left:132px; top:110px; width:105px; height:245px }
    .vr-step { width:96px; padding:7px; font-size:8px }
    .vr-step.s2 { top:62px }
    .vr-step.s3 { top:124px }
    .vr-step.s4 { top:186px }
    .vr-status { right:14px; bottom:18px; width:250px }
    .vr-status-grid { grid-template-columns:1fr 1fr }
    .vr-builder { padding:14px }
    .vr-director { grid-template-columns:1fr }
    .vr-select-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px }
    .vr-select-grid label { font-size:9px }
    .vr-select-grid select { font-size:10px; padding:0 6px }
    .vr-suggest { grid-template-columns:repeat(2,1fr) }
    .vr-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px }
    .vr-card-copy { padding:10px }
    .vr-card-actions { flex-direction:column }
    .vr-story { grid-template-columns:1fr; padding:14px }
    .vr-story:nth-child(even) .vr-story-visual { order:0 }
    .vr-compare { grid-template-columns:1fr }
    .vr-head h2 { font-size:34px }
}

/* T67_MOBILE_HERO_FIX_V4 */
@media (max-width:720px){
  .vr-hero{display:block!important}
  .vr-stage{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    padding:12px!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
  .vr-gridlines{pointer-events:none!important}
  .vr-result,.vr-source{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-width:0!important;
    aspect-ratio:3/4!important;
    border-radius:16px!important;
    z-index:2!important;
  }
  .vr-source{grid-column:1!important;grid-row:1!important}
  .vr-result{grid-column:2!important;grid-row:1!important}
  .vr-source img,.vr-result img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    max-width:none!important;
    object-fit:cover!important;
  }
  .vr-source:after,.vr-result:after{
    left:8px!important;
    top:8px!important;
    padding:5px 7px!important;
    font-size:7px!important;
  }
  .vr-track{display:none!important}
  .vr-status{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    z-index:2!important;
  }
  .vr-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .vr-status small{font-size:7px!important}
  .vr-status strong{font-size:9px!important}
}


/* ===== Direct Product Generator Workbench ===== */
[hidden]{display:none!important}.pd-workbench{padding:0}.pd-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(340px,1.25fr);gap:16px;align-items:stretch}.pd-panel{min-width:0;padding:18px;border:1px solid rgba(30,35,45,.13);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}.pd-head{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px}.pd-head>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:#eef1f5;font-size:11px;font-weight:900}.pd-head h3{margin:1px 0 3px;font-size:18px}.pd-head p{margin:0;color:#727b89;font-size:11px;line-height:1.5}.pd-drop{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px dashed #c5ccd5;border-radius:18px;background:#f8fafc;cursor:pointer;transition:.2s}.pd-drop:hover,.pd-drop.drag{border-color:#667085;background:#f3f5f8}.pd-empty{text-align:center;padding:22px}.pd-empty i{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 13px;border:1px solid #d8dee6;border-radius:17px;background:#fff}.pd-empty svg{width:30px;height:30px}.pd-empty strong,.pd-empty small{display:block}.pd-empty strong{font-size:16px}.pd-empty small{margin-top:7px;color:#8992a1;font-size:11px}.pd-preview{position:absolute;inset:0;padding:10px}.pd-preview img{width:100%;height:100%;object-fit:contain}.pd-x{position:absolute;right:12px;top:12px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(15,18,24,.88);color:#fff;font-size:21px;cursor:pointer}.pd-director{display:flex;flex-direction:column}.pd-sample{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:9px 11px;border:1px solid #d9dfe7;border-radius:12px;background:#fff;cursor:pointer;text-align:left}.pd-sample b{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.pd-sample span{font-size:11px;color:#7b8492}.pd-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:11px 0}.pd-controls label span,.pd-prompt>span{display:block;margin-bottom:5px;color:#626b78;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.pd-controls select{width:100%;height:38px;padding:0 7px;border:1px solid #d7dde5;border-radius:10px;background:#fff;font-size:11px}.pd-prompt textarea{width:100%;min-height:148px;padding:12px;border:1px solid #d7dde5;border-radius:14px;resize:vertical;line-height:1.55}.pd-generate{width:100%;min-height:48px;margin-top:auto;border:0;border-radius:13px;background:#171a20;color:#fff;font-weight:900;cursor:pointer}.pd-credit{display:grid;gap:3px;margin-top:9px;text-align:right}.pd-credit strong{font-size:12px}.pd-credit span{color:#727b89;font-size:11px}.pd-results{margin-top:18px;padding:20px;border:1px solid #d9dfe7;border-radius:22px;background:#fff}.pd-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}.pd-results-head span{font-size:9px;font-weight:900;letter-spacing:.14em}.pd-results-head h3{margin:4px 0;font-size:25px}.pd-results-head p{margin:0;color:#727b89;font-size:12px}.pd-results-head button{min-height:38px;padding:0 13px;border:1px solid #d7dde5;border-radius:999px;background:#fff;font-weight:800;cursor:pointer}.pd-result-grid{display:grid;gap:14px}.pd-result-grid[data-count="1"]{grid-template-columns:minmax(0,480px)}.pd-result-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-result-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.pd-result-grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-result-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px;max-height:500px;overflow:hidden;border-radius:18px;background:#11151d}.pd-result-media img{max-width:100%;max-height:500px;width:auto;height:auto;object-fit:contain}.pd-busy,.pd-fail{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;background:rgba(8,11,17,.82);color:#fff;text-align:center}.pd-busy i{width:38px;height:38px;border:3px solid rgba(255,255,255,.22);border-top-color:#fff;border-radius:50%;animation:pdSpin .85s linear infinite}.pd-busy span,.pd-fail span{font-size:11px;color:rgba(255,255,255,.72)}.pd-fail button{margin-top:8px;padding:8px 12px;border:0;border-radius:999px;background:#fff;font-weight:800}.pd-download{position:absolute;right:12px;bottom:12px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:20px;cursor:pointer}.pd-result-label{display:flex;justify-content:space-between;gap:10px;padding:8px 4px;font-size:12px}.pd-result-label span{color:#727b89}@keyframes pdSpin{to{transform:rotate(360deg)}}@media(max-width:1050px){.pd-grid{grid-template-columns:1fr 1fr}.pd-director{grid-column:1/-1}}@media(max-width:680px){.pd-grid{grid-template-columns:1fr 1fr;gap:8px}.pd-panel{padding:10px;border-radius:16px}.pd-director{grid-column:1/-1}.pd-head{gap:7px}.pd-head>span{flex-basis:25px;height:25px;font-size:9px}.pd-head h3{font-size:14px}.pd-head p{font-size:9px}.pd-drop{min-height:205px}.pd-empty{padding:12px}.pd-empty i{width:44px;height:44px}.pd-empty strong{font-size:13px}.pd-empty small{font-size:9px}.pd-controls{grid-template-columns:repeat(2,1fr)}.pd-result-grid[data-count="2"],.pd-result-grid[data-count="3"],.pd-result-grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-result-media{min-height:210px}.pd-results-head{align-items:flex-start;flex-direction:column}}

/* Tool67 image-page dark compatibility patch — visual only */
html[data-theme="dark"],body.dark{--vr-bg:#0b0e13;--vr-surface:#151a22;--vr-ink:#f4f6f8;--vr-muted:#a3acb8;--vr-line:#303846;--vr-shadow:0 18px 48px rgba(0,0,0,.28);}
body.dark .vr-tag,body.dark .vr-chips span,body.dark .vr-actions .ghost,body.dark .vr-source,body.dark .vr-result,body.dark .vr-builder,body.dark .vr-upload-icon,body.dark .vr-protect label,body.dark .vr-chips2 button,body.dark .vr-filter button,body.dark .vr-chips2 button.active,body.dark .vr-filter button.active,body.dark .vr-select-grid select,body.dark .vr-main textarea,body.dark .vr-actions-row a,body.dark .vr-card,body.dark .vr-card-actions button,body.dark .vr-more button,body.dark .vr-story,body.dark .vr-compare article,body.dark .pd-panel,body.dark .pd-drop,body.dark .pd-empty i,body.dark .pd-sample,body.dark .pd-controls select,body.dark .pd-results,body.dark .pd-results-head button,body.dark .pd-fail button,body.dark .pd-download{background:#151a22!important;border-color:#303846!important;color:#e5e7eb;}
body.dark input,body.dark select,body.dark textarea{background-color:#111722;color:#e5e7eb;border-color:#303846;}
body.dark input::placeholder,body.dark textarea::placeholder{color:#7f8a99;}
