:root {
  color-scheme: dark;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071018;
  color: #f7fafc;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { min-width: 320px; overflow-x: hidden; }
a { color: inherit; }

.page-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 40px 24px;
  background:
    radial-gradient(circle at 50% -20%, rgba(35, 90, 109, 0.28), transparent 42%),
    linear-gradient(145deg, #071018 0%, #0b151d 52%, #081119 100%);
}

.grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.2;
}

.ambient--left { top: 15%; left: -260px; background: #d58b47; }
.ambient--right { right: -280px; bottom: 2%; background: #277f88; }

.notice-card {
  position: relative;
  width: min(100%, 880px);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(21, 34, 44, 0.96), rgba(10, 20, 28, 0.94));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(24px);
}

.notice-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #c97938, #e6b36d 48%, rgba(230, 179, 109, 0));
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(232, 178, 111, 0.55);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(201, 121, 56, 0.28), rgba(201, 121, 56, 0.08));
  box-shadow: inset 0 0 18px rgba(225, 155, 83, 0.08);
  transform: rotate(45deg);
}

.brand__mark span {
  width: 8px;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(#f1c98f, #be692d);
  box-shadow: 0 0 16px rgba(224, 144, 72, 0.44);
  transform: rotate(-45deg);
}

.brand__name { font-size: 0.95rem; font-weight: 800; letter-spacing: 0.02em; }

.brand__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: #9fb1bc;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62c6a5;
  box-shadow: 0 0 0 4px rgba(98, 198, 165, 0.1), 0 0 14px rgba(98, 198, 165, 0.5);
}

.notice-card__content {
  display: grid;
  justify-items: start;
  padding: clamp(48px, 8vw, 86px) clamp(30px, 8vw, 86px) clamp(50px, 7vw, 74px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #e4b071;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow__icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(228, 176, 113, 0.5);
  border-radius: 50%;
  background: rgba(201, 121, 56, 0.12);
  font-size: 0.8rem;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 span { display: block; color: #d6e0e5; font-weight: 500; }

.lead {
  max-width: 640px;
  margin: 28px 0 34px;
  color: #9eafb9;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.destination {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(100%, 640px);
  gap: 5px 18px;
  padding: 20px 64px 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(228, 176, 113, 0.26);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(200, 121, 56, 0.13), rgba(200, 121, 56, 0.035));
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.destination:hover {
  border-color: rgba(228, 176, 113, 0.52);
  background: linear-gradient(135deg, rgba(200, 121, 56, 0.19), rgba(200, 121, 56, 0.06));
  transform: translateY(-2px);
}

.destination__meta {
  color: #9caeb8;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.destination__url {
  grid-column: 1;
  overflow: hidden;
  color: #f0c489;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.destination__arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  color: #edbd7e;
  font-size: 1.55rem;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.destination:hover .destination__arrow { transform: translate(4px, -50%); }

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  margin-top: 18px;
  padding: 0 23px;
  border: 1px solid #de9b58;
  border-radius: 13px;
  background: linear-gradient(135deg, #d38642, #b8662d);
  color: #160e08;
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(172, 91, 34, 0.22);
  transition: filter 180ms ease, transform 180ms ease;
}

.primary-action:hover { filter: brightness(1.08); transform: translateY(-2px); }

.primary-action:focus-visible,
.destination:focus-visible {
  outline: 3px solid rgba(243, 194, 129, 0.42);
  outline-offset: 4px;
}

.notice-card__footer {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 60px;
  padding: 0 34px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: #728692;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.notice-card__footer-separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #52646e;
}

@media (max-width: 640px) {
  .page-shell { align-items: stretch; padding: 14px; }
  .notice-card {
    display: flex;
    min-height: calc(100svh - 28px);
    flex-direction: column;
    border-radius: 20px;
  }
  .brand { min-height: 66px; padding: 0 20px; }
  .brand__status { font-size: 0; }
  .brand__status-dot { width: 8px; height: 8px; }
  .notice-card__content { flex: 1; align-content: center; padding: 44px 22px; }
  .lead { margin-top: 24px; line-height: 1.65; }
  .destination { padding: 18px 54px 18px 18px; }
  .primary-action { width: 100%; }
  .notice-card__footer {
    min-height: 66px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 20px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
