/* ================================================================
   24/7 PRAYER NETWORK — candlelit cathedral design system
   night-first · amber flame · serif voice · per-tenant accent
   ================================================================ */
:root {
  --bg: #0a0e1a;
  --bg-2: #0e1424;
  --panel: #131a2e;
  --panel-2: #182138;
  --line: rgba(255,255,255,.08);
  --line-2: rgba(255,255,255,.14);
  --ink: #ece7dd;
  --ink-dim: #a8a296;
  --ink-faint: #918d82;
  --accent: #e8952b;
  --accent-soft: rgba(232,149,43,.16);
  --flame-1: #ffd9a0;
  --flame-2: #f2a93b;
  --flame-3: #e07b12;
  --good: #57b98a;
  --bad: #d96e63;
  --serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", sans-serif;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(0,0,0,.45);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(760px 460px at 50% -160px, rgba(255,190,90,.20), rgba(242,169,59,.06) 45%, transparent 72%),
    radial-gradient(1100px 620px at 82% 116%, rgba(80,110,240,.12), transparent 62%),
    radial-gradient(1400px 900px at 50% 40%, rgba(0,0,0,0) 55%, rgba(0,0,0,.35) 100%);
}
@keyframes emberGlow { 0%,100% { opacity:.85 } 50% { opacity:1 } }
main { position: relative; z-index: 1; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10,14,26,.78);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; gap: 26px; height: 64px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-2);
  font-family: var(--serif); font-weight: 650; font-size: 13px; color: var(--accent);
  letter-spacing: .5px;
}
.brand-name { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: .2px; white-space: nowrap; }
.brand-name small { display: block; font-family: var(--sans); font-size: 10.5px; color: var(--ink-dim); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600; margin-top: -3px; }
.nav { display: flex; gap: 20px; margin-left: auto; align-items: center; }
.nav a { color: var(--ink-dim); font-size: 14.5px; font-weight: 500; }
.nav a:hover { color: var(--ink); text-decoration: none; }
.nav .cta { color: #0a0e1a; background: var(--accent); padding: 8px 16px; border-radius: 99px; font-weight: 600; }
.nav .cta:hover { filter: brightness(1.1); }
@media (max-width: 780px) {
  .nav a:not(.cta) { display: none; }
  .nav .cta { display: none; }
  .nav .navmenu { display: block; }
  .site-head .wrap { gap: 12px; }
  .brand { flex: 1; min-width: 0; }
  .brand-name { white-space: normal; line-height: 1.15; font-size: 16px; }
}
.navmenu { display: none; position: relative; }
.navmenu summary { list-style: none; cursor: pointer; color: var(--ink-dim); font-size: 14.5px; font-weight: 600; padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 99px; }
.navmenu summary::-webkit-details-marker { display: none; }
.navmenu .navpop { position: absolute; right: 0; top: calc(100% + 8px); background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 10px; display: flex; flex-direction: column; gap: 2px; min-width: 180px; box-shadow: var(--shadow); z-index: 60; }
.navmenu .navpop a { padding: 9px 12px; border-radius: 8px; }
.navmenu .navpop a:hover { background: var(--panel); }
@media (min-width: 781px) { .navmenu { display: none !important; } }
a:focus-visible, button:focus-visible, .cell:focus-visible, summary:focus-visible { outline: 2px solid var(--flame-1); outline-offset: 2px; }

/* ---------- hero ---------- */
.hero { padding: 64px 0 30px; text-align: center; position: relative; }
.hero::before {
  content: ""; position: absolute; left: 50%; top: -190px; transform: translateX(-50%);
  width: 900px; height: 560px; pointer-events: none; z-index: -1;
  background: radial-gradient(closest-side, rgba(255,196,110,.22), rgba(242,169,59,.10) 55%, transparent 78%);
  animation: emberGlow 5s ease-in-out infinite;
}
.nb { white-space: nowrap; }
.watch-chip {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line-2); border-radius: 99px;
  padding: 7px 16px; font-size: 12px; letter-spacing: 2.2px; text-transform: uppercase;
  color: var(--flame-1); background: rgba(242,169,59,.07); border-color: rgba(242,169,59,.35);
}
.watch-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(232,149,43,.5);} 50% { opacity: .7; box-shadow: 0 0 0 7px rgba(232,149,43,0);} }
.hero h1 {
  font-family: var(--serif); font-weight: 540;
  font-size: clamp(30px, 5vw, 52px); line-height: 1.12;
  max-width: 820px; margin: 22px auto 14px;
  letter-spacing: -0.3px;
}
.hero h1 em { font-style: italic; color: var(--flame-1); }
.hero .lede { max-width: 640px; margin: 0 auto; color: var(--ink-dim); font-size: 17.5px; }
.hero .verse { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 19px; max-width: 660px; margin: 26px auto 6px; }
.hero .verse-ref { color: var(--accent); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-ctas { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 99px; border: 1px solid transparent;
  font-size: 15px; font-weight: 600; cursor: pointer; font-family: var(--sans);
  transition: filter .15s ease, transform .1s ease;
}
.btn:hover { text-decoration: none; filter: brightness(1.08); }
.btn .flame { width: 15px; height: 20px; margin-right: 1px; }
.btn .arr, .btn .hands { vertical-align: middle; }
.prayed-btn .hands { color: var(--flame-2); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #0a0e1a; }
.btn-ghost { border-color: rgba(255,255,255,.28); color: var(--ink); background: rgba(255,255,255,.03); }
.btn-sm { padding: 7px 15px; font-size: 13.5px; }
.btn-danger { border-color: rgba(217,110,99,.4); color: var(--bad); background: rgba(217,110,99,.06); }

/* ---------- live band ---------- */
.liveband { margin: 40px auto 0; }
.liveband .inside {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
}
.liveband .inside > span:not([data-sep]) { white-space: normal; }
.liveband .inside .sep { color: var(--ink-faint); }
@media (max-width: 620px) { .liveband .inside .sep { display: none; } .liveband .inside { gap: 8px 14px; } }
  border: 1px solid var(--line); border-radius: 99px;
  background: linear-gradient(120deg, rgba(242,169,59,.06), rgba(255,255,255,.02));
  padding: 12px 22px; max-width: 860px; margin: 0 auto; font-size: 14.5px; color: var(--ink-dim);
}
.liveband b { color: var(--ink); font-weight: 600; }
.flame { width: 20px; height: 26px; }
.flame path { animation: flicker 2.4s infinite alternate ease-in-out; transform-origin: 50% 90%; }
@keyframes flicker { from { transform: scale(1) rotate(-2deg); } to { transform: scale(1.08) rotate(3deg); } }

/* ---------- section frames ---------- */
section.block { padding: 74px 0 10px; }
.sec-head { text-align: center; margin-bottom: 34px; }
.sec-kicker { font-size: 12px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.sec-head h2 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 38px); font-weight: 540; margin: 10px 0 8px; }
.sec-head p { color: var(--ink-dim); max-width: 620px; margin: 0 auto; }

