:root {
  --source-accent:#f0f050;
  --source-second:#b0d0d0;
  --bg:#f7f8f4;
  --panel:#ffffff;
  --ink:#222a2d;
  --muted:#667181;
  --accent:#7a7a29;
  --second:#627474;
  --line:rgba(240,240,80,.16);
  --radius:4px;
  --stroke:1px;
  --shadow:0 12px 38px color-mix(in srgb,var(--accent) 7%,transparent)
}

html {
  scroll-behavior:smooth
}

* {
  box-sizing:border-box
}

body {
  margin:0;
  background:linear-gradient(180deg,color-mix(in srgb,var(--source-accent) 4%,var(--bg)),var(--bg) 28%,color-mix(in srgb,var(--source-second) 4%,var(--bg)));
  color:var(--ink);
  font-family:Arial,"Microsoft YaHei",sans-serif;
  line-height:1.65;
  overflow-x:hidden
}

a {
  color:inherit;
  text-decoration:none
}

img {
  display:block;
  max-width:100%
}

button {
  font:inherit;
  color:inherit
}

.tbd-7811a8e3b6c6 {
  width:min(1200px,calc(100% - 40px));
  margin-inline:auto
}

.tbd-221fa3bdbaeb {
  height:70px;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:30;
  background:linear-gradient(105deg,color-mix(in srgb,var(--bg) 92%,var(--source-accent)),color-mix(in srgb,var(--bg) 90%,transparent),color-mix(in srgb,var(--bg) 88%,var(--source-second)));
  border-bottom:var(--stroke) solid var(--line);
  backdrop-filter:blur(20px) saturate(145%);
  -webkit-backdrop-filter:blur(20px) saturate(145%)
}

.tbd-3394a1336853 {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px
}

.tbd-c1768c2595ca {
  justify-self:start;
  display:flex;
  align-items:center;
  gap:11px;
  font-size:18px;
  font-weight:900;
  white-space:nowrap
}

.tbd-c1768c2595ca img {
  width:36px;
  height:36px;
  object-fit:cover;
  border-radius:calc(var(--radius)/2);
  box-shadow:0 8px 24px color-mix(in srgb,var(--source-accent) 24%,transparent)
}

.tbd-54104e456b16 {
  justify-self:center;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px
}

.tbd-54104e456b16 a {
  padding:8px 7px;
  border-bottom:0px solid transparent;
  white-space:nowrap
}

.tbd-54104e456b16 a:hover {
  color:var(--accent);
  border-color:var(--accent)
}

.tbd-ced85e3e1299 {
  justify-self:end;
  display:flex;
  align-items:center;
  gap:10px
}

.tbd-b893637940c4 {
  padding:9px 15px;
  background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--second) 76%,var(--accent)));
  color:#fff;
  font-weight:800;
  border-radius:calc(var(--radius)/2);
  box-shadow:0 10px 26px color-mix(in srgb,var(--accent) 24%,transparent)
}

.tbd-b63121b4d3a5 {
  display:none;
  width:40px;
  height:40px;
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:var(--radius)
}

.tbd-b1c01751d92b .tbd-c1768c2595ca img {
  border:2px solid var(--accent)
}

.tbd-b1c01751d92b .tbd-54104e456b16 a:hover {
  background:color-mix(in srgb,var(--accent) 9%,transparent)
}

.tbd-6ace6ac2c32d {
  height:calc(100svh - 70px);
  min-height:610px;
  max-height:840px;
  padding:32px 0;
  display:flex;
  align-items:center;
  overflow:hidden;
  position:relative;
  isolation:isolate;
  background:linear-gradient(132deg,color-mix(in srgb,var(--source-accent) 10%,var(--bg)) 0%,var(--bg) 48%,color-mix(in srgb,var(--source-second) 10%,var(--bg)) 100%)
}

.tbd-6ace6ac2c32d:before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.48;
  background:repeating-linear-gradient(90deg,transparent 0 63px,color-mix(in srgb,var(--source-accent) 9%,transparent) 64px)
}

.tbd-6ace6ac2c32d:after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  z-index:5;
  background:linear-gradient(90deg,transparent,var(--source-accent),var(--source-second),transparent)
}

