打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Fstpagetest styles:修订间差异

来自RIA | Wiki
ChenM0M留言 | 贡献
无编辑摘要
ChenM0M留言 | 贡献
无编辑摘要
第1行: 第1行:
/* =========================
/* =========================
   testpage_styles (strict)
   Fstpagetest_styles
   avoid 3D, avoid pointer-events, avoid inset/user-select
  MW TemplateStyles-safe portal
   - no input/checkbox/radio
  - no 3D transform
  - interactions: hover + :target
========================= */
========================= */


.tst{
.fst{
   max-width: 1200px;
   max-width: 1200px;
   margin: 0 auto;
   margin: 0 auto;
第11行: 第14行:
}
}


.tst a{ color:#9a2a2a; font-weight:700; text-decoration:none; }
.fst a{ color:#9a2a2a; font-weight:700; text-decoration:none; }
.tst a:hover{ color:#b63737; text-decoration:underline; }
.fst a:hover{ color:#b63737; text-decoration:underline; }


.tst-muted{
/* HERO */
  margin-top:10px;
.fst-hero{
  font-size:13px;
  color: rgba(0,0,0,.60);
  line-height:1.65;
}
 
/* ---------- HERO ---------- */
.tst-hero{
   display:flex;
   display:flex;
   gap:16px;
   gap:16px;
第34行: 第30行:
}
}


.tst-hero-left{ flex:1 1 auto; min-width:260px; }
.fst-hero-left{ flex:1 1 auto; min-width:260px; }
.tst-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:center; justify-content:center; }
.fst-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:center; justify-content:center; }


.tst-hero-image{
.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);
}
}


.tst-caption{
.fst-caption{
   font-size:12px;
   font-size:12px;
   color: rgba(0,0,0,.55);
   color: rgba(0,0,0,.55);
第49行: 第45行:
}
}


.tst-badge{
.fst-badge{
   display:inline-block;
   display:inline-block;
   padding:4px 10px;
   padding:4px 10px;
第61行: 第57行:
}
}


.tst-title{
.fst-title{
   margin:10px 0 6px 0;
   margin:10px 0 6px 0;
   font-size:38px;
   font-size:38px;
第68行: 第64行:
}
}


.tst-lead{
.fst-lead{
   font-size:15px;
   font-size:15px;
   line-height:1.75;
   line-height:1.75;
第74行: 第70行:
}
}


/* KPI */
.fst-kpis{
.tst-kpi{
   display:flex;
   display:flex;
   gap:10px;
   gap:10px;
第82行: 第77行:
}
}


.tst-kpi-item{
.fst-kpi{
   padding:10px 12px;
   padding:10px 12px;
   border-radius:14px;
   border-radius:14px;
第90行: 第85行:
}
}


.tst-kpi-num{
.fst-kpi-num{
   font-size:22px;
   font-size:22px;
   font-weight:900;
   font-weight:900;
}
}


.tst-kpi-text{
.fst-kpi-text{
   font-size:12px;
   font-size:12px;
   color: rgba(0,0,0,.62);
   color: rgba(0,0,0,.62);
第101行: 第96行:
}
}


/* nav pills */
.fst-nav{
.tst-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{
.tst-navlink{
   display:inline-block;
   display:inline-block;
   padding:6px 10px;
   padding:6px 10px;
第119行: 第113行:
   text-decoration:none;
   text-decoration:none;
}
}
.tst-navlink:hover{
.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行:
}
}


/* ---------- SECTION HEADER ---------- */
.fst-hint{
.tst-section{
  margin-top:10px;
   margin-top:18px;
  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;
}
}


.tst-section-h{
/* SECTION HEADER */
.fst-section{ margin-top:18px; }
 
.fst-section-h{
   padding:12px 14px;
   padding:12px 14px;
   border-radius:14px;
   border-radius:14px;
第140行: 第143行:
}
}