/* ---------- the ring ---------- */
.chain-zone { display: grid; grid-template-columns: minmax(320px, 460px) 1fr; gap: 46px; align-items: center; }
@media (max-width: 900px) { .chain-zone { grid-template-columns: 1fr; } }
.ring-box { position: relative; }
.ring-box svg { display: block; width: 100%; height: auto; filter: drop-shadow(0 6px 34px rgba(242,169,59,.12)); }
.ring-hubnum { font-family: var(--serif); font-size: 44px; fill: var(--ink); }
.ring-hublabel { font-family: var(--sans); font-size: 12px; letter-spacing: 2px; fill: var(--ink-dim); text-transform: uppercase; }
.ring-now { font-family: var(--sans); font-size: 12px; fill: var(--flame-1); letter-spacing: 1px; }
.hourseg { cursor: pointer; transition: opacity .2s; }
.hourseg:hover { opacity: .85; }
.hourseg.filled path.seg { fill: var(--accent); opacity: .85; }
.hourseg.empty path.seg { fill: rgba(255,255,255,.045); stroke: var(--line-2); stroke-width: 1; stroke-dasharray: 3 4; }
.hourseg.locked path.seg { fill: rgba(255,255,255,.03); stroke: var(--line); stroke-width: 1; }
.hourseg.now path.seg { fill: var(--flame-2); stroke: var(--flame-1); stroke-width: 1.5; animation: glow 2.2s infinite alternate; }
@keyframes glow { from { opacity:.85 } to { opacity:1 } }
.hourseg text { fill: var(--ink-faint); font-size: 10.5px; font-family: var(--sans); pointer-events: none; }
.ring-tip {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: -14px;
  background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 10px;
  padding: 8px 14px; font-size: 13px; color: var(--ink); box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transition: opacity .15s; white-space: nowrap;
}
.ring-tip.show { opacity: 1; }
.chain-side .statline { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0 22px; }
.stat {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px;
  background: rgba(255,255,255,.02); min-width: 128px; flex: 1;
}
.stat .n { font-family: var(--serif); font-size: 26px; color: var(--flame-1); line-height: 1.1; }
.stat .l { font-size: 12px; color: var(--ink-dim); letter-spacing: .4px; }
.streak-note { color: var(--ink-dim); font-size: 14.5px; margin-top: 14px; }
.streak-note b { color: var(--flame-1); }

