/* Oddusee network bar — fixed top bar across all sites. Self-contained, no external fonts. */
.oddnet{position:fixed;top:0;left:0;right:0;height:38px;z-index:100000;background:#0A0A0C;border-bottom:1px solid #C9A227;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
.oddnet *{box-sizing:border-box}
.oddnet-in{display:flex;align-items:center;height:38px;padding:0 16px;gap:6px}
.oddnet a{text-decoration:none}
.oddnet-brand{font-weight:800;font-size:13px;letter-spacing:.26em;color:#E4C976;padding-right:16px;margin-right:6px;border-right:1px solid #23232a;white-space:nowrap}
.oddnet-brand:hover{color:#fff}
.oddnet-nav{display:flex;align-items:center;gap:2px;flex:1}
.oddnet-item{position:relative}
.oddnet-lbl{display:inline-flex;align-items:center;gap:5px;height:38px;padding:0 12px;font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C7C7CE;cursor:pointer;white-space:nowrap}
.oddnet-lbl:after{content:'';border:4px solid transparent;border-top-color:currentColor;margin-top:3px;opacity:.7}
.oddnet-item:hover .oddnet-lbl{color:#E4C976}
.oddnet-menu{position:absolute;top:38px;left:0;min-width:210px;background:#111114;border:1px solid #26262e;border-top:2px solid #C9A227;padding:8px;display:none;box-shadow:0 18px 40px rgba(0,0,0,.5)}
.oddnet-item:hover .oddnet-menu{display:block}
.oddnet-menu a{display:block;padding:8px 12px;font-size:13px;color:#D2D2D8;border-radius:2px;white-space:nowrap}
.oddnet-menu a:hover{background:rgba(201,162,39,.14);color:#E4C976}
.oddnet-menu.cols{min-width:520px;column-count:3;column-gap:6px}
.oddnet-menu.cols a{break-inside:avoid}
.oddnet-cb{display:none}
.oddnet-burger{display:none;margin-left:auto;font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#E4C976;cursor:pointer;padding:8px 12px;border:1px solid #2e2716;border-radius:2px}
/* offset the page so the bar never covers content */
html{margin-top:38px !important}
.bd-head{top:38px !important}
body.admin-bar .oddnet{top:32px}
@media screen and (max-width:920px){
  .oddnet-burger{display:inline-block}
  .oddnet-nav{position:absolute;top:38px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#0d0d10;border-bottom:1px solid #26262e;padding:6px;display:none;max-height:80vh;overflow:auto}
  .oddnet-cb:checked ~ .oddnet-nav{display:flex}
  .oddnet-lbl{height:auto;padding:12px 12px 6px;color:#E4C976;cursor:default}
  .oddnet-lbl:after{display:none}
  .oddnet-menu{position:static;display:block;min-width:0;border:0;border-top:0;padding:0 0 8px;box-shadow:none;background:transparent;column-count:2}
  .oddnet-menu.cols{min-width:0;column-count:2}
  .oddnet-menu a{padding:7px 12px;font-size:13.5px}
}