.tbd-a2bb397dd780 {
  position:relative;
  z-index:2
}

.tbd-112709726d3e,.tbd-56352a49d120 {
  display:inline-flex;
  width:max-content;
  margin:0 0 14px;
  color:var(--accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:0px;
  padding:0;
  border:0;
  border-radius:calc(var(--radius)/2);
  background:color-mix(in srgb,var(--panel) 66%,transparent);
  backdrop-filter:blur(12px)
}

.tbd-6ace6ac2c32d h1 {
  font-size:clamp(54px,7vw,98px);
  line-height:0.94;
  margin:0;
  font-weight:700;
  letter-spacing:0
}

.tbd-56029b8484dc {
  max-width:605px;
  color:var(--muted);
  font-size:15px;
  margin:18px 0 22px
}

.tbd-c1dcf7cdda1a {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}

.tbd-14787dc8af4d,.tbd-7bb6ff716740 {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  font-weight:900;
  border:1px solid var(--line);
  border-radius:4px
}

.tbd-14787dc8af4d {
  background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--second) 72%,var(--accent)));
  color:#fff;
  border-color:color-mix(in srgb,var(--accent) 72%,var(--second));
  box-shadow:none
}

.tbd-7bb6ff716740 {
  background:color-mix(in srgb,var(--panel) 72%,transparent);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)
}

.tbd-63424d443484 {
  display:flex;
  gap:8px;
  list-style:none;
  padding:0;
  margin:18px 0 0;
  color:var(--muted);
  font-size:12px
}

.tbd-63424d443484 li {
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px 8px;
  border:1px solid color-mix(in srgb,var(--source-accent) 16%,var(--line));
  background:color-mix(in srgb,var(--panel) 55%,transparent);
  backdrop-filter:blur(12px)
}

.tbd-63424d443484 i {
  color:var(--accent)
}

.tbd-b6445b1cb294 {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);
  gap:clamp(42px,7vw,96px);
  align-items:center
}

.tbd-76c0d5d8c9f9 {
  position:relative;
  min-width:0
}

.tbd-2b0597f25589 {
  position:absolute;
  inset:-42px auto auto -26px;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--accent);
  font-size:11px
}

.tbd-2b0597f25589>span {
  width:38px;
  height:1px;
  background:linear-gradient(90deg,var(--source-accent),var(--source-second))
}

.tbd-2b0597f25589>i {
  font-size:16px
}

.tbd-2b0597f25589>b {
  font-weight:800
}

.tbd-2b4dcb8f9403 {
  inset:auto auto -32px 0
}

.tbd-61add9d284bd {
  left:auto;
  right:12px;
  top:-36px
}

.tbd-a18e023ce211>span {
  width:8px;
  height:8px;
  border-radius:50%
}

.tbd-2e206441e981 {
  transform:rotate(-90deg);
  transform-origin:left top
}

.tbd-2ab6d0b17c01 {
  border:1px solid var(--line);
  padding:7px 10px;
  background:color-mix(in srgb,var(--panel) 64%,transparent);
  backdrop-filter:blur(12px)
}

.tbd-add2b54aa489 {
  position:relative;
  min-width:0;
  height:520px;
  display:grid;
  place-items:center
}

.tbd-add2b54aa489:before {
  content:'';
  position:absolute;
  inset:7% -5%;
  border:1px solid color-mix(in srgb,var(--source-accent) 22%,transparent);
  background:repeating-linear-gradient(90deg,transparent 0 39px,color-mix(in srgb,var(--source-second) 8%,transparent) 40px);
  opacity:.62;
  pointer-events:none
}

.tbd-511bdab4d612 {
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  font-size:10px;
  letter-spacing:0
}

.tbd-511bdab4d612>div {
  position:absolute;
  border:1px solid color-mix(in srgb,var(--source-accent) 24%,var(--line));
  background:linear-gradient(135deg,color-mix(in srgb,var(--panel) 86%,var(--source-accent) 14%),color-mix(in srgb,var(--panel) 72%,transparent));
  box-shadow:0 12px 34px color-mix(in srgb,var(--source-second) 14%,transparent);
  backdrop-filter:blur(16px) saturate(145%);
  -webkit-backdrop-filter:blur(16px) saturate(145%)
}

