/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --red: #c41e3a;
  --red-hover: #e02a4a;
  --bg: #0b0b0d;
  --panel: #16161a;
  --text: #f4f1ee;
  --muted: #9a9590;
  --line: #2a2a30;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  min-height: 100%;
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
}

html, body {
  min-height: 100%;
}

html {
  background: #050506 url("/ez-bg-techno-cave.png") center / cover no-repeat fixed;
}

body {
  min-height: 100vh;
  background: transparent;
}

.wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 20px 120px;
}

.brand {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: var(--red);
  line-height: 0.9;
}

.tag {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 600;
  font-size: 15px;
}

.card {
  margin-top: 36px;
  background: rgba(22, 22, 26, 0.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

label {
  display: block;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.row {
  display: flex;
  gap: 10px;
}

input[type="url"] {
  flex: 1 1;
  background: #0e0e12;
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 16px;
  outline: none;
}

input[type="url"]:focus {
  border-color: var(--red);
}

button {
  background: var(--red);
  color: white;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
}

button:hover { background: var(--red-hover); }
button:disabled { opacity: 0.5; cursor: not-allowed; }

.status {
  margin-top: 16px;
  font-weight: 700;
  color: var(--muted);
}

.error { color: var(--red); }

.clips {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  margin-top: 18px;
}

.clip {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #101014;
}

.clip video {
  width: 100%;
  max-height: 520px;
  background: #000;
  display: block;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
}

.meta span { color: var(--muted); font-weight: 600; font-size: 13px; }

a.dl {
  color: white;
  background: var(--red);
  text-decoration: none;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
}

.legal {
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.hero { display:flex; align-items:center; gap:18px; }
.badge { width:92px; height:92px; border-radius:22px; object-fit:cover; border:1px solid var(--line); box-shadow:0 8px 30px rgba(196,30,58,.28); flex-shrink:0; }
.pills { display:grid; grid-template-columns:repeat(3,1fr); grid-gap:10px; gap:10px; margin-top:22px; }
.pill { background:rgba(22,22,26,.62); border:1px solid var(--line); border-radius:12px; padding:12px 14px; }
.pill strong { display:block; color:var(--red); font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.pill span { display:block; margin-top:4px; color:var(--muted); font-size:13px; font-weight:600; }
.timeline { position:fixed; left:0; right:0; bottom:0; height:72px; background:linear-gradient(to top, rgba(11,11,13,.92), rgba(11,11,13,.15)), url("/ez-timeline.png") center / cover no-repeat; border-top:1px solid rgba(196,30,58,.35); pointer-events:none; z-index:2; }

.ccbox { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.cclabel { font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.looks { display: flex; flex-wrap: wrap; gap: 8px; }
.look { background: #0e0e12; color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 13px; cursor: pointer; }
.look.on { background: var(--red); border-color: var(--red); color: #fff; }
.ccrow { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 12px; }
.toggle { display: flex; gap: 8px; align-items: center; color: var(--muted); font-weight: 700; font-size: 13px; }
.dls { display: flex; gap: 8px; }
a.dl.ghost { background: transparent; border: 1px solid var(--red); color: var(--text); }

.ccnote { color: var(--muted); font-size: 12px; font-weight: 600; margin: -4px 0 10px; }

.prog { margin-top: 14px; }
.progmeta { display:flex; justify-content:space-between; gap:12px; color:var(--muted); font-size:13px; font-weight:700; margin-bottom:8px; }
.progtrack { height:10px; background:#0e0e12; border:1px solid var(--line); border-radius:999px; overflow:hidden; }
.progfill { height:100%; background:var(--red); border-radius:999px; transition:width .35s ease; }
.progfill.pulse { animation: progslide 1.4s ease-in-out infinite; }
@keyframes progslide {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

.durcard { margin-top:22px; min-height:0; display:flex; flex-direction:column; justify-content:center; }
.durlooks { margin-top: 8px; gap: 12px; }
.biglook { min-width: 88px; padding: 16px 22px; font-size: 18px; }

.dursecond { margin-top: 22px; }
.costline { margin-top: 16px; color: var(--text); font-weight: 800; font-size: 14px; }

.freebar { margin: 28px 0 14px; padding: 16px 18px; text-align:center; border-radius:14px; background:var(--red); color:#fff; box-shadow:0 10px 28px rgba(196,30,58,.35); }
.freebar strong { display:block; font-size:18px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.freebar span { display:block; margin-top:6px; font-size:14px; font-weight:700; opacity:.95; }
.freepending { color:var(--muted); font-weight:700; font-size:13px; text-align:center; margin-bottom:8px; }

.livechip { position:fixed; top:16px; right:16px; z-index:30; background:var(--red); color:#fff; font-weight:900; font-size:13px; letter-spacing:.06em; text-transform:uppercase; padding:8px 14px; border-radius:999px; box-shadow:0 8px 22px rgba(196,30,58,.38); }

.plancard { margin-top: 8px; }
.plangrid { display:grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); grid-gap:14px; gap:14px; margin:0 0 14px; }
.plan { display:flex; flex-direction:column; gap:6px; padding:18px; border:1px solid var(--line); border-radius:14px; background:#0e0e12; }
.plan.on { border-color: var(--red); box-shadow: 0 0 0 1px var(--red) inset; }
.plan strong { font-size:16px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.planprice { font-size:26px; font-weight:900; color:var(--red); }
.planuses { color:var(--muted); font-size:13px; font-weight:700; }
.plan button { margin-top:auto; width:100%; }
.brandplan { justify-content:center; border-color: var(--red); background: rgba(196,30,58,.12); }
.brandplan .brand { font-size: 52px; margin: 0; }
.brandplan .tag { margin: 4px 0 8px; display:block; }

.autorow { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-top:14px; }
.autohint { color:var(--muted); font-size:13px; font-weight:700; text-align:right; margin-left:auto; white-space:nowrap; }

