:root{color-scheme:dark}.er-shell{min-height:100vh;background:#050505;color:#fff}.er-shell-topbar{height:64px;position:sticky;top:0;z-index:10;background:#0d0d0d;border-bottom:1px solid #242424;display:flex;align-items:center;padding:0 18px}.er-shell-logo{width:118px;height:18px}.er-shell-layout{width:min(1500px,100%);margin:0 auto;padding:18px;display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px}.er-shell-side,.er-shell-main{min-width:0}.er-shell-side .er-sk{height:42px;margin-bottom:10px}.er-shell-banner{height:clamp(95px,18vw,260px);margin-bottom:16px}.er-shell-filter{height:64px;margin-bottom:14px}.er-shell-row{height:66px;margin-bottom:2px}.er-sk{position:relative;overflow:hidden;background:#151515;border:1px solid #232323}.er-sk:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);animation:erShellShimmer 1.25s infinite}@keyframes erShellShimmer{100%{transform:translateX(100%)}}.er-shell-status{text-align:center;color:#9a9a9a;font-size:13px;padding:16px}.er-shell-error{max-width:680px;margin:80px auto;padding:24px;border:1px solid #3b2424;background:#170d0d;color:#fff;text-align:center}.er-shell-error button{margin-top:14px;padding:10px 18px;border:0;background:#ff8a00;color:#050505;font-weight:800;cursor:pointer}@media(max-width:900px){.er-shell-layout{grid-template-columns:1fr;padding:10px}.er-shell-side{display:none}.er-shell-topbar{height:58px}.er-shell-row{height:72px}}