/* v04 快訊牆 (tipwall) — 情報動態牆版型 */
/* 佈局 DNA：單欄情報 feed＋右欄熱榜，圓潤大圓角卡、紫色 glow 陰影、膠囊 CTA。 */
/* 變體軸：主紫 hue ±30°、glow 強度增減、feed 卡頭像位置左右互換。 */

/* ============================================================
   雙模式色彩架構（Radix 12 階 primitive → semantic 雙層）
   --wall-n-* 紫調中性、--wall-p-* 主色紫；l=淺 d=深
   1–2 頁底 · 3–5 元件底 · 6–8 邊框 · 9–10 實色 · 11 次要字 · 12 主文字
   ============================================================ */
:root {
  /* 紫調中性 12 階 — 淺 */
  --wall-n-l1: #fffdf8;  --wall-n-l2: #f7f2e8;  --wall-n-l3: #f1eadc;  --wall-n-l4: #ece3d2;
  --wall-n-l5: #e6dcc9;  --wall-n-l6: #ddd0ba;  --wall-n-l7: #cdbb9c;  --wall-n-l8: #ad9878;
  --wall-n-l9: #8f7b5f;  --wall-n-l10: #75644e; --wall-n-l11: #675845; --wall-n-l12: #211d18;
  /* 紫調中性 12 階 — 深 */
  --wall-n-d1: #050a14;  --wall-n-d2: #091224;  --wall-n-d3: #0d1a31;  --wall-n-d4: #11223d;
  --wall-n-d5: #172b49;  --wall-n-d6: #1e3657;  --wall-n-d7: #2a486d;  --wall-n-d8: #426186;
  --wall-n-d9: #607b9f;  --wall-n-d10: #8199b8; --wall-n-d11: #a9bdd4; --wall-n-d12: #f6f1e7;
  /* 主色紫 12 階 — 淺 */
  --wall-p-l1: #fbf5fe;  --wall-p-l2: #f5e9fd;  --wall-p-l3: #ecd6fa;  --wall-p-l4: #e4c6f7;
  --wall-p-l5: #dbb6f3;  --wall-p-l6: #d3a6f0;  --wall-p-l7: #b264e4;  --wall-p-l8: #9743de;
  --wall-p-l9: #0b56b5;  --wall-p-l10: #084999; --wall-p-l11: #073b7c; --wall-p-l12: #052653;
  /* 主色紫 12 階 — 深 */
  --wall-p-d1: #1a0f28;  --wall-p-d2: #241234;  --wall-p-d3: #2f1845;  --wall-p-d4: #391e53;
  --wall-p-d5: #432462;  --wall-p-d6: #4d2a70;  --wall-p-d7: #66399a;  --wall-p-d8: #803fc0;
  --wall-p-d9: #2b8cff;  --wall-p-d10: #55a3ff; --wall-p-d11: #90c3ff; --wall-p-d12: #d4e9ff;
  /* 輔色實色（板岩次要字／綠／金／紅）成對 l+d */
  --wall-slate-l: #4f4a5b; --wall-slate-d: #c3bcd4;
  --wall-green-l: #a86f16; --wall-green-d: #f0c66b;
  --wall-gold-l:  #b77918; --wall-gold-d:  #f3cf7a;
  --wall-red-l:   #d0402f; --wall-red-d:   #f2705f;

  /* 圓角語言（本站變體：整體收斂為 10–12px＋膠囊 CTA） */
  --wall-round-s: 10px;
  --wall-round: 12px;
  --wall-pill: 999px;

  /* 陰影：靛藍 glow（本站變體：電紫改靛藍） */
  --wall-glow: 0 12px 34px rgba(7, 59, 124, .16), 0 1px 0 rgba(255,255,255,.72) inset;
  --wall-glow-s: 0 6px 18px rgba(7, 59, 124, .09), 0 1px 0 rgba(255,255,255,.68) inset;
  --wall-glow-btn: 0 8px 22px rgba(11, 86, 181, .3);

  /* 字體：Quicksand 風圓體題／Nunito 風內文 */
  --wall-font-head: "Quicksand", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --wall-font-body: "Nunito", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --wall-size: 15px;

  --wall-gap: 18px;
  --wall-pad: 20px;
}

