
.restore-hamburger{display:none;width:46px;height:42px;border:1px solid #28506a;background:#07111c;border-radius:12px;padding:10px;cursor:pointer;margin-left:auto}
.restore-hamburger span{display:block;height:2px;background:#dce8f7;margin:5px 0;border-radius:999px}
.restore-drawer{position:fixed;top:0;right:-330px;width:310px;max-width:88vw;height:100vh;background:#07111c;border-left:1px solid #1d3348;z-index:220;padding:18px;transition:right .25s ease;box-shadow:-24px 0 70px rgba(0,0,0,.55)}
.restore-drawer.open{right:0}.restore-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.restore-drawer-head img{height:34px}.restore-drawer-head button{width:40px;height:40px;border:1px solid #28506a;background:#0b1521;color:#fff;border-radius:11px;font-size:23px;cursor:pointer}
.restore-drawer>a{display:block;padding:14px 4px;border-bottom:1px solid rgba(29,51,72,.7);font-size:14px;font-weight:950;color:#e4eefb}.restore-drawer-actions{display:grid;gap:10px;margin-top:18px}
.restore-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:210}.restore-overlay.open{display:block}
.restore-popup{display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.74);align-items:center;justify-content:center;padding:18px}.restore-popup.show{display:flex}
.restore-popup-box{width:min(580px,94vw);max-height:94vh;overflow:auto;background:#061018;border:1px solid rgba(25,217,255,.35);border-radius:24px;box-shadow:0 36px 110px rgba(0,0,0,.7)}
.restore-popup-box>a{display:block}.restore-popup-box img{display:block;width:100%;height:auto}.restore-popup-controls{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #1d3348}
.restore-popup-controls button{height:50px;border:0;background:#07111c;color:#eaf4ff;font-size:13px;font-weight:950;cursor:pointer}.restore-popup-controls button+button{border-left:1px solid #1d3348}.restore-popup-controls button:hover{background:#0e1d2d}
@media(max-width:1100px){.header .wrap{align-items:center}.header .actions{display:none!important}.restore-hamburger{display:block}}
@media(max-width:720px){.header{padding:0!important;height:68px!important}.header .wrap{height:68px;align-items:center!important}.brand span{display:none}.restore-popup-box{width:min(500px,95vw);border-radius:18px}}
