:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    sans-serif;
  color: #eaf4ff;
  background: #061323;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 10%, #0e4d7d55, transparent 34%),
    linear-gradient(145deg, #061323, #071a2f 55%, #09213a);
  overflow-x: hidden;
}
.glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.28;
  pointer-events: none;
}
.glow.one {
  width: 22rem;
  height: 22rem;
  background: #0ea5e9;
  right: -8rem;
  top: 20%;
}
.glow.two {
  width: 18rem;
  height: 18rem;
  background: #14b8a6;
  left: -8rem;
  bottom: 0;
}
header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  margin: auto;
  padding: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
}
.brand small {
  display: block;
  color: #7dd3fc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #0ea5e9, #2563eb);
  font-size: 22px;
  box-shadow: 0 12px 35px #0284c766;
}
.mark img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
}
.ghost {
  border: 1px solid #7dd3fc44;
  background: #ffffff0d;
  color: #e0f2fe;
  border-radius: 14px;
  padding: 11px 15px;
  font-weight: 800;
  cursor: pointer;
}
main {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 28px));
  margin: 4vh auto 50px;
}
.login-card,
.panel,
.hero {
  border: 1px solid #7dd3fc2c;
  background: #0b2138dc;
  backdrop-filter: blur(18px);
  border-radius: 28px;
  box-shadow: 0 25px 80px #0008;
}
.login-card {
  max-width: 500px;
  margin: 10vh auto;
  padding: clamp(24px, 5vw, 44px);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.muted {
  color: #9fb8d0;
  line-height: 1.65;
}
.eyebrow {
  color: #38bdf8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
label {
  display: grid;
  gap: 7px;
  margin: 16px 0;
  font-size: 13px;
  font-weight: 800;
}
input,
textarea {
  width: 100%;
  border: 1px solid #31516d;
  background: #071a2f;
  color: white;
  border-radius: 14px;
  padding: 14px;
  font: inherit;
  outline: none;
}
input:focus,
textarea:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px #0ea5e922;
}
form button,
.main {
  width: 100%;
  border: 0;
  border-radius: 15px;
  padding: 15px;
  background: linear-gradient(135deg, #0284c7, #2563eb);
  color: white;
  font-weight: 900;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.hero {
  position: relative;
  padding: 28px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #0b3252, #0c4a6e);
}
.hero h1 {
  font-size: 36px;
  margin-bottom: 8px;
}
.hero .ghost {
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
}
.panel {
  padding: 22px;
  margin-bottom: 14px;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background: #0ea5e922;
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.status:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 12px #22d3ee;
}
.progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 24px 0;
}
.step {
  height: 6px;
  border-radius: 999px;
  background: #274258;
}
.step.on {
  background: linear-gradient(90deg, #0ea5e9, #2dd4bf);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.detail {
  border-radius: 18px;
  background: #06182a;
  padding: 15px;
}
.detail small {
  display: block;
  color: #8aa8c1;
  margin-bottom: 7px;
}
.items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.items li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #ffffff12;
}
.total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding-top: 16px;
}
.decision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.decision button {
  border: 0;
  border-radius: 15px;
  padding: 14px;
  color: white;
  font-weight: 900;
  cursor: pointer;
}
.approve {
  background: #059669;
}
.reject {
  background: #dc2626;
}
.update {
  border-left: 3px solid #0ea5e9;
  padding: 4px 0 4px 14px;
  margin: 16px 0;
}
.update small {
  color: #8aa8c1;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
}
#toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 120px);
  background: white;
  color: #0f172a;
  padding: 13px 18px;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 15px 50px #0009;
  transition: 0.25s;
  z-index: 5;
}
#toast.show {
  transform: translate(-50%, 0);
}
@media (max-width: 560px) {
  header {
    padding: 16px;
  }
  .brand span:last-child {
    max-width: 170px;
  }
  .ghost {
    font-size: 12px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .login-card {
    margin-top: 5vh;
  }
  .hero .ghost {
    position: static;
    margin-top: 12px;
  }
  .decision {
    grid-template-columns: 1fr;
  }
}