.tbd-2314396330e6 {
  right:-8px;
  top:10%;
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  font-weight:900;
  color:var(--accent)
}

.tbd-ff932fea8e14 {
  right:-12px;
  top:13%;
  display:grid;
  gap:7px;
  padding:10px
}

.tbd-ff932fea8e14 span {
  padding:5px 8px;
  border-left:2px solid var(--accent);
  background:color-mix(in srgb,var(--source-accent) 8%,transparent)
}

.tbd-6b6d966a77a5 {
  left:-12px;
  bottom:12%;
  display:flex;
  align-items:center;
  gap:5px;
  padding:9px 11px
}

.tbd-6b6d966a77a5 i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--source-accent)
}

.tbd-6b6d966a77a5 b {
  margin-left:5px
}

.tbd-0e1f67fa0140 {
  right:-8px;
  bottom:8%;
  max-width:220px;
  padding:11px 14px;
  font-family:Georgia,"Noto Serif SC",serif
}

.tbd-287f970cbc34 {
  left:-10px;
  top:12%;
  height:48px;
  padding:9px 11px;
  display:flex;
  align-items:center;
  gap:3px
}

.tbd-287f970cbc34 i {
  width:3px;
  background:linear-gradient(var(--source-accent),var(--source-second))
}

.tbd-287f970cbc34 i:nth-child(1) {
  height:10px
}

.tbd-287f970cbc34 i:nth-child(2) {
  height:24px
}

.tbd-287f970cbc34 i:nth-child(3) {
  height:16px
}

.tbd-287f970cbc34 i:nth-child(4) {
  height:28px
}

.tbd-287f970cbc34 i:nth-child(5) {
  height:12px
}

.tbd-287f970cbc34 span {
  margin-left:6px
}

.tbd-1e4d133f94aa {
  left:4%;
  bottom:5%;
  display:flex;
  align-items:center;
  gap:6px;
  padding:9px 12px
}

.tbd-1e4d133f94aa i {
  width:22px;
  height:1px;
  background:linear-gradient(90deg,var(--source-accent),var(--source-second))
}

.tbd-92d55a421bc5 {
  right:-10px;
  top:16%;
  display:grid;
  gap:6px;
  padding:9px
}

.tbd-92d55a421bc5 span {
  padding:4px 7px;
  background:color-mix(in srgb,var(--source-second) 10%,transparent)
}

.tbd-708cf7508186 {
  left:-10px;
  bottom:10%;
  display:grid;
  grid-template-columns:24px 1fr;
  align-items:center;
  padding:10px 12px
}

.tbd-708cf7508186>i {
  grid-row:1/3;
  font-size:18px;
  color:var(--accent)
}

.tbd-708cf7508186 small {
  color:var(--muted)
}

.tbd-19128716ac5c {
  right:-12px;
  bottom:7%;
  padding:10px 12px;
  font-family:Consolas,monospace;
  color:var(--accent)
}

.tbd-9218453c645d {
  left:7%;
  top:5%;
  padding:7px 10px;
  font-weight:900
}

.tbd-486a57186735 {
  position:relative;
  min-width:0;
  z-index:2
}

.tbd-486a57186735 img {
  width:100%;
  height:460px;
  object-fit:cover;
  object-position:top;
  border:var(--stroke) solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}

.tbd-486a57186735>span {
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 11px;
  background:linear-gradient(135deg,var(--accent),var(--second));
  color:#fff;
  font-size:11px;
  font-weight:800;
  border-radius:calc(var(--radius)/2);
  backdrop-filter:blur(10px)
}

.tbd-b44bf07cd776 {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  position:relative;
  z-index:3
}

.tbd-b44bf07cd776 span {
  display:grid;
  min-width:0;
  padding:13px;
  border-top:2px solid var(--accent);
  background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 84%,var(--source-accent) 16%),color-mix(in srgb,var(--panel) 76%,transparent));
  backdrop-filter:blur(14px)
}

