/* ==========================================================================
   sugal.click - compact mobile palette
   File: css/compact-328503-palette.css
   Prefix: shell28503-
   Canvas: 320-430px phone surface, centred on wider screens.
   Palette: #0E1621 (deep navy bg) / #E9967A (coral) /
            #8FBC8F (sage) / #9AFF9A (mint)
   Navigation direction:
     top = compact brand bar
     menu = stacked overlay
     bottom bar = floating docked bar
     icons = borderless symbols with text emphasis
     active state = label emphasis
     micro-interaction = label reveal
   ========================================================================== */

/* ------------------------------------------------------------------ */
/* Tokens                                                             */
/* ------------------------------------------------------------------ */

:root {
  /* Brand palette (deep = background, light = text accents) */
  --shell28503-bg: #0E1621;
  --shell28503-bg-soft: #14202E;
  --shell28503-bg-card: #18283A;
  --shell28503-bg-elev: #1F3247;
  --shell28503-coral: #E9967A;
  --shell28503-coral-deep: #D27C61;
  --shell28503-sage: #8FBC8F;
  --shell28503-mint: #9AFF9A;
  --shell28503-mint-deep: #5BD670;

  /* Text */
  --shell28503-text: #F2EEDF;
  --shell28503-text-soft: #C4D2DC;
  --shell28503-text-muted: #8AA0AE;
  --shell28503-text-dim: #6A8090;

  /* Lines / glass */
  --shell28503-line: rgba(143, 188, 143, 0.18);
  --shell28503-line-strong: rgba(233, 150, 122, 0.35);
  --shell28503-glass: rgba(20, 32, 46, 0.86);

  /* Shape */
  --shell28503-radius-xs: 8px;
  --shell28503-radius-sm: 12px;
  --shell28503-radius-md: 16px;
  --shell28503-radius-lg: 22px;
  --shell28503-radius-pill: 999px;

  /* Spacing */
  --shell28503-gap-xs: 6px;
  --shell28503-gap-sm: 10px;
  --shell28503-gap-md: 14px;
  --shell28503-gap-lg: 20px;
  --shell28503-gap-xl: 28px;

  /* Type scale */
  --shell28503-fs-xxs: 11px;
  --shell28503-fs-xs: 12px;
  --shell28503-fs-sm: 13px;
  --shell28503-fs-base: 14.5px;
  --shell28503-fs-md: 16px;
  --shell28503-fs-lg: 18px;
  --shell28503-fs-xl: 21px;
  --shell28503-fs-2xl: 25px;
  --shell28503-fs-3xl: 30px;

  /* Shadows */
  --shell28503-shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.28);
  --shell28503-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.34);
  --shell28503-shadow-coral: 0 10px 26px rgba(233, 150, 122, 0.28);
  --shell28503-shadow-dock: 0 -6px 24px rgba(0, 0, 0, 0.42);

  /* Layout */
  --shell28503-canvas: 430px;
  --shell28503-touch: 44px;
  --shell28503-header-h: 56px;
  --shell28503-dock-h: 70px;
  --shell28503-dock-margin: 12px;

  --shell28503-font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Roboto, Arial, sans-serif;
}

/* ------------------------------------------------------------------ */
/* Reset                                                              */
/* ------------------------------------------------------------------ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--shell28503-font);
  font-size: var(--shell28503-fs-base);
  line-height: 1.6;
  color: var(--shell28503-text);
  background: var(--shell28503-bg);
  background-image:
    radial-gradient(900px 480px at 88% -8%, rgba(233, 150, 122, 0.18), transparent 60%),
    radial-gradient(760px 420px at -8% 6%, rgba(143, 188, 143, 0.14), transparent 62%),
    linear-gradient(180deg, #0E1621 0%, #0C1420 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.shell28503-lock-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--shell28503-mint);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

h1, h2, h3, h4, p, ul, ol, figure {
  margin: 0;
}

ul, ol {
  padding-left: 1.15em;
}

:focus-visible {
  outline: 2px solid var(--shell28503-mint);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ------------------------------------------------------------------ */
/* Phone canvas frame                                                 */
/* ------------------------------------------------------------------ */

