.document-tool-main{min-height:70vh;background:radial-gradient(circle at 50% 0,rgba(91,76,240,.14),transparent 36rem),linear-gradient(180deg,#fafaff,#fff)}.document-tool{--dt-primary:#5b4cf0;--dt-dark:#4338ca;--dt-ink:#111827;--dt-muted:#64748b;--dt-line:#e2e8f0;width:min(100% - 2rem,1040px);margin:auto;padding-block:clamp(4rem,8vw,7rem);color:var(--dt-ink)}.document-tool__header{max-width:760px;margin:0 auto 2rem;text-align:center}.document-tool__eyebrow{margin:0 0 .5rem;color:var(--dt-primary);font-size:.75rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.document-tool__header h1{margin:0;font-size:clamp(2.5rem,7vw,4.5rem);line-height:1.04;letter-spacing:-.05em}.document-tool__header>p:not(.document-tool__eyebrow){max-width:680px;margin:1rem auto;color:var(--dt-muted);font-size:clamp(1rem,2vw,1.15rem)}.document-tool__privacy{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .8rem;color:#047857;font-size:.78rem;border:1px solid #a7f3d0;border-radius:999px;background:rgba(236,253,245,.88)}.document-tool-card{padding:clamp(1rem,3vw,1.5rem);border:1px solid rgba(255,255,255,.8);border-radius:24px;background:rgba(255,255,255,.84);box-shadow:0 30px 90px rgba(45,35,160,.14);backdrop-filter:blur(22px)}.document-tool-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.document-tool-dropzone{display:grid;min-height:320px;place-items:center;align-content:center;padding:2rem;text-align:center;border:2px dashed #c7d2fe;border-radius:18px;background:linear-gradient(145deg,#fafaff,#f1f5ff);transition:.2s ease}.document-tool-dropzone.is-drag-over{border-color:var(--dt-primary);background:#f3f1ff;box-shadow:inset 0 0 0 5px rgba(91,76,240,.07);transform:scale(.995)}.document-tool-dropzone>svg{width:5rem;height:5rem;padding:1rem;color:var(--dt-primary);border-radius:20px;background:#ede9fe;box-shadow:0 12px 30px rgba(91,76,240,.15);animation:document-float-small 4s ease-in-out infinite}.document-tool-dropzone h2{margin:1rem 0 .25rem;font-size:1.3rem}.document-tool-dropzone p{margin:0 0 1rem;color:var(--dt-muted)}.document-tool-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.1rem;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer;border-radius:12px;transition:.18s ease}.document-tool-button:hover{transform:translateY(-2px);text-decoration:none}.document-tool-button:focus-visible,.edit-pdf-toolbar button:focus-visible{outline:3px solid #0ea5e9;outline-offset:3px}.document-tool-button--secondary{color:var(--dt-dark);border:1px solid #c7d2fe;background:#fff}.document-tool-button--primary{color:#fff;border:0;background:linear-gradient(135deg,var(--dt-primary),#7c3aed 58%,#2563eb);box-shadow:0 12px 28px rgba(91,76,240,.22)}.document-tool-button--primary:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.document-tool-button--success{color:#fff;background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 12px 28px rgba(5,150,105,.2)}.document-file-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;margin-top:1rem;padding:.8rem;border:1px solid var(--dt-line);border-radius:13px;background:#f8fafc}.document-file-summary__icon{display:grid;width:2.7rem;height:2.7rem;place-items:center;color:#b91c1c;font-size:.62rem;font-weight:900;border-radius:9px;background:#fee2e2}.document-file-summary>span:nth-child(2){min-width:0}.document-file-summary strong{display:block;overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.document-file-summary small{color:var(--dt-muted);font-size:.7rem}.document-file-summary button{display:grid;width:2.5rem;height:2.5rem;place-items:center;color:#b91c1c;font-size:1.2rem;cursor:pointer;border:1px solid #fecaca;border-radius:9px;background:#fff}.document-tool-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.document-tool-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.6rem;margin:1rem auto 0}.document-tool-progress:before{grid-column:1;grid-row:1;height:.5rem;content:"";border-radius:999px;background:#e2e8f0}.document-tool-progress span{z-index:1;grid-column:1;grid-row:1;width:var(--document-progress,0%);height:.5rem;border-radius:999px;background:linear-gradient(90deg,var(--dt-primary),#38bdf8);transition:width .2s ease}.document-tool-progress strong{color:var(--dt-dark);font-size:.72rem}.document-tool-status{min-height:1.5rem;margin-top:.75rem;text-align:center;color:var(--dt-muted);font-size:.8rem}.document-tool-status.is-error{color:#b91c1c}.document-tool-status.is-success{color:#047857;font-weight:750}.document-tool-limitations{margin-top:1.25rem;padding:1.25rem;border:1px solid #fde68a;border-radius:16px;background:#fffbeb}.document-tool-limitations h2{margin:0 0 .5rem;font-size:1rem}.document-tool-limitations strong,.document-tool-limitations p{color:#78350f;font-size:.84rem}.document-tool-limitations ul{margin:.75rem 0 0;padding-left:1.25rem;color:#92400e;font-size:.8rem}.document-tool-limitations li+li{margin-top:.35rem}@keyframes document-float-small{50%{transform:translateY(-7px)}}@media(max-width:599px){.document-tool{width:min(100% - 1rem,1040px);padding-top:3rem}.document-tool-card{padding:.75rem;border-radius:18px}.document-tool-dropzone{min-height:280px;padding:1.25rem}.document-tool-actions{display:grid}.document-tool-button{width:100%}.document-tool__privacy{align-items:flex-start;text-align:left}}[data-theme=dark] .document-tool-main{background:radial-gradient(circle at 50% 0,rgba(91,76,240,.18),transparent 36rem),#080d19}[data-theme=dark] .document-tool{--dt-ink:#f1f5f9;--dt-muted:#94a3b8;--dt-line:#334155}[data-theme=dark] .document-tool-card{border-color:#334155;background:rgba(15,23,42,.88)}[data-theme=dark] .document-tool-dropzone{border-color:#4338ca;background:linear-gradient(145deg,#111827,#10162a)}[data-theme=dark] .document-file-summary{border-color:#334155;background:#111827}[data-theme=dark] .document-tool-button--secondary{color:#c4b5fd;border-color:#4338ca;background:#1e293b}[data-theme=dark] .document-tool-limitations{border-color:#713f12;background:#1c1911}[data-theme=dark] .document-tool-limitations h2,[data-theme=dark] .document-tool-limitations strong,[data-theme=dark] .document-tool-limitations p,[data-theme=dark] .document-tool-limitations ul{color:#fcd34d}@media(prefers-reduced-motion:reduce){.document-tool-dropzone>svg{animation:none}.document-tool-button,.document-tool-dropzone{transition:none}}

