html,body{margin:0;padding:0;box-sizing:border-box;width:var(--main-width);height:var(--main-height);overflow:hidden}body{font-family:Avenir Next,Trebuchet MS,sans-serif;display:flex;flex-direction:column;background:#101b26}.back-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#29718f3d;color:#fff;cursor:pointer}.back-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.mode-name{margin:5px 0 0;color:#eff6f8;font-size:1.05rem;font-weight:700}.table-status{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.table-status p{margin:0;color:#d6e4e9;line-height:1.45}.table-status span{flex:0 0 auto;padding:7px 10px;border-radius:8px;background:#e1b95724;color:#f0cf78;font-size:.78rem;font-weight:700;text-transform:uppercase}*{-webkit-tap-highlight-color:transparent}:root{--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--main-color: #29718F;--content-max-width: 1100px;--bottom-banner-offset: 0px;--app-overflow-y: hidden}@supports (height: 100dvh){:root{--main-height: 100dvh;--main-width: 100dvw}}@supports not (height: 100dvh){:root{--main-height: 100vh;--main-width: 100vw}}@media (max-width: 760px){.table-status{align-items:flex-start;flex-direction:column;gap:10px}}
