@font-face{
  font-family:'Purista';
  src:url('/assets/fonts/PuristaTRIAL-Medium-BF676e1286a3d86.otf') format('opentype');
  font-weight:500;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Purista';
  src:url('/assets/fonts/PuristaTRIAL-SemiBold-BF676e1286adaff.otf') format('opentype');
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Purista';
  src:url('/assets/fonts/PuristaTRIAL-Bold-BF676e12869ff65.otf') format('opentype');
  font-weight:700;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Purista';
  src:url('/assets/fonts/PuristaTRIAL-BoldItalic-BF676e12868b31b.otf') format('opentype');
  font-weight:700;font-style:italic;font-display:swap;
}
@font-face{
  font-family:'Octosquares';
  src:url('/assets/fonts/TT-Octosquares-Trial-Regular-BF66a89bf888cc2.ttf') format('truetype');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Octosquares';
  src:url('/assets/fonts/TT-Octosquares-Trial-Medium-BF66a89bf8816a1.ttf') format('truetype');
  font-weight:500;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Octosquares';
  src:url('/assets/fonts/TT-Octosquares-Trial-DemiBold-BF66a89bf74e835.ttf') format('truetype');
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Octosquares';
  src:url('/assets/fonts/TT-Octosquares-Trial-Bold-BF66a89bf5aa7d3.ttf') format('truetype');
  font-weight:700;font-style:normal;font-display:swap;
}

*{margin:0;padding:0;box-sizing:border-box}

html,body{width:100%;height:100%;background:#000307;overflow:hidden}

body.delivery-body{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Octosquares',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.bg{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  user-select:none;
  pointer-events:none;
}

.stage{
  position:relative;
  z-index:1;
  flex:none;
  transform:scale(var(--scale,1));
  transform-origin:center center;
}

.center-img{
  position:relative;
  z-index:1;
  flex:none;
  width:auto;
  max-width:86vw;
  height:auto;
  user-select:none;
  pointer-events:none;
}

.login-btn{
  position:relative;
  z-index:1;
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  height:52px;
  padding:0 34px;
  border-radius:6px;
  font-family:'Octosquares',sans-serif;
  font-weight:700;
  font-size:15px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  color:#ffffff;
  background:#3760A6;
  box-shadow:0px 4px 12px rgba(84,147,255,0.30);
  transition:background .15s ease,box-shadow .15s ease;
}

.login-btn svg{width:22px;height:22px;flex:none}

.login-btn:hover{
  background:#3f6cbb;
  box-shadow:0px 6px 18px rgba(84,147,255,0.45);
}

.login-btn:active{background:#335596}

.card{
  position:relative;
  width:672px;
  height:836px;
}

.card__bg{
  position:absolute;
  left:0;
  top:0;
  width:672px;
  height:836px;
  border-radius:22px;
  user-select:none;
  pointer-events:none;
}

.card__logo{
  position:absolute;
  left:17px;
  top:24px;
  width:408px;
  height:23px;
  user-select:none;
  pointer-events:none;
}

.card__eyebrow{
  position:absolute;
  left:26px;
  top:52px;
  font-family:'Purista',sans-serif;
  font-style:italic;
  font-weight:700;
  font-size:11px;
  line-height:13px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:#ffffff;
}

.card__divider{
  position:absolute;
  left:34px;
  top:80px;
  width:605px;
  height:2px;
  border-radius:255px;
  background:linear-gradient(90deg,rgba(84,147,255,0) 0%,#5493FF 50%,rgba(84,147,255,0) 100%);
}

.card__title{
  position:absolute;
  left:34px;
  top:107px;
  width:459px;
  height:24px;
  user-select:none;
  pointer-events:none;
}

.card__lead{
  position:absolute;
  left:34px;
  top:142px;
  width:534px;
  font-family:'Purista',sans-serif;
  font-weight:700;
  font-size:15px;
  line-height:18px;
  text-transform:uppercase;
  color:#5493FF;
}

.card__lead strong{
  color:#9dc0ff;
  font-weight:700;
}

.dfiles{
  position:absolute;
  left:34px;
  top:200px;
  width:605px;
  bottom:66px;
  list-style:none;
  overflow-y:auto;
  padding-right:8px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.dfiles::-webkit-scrollbar{width:6px}
.dfiles::-webkit-scrollbar-track{background:transparent}
.dfiles::-webkit-scrollbar-thumb{background:rgba(84,147,255,0.35);border-radius:255px}

.dfile{
  display:flex;
  align-items:center;
  gap:16px;
  padding:13px 14px;
  border-radius:14px;
  background:rgba(84,147,255,0.06);
  border:1px solid rgba(84,147,255,0.16);
  transition:border-color .18s ease,background .18s ease;
}

.dfile:hover{
  background:rgba(84,147,255,0.10);
  border-color:rgba(84,147,255,0.38);
}

.dfile__icon{
  flex:none;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  color:#9dc0ff;
  background:rgba(84,147,255,0.12);
  border:1px solid rgba(84,147,255,0.22);
}

.dfile__icon svg{width:22px;height:22px}

.dfile__meta{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.dfile__name{
  font-family:'Octosquares',sans-serif;
  font-weight:600;
  font-size:14px;
  line-height:18px;
  letter-spacing:-0.01em;
  color:#ffffff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.dfile__size{
  font-family:'Octosquares',sans-serif;
  font-weight:500;
  font-size:10px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#5c78a6;
}

.dfile__btn{
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:124px;
  height:33px;
  border-radius:3px;
  font-family:'Octosquares',sans-serif;
  font-weight:700;
  font-size:12px;
  letter-spacing:0.03em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  color:#ffffff;
  background:#3760A6;
  box-shadow:0px 4px 7.9px rgba(84,147,255,0.25);
  transition:background .15s ease,box-shadow .15s ease;
}

.dfile__btn svg{width:14px;height:14px;flex:none}

.dfile__btn:hover{
  background:#3f6cbb;
  box-shadow:0px 4px 12px rgba(84,147,255,0.4);
}

.dfile__btn:active{background:#335596}

.card__hint{
  position:absolute;
  left:34px;
  right:33px;
  bottom:22px;
  font-family:'Purista',sans-serif;
  font-weight:500;
  font-size:11px;
  line-height:15px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#43567a;
}