/* ---- semantic：淺色（預設）---- */
:root {
  --wall-purple: var(--wall-p-l9);
  --wall-purple-dk: var(--wall-p-l11);
  --wall-slate: var(--wall-slate-l);
  --wall-green: var(--wall-green-l);
  --wall-bg: var(--wall-n-l2);
  --wall-card: var(--wall-n-l1);
  --wall-soft: var(--wall-n-l3);
  --wall-line: var(--wall-n-l6);
  --wall-line-strong: var(--wall-n-l7);
  --wall-text: var(--wall-n-l12);
  --wall-mute: var(--wall-n-l11);
  --wall-gold: var(--wall-gold-l);
  --wall-red: var(--wall-red-l);
  --wall-header-bg: rgba(255, 255, 255, .92);
}
/* @check text=#211d18 bg=#f7f2e8 muted=#675845 primary=#0b56b5 btntext=#ffffff mode=light */

/* ---- semantic：深色 ---- */
[data-mode="dark"] {
  --wall-purple: var(--wall-p-d9);
  --wall-purple-dk: var(--wall-p-d11);
  --wall-slate: var(--wall-slate-d);
  --wall-green: var(--wall-green-d);
  --wall-bg: var(--wall-n-d1);
  --wall-card: var(--wall-n-d2);
  --wall-soft: var(--wall-n-d3);
  --wall-line: var(--wall-n-d6);
  --wall-line-strong: var(--wall-n-d7);
  --wall-text: var(--wall-n-d12);
  --wall-mute: var(--wall-n-d11);
  --wall-gold: var(--wall-gold-d);
  --wall-red: var(--wall-red-d);
  --wall-header-bg: rgba(22, 19, 29, .92);
  --wall-glow: 0 6px 30px rgba(0, 0, 0, .5);
  --wall-glow-s: 0 3px 14px rgba(0, 0, 0, .42);
  --wall-glow-btn: 0 6px 20px rgba(109, 90, 224, .45);
}
/* @check text=#f6f1e7 bg=#050a14 muted=#a9bdd4 primary=#2b8cff btntext=#ffffff mode=dark */

/* ---- 未手動切換時跟隨系統 ---- */
@media (prefers-color-scheme: dark) {
  :root:not([data-mode="light"]) {
    --wall-purple: var(--wall-p-d9);
    --wall-purple-dk: var(--wall-p-d11);
    --wall-slate: var(--wall-slate-d);
    --wall-green: var(--wall-green-d);
    --wall-bg: var(--wall-n-d1);
    --wall-card: var(--wall-n-d2);
    --wall-soft: var(--wall-n-d3);
    --wall-line: var(--wall-n-d6);
    --wall-line-strong: var(--wall-n-d7);
    --wall-text: var(--wall-n-d12);
    --wall-mute: var(--wall-n-d11);
    --wall-gold: var(--wall-gold-d);
    --wall-red: var(--wall-red-d);
    --wall-header-bg: rgba(22, 19, 29, .92);
    --wall-glow: 0 6px 30px rgba(0, 0, 0, .5);
    --wall-glow-s: 0 3px 14px rgba(0, 0, 0, .42);
    --wall-glow-btn: 0 6px 20px rgba(109, 90, 224, .45);
  }
}

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

body {
  font-family: var(--wall-font-body);
  font-size: var(--wall-size);
  line-height: 1.66;
  color: var(--wall-text);
  background: var(--wall-bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--wall-font-head); font-weight: 700; line-height: 1.3; margin: 0 0 .5em; }
