styles.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. :root {
  2. --void: #0b0c10;
  3. --ink: #111319;
  4. --panel: #151820;
  5. --panel-2: #1b1f28;
  6. --white: #f5f5f7;
  7. --silver: #a6abb3;
  8. --muted: #747b85;
  9. --gold: #e6c687;
  10. --gold-deep: #b89652;
  11. --line: rgba(197, 198, 199, .14);
  12. --operation: #85a9a3;
  13. --capital: #e6c687;
  14. --policy: #ce7c70;
  15. --market: #8198bd;
  16. --evolution: #9a88b8;
  17. }
  18. * { box-sizing: border-box; }
  19. html { scroll-behavior: smooth; }
  20. body {
  21. margin: 0;
  22. font-size: 16px;
  23. color: var(--white);
  24. background: var(--void);
  25. font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  26. -webkit-font-smoothing: antialiased;
  27. }
  28. button, a { font: inherit; }
  29. a { color: inherit; text-decoration: none; }
  30. button { color: inherit; }
  31. ::selection { color: var(--void); background: var(--gold); }
  32. .topbar {
  33. position: fixed;
  34. z-index: 20;
  35. inset: 0 0 auto;
  36. height: 88px;
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. padding: 0 clamp(20px, 4vw, 64px);
  41. border-bottom: 1px solid var(--line);
  42. background: rgba(11, 12, 16, .82);
  43. backdrop-filter: blur(18px);
  44. }
  45. .brand {
  46. width: auto;
  47. height: 64px;
  48. display: flex;
  49. align-items: center;
  50. gap: 18px;
  51. }
  52. .brand-mark {
  53. width: 86px;
  54. height: auto;
  55. display: block;
  56. }
  57. .brand-copy { display: grid; gap: 6px; white-space: nowrap; }
  58. .brand-copy strong {
  59. color: var(--white);
  60. font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  61. font-size: 27px;
  62. font-weight: 300;
  63. letter-spacing: .22em;
  64. line-height: 1;
  65. }
  66. .brand-copy em {
  67. color: var(--silver);
  68. font-size: 11px;
  69. font-style: normal;
  70. font-weight: 300;
  71. letter-spacing: .28em;
  72. }
  73. }
  74. .topbar-actions { display: flex; align-items: center; gap: 20px; }
  75. .episode { color: var(--muted); font-size: 13px; letter-spacing: .13em; }
  76. .icon-button {
  77. width: 38px;
  78. min-width: 38px;
  79. height: 38px;
  80. border: 1px solid var(--line);
  81. border-radius: 2px;
  82. background: transparent;
  83. display: inline-grid;
  84. place-items: center;
  85. cursor: pointer;
  86. }
  87. .icon-glyph { font-size: 20px; line-height: 1; font-weight: 300; }
  88. .icon-button:hover { border-color: rgba(230, 198, 135, .55); color: var(--gold); }
  89. .edit-button { border-color: rgba(230, 198, 135, .38); color: var(--gold); }
  90. .icon-button.is-copied { color: #5fa77d; border-color: rgba(95,167,125,.55); }
  91. .editbar { position: fixed; z-index: 19; top: 88px; left: 0; right: 0; min-height: 46px; padding: 0 clamp(20px,4vw,64px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--gold); color: var(--void); font-size: 14px; transform: translateY(-110%); transition: transform .22s ease; }
  92. .editbar span { display: flex; align-items: center; gap: 9px; }
  93. .editbar i { width: 6px; height: 6px; border-radius: 50%; background: #17834b; box-shadow: 0 0 0 4px rgba(23,131,75,.14); }
  94. .editbar button { border: 0; border-bottom: 1px solid currentColor; padding: 3px 0; background: none; cursor: pointer; }
  95. .is-editing .editbar { transform: translateY(0); }
  96. .is-editing [data-edit] { outline: 1px dashed rgba(230,198,135,.7); outline-offset: 4px; cursor: text; }
  97. .is-editing [data-edit]:focus { outline-style: solid; background: rgba(230,198,135,.09); }
  98. .hero {
  99. position: relative;
  100. min-height: 100svh;
  101. overflow: hidden;
  102. padding: 144px clamp(24px, 8vw, 128px) 70px;
  103. display: grid;
  104. grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  105. align-content: center;
  106. gap: 72px;
  107. background:
  108. radial-gradient(circle at 76% 44%, rgba(230, 198, 135, .10), transparent 23%),
  109. linear-gradient(180deg, #0b0c10, #0e1015);
  110. }
  111. .hero::before {
  112. content: "";
  113. position: absolute;
  114. inset: 0;
  115. opacity: .25;
  116. pointer-events: none;
  117. background-image: radial-gradient(rgba(245,245,247,.75) .55px, transparent .55px);
  118. background-size: 43px 43px;
  119. mask-image: linear-gradient(to bottom, black, transparent 84%);
  120. }
  121. .leverage-word { position: absolute; left: 4vw; top: 15%; color: transparent; -webkit-text-stroke: 1px rgba(230,198,135,.1); font-size: clamp(90px, 17vw, 260px); font-weight: 700; letter-spacing: -.08em; line-height: .8; white-space: nowrap; }
  122. .hero-orbit {
  123. position: absolute;
  124. width: min(56vw, 760px);
  125. aspect-ratio: 1;
  126. right: -13vw;
  127. top: 5vh;
  128. border: 1px solid rgba(230, 198, 135, .18);
  129. border-radius: 50%;
  130. }
  131. .hero-orbit::after {
  132. content: "";
  133. position: absolute;
  134. width: 8px; height: 8px;
  135. left: 9%; top: 24%;
  136. border-radius: 50%;
  137. background: var(--gold);
  138. box-shadow: 0 0 24px var(--gold);
  139. }
  140. .hero-copy, .hero-metrics { position: relative; z-index: 1; }
  141. .case-slug { margin: 0 0 42px; color: var(--muted); font-size: 13px; letter-spacing: .22em; }
  142. .eyebrow, .section-kicker {
  143. margin: 0 0 24px;
  144. color: var(--gold);
  145. font-size: 14px;
  146. letter-spacing: .28em;
  147. text-transform: uppercase;
  148. }
  149. .hero h1 {
  150. max-width: 860px;
  151. margin: 0;
  152. font-size: clamp(42px, 6.2vw, 92px);
  153. line-height: 1.08;
  154. letter-spacing: -.055em;
  155. font-weight: 600;
  156. }
  157. .hero h1::first-line { color: var(--gold); }
  158. .hero h1 span { color: #b9bdc4; font-weight: 300; }
  159. .hero-deck {
  160. max-width: 700px;
  161. margin: 34px 0 0;
  162. color: #aeb2b9;
  163. font-size: clamp(16px, 1.5vw, 20px);
  164. line-height: 1.9;
  165. font-weight: 300;
  166. }
  167. .hero-metrics {
  168. align-self: end;
  169. display: grid;
  170. grid-template-columns: repeat(2, 1fr);
  171. border-top: 1px solid var(--line);
  172. border-left: 1px solid var(--line);
  173. }
  174. .metric { min-height: 130px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  175. .metric strong { display: block; color: var(--gold); font-size: clamp(23px, 2.5vw, 34px); font-weight: 400; letter-spacing: -.03em; }
  176. .metric span { display: block; margin-top: 12px; color: var(--muted); font-size: 14px; letter-spacing: .06em; }
  177. .scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 8vw, 128px); bottom: 30px; color: var(--muted); font-size: 14px; letter-spacing: .1em; }
  178. .scroll-cue span { display: inline-block; margin-left: 10px; color: var(--gold); animation: bob 1.7s ease-in-out infinite; }
  179. .story { display: grid; grid-template-columns: 260px minmax(0, 1fr); width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 150px; gap: 74px; }
  180. .rail-sticky { position: sticky; top: 100px; }
  181. .rail-label { color: var(--muted); margin: 0 0 16px; font-size: 14px; letter-spacing: .14em; }
  182. .filters { display: grid; gap: 3px; }
  183. .filter {
  184. width: 100%; height: 40px; padding: 0 12px;
  185. display: flex; align-items: center; gap: 10px;
  186. border: 0; background: transparent; color: var(--muted);
  187. text-align: left; font-size: 15px; cursor: pointer;
  188. }
  189. .filter i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
  190. .filter:hover { color: var(--white); }
  191. .filter.active { color: var(--gold); background: rgba(230, 198, 135, .07); }
  192. .progress-block { margin: 34px 0; padding-top: 24px; border-top: 1px solid var(--line); }
  193. .progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 14px; }
  194. .progress-meta strong { color: var(--gold); font-weight: 400; }
  195. .progress-track { height: 2px; margin-top: 12px; background: var(--line); }
  196. .progress-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .12s linear; }
  197. .chapter-nav { display: grid; gap: 14px; }
  198. .chapter-nav a { color: var(--muted); font-size: 14px; transition: color .2s; }
  199. .chapter-nav a:hover { color: var(--white); }
  200. .chapter-nav span { display: inline-block; width: 34px; color: var(--gold-deep); font-size: 13px; }
  201. .participants { margin-top: 110px; padding-top: 80px; border-top: 1px solid var(--line); }
  202. .participants-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }
  203. .participants-head h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 400; letter-spacing: -.04em; }
  204. .participants-head > p { margin: 0; color: var(--muted); font-size: 14px; letter-spacing: .08em; }
  205. .participants-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  206. .participant-card { min-height: 210px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(21,24,32,.38); }
  207. .participant-title { display: flex; align-items: center; gap: 13px; }
  208. .participant-title > span { flex: 0 0 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(230,198,135,.35); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
  209. .participant-title h3 { margin: 0 0 4px; font-size: 16px; font-weight: 400; }
  210. .participant-title p { margin: 0; color: var(--muted); font-size: 13px; }
  211. .participant-card > p { margin: 23px 0 16px; color: #9da2aa; font-size: 15px; line-height: 1.75; }
  212. .participant-card > strong { color: var(--gold-deep); font-size: 13px; font-weight: 500; letter-spacing: .02em; }
  213. .timeline-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 66px; }
  214. .timeline-head h2, .model h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.04em; font-weight: 400; }
  215. .timeline-tools { display: flex; align-items: center; gap: 16px; }
  216. .timeline-tools > span { color: var(--muted); font-size: 14px; }
  217. .view-switch { display: flex; padding: 3px; border: 1px solid var(--line); background: rgba(21,24,32,.6); }
  218. .view-switch button { min-width: 58px; height: 34px; padding: 0 12px; border: 0; background: transparent; color: var(--muted); font-size: 14px; cursor: pointer; }
  219. .view-switch button.active { color: var(--void); background: var(--gold); }
  220. .timeline { position: relative; }
  221. .timeline::before { content: ""; position: absolute; left: 154px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--gold), var(--line) 12%, var(--line) 90%, transparent); }
  222. .event { position: relative; display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 52px; padding-bottom: 28px; animation: reveal .45s both; animation-delay: var(--delay); }
  223. .event::before { content: ""; position: absolute; left: 150px; top: 30px; width: 9px; height: 9px; border: 2px solid var(--void); border-radius: 50%; background: var(--muted); }
  224. .event[data-category="operation"]::before { background: var(--operation); }
  225. .event[data-category="capital"]::before { background: var(--capital); }
  226. .event[data-category="policy"]::before { background: var(--policy); }
  227. .event[data-category="market"]::before { background: var(--market); }
  228. .event[data-category="evolution"]::before { background: var(--evolution); }
  229. .event-date { padding-top: 21px; text-align: right; }
  230. .event-date span { display: block; color: #aeb2b9; font-size: 15px; line-height: 1.5; }
  231. .event-date small { display: block; margin-top: 7px; color: #5c626b; font-size: 13px; letter-spacing: .08em; }
  232. .event-card {
  233. width: 100%; padding: 25px 28px 26px; border: 1px solid var(--line); border-radius: 2px;
  234. background: rgba(21, 24, 32, .58); text-align: left; cursor: pointer;
  235. transition: background .25s, border-color .25s, transform .25s;
  236. }
  237. .event-card:hover { transform: translateY(-2px); border-color: rgba(230, 198, 135, .32); background: var(--panel); }
  238. .featured .event-card { background: linear-gradient(115deg, rgba(230,198,135,.08), rgba(21,24,32,.8) 52%); }
  239. .event-card-top { display: flex; justify-content: space-between; align-items: center; }
  240. .tag { color: var(--gold-deep); font-size: 13px; letter-spacing: .1em; }
  241. .expand-icon { color: var(--muted); font-size: 18px; font-weight: 200; transition: transform .25s; }
  242. .event.open .expand-icon { transform: rotate(45deg); }
  243. .event h3 { margin: 19px 0 10px; font-size: clamp(20px, 2.2vw, 28px); font-weight: 400; letter-spacing: -.02em; }
  244. .event-card > p { max-width: 750px; margin: 0; color: #989da6; font-size: 16px; line-height: 1.8; }
  245. .event-stat { display: block; margin-top: 22px; color: var(--gold); font-size: 14px; font-weight: 500; letter-spacing: .05em; }
  246. .event-detail { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .35s ease, opacity .25s ease, margin .35s; }
  247. .event-detail > div { overflow: hidden; }
  248. .event-detail > div:first-child { grid-row: 1; }
  249. .event-detail > div:last-child { grid-row: 1; visibility: hidden; }
  250. .event.open .event-detail { grid-template-rows: 1fr; opacity: 1; margin-top: 25px; border-top: 1px solid var(--line); padding-top: 22px; gap: 20px; }
  251. .event.open .event-detail { display: grid; grid-template-columns: 1fr 1fr; }
  252. .event.open .event-detail > div:last-child { grid-row: auto; visibility: visible; }
  253. .event-detail span { color: var(--muted); font-size: 13px; letter-spacing: .1em; }
  254. .event-detail p { margin: 8px 0 0; color: #b6bac1; font-size: 15px; line-height: 1.8; }
  255. .timeline.compact .event { padding-bottom: 10px; }
  256. .timeline.compact .event::before { top: 20px; }
  257. .timeline.compact .event-date { padding-top: 12px; }
  258. .timeline.compact .event-card { padding: 15px 20px 16px; }
  259. .timeline.compact .event-card-top { float: right; margin-left: 12px; }
  260. .timeline.compact .tag { display: none; }
  261. .timeline.compact .event h3 { margin: 0 0 8px; font-size: 21px; }
  262. .timeline.compact .event-card > p { display: none; }
  263. .timeline.compact .event-stat { margin-top: 0; font-size: 14px; }
  264. .timeline.compact .event.open .event-detail { margin-top: 15px; }
  265. .model { padding: 130px max(24px, calc((100vw - 1180px) / 2)); background: #f0f0f1; color: var(--ink); }
  266. .model .section-kicker { color: var(--gold-deep); }
  267. .model-intro { max-width: 670px; margin: 25px 0 55px; color: #676c74; line-height: 1.8; }
  268. .model-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d1d3d7; border-left: 1px solid #d1d3d7; }
  269. .model-card { min-height: 310px; padding: 34px; border-right: 1px solid #d1d3d7; border-bottom: 1px solid #d1d3d7; }
  270. .model-card > span { color: var(--gold-deep); font-size: 14px; letter-spacing: .1em; }
  271. .model-card h3 { margin: 54px 0 8px; font-size: 29px; font-weight: 400; }
  272. .model-card strong { color: #777c84; font-size: 15px; font-weight: 400; }
  273. .model-card p { margin: 25px 0 0; color: #5e636a; font-size: 16px; line-height: 1.8; }
  274. .model blockquote { max-width: 900px; margin: 85px auto 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(22px, 2.8vw, 37px); line-height: 1.6; text-align: center; }
  275. .ending { min-height: 72vh; display: grid; place-content: center; padding: 90px 24px; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(230,198,135,.08), transparent 35%); }
  276. .ending p { color: var(--gold); font-size: 14px; letter-spacing: .2em; }
  277. .ending h2 { margin: 26px 0; font-size: clamp(30px, 4vw, 58px); line-height: 1.45; font-weight: 300; letter-spacing: -.04em; }
  278. .ending span { color: var(--muted); font-family: Georgia, "Songti SC", serif; font-size: 17px; }
  279. footer { min-height: 220px; padding: 55px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: end; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
  280. footer img { width: 350px; max-width: 100%; }
  281. footer p { color: var(--muted); font-size: 14px; letter-spacing: .05em; }
  282. html[data-theme="light"] {
  283. --void: #f5f5f7;
  284. --ink: #0b0c10;
  285. --panel: #ffffff;
  286. --panel-2: #eceef1;
  287. --white: #0b0c10;
  288. --silver: #59616a;
  289. --muted: #6f7780;
  290. --gold: #76591f;
  291. --gold-deep: #654916;
  292. --line: #d8dadf;
  293. color-scheme: light;
  294. }
  295. html[data-theme="light"] body { background: var(--void); }
  296. html[data-theme="light"] .topbar { background: rgba(245,245,247,.9); }
  297. html[data-theme="light"] .hero { background: radial-gradient(circle at 76% 44%, rgba(184,150,82,.11), transparent 23%), linear-gradient(180deg,#f5f5f7,#f1f2f4); }
  298. html[data-theme="light"] .hero::before { opacity: .16; background-image: radial-gradient(rgba(78,88,98,.7) .55px, transparent .55px); }
  299. html[data-theme="light"] .hero-orbit { border-color: rgba(78,88,98,.22); }
  300. html[data-theme="light"] .leverage-word { -webkit-text-stroke-color: rgba(78,88,98,.11); }
  301. html[data-theme="light"] .hero-orbit::after { background: #b89652; box-shadow: 0 0 20px rgba(184,150,82,.55); }
  302. html[data-theme="light"] .hero h1 span, html[data-theme="light"] .hero-deck { color: #59616a; }
  303. html[data-theme="light"] .case-slug, html[data-theme="light"] .episode { color: #737b84; }
  304. html[data-theme="light"] .participant-card, html[data-theme="light"] .event-card { background: rgba(255,255,255,.72); }
  305. html[data-theme="light"] .featured .event-card { background: linear-gradient(115deg,rgba(184,150,82,.12),rgba(255,255,255,.84) 52%); }
  306. html[data-theme="light"] .event-card:hover { background: #fff; border-color: rgba(184,150,82,.5); }
  307. html[data-theme="light"] .event-card > p, html[data-theme="light"] .event-detail p, html[data-theme="light"] .participant-card > p { color: #59616a; }
  308. html[data-theme="light"] .event-date span { color: #4e5862; }
  309. html[data-theme="light"] .event-date small { color: #9298a0; }
  310. html[data-theme="light"] .event::before { border-color: var(--void); }
  311. html[data-theme="light"] .view-switch { background: #eceef1; }
  312. html[data-theme="light"] .view-switch button.active { color: #f5f5f7; }
  313. html[data-theme="light"] .editbar { background: #76591f; color: #fff; }
  314. html[data-theme="light"] .model { background: #eceef1; color: #0b0c10; border-block: 1px solid #d8dadf; }
  315. html[data-theme="light"] .model-intro, html[data-theme="light"] .model-card p { color: #59616a; }
  316. html[data-theme="light"] .model-card strong { color: #737b84; }
  317. html[data-theme="light"] .model-grid, html[data-theme="light"] .model-card { border-color: #cfd2d7; }
  318. html[data-theme="light"] .ending { background: radial-gradient(circle at 50% 50%,rgba(184,150,82,.1),transparent 36%); }
  319. html[data-theme="light"] .story-rail { background-color: rgba(245,245,247,.92); }
  320. @keyframes bob { 50% { transform: translateY(5px); } }
  321. @keyframes reveal { from { opacity: 0; transform: translateY(10px); } }
  322. @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
  323. @media (max-width: 900px) {
  324. .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 120px; }
  325. .hero-metrics { width: 100%; }
  326. .story { grid-template-columns: 1fr; gap: 50px; }
  327. .rail-sticky { position: static; }
  328. .filters { display: flex; overflow-x: auto; padding-bottom: 6px; }
  329. .filter { width: auto; min-width: max-content; padding: 0 14px; border: 1px solid var(--line); }
  330. .progress-block, .chapter-nav { display: none; }
  331. .participants-grid { grid-template-columns: repeat(2, 1fr); }
  332. .model-grid { grid-template-columns: 1fr; }
  333. }
  334. @media (max-width: 620px) {
  335. .topbar { height: 74px; }
  336. .brand { height: 52px; gap: 10px; }
  337. .brand-mark { width: 58px; }
  338. .brand-copy { gap: 4px; }
  339. .brand-copy strong { font-size: 20px; letter-spacing: .15em; }
  340. .brand-copy em { font-size: 9px; letter-spacing: .18em; }
  341. .episode { display: none; }
  342. .topbar-actions { gap: 7px; }
  343. .icon-button { width: 38px; min-width: 38px; padding: 0; }
  344. .editbar { top: 74px; padding: 10px 14px; }
  345. .editbar span { line-height: 1.5; }
  346. .hero { min-height: auto; padding: 104px 20px 54px; gap: 28px; }
  347. .hero h1 { font-size: 42px; }
  348. .case-slug { margin-bottom: 25px; }
  349. .leverage-word { top: 17%; font-size: 24vw; }
  350. .hero-deck { margin-top: 22px; font-size: 14px; line-height: 1.7; }
  351. .hero-metrics { grid-template-columns: repeat(4, minmax(108px, 1fr)); overflow-x: auto; border-left: 0; border-top: 1px solid var(--line); scrollbar-width: none; }
  352. .metric { min-height: 82px; padding: 14px 12px; border-left: 1px solid var(--line); }
  353. .metric strong { font-size: 19px; white-space: nowrap; }
  354. .metric span { margin-top: 7px; font-size: 13px; }
  355. .scroll-cue { display: none; }
  356. .story { width: calc(100% - 24px); padding-top: 34px; gap: 28px; }
  357. .story-rail { position: sticky; z-index: 9; top: 74px; margin-inline: -12px; padding: 9px 12px; background: rgba(11,12,16,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
  358. .rail-label { display: none; }
  359. .filters { padding-bottom: 0; }
  360. .filter { height: 40px; font-size: 14px; }
  361. .participants { margin-top: 62px; padding-top: 54px; }
  362. .participants-head { margin-bottom: 18px; }
  363. .participants-head > p { display: none; }
  364. .participants-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; margin-right: -12px; padding-right: 12px; scrollbar-width: none; }
  365. .participant-card { flex: 0 0 78vw; min-height: 176px; scroll-snap-align: start; border: 1px solid var(--line); border-right: 0; }
  366. .participant-card:last-child { border-right: 1px solid var(--line); }
  367. .timeline-head { display: block; margin-bottom: 40px; }
  368. .timeline-tools { margin-top: 17px; justify-content: space-between; }
  369. .timeline-tools > span { font-size: 13px; }
  370. .timeline::before { left: 5px; }
  371. .event { grid-template-columns: 1fr; gap: 10px; padding-left: 24px; }
  372. .event::before { left: 1px; top: 8px; }
  373. .event-date { padding: 0; text-align: left; display: flex; gap: 10px; align-items: center; }
  374. .event-date small { margin: 0; }
  375. .event-card { padding: 18px 16px; }
  376. .event.open .event-detail { grid-template-columns: 1fr; }
  377. .timeline.compact .event-card { padding: 12px 14px 13px; }
  378. .timeline.compact .event h3 { font-size: 18px; line-height: 1.45; }
  379. .timeline.compact .event-date { padding: 0; }
  380. .timeline.compact .event::before { top: 8px; }
  381. .model { padding-block: 90px; }
  382. footer { align-items: flex-start; flex-direction: column; }
  383. }