.tbd-b44bf07cd776 b {
  font-size:24px
}

.tbd-b44bf07cd776 small {
  color:var(--muted);
  font-size:10px
}

.tbd-96c907131b1b {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}

.tbd-c3802ae6eef7 {
  width:100%;
  padding:22px;
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1fr 120px;
  gap:14px
}

.tbd-c3802ae6eef7 header {
  grid-column:1/3;
  display:flex;
  gap:6px;
  border-bottom:1px solid var(--line);
  padding-bottom:10px
}

.tbd-c3802ae6eef7 header i {
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent)
}

.tbd-c3802ae6eef7 header span {
  margin-left:auto;
  font-size:9px
}

.tbd-c3802ae6eef7 .tbd-486a57186735 img {
  height:410px
}

.tbd-c3802ae6eef7 pre {
  align-self:end;
  color:var(--accent);
  font-size:10px;
  line-height:2
}

.tbd-debefca3828e {
  padding:104px 0
}

.tbd-4c5c7acea9e2,.tbd-326a01113b32 {
  background:color-mix(in srgb,var(--accent) 3%,var(--bg))
}

.tbd-21473c9f3828 {
  background:color-mix(in srgb,var(--second) 2%,var(--bg))
}

.tbd-b4802d869231 {
  position:relative;
  margin-bottom:40px
}

.tbd-95f16bba9bb6 {
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.tbd-d17604e0a82a {
  max-width:none;
  display:grid;
  grid-template-columns:1fr minmax(320px,.78fr);
  gap:64px;
  align-items:end
}

.tbd-b7f76b3be87b,.tbd-dc52b7bbd4ad {
  min-width:0
}

.tbd-dc52b7bbd4ad {
  display:flex;
  flex-direction:column;
  align-items:flex-start
}

.tbd-9fe2fad41c44 {
  font-size:38px;
  line-height:1.15;
  font-weight:800
}

.tbd-6de7b05d671a {
  max-width:680px;
  color:var(--muted);
  font-size:13px;
  margin-top:13px
}

.tbd-95f16bba9bb6 .tbd-6de7b05d671a {
  margin-inline:auto
}

.tbd-ed5b23add530 {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
  color:var(--accent);
  font-size:10px
}

.tbd-ed5b23add530 i {
  display:block;
  width:28px;
  height:1px;
  background:var(--accent)
}

.tbd-ed5b23add530 b {
  min-width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid var(--line)
}

.tbd-34f2a3be00da .tbd-ed5b23add530 i:first-child {
  width:90px
}

.tbd-34f2a3be00da .tbd-ed5b23add530 i:last-child {
  width:16px
}

.tbd-b69abd7d5246 {
  position:relative
}

.tbd-b69abd7d5246>span,.tbd-b69abd7d5246>b {
  color:var(--accent);
  font-size:11px
}

.tbd-b00e21aeb91f {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}

.tbd-11840b0c3943 {
  min-height:247px;
  padding:24px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 88%,var(--source-accent) 12%),color-mix(in srgb,var(--panel) 74%,transparent));
  border:var(--stroke) solid var(--line);
  border-radius:var(--radius);
  box-shadow:none;
  position:relative;
  backdrop-filter:blur(12px) saturate(135%);
  -webkit-backdrop-filter:blur(12px) saturate(135%)
}

.tbd-11840b0c3943>i {
  width:47px;
  height:47px;
  display:grid;
  place-items:center;
  color:var(--accent);
  font-size:23px;
  border:1px solid var(--line);
  border-radius:calc(var(--radius)/2);
  background:linear-gradient(135deg,color-mix(in srgb,var(--source-accent) 16%,transparent),color-mix(in srgb,var(--source-second) 10%,transparent))
}

.tbd-59c335340165 {
  position:absolute;
  right:18px;
  top:15px;
  color:var(--muted);
  font-size:11px
}

.tbd-aee3ced91079 {
  font-size:18px;
  font-weight:800;
  margin:20px 0 8px
}

.tbd-11840b0c3943 p {
  margin:0;
  color:var(--muted);
  font-size:13px
}

