
  /* ============ BROWSER (in-world web) ============ */
  .browser{flex:1;display:flex;flex-direction:column;min-height:0;background:#0c1018}
  /* tab strip — sits ABOVE the toolbar like every real browser */
  .br-tabs{flex:none;display:flex;align-items:flex-end;gap:2px;padding:6px 8px 0;background:#0a0e16;
    overflow-x:auto;scrollbar-width:none}
  .br-tabs::-webkit-scrollbar{display:none}
  .br-tab{display:flex;align-items:center;gap:7px;min-width:92px;flex:1 1 0;max-width:190px;
    padding:7px 8px 8px 10px;border-radius:9px 9px 0 0;color:var(--ink-dim);font-size:11.5px;
    cursor:pointer;border:1px solid transparent;border-bottom:none;white-space:nowrap;user-select:none}
  .br-tab:hover{background:rgba(255,255,255,.05);color:var(--ink)}
  .br-tab.on{background:var(--chrome-2);color:var(--ink);border-color:rgba(255,255,255,.07)}
  .br-tab .tl{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}
  .br-tab .tx{flex:none;width:16px;height:16px;border-radius:4px;font-size:11px;line-height:16px;
    text-align:center;opacity:.45}
  .br-tab .tx:hover{background:rgba(255,255,255,.16);opacity:1}
  .br-tabnew{flex:none;width:26px;height:26px;margin:0 0 3px 4px;border-radius:7px;
    color:var(--ink-dim);font-size:16px;line-height:1}
  .br-tabnew:hover{background:rgba(255,255,255,.08);color:var(--ink)}
  .br-panes{flex:1;display:flex;min-height:0}
  .br-bar{flex:none;display:flex;align-items:center;gap:6px;padding:8px 10px;background:var(--chrome-2);
    border-bottom:1px solid rgba(0,0,0,.3)}
  .br-nav{width:28px;height:28px;border-radius:7px;color:var(--ink-dim);font-size:15px;line-height:1}
  .br-nav:hover{background:rgba(255,255,255,.08);color:var(--ink)}
  .br-nav:disabled{opacity:.3;cursor:default;background:none}
  .br-url{flex:1;padding:7px 12px;border-radius:18px;background:#0d1424;border:1px solid var(--edge);
    color:var(--ink);font-family:var(--mono);font-size:12.5px;outline:none}
  .br-url:focus{border-color:var(--accent2)}
  .br-src{width:30px;height:28px;border-radius:7px;color:var(--ink-dim);font-family:var(--mono);font-size:12px}
  .br-src:hover{background:rgba(255,255,255,.08);color:var(--accent)}
  .br-marks{flex:none;display:flex;gap:6px;padding:6px 10px;background:#0a0e16;border-bottom:1px solid var(--edge);
    overflow-x:auto}
  .br-marks button{font-size:11px;color:var(--ink-dim);border:1px solid var(--edge);border-radius:6px;
    padding:3px 9px;white-space:nowrap;font-family:var(--mono)}
  .br-marks button:hover{color:var(--accent2);border-color:var(--accent2)}
  .br-page{flex:1;overflow-y:auto;padding:0;min-width:0}
  .br-page[hidden]{display:none}
  .br-live{display:block;width:100%;height:100%;min-height:420px;border:0;background:#fff}
  /* ---- gaggle.com — light like the real thing, against the dark OS (same trick as revolve) ---- */
  .ggl{font-family:arial,var(--sans);color:#202124;background:#fff;min-height:100%;display:flex;flex-direction:column}
  .gg-top{display:flex;justify-content:flex-end;align-items:center;gap:18px;padding:14px 20px;font-size:13px;flex:none}
  /* NB: NOT ".lk" — that is Exploder's ROOT class (flex:1;background:#0e1424) and it wins here
     regardless of how tightly this rule is scoped. See CSS rule 3 in CLAUDE.md. */
  .gg-top [data-href],.gg-top .gg-lk{color:#202124;cursor:pointer}
  .gg-top [data-href]:hover,.gg-top .gg-lk:hover{text-decoration:underline}
  .gg-grid{color:#5f6368;font-size:17px;letter-spacing:-2px;line-height:1}
  .gg-av{width:28px;height:28px;border-radius:50%;background:#7b1fa2;color:#fff;font-size:13px;
    display:flex;align-items:center;justify-content:center;font-weight:700}
  .gg-mid{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px 90px}
  .gg-logo{font-weight:700;letter-spacing:-4px;line-height:1;font-family:arial,sans-serif}
  .gg-form{width:100%;max-width:584px}
  .gg-pill{display:flex;align-items:center;gap:13px;border:1px solid #dfe1e5;border-radius:24px;
    padding:10px 16px;background:#fff}
  .gg-pill:hover,.gg-pill:focus-within{box-shadow:0 1px 6px rgba(32,33,36,.28);border-color:transparent}
  .gg-pill input{flex:1;min-width:0;border:0;outline:0;font-size:16px;color:#202124;background:transparent;font-family:inherit}
  .gg-ico{color:#9aa0a6;font-size:15px;flex:none;line-height:1}
  .gg-btns{display:flex;gap:12px;justify-content:center;margin-top:29px;flex-wrap:wrap}
  .gg-btn{background:#f8f9fa;border:1px solid #f8f9fa;border-radius:4px;color:#3c4043;font-size:14px;
    padding:0 16px;height:36px;font-family:inherit;cursor:pointer}
  .gg-btn:hover{border-color:#dadce0;box-shadow:0 1px 1px rgba(0,0,0,.1);color:#202124}
  .gg-tag{margin-top:26px;font-size:13px;color:#70757a}
  .gg-foot{background:#f2f2f2;border-top:1px solid #dadce0;color:#70757a;font-size:14px;flex:none}
  .gg-foot .r{display:flex;gap:26px;padding:14px 26px;flex-wrap:wrap}
  .gg-foot .r+.r{border-top:1px solid #dadce0}
  /* results */
  .gg-head{display:flex;align-items:center;gap:26px;padding:18px 26px 0;flex-wrap:wrap;flex:none}
  .gg-gut{margin-left:clamp(0px,10%,150px)}
  .gg-tabs{display:flex;gap:24px;padding:16px 26px 0;font-size:13px;color:#5f6368;
    border-bottom:1px solid #ebebeb;flex:none}
  .gg-tabs .t{padding-bottom:12px}
  .gg-tabs .t.on{color:#1a73e8;box-shadow:inset 0 -3px 0 #1a73e8}
  .gg-stats{color:#70757a;font-size:14px;padding:13px 26px 0}
  .gg-res{padding:0 26px 30px;max-width:660px;flex:1}
  .gg-r{margin:28px 0}
  .gg-r .u{font-size:12px;color:#202124;display:flex;align-items:center;gap:9px}
  .gg-r .u i{width:26px;height:26px;border-radius:50%;background:#f1f3f4;display:inline-flex;flex:none;
    align-items:center;justify-content:center;font-style:normal;font-size:11px;color:#5f6368}
  .gg-r h3{font-size:20px;color:#1a0dab;font-weight:400;margin:5px 0 3px;cursor:pointer;line-height:1.3}
  .gg-r h3:hover{text-decoration:underline}
  .gg-r p{font-size:14px;color:#4d5156;line-height:1.58;margin:0}
  .gg-r .ad{font-size:12px;font-weight:700;color:#202124;margin-right:7px}
  .gg-paa{border:1px solid #dfe1e5;border-radius:8px;margin:28px 0;overflow:hidden}
  .gg-paa .h{padding:12px 16px 4px;font-size:20px;font-weight:400}
  .gg-paa .q{padding:14px 16px;font-size:15px;color:#202124;border-top:1px solid #dfe1e5;cursor:pointer}
  .gg-paa .q:hover{color:#1a73e8}
  .gg-none{padding:26px 26px 40px;max-width:660px;font-size:15px;color:#202124;line-height:1.7}
  .gg-none b{font-weight:700}
  /* ---- revolve.com ---- */
  .rv{font-family:var(--sans);color:#0f1720;background:#f4f6f9;min-height:100%}
  .rv-top{display:flex;align-items:center;gap:12px;padding:14px 22px;background:#0d1424;color:#fff}
  .rv-logo{font-weight:700;font-size:17px;letter-spacing:-.02em;color:#5ce6a0}
  .rv-who{margin-left:auto;font-size:12px;color:#93a2b8;font-family:var(--mono)}
  .rv-hero{padding:26px 22px;background:#fff;border-bottom:1px solid #e2e8f0}
  .rv-lbl{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#64748b}
  .rv-bal{display:block;font-size:38px;font-weight:600;margin:4px 0 12px;
    font-variant-numeric:tabular-nums;color:#0f1720}
  .rv-alert{background:#fff1f1;border:1px solid #ffc9c9;color:#8a1c1c;border-radius:9px;
    padding:11px 14px;font-size:13.5px;margin-bottom:14px}
  .rv-acts{display:flex;gap:9px;flex-wrap:wrap}
  .rv-btn{background:#0d1424;color:#fff;border-radius:22px;padding:8px 18px;font-size:13px;cursor:pointer}
  .rv-btn:hover{background:#1d2942}
  .rv-h{margin:20px 22px 8px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
  .rv-tw{margin:0 14px;overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:11px}
  .rv-t{width:100%;border-collapse:collapse;font-size:13.5px}
  .rv-t td{padding:11px 14px;border-bottom:1px solid #eef2f6;vertical-align:top;color:#0f1720}
  .rv-t tr:last-child td{border-bottom:none}
  .rv-t small{display:block;font-family:var(--mono);font-size:10.5px;color:#94a3b8;margin-top:2px}
  .rv-d{color:#64748b;white-space:nowrap;font-family:var(--mono);font-size:12px;width:60px}
  .rv-a{text-align:right;white-space:nowrap;font-family:var(--mono);font-variant-numeric:tabular-nums}
  .rv-in{color:#0d7a4f} .rv-out{color:#334155}
  .rv-fail{color:#c02626;text-decoration:line-through}
  .rv-flag{display:inline-block;margin-left:8px;font-size:10.5px;background:#fff1f1;color:#c02626;
    border:1px solid #ffc9c9;border-radius:4px;padding:0 6px}
  .rv-empty{color:#94a3b8;text-align:center;padding:24px}
  .rv-foot{margin:16px 22px 26px;font-size:11.5px;color:#94a3b8;line-height:1.6}