/* ---------- week grid ---------- */
.weekgrid-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.weekgrid { min-width: 780px; width: 100%; border-collapse: collapse; }
.weekgrid th, .weekgrid td { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); padding: 0; }
.weekgrid th { font-size: 11.5px; color: var(--ink-dim); font-weight: 600; padding: 9px 4px; text-align: center; position: sticky; top: 0; background: var(--panel-2); letter-spacing: .4px; }
.weekgrid td.hourlab { font-size: 11px; color: var(--ink-faint); text-align: right; padding: 0 8px; white-space: nowrap; }
.weekgrid td .cell {
  display: block; height: 26px; cursor: pointer; border: none; width: 100%;
  background: transparent; transition: background .12s;
}
.weekgrid td.filled .cell { background: var(--accent-soft); border-left: 3px solid var(--accent); }
.weekgrid td.now .cell { background: var(--flame-2); }
.weekgrid td.locked .cell { background: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.05) 5px, rgba(255,255,255,.05) 10px); cursor: default; }
.weekgrid td .cell:hover { background: rgba(232,149,43,.3); }
.weekgrid td.today-col { background: rgba(242,169,59,.05); }

/* ---------- prayer wall ---------- */
.wall-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.req-card {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel);
  padding: 18px 18px 14px; display: flex; flex-direction: column; gap: 10px;
}
.req-card.answered { border-color: rgba(87,185,138,.35); background: rgba(87,185,138,.05); }
.req-body { font-family: var(--serif); font-size: 16.5px; line-height: 1.55; }
.req-meta { font-size: 12.5px; color: var(--ink-faint); display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.answered-tag { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--good); border: 1px solid rgba(87,185,138,.35); border-radius: 99px; padding: 2px 10px; }
.prayed-btn {
  display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line-2);
  background: rgba(255,255,255,.02); color: var(--ink-dim); border-radius: 99px;
  padding: 7px 14px; font-size: 13.5px; cursor: pointer; font-family: var(--sans); transition: all .15s;
}
.prayed-btn:hover { border-color: var(--accent); color: var(--accent); }
.prayed-btn.done { background: var(--accent); color: #0a0e1a; border-color: var(--accent); font-weight: 600; }
.req-form { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 22px; margin-bottom: 22px; }

/* ---------- forms ---------- */
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; color: var(--ink-dim); margin-bottom: 6px; letter-spacing: .3px; }
input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
  width: 100%; background: var(--bg-2); color: var(--ink);
  border: 1px solid var(--line-2); border-radius: 10px; padding: 11px 13px;
  font-size: 15px; font-family: var(--sans); outline: none; transition: border-color .15s;
}
input:focus, textarea:focus, select:focus { border-color: var(--accent); }
textarea { min-height: 96px; resize: vertical; font-family: var(--serif); font-size: 16px; }
.checkrow { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--ink-dim); }
.checkrow input { margin-top: 3px; }
.form-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 10px; }
.form-ok { background: rgba(87,185,138,.1); border: 1px solid rgba(87,185,138,.4); color: #9fdcc0; padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14.5px; }
.form-err { background: rgba(217,110,99,.1); border: 1px solid rgba(217,110,99,.4); color: #f0b1aa; padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14.5px; }

/* ---------- pathway ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.step-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
  background: var(--panel); display: block; color: var(--ink);
  transition: border-color .15s ease, transform .15s ease;
}
.step-card:hover { border-color: var(--accent); text-decoration: none; transform: translateY(-2px); }
.step-num { font-family: var(--serif); font-size: 13px; color: var(--accent); letter-spacing: 2px; }
.step-card h3 { font-family: var(--serif); font-size: 20px; margin: 6px 0 6px; font-weight: 560; }
.step-card p { color: var(--ink-dim); font-size: 14px; }
.step-page .verse-card {
  border: 1px solid var(--line-2); border-left: 4px solid var(--accent);
  background: linear-gradient(120deg, rgba(242,169,59,.05), transparent);
  border-radius: var(--radius); padding: 26px 30px; margin: 26px 0;
}
.step-page .verse-card blockquote { font-family: var(--serif); font-style: italic; font-size: 21px; line-height: 1.5; }
.step-page .verse-card cite { display: block; margin-top: 12px; color: var(--accent); font-style: normal; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; }
.prayer-box {
  border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 24px 28px;
  font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1.65; color: var(--flame-1);
  background: rgba(242,169,59,.04);
}
.prayer-box .pb-label { font-family: var(--sans); font-style: normal; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 8px; }
.step-nav { display: flex; justify-content: space-between; margin: 34px 0 10px; gap: 12px; }

/* ---------- modal ---------- */
.modal-back {
  position: fixed; inset: 0; background: rgba(5,8,16,.7); backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center; z-index: 100; padding: 20px;
}
.modal-back.open { display: flex; }
.modal {
  width: 100%; max-width: 460px; background: var(--bg-2);
  border: 1px solid var(--line-2); border-radius: 18px; padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6); max-height: 88vh; overflow: auto;
}
.modal h3 { font-family: var(--serif); font-weight: 560; font-size: 23px; margin-bottom: 4px; }
.modal .sub { color: var(--ink-dim); font-size: 14px; margin-bottom: 18px; }
.modal .close-x { float: right; background: none; border: none; color: var(--ink-faint); font-size: 22px; cursor: pointer; }
.modal .close-x:hover { color: var(--ink); }

/* ---------- footer ---------- */
.site-foot { margin-top: 90px; border-top: 1px solid var(--line); padding: 44px 0 60px; color: var(--ink-faint); font-size: 13.5px; }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 26px; justify-content: space-between; align-items: flex-start; }
.site-foot nav { display: flex; flex-direction: column; gap: 6px; }
.site-foot a { color: var(--ink-dim); }
.foot-brand { font-family: var(--serif); font-size: 17px; color: var(--ink); }
.foot-rooms { display: flex; gap: 10px; flex-wrap: wrap; }
.foot-rooms a { border: 1px solid var(--line); border-radius: 99px; padding: 5px 13px; font-size: 12.5px; }

