/* ZEAM_RECOVERY_FUSION_GUARD_V59 */

body.zs59-recovery-active .zs48-table-panel,
body.zs59-recovery-active .zs48-original,
body.zs59-recovery-active .zs49-fusion-panel,
body.zs59-recovery-active .zs52-shell{
  display:block!important;
}

.zs59-menu-recovery{
  margin:14px 10px;
  padding:12px;
  border:1px solid rgba(40,231,255,.18);
  border-radius:20px;
  background:
    radial-gradient(circle at 80% 0%,rgba(40,231,255,.10),transparent 35%),
    rgba(1,10,19,.52);
}

.zs59-menu-title{
  color:#fff;
  font-size:12px;
  font-weight:1000;
  margin-bottom:10px;
}

.zs59-menu-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
}

.zs59-menu-grid a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:36px;
  padding:0 10px;
  border:1px solid rgba(40,231,255,.11);
  border-radius:13px;
  background:rgba(2,14,26,.60);
  color:#dffcff!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:900;
}

.zs59-menu-grid a:hover{
  border-color:rgba(255,217,130,.28);
  color:#ffe4aa!important;
}

.zs59-restored-panel{
  margin:22px 0;
  border:1px solid rgba(255,217,130,.24);
  border-radius:34px;
  background:
    radial-gradient(circle at 86% 0%,rgba(255,217,130,.11),transparent 35%),
    linear-gradient(145deg,rgba(8,28,48,.88),rgba(1,8,17,.96));
  box-shadow:0 0 42px rgba(255,180,60,.08),inset 0 1px 0 rgba(255,255,255,.045);
  overflow:hidden;
}

.zs59-restored-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:20px 20px 0;
}

.zs59-restored-title{
  color:#fff;
  font-size:22px;
  font-weight:1000;
}

.zs59-restored-sub{
  color:#bfae8c;
  font-size:12px;
  line-height:1.8;
  margin-top:5px;
}

.zs59-restored-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  border:1px solid rgba(255,217,130,.26);
  border-radius:999px;
  background:rgba(255,217,130,.08);
  color:#ffe4aa;
  padding:0 11px;
  font-size:11px;
  font-weight:1000;
  white-space:nowrap;
}

.zs59-restored-body{
  padding:20px;
}

.zs59-restored-body > *{
  max-width:100%!important;
}

.zs59-page-seed{
  margin:32px auto;
  max-width:1100px;
  border:1px solid rgba(40,231,255,.18);
  border-radius:34px;
  background:
    radial-gradient(circle at 86% 0%,rgba(40,231,255,.13),transparent 34%),
    linear-gradient(145deg,rgba(10,34,54,.72),rgba(1,8,17,.94));
  box-shadow:0 0 42px rgba(0,170,255,.10);
  padding:34px;
  color:#f4fbff;
}

.zs59-page-seed h1{
  margin:14px 0;
  font-size:52px;
  color:#fff;
}

.zs59-page-seed p{
  color:#93aabd;
  line-height:1.9;
}

.zs59-seed-kicker{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  border:1px solid rgba(255,217,130,.24);
  border-radius:999px;
  background:rgba(255,217,130,.08);
  color:#ffe4aa;
  padding:0 12px;
  font-size:12px;
  font-weight:1000;
}

.zs59-seed-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.zs59-seed-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid rgba(40,231,255,.18);
  border-radius:15px;
  background:rgba(1,10,19,.66);
  color:#dffcff!important;
  text-decoration:none!important;
  padding:0 13px;
  font-weight:1000;
}

.zs59-alert{
  margin:14px 0;
  border:1px solid rgba(255,120,152,.26);
  border-radius:18px;
  background:rgba(255,120,152,.07);
  color:#ffc6d2;
  padding:13px;
  line-height:1.8;
  font-size:12px;
  font-weight:800;
}

@media(max-width:760px){
  .zs59-restored-head{
    display:grid;
    grid-template-columns:1fr;
  }

  .zs59-page-seed h1{
    font-size:38px;
  }
}