.tbd-0fa409d3d00a>p {
  margin:18px 0 0;
  color:var(--accent);
  font-size:10px;
  letter-spacing:2px
}

.tbd-e0ad220d55e5 {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}

.tbd-3fb071fc7b61 {
  min-width:0
}

.tbd-7677498aed17 {
  height:430px;
  overflow:hidden;
  background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 84%,var(--source-accent) 16%),var(--panel));
  border:var(--stroke) solid color-mix(in srgb,var(--source-accent) 32%,var(--line));
  border-radius:var(--radius);
  box-shadow:none;
  position:relative
}

.tbd-7677498aed17:after {
  content:'';
  position:absolute;
  inset:0;
  border:1px solid color-mix(in srgb,var(--source-second) 18%,transparent);
  pointer-events:none
}

.tbd-7677498aed17 img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top
}

.tbd-40dee492177f {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 0px
}

.tbd-40dee492177f span {
  font-size:10px;
  color:var(--accent)
}

.tbd-40dee492177f strong {
  font-size:12px
}

.tbd-0a834440c4e7 {
  columns:3;
  column-gap:16px
}

.tbd-3e2897812675 {
  break-inside:avoid;
  margin:0 0 16px;
  padding:24px;
  background:linear-gradient(155deg,color-mix(in srgb,var(--panel) 90%,var(--source-second) 10%),color-mix(in srgb,var(--panel) 76%,transparent));
  border:var(--stroke) solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  position:relative;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%)
}

.tbd-42979075610f {
  display:flex;
  gap:2px;
  color:var(--accent);
  font-size:12px
}

.tbd-3e2897812675 blockquote {
  margin:17px 0 22px;
  font-size:15px
}

.tbd-3e2897812675 footer {
  display:flex;
  align-items:center;
  gap:10px;
  border-top:1px solid var(--line);
  padding-top:14px
}

.tbd-ea2a9ff051db {
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--second));
  color:#fff;
  border-radius:6px;
  font-weight:900
}

.tbd-3e2897812675 footer p {
  display:grid;
  flex:1;
  margin:0
}

.tbd-b9693fd18ed4 {
  font-size:10px;
  color:var(--muted)
}

.tbd-95bd75da49a5 {
  width:max-content;
  margin-top:12px;
  padding:3px 8px;
  background:color-mix(in srgb,var(--accent) 10%,transparent);
  color:var(--accent);
  font-size:10px;
  border-radius:999px
}

.tbd-f81101c523ef {
  position:relative
}

.tbd-622293985041 {
  position:absolute;
  left:50%;
  top:-18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:8px;
  color:color-mix(in srgb,var(--accent) 42%,transparent);
  font-size:10px;
  pointer-events:none
}

.tbd-622293985041 i {
  font-size:18px
}

.tbd-53af6a1c0fda {
  width:min(100%,970px);
  margin-inline:auto
}

.tbd-8acd8c233047 {
  margin:0 0 17px;
  padding:0 19px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 90%,var(--source-accent) 10%),color-mix(in srgb,var(--panel) 78%,transparent));
  border:var(--stroke) solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%)
}

.tbd-8acd8c233047 button {
  width:100%;
  display:grid;
  grid-template-columns:36px 1fr 30px;
  gap:10px;
  align-items:center;
  text-align:left;
  border:0;
  background:transparent;
  padding:20px 0;
  cursor:pointer
}

.tbd-8acd8c233047 button span {
  color:var(--accent);
  font-size:10px
}

.tbd-8acd8c233047 button i {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,color-mix(in srgb,var(--source-accent) 14%,transparent),color-mix(in srgb,var(--source-second) 10%,transparent));
  border-radius:50%;
  transition:.25s
}

.tbd-e44c5fe46a4d {
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .28s
}

.tbd-e44c5fe46a4d p {
  overflow:hidden;
  color:var(--muted);
  margin:0;
  max-width:720px;
  font-size:13px
}

.tbd-ab4332c55e39 .tbd-e44c5fe46a4d {
  grid-template-rows:1fr
}

