:root{--ink:#0f172a;--muted:#475569;--soft:#f8fafc;--line:#e2e8f0;--blue:#2563eb;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--purple:#7c3aed;--shadow:0 16px 40px rgba(15,23,42,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#f1f5f9;color:var(--ink)}a{color:inherit}.tool-nav{position:sticky;top:0;z-index:50;background:#0f172a;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.12)}.tool-nav-inner{max-width:1240px;margin:auto;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.tool-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900}.tool-brand img{height:36px;border-radius:8px}.tool-links{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.tool-links a{font-size:13px;text-decoration:none;color:#cbd5e1;font-weight:800}.tool-links a:hover,.tool-links a.active{color:#60a5fa}.tool-hero{background:radial-gradient(circle at top left,#dbeafe,#fff 44%,#eef2ff);border-bottom:1px solid var(--line)}.tool-wrap{max-width:1240px;margin:auto;padding:34px 18px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.badge{display:inline-flex;align-items:center;gap:7px;background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc;border-radius:999px;font-size:12px;font-weight:900;padding:8px 12px}.tool-hero h1{font-size:clamp(30px,4vw,56px);line-height:1.05;margin:14px 0 14px;font-weight:950;letter-spacing:-.04em}.tool-hero p{font-size:17px;line-height:1.8;color:var(--muted);margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-main,.btn-soft,.btn-danger,.btn-green,.btn-amber,.btn-purple{border:none;border-radius:12px;padding:12px 18px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.btn-main{background:#2563eb;color:#fff}.btn-green{background:#10b981;color:#fff}.btn-amber{background:#f59e0b;color:#111827}.btn-purple{background:#7c3aed;color:#fff}.btn-danger{background:#ef4444;color:#fff}.btn-soft{background:#fff;color:#0f172a;border:1px solid var(--line)}.btn-main:hover,.btn-green:hover,.btn-purple:hover,.btn-danger:hover{filter:brightness(.95)}.preview-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px}.mini-window{border-radius:16px;border:1px solid var(--line);overflow:hidden;background:#fff}.mini-top{height:38px;background:#0f172a;display:flex;gap:7px;align-items:center;padding:0 12px}.dot{width:10px;height:10px;border-radius:999px;background:#ef4444}.dot:nth-child(2){background:#f59e0b}.dot:nth-child(3){background:#22c55e}.mini-body{padding:16px}.skeleton{height:12px;border-radius:999px;background:#e2e8f0;margin:9px 0}.skeleton.w70{width:70%}.skeleton.w45{width:45%}.file-line{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px;margin-top:9px;font-size:12px;font-weight:900;color:#1d4ed8}.tool-section{max-width:1240px;margin:24px auto;padding:0 18px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px;margin-bottom:22px}.section-title{font-size:28px;line-height:1.15;margin:0 0 8px;font-weight:950;letter-spacing:-.025em}.section-sub{color:var(--muted);line-height:1.7;margin:0 0 18px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.tool-card{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;text-decoration:none;transition:.25s;position:relative;overflow:hidden}.tool-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bfdbfe}.tool-card h3{margin:10px 0 8px;font-size:20px}.tool-card p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.tool-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:23px}.card-preview{height:90px;margin-top:14px;border-radius:14px;border:1px dashed #cbd5e1;background:linear-gradient(135deg,#f8fafc,#eff6ff);padding:12px}.drop-zone{border:2px dashed #93c5fd;border-radius:22px;background:#eff6ff;padding:28px;text-align:center;transition:.2s;cursor:pointer}.drop-zone.drag{background:#dbeafe;border-color:#2563eb;transform:scale(1.01)}.drop-zone h2,.drop-zone h3{margin:0 0 8px}.drop-zone p{margin:4px 0;color:var(--muted);line-height:1.6}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:18px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;font-weight:900;color:#334155;text-transform:uppercase}.field input,.field select,.field textarea{border:1px solid #cbd5e1;border-radius:12px;padding:11px 12px;font:inherit;background:#fff}.field small{color:#64748b;line-height:1.5}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}.result-card{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff}.result-card img,.result-card canvas{width:100%;max-height:240px;object-fit:contain;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}.result-card h4{margin:10px 0 6px}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.pill{font-size:11px;font-weight:900;border-radius:999px;padding:6px 9px;background:#f1f5f9;color:#334155}.pill.good{background:#dcfce7;color:#166534}.pill.warn{background:#fef3c7;color:#92400e}.queue{margin-top:16px;display:grid;gap:10px}.queue-item{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:11px;background:#fff}.queue-name{font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:#10b981;width:0%}.sticky-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.seo-content{font-size:16px;color:#334155;line-height:1.85}.seo-content h2{font-size:26px;color:#0f172a;margin-top:28px}.seo-content h3{font-size:21px;color:#0f172a;margin-top:22px}.seo-content ul{padding-left:20px}.comparison{width:100%;border-collapse:collapse;margin:14px 0;background:#fff}.comparison th,.comparison td{border:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.comparison th{background:#f8fafc}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(90px);background:#0f172a;color:#fff;border-radius:999px;padding:12px 20px;font-weight:900;z-index:999;box-shadow:var(--shadow);transition:.25s}.toast.show{transform:translateX(-50%) translateY(0)}.preview-shell{border:1px solid var(--line);border-radius:18px;padding:16px;background:#f8fafc}.pdf-preview{display:grid;place-items:center;min-height:260px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;overflow:auto}.pdf-preview canvas{max-width:100%;height:auto;border-radius:10px;box-shadow:0 8px 18px rgba(15,23,42,.08)}.crop-box{display:grid;grid-template-columns:1fr 280px;gap:18px;align-items:start}.crop-stage{position:relative;min-height:340px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden}.crop-stage canvas{max-width:100%;max-height:520px}.passport-sheet{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;gap:10px;place-items:center}.photo-frame{width:140px;height:180px;border:1px solid #cbd5e1;background:#f8fafc;overflow:hidden}.signature-frame{height:120px;border:1px dashed #cbd5e1;border-radius:12px;display:grid;place-items:center;background:#fff;overflow:hidden}.footer-tools{max-width:1240px;margin:30px auto;padding:28px 18px;color:#64748b;text-align:center;font-size:13px}.alert{border-radius:14px;padding:12px 14px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;line-height:1.6;font-weight:700}.kbd{font-family:monospace;background:#f1f5f9;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:7px;padding:2px 6px;font-size:12px}@media(max-width:860px){.hero-grid,.crop-box{grid-template-columns:1fr}.tool-links{width:100%;justify-content:center}.tool-nav-inner{justify-content:center}.queue-item{grid-template-columns:1fr}.sticky-actions .btn-main,.sticky-actions .btn-soft,.sticky-actions .btn-green,.sticky-actions .btn-danger,.sticky-actions .btn-purple,.sticky-actions .btn-amber{width:100%}.panel{padding:18px}.tool-wrap{padding-top:24px}.tool-hero h1{font-size:34px}}
@media print{.tool-nav,.no-print,.tool-hero,.footer-tools{display:none!important}body{background:#fff}.panel{box-shadow:none;border:none}}


/* v2 PDF all-page preview */
.pdf-preview{display:block;min-height:260px;padding:14px;text-align:left}.pdf-pages-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px;font-weight:900;color:#0f172a}.pdf-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;align-items:start}.pdf-page-grid.small{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.pdf-page-card{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:10px;box-shadow:0 8px 20px rgba(15,23,42,.06);cursor:default;transition:.2s}.pdf-page-card canvas{display:block;width:100%;height:auto;border-radius:10px;background:#fff;border:1px solid #e2e8f0;box-shadow:none}.pdf-page-caption{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;font-weight:900;color:#334155}.pdf-page-caption b{font-size:10px;border-radius:99px;background:#eff6ff;color:#1d4ed8;padding:5px 7px}.pdf-page-card.selected{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.16)}.pdf-page-card.selected .pdf-page-caption b{background:#2563eb;color:#fff}.pdf-file-block{border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;padding:12px;margin-bottom:14px}.pdf-file-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#1e40af;font-size:13px;margin-bottom:10px}.mini-result{margin-top:12px;min-height:180px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.faq-card{border:1px solid #e2e8f0;background:#fff;border-radius:16px;padding:16px}.faq-card h3{margin:0 0 8px;font-size:17px}.faq-card p{margin:0;color:#475569;line-height:1.65}.clean-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:16px 0}.clean-list span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:11px;color:#334155;font-weight:800;font-size:13px}

/* V3 advanced tool pages and guide library */
.guide-hero{background:linear-gradient(135deg,#eff6ff,#ffffff 45%,#f5f3ff);border-bottom:1px solid #e2e8f0}.content-grid{display:grid;grid-template-columns:1fr 310px;gap:22px}.toc{position:sticky;top:86px}.guide-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.guide-card p,.guide-card li{color:#334155;line-height:1.78}.guide-card h2{margin-top:22px}.guide-table{width:100%;border-collapse:collapse;margin:12px 0;background:#fff}.guide-table th,.guide-table td{border:1px solid #e2e8f0;padding:10px;text-align:left}.guide-table th{background:#f8fafc}.link-cloud{display:flex;gap:8px;flex-wrap:wrap}.link-cloud a{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-weight:800;font-size:12px}.tool-card-lg{border:1px solid #e2e8f0;border-radius:20px;background:#fff;padding:18px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.mini-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.mini-actions button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:6px 9px;font-weight:900;cursor:pointer}.mini-actions button:hover{background:#eff6ff;border-color:#60a5fa}.pdf-page-card canvas{transition:.2s}.ad-placeholder{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:14px;padding:14px;text-align:center;color:#64748b;font-size:12px;margin:18px 0}.tool-split{display:grid;grid-template-columns:360px 1fr;gap:18px}.big-number{font-size:38px;font-weight:950;letter-spacing:-.03em}@media(max-width:900px){.content-grid,.tool-split{grid-template-columns:1fr}.toc{position:static}}

/* =========================
   V4 UI FIX + PREMIUM ALIASES
   Fixes older pages using: wrap, hero, card, grid, icon, btn and drop
   ========================= */
html{scroll-behavior:smooth}.tool-nav,.tool-nav-in,.tool-nav-inner{box-sizing:border-box}.tool-nav-in{max-width:1240px;margin:auto;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:10px;text-decoration:none!important;font-weight:950;color:#fff}.brand img{height:36px!important;width:36px!important;object-fit:cover;border-radius:9px}.links{display:flex;gap:15px;flex-wrap:wrap;align-items:center}.links a{font-size:13px;text-decoration:none!important;color:#cbd5e1;font-weight:850}.links a:hover,.links a.active{color:#60a5fa}.hero{background:radial-gradient(circle at top left,#dbeafe,#fff 45%,#eef2ff);border-bottom:1px solid var(--line)}.wrap{max-width:1240px;margin:auto;padding:34px 18px}.hero h1{font-size:clamp(30px,4vw,56px);line-height:1.05;margin:14px 0;font-weight:950;letter-spacing:-.04em;color:#0f172a}.hero p,.sub{font-size:16px;line-height:1.8;color:#475569}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.btn{border:none;border-radius:12px;padding:12px 18px;font-weight:900;cursor:pointer;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.btn.blue{background:#2563eb;color:#fff}.btn.green{background:#10b981;color:#fff}.btn.red{background:#ef4444;color:#fff}.btn.warn{background:#f59e0b;color:#111827}.btn.purple{background:#7c3aed;color:#fff}.btn.soft{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.card{border:1px solid #e2e8f0;border-radius:18px;padding:18px;background:#fff;text-decoration:none!important;transition:.25s;position:relative;overflow:hidden;color:#0f172a;min-height:190px}.card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(15,23,42,.08);border-color:#bfdbfe}.card h3{margin:10px 0 8px;font-size:20px}.card p{margin:0;color:#475569;line-height:1.65;font-size:14px}.icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:23px}.drop{border:2px dashed #93c5fd;border-radius:22px;background:#eff6ff;padding:28px;text-align:center;transition:.2s;cursor:pointer}.drop.drag{background:#dbeafe;border-color:#2563eb;transform:scale(1.01)}.drop h2,.drop h3{margin:0 0 8px}.drop p{margin:4px 0;color:#475569;line-height:1.6}.results{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}.result{border:1px solid #e2e8f0;border-radius:18px;padding:14px;background:#fff}.result img,.result canvas{width:100%;max-height:240px;object-fit:contain;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.file{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px;margin-top:9px;font-size:12px;font-weight:900;color:#1d4ed8}.seo{font-size:16px;color:#334155;line-height:1.85}.seo h2,.seo h3{color:#0f172a}.footer{max-width:1240px;margin:30px auto;padding:28px 18px;color:#64748b;text-align:center;font-size:13px}.pdfbox{display:block;min-height:260px;padding:14px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;overflow:auto}.pdfbox canvas{max-width:100%;height:auto;border-radius:10px;box-shadow:0 8px 18px rgba(15,23,42,.08)}.tool-nav a,.tool-section a,.wrap a,.panel a{text-decoration:none}.panel{overflow:hidden}.panel h2:first-child{margin-top:0}.trust-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin:18px 0}.trust-item{border:1px solid #dbeafe;background:#eff6ff;border-radius:14px;padding:12px 14px;color:#1e40af;font-weight:850;line-height:1.55}.feature-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:14px 0}.feature-strip div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:13px;font-weight:850;color:#334155}.rich-guide h2{font-size:28px;line-height:1.2}.rich-guide h3{font-size:21px;line-height:1.3}.rich-guide p,.rich-guide li{line-height:1.85;color:#334155}.rich-guide strong{color:#0f172a}.rich-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:14px 0}.rich-step{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:16px}.rich-step b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#2563eb;color:white;margin-bottom:9px}.related-box{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.related-box a{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 11px;font-weight:900;font-size:12px}.card:after,.tool-card:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(37,99,235,.05)}@media(max-width:860px){.tool-nav-in{justify-content:center}.links{width:100%;justify-content:center}.wrap{padding:24px 15px}.actions .btn{width:100%}.hero h1{font-size:34px}.grid{grid-template-columns:1fr}.tool-card,.card{min-height:auto}.links a{font-size:12px}}

/* V10 NAV OVERLAP FIX */
.fcp-main-nav{width:100%!important;overflow:visible!important;background:#0f172a!important;color:#fff!important;}
.fcp-nav-wrap{width:100%!important;max-width:1680px!important;margin:0 auto!important;padding:14px clamp(14px,2.2vw,34px)!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(12px,1.4vw,28px)!important;min-height:76px!important;box-sizing:border-box!important;}
.fcp-brand{min-width:max-content!important;flex-shrink:0!important;white-space:nowrap!important;font-size:clamp(20px,1.45vw,30px)!important;line-height:1!important;}
.fcp-brand img{width:36px!important;height:36px!important;flex:0 0 36px!important;object-fit:contain!important;}
.fcp-nav-links{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(12px,1.35vw,28px)!important;min-width:0!important;width:auto!important;flex:1 1 auto!important;overflow:visible!important;flex-wrap:nowrap!important;}
.fcp-nav-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:max-content!important;white-space:nowrap!important;font-size:clamp(13px,.9vw,16px)!important;line-height:1.15!important;padding:9px 0!important;margin:0!important;}
.fcp-nav-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-shrink:0!important;white-space:nowrap!important;min-width:max-content!important;}
.fcp-action{white-space:nowrap!important;line-height:1!important;min-height:44px!important;padding:12px clamp(12px,1vw,18px)!important;font-size:clamp(12px,.86vw,14px)!important;}
.fcp-menu-toggle{white-space:nowrap!important;}
@media(max-width:1380px){.fcp-nav-wrap{grid-template-columns:auto 1fr auto!important;gap:12px 18px!important;min-height:unset!important}.fcp-brand{font-size:clamp(19px,1.8vw,26px)!important}.fcp-nav-links{grid-column:1 / -1!important;grid-row:2!important;justify-content:center!important;flex-wrap:wrap!important;gap:6px 20px!important;padding-top:2px!important;border-top:1px solid rgba(255,255,255,.07)!important}.fcp-nav-links a{font-size:14px!important;padding:8px 0!important}.fcp-nav-actions{grid-column:3!important;grid-row:1!important}.fcp-action{min-height:40px!important;padding:10px 13px!important;font-size:13px!important}}
@media(max-width:860px){.fcp-nav-wrap{display:grid!important;grid-template-columns:auto auto!important;gap:10px!important;padding:12px 14px!important}.fcp-brand{font-size:20px!important}.fcp-menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;grid-column:2!important;grid-row:1!important;justify-self:end!important}.fcp-nav-links{display:none!important;grid-column:1 / -1!important;grid-row:2!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;background:#111827!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;padding:10px!important;width:100%!important;gap:6px!important}.fcp-nav-links.open{display:flex!important}.fcp-nav-links a{width:100%!important;justify-content:flex-start!important;padding:11px 10px!important}.fcp-nav-actions{grid-column:1 / -1!important;grid-row:3!important;width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;min-width:0!important}.fcp-action{width:100%!important;min-width:0!important;text-align:center!important;padding:12px 8px!important}}
@media(max-width:460px){.fcp-brand span{font-size:18px!important}.fcp-brand img{width:32px!important;height:32px!important;flex-basis:32px!important}.fcp-nav-actions{grid-template-columns:1fr!important}}

/* V11_COMPACT_HEADER_FIX */
:root{--fcp-nav:#0f172a;--fcp-nav2:#1e293b;--fcp-blue:#3b82f6;--fcp-line:#e2e8f0}
.fcp-main-nav{position:sticky!important;top:0!important;z-index:9999!important;background:#0f172a!important;color:#fff!important;box-shadow:0 4px 18px rgba(15,23,42,.18)!important;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif!important;width:100%!important;overflow:visible!important}
.fcp-nav-wrap{max-width:1360px!important;margin:0 auto!important;padding:9px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:nowrap!important;box-sizing:border-box!important;width:100%!important;min-height:54px!important}
.fcp-brand{display:flex!important;align-items:center!important;gap:7px!important;color:#fff!important;text-decoration:none!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.03em!important;line-height:1!important;white-space:nowrap!important;flex:0 0 auto!important;min-width:0!important}
.fcp-brand img{width:30px!important;height:30px!important;min-width:30px!important;object-fit:contain!important;border-radius:8px!important;display:block!important}.fcp-brand-dot{color:#60a5fa!important}
.fcp-nav-links{display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;overflow:visible!important}
.fcp-nav-links a{color:#cbd5e1!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;line-height:1.1!important;padding:6px 0!important;border-bottom:2px solid transparent!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;min-width:0!important}
.fcp-nav-links a:hover,.fcp-nav-links a.active{color:#60a5fa!important;border-bottom-color:#60a5fa!important}
.fcp-nav-actions{display:flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important;flex:0 0 auto!important}
.fcp-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;text-decoration:none!important;border-radius:9px!important;padding:7px 8px!important;font-size:11px!important;font-weight:850!important;line-height:1!important;cursor:pointer!important}
.fcp-desktop{background:#2563eb!important;border-color:#2563eb!important}
.fcp-menu-toggle{display:none!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border-radius:10px!important;padding:8px 10px!important;font-weight:900!important;font-size:12px!important;cursor:pointer!important}
@media(max-width:1180px){.fcp-nav-wrap{flex-wrap:wrap!important;gap:7px 10px!important;padding:8px 12px!important}.fcp-brand{font-size:17px!important}.fcp-brand img{width:28px!important;height:28px!important;min-width:28px!important}.fcp-nav-links{order:3!important;flex:0 0 100%!important;width:100%!important;justify-content:center!important;gap:8px 13px!important;flex-wrap:wrap!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-top:6px!important}.fcp-nav-links a{font-size:11.5px!important;padding:5px 0!important}.fcp-nav-actions{margin-left:auto!important}.fcp-action{font-size:10.5px!important;padding:7px 8px!important}}
@media(max-width:720px){.fcp-nav-wrap{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:8px!important;padding:9px 10px!important}.fcp-brand{font-size:16px!important;max-width:calc(100vw - 118px)!important;overflow:hidden!important;text-overflow:ellipsis!important}.fcp-brand img{width:27px!important;height:27px!important;min-width:27px!important}.fcp-menu-toggle{display:inline-flex!important;grid-column:2!important;grid-row:1!important;justify-self:end!important}.fcp-nav-links{display:none!important;grid-column:1 / -1!important;grid-row:2!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;background:#111827!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;padding:10px!important;width:100%!important;gap:5px!important;order:unset!important}.fcp-nav-links.open{display:flex!important}.fcp-nav-links a{width:100%!important;justify-content:flex-start!important;padding:10px 10px!important;font-size:13px!important;border-bottom:0!important}.fcp-nav-actions{grid-column:1 / -1!important;grid-row:3!important;width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-left:0!important}.fcp-action{width:100%!important;font-size:12px!important;padding:10px 6px!important}}
@media(max-width:420px){.fcp-brand{font-size:15px!important}.fcp-brand img{width:25px!important;height:25px!important;min-width:25px!important}.fcp-nav-actions{grid-template-columns:1fr!important}}
@media print{.fcp-main-nav{display:none!important}}

/* V29 working-tool accessibility and output states */
.tool-note{margin-top:18px}.tool-output-grid{margin-top:20px}.human-guide{line-height:1.8}.human-guide h3{margin-bottom:6px}.human-guide .rich-step p{margin-bottom:0}.drop-zone:focus-visible{outline:4px solid rgba(37,99,235,.22);border-color:#2563eb}.btn-main:disabled,.btn-soft:disabled,.btn-danger:disabled,.btn-green:disabled,.btn-amber:disabled,.btn-purple:disabled{opacity:.68;cursor:wait;filter:none}.photo-frame{display:grid;place-items:center;text-align:center;color:#64748b;font-size:12px;padding:6px}.signature-frame{padding:8px;color:#64748b;font-size:13px;text-align:center}.signature-frame img{display:block;object-fit:contain}.preview-shell p{color:#475569;line-height:1.7}.result-card .btn-main{margin-top:8px}