.shell28503-shell {
  width: 100%;
  max-width: var(--shell28503-canvas);
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(620px 360px at 90% 0%, rgba(233, 150, 122, 0.10), transparent 65%),
    linear-gradient(180deg, rgba(20, 32, 46, 0.45), rgba(14, 22, 33, 0) 220px),
    var(--shell28503-bg);
  box-shadow: var(--shell28503-shadow-md);
  overflow: hidden;
}

.shell28503-main {
  padding: var(--shell28503-gap-md) var(--shell28503-gap-md) calc(var(--shell28503-dock-h) + var(--shell28503-dock-margin) + 36px);
}

/* ------------------------------------------------------------------ */
/* Compact brand bar (header)                                         */
/* ------------------------------------------------------------------ */

.shell28503-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: var(--shell28503-gap-sm);
  height: var(--shell28503-header-h);
  padding: 0 var(--shell28503-gap-sm) 0 var(--shell28503-gap-md);
  background: var(--shell28503-glass);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--shell28503-line);
}

.shell28503-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.shell28503-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--shell28503-bg-card);
  box-shadow: var(--shell28503-shadow-sm);
}

.shell28503-brand-name {
  font-size: var(--shell28503-fs-lg);
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--shell28503-text);
  white-space: nowrap;
}

.shell28503-brand-name b {
  color: var(--shell28503-coral);
}

.shell28503-brand-tag {
  font-size: var(--shell28503-fs-xxs);
  color: var(--shell28503-sage);
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.shell28503-header-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Header buttons */
.shell28503-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: var(--shell28503-touch);
  padding: 0 14px;
  border-radius: var(--shell28503-radius-pill);
  font-size: var(--shell28503-fs-sm);
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  text-decoration: none;
  white-space: nowrap;
}

.shell28503-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.shell28503-btn:active {
  transform: translateY(0);
}

.shell28503-btn-login {
  color: var(--shell28503-text);
  background: rgba(143, 188, 143, 0.16);
  border: 1px solid var(--shell28503-line);
}

.shell28503-btn-login:hover {
  background: rgba(143, 188, 143, 0.26);
}

.shell28503-btn-register {
  color: #1A1208;
  background: linear-gradient(135deg, var(--shell28503-coral), var(--shell28503-coral-deep));
  box-shadow: var(--shell28503-shadow-coral);
}

.shell28503-btn-register:hover {
  filter: brightness(1.04);
}

.shell28503-btn-ghost {
  width: var(--shell28503-touch);
  height: var(--shell28503-touch);
  padding: 0;
  border-radius: 12px;
  color: var(--shell28503-text-soft);
  background: rgba(143, 188, 143, 0.10);
  border: 1px solid var(--shell28503-line);
}

.shell28503-btn-ghost:hover {
  background: rgba(143, 188, 143, 0.20);
  color: var(--shell28503-text);
}

.shell28503-btn-ghost svg {
  width: 22px;
  height: 22px;
}

/* ------------------------------------------------------------------ */
/* Stacked menu overlay                                               */
/* ------------------------------------------------------------------ */

.shell28503-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(7, 12, 19, 0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 60;
}

.shell28503-menu-backdrop.shell28503-is-visible {
  opacity: 1;
  visibility: visible;
}

.shell28503-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86vw, 360px);
  background: linear-gradient(180deg, var(--shell28503-bg-soft), var(--shell28503-bg));
  z-index: 70;
  transform: translateX(105%);
  transition: transform 0.28s cubic-bezier(0.22, 0.65, 0.25, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -16px 0 40px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.shell28503-menu.shell28503-is-open {
  transform: translateX(0);
}

.shell28503-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--shell28503-line);
}

.shell28503-menu-head .shell28503-brand-name {
  font-size: var(--shell28503-fs-md);
}

.shell28503-menu-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(233, 150, 122, 0.16);
  color: var(--shell28503-coral);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shell28503-menu-close svg {
  width: 20px;
  height: 20px;
}

.shell28503-menu-cta {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shell28503-menu-section {
  padding: 8px 16px 4px;
}

.shell28503-menu-title {
  font-size: var(--shell28503-fs-xxs);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--shell28503-text-muted);
  padding: 12px 0 6px;
}

