 *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.absolute{position:absolute;}.my{margin-top:1rem;margin-bottom:1rem;}.block{display:block;}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);} :root {
  font-family:
    "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #163239;
  background:
    radial-gradient(circle at top left, rgba(255, 189, 89, 0.32), transparent 26%),
    radial-gradient(circle at top right, rgba(53, 145, 128, 0.16), transparent 24%),
    linear-gradient(180deg, #fff8ef 0%, #f6fbf9 52%, #edf4f6 100%);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-border: rgba(22, 50, 57, 0.1);
  --ink: #163239;
  --ink-soft: #49666d;
  --brand: #ff9b3d;
  --brand-deep: #e67617;
  --accent: #1b8c7a;
  --danger: #cf4d3f;
  --shadow:
    0 28px 60px rgba(28, 58, 65, 0.12),
    0 10px 24px rgba(28, 58, 65, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

#app {
  min-height: 100vh;
}

.page-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 20px 0 72px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 26px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.brand-mark img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(255, 155, 61, 0.22);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.primary-button,
.ghost-button,
.danger-button,
.primary-link,
.ghost-link,
.text-button {
  border-radius: 999px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.primary-button,
.danger-button,
.ghost-button,
.text-button {
  border: 1px solid transparent;
  cursor: pointer;
}

.primary-button,
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.4rem;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fffaf5;
  box-shadow: 0 16px 28px rgba(230, 118, 23, 0.22);
}

.ghost-button,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.35rem;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  border: 1px solid rgba(22, 50, 57, 0.12);
}

.danger-button {
  padding: 0.92rem 1.35rem;
  background: linear-gradient(135deg, #e86656 0%, var(--danger) 100%);
  color: #fff;
}

.danger-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.text-button {
  background: transparent;
  border-color: transparent;
  color: var(--ink);
  padding: 0;
}

.primary-button:hover,
.ghost-button:hover,
.danger-button:hover,
.primary-link:hover,
.ghost-link:hover,
.text-button:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 36px;
  align-items: center;
  padding: 30px 0 32px;
}

.hero-copy,
.hero-visual,
.feature-card,
.showcase-card,
.delete-card,
.privacy-article,
.sidebar-card {
  backdrop-filter: blur(18px);
  background: var(--surface);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 38px;
  border-radius: 36px;
}

.hero-pill,
.section-label,
.privacy-kicker,
.sidebar-label,
.status-badge,
.privacy-meta span,
.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.hero-pill,
.section-label,
.privacy-kicker {
  padding: 0.48rem 0.9rem;
  background: rgba(27, 140, 122, 0.11);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1,
.privacy-hero h1,
.showcase h2,
.delete-copy h2 {
  margin: 16px 0 14px;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-text,
.privacy-hero p,
.showcase p,
.delete-copy p,
.feature-card p,
.footer p,
.privacy-article p,
.privacy-article li,
.sidebar-card p,
.signin-panel p,
.helper-note {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.hero-highlights span,
.privacy-meta span {
  padding: 0.52rem 0.9rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(22, 50, 57, 0.08);
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  border-radius: 40px;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 179, 84, 0.38), transparent 28%),
    radial-gradient(circle at 80% 14%, rgba(0, 151, 167, 0.17), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(238, 246, 243, 0.88) 100%);
}

.usage-orbit {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(22, 50, 57, 0.08);
}

.usage-ring-outer {
  width: min(72vw, 360px);
  height: min(72vw, 360px);
  background:
    conic-gradient(
      from 220deg,
      rgba(255, 155, 61, 0.9) 0 28%,
      rgba(27, 140, 122, 0.82) 28% 53%,
      rgba(73, 172, 221, 0.8) 53% 76%,
      rgba(22, 50, 57, 0.08) 76% 100%
    );
  animation: drift 18s linear infinite;
}

.usage-ring-middle {
  width: min(54vw, 275px);
  height: min(54vw, 275px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 22px rgba(246, 251, 249, 0.92);
}

.usage-center {
  position: relative;
  z-index: 1;
  width: min(39vw, 200px);
  height: min(39vw, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  box-shadow: 0 22px 40px rgba(22, 50, 57, 0.12);
}

.usage-label,
.usage-caption {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.usage-number {
  margin: 8px 0 4px;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.usage-chip {
  position: absolute;
  z-index: 1;
  padding: 0.56rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(22, 50, 57, 0.1);
}

.usage-chip-social {
  top: 18%;
  left: 12%;
  background: #fff0df;
  color: #b56413;
}

.usage-chip-focus {
  right: 10%;
  top: 32%;
  background: #dcf6ef;
  color: #11695b;
}

.usage-chip-rest {
  bottom: 16%;
  left: 20%;
  background: #e5f5fb;
  color: #0b6b8b;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 48px;
}

.feature-card {
  border-radius: 28px;
  padding: 28px;
}

.feature-card h2,
.delete-card h3 {
  margin: 0 0 10px;
  font-size: 1.34rem;
  line-height: 1.1;
}

.showcase,
.delete-section,
.privacy-layout {
  display: grid;
  gap: 26px;
}

.showcase {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: stretch;
  margin-bottom: 52px;
}

.showcase-copy {
  padding: 10px 4px 10px 0;
}

.showcase-copy ul,
.delete-copy ol {
  margin: 18px 0 0;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.showcase-card {
  border-radius: 32px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.showcase-card img {
  width: min(100%, 260px);
  margin: 0 auto;
  display: block;
}

.showcase-card p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}

.delete-section {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.95fr);
  align-items: start;
}

.delete-card {
  border-radius: 32px;
  padding: 28px;
}

.delete-card-header,
.account-profile,
.account-actions,
.footer {
  display: flex;
  align-items: center;
}

.delete-card-header {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.delete-card-heading {
  display: grid;
  gap: 10px;
}

.delete-card-heading h3 {
  margin: 0;
}

.status-badge {
  padding: 0.46rem 0.84rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.status-live {
  background: rgba(27, 140, 122, 0.15);
  color: var(--accent);
}

.status-idle {
  background: rgba(255, 155, 61, 0.15);
  color: #a65a12;
}

.signin-panel,
.account-panel {
  display: grid;
  gap: 18px;
}

.signin-button {
  width: 100%;
}

.helper-note {
  font-size: 0.92rem;
}

.helper-note-warning {
  color: var(--danger);
}

.account-profile {
  gap: 14px;
  align-items: center;
}

.account-profile img,
.account-fallback {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.account-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
}

.account-name {
  font-size: 1.04rem;
  font-weight: 700;
}

.account-email {
  color: var(--ink-soft);
}

.account-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.feedback-card {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
}

.feedback-success {
  background: rgba(27, 140, 122, 0.1);
  border-color: rgba(27, 140, 122, 0.18);
  color: #0f695a;
}

.feedback-error {
  background: rgba(207, 77, 63, 0.09);
  border-color: rgba(207, 77, 63, 0.16);
  color: #9a382d;
}

.privacy-hero {
  padding: 18px 0 18px;
}

.privacy-hero h1 {
  max-width: 920px;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.privacy-layout {
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  align-items: start;
}

.privacy-sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
}

.sidebar-card {
  border-radius: 24px;
  padding: 20px;
}

.sidebar-label {
  margin-bottom: 12px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar-card nav {
  display: grid;
  gap: 10px;
}

.sidebar-card nav a {
  color: var(--ink-soft);
}

.sidebar-card-warning {
  background: rgba(255, 247, 232, 0.9);
}

.privacy-article {
  border-radius: 34px;
  padding: 34px;
}

.privacy-article h1,
.privacy-article h2,
.privacy-article h3 {
  scroll-margin-top: 20px;
}

.privacy-article h1 {
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.privacy-article h2 {
  margin: 36px 0 12px;
  font-size: 1.6rem;
  line-height: 1.08;
}

.privacy-article h3 {
  margin: 22px 0 10px;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--accent);
}

.privacy-article p,
.privacy-article li {
  line-height: 1.72;
}

.privacy-article ul {
  padding-left: 1.25rem;
}

.privacy-article hr {
  border: 0;
  border-top: 1px solid rgba(22, 50, 57, 0.1);
  margin: 32px 0;
}

.privacy-article .placeholder {
  padding: 0.12rem 0.36rem;
  border-radius: 0.45rem;
  background: rgba(255, 155, 61, 0.18);
  color: #9b5311;
  font-weight: 700;
}

.footer {
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid rgba(22, 50, 57, 0.08);
}

.footer-brand {
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .hero,
  .showcase,
  .delete-section,
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 20px, 1180px);
    padding-top: 10px;
  }

  .topbar,
  .hero-cta-row,
  .topbar-actions,
  .footer,
  .account-actions {
    align-items: stretch;
  }

  .topbar,
  .hero-cta-row,
  .topbar-actions,
  .footer {
    flex-direction: column;
  }

  .hero-copy,
  .hero-visual,
  .feature-card,
  .showcase-card,
  .delete-card,
  .privacy-article,
  .sidebar-card {
    border-radius: 26px;
  }

  .hero-copy,
  .delete-card,
  .privacy-article {
    padding: 24px;
  }

  .hero h1,
  .privacy-hero h1,
  .showcase h2,
  .delete-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.3rem);
  }

  .hero-visual {
    min-height: 340px;
  }

  .usage-ring-outer {
    width: min(78vw, 310px);
    height: min(78vw, 310px);
  }

  .usage-ring-middle {
    width: min(58vw, 235px);
    height: min(58vw, 235px);
  }

  .usage-center {
    width: min(42vw, 175px);
    height: min(42vw, 175px);
  }
}