.tst-section-h h2{
.fst-section-title{
  margin:0;
   font-size:18px;
   font-size:18px;
   font-weight:900;
   font-weight:900;
}
}


.tst-section-sub{
.fst-section-sub{
   margin-top:4px;
   margin-top:4px;
   font-size:13px;
   font-size:13px;
第152行: 第154行:
}
}


/* ---------- REVEAL NOTICE WALL (2D, no 3D) ---------- */
/* NOTICE WALL */
.tst-revealwall{
.fst-cards{
   display:flex;
   display:flex;
   gap:16px;
   gap:16px;
第159行: 第161行:
}
}


.tst-reveal{
.fst-card{
   width:270px;
   width:270px;
   border-radius:14px;
   border-radius:14px;
第168行: 第170行:
}
}


.tst-reveal-head{
.fst-card-top{
   padding:14px;
   padding:12px 14px 0 14px;
   background:#fff;
  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);
}
}


.tst-reveal-title{
.fst-card-title{
   margin-top:8px;
   padding:8px 14px 0 14px;
   font-size:16px;
   font-size:16px;
   font-weight:900;
   font-weight:900;
第180行: 第219行:
}
}


.tst-reveal-sub{
.fst-card-desc{
   margin-top:6px;
   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行:
}
}


.tst-reveal-body{
.fst-card-more{
   padding:0 14px 14px 14px;
   padding:0 14px 14px 14px;
   font-size:13px;
   font-size:13px;
第198行: 第237行:
}
}


/* hover reveal detail */
.fst-card:hover{
.tst-reveal: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);
  border-color: rgba(182,55,55,.18);
}
}
.tst-reveal:hover .tst-reveal-body{
.fst-card:hover .fst-card-more{
   opacity:1;
   opacity:1;
   max-height:260px;
   max-height:260px;
}
}


/* tags */
/* START LIST */
.tst-tag{
.fst-list{
   display:inline-block;
  border:1px solid rgba(0,0,0,.08);
   padding:4px 8px;
  border-radius:14px;
   font-size:12px;
  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;
   border-radius:999px;
   margin-bottom:4px;
  background:rgba(182,55,55,.12);
  color:#8f1f1f;
  border:1px solid rgba(182,55,55,.18);
}
}
 
.fst-entry-text{
.tst-tag-warn{
   font-size:14px;
   background:rgba(255,153,0,.14);
   color: rgba(0,0,0,.72);
   border-color: rgba(255,153,0,.22);
   line-height:1.65;
   color: rgba(110,70,0,.95);
}
}
.fst-entry-go{ margin-top:6px; font-weight:900; }


.tst-tag-cool{
.fst-callout{
   background:rgba(80,120,255,.12);
  margin-top:12px;
   border-color: rgba(80,120,255,.22);
  padding:10px 12px;
   color: rgba(20,50,140,.95);
  border-radius:12px;
   background:#f6f7fa;
  border:1px solid rgba(0,0,0,.06);
   color: rgba(0,0,0,.72);
   line-height:1.7;
}
}


/* ---------- TABS (radio) ---------- */
/* TABS via :target */
.tst-tabs{
.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行:
}
}


.tst-tab-radio{
.fst-anchor{ display:block; height:0; overflow:hidden; }
  position:absolute;
  left:-9999px;
}


.tst-tabbar{
.fst-tabbar{
  display:flex;
  gap:8px;
   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;
}
}


