/* AcidNodes rail-oc order-card skin — shared across GamesOMG pages that carry the sticky hosting ad.
   Paired with /assets/js/rail-ad.js (RAM slider + price/UTM wiring). */
.rail-oc{--acid:#A6E22E;background:linear-gradient(180deg,#1b222b,#161b22);border:1px solid #2a323c;border-radius:15px;padding:19px 21px 20px;font-family:'Manrope',sans-serif;color:#ECE3D1;}
.rail-oc .roc-head{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;color:var(--acid);letter-spacing:-.2px;}
.rail-oc .roc-head svg{width:19px;height:20px;flex:none;}
.rail-oc .roc-sub{color:#8a949f;font-size:13.5px;margin:5px 0 15px;line-height:1.5;}
.rail-oc .roc-lab{display:flex;justify-content:space-between;align-items:baseline;}
.rail-oc .roc-k{font-family:'Courier New',monospace;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8a949f;}
.rail-oc .roc-lab b{font-size:21px;font-weight:800;}
.rail-oc .roc-lab small{color:#8a949f;font-weight:600;font-size:13px;}
.rail-oc .roc-range{-webkit-appearance:none;appearance:none;width:100%;height:7px;border-radius:99px;background:linear-gradient(90deg,var(--acid) var(--pct,0%),#2a323c var(--pct,0%));outline:none;margin:11px 0 5px;}
.rail-oc .roc-range::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--acid);border:4px solid #0d0f0e;box-shadow:0 0 0 1px var(--acid);cursor:pointer;}
.rail-oc .roc-range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--acid);border:4px solid #0d0f0e;cursor:pointer;}
.rail-oc .roc-ends{display:flex;justify-content:space-between;font-family:'Courier New',monospace;font-size:12px;color:#8a949f;}
.rail-oc .roc-price{display:flex;align-items:flex-end;gap:8px;margin:15px 0 1px;}
.rail-oc .roc-big{font-weight:800;font-size:37px;line-height:1;letter-spacing:-1px;color:#ECE3D1;}
.rail-oc .roc-per{color:#8a949f;font-size:14px;padding-bottom:4px;}
.rail-oc .roc-founder{color:#2790F9;font-size:13px;font-weight:600;margin-bottom:14px;}
.rail-oc .roc-order{display:block;text-align:center;background:var(--acid);color:#16130D;font-weight:800;font-size:16px;padding:14px;border-radius:12px;text-decoration:none;}
.rail-oc .roc-order:hover{background:#8fce1e;}
.rail-oc .roc-fine{text-align:center;color:#8a949f;font-size:12.5px;margin-top:11px;line-height:1.5;}
