/* jack.boutique global sky background
   Original CSS artwork inspired by Billy's blue-sky reference.
   Do not use/copy the reference image; this is generated with gradients only. */
:root {
  --sky-deep: #075fce;
  --sky-mid: #0ea5e9;
  --sky-bright: #38bdf8;
  --sky-haze: #dff7ff;
  --cloud-core: rgba(255, 255, 255, .94);
  --cloud-soft: rgba(255, 255, 255, .54);
  --cloud-blue-shadow: rgba(56, 189, 248, .18);
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 82% -10%, rgba(88, 80, 236, .22), transparent 30%),
    linear-gradient(180deg, var(--sky-deep) 0%, #087dde 21%, var(--sky-mid) 55%, #7dd3fc 82%, var(--sky-haze) 100%);
}

body {
  min-height: 100%;
  background:
    radial-gradient(ellipse at 10% 12%, var(--cloud-core) 0 6%, var(--cloud-soft) 7% 12%, transparent 13%),
    radial-gradient(ellipse at 19% 9%, rgba(255,255,255,.86) 0 4%, rgba(255,255,255,.42) 5% 9%, transparent 10%),
    radial-gradient(ellipse at 30% 18%, rgba(255,255,255,.70) 0 3.8%, rgba(255,255,255,.35) 5% 8%, transparent 9%),
    radial-gradient(ellipse at 71% 16%, rgba(255,255,255,.90) 0 5%, rgba(255,255,255,.52) 6% 10%, transparent 11%),
    radial-gradient(ellipse at 84% 23%, rgba(255,255,255,.76) 0 3.8%, rgba(255,255,255,.38) 5% 8%, transparent 9%),
    radial-gradient(ellipse at 42% 43%, rgba(255,255,255,.86) 0 5.5%, rgba(255,255,255,.48) 7% 12%, transparent 13%),
    radial-gradient(ellipse at 53% 48%, rgba(255,255,255,.68) 0 3.8%, rgba(255,255,255,.34) 5% 8%, transparent 9%),
    radial-gradient(ellipse at 13% 73%, rgba(255,255,255,.74) 0 5%, rgba(255,255,255,.36) 6% 10%, transparent 11%),
    radial-gradient(ellipse at 67% 79%, rgba(255,255,255,.78) 0 6%, rgba(255,255,255,.35) 7% 11%, transparent 12%),
    linear-gradient(180deg, rgba(7,95,206,.97) 0%, rgba(14,165,233,.97) 50%, rgba(186,230,253,.97) 100%) !important;
  background-attachment: fixed !important;
  position: relative;
}

/* Soft foreground cloud banks; gradient-only so no copyrighted image is embedded. */
body::before,
body::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: 0;
  height: 310px;
  background:
    radial-gradient(ellipse at 7% 35%, rgba(255,255,255,.88) 0 7%, rgba(255,255,255,.42) 8% 13%, transparent 14%),
    radial-gradient(ellipse at 24% 22%, rgba(255,255,255,.72) 0 5%, rgba(255,255,255,.28) 6% 10%, transparent 11%),
    radial-gradient(ellipse at 78% 30%, rgba(255,255,255,.82) 0 6%, rgba(255,255,255,.34) 7% 12%, transparent 13%),
    radial-gradient(ellipse at 94% 20%, rgba(255,255,255,.66) 0 4%, rgba(255,255,255,.24) 5% 8%, transparent 9%);
  filter: blur(.2px);
  opacity: .9;
}

body::after {
  bottom: -70px;
  height: 260px;
  background:
    radial-gradient(ellipse at 8% 76%, rgba(255,255,255,.78) 0 10%, rgba(255,255,255,.34) 11% 16%, transparent 17%),
    radial-gradient(ellipse at 27% 68%, rgba(255,255,255,.68) 0 8%, rgba(255,255,255,.27) 9% 14%, transparent 15%),
    radial-gradient(ellipse at 51% 82%, rgba(255,255,255,.82) 0 10%, rgba(255,255,255,.31) 11% 16%, transparent 17%),
    radial-gradient(ellipse at 76% 70%, rgba(255,255,255,.72) 0 8%, rgba(255,255,255,.26) 9% 14%, transparent 15%),
    radial-gradient(ellipse at 95% 76%, rgba(255,255,255,.76) 0 8%, rgba(255,255,255,.28) 9% 14%, transparent 15%);
  opacity: .76;
}