.shell28503-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.shell28503-menu-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 12px;
  border-radius: var(--shell28503-radius-sm);
  color: var(--shell28503-text-soft);
  font-weight: 600;
  font-size: var(--shell28503-fs-base);
  min-height: var(--shell28503-touch);
}

.shell28503-menu-list li a:hover {
  text-decoration: none;
  background: rgba(143, 188, 143, 0.12);
  color: var(--shell28503-text);
}

.shell28503-menu-list li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--shell28503-text-muted);
  border-top: 2px solid var(--shell28503-text-muted);
  transform: rotate(45deg);
}

.shell28503-menu-list li a.shell28503-is-current {
  background: rgba(233, 150, 122, 0.14);
  color: var(--shell28503-coral);
}

.shell28503-menu-foot {
  margin-top: auto;
  padding: 14px 16px 22px;
  font-size: var(--shell28503-fs-xs);
  color: var(--shell28503-text-muted);
  border-top: 1px solid var(--shell28503-line);
}

/* ------------------------------------------------------------------ */
/* Hero carousel                                                      */
/* ------------------------------------------------------------------ */

.shell28503-hero {
  position: relative;
  border-radius: var(--shell28503-radius-lg);
  overflow: hidden;
  margin: var(--shell28503-gap-sm) 0 var(--shell28503-gap-lg);
  box-shadow: var(--shell28503-shadow-md);
  background: var(--shell28503-bg-card);
}

.shell28503-hero-track {
  position: relative;
  aspect-ratio: 16 / 11;
}

.shell28503-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.5s ease, transform 0.6s ease;
  pointer-events: none;
}

.shell28503-hero-slide.shell28503-is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.shell28503-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shell28503-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 22, 33, 0.05) 30%, rgba(14, 22, 33, 0.78) 100%);
}

.shell28503-hero-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
}

.shell28503-hero-eyebrow {
  display: inline-block;
  font-size: var(--shell28503-fs-xxs);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--shell28503-mint);
  background: rgba(11, 18, 27, 0.55);
  padding: 4px 9px;
  border-radius: var(--shell28503-radius-pill);
  margin-bottom: 7px;
}

.shell28503-hero-title {
  font-size: var(--shell28503-fs-xl);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 6px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.shell28503-hero-text {
  font-size: var(--shell28503-fs-sm);
  color: var(--shell28503-text-soft);
  margin-bottom: 10px;
}

.shell28503-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: var(--shell28503-radius-pill);
  font-weight: 700;
  font-size: var(--shell28503-fs-sm);
  color: #1A1208;
  background: linear-gradient(135deg, var(--shell28503-mint), var(--shell28503-mint-deep));
  box-shadow: 0 8px 18px rgba(91, 214, 112, 0.32);
}

.shell28503-hero-cta:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.shell28503-hero-dots {
  position: absolute;
  bottom: 8px;
  right: 12px;
  display: inline-flex;
  gap: 6px;
  z-index: 3;
}

.shell28503-hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(242, 238, 223, 0.42);
  padding: 0;
  transition: width 0.2s ease, background 0.2s ease;
}

.shell28503-hero-dot.shell28503-is-on {
  width: 20px;
  border-radius: 4px;
  background: var(--shell28503-coral);
}

/* ------------------------------------------------------------------ */
/* Quick promo strip                                                  */
/* ------------------------------------------------------------------ */

.shell28503-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: var(--shell28503-gap-lg);
}

.shell28503-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  border-radius: var(--shell28503-radius-md);
  background: var(--shell28503-bg-card);
  border: 1px solid var(--shell28503-line);
  text-align: center;
  min-height: var(--shell28503-touch);
  font-size: var(--shell28503-fs-xs);
  font-weight: 700;
  color: var(--shell28503-text);
}

.shell28503-quick-item:hover {
  text-decoration: none;
  border-color: var(--shell28503-line-strong);
  transform: translateY(-1px);
}

.shell28503-quick-item svg {
  width: 22px;
  height: 22px;
  color: var(--shell28503-coral);
}