a { color: var(--wall-purple); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.frame { max-width: 1080px; margin: 0 auto; padding: 0 16px; }

/* ===== 頂欄 ===== */
.header {
  position: sticky; top: 0; z-index: 30;
  background: var(--wall-header-bg); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--wall-line);
}
/* 晝夜切換：圓體膠囊 + 紫光（本套識別式樣） */
.tgl { border: none; cursor: pointer; width: 40px; height: 40px; border-radius: var(--wall-pill); background: var(--wall-soft); color: var(--wall-text); font-size: 17px; display: grid; place-items: center; margin-left: 4px; box-shadow: var(--wall-glow-s); }
.tgl:hover { box-shadow: var(--wall-glow-btn); }
.tgl::before { content: "🌜"; }
[data-mode="dark"] .tgl::before { content: "🌞"; }
@media (prefers-color-scheme: dark) { :root:not([data-mode="light"]) .tgl::before { content: "🌞"; } }
.roller { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.header .bar { display: flex; align-items: center; gap: 16px; height: 60px; }
.logo { font-family: var(--wall-font-head); font-weight: 700; font-size: 21px; color: var(--wall-purple); display: inline-flex; align-items: center; gap: 6px; }
.logo .bolt { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: var(--wall-round-s); background: var(--wall-purple); color: #fff; font-size: 16px; box-shadow: var(--wall-glow-btn); }
.menu { display: flex; gap: 2px; }
.menu a { color: var(--wall-slate); font-weight: 700; font-size: 14px; padding: 8px 13px; border-radius: var(--wall-pill); }
.menu a:hover { background: var(--wall-soft); text-decoration: none; }
.menu a.now { background: var(--wall-purple); color: #fff; box-shadow: var(--wall-glow-btn); }
.grow { flex: 1; }
.follow { background: var(--wall-green); color: #05333f; font-weight: 800; padding: 9px 18px; border-radius: var(--wall-pill); font-size: 14px; }

/* ===== 主格局：feed＋右欄 ===== */
.columns { display: grid; grid-template-columns: 1fr 300px; gap: var(--wall-gap); padding: 20px 0 50px; align-items: start; }
.feed { display: flex; flex-direction: column; gap: var(--wall-gap); min-width: 0; }
.side { display: flex; flex-direction: column; gap: var(--wall-gap); position: sticky; top: 76px; }

/* ===== 卡片 ===== */
.tile { background: var(--wall-card); border-radius: var(--wall-round); box-shadow: var(--wall-glow-s); padding: var(--wall-pad); }
.tile:hover { box-shadow: var(--wall-glow); }
.caption { font-family: var(--wall-font-head); font-weight: 700; font-size: 14px; color: var(--wall-mute); margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
.caption .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wall-purple); }
.headline { font-size: 21px; margin: 4px 0 12px; }

/* ===== 麵包屑 ===== */
.trail { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; color: var(--wall-mute); font-size: 13px; padding: 14px 0 0; }
.trail .gt { opacity: .5; }

/* ===== 工具表單卡 ===== */
.tool .blurb { color: var(--wall-mute); margin-top: 0; }
.slot { margin-bottom: 13px; }
.slot .tag { display: block; font-weight: 800; font-size: 13px; margin-bottom: 6px; color: var(--wall-slate); }
.slot select, .slot input[type="text"], .slot input[type="number"] {
  width: 100%; padding: 11px 14px; border: 2px solid var(--wall-line); border-radius: var(--wall-round-s);
  background: var(--wall-card); color: var(--wall-text); font: inherit; font-weight: 600;
}
.slot select:focus, .slot input:focus { outline: none; border-color: var(--wall-purple); box-shadow: 0 0 0 4px rgba(67, 56, 202,.14); }
.picks { display: flex; flex-wrap: wrap; gap: 8px; }
.pick { position: relative; }
.pick input { position: absolute; opacity: 0; }
.pick span { display: inline-block; padding: 8px 16px; border-radius: var(--wall-pill); background: var(--wall-soft); color: var(--wall-slate); font-weight: 700; font-size: 14px; cursor: pointer; }
.pick input:checked + span { background: var(--wall-purple); color: #fff; box-shadow: var(--wall-glow-btn); }
.actions { display: flex; gap: 10px; margin-top: 6px; }
.go {
  font-family: var(--wall-font-head); font-weight: 700; border: none; cursor: pointer;
  padding: 12px 24px; border-radius: var(--wall-pill); font-size: 15px;
  background: linear-gradient(115deg, var(--wall-purple), #6d5ae0); color: #fff; box-shadow: var(--wall-glow-btn); flex: 1;
}
.go:hover { filter: brightness(1.06); }
.demo { font-family: var(--wall-font-head); font-weight: 700; border: 2px solid var(--wall-line); cursor: pointer; padding: 12px 20px; border-radius: var(--wall-pill); font-size: 15px; background: var(--wall-card); color: var(--wall-slate); }

/* ===== 結果貼文卡（tip） ===== */
.tip .top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.face { width: 46px; height: 46px; border-radius: var(--wall-round-s); background: linear-gradient(135deg, #4338ca, #6d5ae0); display: grid; place-items: center; font-size: 20px; color: #fff; flex: none; box-shadow: var(--wall-glow-s); }
.tipster { flex: 1; min-width: 0; }
.nick { font-family: var(--wall-font-head); font-weight: 700; font-size: 16px; }
.info { color: var(--wall-mute); font-size: 12px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.chip { background: var(--wall-soft); color: var(--wall-purple); font-weight: 800; padding: 2px 10px; border-radius: var(--wall-pill); }
.refno { font-variant-numeric: tabular-nums; }
.words { margin: 4px 0 12px; }
.outcome { background: var(--wall-soft); border-radius: var(--wall-round-s); padding: 13px 15px; margin-bottom: 12px; border-left: 5px solid var(--wall-green); }
.outcome b { color: var(--wall-purple-dk); }
.grade { color: var(--wall-gold); font-size: 17px; letter-spacing: 2px; }
.grade .rest { color: var(--wall-line); }
.reacts { display: flex; gap: 4px; border-top: 1px dashed var(--wall-line); padding-top: 11px; }
.reacts button { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; cursor: pointer; color: var(--wall-mute); font: inherit; font-weight: 700; font-size: 14px; padding: 7px 13px; border-radius: var(--wall-pill); }
.reacts button:hover { background: var(--wall-soft); color: var(--wall-purple); }
.reacts .lit { color: var(--wall-purple); }

/* ===== 平台數據 ===== */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metrics .box { text-align: center; background: var(--wall-soft); border-radius: var(--wall-round-s); padding: 12px 6px; }
.metrics .big { font-family: var(--wall-font-head); font-weight: 700; font-size: 23px; color: var(--wall-purple); }
.metrics .small { font-size: 12px; color: var(--wall-mute); }

/* ===== 熱榜 ===== */
.blaze { list-style: none; margin: 0; padding: 0; }
.blaze li { display: flex; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid var(--wall-line); }
.blaze li:last-child { border-bottom: none; }
.blaze .seat { width: 27px; height: 27px; border-radius: var(--wall-round-s); display: grid; place-items: center; font-weight: 800; font-size: 13px; background: var(--wall-soft); color: var(--wall-mute); flex: none; }
.blaze li:first-child .seat { background: var(--wall-purple); color: #fff; box-shadow: var(--wall-glow-btn); }
.blaze li:nth-child(2) .seat, .blaze li:nth-child(3) .seat { background: var(--wall-soft); color: var(--wall-purple); }
.blaze .what { flex: 1; font-weight: 700; font-size: 14px; }
.blaze .heat { color: var(--wall-red); font-weight: 800; font-size: 12px; }

/* ===== 文章卡 ===== */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--wall-gap); }
.story { padding: 0; overflow: hidden; }
.story .art { height: 118px; background: linear-gradient(115deg, #4338ca, #6d5ae0); }
.story .art.alt { background: linear-gradient(115deg, #20c4d8, #0b7c8f); }
.story .art.blend2 { background: linear-gradient(115deg, #f3b31a, #e8503f); }
.story .inner { padding: 14px 16px 16px; }
.story .label { color: var(--wall-purple); font-weight: 800; font-size: 12px; }
.story h3 { font-size: 15px; margin: 4px 0; }
.story .sum { color: var(--wall-mute); font-size: 13px; margin: 0; }

/* ===== 文章內文排版 ===== */
.prose { line-height: 1.8; }
.prose h2 { font-size: 22px; margin-top: 1.4em; display: flex; align-items: center; gap: 9px; }
.prose h2::before { content: "⚡"; font-size: 17px; }
.prose h3 { font-size: 17px; margin-top: 1.2em; color: var(--wall-purple-dk); }
.prose p { margin: .8em 0; }
.prose table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 1em 0; font-size: 14px; border: 2px solid var(--wall-line); border-radius: var(--wall-round-s); overflow: hidden; }
.prose th, .prose td { padding: 9px 13px; text-align: left; border-bottom: 1px solid var(--wall-line); }
.prose tr:last-child td { border-bottom: none; }
.prose th { background: var(--wall-soft); font-family: var(--wall-font-head); color: var(--wall-purple-dk); }
.prose blockquote { margin: 1em 0; padding: 13px 17px; background: var(--wall-soft); border-radius: var(--wall-round-s); color: var(--wall-slate); font-weight: 600; }
.qa { background: var(--wall-soft); border-radius: var(--wall-round-s); margin: 8px 0; overflow: hidden; }
.qa summary { cursor: pointer; padding: 12px 16px; font-family: var(--wall-font-head); font-weight: 700; list-style: none; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::before { content: "⚡ "; color: var(--wall-purple); }
.qa .say { padding: 0 16px 13px; color: var(--wall-mute); }

/* ===== 工具牆 ===== */
.wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--wall-gap); }
.brick { text-align: center; cursor: pointer; transition: transform .12s; }
.brick:hover { transform: translateY(-3px); }
.brick .sign { width: 48px; height: 48px; margin: 0 auto 9px; border-radius: var(--wall-round-s); background: var(--wall-soft); display: grid; place-items: center; font-size: 23px; }
.brick .nick { font-family: var(--wall-font-head); font-weight: 700; font-size: 14px; }
.brick .note { color: var(--wall-mute); font-size: 12px; margin-top: 3px; }

/* ===== 16:9 影片 ===== */
.player { position: relative; border-radius: var(--wall-round-s); overflow: hidden; }
.player .screen { aspect-ratio: 16 / 9; background: linear-gradient(115deg, #3b2154, #1d1030); }
.player .press { position: absolute; inset: 0; display: grid; place-items: center; }
.player .press span { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.94); display: grid; place-items: center; box-shadow: var(--wall-glow); }
.player .press span::before { content: ""; margin-left: 4px; border-left: 19px solid var(--wall-purple); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
.player .title { position: absolute; left: 13px; bottom: 11px; color: #fff; font-family: var(--wall-font-head); font-weight: 700; text-shadow: 0 1px 6px rgba(0,0,0,.6); }

/* ===== 圖片網格 2×2 ===== */
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.shots i { aspect-ratio: 1 / 1; border-radius: var(--wall-round-s); display: block; }
.shots i:nth-child(1) { background: linear-gradient(135deg, #4338ca, #6d5ae0); }
.shots i:nth-child(2) { background: linear-gradient(135deg, #20c4d8, #0b7c8f); }
.shots i:nth-child(3) { background: linear-gradient(135deg, #f3b31a, #e8503f); }
.shots i:nth-child(4) { background: linear-gradient(135deg, #4f515b, #34323d); }

/* ===== 分頁 ===== */
.paging { display: flex; gap: 7px; justify-content: center; padding: 8px 0; }
.paging a { min-width: 38px; height: 38px; padding: 0 11px; display: grid; place-items: center; border-radius: var(--wall-pill); font-weight: 800; color: var(--wall-slate); background: var(--wall-card); box-shadow: var(--wall-glow-s); }
.paging a.here { background: var(--wall-purple); color: #fff; box-shadow: var(--wall-glow-btn); }

/* ===== footer ===== */
.closing { background: var(--wall-card); border-top: 1px solid var(--wall-line); margin-top: 24px; }
.closing .lanes { display: flex; flex-wrap: wrap; gap: 30px; padding: 30px 0 22px; }
.closing .lane { min-width: 140px; }
.closing h4 { font-size: 13px; color: var(--wall-purple); margin-bottom: 9px; }
.closing a { display: block; color: var(--wall-mute); padding: 3px 0; font-size: 14px; }
.closing .fine { border-top: 1px solid var(--wall-line); padding: 15px 0; text-align: center; font-size: 13px; color: var(--wall-mute); }

/* ===== 狀態與輔助 ===== */
.go:disabled, .demo:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.go:focus-visible, .demo:focus-visible, .follow:focus-visible { outline: 3px solid rgba(67, 56, 202,.4); outline-offset: 2px; }
.slot select:disabled, .slot input:disabled { background: var(--wall-soft); color: var(--wall-mute); }
.badge { display: inline-block; font-weight: 800; font-size: 12px; padding: 3px 11px; border-radius: var(--wall-pill); background: var(--wall-soft); color: var(--wall-purple); }
.badge.fresh { background: rgba(20, 180, 204,.16); color: #0b6577; }
.badge.spicy { background: rgba(232,80,63,.14); color: var(--wall-red); }
.hint { background: var(--wall-soft); border-radius: var(--wall-round-s); padding: 12px 15px; font-size: 13px; color: var(--wall-slate); font-weight: 600; }
.hint::before { content: "⚡ "; color: var(--wall-purple); }
.muted { color: var(--wall-mute); }
.center { text-align: center; }
.rule { border: none; border-top: 1px dashed var(--wall-line); margin: 16px 0; }
.shimmer { background: linear-gradient(100deg, var(--wall-soft) 40%, #eae2f6 50%, var(--wall-soft) 60%); background-size: 200% 100%; animation: wall-shimmer 1.4s infinite; border-radius: var(--wall-round-s); }
@keyframes wall-shimmer { to { background-position: -200% 0; } }
.pulse { animation: wall-pulse 2s ease-in-out infinite; }
@keyframes wall-pulse { 0%, 100% { box-shadow: var(--wall-glow-s); } 50% { box-shadow: var(--wall-glow); } }
.toast {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%);
  background: var(--wall-purple); color: #fff; font-weight: 700; font-size: 14px;
  padding: 12px 22px; border-radius: var(--wall-pill); box-shadow: var(--wall-glow-btn); z-index: 60;
}
.toast.good { background: var(--wall-green); color: #05333f; }
.empty-state { text-align: center; padding: 34px 16px; color: var(--wall-mute); }
.empty-state .mark { font-size: 34px; display: block; margin-bottom: 8px; }
.prose a { font-weight: 700; border-bottom: 2px solid rgba(67, 56, 202,.25); }
.prose a:hover { border-bottom-color: var(--wall-purple); text-decoration: none; }

/* ===== 響應式 ===== */
@media (max-width: 900px) {
  .columns { grid-template-columns: 1fr; }
  .side { position: static; }
}
@media (max-width: 768px) {
  .menu { display: none; }
  .stories, .wall { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .stories, .wall { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(3, 1fr); }
}

/* v2 visual direction: energetic tip feed */
body { background-image: radial-gradient(circle at 7% 8%, color-mix(in srgb, var(--wall-purple) 12%, transparent), transparent 28%), radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--wall-green) 10%, transparent), transparent 24%); }
.header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(16px) saturate(150%); background: color-mix(in srgb, var(--wall-card) 88%, transparent); box-shadow: 0 12px 34px rgba(78,35,124,.07); }
.page { max-width: 1320px; }
.tile { border-color: color-mix(in srgb, var(--wall-purple) 11%, var(--wall-line)); box-shadow: 0 12px 30px rgba(71,30,107,.08); transition: transform .2s ease, box-shadow .2s ease; }
.tile:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(71,30,107,.12); }
.formtile { position:relative; overflow:hidden; background-image: linear-gradient(135deg, color-mix(in srgb, var(--wall-purple) 6%, var(--wall-card)), var(--wall-card)); }
.formtile::before { content:""; position:absolute; width:150px; height:150px; right:-65px; top:-78px; border-radius:45% 55% 60% 40%; background:color-mix(in srgb, var(--wall-purple) 9%, transparent); transform:rotate(24deg); }
.go { box-shadow: 0 10px 24px color-mix(in srgb, var(--wall-purple) 28%, transparent); }