.tst-tab{
.fst-tabbar a{
   cursor:pointer;
   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{
.tst-tab:hover{
   border-color: rgba(182,55,55,.22);
   border-color: rgba(182,55,55,.22);
   color:#8f1f1f;
   color:#8f1f1f;
}
}


.tst-panels{
.fst-panels{ padding:14px; }
  padding:14px;
}


.tst-panel{
.fst-panel{
   display:none;
   display:none;
   padding:12px;
   padding:12px;
第281行: 第341行:
}
}


.tst-panel-title{
.fst-panel-default{ display:block; }
   font-weight:900;
 
  font-size:16px;
/* any tab targeted -> hide default */
   margin-bottom:6px;
#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;
}
}


.tst-panel-text{
/* show targeted panel */
  color: rgba(0,0,0,.72);
#fst-tab-eden:target ~ .fst-panels .fst-panel-eden{ display:block; }
  line-height:1.7;
#fst-tab-laputa:target ~ .fst-panels .fst-panel-laputa{ display:block; }
  font-size:14px;
#fst-tab-faq:target ~ .fst-panels .fst-panel-faq{ display:block; }
}


.tst-panel-go{
/* pills */
  margin-top:8px;
.fst-panel-title{ font-weight:900; font-size:16px; margin-bottom:6px; }
  font-weight:900;
.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; }


.tst-pills{
.fst-pills{
   margin-top:10px;
   margin-top:10px;
   display:flex;
   display:flex;
第304行: 第371行:
   gap:10px;
   gap:10px;
}
}
 
.fst-pill{
.tst-pill{
   display:inline-block;
   display:inline-block;
   padding:7px 10px;
   padding:7px 10px;
第316行: 第382行:
}
}


#tsttab-1:checked ~ .tst-tabbar label[for="tsttab-1"],
.fst-tabs-note{
#tsttab-2:checked ~ .tst-tabbar label[for="tsttab-2"],
   padding:0 14px 14px 14px;
#tsttab-3:checked ~ .tst-tabbar label[for="tsttab-3"]{
   color: rgba(0,0,0,.60);
   background:#b63737;
   font-size:13px;
   border-color: rgba(0,0,0,.08);
  line-height:1.65;
   color:#fff;
}
}


#tsttab-1:checked ~ .tst-panels .tst-panel-1{ display:block; }
/* FAQ accordion via :target */
#tsttab-2:checked ~ .tst-panels .tst-panel-2{ display:block; }
.fst-acc{
#tsttab-3:checked ~ .tst-panels .tst-panel-3{ display:block; }
 
/* ---------- ACCORDION (checkbox) ---------- */
.tst-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行:
}
}


.tst-acc-item{
.fst-acc-item{ border-bottom:1px solid rgba(0,0,0,.08); }
  border-bottom:1px solid rgba(0,0,0,.08);
.fst-acc-item:last-child{ border-bottom:none; }
}
.tst-acc-item:last-child{ border-bottom:none; }


.tst-acc-check{
.fst-acc-head{
   position:absolute;
   padding:12px 14px;
  left:-9999px;
}
 
.tst-acc-head{
   display:flex;
   display:flex;
   align-items:center;
   align-items:center;
   justify-content:space-between;
   justify-content:space-between;
   gap:10px;
   gap:10px;
  padding:12px 14px;
  cursor:pointer;
  background:#fff;
}
}


.tst-acc-q{ font-weight:900; }
.fst-acc-q{ font-weight:900; }
 
.fst-acc-ctl{
.tst-acc-ico{
   padding:6px 10px;
   width:28px;
  height:28px;
   border-radius:999px;
   border-radius:999px;
   border:1px solid rgba(0,0,0,.10);
  background:#f6f7fa;
  display:flex;
   border:1px solid rgba(0,0,0,.06);
  align-items:center;
  justify-content:center;
   font-weight:900;
   font-weight:900;
   color: rgba(0,0,0,.65);
   color: rgba(0,0,0,.68);
  font-size:12px;
}
}


.tst-acc-body{
.fst-acc-body{
  padding:0 14px;
   max-height:0;
   max-height:0;
  opacity:0;
   overflow:hidden;
   overflow:hidden;
   padding:0 14px;
   transition: opacity .18s ease, max-height .18s ease;
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
   line-height:1.75;
   line-height:1.7;
  transition:max-height .25s ease;
}
}