.shell28503-quick-item em {
  font-style: normal;
  color: var(--shell28503-sage);
  font-size: var(--shell28503-fs-xxs);
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Section shell                                                      */
/* ------------------------------------------------------------------ */

.shell28503-section {
  margin-bottom: var(--shell28503-gap-xl);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.shell28503-section.shell28503-in-view {
  opacity: 1;
  transform: translateY(0);
}

.shell28503-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: var(--shell28503-gap-md);
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--shell28503-line);
}

.shell28503-section-eyebrow {
  display: inline-block;
  font-size: var(--shell28503-fs-xxs);
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--shell28503-coral);
  margin-bottom: 4px;
  /* micro-interaction = label reveal */
  opacity: 0.55;
  transform: translateY(4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.shell28503-section-head:hover .shell28503-section-eyebrow,
.shell28503-section.shell28503-in-view .shell28503-section-eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.shell28503-section-title {
  font-size: var(--shell28503-fs-xl);
  font-weight: 800;
  color: var(--shell28503-text);
  line-height: 1.22;
}

.shell28503-section-title span {
  color: var(--shell28503-coral);
}

.shell28503-section-link {
  font-size: var(--shell28503-fs-xs);
  font-weight: 700;
  color: var(--shell28503-mint);
  white-space: nowrap;
}

/* ------------------------------------------------------------------ */
/* Game grids                                                         */
/* ------------------------------------------------------------------ */

.shell28503-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.shell28503-game {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  padding: 0;
  border-radius: var(--shell28503-radius-sm);
  background: transparent;
  text-align: center;
  color: var(--shell28503-text-soft);
  font-size: var(--shell28503-fs-xxs);
  line-height: 1.25;
  min-height: var(--shell28503-touch);
  -webkit-tap-highlight-color: transparent;
}

.shell28503-game:hover {
  text-decoration: none;
}

.shell28503-game-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: var(--shell28503-radius-sm);
  overflow: hidden;
  background: linear-gradient(150deg, var(--shell28503-bg-card), var(--shell28503-bg-elev));
  border: 1px solid var(--shell28503-line);
}

.shell28503-game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.shell28503-game:hover .shell28503-game-thumb img {
  transform: scale(1.06);
}

.shell28503-game-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 22, 33, 0.45), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shell28503-game:hover .shell28503-game-thumb::after {
  opacity: 1;
}

.shell28503-game-name {
  display: block;
  font-weight: 600;
  color: var(--shell28503-text-soft);
  padding: 0 2px 2px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 28px;
}

.shell28503-game:hover .shell28503-game-name {
  color: var(--shell28503-mint);
}

/* ------------------------------------------------------------------ */
/* Info / prose blocks                                                */
/* ------------------------------------------------------------------ */

.shell28503-prose {
  background: var(--shell28503-bg-card);
  border: 1px solid var(--shell28503-line);
  border-radius: var(--shell28503-radius-md);
  padding: var(--shell28503-gap-lg) var(--shell28503-gap-md);
}

.shell28503-prose p {
  color: var(--shell28503-text-soft);
  margin-bottom: 12px;
}

.shell28503-prose p:last-child {
  margin-bottom: 0;
}

.shell28503-prose strong {
  color: var(--shell28503-text);
}

.shell28503-lede {
  font-size: var(--shell28503-fs-md);
  color: var(--shell28503-text);
}

/* ------------------------------------------------------------------ */
/* Card clusters for tricks / styles / takeaways                      */
/* ------------------------------------------------------------------ */

.shell28503-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.shell28503-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: var(--shell28503-radius-md);
  background: var(--shell28503-bg-card);
  border: 1px solid var(--shell28503-line);
}

.shell28503-card-ico {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 150, 122, 0.14);
  color: var(--shell28503-coral);
}

.shell28503-card-ico svg {
  width: 20px;
  height: 20px;
}

.shell28503-card-body h3 {
  font-size: var(--shell28503-fs-base);
  font-weight: 700;
  color: var(--shell28503-text);
  margin-bottom: 4px;
}

.shell28503-card-body p {
  font-size: var(--shell28503-fs-sm);
  color: var(--shell28503-text-soft);
}

/* Two-column compact lists */
.shell28503-cards-2 {
  grid-template-columns: 1fr 1fr;
}

.shell28503-mini {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border-radius: var(--shell28503-radius-md);
  background: var(--shell28503-bg-card);
  border: 1px solid var(--shell28503-line);
}

