:root{
  --atfp-bg:#f6f8fc;
  --atfp-card:#ffffff;
  --atfp-ink:#0f172a;
  --atfp-muted:#64748b;
  --atfp-line:#e2e8f0;
  --atfp-primary:#2447ff;
  --atfp-primary-dark:#14213d;
  --atfp-soft:#eef3ff;
  --atfp-good:#067647;
  --atfp-warn:#b54708;
  --atfp-danger:#b42318;
  --atfp-radius:24px;
  --atfp-shadow:0 24px 70px rgba(15,23,42,.12);
}
.atfp-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--atfp-ink);background:linear-gradient(180deg,#f8fbff 0,#f6f8fc 42%,#fff 100%);border-radius:28px;overflow:hidden;margin:1.25rem auto;max-width:1220px;box-shadow:0 12px 40px rgba(2,6,23,.06)}
.atfp-shell *{box-sizing:border-box}.atfp-shell h1,.atfp-shell h2,.atfp-shell h3,.atfp-shell p{margin-top:0}.atfp-shell h1{font-size:clamp(2.45rem,5vw,5rem);line-height:.96;letter-spacing:-.065em;margin-bottom:1rem}.atfp-shell h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:.7rem}.atfp-shell h3{font-size:1.08rem;letter-spacing:-.02em;margin-bottom:.3rem}.atfp-shell p{color:var(--atfp-muted);line-height:1.68}.atfp-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:2rem;align-items:center;padding:clamp(2rem,6vw,5rem);position:relative;overflow:hidden}.atfp-hero:before{content:"";position:absolute;inset:-35% -20% auto 44%;height:650px;background:radial-gradient(circle,rgba(36,71,255,.18),rgba(36,71,255,0) 68%);pointer-events:none}.atfp-hero__content{position:relative;z-index:1}.atfp-pill,.atfp-eyebrow{display:inline-flex;align-items:center;gap:.45rem;border:1px solid rgba(36,71,255,.15);background:#fff;color:var(--atfp-primary);padding:.42rem .72rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.atfp-eyebrow{background:var(--atfp-soft);border-color:#d7e2ff}.atfp-hero__content>p{max-width:720px;font-size:1.14rem}.atfp-hero__actions,.atfp-toolbar-actions{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}.atfp-btn{border:0;border-radius:999px;padding:.86rem 1.18rem;font-weight:800;text-decoration:none!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;color:var(--atfp-ink);line-height:1}.atfp-btn:hover{transform:translateY(-2px)}.atfp-btn--primary{background:linear-gradient(135deg,var(--atfp-primary),#6d5dfc);color:#fff!important;box-shadow:0 12px 28px rgba(36,71,255,.25)}.atfp-btn--soft{background:#fff;border:1px solid var(--atfp-line);color:var(--atfp-primary-dark)!important}.atfp-proof{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.4rem}.atfp-proof span{font-size:.84rem;color:#334155;background:#fff;border:1px solid var(--atfp-line);border-radius:999px;padding:.46rem .7rem}.atfp-preview-card{position:relative;z-index:1;background:rgba(255,255,255,.62);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);border-radius:34px;padding:1.2rem;box-shadow:var(--atfp-shadow)}.atfp-paper{background:#fff;border-radius:18px;min-height:520px;padding:2rem 2rem 1.3rem;box-shadow:inset 0 0 0 1px #eef2f7,0 18px 50px rgba(15,23,42,.12);position:relative}.atfp-paper__top{text-align:center;color:var(--atfp-primary);font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-top:1rem}.atfp-paper__title{text-align:center;font-family:Georgia,serif;font-size:1.55rem;font-weight:800;margin:1rem 0 2rem;color:#111827}.atfp-line{height:10px;background:#e9eef6;border-radius:999px;margin:.6rem 0}.atfp-line.w80{width:80%}.atfp-line.w70{width:70%}.atfp-line.w92{width:92%}.atfp-line.w95{width:95%}.atfp-line.w87{width:87%}.atfp-heading{margin:1.4rem 0 .5rem;font-weight:900;color:#14213d}.atfp-heading.small{font-size:.93rem}.atfp-table-demo{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;margin-top:1.3rem}.atfp-table-demo span{height:44px;border-right:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;background:#f8fafc}.atfp-table-demo span:nth-child(2n){border-right:0}.atfp-table-demo span:nth-last-child(-n+2){border-bottom:0}.atfp-page-number{position:absolute;bottom:1rem;left:0;right:0;text-align:center;color:#64748b}.atfp-panel,.atfp-info{margin:0 clamp(1rem,4vw,3rem) clamp(1.2rem,4vw,3rem);background:#fff;border:1px solid var(--atfp-line);border-radius:var(--atfp-radius);padding:clamp(1rem,3vw,2rem);box-shadow:0 18px 50px rgba(15,23,42,.07)}.atfp-panel__head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;border-bottom:1px solid var(--atfp-line);padding-bottom:1.25rem;margin-bottom:1.25rem}.atfp-grid{display:grid;gap:1rem}.atfp-grid--meta{grid-template-columns:repeat(3,minmax(0,1fr))}.atfp-grid--meta label:nth-child(5){grid-column:span 2}.atfp-shell label{display:flex;flex-direction:column;gap:.45rem;font-weight:750;color:#1f2937;font-size:.92rem}.atfp-shell input,.atfp-shell select,.atfp-shell textarea{width:100%;border:1px solid #d8e0ec;background:#fff;border-radius:14px;padding:.84rem .95rem;color:#0f172a;font:inherit;outline:none;transition:border .18s ease,box-shadow .18s ease}.atfp-shell input:focus,.atfp-shell select:focus,.atfp-shell textarea:focus{border-color:rgba(36,71,255,.55);box-shadow:0 0 0 4px rgba(36,71,255,.1)}.atfp-options,.atfp-layout-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1.1rem 0;padding:1rem;background:#f8fafc;border:1px solid var(--atfp-line);border-radius:20px}.atfp-options label{display:flex;flex-direction:row;align-items:flex-start;gap:.55rem;font-weight:650;color:#334155;line-height:1.35}.atfp-options input{width:auto;margin-top:.1rem}.atfp-section-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin:1.3rem 0 .9rem}.atfp-sections{display:flex;flex-direction:column;gap:.85rem}.atfp-row{display:grid;grid-template-columns:170px minmax(180px,1fr) 120px minmax(180px,1.2fr) 44px;gap:.75rem;align-items:end;background:#fff;border:1px solid var(--atfp-line);border-radius:18px;padding:.9rem;box-shadow:0 8px 26px rgba(15,23,42,.04)}.atfp-row input[type=file]{padding:.68rem;background:#f8fafc}.atfp-row__remove{width:42px;height:42px;border-radius:12px;border:1px solid #fecaca;background:#fff1f2;color:var(--atfp-danger);font-size:1.4rem;cursor:pointer}.atfp-row.is-required{border-color:#c7d2fe;background:linear-gradient(180deg,#fff,#fbfdff)}.atfp-required-mark{font-size:.72rem;background:#e0e7ff;color:#3730a3;border-radius:999px;padding:.2rem .45rem;margin-left:.35rem}.atfp-generate-card{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:1.2rem;padding:1.2rem;border-radius:20px;background:linear-gradient(135deg,#14213d,#2447ff);color:#fff}.atfp-generate-card p,.atfp-generate-card h3{color:#fff}.atfp-status{margin-top:1rem;border-radius:16px;padding:.95rem 1rem;display:none}.atfp-status.is-info,.atfp-status.is-good,.atfp-status.is-warn,.atfp-status.is-danger{display:block}.atfp-status.is-info{background:#eef3ff;color:#1d4ed8}.atfp-status.is-good{background:#ecfdf3;color:var(--atfp-good)}.atfp-status.is-warn{background:#fff7ed;color:var(--atfp-warn)}.atfp-status.is-danger{background:#fef3f2;color:var(--atfp-danger)}.atfp-report{margin-top:1rem;border:1px solid var(--atfp-line);border-radius:18px;padding:1rem;background:#fbfdff}.atfp-report h3{margin-bottom:.6rem}.atfp-report ul{margin:.4rem 0 0 1.2rem;color:#475569}.atfp-info{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.atfp-info article{background:#f8fafc;border:1px solid var(--atfp-line);border-radius:20px;padding:1.2rem}.atfp-template-links{display:flex;gap:.8rem;flex-wrap:wrap}.atfp-template-links a{display:inline-flex;border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:.6rem .8rem;text-decoration:none!important;font-weight:800;color:var(--atfp-primary-dark)}
@media(max-width:960px){.atfp-hero{grid-template-columns:1fr}.atfp-grid--meta,.atfp-options,.atfp-layout-options{grid-template-columns:1fr 1fr}.atfp-row{grid-template-columns:1fr 1fr}.atfp-row__remove{width:100%}.atfp-panel__head,.atfp-section-toolbar,.atfp-generate-card{flex-direction:column;align-items:stretch}.atfp-info{grid-template-columns:1fr}}
@media(max-width:640px){.atfp-shell{border-radius:0;margin:0}.atfp-hero{padding:2rem 1rem}.atfp-panel,.atfp-info{margin:0 .75rem 1rem;padding:1rem}.atfp-grid--meta,.atfp-options,.atfp-layout-options,.atfp-row{grid-template-columns:1fr}.atfp-grid--meta label:nth-child(5){grid-column:auto}.atfp-paper{min-height:420px;padding:1.2rem}.atfp-hero__actions{align-items:stretch}.atfp-btn{width:100%}}
/* Version 4 refinements */
.atfp-info{grid-template-columns:repeat(3,minmax(0,1fr))}
.atfp-shell input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}
.atfp-grid--meta textarea{resize:vertical;min-height:92px}
.atfp-panel:before{content:"Private processing: selected DOCX files remain in this browser session.";display:block;margin:-.2rem 0 1rem;padding:.75rem 1rem;border:1px solid #bbf7d0;background:#f0fdf4;color:#166534;border-radius:14px;font-size:.84rem;font-weight:750}
@media(max-width:1100px){.atfp-info{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.atfp-info{grid-template-columns:1fr}}

/* Version 4.1 — Wide responsive formatter workspace */
.atfp-shell{
  width:100%;
  max-width:1600px;
  margin:1.25rem auto;
}
.atfp-panel,.atfp-info{
  margin-left:clamp(.75rem,2vw,2rem);
  margin-right:clamp(.75rem,2vw,2rem);
}
.atfp-panel{
  overflow:visible;
}
.atfp-row{
  grid-template-columns:minmax(0,1fr) minmax(0,1.22fr) minmax(92px,.56fr) minmax(0,1.38fr) 46px;
  gap:1rem;
  padding:1rem 1.1rem;
  align-items:end;
}
.atfp-row>*{
  min-width:0;
}
.atfp-row label{
  min-width:0;
}
.atfp-row input,
.atfp-row select{
  min-width:0;
}
.atfp-row input[type=file]{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  padding:.48rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.atfp-row input[type=file]::file-selector-button{
  border:1px solid #cbd5e1;
  border-radius:9px;
  background:#fff;
  color:#172033;
  padding:.48rem .68rem;
  margin-right:.55rem;
  font-weight:750;
  cursor:pointer;
}
.atfp-row input[type=file]::-webkit-file-upload-button{
  border:1px solid #cbd5e1;
  border-radius:9px;
  background:#fff;
  color:#172033;
  padding:.48rem .68rem;
  margin-right:.55rem;
  font-weight:750;
  cursor:pointer;
}
.atfp-section-toolbar{
  align-items:center;
}
.atfp-toolbar-actions{
  justify-content:flex-end;
}
@media(min-width:1500px){
  .atfp-panel,.atfp-info{
    margin-left:2.25rem;
    margin-right:2.25rem;
  }
  .atfp-row{
    grid-template-columns:minmax(210px,1fr) minmax(280px,1.35fr) 130px minmax(340px,1.55fr) 48px;
    gap:1.1rem;
  }
}
@media(max-width:900px){
  .atfp-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  }
  .atfp-row__remove{
    width:100%;
    grid-column:1/-1;
  }
}
@media(max-width:640px){
  .atfp-shell{width:100%;max-width:none}
  .atfp-row{grid-template-columns:1fr}
  .atfp-row__remove{grid-column:auto}
}
