模板:Fstpagetest styles:修订间差异
来自RIA | Wiki
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* ========================= | /* ========================= | ||
Fstpagetest_styles | |||
MW TemplateStyles-safe portal | |||
- no input/checkbox/radio | |||
- no 3D transform | |||
- interactions: hover + :target | |||
========================= */ | ========================= */ | ||
. | .fst{ | ||
max-width: 1200px; | max-width: 1200px; | ||
margin: 0 auto; | margin: 0 auto; | ||
| 第11行: | 第14行: | ||
} | } | ||
. | .fst a{ color:#9a2a2a; font-weight:700; text-decoration:none; } | ||
. | .fst a:hover{ color:#b63737; text-decoration:underline; } | ||
/* HERO */ | |||
.fst-hero{ | |||
/* | |||
. | |||
display:flex; | display:flex; | ||
gap:16px; | gap:16px; | ||
| 第34行: | 第30行: | ||
} | } | ||
. | .fst-hero-left{ flex:1 1 auto; min-width:260px; } | ||
. | .fst-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:center; justify-content:center; } | ||
. | .fst-hero-image{ | ||
border-radius:14px; | border-radius:14px; | ||
box-shadow: 0 10px 26px rgba(0,0,0,.10); | box-shadow: 0 10px 26px rgba(0,0,0,.10); | ||
} | } | ||
. | .fst-caption{ | ||
font-size:12px; | font-size:12px; | ||
color: rgba(0,0,0,.55); | color: rgba(0,0,0,.55); | ||
| 第49行: | 第45行: | ||
} | } | ||
. | .fst-badge{ | ||
display:inline-block; | display:inline-block; | ||
padding:4px 10px; | padding:4px 10px; | ||
| 第61行: | 第57行: | ||
} | } | ||
. | .fst-title{ | ||
margin:10px 0 6px 0; | margin:10px 0 6px 0; | ||
font-size:38px; | font-size:38px; | ||
| 第68行: | 第64行: | ||
} | } | ||
. | .fst-lead{ | ||
font-size:15px; | font-size:15px; | ||
line-height:1.75; | line-height:1.75; | ||
| 第74行: | 第70行: | ||
} | } | ||
.fst-kpis{ | |||
. | |||
display:flex; | display:flex; | ||
gap:10px; | gap:10px; | ||
| 第82行: | 第77行: | ||
} | } | ||
. | .fst-kpi{ | ||
padding:10px 12px; | padding:10px 12px; | ||
border-radius:14px; | border-radius:14px; | ||
| 第90行: | 第85行: | ||
} | } | ||
. | .fst-kpi-num{ | ||
font-size:22px; | font-size:22px; | ||
font-weight:900; | font-weight:900; | ||
} | } | ||
. | .fst-kpi-text{ | ||
font-size:12px; | font-size:12px; | ||
color: rgba(0,0,0,.62); | color: rgba(0,0,0,.62); | ||
| 第101行: | 第96行: | ||
} | } | ||
.fst-nav{ | |||
. | |||
margin-top:12px; | margin-top:12px; | ||
display:flex; | display:flex; | ||
flex-wrap:wrap; | flex-wrap:wrap; | ||
gap:10px; | gap:10px; | ||
color: rgba(0,0,0,.55); | |||
} | } | ||
.fst-nav a{ | |||
. | |||
display:inline-block; | display:inline-block; | ||
padding:6px 10px; | padding:6px 10px; | ||
| 第119行: | 第113行: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
. | .fst-nav a:hover{ | ||
border-color: rgba(182,55,55,.22); | border-color: rgba(182,55,55,.22); | ||
background: rgba(182,55,55,.08); | background: rgba(182,55,55,.08); | ||
| 第126行: | 第120行: | ||
} | } | ||
.fst-hint{ | |||
. | margin-top:10px; | ||
padding:10px 12px; | |||
border-radius:12px; | |||
background:#fbfbfd; | |||
border:1px solid rgba(0,0,0,.06); | |||
color: rgba(0,0,0,.66); | |||
font-size:13px; | |||
line-height:1.65; | |||
} | } | ||
. | /* SECTION HEADER */ | ||
.fst-section{ margin-top:18px; } | |||
.fst-section-h{ | |||
padding:12px 14px; | padding:12px 14px; | ||
border-radius:14px; | border-radius:14px; | ||
| 第140行: | 第143行: | ||
} | } | ||
. | .fst-section-title{ | ||
font-size:18px; | font-size:18px; | ||
font-weight:900; | font-weight:900; | ||
} | } | ||
. | .fst-section-sub{ | ||
margin-top:4px; | margin-top:4px; | ||
font-size:13px; | font-size:13px; | ||
| 第152行: | 第154行: | ||
} | } | ||
/* | /* NOTICE WALL */ | ||
. | .fst-cards{ | ||
display:flex; | display:flex; | ||
gap:16px; | gap:16px; | ||
| 第159行: | 第161行: | ||
} | } | ||
. | .fst-card{ | ||
width:270px; | width:270px; | ||
border-radius:14px; | border-radius:14px; | ||
| 第168行: | 第170行: | ||
} | } | ||
. | .fst-card-top{ | ||
padding:14px; | padding:12px 14px 0 14px; | ||
background:# | display:flex; | ||
gap:8px; | |||
align-items:center; | |||
flex-wrap:wrap; | |||
} | |||
.fst-tag{ | |||
display:inline-block; | |||
padding:4px 8px; | |||
font-size:12px; | |||
font-weight:900; | |||
border-radius:999px; | |||
background:rgba(182,55,55,.12); | |||
color:#8f1f1f; | |||
border:1px solid rgba(182,55,55,.18); | |||
} | |||
.fst-tag-warn{ | |||
background:rgba(255,153,0,.14); | |||
border-color: rgba(255,153,0,.22); | |||
color: rgba(110,70,0,.95); | |||
} | |||
.fst-tag-cool{ | |||
background:rgba(80,120,255,.12); | |||
border-color: rgba(80,120,255,.22); | |||
color: rgba(20,50,140,.95); | |||
} | |||
.fst-chip{ | |||
display:inline-block; | |||
padding:4px 8px; | |||
font-size:12px; | |||
font-weight:900; | |||
border-radius:999px; | |||
background:#f6f7fa; | |||
border:1px solid rgba(0,0,0,.06); | |||
color: rgba(0,0,0,.68); | |||
} | } | ||
. | .fst-card-title{ | ||
padding:8px 14px 0 14px; | |||
font-size:16px; | font-size:16px; | ||
font-weight:900; | font-weight:900; | ||
| 第180行: | 第219行: | ||
} | } | ||
. | .fst-card-desc{ | ||
padding:6px 14px 12px 14px; | |||
font-size:13px; | font-size:13px; | ||
color: rgba(0,0,0,.70); | color: rgba(0,0,0,.70); | ||
| 第187行: | 第226行: | ||
} | } | ||
. | .fst-card-more{ | ||
padding:0 14px 14px 14px; | padding:0 14px 14px 14px; | ||
font-size:13px; | font-size:13px; | ||
| 第198行: | 第237行: | ||
} | } | ||
.fst-card:hover{ | |||
. | border-color: rgba(182,55,55,.18); | ||
box-shadow:0 14px 28px rgba(0,0,0,.10); | box-shadow:0 14px 28px rgba(0,0,0,.10); | ||
} | } | ||
. | .fst-card:hover .fst-card-more{ | ||
opacity:1; | opacity:1; | ||
max-height:260px; | max-height:260px; | ||
} | } | ||
/* | /* START LIST */ | ||
. | .fst-list{ | ||
display: | border:1px solid rgba(0,0,0,.08); | ||
border-radius:14px; | |||
font-size: | background:#fff; | ||
box-shadow: 0 6px 18px rgba(0,0,0,.06); | |||
overflow:hidden; | |||
} | |||
.fst-entry{ | |||
display:flex; | |||
gap:12px; | |||
padding:12px 14px; | |||
border-bottom:1px dashed rgba(0,0,0,.14); | |||
} | |||
.fst-entry:last-child{ border-bottom:none; } | |||
.fst-entry-ico{ | |||
flex:0 0 74px; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
border-radius:12px; | |||
background:#f3f5f8; | |||
border:1px solid rgba(0,0,0,.06); | |||
} | |||
.fst-entry-body{ min-width:0; } | |||
.fst-entry-title{ | |||
font-size:16px; | |||
font-weight:900; | font-weight:900; | ||
margin-bottom:4px; | |||
} | } | ||
.fst-entry-text{ | |||
. | font-size:14px; | ||
color: rgba(0,0,0,.72); | |||
line-height:1.65; | |||
} | } | ||
.fst-entry-go{ margin-top:6px; font-weight:900; } | |||
. | .fst-callout{ | ||
background:rgba( | margin-top:12px; | ||
padding:10px 12px; | |||
border-radius:12px; | |||
background:#f6f7fa; | |||
border:1px solid rgba(0,0,0,.06); | |||
color: rgba(0,0,0,.72); | |||
line-height:1.7; | |||
} | } | ||
/* | /* TABS via :target */ | ||
. | .fst-tabs{ | ||
border:1px solid rgba(0,0,0,.08); | border:1px solid rgba(0,0,0,.08); | ||
border-radius:14px; | border-radius:14px; | ||
| 第241行: | 第305行: | ||
} | } | ||
. | .fst-anchor{ display:block; height:0; overflow:hidden; } | ||
} | |||
. | .fst-tabbar{ | ||
padding:10px 10px; | padding:10px 10px; | ||
border-bottom:1px solid rgba(0,0,0,.08); | border-bottom:1px solid rgba(0,0,0,.08); | ||
background:#fbfbfd; | background:#fbfbfd; | ||
display:flex; | |||
gap:8px; | |||
flex-wrap:wrap; | |||
} | } | ||
. | .fst-tabbar a{ | ||
display:inline-block; | |||
padding:7px 12px; | padding:7px 12px; | ||
border-radius:999px; | border-radius:999px; | ||
| 第262行: | 第324行: | ||
font-weight:900; | font-weight:900; | ||
color: rgba(0,0,0,.72); | color: rgba(0,0,0,.72); | ||
text-decoration:none; | |||
} | } | ||
.fst-tabbar a:hover{ | |||
. | |||
border-color: rgba(182,55,55,.22); | border-color: rgba(182,55,55,.22); | ||
color:#8f1f1f; | color:#8f1f1f; | ||
} | } | ||
. | .fst-panels{ padding:14px; } | ||
} | |||
. | .fst-panel{ | ||
display:none; | display:none; | ||
padding:12px; | padding:12px; | ||
| 第281行: | 第341行: | ||
} | } | ||
. | .fst-panel-default{ display:block; } | ||
/* any tab targeted -> hide default */ | |||
#fst-tab-eden:target ~ .fst-tabbar, | |||
#fst-tab-laputa:target ~ .fst-tabbar, | |||
#fst-tab-faq:target ~ .fst-tabbar{ | |||
/* no-op; keeps structure stable */ | |||
} | |||
#fst-tab-eden:target ~ .fst-panels .fst-panel-default, | |||
#fst-tab-laputa:target ~ .fst-panels .fst-panel-default, | |||
#fst-tab-faq:target ~ .fst-panels .fst-panel-default{ | |||
display:none; | |||
} | } | ||
. | /* show targeted panel */ | ||
#fst-tab-eden:target ~ .fst-panels .fst-panel-eden{ display:block; } | |||
#fst-tab-laputa:target ~ .fst-panels .fst-panel-laputa{ display:block; } | |||
#fst-tab-faq:target ~ .fst-panels .fst-panel-faq{ display:block; } | |||
} | |||
. | /* pills */ | ||
.fst-panel-title{ font-weight:900; font-size:16px; margin-bottom:6px; } | |||
.fst-panel-text{ color: rgba(0,0,0,.72); line-height:1.7; font-size:14px; } | |||
} | .fst-panel-go{ margin-top:8px; font-weight:900; } | ||
. | .fst-pills{ | ||
margin-top:10px; | margin-top:10px; | ||
display:flex; | display:flex; | ||
| 第304行: | 第371行: | ||
gap:10px; | gap:10px; | ||
} | } | ||
.fst-pill{ | |||
. | |||
display:inline-block; | display:inline-block; | ||
padding:7px 10px; | padding:7px 10px; | ||
| 第316行: | 第382行: | ||
} | } | ||
.fst-tabs-note{ | |||
padding:0 14px 14px 14px; | |||
color: rgba(0,0,0,.60); | |||
font-size:13px; | |||
line-height:1.65; | |||
} | } | ||
/* FAQ accordion via :target */ | |||
.fst-acc{ | |||
/* | |||
. | |||
border:1px solid rgba(0,0,0,.08); | border:1px solid rgba(0,0,0,.08); | ||
border-radius:14px; | border-radius:14px; | ||
| 第337行: | 第398行: | ||
} | } | ||
. | .fst-acc-item{ border-bottom:1px solid rgba(0,0,0,.08); } | ||
.fst-acc-item:last-child{ border-bottom:none; } | |||
} | |||
. | |||
. | .fst-acc-head{ | ||
padding:12px 14px; | |||
display:flex; | display:flex; | ||
align-items:center; | align-items:center; | ||
justify-content:space-between; | justify-content:space-between; | ||
gap:10px; | gap:10px; | ||
} | } | ||
. | .fst-acc-q{ font-weight:900; } | ||
.fst-acc-ctl{ | |||
. | padding:6px 10px; | ||
border-radius:999px; | border-radius:999px; | ||
border:1px solid rgba(0,0,0,. | background:#f6f7fa; | ||
border:1px solid rgba(0,0,0,.06); | |||
font-weight:900; | font-weight:900; | ||
color: rgba(0,0,0,. | color: rgba(0,0,0,.68); | ||
font-size:12px; | |||
} | } | ||
. | .fst-acc-body{ | ||
padding:0 14px; | |||
max-height:0; | max-height:0; | ||
opacity:0; | |||
overflow:hidden; | overflow:hidden; | ||
transition: opacity .18s ease, max-height .18s ease; | |||
color: rgba(0,0,0,.72); | color: rgba(0,0,0,.72); | ||
line-height:1. | line-height:1.7; | ||
} | } | ||
. | .fst-mini{ | ||
margin:10px 0; | |||
padding:10px 12px; | padding:10px 12px; | ||
border-radius:12px; | border-radius:12px; | ||
background:#f6f7fa; | background:#f6f7fa; | ||
border:1px solid rgba(0,0,0,.06); | border:1px solid rgba(0,0,0,.06); | ||
} | } | ||
/* | /* target rules */ | ||
. | #fst-faq-1:target ~ .fst-acc .fst-acc-1 .fst-acc-body, | ||
#fst-faq-2:target ~ .fst-acc .fst-acc-2 .fst-acc-body, | |||
#fst-faq-3:target ~ .fst-acc .fst-acc-3 .fst-acc-body{ | |||
max-height: 520px; | |||
. | |||
opacity:1; | opacity:1; | ||
padding: 0 14px 14px 14px; | |||
} | } | ||
/* | /* TIMELINE */ | ||
. | .fst-tl{ | ||
border:1px solid rgba(0,0,0,.08); | border:1px solid rgba(0,0,0,.08); | ||
border-radius:14px; | border-radius:14px; | ||
| 第445行: | 第456行: | ||
} | } | ||
. | .fst-tl-item{ | ||
display:flex; | display:flex; | ||
gap:12px; | gap:12px; | ||
padding: | padding: 10px 0; | ||
} | } | ||
.fst-tl-item:not(:last-child){ | |||
. | |||
border-bottom:1px dashed rgba(0,0,0,.14); | border-bottom:1px dashed rgba(0,0,0,.14); | ||
} | } | ||
. | .fst-tl-dot{ | ||
flex:0 0 12px; | flex:0 0 12px; | ||
width:12px; | width:12px; | ||
| 第465行: | 第475行: | ||
} | } | ||
. | .fst-tl-time{ | ||
font-size:12px; | font-size:12px; | ||
color: rgba(0,0,0,.55); | color: rgba(0,0,0,.55); | ||
font-weight:900; | font-weight:900; | ||
} | } | ||
.fst-tl-title{ font-weight:900; margin-top:2px; } | |||
. | .fst-tl-text{ | ||
} | |||
. | |||
margin-top:4px; | margin-top:4px; | ||
color: rgba(0,0,0,.72); | color: rgba(0,0,0,.72); | ||
| 第484行: | 第488行: | ||
} | } | ||
/* footer | /* LINKS grid */ | ||
. | .fst-linkgrid{ | ||
display:flex; | |||
flex-wrap:wrap; | |||
gap:10px; | |||
} | |||
.fst-link{ | |||
flex: 1 1 220px; | |||
padding:10px 12px; | |||
border-radius:12px; | |||
border:1px solid rgba(0,0,0,.08); | |||
background:#fff; | |||
box-shadow: 0 6px 18px rgba(0,0,0,.06); | |||
font-weight:900; | |||
} | |||
.fst-link:hover{ | |||
border-color: rgba(182,55,55,.18); | |||
background:#fbfbfd; | |||
} | |||
/* footer */ | |||
.fst-footer{ | |||
margin-top:12px; | margin-top:12px; | ||
border:1px solid rgba(0,0,0,.08); | |||
border-radius:14px; | border-radius:14px; | ||
background:#fff; | background:#fff; | ||
box-shadow: 0 6px 18px rgba(0,0,0,.06); | box-shadow: 0 6px 18px rgba(0,0,0,.06); | ||
overflow:hidden; | |||
} | |||
.fst-footer-h{ | |||
padding:12px 14px; | |||
background:#fbfbfd; | |||
border-bottom:1px solid rgba(0,0,0,.08); | |||
font-weight:900; | |||
} | |||
.fst-footer-c{ | |||
padding:14px; | |||
color: rgba(0,0,0,.72); | |||
line-height:1.75; | |||
} | } | ||
/* | /* responsive */ | ||
@media (max-width: 1024px){ | @media (max-width: 1024px){ | ||
. | .fst-hero-right{ display:none; } | ||
. | .fst-card{ width: 100%; max-width: 520px; } | ||
} | } | ||
@media (max-width: 640px){ | @media (max-width: 640px){ | ||
. | .fst-title{ font-size:30px; } | ||
. | .fst-kpi{ min-width: 140px; } | ||
} | } | ||
2026年2月13日 (五) 22:44的版本
/* =========================
Fstpagetest_styles
MW TemplateStyles-safe portal
- no input/checkbox/radio
- no 3D transform
- interactions: hover + :target
========================= */
.fst{
max-width: 1200px;
margin: 0 auto;
padding: 0 14px 28px 14px;
color: rgba(0,0,0,.82);
}
.fst a{ color:#9a2a2a; font-weight:700; text-decoration:none; }
.fst a:hover{ color:#b63737; text-decoration:underline; }
/* HERO */
.fst-hero{
display:flex;
gap:16px;
align-items:stretch;
padding:16px;
margin:14px 0 18px 0;
border:1px solid rgba(0,0,0,.08);
border-radius:16px;
background:#fff;
box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.fst-hero-left{ flex:1 1 auto; min-width:260px; }
.fst-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:center; justify-content:center; }
.fst-hero-image{
border-radius:14px;
box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
.fst-caption{
font-size:12px;
color: rgba(0,0,0,.55);
align-self:flex-start;
padding-left:6px;
}
.fst-badge{
display:inline-block;
padding:4px 10px;
border-radius:999px;
background: rgba(182,55,55,.10);
border:1px solid rgba(182,55,55,.22);
color:#8f1f1f;
font-weight:900;
font-size:12px;
letter-spacing:.3px;
}
.fst-title{
margin:10px 0 6px 0;
font-size:38px;
font-weight:900;
letter-spacing:.4px;
}
.fst-lead{
font-size:15px;
line-height:1.75;
color: rgba(0,0,0,.72);
}
.fst-kpis{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:12px;
}
.fst-kpi{
padding:10px 12px;
border-radius:14px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
min-width: 160px;
}
.fst-kpi-num{
font-size:22px;
font-weight:900;
}
.fst-kpi-text{
font-size:12px;
color: rgba(0,0,0,.62);
margin-top:2px;
}
.fst-nav{
margin-top:12px;
display:flex;
flex-wrap:wrap;
gap:10px;
color: rgba(0,0,0,.55);
}
.fst-nav a{
display:inline-block;
padding:6px 10px;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
color: rgba(0,0,0,.70);
font-weight:900;
text-decoration:none;
}
.fst-nav a:hover{
border-color: rgba(182,55,55,.22);
background: rgba(182,55,55,.08);
color:#8f1f1f;
text-decoration:none;
}
.fst-hint{
margin-top:10px;
padding:10px 12px;
border-radius:12px;
background:#fbfbfd;
border:1px solid rgba(0,0,0,.06);
color: rgba(0,0,0,.66);
font-size:13px;
line-height:1.65;
}
/* SECTION HEADER */
.fst-section{ margin-top:18px; }
.fst-section-h{
padding:12px 14px;
border-radius:14px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
margin-bottom:12px;
}
.fst-section-title{
font-size:18px;
font-weight:900;
}
.fst-section-sub{
margin-top:4px;
font-size:13px;
color: rgba(0,0,0,.60);
}
/* NOTICE WALL */
.fst-cards{
display:flex;
gap:16px;
flex-wrap:wrap;
}
.fst-card{
width:270px;
border-radius:14px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow:0 8px 20px rgba(0,0,0,.08);
overflow:hidden;
}
.fst-card-top{
padding:12px 14px 0 14px;
display:flex;
gap:8px;
align-items:center;
flex-wrap:wrap;
}
.fst-tag{
display:inline-block;
padding:4px 8px;
font-size:12px;
font-weight:900;
border-radius:999px;
background:rgba(182,55,55,.12);
color:#8f1f1f;
border:1px solid rgba(182,55,55,.18);
}
.fst-tag-warn{
background:rgba(255,153,0,.14);
border-color: rgba(255,153,0,.22);
color: rgba(110,70,0,.95);
}
.fst-tag-cool{
background:rgba(80,120,255,.12);
border-color: rgba(80,120,255,.22);
color: rgba(20,50,140,.95);
}
.fst-chip{
display:inline-block;
padding:4px 8px;
font-size:12px;
font-weight:900;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
color: rgba(0,0,0,.68);
}
.fst-card-title{
padding:8px 14px 0 14px;
font-size:16px;
font-weight:900;
line-height:1.25;
}
.fst-card-desc{
padding:6px 14px 12px 14px;
font-size:13px;
color: rgba(0,0,0,.70);
line-height:1.6;
}
.fst-card-more{
padding:0 14px 14px 14px;
font-size:13px;
color: rgba(0,0,0,.72);
line-height:1.65;
opacity:0;
max-height:0;
overflow:hidden;
transition: opacity .18s ease, max-height .18s ease;
}
.fst-card:hover{
border-color: rgba(182,55,55,.18);
box-shadow:0 14px 28px rgba(0,0,0,.10);
}
.fst-card:hover .fst-card-more{
opacity:1;
max-height:260px;
}
/* START LIST */
.fst-list{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.fst-entry{
display:flex;
gap:12px;
padding:12px 14px;
border-bottom:1px dashed rgba(0,0,0,.14);
}
.fst-entry:last-child{ border-bottom:none; }
.fst-entry-ico{
flex:0 0 74px;
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
background:#f3f5f8;
border:1px solid rgba(0,0,0,.06);
}
.fst-entry-body{ min-width:0; }
.fst-entry-title{
font-size:16px;
font-weight:900;
margin-bottom:4px;
}
.fst-entry-text{
font-size:14px;
color: rgba(0,0,0,.72);
line-height:1.65;
}
.fst-entry-go{ margin-top:6px; font-weight:900; }
.fst-callout{
margin-top:12px;
padding:10px 12px;
border-radius:12px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
color: rgba(0,0,0,.72);
line-height:1.7;
}
/* TABS via :target */
.fst-tabs{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.fst-anchor{ display:block; height:0; overflow:hidden; }
.fst-tabbar{
padding:10px 10px;
border-bottom:1px solid rgba(0,0,0,.08);
background:#fbfbfd;
display:flex;
gap:8px;
flex-wrap:wrap;
}
.fst-tabbar a{
display:inline-block;
padding:7px 12px;
border-radius:999px;
border:1px solid rgba(0,0,0,.10);
background:#fff;
font-weight:900;
color: rgba(0,0,0,.72);
text-decoration:none;
}
.fst-tabbar a:hover{
border-color: rgba(182,55,55,.22);
color:#8f1f1f;
}
.fst-panels{ padding:14px; }
.fst-panel{
display:none;
padding:12px;
border-radius:12px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
}
.fst-panel-default{ display:block; }
/* any tab targeted -> hide default */
#fst-tab-eden:target ~ .fst-tabbar,
#fst-tab-laputa:target ~ .fst-tabbar,
#fst-tab-faq:target ~ .fst-tabbar{
/* no-op; keeps structure stable */
}
#fst-tab-eden:target ~ .fst-panels .fst-panel-default,
#fst-tab-laputa:target ~ .fst-panels .fst-panel-default,
#fst-tab-faq:target ~ .fst-panels .fst-panel-default{
display:none;
}
/* show targeted panel */
#fst-tab-eden:target ~ .fst-panels .fst-panel-eden{ display:block; }
#fst-tab-laputa:target ~ .fst-panels .fst-panel-laputa{ display:block; }
#fst-tab-faq:target ~ .fst-panels .fst-panel-faq{ display:block; }
/* pills */
.fst-panel-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
.fst-panel-text{ color: rgba(0,0,0,.72); line-height:1.7; font-size:14px; }
.fst-panel-go{ margin-top:8px; font-weight:900; }
.fst-pills{
margin-top:10px;
display:flex;
flex-wrap:wrap;
gap:10px;
}
.fst-pill{
display:inline-block;
padding:7px 10px;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
font-weight:900;
color: rgba(0,0,0,.70);
font-size:13px;
}
.fst-tabs-note{
padding:0 14px 14px 14px;
color: rgba(0,0,0,.60);
font-size:13px;
line-height:1.65;
}
/* FAQ accordion via :target */
.fst-acc{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.fst-acc-item{ border-bottom:1px solid rgba(0,0,0,.08); }
.fst-acc-item:last-child{ border-bottom:none; }
.fst-acc-head{
padding:12px 14px;
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
}
.fst-acc-q{ font-weight:900; }
.fst-acc-ctl{
padding:6px 10px;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
font-weight:900;
color: rgba(0,0,0,.68);
font-size:12px;
}
.fst-acc-body{
padding:0 14px;
max-height:0;
opacity:0;
overflow:hidden;
transition: opacity .18s ease, max-height .18s ease;
color: rgba(0,0,0,.72);
line-height:1.7;
}
.fst-mini{
margin:10px 0;
padding:10px 12px;
border-radius:12px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
}
/* target rules */
#fst-faq-1:target ~ .fst-acc .fst-acc-1 .fst-acc-body,
#fst-faq-2:target ~ .fst-acc .fst-acc-2 .fst-acc-body,
#fst-faq-3:target ~ .fst-acc .fst-acc-3 .fst-acc-body{
max-height: 520px;
opacity:1;
padding: 0 14px 14px 14px;
}
/* TIMELINE */
.fst-tl{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
padding: 12px 14px;
}
.fst-tl-item{
display:flex;
gap:12px;
padding: 10px 0;
}
.fst-tl-item:not(:last-child){
border-bottom:1px dashed rgba(0,0,0,.14);
}
.fst-tl-dot{
flex:0 0 12px;
width:12px;
height:12px;
border-radius:999px;
background:#b63737;
margin-top:6px;
box-shadow: 0 0 0 4px rgba(182,55,55,.12);
}
.fst-tl-time{
font-size:12px;
color: rgba(0,0,0,.55);
font-weight:900;
}
.fst-tl-title{ font-weight:900; margin-top:2px; }
.fst-tl-text{
margin-top:4px;
color: rgba(0,0,0,.72);
line-height:1.65;
font-size:14px;
}
/* LINKS grid */
.fst-linkgrid{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.fst-link{
flex: 1 1 220px;
padding:10px 12px;
border-radius:12px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
font-weight:900;
}
.fst-link:hover{
border-color: rgba(182,55,55,.18);
background:#fbfbfd;
}
/* footer */
.fst-footer{
margin-top:12px;
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.fst-footer-h{
padding:12px 14px;
background:#fbfbfd;
border-bottom:1px solid rgba(0,0,0,.08);
font-weight:900;
}
.fst-footer-c{
padding:14px;
color: rgba(0,0,0,.72);
line-height:1.75;
}
/* responsive */
@media (max-width: 1024px){
.fst-hero-right{ display:none; }
.fst-card{ width: 100%; max-width: 520px; }
}
@media (max-width: 640px){
.fst-title{ font-size:30px; }
.fst-kpi{ min-width: 140px; }
}