/* Landing page — block for block from the COSMOQ template */

/* ---------- Hero ---------- */
.hero { position: relative; padding: 150px 0 0; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,.6) 75%, #000 100%); }
.hero-frost { position: absolute; inset: 0; z-index: 1; background: url("../assets/tpl/6mcf62RlDfRfU61Yg5vb2pefpi4.png") repeat; background-size: 256px; opacity: .35; mix-blend-mode: overlay; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.hero .h1 { max-width: 980px; }
.hero .lead { max-width: 560px; color: var(--fg); font-size: 18px; }
.hero-cta { margin-top: 8px; }
.hero-preview { position: relative; z-index: 2; margin: 60px auto 0; max-width: 1120px; padding: 0 var(--gutter); }
.preview-frame { position: relative; border-radius: 20px 20px 0 0; border: 1px solid var(--line); border-bottom: 0; background: rgba(6,7,10,.85); backdrop-filter: blur(14px); overflow: hidden; box-shadow: 0 -20px 80px rgba(1,117,255,.12), 0 30px 80px rgba(0,0,0,.6); }
.preview-frame::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 40%; background: linear-gradient(180deg, rgba(0,0,0,0), #000); pointer-events: none; }
.preview-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line-soft); }
.preview-top .wm { display: flex; align-items: center; gap: 10px; }
.preview-top .dots { display: flex; gap: 6px; }
.preview-top .dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.12); }
.preview-body { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; }
.preview-side { border-right: 1px solid var(--line-soft); padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.preview-side .item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; color: var(--muted); font-size: 13px; }
.preview-side .item.active { background: rgba(255,255,255,.06); color: var(--fg); }
.preview-side .item svg { width: 16px; height: 16px; }
.preview-main { padding: 16px 18px; }
.preview-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.preview-card { border: 1px solid var(--line-soft); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.02); }
.preview-card .t { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.preview-card .v { font-family: var(--display); font-size: 22px; margin-top: 4px; }
@media (max-width: 720px) { .preview-body { grid-template-columns: 1fr; } .preview-side { display: none; } .preview-cards { grid-template-columns: 1fr 1fr; } }

/* Marquee of wordmarks */
.marquee { position: relative; margin-top: 40px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); }
.marquee-track { display: flex; gap: 64px; width: max-content; animation: marquee 40s linear infinite; padding: 10px 0; }
.marquee-track span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: .04em; color: rgba(255,255,255,.35); white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Statement ---------- */
.statement { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; padding-top: 140px; }
.statement .text { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.25; letter-spacing: -0.02em; color: var(--fg); }
.statement .text .dim { color: var(--muted); }
.sphere { position: relative; width: 346px; height: 346px; margin: 0 auto; border-radius: 50%; background: url("../assets/tpl/emEabgUGaj1mrFtUh9nCcNLOsk.webp") center/cover; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; box-shadow: 0 40px 120px rgba(1,117,255,.25), 0 0 0 1px rgba(255,255,255,.08) inset; animation: float 7s ease-in-out infinite; }
.sphere .sphere-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; backdrop-filter: blur(6px); }
.sphere .sphere-icon svg { width: 28px; height: 28px; color: #fff; }
.sphere .sphere-label { font-family: var(--display); font-size: 26px; color: #fff; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }
@media (max-width: 900px) { .statement { grid-template-columns: 1fr; } .sphere { width: 260px; height: 260px; } }

/* ---------- Why (feature cards with patterns) ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.why-grid-2 { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 24px; margin-top: 24px; }
.why-card { min-height: 463px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; }
.why-card.short { min-height: 444px; }
.why-card .glass { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 8px; }
.why-card .glass .h4 { font-size: 24px; }
.why-card .visual { position: absolute; inset: 0; z-index: 0; }
.why-card .visual img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.why-card .visual .glowball { position: absolute; left: 50%; top: 42%; width: 220px; height: 220px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle at 40% 35%, rgba(255,205,125,.85), rgba(1,117,255,.6) 45%, rgba(0,0,0,0) 72%); filter: blur(6px); animation: float 6s ease-in-out infinite; }
.cta-card { padding: 32px; display: flex; flex-direction: column; justify-content: center; gap: 12px; background: var(--card); }
.cta-card .h3 { font-size: 32px; }
.cta-card .actions { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
@media (max-width: 1024px) { .why-grid, .why-grid-2 { grid-template-columns: 1fr; } .why-card, .why-card.short { min-height: 360px; } }

/* Sliders visual (Control card) */
.sliders { position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); display: flex; gap: 28px; }
.sliders i { display: block; width: 14px; height: 200px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid var(--line); position: relative; }
.sliders i::after { content: ""; position: absolute; left: 50%; width: 22px; height: 22px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle at 35% 35%, #ffcd7d, #0175ff); box-shadow: 0 0 20px rgba(255,205,125,.6); animation: slide 5s ease-in-out infinite; }
.sliders i:nth-child(2)::after { animation-delay: -1.5s } .sliders i:nth-child(3)::after { animation-delay: -3s }
@keyframes slide { 0%,100% { top: 20% } 50% { top: 70% } }
/* Icon grid visual (Flexibility card) */
.iconrow { position: absolute; left: 50%; top: 38%; transform: translate(-50%, -50%); display: grid; grid-template-columns: repeat(4, 56px); gap: 14px; }
.iconrow span { width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid var(--line); display: grid; place-items: center; color: #fff; backdrop-filter: blur(4px); }
.iconrow span svg { width: 22px; height: 22px; }

/* ---------- Features (sticky tabs + stacked panels) ---------- */
.features { display: grid; grid-template-columns: 220px 1fr; gap: 32px; margin-top: 48px; align-items: start; }
.features-tabs { position: sticky; top: 110px; display: flex; flex-direction: column; }
.features-tabs a { display: flex; align-items: center; gap: 12px; padding: 16px 12px; border-bottom: 1px solid var(--line-soft); color: var(--muted); font-size: 15px; transition: color .25s; }
.features-tabs a svg { width: 18px; height: 18px; }
.features-tabs a.active { color: var(--fg); border-bottom-color: var(--blue); }
.feature-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; margin-bottom: 24px; }
.feature-panel .fp-text { padding: 36px; display: flex; flex-direction: column; gap: 16px; }
.feature-panel .fp-text .h4 { font-size: 26px; }
.feature-panel .chips { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-panel .fp-visual { position: relative; overflow: hidden; border-left: 1px solid var(--line-soft); background: radial-gradient(60% 60% at 70% 60%, rgba(1,117,255,.18), transparent 70%); }
.feature-panel .fp-visual img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.fp-orb { position: absolute; right: 8%; top: 50%; width: 220px; height: 220px; transform: translateY(-50%); border-radius: 50%; background: url("../assets/tpl/emEabgUGaj1mrFtUh9nCcNLOsk.webp") center/cover; display: grid; place-items: center; box-shadow: 0 30px 90px rgba(1,117,255,.3); animation: float 7s ease-in-out infinite; font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: .06em; color: #fff; text-transform: uppercase; }
.fp-cards { position: absolute; inset: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.fp-card { border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; background: rgba(6,7,10,.7); backdrop-filter: blur(8px); font-size: 13px; display: flex; align-items: center; gap: 10px; animation: popIn .6s var(--ease) both; }
.fp-card:nth-child(2) { animation-delay: .15s; margin-left: 40px; } .fp-card:nth-child(3) { animation-delay: .3s; margin-left: 80px; }
.fp-card b { margin-left: auto; font-family: var(--mono); }
.fp-nodes { position: absolute; inset: 0; }
.fp-nodes .node { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 100px; border: 1px solid var(--line); background: rgba(6,7,10,.75); backdrop-filter: blur(6px); font-size: 13px; color: var(--fg); animation: float 6s ease-in-out infinite; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr; } .features-tabs { position: static; flex-direction: row; overflow-x: auto; } .features-tabs a { white-space: nowrap; } .feature-panel { grid-template-columns: 1fr; } .feature-panel .fp-visual { min-height: 260px; border-left: 0; border-top: 1px solid var(--line-soft); } }

/* ---------- Venues (tabs + big panel + 4 cards) ---------- */
.venue-tabs { display: flex; gap: 8px; margin-top: 40px; }
.venue-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 100px; border: 1px solid var(--line-soft); color: var(--muted); font-size: 15px; transition: all .25s var(--ease); }
.venue-tabs button.active { color: var(--fg); background: rgba(255,255,255,.06); border-color: var(--line); }
.venue-panel { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; min-height: 420px; background: radial-gradient(80% 60% at 50% 100%, rgba(255,172,10,.16), transparent 70%), var(--card); }
.venue-panel .vp-text { padding: 40px; display: flex; flex-direction: column; gap: 14px; }
.venue-panel .vp-text .h3 { font-size: 34px; }
.venue-panel .vp-visual { position: relative; padding: 30px; display: flex; align-items: center; justify-content: center; }
.venue-panel .mock { width: 100%; max-width: 380px; border: 1px solid var(--line); border-radius: 16px; background: rgba(6,7,10,.8); backdrop-filter: blur(10px); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.mock-head { padding: 12px 14px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--muted); }
.mock-row { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.mock-row .t { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-row img { width: 22px; height: 22px; border-radius: 6px; object-fit: cover; }
.mini-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.mini-card { display: flex; flex-direction: column; gap: 14px; }
.mini-card .h4 { font-size: 20px; }
@media (max-width: 900px) { .venue-panel { grid-template-columns: 1fr; } .mini-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .mini-cards { grid-template-columns: 1fr; } .venue-tabs { flex-wrap: wrap; } }

/* ---------- Steps ---------- */
.steps-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.steps-progress span { font-family: var(--mono); font-size: 12px; color: var(--muted); padding-top: 14px; border-top: 1px solid var(--line); position: relative; }
.steps-progress span::before { content: ""; position: absolute; top: -1px; left: 0; height: 1px; width: 0; background: linear-gradient(90deg, var(--blue), var(--peach)); transition: width 1.2s var(--ease); }
.steps-progress span.done::before { width: 100%; }
.step-card { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; min-height: 460px; }
.step-card .st-text { padding: 40px; display: flex; flex-direction: column; gap: 14px; }
.step-card .st-text .h3 { font-size: 32px; }
.step-card .st-visual { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 30px; background: radial-gradient(70% 70% at 70% 40%, rgba(255,172,10,.22), transparent 70%); }
.step-card .st-visual .sphere { position: absolute; width: 260px; height: 260px; right: 10%; top: 8%; animation-duration: 9s; }
.st-form { position: relative; z-index: 1; width: 100%; max-width: 300px; margin-top: 210px; display: flex; flex-direction: column; gap: 10px; }
.st-form .input { background: rgba(6,7,10,.8); }
.st-form .btn { width: 100%; }
.st-nodes { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 360px; }
.st-nodes .node { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 100px; border: 1px solid var(--line); background: rgba(6,7,10,.75); backdrop-filter: blur(6px); font-size: 13px; color: var(--fg); }
.st-nodes .node.hot { border-color: rgba(255,205,125,.6); box-shadow: 0 0 20px rgba(255,205,125,.25); }
.st-ticket { position: relative; z-index: 1; width: 100%; max-width: 340px; border: 1px solid var(--line); border-radius: 18px; background: rgba(6,7,10,.85); backdrop-filter: blur(10px); padding: 16px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.st-ticket .row { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }
.st-ticket .row b { color: var(--fg); font-family: var(--mono); font-weight: 500; }
.st-ticket .yn { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 900px) { .step-card { grid-template-columns: 1fr; } .step-card .st-visual { min-height: 320px; } .st-form { margin-top: 0; } }

/* ---------- Safety ---------- */
.safety { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 48px; align-items: center; }
.safety .rows { display: flex; flex-direction: column; gap: 10px; }
.safety .rows .check-row { padding: 16px 18px; font-size: 16px; color: var(--fg); }
.safety-visual { position: relative; min-height: 420px; border-radius: var(--radius); overflow: hidden; }
.safety-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.safety-visual .bars { position: absolute; left: 12%; right: 12%; bottom: 14%; display: flex; gap: 12px; align-items: flex-end; height: 60%; }
.safety-visual .bars i { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, rgba(255,205,125,.9), rgba(1,117,255,.4)); animation: grow 2.4s var(--ease) infinite alternate; }
.safety-visual .bars i:nth-child(1) { height: 40% } .safety-visual .bars i:nth-child(2) { height: 70%; animation-delay: -.6s } .safety-visual .bars i:nth-child(3) { height: 55%; animation-delay: -1.2s } .safety-visual .bars i:nth-child(4) { height: 85%; animation-delay: -1.8s }
@keyframes grow { to { transform: scaleY(.6); transform-origin: bottom } }
@media (max-width: 900px) { .safety { grid-template-columns: 1fr; } }

/* ---------- Brief carousel (testimonials block) ---------- */
.carousel { position: relative; margin-top: 48px; overflow: hidden; }
.carousel-track { display: flex; gap: 24px; transition: transform .6s var(--ease); }
.brief-card { flex: 0 0 100%; display: grid; grid-template-columns: 360px 1fr; min-height: 420px; }
.brief-card .bc-visual { position: relative; overflow: hidden; }
.brief-card .bc-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brief-card .bc-visual .bc-stats { position: absolute; left: 20px; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bc-stat { border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: rgba(6,7,10,.75); backdrop-filter: blur(8px); }
.bc-stat .label { font-size: 10px; }
.bc-stat .v { font-family: var(--display); font-size: 28px; margin-top: 4px; }
.brief-card .bc-text { padding: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.brief-card .bc-text .quote { font-family: var(--display); font-size: clamp(20px, 2vw, 26px); line-height: 1.45; color: var(--fg); }
.brief-card .bc-meta { display: flex; flex-direction: column; gap: 4px; }
.carousel-nav { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.carousel-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--fg); background: rgba(255,255,255,.03); }
.carousel-nav button:hover { border-color: var(--line-strong); }
.carousel-nav button svg { width: 18px; height: 18px; }
@media (max-width: 900px) { .brief-card { grid-template-columns: 1fr; } .brief-card .bc-visual { min-height: 260px; } }

/* ---------- Fees (pricing block) ---------- */
.fees-toggle { display: inline-flex; margin-top: 40px; }
.fees-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.fee-card { padding: 32px; display: flex; flex-direction: column; gap: 20px; background: radial-gradient(90% 50% at 50% 110%, rgba(255,172,10,.16), transparent 70%), var(--card); }
.fee-card .name { font-family: var(--display); font-size: 22px; }
.fee-card .price { font-family: var(--display); font-size: 52px; line-height: 1; letter-spacing: -0.02em; }
.fee-card .price small { font-size: 16px; color: var(--muted); letter-spacing: 0; }
.fee-card .list { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--line-soft); padding-top: 20px; }
.fee-card .list div { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--fg-2); }
.fee-card .list svg { width: 16px; height: 16px; color: var(--muted); flex-shrink: 0; }
.fee-card .foot { margin-top: auto; text-align: center; font-size: 13px; color: var(--muted); padding-top: 12px; border-top: 1px solid var(--line-soft); }
.fee-card.featured { background: radial-gradient(100% 60% at 50% 0%, rgba(1,117,255,.22), transparent 70%), var(--card); }
@media (max-width: 900px) { .fees-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin-top: 48px; }
.faq-item { background: var(--card-2); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; align-self: start; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; text-align: left; font-size: 18px; font-weight: 500; letter-spacing: -0.03em; color: var(--fg); }
.faq-q svg { width: 18px; height: 18px; color: var(--muted); transition: transform .3s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a > div { padding: 0 20px 20px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.faq-item.open .faq-a { max-height: 400px; }
@media (max-width: 800px) { .faq { grid-template-columns: 1fr; } }

/* ---------- Wallets (integration block) ---------- */
.wallets { position: relative; margin-top: 120px; padding: 80px 0; overflow: hidden; }
.wallets-bg { position: absolute; inset: 0; z-index: 0; }
.wallets-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.wallets-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.2) 30%, rgba(0,0,0,.2) 70%, #000 100%); }
.wallets .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.wallets .h2 { max-width: 480px; }
.wallet-grid { display: grid; grid-template-columns: repeat(3, 84px); gap: 20px; justify-content: end; }
.wallet-grid span { width: 84px; height: 84px; border-radius: 22px; background: rgba(6,7,10,.7); border: 1px solid var(--line); display: grid; place-items: center; color: #fff; backdrop-filter: blur(8px); box-shadow: var(--blue) -3px 2px 10px 0 inset, var(--peach) 3px -2px 8px 0 inset; transition: transform .3s var(--ease); }
.wallet-grid span:hover { transform: translateY(-4px); }
.wallet-grid span svg { width: 34px; height: 34px; }
@media (max-width: 900px) { .wallets .container { grid-template-columns: 1fr; } .wallet-grid { justify-content: start; } }

/* ---------- Final CTA ---------- */
.final { text-align: center; padding-top: 100px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.final .h2 { max-width: 720px; font-size: clamp(36px, 4.5vw, 60px); }
.final .body { max-width: 460px; }

/* Landing cards (Highest volume / Biggest move / Closing soon) */
.top-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.top-card { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.top-card .label { font-size: 11px; }
.top-card .row { display: flex; align-items: center; gap: 10px; }
.top-card img, .top-card .ph { width: 28px; height: 28px; border-radius: 8px; object-fit: cover; background: rgba(255,255,255,.06); }
.top-card .t { flex: 1; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-card .v { font-family: var(--display); font-size: 32px; }
@media (max-width: 800px) { .top-cards { grid-template-columns: 1fr; } }
