
:root{--bg:#071018;--panel:#101923;--panel2:#131f2d;--text:#f7f7f7;--muted:#a7b3c2;--gold:#d4af37;--blue:#0057b8;--red:#d52b1e;--green:#00843d;--line:rgba(255,255,255,.12)}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:transparent;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}body.wcl-embed{min-width:260px}.wcl-shell{background:linear-gradient(135deg,#071018,#101923 55%,#071018);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.28)}.wcl-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--line);background:rgba(0,0,0,.25)}.wcl-brand{display:flex;align-items:center;gap:12px;min-width:0}.wcl-brand img{height:38px;width:auto;object-fit:contain}.wcl-brand-text{min-width:0}.wcl-brand-text strong{display:block;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wcl-brand-text span{display:block;color:var(--muted);font-size:12px}.wcl-actions{display:flex;gap:8px;flex-wrap:wrap}.wcl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;text-decoration:none;color:var(--text);border:1px solid var(--line);font-size:13px;font-weight:800}.wcl-btn.primary{background:linear-gradient(135deg,var(--gold),#ffdd75);color:#101010;border:none}.wcl-body{padding:18px}.wcl-title{margin:0 0 6px;font-size:clamp(20px,3vw,30px);line-height:1.1}.wcl-desc{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.55}.wcl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wcl-layout-horizontal .wcl-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wcl-layout-vertical .wcl-grid{grid-template-columns:1fr}.wcl-layout-compact .wcl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wcl-embed-card{background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:15px;overflow:hidden}.thumb{display:block;aspect-ratio:16/9;background:#0b111a}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.wcl-card-body{padding:13px}.wcl-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:8px}.wcl-meta span{font-size:11px;color:#fff;background:rgba(212,175,55,.18);border:1px solid rgba(212,175,55,.35);border-radius:999px;padding:4px 8px}.wcl-embed-card h3{font-size:16px;line-height:1.2;margin:0 0 7px}.wcl-embed-card h3 a{color:#fff;text-decoration:none}.wcl-embed-card p{font-size:13px;line-height:1.45;color:var(--muted);margin:0 0 10px}.wcl-pick{font-size:12px;color:#e9f0f7;background:rgba(0,87,184,.18);border:1px solid rgba(0,87,184,.35);padding:8px;border-radius:10px}.wcl-list{display:grid;gap:9px}.wcl-list a{display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid var(--line);color:#fff;text-decoration:none;font-weight:800}.wcl-list span{color:var(--muted);font-weight:600}.wcl-powered{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);background:rgba(0,0,0,.22)}.wcl-powered a{color:var(--gold);font-weight:900;text-decoration:none}.wcl-light .wcl-shell{background:#fff;color:#17202a;border-color:#e7edf5}.wcl-light{--text:#17202a;--muted:#5f6c7b;--line:#e7edf5}.wcl-light .wcl-head,.wcl-light .wcl-powered{background:#f8fafc}.wcl-light .wcl-embed-card,.wcl-light .wcl-list a{background:#fff}.wcl-light .wcl-embed-card h3 a,.wcl-light .wcl-list a{color:#17202a}@media(max-width:900px){.wcl-grid,.wcl-layout-horizontal .wcl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.wcl-head{align-items:flex-start;flex-direction:column}.wcl-actions{width:100%}.wcl-btn{flex:1}.wcl-grid,.wcl-layout-horizontal .wcl-grid,.wcl-layout-compact .wcl-grid{grid-template-columns:1fr}.wcl-body{padding:14px}.wcl-shell{border-radius:14px}.wcl-brand img{height:32px}}

/* v1.52 module embed preview */
.wcl-module-preview{border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px;background:rgba(255,255,255,.04)}.wcl-status{display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap;margin-bottom:12px}.wcl-status span{padding:7px 10px;border-radius:999px;background:rgba(212,175,55,.14);color:#f6e7a6;font-size:12px}.wcl-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.wcl-mini-grid article{padding:12px;border-radius:14px;background:rgba(255,255,255,.06)}.wcl-mini-grid b,.wcl-mini-grid span{display:block}.wcl-mini-grid span{font-size:12px;opacity:.78}.wcl-inner-frame{width:100%;min-height:360px;border:0;border-radius:16px;background:#071018}@media(max-width:700px){.wcl-mini-grid{grid-template-columns:1fr}.wcl-inner-frame{min-height:420px}}


/* v1.62 iframe branding controls */
body.wcl-brand-off .wcl-head,
body.wcl-logo-off .wcl-brand img,
body.wcl-logo-off .wcl-brand-text,
body.wcl-attribution-off .wcl-powered{display:none!important}
body.wcl-brand-off .wcl-body{padding-top:16px}
body.wcl-brand-off .wcl-shell{border-radius:14px}
body.wcl-logo-off .wcl-head{justify-content:flex-end}
body.wcl-logo-off .wcl-brand{display:none!important}
body.wcl-attribution-off .wcl-shell{padding-bottom:0}

:root{--bml-primary:#0B1F3A;--bml-primary-dark:#081426;--bml-platinum:#E5E7EB;--bml-platinum-dark:#C7CCD6;--bml-live:#00D26A;--bml-white:#FFFFFF;}
body{background:#fff;}a{color:var(--bml-live)!important;}header,.site-header,.topbar,.navbar{background:#081426!important;color:#fff!important;}footer,.site-footer{background:#0B1F3A!important;color:#E5E7EB!important;}button,.btn,.cta-button{background:#00D26A!important;color:#fff!important;border-color:#00D26A!important;}