.shell28503-mini-num {
  font-size: var(--shell28503-fs-lg);
  font-weight: 800;
  color: var(--shell28503-mint);
  line-height: 1;
}

.shell28503-mini h3 {
  font-size: var(--shell28503-fs-sm);
  font-weight: 700;
  color: var(--shell28503-text);
}

.shell28503-mini p {
  font-size: var(--shell28503-fs-xs);
  color: var(--shell28503-text-muted);
  margin: 0;
}

/* Bullet list inside prose */
.shell28503-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 8px;
}

.shell28503-list li {
  position: relative;
  padding-left: 20px;
  font-size: var(--shell28503-fs-sm);
  color: var(--shell28503-text-soft);
}

.shell28503-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--shell28503-coral);
  box-shadow: 0 0 0 3px rgba(233, 150, 122, 0.16);
}

/* Inline promo chip inside prose */
.shell28503-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: var(--shell28503-radius-pill);
  font-size: var(--shell28503-fs-xs);
  font-weight: 700;
  color: #1A1208;
  background: linear-gradient(135deg, var(--shell28503-mint), var(--shell28503-mint-deep));
  vertical-align: middle;
}

.shell28503-chip:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

/* ------------------------------------------------------------------ */
/* Extended footer (homepage only)                                    */
/* ------------------------------------------------------------------ */

.shell28503-extended {
  margin-top: var(--shell28503-gap-xl);
  padding: var(--shell28503-gap-lg) var(--shell28503-gap-md);
  border-radius: var(--shell28503-radius-lg);
  background:
    radial-gradient(420px 200px at 85% 0%, rgba(233, 150, 122, 0.16), transparent 70%),
    var(--shell28503-bg-soft);
  border: 1px solid var(--shell28503-line);
}

.shell28503-extended-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: var(--shell28503-gap-md);
}

.shell28503-extended-brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.shell28503-extended-brand h2 {
  font-size: var(--shell28503-fs-lg);
  font-weight: 800;
  color: var(--shell28503-text);
}

.shell28503-extended-brand h2 span {
  color: var(--shell28503-coral);
}

.shell28503-extended-brand p {
  font-size: var(--shell28503-fs-xs);
  color: var(--shell28503-text-muted);
  margin-top: 2px;
}

.shell28503-extended-block {
  margin-top: var(--shell28503-gap-md);
}

.shell28503-extended-block h3 {
  font-size: var(--shell28503-fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--shell28503-sage);
  margin-bottom: 8px;
}

.shell28503-extended-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.shell28503-extended-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(143, 188, 143, 0.08);
  border: 1px solid var(--shell28503-line);
  color: var(--shell28503-text-soft);
  font-size: var(--shell28503-fs-sm);
  font-weight: 600;
  min-height: var(--shell28503-touch);
}

.shell28503-extended-list li a:hover {
  text-decoration: none;
  background: rgba(143, 188, 143, 0.16);
  color: var(--shell28503-text);
}

.shell28503-extended-list li a svg {
  width: 18px;
  height: 18px;
  color: var(--shell28503-coral);
  flex-shrink: 0;
}

.shell28503-promo-cluster {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.shell28503-promo-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: var(--shell28503-radius-md);
  background: linear-gradient(150deg, rgba(233, 150, 122, 0.16), rgba(143, 188, 143, 0.10));
  border: 1px solid var(--shell28503-line-strong);
  color: var(--shell28503-text);
  font-weight: 700;
  font-size: var(--shell28503-fs-sm);
  min-height: var(--shell28503-touch);
}