/* Keep dark sections readable while letting the sky show around them. */
nav, .top, .header, .side, .marketbar {
  backdrop-filter: blur(18px);
}

.hero, .panel, .card, .modal, .box, .metric, .search-bar, .notice {
  box-shadow: 0 18px 60px rgba(2, 22, 50, .22);
}

/* Billy correction: remove the black top bar/chrome so the sky theme carries through. */
nav,
.top,
.header {
  background: rgba(232, 247, 255, .82) !important;
  color: #061316 !important;
  border-color: rgba(14, 116, 144, .18) !important;
  box-shadow: 0 12px 34px rgba(8, 65, 110, .14) !important;
}

nav a,
.top a,
.header a,
.nav a,
.brand,
.brand a {
  color: #10202e !important;
}

nav .cta,
.btn.dark,
.mini-btn.secondary {
  background: #dff7ff !important;
  color: #061316 !important;
  border-color: rgba(14, 116, 144, .22) !important;
}

.marketbar,
.search-bar {
  background: rgba(232, 247, 255, .84) !important;
  border-color: rgba(14, 116, 144, .18) !important;
  box-shadow: 0 14px 40px rgba(8, 65, 110, .13) !important;
}

.marketbar input,
.marketbar select,
.search-bar input {
  background: rgba(255,255,255,.92) !important;
  color: #10202e !important;
  border-color: rgba(14, 116, 144, .2) !important;
}

/* Screenshot correction: force no black chrome and improve readability on the bright sky. */
body nav,
body .top,
body .header,
body .marketbar,
body .search-bar {
  background: linear-gradient(180deg, rgba(240, 250, 255, .96), rgba(214, 240, 255, .88)) !important;
  color: #061316 !important;
  border-color: rgba(7, 89, 133, .22) !important;
  box-shadow: 0 10px 32px rgba(7, 89, 133, .16) !important;
}

body nav *,
body .top *,
body .header *,
body .marketbar *,
body .search-bar * {
  text-shadow: none !important;
}

body nav a,
body nav .logo,
body .brand,
body .brand span,
body .nav a {
  color: #082f49 !important;
  opacity: 1 !important;
}

body .hero {
  background: linear-gradient(180deg, rgba(240, 249, 255, .88), rgba(224, 242, 254, .72)) !important;
  border-bottom: 1px solid rgba(7, 89, 133, .16) !important;
}

body .hero::before {
  opacity: .22 !important;
  filter: blur(10px) !important;
}

body .hero h1,
body .hero h2,
body .section-title h2,
body .stats .num,
body .metric b {
  color: #061316 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.62) !important;
}

body .hero p,
body .hero .lead,
body .hero .sub,
body .section-title p,
body .stats .label,
body .metric span {
  color: #25465f !important;
  opacity: 1 !important;
}

body .hero .badge,
body .pill {
  background: rgba(219, 234, 254, .92) !important;
  border-color: rgba(37, 99, 235, .28) !important;
  color: #075985 !important;
  font-weight: 850 !important;
}

body .hero .btn-secondary,
body .btn.ghost,
body nav .cta,
body .cat,
body .chip {
  background: rgba(255,255,255,.9) !important;
  color: #082f49 !important;
  border-color: rgba(7, 89, 133, .24) !important;
}

body .hero .btn-primary,
body .search-bar button,
body .btn,
body .mini-btn {
  background: linear-gradient(135deg, #0ea5e9, #2563eb) !important;
  color: #061316 !important;
  border-color: rgba(7, 89, 133, .2) !important;
  font-weight: 950 !important;
}

body .stats,
body .metrics {
  color: #061316 !important;
}

body::before,
body::after {
  opacity: .42 !important;
}
