/* 会展报名 · 观众网页版 v3 —— 设计语言：靛蓝渐变 + 大圆角 + 分层阴影 */
* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --brand: #2563eb; --brand2: #4f46e5; --brand-d: #1d4ed8;
  --bg: #f6f7fb; --card: #ffffff; --line: #e6e9f0; --ink: #0f172a; --muted: #64748b;
  --green: #16a34a; --red: #e11d48; --amber: #d97706; --dark: #0b1220;
  --grad: linear-gradient(135deg, #2563eb, #4f46e5);
  --r-lg: 18px; --r-md: 12px;
  --sh-sm: 0 1px 2px rgba(15,23,42,.05), 0 4px 14px rgba(15,23,42,.05);
  --sh-lg: 0 2px 6px rgba(15,23,42,.06), 0 18px 44px rgba(15,23,42,.12);
}
body { font-family: -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif; background: var(--bg); color: var(--ink); font-size: 15px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hidden { display: none !important; }

/* ---------- 顶栏 ---------- */
.topbar { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.85); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(230,233,240,.8); }
.topbar .inner { max-width: 1120px; margin: 0 auto; padding: 0 20px; height: 62px; display: flex; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: .5px; }
.brand .logo { width: 34px; height: 34px; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 4px 10px rgba(37,99,235,.35); }
.brand small { color: var(--muted); font-weight: 500; font-size: 12px; margin-left: 2px; }
.topnav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.topnav a { padding: 8px 16px; border-radius: 999px; font-size: 14px; color: var(--muted); transition: .18s; }
.topnav a:hover { color: var(--brand); background: #eef2ff; }
.topnav a.active { color: #fff; background: var(--grad); font-weight: 600; box-shadow: 0 4px 12px rgba(37,99,235,.30); }
.btn-login { padding: 8px 18px; border: none; border-radius: 999px; background: #0f172a; color: #fff; font-size: 13.5px; cursor: pointer; transition: .18s; }
.btn-login:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(15,23,42,.25); }
.auth-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; font-size: 13px; font-weight: 600; }
.auth-chip i { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.2); }
.auth-out { margin-left: 8px; font-size: 12.5px; color: var(--muted); cursor: pointer; }
.auth-out:hover { color: var(--red); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 500px at 75% -10%, #4f46e5 0%, transparent 60%), radial-gradient(900px 460px at 15% 110%, #1d4ed8 0%, transparent 55%), linear-gradient(135deg, #1e3a8a, #312e81); color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(700px 340px at 50% 40%, #000 30%, transparent 75%); }
.hero-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 62px 20px 56px; text-align: center; }
.hero h1 { font-size: 40px; line-height: 1.3; font-weight: 800; letter-spacing: 1px; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #93c5fd, #c4b5fd); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { margin-top: 14px; font-size: 16px; color: #c7d2fe; }
.hero-search { margin: 30px auto 0; max-width: 620px; display: flex; background: rgba(255,255,255,.98); border-radius: 999px; padding: 6px; box-shadow: 0 18px 46px rgba(2,6,23,.35); }
.hero-search input { flex: 1; border: none; outline: none; background: transparent; padding: 10px 20px; font-size: 15px; color: var(--ink); }
.hero-search button { border: none; border-radius: 999px; background: var(--grad); color: #fff; padding: 11px 30px; font-size: 15px; font-weight: 600; cursor: pointer; transition: .18s; }
.hero-search button:hover { filter: brightness(1.08); }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; justify-content: center; }
.hero-chips span { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 8px 18px; font-size: 13px; backdrop-filter: blur(4px); }

/* ---------- 区块标题 ---------- */
.section-title { display: flex; align-items: baseline; gap: 12px; margin: 34px 0 18px; }
.section-title h2 { font-size: 22px; font-weight: 800; position: relative; padding-left: 16px; }
.section-title h2::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px; border-radius: 3px; background: var(--grad); }
.section-title .sub { color: var(--muted); font-size: 13px; }