.shell28503-promo-tile:hover {
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.shell28503-promo-tile small {
  color: var(--shell28503-mint);
  font-weight: 600;
  font-size: var(--shell28503-fs-xxs);
}

.shell28503-disclaimer {
  margin-top: var(--shell28503-gap-md);
  padding: 11px 12px;
  border-radius: var(--shell28503-radius-sm);
  background: rgba(11, 18, 27, 0.55);
  border-left: 3px solid var(--shell28503-sage);
  font-size: var(--shell28503-fs-xxs);
  color: var(--shell28503-text-muted);
  line-height: 1.5;
}

/* ------------------------------------------------------------------ */
/* Common footer (every page)                                         */
/* ------------------------------------------------------------------ */

.shell28503-footer {
  padding: var(--shell28503-gap-lg) var(--shell28503-gap-md) calc(var(--shell28503-gap-md));
  text-align: center;
  color: var(--shell28503-text-muted);
  font-size: var(--shell28503-fs-xxs);
  border-top: 1px solid var(--shell28503-line);
}

.shell28503-footer p {
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* Floating docked bottom nav                                         */
/* ------------------------------------------------------------------ */

.shell28503-dock-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  display: flex;
  justify-content: center;
  padding: 0 calc(50% - var(--shell28503-canvas) / 2 + 8px);
}

.shell28503-dock {
  pointer-events: auto;
  width: 100%;
  max-width: calc(var(--shell28503-canvas) - 16px);
  margin: 0 8px var(--shell28503-dock-margin);
  height: var(--shell28503-dock-h);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 2px;
  padding: 6px;
  border-radius: var(--shell28503-radius-lg);
  background: var(--shell28503-glass);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border: 1px solid var(--shell28503-line);
  box-shadow: var(--shell28503-shadow-dock);
}

.shell28503-dock-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 100%;
  padding: 4px 2px;
  color: var(--shell28503-text-muted);
  font-size: var(--shell28503-fs-xxs);
  font-weight: 600;
  border-radius: var(--shell28503-radius-md);
  transition: color 0.22s ease, transform 0.22s ease, background 0.22s ease;
  min-height: var(--shell28503-touch);
  -webkit-tap-highlight-color: transparent;
}

.shell28503-dock-btn svg {
  width: 23px;
  height: 23px;
  transition: transform 0.22s ease;
}

.shell28503-dock-btn:hover {
  text-decoration: none;
  color: var(--shell28503-text);
}

.shell28503-dock-btn:hover svg {
  transform: translateY(-1px) scale(1.06);
}

/* Active state = label emphasis */
.shell28503-dock-btn.shell28503-is-current,
.shell28503-dock-btn[aria-current="page"] {
  color: var(--shell28503-coral);
}

.shell28503-dock-btn.shell28503-is-current::after,
.shell28503-dock-btn[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: var(--shell28503-coral);
}

.shell28503-dock-btn.shell28503-is-current svg {
  color: var(--shell28503-coral);
}

.shell28503-dock-btn-promo {
  color: var(--shell28503-mint);
}

.shell28503-dock-btn-promo svg {
  color: var(--shell28503-mint);
}

/* Prominence ring on promo dock buttons */
.shell28503-dock-btn-promo::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--shell28503-mint-deep);
  box-shadow: 0 0 0 3px rgba(91, 214, 112, 0.22);
}

/* ------------------------------------------------------------------ */
/* Back-to-top                                                        */
/* ------------------------------------------------------------------ */

.shell28503-to-top {
  position: fixed;
  right: 14px;
  bottom: calc(var(--shell28503-dock-h) + var(--shell28503-dock-margin) + 12px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--shell28503-bg-elev);
  border: 1px solid var(--shell28503-line-strong);
  color: var(--shell28503-coral);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 45;
  box-shadow: var(--shell28503-shadow-md);
}

.shell28503-to-top.shell28503-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shell28503-to-top svg {
  width: 20px;
  height: 20px;
}

/* ------------------------------------------------------------------ */
/* Utility                                                            */
/* ------------------------------------------------------------------ */

.shell28503-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------------ */
/* Responsive — 375px and up                                          */
/* ------------------------------------------------------------------ */

@media (min-width: 375px) {
  .shell28503-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
  }

  .shell28503-hero-title {
    font-size: var(--shell28503-fs-2xl);
  }

  .shell28503-section-title {
    font-size: var(--shell28503-fs-2xl);
  }

  .shell28503-promo-cluster {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 414px) {
  .shell28503-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .shell28503-quick {
    gap: 10px;
  }
}

/* Wide screens keep the phone canvas centred */
@media (min-width: 480px) {
  body {
    background-color: #060B12;
  }

  .shell28503-shell {
    border-left: 1px solid rgba(143, 188, 143, 0.10);
    border-right: 1px solid rgba(143, 188, 143, 0.10);
  }
}

/* Honour reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
