.control-reference-page{background:linear-gradient(180deg,#eef4fb 0%,#f8fbff 100%);color:#07183a;font-family:Inter,Arial,sans-serif;min-height:100vh}
.control-reference-page *{box-sizing:border-box}
.control-reference-shell{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:22px 0 54px}
.control-reference-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.control-reference-toolbar a,.control-reference-toolbar button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 16px;border:1px solid #b8cce8;border-radius:12px;background:#fff;color:#0755c9!important;font:800 .9rem/1.2 Inter,Arial,sans-serif;text-decoration:none;box-shadow:0 4px 12px rgba(17,57,109,.08);cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.control-reference-toolbar a:hover,.control-reference-toolbar a:focus-visible,.control-reference-toolbar button:hover,.control-reference-toolbar button:focus-visible{transform:translateY(-2px);box-shadow:0 9px 18px rgba(17,57,109,.15);background:#f6faff}
.control-reference-toolbar button[aria-pressed="true"]{background:#075bd8;color:#fff!important;border-color:#075bd8}
.control-reference-scroll{overflow-x:auto;overscroll-behavior-x:contain;border:1px solid #cbd9ea;border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(11,41,84,.14);scrollbar-color:#0b61db #e4edf8;scrollbar-width:thin}
.control-reference-crop{width:100%;max-width:1024px;margin:0 auto;overflow:hidden;background:#fff}
.control-reference-crop img{display:block;width:100%;height:auto;max-width:none;margin-top:calc(-1 * var(--control-image-crop));object-fit:contain;object-position:top center}
.control-reference-scroll.is-full-size .control-reference-crop{width:1024px;max-width:none;margin-left:0;margin-right:0}
.control-reference-help{margin:13px 6px 0;color:#53657d;font-size:.84rem;line-height:1.5;text-align:center}
@media(max-width:700px){
  .control-reference-shell{width:calc(100% - 16px);padding:12px 0 36px}
  .control-reference-toolbar{align-items:stretch;margin-bottom:9px}
  .control-reference-toolbar a,.control-reference-toolbar button{flex:1;min-height:44px;padding:9px 10px;font-size:.78rem}
  .control-reference-scroll{border-radius:12px}
  .control-reference-help{font-size:.77rem;text-align:left;padding:0 4px}
}
