/* Lumi Scraper website: the extension's space theme, for a page instead of a
   side panel. Fonts are bundled (Poppins and Space Mono, SIL OFL 1.1). */

@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url("fonts/poppins-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-display: swap; src: url("fonts/poppins-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap; src: url("fonts/poppins-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url("fonts/poppins-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Space Mono"; font-weight: 400; font-display: swap; src: url("fonts/space-mono-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Space Mono"; font-weight: 700; font-display: swap; src: url("fonts/space-mono-latin-700-normal.woff2") format("woff2"); }

:root {
  --space-0: #02050d;
  --space-1: #050c1d;
  --glass: rgba(17, 30, 56, 0.62);
  --glass-strong: rgba(22, 38, 70, 0.82);
  --line: rgba(160, 190, 255, 0.10);
  --line-2: rgba(160, 190, 255, 0.18);
  --text: #eef3ff;
  --muted: #94a5c6;
  --dim: #6d7d9b;
  --blue: #2f8cff;
  --blue-2: #1f6cf0;
  --blue-soft: rgba(47, 140, 255, 0.16);
  --blue-glow: rgba(47, 140, 255, 0.45);
  --ice: #8fd8ff;
  --green: #3ddc84;
  --amber: #ffb547;
  --radius: 14px;
  --radius-lg: 22px;
  --sans: "Poppins", "Segoe UI", system-ui, sans-serif;
  --mono: "Space Mono", ui-monospace, Consolas, monospace;
  --page: 1120px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--space-0);
  color: var(--text);
  font: 400 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--ice); }
a:hover { color: #fff; }
:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; border-radius: 6px; }

/* The sky behind everything */
.sky {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(90% 55% at 50% -12%, rgba(40, 110, 255, 0.30), transparent 62%),
    radial-gradient(70% 45% at 100% 100%, rgba(30, 80, 200, 0.14), transparent 70%),
    linear-gradient(180deg, var(--space-1), var(--space-0) 70%);
}
.sky::before, .sky::after { content: ""; position: absolute; inset: 0; background-repeat: repeat; }
.sky::before {
  background-image:
    radial-gradient(1px 1px at 20px 30px, rgba(255,255,255,.55), transparent 55%),
    radial-gradient(1px 1px at 140px 90px, rgba(255,255,255,.35), transparent 55%),
    radial-gradient(1.4px 1.4px at 90px 160px, rgba(190,220,255,.6), transparent 55%),
    radial-gradient(1px 1px at 210px 210px, rgba(255,255,255,.3), transparent 55%),
    radial-gradient(1px 1px at 260px 60px, rgba(255,255,255,.45), transparent 55%);
  background-size: 300px 260px;
}
.sky::after {
  background-image:
    radial-gradient(1px 1px at 60px 80px, rgba(255,255,255,.25), transparent 55%),
    radial-gradient(1.6px 1.6px at 170px 20px, rgba(160,210,255,.45), transparent 55%),
    radial-gradient(1px 1px at 120px 200px, rgba(255,255,255,.2), transparent 55%);
  background-size: 230px 240px;
  animation: twinkle 7s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: .45; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .sky::after { animation: none; } html { scroll-behavior: auto; } }

.wrap { width: min(var(--page), 100% - 32px); margin-inline: auto; }