.tbd-ab4332c55e39 .tbd-e44c5fe46a4d p {
  margin-bottom:20px
}

.tbd-ab4332c55e39 button i {
  transform:rotate(45deg)
}

.tbd-11840b0c3943 {
  display:grid;
  grid-template-columns:58px 1fr;
  column-gap:14px
}

.tbd-11840b0c3943>i {
  grid-row:1/4
}

.tbd-e0ad220d55e5 {
  gap:2px
}

.tbd-7677498aed17 {
  border-radius:0;
  border:0
}

.tbd-3e2897812675 {
  border-radius:0;
  border-width:0 0 1px;
  box-shadow:none
}

.tbd-53af6a1c0fda {
  padding:14px;
  border:1px solid var(--line);
  background:color-mix(in srgb,var(--panel) 55%,transparent)
}

.tbd-06b39a81bd29 {
  padding:64px 0 22px;
  background:color-mix(in srgb,var(--ink) 91%,var(--accent));
  color:var(--bg)
}

.tbd-d87e632b18a9 {
  display:grid;
  grid-template-columns:1fr .7fr auto;
  gap:44px;
  align-items:start;
  padding-bottom:34px;
  border-bottom:1px solid color-mix(in srgb,var(--bg) 20%,transparent)
}

.tbd-7c5731720fc7 {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  font-weight:900
}

.tbd-7c5731720fc7 img {
  width:42px;
  height:42px;
  object-fit:cover;
  border-radius:calc(var(--radius)/2)
}

.tbd-461a772b5636 {
  max-width:470px;
  color:color-mix(in srgb,var(--bg) 68%,transparent);
  font-size:13px
}

.tbd-d4c24b57c284 {
  display:grid;
  gap:7px;
  font-size:12px
}

.tbd-7afd889936a4 {
  display:flex;
  gap:8px;
  margin-top:14px
}

.tbd-7afd889936a4 a {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--bg) 28%,transparent);
  border-radius:50%
}

.tbd-b185b4ec336f {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:18px;
  color:color-mix(in srgb,var(--bg) 58%,transparent);
  font-size:10px
}

.tbd-d87e632b18a9 {
  grid-template-columns:1fr .7fr 1fr
}

