/* https://e6bt.com/wp-content/plugins/e6bt-hub-v1-1/assets/style.css?ver=1.1.0 */
.e6bt-hub{--brand-primary:#d7b08a;--brand-text:#222222;--brand-muted:#666666}.e6bt-hub *{box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif}.e6bt-centered{display:block}.e6bt-card{max-width:980px;margin:24px auto;background:#000;border-radius:12px;padding:24px 22px 30px;border:1px solid var(--brand-primary);box-shadow:0 4px 30px rgba(0,0,0,.35);text-align:center}.e6bt-title{margin:8px 0 4px;font-size:28px;font-weight:800;color:var(--brand-primary);letter-spacing:.3px}.e6bt-sub{margin:0 0 16px;color:#c9c9c9;font-size:14px}.e6bt-logo-wrap{display:flex;justify-content:center}.e6bt-logo{max-width:220px;height:auto;display:block}.e6bt-search-wrap{margin:10px auto 18px;max-width:540px}.e6bt-search-wrap input{width:100%;padding:12px 14px;font-size:15px;border-radius:8px;border:1px solid var(--brand-primary);outline:none;background:#0a0a0a;color:#f1f1f1}.e6bt-search-wrap input:focus{box-shadow:0 0 0 3px rgba(215,176,138,.25)}.e6bt-section{margin:22px 0 12px;text-align:center;font-weight:800;color:#efefef}.e6bt-grid{display:grid;gap:12px;margin-bottom:16px}.e6bt-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.e6bt-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:980px){.e6bt-grid-4,.e6bt-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.e6bt-grid-4,.e6bt-grid-3{grid-template-columns:1fr}}.e6bt-btn{display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 12px;min-height:44px;border-radius:8px;border:1px solid var(--brand-primary);color:var(--brand-primary);background:#0a0a0a;text-decoration:none;font-weight:700;transition:background .15s,color .15s,transform .03s,box-shadow .15s}.e6bt-btn:hover{background:#140f0b;box-shadow:0 0 0 3px rgba(215,176,138,.18) inset}.e6bt-btn:active{transform:translateY(1px)}.e6bt-btn--active{background:var(--brand-primary);color:#111;border-color:var(--brand-primary)}@media (prefers-color-scheme:light){.e6bt-card{background:#fff;color:#222}.e6bt-section{color:#333}.e6bt-btn{background:#fff;color:var(--brand-primary)}.e6bt-btn:hover{background:#fff8f2}.e6bt-btn--active{color:#fff}}