/* ---------- auth/account cards ---------- */
.auth-card { max-width: 430px; margin: 70px auto; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); padding: 34px; box-shadow: var(--shadow); }
.auth-card h2 { font-family: var(--serif); font-weight: 560; margin-bottom: 4px; }
.auth-card .sub { color: var(--ink-dim); font-size: 14.5px; margin-bottom: 22px; }
.auth-alt { text-align: center; margin-top: 18px; font-size: 14px; color: var(--ink-dim); }
.slot-row { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; margin-bottom: 8px; background: var(--panel); font-size: 14.5px; }

/* ---------- admin ---------- */
.admin-body { background: #0b0f1c; }
.admin-shell { display: grid; grid-template-columns: 220px 1fr; min-height: calc(100vh - 64px); }
@media (max-width: 860px) { .admin-shell { grid-template-columns: 1fr; } .admin-side { border: none !important; border-bottom: 1px solid var(--line) !important; } }
.admin-side { border-right: 1px solid var(--line); padding: 24px 16px; }
.admin-side h4 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-faint); margin: 18px 8px 8px; }
.admin-side a { display: block; padding: 9px 12px; border-radius: 9px; color: var(--ink-dim); font-size: 14px; }
.admin-side a:hover { background: var(--panel); color: var(--ink); text-decoration: none; }
.admin-side a.on { background: var(--accent-soft); color: var(--flame-1); }
.admin-main { padding: 34px; max-width: 1080px; }
.admin-main h1 { font-family: var(--serif); font-weight: 560; font-size: 28px; margin-bottom: 4px; }
.admin-main .sub { color: var(--ink-dim); margin-bottom: 26px; }
.acards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-bottom: 28px; }
.acard { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 18px; }
.acard .n { font-family: var(--serif); font-size: 30px; color: var(--flame-1); }
.acard .l { font-size: 12.5px; color: var(--ink-dim); }
atable { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.atable th, .atable td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
.atable th { background: var(--panel-2); color: var(--ink-dim); font-size: 12px; letter-spacing: .6px; text-transform: uppercase; }
.atable tr:last-child td { border-bottom: none; }
.pill { display: inline-block; border-radius: 99px; padding: 2px 10px; font-size: 11.5px; letter-spacing: .5px; border: 1px solid var(--line-2); }
.pill.green { color: var(--good); border-color: rgba(87,185,138,.4); background: rgba(87,185,138,.08); }
.pill.amber { color: var(--flame-1); border-color: rgba(232,149,43,.4); background: var(--accent-soft); }
.pill.red { color: var(--bad); border-color: rgba(217,110,99,.4); background: rgba(217,110,99,.08); }
.rowbtns { display: flex; gap: 8px; flex-wrap: wrap; }
code.dns { display: block; background: #060911; border: 1px solid var(--line-2); border-radius: 10px; padding: 14px 16px; font-size: 13px; color: var(--flame-1); font-family: ui-monospace, "SF Mono", Menlo, monospace; overflow-x: auto; }

/* toast */
.toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: var(--panel-2); border: 1px solid var(--accent); color: var(--ink);
  padding: 13px 22px; border-radius: 99px; font-size: 14.5px; z-index: 200;
  box-shadow: var(--shadow); transition: transform .25s ease; pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* utility */
.center { text-align: center; }
.mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; }
.dim { color: var(--ink-dim); }
.small { font-size: 13.5px; }
.serif { font-family: var(--serif); }
.flex { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.spread { justify-content: space-between; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .grid2 { grid-template-columns: 1fr; } }
.divider { border: none; border-top: 1px solid var(--line); margin: 30px 0; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
