.fcp-page{
  --fcp-ink:#12201e;
  --fcp-muted:#5e6d69;
  --fcp-line:#dce7e3;
  --fcp-green:#0b7a5c;
  --fcp-green-dark:#075b47;
  --fcp-gold:#d59a24;
  --fcp-rose:#b83a52;
  --fcp-surface:#f6faf8;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(.75rem,2vw,1.35rem) 0 calc(5rem + env(safe-area-inset-bottom));
  color:var(--fcp-ink);
  background:#fff;
}
.fcp-page::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0 0 auto;
  height:780px;
  background:
    radial-gradient(circle at 8% 3%,rgba(20,184,134,.14),transparent 31%),
    radial-gradient(circle at 93% 7%,rgba(213,154,36,.15),transparent 29%),
    linear-gradient(180deg,#f3faf7 0%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.fcp-shell{
  width:var(--enb-global-shell-width,min(calc(100% - 2rem),1552px));
  max-width:var(--enb-global-shell-max,var(--enb-header-shell,1552px));
  margin-inline:auto;
}
.fcp-progress{position:fixed;z-index:85;top:0;left:0;width:100%;height:3px;pointer-events:none}
.fcp-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--fcp-green),#2dd4a7,var(--fcp-gold));transition:width .08s linear}
.fcp-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);
  gap:clamp(1.4rem,4vw,4.2rem);
  align-items:center;
  min-height:570px;
  padding:clamp(1.5rem,4.4vw,4.25rem);
  border-radius:clamp(25px,4vw,44px);
  color:#fff;
  background:
    radial-gradient(circle at 88% 8%,rgba(245,183,55,.21),transparent 27%),
    radial-gradient(circle at 8% 92%,rgba(45,212,167,.12),transparent 26%),
    linear-gradient(135deg,#081f1b 0%,#0c4238 55%,#145949 100%);
  box-shadow:0 32px 88px rgba(8,59,49,.22);
}
.fcp-hero::after{
  content:"";
  position:absolute;
  right:-175px;
  bottom:-245px;
  width:510px;
  height:510px;
  border:76px solid rgba(255,255,255,.045);
  border-radius:50%;
  pointer-events:none;
}
.fcp-hero-copy,.fcp-hero-panel{position:relative;z-index:1}
.fcp-eyebrow,.fcp-kicker{
  margin:0 0 .75rem;
  color:#96f2d2;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.fcp-eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .75rem;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.065)}
.fcp-eyebrow::before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.12)}
.fcp-hero h1{max-width:920px;margin:0;color:#fff;font-size:clamp(2.55rem,5.7vw,5.4rem);font-weight:950;line-height:.94;letter-spacing:-.065em}
.fcp-hero h1 span{color:#fde68a}
.fcp-hero-lead{max-width:850px;margin:1.35rem 0 0;color:#d6e8e3;font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.78}
.fcp-hero-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}
.fcp-hero-meta span{padding:.48rem .7rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#e2f3ee;background:rgba(255,255,255,.06);font-size:.73rem;font-weight:850}
.fcp-hero-actions,.fcp-final-actions,.fcp-inline-actions{display:flex;flex-wrap:wrap;gap:.7rem}
.fcp-hero-actions{margin-top:1.45rem}
.fcp-button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:.8rem 1.05rem;border:1px solid transparent;border-radius:14px;font-size:.86rem;font-weight:950;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.fcp-button:hover{transform:translateY(-2px)}
.fcp-button-primary{color:#12372f;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.17)}
.fcp-button-ghost{color:#fff;border-color:rgba(255,255,255,.21);background:rgba(255,255,255,.07)}
.fcp-button-dark{color:#fff;background:#102b25}
.fcp-hero-panel{padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(2,25,21,.34);backdrop-filter:blur(18px)}
.fcp-panel-kicker{margin:0 0 .8rem;color:#a7f3d0;font-size:.7rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fcp-hero-checks{display:grid;gap:.6rem}
.fcp-hero-checks article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:.75rem;align-items:center;padding:.82rem;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.055)}
.fcp-hero-checks b{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:#fde68a;background:rgba(255,255,255,.08);font-size:.72rem}
.fcp-hero-checks strong{display:block;color:#fff;font-size:.84rem}
.fcp-hero-checks span{display:block;margin-top:.18rem;color:#bad1cb;font-size:.71rem;line-height:1.4}
.fcp-panel-note{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.75rem;align-items:center;margin-top:.8rem;padding:.85rem;border-radius:17px;color:#dff6ee;background:rgba(45,212,167,.09)}
.fcp-panel-note>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#0f3f35;background:#a7f3d0;font-size:1.3rem;font-weight:950}
.fcp-panel-note p{margin:0;font-size:.75rem;line-height:1.55}
.fcp-quick-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}
.fcp-quick-summary article{padding:1.1rem;border:1px solid var(--fcp-line);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(20,70,58,.06)}
.fcp-summary-code{display:inline-flex;padding:.3rem .5rem;border-radius:999px;color:#086144;background:#dcfce7;font-size:.63rem;font-weight:950;letter-spacing:.07em}
.fcp-summary-code.is-caution{color:#8a5410;background:#fef3c7}
.fcp-summary-code.is-danger{color:#9f2941;background:#ffe4e8}
.fcp-quick-summary strong{display:block;margin-top:.65rem;font-size:.94rem}
.fcp-quick-summary p{margin:.3rem 0 0;color:var(--fcp-muted);font-size:.78rem;line-height:1.55}
.fcp-section{margin-top:clamp(2.8rem,5.5vw,5rem);scroll-margin-top:100px}
.fcp-section-heading{display:grid;grid-template-columns:minmax(0,.95fr) minmax(290px,1.05fr);gap:clamp(1rem,4vw,3rem);align-items:end;margin-bottom:1.25rem}
.fcp-section-heading .fcp-kicker{color:var(--fcp-green)}
.fcp-section-heading h2{max-width:850px;margin:0;font-size:clamp(1.95rem,4vw,3.45rem);font-weight:950;line-height:1.03;letter-spacing:-.055em}
.fcp-section-heading>p{margin:0;color:var(--fcp-muted);line-height:1.75}
.fcp-studio{display:grid;grid-template-columns:330px minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid var(--fcp-line);border-radius:30px;background:linear-gradient(180deg,#f3faf7,#fff);box-shadow:0 20px 56px rgba(20,70,58,.07)}
.fcp-studio-tabs{display:grid;gap:.58rem;align-content:start}
.fcp-studio-tab{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.72rem;align-items:center;min-height:67px;padding:.7rem;border:1px solid var(--fcp-line);border-radius:17px;color:#4f625d;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.fcp-studio-tab:hover{transform:translateY(-1px);border-color:#a8cdc1}
.fcp-studio-tab b{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#37695d;background:#e8f6f1;font-size:.68rem}
.fcp-studio-tab span{font-size:.79rem;font-weight:850;line-height:1.38}
.fcp-studio-tab.is-active{color:#fff;border-color:var(--fcp-green);background:linear-gradient(135deg,var(--fcp-green),#0f766e);box-shadow:0 12px 28px rgba(11,122,92,.2)}
.fcp-studio-tab.is-active b{color:#d1fae5;background:rgba(255,255,255,.15)}
.fcp-studio-panel{position:relative;overflow:hidden;min-height:350px;padding:clamp(1.35rem,3vw,2.4rem);border-radius:24px;color:#fff;background:radial-gradient(circle at 92% 8%,rgba(253,230,138,.18),transparent 26%),linear-gradient(145deg,#0c2e27,#14574a)}
.fcp-studio-panel::after{content:"";position:absolute;right:-95px;bottom:-145px;width:300px;height:300px;border:46px solid rgba(255,255,255,.045);border-radius:50%}
.fcp-studio-panel>*{position:relative;z-index:1}
.fcp-studio-panel.is-caution{background:radial-gradient(circle at 92% 8%,rgba(255,255,255,.1),transparent 26%),linear-gradient(145deg,#3c2a0e,#8b5d12)}
.fcp-studio-panel.is-danger{background:radial-gradient(circle at 92% 8%,rgba(255,255,255,.09),transparent 26%),linear-gradient(145deg,#3a1018,#84243a)}
.fcp-scenario-status{display:inline-flex;padding:.42rem .62rem;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#d1fae5;background:rgba(255,255,255,.08);font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.fcp-studio-panel h3{max-width:790px;margin:1rem 0 .65rem;color:#fff;font-size:clamp(1.55rem,3.5vw,2.65rem);line-height:1.08;letter-spacing:-.045em}
.fcp-studio-panel>p{max-width:820px;margin:0;color:#d2e6e0;line-height:1.75}
.fcp-scenario-result{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;margin-top:1.4rem;padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.075)}
.fcp-scenario-result span{padding:.25rem .45rem;border-radius:8px;color:#173c33;background:#d1fae5;font-size:.65rem;font-weight:950;text-transform:uppercase}
.fcp-scenario-result strong{font-size:.83rem;line-height:1.6}
.fcp-matrix-wrap{overflow:auto;border:1px solid var(--fcp-line);border-radius:25px;background:#fff;box-shadow:0 16px 42px rgba(20,70,58,.06);-webkit-overflow-scrolling:touch}
.fcp-matrix{width:100%;min-width:840px;border-collapse:collapse}
.fcp-matrix th,.fcp-matrix td{padding:1rem 1.1rem;border-bottom:1px solid #e6eeeb;text-align:left;vertical-align:top;line-height:1.55}
.fcp-matrix thead th{position:sticky;top:0;z-index:1;color:#fff;background:#123d34;font-size:.74rem;letter-spacing:.03em}
.fcp-matrix tbody th{width:20%;color:#164f42;background:#f3faf7;font-size:.8rem}
.fcp-matrix tbody td{color:#52635f;font-size:.79rem}
.fcp-matrix tbody tr:last-child>*{border-bottom:0}
.fcp-policy-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(1rem,3vw,2.1rem);align-items:start}
.fcp-policy-sidebar{position:sticky;top:95px}
.fcp-toc-card{overflow:hidden;border:1px solid var(--fcp-line);border-radius:23px;background:#fff;box-shadow:0 16px 40px rgba(20,70,58,.07)}
.fcp-toc-head{padding:1rem;border-bottom:1px solid var(--fcp-line);background:linear-gradient(180deg,#f1faf6,#fff)}
.fcp-toc-head small{display:block;color:var(--fcp-green);font-size:.67rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.fcp-toc-head strong{display:block;margin-top:.25rem;font-size:.86rem}
.fcp-toc{padding:.55rem}
.fcp-toc a{display:grid;grid-template-columns:31px minmax(0,1fr);gap:.58rem;align-items:center;min-height:43px;padding:.54rem .64rem;border-radius:12px;color:#58706a;font-size:.77rem;font-weight:850;text-decoration:none}
.fcp-toc a:hover{color:var(--fcp-green);background:#f0faf5}
.fcp-toc a.is-active{color:#fff;background:linear-gradient(135deg,var(--fcp-green),#0f766e);box-shadow:0 8px 19px rgba(11,122,92,.18)}
.fcp-toc b{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;color:#4e7469;background:#eaf6f1;font-size:.63rem}
.fcp-toc a.is-active b{color:#d1fae5;background:rgba(255,255,255,.15)}
.fcp-policy-content{display:grid;gap:1rem}
.fcp-card{position:relative;overflow:hidden;padding:clamp(1.2rem,2.8vw,2.05rem);border:1px solid var(--fcp-line);border-radius:25px;background:#fff;box-shadow:0 13px 36px rgba(20,70,58,.055);scroll-margin-top:110px}
.fcp-card::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,var(--fcp-green),#2dd4a7)}
.fcp-card.is-caution::before{background:linear-gradient(180deg,var(--fcp-rose),#fb7185)}
.fcp-card-head{display:grid;grid-template-columns:53px minmax(0,1fr);gap:.9rem;align-items:start;margin-bottom:1rem}
.fcp-card-head>span{display:grid;place-items:center;width:53px;height:53px;border:1px solid #cae6dc;border-radius:17px;color:#17604f;background:linear-gradient(145deg,#ecfdf5,#fff);font-size:.7rem;font-weight:950}
.fcp-card-head p{margin:0 0 .24rem;color:var(--fcp-green);font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.fcp-card h2{margin:0;font-size:clamp(1.18rem,2.3vw,1.52rem);font-weight:950;line-height:1.25;letter-spacing:-.03em}
.fcp-card>p{margin:.65rem 0 0;color:#4e605b;line-height:1.8}
.fcp-callout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;margin-top:1rem;padding:.9rem;border:1px solid #bee3d5;border-radius:15px;color:#1c5b4b;background:#effbf6;font-size:.79rem;line-height:1.55}
.fcp-callout b{padding:.28rem .48rem;border-radius:8px;color:#fff;background:var(--fcp-green);font-size:.63rem;text-transform:uppercase}
.fcp-list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}
.fcp-list li{position:relative;padding:.78rem .86rem .78rem 2.7rem;border:1px solid #e3ece8;border-radius:15px;color:#4d605a;background:#fbfdfc;line-height:1.62}
.fcp-list li::before{content:"✓";position:absolute;left:.84rem;top:.8rem;display:grid;place-items:center;width:1.28rem;height:1.28rem;border-radius:50%;color:#fff;background:var(--fcp-green);font-size:.66rem;font-weight:950}
.fcp-list.is-danger li::before{content:"×";background:var(--fcp-rose)}
.fcp-card-note{margin-top:1rem!important;padding:.85rem;border-radius:14px;color:#7e2638!important;background:#fff1f3;font-size:.78rem}
.fcp-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}
.fcp-package-grid article{padding:1rem;border:1px solid #e1ebe7;border-radius:17px;background:#fbfdfc}
.fcp-package-grid article.is-featured{border-color:#88c9b4;background:#effbf6;box-shadow:0 12px 25px rgba(11,122,92,.08)}
.fcp-package-grid small{display:block;color:var(--fcp-green);font-size:.64rem;font-weight:950;text-transform:uppercase}
.fcp-package-grid strong{display:block;margin-top:.35rem;font-size:.92rem}
.fcp-package-grid p{margin:.35rem 0 0;color:var(--fcp-muted);font-size:.76rem;line-height:1.55}
.fcp-inline-actions{margin-top:1rem}
.fcp-inline-actions a{padding:.65rem .8rem;border-radius:12px;color:#0b624c;background:#e9f8f2;font-size:.76rem;font-weight:900;text-decoration:none}
.fcp-final{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.4rem;align-items:center;margin-top:clamp(2.7rem,5vw,4.8rem);padding:clamp(1.4rem,3.4vw,2.6rem);border-radius:28px;color:#fff;background:radial-gradient(circle at 88% 8%,rgba(253,230,138,.15),transparent 25%),linear-gradient(135deg,#0a3028,#165f50)}
.fcp-final .fcp-kicker{margin-bottom:.5rem;color:#a7f3d0}
.fcp-final h2{margin:0;color:#fff;font-size:clamp(1.65rem,3.2vw,2.8rem);line-height:1.06;letter-spacing:-.045em}
.fcp-final p{max-width:780px;margin:.7rem 0 0;color:#d4e9e3;line-height:1.7}
.fcp-changelog{margin-top:1rem;border:1px solid var(--fcp-line);border-radius:18px;background:#fff}
.fcp-changelog summary{padding:1rem;color:#1a5447;font-weight:900;cursor:pointer}
.fcp-changelog ul{margin:0;padding:0 1.3rem 1.2rem 2.4rem;color:var(--fcp-muted);font-size:.78rem;line-height:1.65}
.fcp-studio-tab:focus-visible,.fcp-button:focus-visible,.fcp-toc a:focus-visible,.fcp-inline-actions a:focus-visible,.fcp-matrix-wrap:focus-visible{outline:3px solid rgba(45,212,167,.4);outline-offset:3px}
@media (max-width:1080px){
  .fcp-hero{grid-template-columns:1fr;min-height:auto}
  .fcp-hero-panel{max-width:760px}
  .fcp-policy-layout{grid-template-columns:1fr}
  .fcp-policy-sidebar{position:static}
  .fcp-toc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .fcp-section-heading{grid-template-columns:1fr}
  .fcp-studio{grid-template-columns:1fr}
  .fcp-studio-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fcp-quick-summary,.fcp-package-grid{grid-template-columns:1fr}
  .fcp-final{grid-template-columns:1fr}
}
@media (max-width:640px){
  .fcp-page{padding-top:.55rem}
  .fcp-shell{width:calc(100% - 1rem)}
  .fcp-hero{padding:1.15rem;border-radius:24px}
  .fcp-hero h1{font-size:clamp(2.25rem,13vw,3.2rem)}
  .fcp-hero-actions,.fcp-final-actions{display:grid;grid-template-columns:1fr}
  .fcp-button{width:100%}
  .fcp-studio{padding:.65rem;border-radius:22px}
  .fcp-studio-tabs{grid-template-columns:1fr}
  .fcp-studio-panel{min-height:0;padding:1.2rem;border-radius:18px}
  .fcp-scenario-result{grid-template-columns:1fr}
  .fcp-toc{grid-template-columns:1fr}
  .fcp-card{padding:1.05rem;border-radius:19px}
  .fcp-card-head{grid-template-columns:44px minmax(0,1fr);gap:.7rem}
  .fcp-card-head>span{width:44px;height:44px;border-radius:13px}
  .fcp-final{padding:1.2rem;border-radius:22px}
}
@media (prefers-reduced-motion:reduce){
  .fcp-page *, .fcp-page *::before, .fcp-page *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