/* ---------- Banner 轮播 ---------- */
.banner { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 21/8; background: #dbeafe; box-shadow: var(--sh-lg); }
.banner .slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s; }
.banner .slide.on { opacity: 1; }
.banner .slide img { width: 100%; height: 100%; object-fit: cover; }
.banner .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 22px 14px; color: #fff; font-size: 17px; font-weight: 700; background: linear-gradient(transparent, rgba(2,6,23,.65)); }
.banner .dots { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 6px; }
.banner .dots i { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.5); cursor: pointer; transition: .25s; }
.banner .dots i.on { background: #fff; width: 22px; }

/* ---------- 筛选栏 ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px; margin-top: 20px; box-shadow: var(--sh-sm); }
.filters select { padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 13.5px; background: #f8fafc; color: var(--ink); cursor: pointer; transition: .15s; }
.filters select:hover { border-color: #c7d2fe; }
.filters .spacer { flex: 1; }
.filters button.ghost { padding: 10px 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: 13px; cursor: pointer; }
.filters button.ghost:hover { color: var(--brand); border-color: #c7d2fe; }

/* ---------- 列表卡片 ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: .25s; display: flex; flex-direction: column; box-shadow: var(--sh-sm); }
.card:hover { box-shadow: var(--sh-lg); transform: translateY(-4px); border-color: #dbe3ff; }
.card .cover { position: relative; aspect-ratio: 16/9; background: #e2e8f0; overflow: hidden; }
.card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .cover img { transform: scale(1.05); }
.card .cover .tag { position: absolute; left: 12px; top: 12px; box-shadow: 0 2px 10px rgba(2,6,23,.18); }
.date-chip { position: absolute; right: 12px; top: 12px; background: rgba(255,255,255,.96); border-radius: 12px; padding: 6px 10px 7px; text-align: center; line-height: 1.1; box-shadow: 0 2px 10px rgba(2,6,23,.18); }
.date-chip b { display: block; font-size: 18px; color: var(--brand); }
.date-chip span { font-size: 10.5px; color: var(--muted); }
.card .body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.card h3 { font-size: 16.5px; line-height: 1.45; font-weight: 700; margin-bottom: 9px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.meta { color: var(--muted); font-size: 13px; line-height: 1.95; }
.card .foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 13px; border-top: 1px dashed var(--line); }
.price { color: var(--red); font-weight: 800; font-size: 18px; }
.price.free { color: var(--green); }

.tag { display: inline-block; padding: 3px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; background: #eef1f6; color: var(--muted); }
.tag.green { background: #dcfce7; color: var(--green); }
.tag.blue { background: #dbeafe; color: var(--brand); }
.tag.red { background: #ffe4e6; color: var(--red); }
.tag.amber { background: #fef3c7; color: var(--amber); }

.btn { display: inline-block; padding: 10px 20px; border: none; border-radius: 11px; background: var(--grad); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; text-align: center; transition: .18s; box-shadow: 0 4px 12px rgba(37,99,235,.28); }
.btn:hover { filter: brightness(1.07); transform: translateY(-1px); }
.btn.ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: none; font-weight: 500; }
.btn.ghost:hover { border-color: #c7d2fe; color: var(--brand); }
.btn.sm { padding: 7px 14px; font-size: 13px; border-radius: 9px; }
.btn.danger { background: var(--red); box-shadow: 0 4px 12px rgba(225,29,72,.25); }
.btn.block { display: block; width: 100%; padding: 13px; font-size: 16px; border-radius: 12px; }
.btn:disabled { background: #a5b4cf; box-shadow: none; cursor: not-allowed; transform: none; }

/* ---------- 报名流程 ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 18px; position: relative; overflow: hidden; box-shadow: var(--sh-sm); transition: .2s; }
.step:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.step::after { content: attr(data-n); position: absolute; right: 10px; top: -10px; font-size: 64px; font-weight: 900; background: linear-gradient(180deg, #eef2ff, #fff); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.step .s-icon { width: 46px; height: 46px; border-radius: 13px; background: #eef2ff; display: flex; align-items: center; justify-content: center; font-size: 23px; }
.step b { display: block; margin: 12px 0 5px; font-size: 15.5px; position: relative; }
.step span { color: var(--muted); font-size: 12.5px; line-height: 1.7; position: relative; }

/* ---------- 详情页 ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 390px; gap: 20px; align-items: start; }
.detail-aside { position: sticky; top: 78px; }
@media (max-width: 920px) { .detail-grid { grid-template-columns: 1fr; } .detail-aside { position: static; } }
.detail-cover { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 18px; aspect-ratio: 21/8; background: #e2e8f0; box-shadow: var(--sh-lg); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; margin-bottom: 18px; box-shadow: var(--sh-sm); }
.panel h2 { font-size: 21px; font-weight: 800; margin-bottom: 10px; }
.panel h4 { font-size: 15px; font-weight: 700; margin: 0 0 14px; padding-left: 12px; border-left: 4px solid var(--brand); line-height: 1.3; }
.info-row { display: flex; gap: 10px; color: var(--muted); font-size: 14px; line-height: 2.15; }
.info-row b { color: var(--ink); font-weight: 600; flex-shrink: 0; }
.rich { font-size: 14.5px; line-height: 1.95; color: #334155; overflow-wrap: break-word; }
.rich img { border-radius: 10px; max-width: 100%; height: auto; }
.qr-box { text-align: center; }
.qr-box img { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 8px; border: 1px solid var(--line); border-radius: 12px; padding: 6px; background: #fff; }

/* ---------- 票种 ---------- */
.tickets { display: grid; gap: 10px; }
.ticket { border: 2px solid var(--line); border-radius: 13px; padding: 13px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #fff; transition: .15s; position: relative; }
.ticket:hover { border-color: #c7d2fe; }
.ticket.sel { border-color: var(--brand); background: linear-gradient(0deg, #eef2ff, #f6f8ff); }
.ticket.sel::after { content: '✓'; position: absolute; right: -1px; top: -1px; width: 22px; height: 22px; background: var(--brand); color: #fff; font-size: 13px; display: flex; align-items: center; justify-content: center; border-radius: 0 12px 0 12px; }
.ticket.soldout { opacity: .45; cursor: not-allowed; }
.ticket .t-name { font-weight: 700; font-size: 15px; }
.ticket .t-benefits { color: var(--muted); font-size: 12px; margin-top: 3px; }
.ticket .t-left { color: var(--amber); font-size: 12px; margin-top: 3px; }

/* ---------- 表单 ---------- */
.form-row { margin-bottom: 15px; }
.form-row label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 7px; font-weight: 500; }
.form-row label i { color: var(--red); font-style: normal; }
.form-row input, .form-row select { width: 100%; padding: 12px 13px; border: 1.5px solid var(--line); border-radius: 11px; font-size: 15px; background: #fbfcfe; transition: .15s; }
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,.10); }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 11px; overflow: hidden; }
.stepper button { width: 42px; height: 42px; border: none; background: #f8fafc; font-size: 18px; cursor: pointer; color: var(--ink); transition: .15s; }
.stepper button:hover { background: #eef2ff; color: var(--brand); }
.stepper span { width: 54px; text-align: center; font-size: 16px; font-weight: 700; }
.total-bar { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid var(--line); }
.total-bar .amount { font-size: 24px; font-weight: 800; color: var(--red); }

/* ---------- 我的报名（票根样式） ---------- */
.stub { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 16px; display: flex; overflow: hidden; box-shadow: var(--sh-sm); transition: .2s; }
.stub:hover { box-shadow: var(--sh-lg); }
.stub .left { flex: 1; min-width: 0; padding: 16px 18px; }
.stub .right { width: 168px; flex-shrink: 0; border-left: 2px dashed var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px; position: relative; background: #fbfcff; }
.stub .right::before, .stub .right::after { content: ''; position: absolute; left: -9px; width: 16px; height: 16px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line); }
.stub .right::before { top: -9px; } .stub .right::after { bottom: -9px; }
.stub h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 5px; }
.stub .ops { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.login-banner { display: flex; align-items: center; gap: 14px; background: linear-gradient(135deg, #eef2ff, #f5f3ff); border: 1px solid #ddd6fe; border-radius: var(--r-lg); padding: 16px 18px; margin-bottom: 18px; }
.login-banner .t { flex: 1; font-size: 13.5px; color: #4338ca; line-height: 1.7; }

.empty { text-align: center; color: var(--muted); padding: 70px 0; font-size: 14px; }
.empty .big { font-size: 48px; margin-bottom: 14px; }

/* 骨架屏 */
.skeleton { border-radius: var(--r-lg); background: linear-gradient(90deg, #eef1f6 25%, #f7f8fb 50%, #eef1f6 75%); background-size: 200% 100%; animation: sk 1.2s infinite; }
@keyframes sk { to { background-position: -200% 0; } }

/* ---------- 弹层 ---------- */
.mask { position: fixed; inset: 0; background: rgba(8,12,24,.55); backdrop-filter: blur(3px); z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal { background: #fff; border-radius: 20px; padding: 26px; width: 100%; max-width: 390px; text-align: center; animation: pop .24s cubic-bezier(.2,.9,.3,1.2); box-shadow: var(--sh-lg); }
@keyframes pop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal h3 { font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.modal .code-text { font-family: Consolas, monospace; font-size: 13px; background: #f8fafc; border: 1px dashed var(--line); border-radius: 10px; padding: 9px; margin: 12px 0; word-break: break-all; }
.modal canvas { margin: 0 auto; }
.modal .ops { display: flex; gap: 10px; margin-top: 18px; }
.modal .ops .btn { flex: 1; }
.login-modal .qr-holder { width: 220px; height: 220px; margin: 6px auto 12px; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.login-modal .qr-holder img { width: 100%; height: 100%; object-fit: contain; }
.login-modal .qr-mock { color: var(--muted); font-size: 13px; line-height: 1.8; }
.login-state { font-size: 14px; font-weight: 600; color: var(--brand); }
.login-tip-sm { margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.8; }
.spinner { width: 34px; height: 34px; border: 3px solid #e0e7ff; border-top-color: var(--brand); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.toast { position: fixed; left: 50%; bottom: 74px; transform: translateX(-50%); background: rgba(15,23,42,.88); color: #fff; padding: 11px 20px; border-radius: 12px; font-size: 14px; z-index: 99; max-width: 86vw; box-shadow: var(--sh-lg); }
.notice { background: #eef2ff; border: 1px solid #c7d2fe; color: #3730a3; border-radius: 12px; padding: 11px 15px; font-size: 13px; margin-bottom: 15px; line-height: 1.75; }

/* ---------- 页脚 ---------- */
.site-foot { background: var(--dark); color: #8ea0bd; margin-top: 52px; position: relative; }
.site-foot::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); }
.site-foot .foot-inner { max-width: 1120px; margin: 0 auto; padding: 40px 20px 30px; text-align: center; }
.site-foot .foot-brand { font-size: 19px; font-weight: 800; color: #fff; }
.site-foot .foot-brand span { font-size: 12px; font-weight: 400; color: #5a6b88; margin-left: 10px; }
.site-foot .foot-links { margin-top: 16px; font-size: 13.5px; }
.site-foot .foot-links a { margin: 0 12px; color: #8ea0bd; transition: .15s; }
.site-foot .foot-links a:hover { color: #fff; }
.site-foot .foot-tip { margin-top: 13px; font-size: 12px; color: #5a6b88; line-height: 2; }
.site-foot .foot-copy { border-top: 1px solid #16223a; text-align: center; font-size: 12px; color: #5a6b88; padding: 15px; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; text-align: left; }
.foot-grid .foot-brand { text-align: left; }
.fg-brand p { font-size: 12.5px; line-height: 1.9; margin-top: 12px; color: #8ea0bd; }
.fg-brand .mini { color: #5a6b88; }
.fg-col b { display: block; color: #fff; font-size: 14px; margin-bottom: 12px; }
.fg-col a { display: block; color: #8ea0bd; font-size: 13px; padding: 5px 0; transition: .15s; }
.fg-col a:hover { color: #fff; padding-left: 4px; }

/* ---------- 内容页（指南/政策/关于等） ---------- */
.doc-hero { background: radial-gradient(800px 300px at 80% -20%, #4f46e5 0%, transparent 60%), linear-gradient(135deg, #1e3a8a, #312e81); color: #fff; padding: 40px 20px 36px; }
.doc-hero .inner { max-width: 1120px; margin: 0 auto; }
.doc-hero h1 { font-size: 28px; font-weight: 800; }
.doc-hero p { margin-top: 8px; color: #c7d2fe; font-size: 14px; }
.doc { max-width: 880px; margin: 0 auto; }
.doc h2 { font-size: 18px; font-weight: 800; margin: 28px 0 12px; padding-left: 12px; border-left: 4px solid var(--brand); }
.doc h2:first-child { margin-top: 4px; }
.doc p, .doc li { font-size: 14.5px; line-height: 2.05; color: #334155; }
.doc ul, .doc ol { padding-left: 24px; margin: 8px 0; }
.doc .muted { color: var(--muted); font-size: 13px; }
.doc-updated { text-align: right; color: var(--muted); font-size: 12px; margin-top: 24px; }
.faq-item { border: 1px solid var(--line); border-radius: 13px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-item summary { padding: 15px 18px; font-weight: 600; font-size: 14.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--brand); font-size: 20px; font-weight: 400; flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .a { padding: 12px 18px 15px; color: #475569; font-size: 13.5px; line-height: 1.95; border-top: 1px dashed var(--line); }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin: 14px 0; }
.contact-card { border: 1px solid var(--line); border-radius: 14px; padding: 18px; background: #fbfcff; }
.contact-card .ic { font-size: 26px; }
.contact-card b { display: block; margin: 8px 0 4px; font-size: 15px; }
.contact-card span { color: var(--muted); font-size: 13px; line-height: 1.8; word-break: break-all; }

@media (max-width: 640px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .fg-brand { grid-column: 1 / -1; }
}

/* ---------- 移动端 ---------- */
@media (max-width: 640px) {
  .topbar .inner { height: 56px; padding: 0 14px; gap: 8px; }
  .brand { font-size: 16px; } .brand small { display: none; }
  .topnav a { padding: 7px 12px; font-size: 13px; }
  .hero h1 { font-size: 26px; }
  .hero-inner { padding: 40px 18px 38px; }
  .hero-search { flex-direction: row; }
  .hero-search button { padding: 10px 18px; }
  .banner { aspect-ratio: 16/9; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stub { flex-direction: column; }
  .stub .right { width: 100%; border-left: none; border-top: 2px dashed var(--line); flex-direction: row; }
  .stub .right::before, .stub .right::after { display: none; }
  .wrap { padding: 14px; }
}