.tst-acc-check:checked + .tst-acc-head{ background:#fbfbfd; }
.fst-mini{
.tst-acc-check:checked + .tst-acc-head .tst-acc-ico{
   margin:10px 0;
   background: rgba(182,55,55,.10);
  border-color: rgba(182,55,55,.22);
  color:#8f1f1f;
}
.tst-acc-check:checked ~ .tst-acc-body{
  max-height: 520px;
  padding: 0 14px 14px 14px;
}
 
/* callout */
.tst-callout{
   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);
  margin:10px 0;
  color: rgba(0,0,0,.72);
}
}


/* tooltip (more strict: no pointer-events, no transform) */
/* target rules */
.tst-tip{
#fst-faq-1:target ~ .fst-acc .fst-acc-1 .fst-acc-body,
  position:relative;
#fst-faq-2:target ~ .fst-acc .fst-acc-2 .fst-acc-body,
  display:inline-block;
#fst-faq-3:target ~ .fst-acc .fst-acc-3 .fst-acc-body{
  padding:2px 8px;
   max-height: 520px;
  border-radius:999px;
  background: rgba(182,55,55,.10);
  border:1px solid rgba(182,55,55,.18);
  color:#8f1f1f;
  font-weight:900;
  cursor:help;
}
 
.tst-tip::after{
  content: attr(data-tip);
  position:absolute;
  left:0;
  top:140%;
  min-width: 220px;
  max-width: 320px;
  padding:10px 10px;
  border-radius:12px;
  background:#111;
  color:#fff;
  font-weight:700;
  font-size:12px;
   line-height:1.55;
  opacity:0;
  transition: opacity .15s ease;
}
 
.tst-tip:hover::after{
   opacity:1;
   opacity:1;
  padding: 0 14px 14px 14px;
}
}


/* ---------- TIMELINE ---------- */
/* TIMELINE */
.tst-tl{
.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行:
}
}


.tst-tl-item{
.fst-tl-item{
   display:flex;
   display:flex;
   gap:12px;
   gap:12px;
   padding: 10px 0 10px 0;
   padding: 10px 0;
}
}
 
.fst-tl-item:not(:last-child){
.tst-tl-item:not(:last-child){
   border-bottom:1px dashed rgba(0,0,0,.14);
   border-bottom:1px dashed rgba(0,0,0,.14);
}
}


.tst-tl-dot{
.fst-tl-dot{
   flex:0 0 12px;
   flex:0 0 12px;
   width:12px;
   width:12px;
第465行: 第475行:
}
}


.tst-tl-time{
.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;
  letter-spacing:.2px;
}
}
 
.fst-tl-title{ font-weight:900; margin-top:2px; }
.tst-tl-title{
.fst-tl-text{
  font-weight:900;
  margin-top:2px;
}
 
.tst-tl-text{
   margin-top:4px;
   margin-top:4px;
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
第484行: 第488行:
}
}


/* footer block */
/* LINKS grid */
.tst-footer{
.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;
   padding:12px 14px;
   border:1px solid rgba(0,0,0,.08);
   border-radius:14px;
   border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
   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;
}
}
.tst-footer-title{ font-weight:900; margin-bottom:6px; }
.tst-footer-links{ color: rgba(0,0,0,.70); line-height:1.7; font-size:14px; }


/* ---------- RESPONSIVE ---------- */
/* responsive */
@media (max-width: 1024px){
@media (max-width: 1024px){
   .tst-hero-right{ display:none; }
   .fst-hero-right{ display:none; }
   .tst-reveal{ width: 100%; max-width: 520px; }
   .fst-card{ width: 100%; max-width: 520px; }
}
}
@media (max-width: 640px){
@media (max-width: 640px){
   .tst-title{ font-size:30px; }
   .fst-title{ font-size:30px; }
   .tst-kpi-item{ min-width: 140px; }
   .fst-kpi{ min-width: 140px; }
  .tst-tabbar{ flex-wrap:wrap; }
}
}

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; }
}