/* Header */
.site-head {
  position: sticky; top: 0; z-index: 10;
  background: rgba(3, 8, 20, 0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 600; letter-spacing: .02em; }
.brand img { width: 30px; height: 30px; border-radius: 8px; }
.nav { display: flex; gap: 22px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
@media (max-width: 720px) { .nav { gap: 14px; } .nav .opt { display: none; } }

/* Hero with the planet */
.hero { position: relative; text-align: center; padding: 0 0 72px; }
.planet { height: 300px; overflow: hidden; margin-bottom: -40px; }
.planet svg { width: 100%; height: 100%; display: block; }
@media (max-width: 720px) { .planet { height: 190px; margin-bottom: -20px; } }
.hero .icon-big { width: 96px; height: 96px; margin: 0 auto 22px; border-radius: 24px; box-shadow: 0 18px 60px -14px var(--blue-glow); position: relative; }
.wordmark { margin: 0; font-weight: 700; font-size: clamp(44px, 9vw, 88px); letter-spacing: .32em; line-height: 1; padding-left: .32em; }
.wordmark-sub { margin: 10px 0 0; font-weight: 600; font-size: clamp(13px, 2.2vw, 17px); letter-spacing: .72em; padding-left: .72em; color: var(--ice); }
.tagline { margin: 26px auto 0; max-width: 640px; font-size: clamp(18px, 2.6vw, 22px); font-weight: 500; }
.lede { margin: 12px auto 0; max-width: 620px; color: var(--muted); }
.status {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
  padding: 7px 14px; border-radius: 999px; font-size: 13px;
  background: rgba(20, 34, 62, 0.75); border: 1px solid var(--line-2); color: var(--muted);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border-radius: 14px;
  font: 600 15px/1 var(--sans); text-decoration: none; cursor: pointer;
  color: var(--text); background: rgba(24, 40, 72, 0.8); border: 1px solid var(--line-2);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-1px); color: #fff; }
.btn.primary {
  background: linear-gradient(180deg, #3f98ff, var(--blue-2));
  border-color: rgba(140, 200, 255, 0.4);
  box-shadow: 0 12px 34px -12px var(--blue-glow), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn.is-disabled { opacity: .55; cursor: default; transform: none; }
.btn svg { width: 18px; height: 18px; }

/* Sections */
section { padding: 72px 0; }
section.tight-top { padding-top: 0; }
.eyebrow { margin: 0 0 10px; font: 700 12px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--ice); }
h2 { margin: 0; font-size: clamp(26px, 4vw, 38px); line-height: 1.2; font-weight: 600; }
.section-lede { margin: 14px 0 0; max-width: 680px; color: var(--muted); }
.center { text-align: center; }
.center .section-lede { margin-inline: auto; }

.card {
  background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: 0 10px 40px -18px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px; margin-top: 40px; }
.feature { padding: 24px; }
.feature .ic {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--blue-soft); border: 1px solid rgba(90, 160, 255, 0.28); color: var(--ice); margin-bottom: 14px;
}
.feature .ic svg { width: 20px; height: 20px; }
.feature h3 { margin: 0 0 6px; font-size: 17px; font-weight: 600; }
.feature p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* Phone screenshots */
.shots {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 200px); gap: 18px;
  overflow-x: auto; padding: 36px 4px 18px; scroll-snap-type: x mandatory; justify-content: safe center;
}
.shots figure { margin: 0; scroll-snap-align: center; }
.shots img { border-radius: 22px; border: 1px solid var(--line-2); box-shadow: 0 24px 60px -24px rgba(0,0,0,.9); }
.shots figcaption { margin-top: 10px; text-align: center; font-size: 13px; color: var(--muted); }

.two { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .two { grid-template-columns: 1fr; } }
.tree {
  margin: 0; padding: 22px 24px; overflow-x: auto;
  font: 400 13.5px/1.9 var(--mono); color: var(--ice); white-space: pre;
}
.tree b { color: var(--text); font-weight: 700; }
.checks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.checks li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; color: var(--muted); }
.checks li strong { color: var(--text); font-weight: 600; }
.checks svg { width: 20px; height: 20px; color: var(--green); margin-top: 3px; }

.principles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 14px; margin-top: 36px; }
.principle { padding: 20px 22px; }
.principle h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; }

.support { padding: 40px; display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; }
.support .cup {
  width: 76px; height: 76px; border-radius: 22px; display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(63,152,255,.25), rgba(31,108,240,.12)); border: 1px solid rgba(140,200,255,.35); color: var(--ice);
}
.support .cup svg { width: 38px; height: 38px; }
.support h2 { font-size: clamp(24px, 3.4vw, 32px); }
.support p { margin: 10px 0 0; color: var(--muted); }
.support .fine { font-size: 13px; color: var(--dim); }
.support .actions { justify-content: flex-start; margin-top: 20px; }
@media (max-width: 640px) { .support { grid-template-columns: 1fr; padding: 26px; } }

.contact { padding: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.contact p { margin: 4px 0 0; color: var(--muted); }
.mail { font: 700 clamp(16px, 2.6vw, 20px)/1.3 var(--mono); color: var(--text); text-decoration: none; word-break: break-all; }

/* Legal and contact pages */
.doc { padding: 56px 0 80px; }
.doc .card { padding: clamp(24px, 5vw, 48px); max-width: 820px; margin-inline: auto; }
.doc h1 { margin: 0; font-size: clamp(30px, 5vw, 42px); line-height: 1.15; font-weight: 600; }
.doc .updated { margin: 8px 0 28px; color: var(--dim); font: 400 13px/1.4 var(--mono); }
.doc h2 { font-size: 20px; margin: 34px 0 8px; }
.doc p, .doc li { color: #c9d4ea; }
.doc ul { padding-left: 22px; }
.doc li { margin: 6px 0; }
.doc table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14.5px; }
.doc th, .doc td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.doc th { color: var(--text); font-weight: 600; }
.doc .summary { padding: 18px 20px; border-radius: var(--radius); background: var(--blue-soft); border: 1px solid rgba(90,160,255,.25); }
.doc .summary p { margin: 0; color: var(--text); }
.doc .summary ul { margin: 8px 0 0; }
.table-wrap { overflow-x: auto; }
.actions.left { justify-content: flex-start; margin-top: 28px; }

/* Footer */
.site-foot { border-top: 1px solid var(--line); padding: 40px 0 56px; color: var(--dim); font-size: 13.5px; }
.site-foot .wrap { display: grid; gap: 18px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-links a { color: var(--muted); text-decoration: none; }
.foot-links a:hover { color: var(--text); }
.credits { max-width: 820px; }
.foot-address { color: var(--muted); margin: 0; }
.foot-address a { color: var(--muted); }
.credits a { color: var(--muted); }