@media(max-width:700px) {
  .tbd-7811a8e3b6c6 {
    width:min(100% - 28px,1200px)
  }

  .tbd-221fa3bdbaeb {
    height:66px
  }

  .tbd-3394a1336853 {
    grid-template-columns:1fr auto;
    gap:10px
  }

  .tbd-54104e456b16 {
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:72px;
    flex-direction:column;
    align-items:stretch;
    padding:12px;
    background:var(--bg);
    color:var(--ink);
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow:var(--shadow)
  }

  .tbd-54104e456b16.tbd-6b8d539db32f {
    display:flex!important
  }

  .tbd-b893637940c4 {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 14px;
    font-size:13px;
    line-height:1;
    white-space:nowrap
  }

  .tbd-b63121b4d3a5 {
    display:none
  }

  .tbd-6ace6ac2c32d {
    height:auto;
    min-height:calc(100svh - 66px);
    max-height:none;
    padding:68px 0 34px
  }

  .tbd-b6445b1cb294 {
    grid-template-columns:1fr;
    gap:30px
  }

  .tbd-6ace6ac2c32d h1 {
    font-size:42px
  }

  .tbd-63424d443484 {
    display:none
  }

  .tbd-2b0597f25589 {
    top:-34px;
    left:0;
    right:auto;
    bottom:auto;
    transform:none
  }

  .tbd-add2b54aa489 {
    height:290px
  }

  .tbd-486a57186735 img {
    height:250px!important;
    max-height:250px
  }

  .tbd-36e3de3f3349,.tbd-9b86e4130008,.tbd-3ce50934abaf,.tbd-dacc082b92b8 {
    width:82%
  }

  .tbd-ddd034ae74ae,.tbd-b4d01af10e95,.tbd-f5071fee1cf9,.tbd-c3802ae6eef7,.tbd-14ecb55f09d1,.tbd-e6b0608e9c66,.tbd-ff388eb6b914,.tbd-1b61d1e29748,.tbd-f817b4e988d9,.tbd-4f59d1e53723 {
    width:100%
  }

  .tbd-ff0910603441,.tbd-37a493790b74,.tbd-f744b2890ef1,.tbd-467815012b3f,.tbd-c9a56fe6fc8e {
    height:280px
  }

  .tbd-ff0910603441 .tbd-486a57186735 img,.tbd-37a493790b74 .tbd-486a57186735 img,.tbd-f744b2890ef1 .tbd-486a57186735 img,.tbd-467815012b3f .tbd-486a57186735 img,.tbd-c9a56fe6fc8e .tbd-486a57186735 img {
    height:250px!important
  }

  .tbd-1b58ddd5914b {
    width:280px;
    height:280px
  }

  .tbd-1b58ddd5914b .tbd-486a57186735 {
    width:150px
  }

  .tbd-1b58ddd5914b .tbd-486a57186735 img {
    height:220px!important
  }

  .tbd-c3802ae6eef7 {
    grid-template-columns:1fr;
    padding:12px
  }

  .tbd-c3802ae6eef7 header {
    grid-column:auto
  }

  .tbd-c3802ae6eef7 pre,.tbd-91266aff415b,.tbd-f744b2890ef1>p,.tbd-1b61d1e29748 ol,.tbd-f817b4e988d9>aside {
    display:none
  }

  .tbd-14ecb55f09d1 .tbd-486a57186735 img {
    height:250px!important
  }

  .tbd-e6b0608e9c66,.tbd-4f59d1e53723 {
    grid-template-columns:1fr
  }

  .tbd-e6b0608e9c66 .tbd-b44bf07cd776,.tbd-4f59d1e53723 .tbd-b44bf07cd776 {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .tbd-4f59d1e53723>p {
    grid-column:auto
  }

  .tbd-ff388eb6b914 {
    height:280px;
    grid-template-columns:42px 1fr
  }

  .tbd-ff388eb6b914 .tbd-486a57186735 img {
    height:254px!important
  }

  .tbd-1b61d1e29748 {
    grid-template-columns:1fr
  }

  .tbd-1b61d1e29748 .tbd-486a57186735 img {
    height:270px!important
  }

  .tbd-f817b4e988d9 {
    grid-template-columns:1fr
  }

  .tbd-b44bf07cd776 {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px
  }

  .tbd-b44bf07cd776 span {
    padding:7px 4px
  }

  .tbd-b44bf07cd776 b {
    font-size:17px
  }

  .tbd-b44bf07cd776 small {
    font-size:8px
  }

  .tbd-debefca3828e {
    padding:74px 0
  }

  .tbd-95f16bba9bb6 {
    max-width:none
  }

  .tbd-d17604e0a82a {
    grid-template-columns:1fr;
    gap:14px
  }

  .tbd-dc52b7bbd4ad {
    align-items:flex-start
  }

  .tbd-9fe2fad41c44 {
    font-size:32px
  }

  .tbd-b69abd7d5246 {
    display:block
  }

  .tbd-b00e21aeb91f {
    grid-template-columns:1fr
  }

  .tbd-11840b0c3943 {
    min-height:210px;
    transform:none!important
  }

  .tbd-e0ad220d55e5 {
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:14px;
    padding-bottom:14px
  }

  .tbd-3fb071fc7b61 {
    flex:0 0 78%;
    transform:none!important
  }

  .tbd-7677498aed17 {
    height:420px!important
  }

  .tbd-0a834440c4e7 {
    columns:1
  }

  .tbd-3e2897812675 {
    transform:none!important
  }

  .tbd-622293985041 {
    display:none
  }

  .tbd-53af6a1c0fda {
    display:block!important
  }

  .tbd-d87e632b18a9 {
    grid-template-columns:1fr!important
  }

  .tbd-b185b4ec336f {
    flex-direction:column
  }

}

@media(max-width:700px) {
  .tbd-511bdab4d612 {
    display:none
  }

  .tbd-c1dcf7cdda1a {
    width:100%
  }

  .tbd-c1dcf7cdda1a a {
    width:100%;
    justify-content:center
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

}
