:root{--ink:#14213d;--muted:#647188;--paper:#fffdf8;--blue:#3156e8;--blue-dark:#203fbd;--blue-soft:#e9edff;--line:#dce2ed;--mint:#dff7ec;--green:#24895d;--red:#d94343;--red-dark:#b72f35;--red-soft:#fff0f0;--shadow:0 22px 70px #23325617}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 8% 4%,#ffd28f52,#0000 24rem),radial-gradient(circle at 92% 82%,#758fff29,#0000 27rem),#f5f7fb;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,a:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #f3a83b}.app-shell{min-height:100vh;padding:0 28px 34px}.site-header{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100%);height:84px;margin:0 auto;display:flex}.brand{color:var(--ink);letter-spacing:-.03em;align-items:center;gap:12px;font-size:20px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{flex:none;width:30px;height:34px;position:relative}.brand-mark span{border:2px solid var(--ink);background:#fff;border-radius:5px;width:23px;height:28px;position:absolute}.brand-mark span:first-child{top:0;left:1px;transform:rotate(-6deg)}.brand-mark span:last-child{border-color:var(--blue);background:#cdd8ff;bottom:0;right:0}.header-actions{align-items:center;gap:10px;display:flex}.privacy-pill{color:#286349;background:#f7fffbe0;border:1px solid #ccebdd;border-radius:999px;align-items:center;gap:9px;padding:10px 14px;font-size:13px;font-weight:700;display:flex}.privacy-dot{width:8px;height:8px;box-shadow:0 0 0 4px var(--mint);background:#2fa872;border-radius:50%}.quiet-button{border:1px solid var(--line);min-height:40px;color:var(--ink);background:#ffffffd1;border-radius:11px;padding:0 15px;font-size:13px;font-weight:750}.quiet-button:hover{background:#fff;border-color:#b5c0d4}.hero{text-align:center;width:min(920px,100%);margin:58px auto 0}.eyebrow,.section-label{color:var(--blue);letter-spacing:.18em;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.065em;max-width:760px;margin:17px auto 18px;font-size:clamp(42px,7vw,74px);line-height:.98}.hero>p{max-width:620px;color:var(--muted);margin:0 auto;font-size:18px;line-height:1.65}.error-banner{background:var(--red-soft);color:#8f2d34;text-align:left;border:1px solid #f0b6ba;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;max-width:720px;margin:27px auto -23px;padding:13px 14px;font-size:14px;display:grid}.error-symbol{background:#fbd5d8;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:850;display:grid}.error-banner button{color:#8f2d34;text-underline-offset:3px;background:0 0;border:0;border-radius:8px;padding:7px 9px;font-weight:800;text-decoration:underline}.dropzone,.loading-panel{min-height:330px;box-shadow:var(--shadow);background:#ffffffe6;border:2px dashed #aeb9cd;border-radius:24px;margin:46px auto 0;padding:44px 28px 35px}.dropzone{transition:border-color .18s,transform .18s,background .18s}.dropzone.is-dragging{border-color:var(--blue);background:#f2f5ff;transform:translateY(-2px)}.file-symbol{border:3px solid var(--ink);background:#fff;border-radius:9px;width:62px;height:76px;margin:0 auto 18px;position:relative;box-shadow:8px 8px #cdd8ff}.file-corner{border-left:3px solid var(--ink);border-bottom:3px solid var(--ink);background:#f5f7fb;border-radius:0 7px 0 4px;width:23px;height:23px;position:absolute;top:-3px;right:-3px}.file-line{background:var(--blue);border-radius:3px;height:3px;position:absolute;left:13px}.line-one{width:31px;top:38px}.line-two{width:23px;top:50px}.dropzone h2,.loading-panel h2{letter-spacing:-.03em;margin:0;font-size:23px}.dropzone p,.loading-panel p{color:var(--muted);margin:8px 0 21px;font-size:15px}.primary-button{background:var(--blue);color:#fff;border:0;border-radius:13px;min-height:50px;padding:0 25px;font-weight:800;transition:background .16s,transform .16s;box-shadow:0 9px 20px #3156e83d}.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.file-hint{color:#8792a6;margin-top:14px;font-size:12px;display:block}.feature-row{color:#58657c;text-align:left;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px;font-size:13px;display:grid}.feature-row span{padding:13px 2px}.feature-row b{color:var(--blue);margin-right:8px;font-size:11px}.loading-panel{border-style:solid;border-color:var(--line);flex-direction:column;justify-content:center;align-items:center;display:flex}.spinner,.button-spinner{border-radius:50%;animation:.85s linear infinite spin;display:inline-block}.spinner{border:4px solid var(--blue-soft);border-top-color:var(--blue);width:42px;height:42px;margin-bottom:21px}.loading-pages{gap:9px;margin-top:8px;display:flex}.loading-pages span{background:linear-gradient(100deg,#edf0f5 25%,#f8f9fb 45%,#edf0f5 65%) 0 0/240% 100%;border-radius:5px;width:34px;height:46px;animation:1.4s ease-in-out infinite shimmer}.loading-pages span:nth-child(2){animation-delay:.1s}.loading-pages span:nth-child(3){animation-delay:.2s}.loading-pages span:nth-child(4){animation-delay:.3s}.workspace{width:min(1240px,100%);margin:42px auto 0;padding-bottom:18px}.workspace-heading{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.file-title-group{min-width:0}.file-title-group h1{letter-spacing:-.055em;text-overflow:ellipsis;white-space:nowrap;max-width:860px;margin:9px 0 5px;font-size:clamp(30px,4.4vw,54px);line-height:1.03;overflow:hidden}.file-title-group p{color:var(--muted);margin:0;font-size:14px}.document-count{text-align:right;background:#fffc;border:1px solid #cdd6e7;border-radius:16px;flex:none;min-width:136px;padding:15px 18px}.document-count strong{letter-spacing:-.04em;font-size:25px;display:block}.document-count span{color:var(--muted);font-size:12px;font-weight:650}.toolstrip{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #cdd6e7f5;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-top:32px;padding:15px 17px 15px 19px;display:flex;position:sticky;top:12px;box-shadow:0 12px 32px #20335b14}.toolstrip>div:first-child{flex-direction:column;gap:3px;display:flex}.toolstrip strong{font-size:14px}.toolstrip span{color:var(--muted);font-size:12px}.toolbar-buttons{align-items:center;gap:7px;display:flex}.toolbar-buttons button{border:1px solid var(--line);color:#40506c;background:#fff;border-radius:9px;min-height:38px;padding:0 12px;font-size:12px;font-weight:750}.toolbar-buttons button:hover:not(:disabled){background:#f8f9fc;border-color:#b7c2d6}.toolbar-buttons .insert-toggle{background:var(--blue-soft);color:var(--blue-dark);border-color:#c8d3ff}.toolbar-buttons .insert-toggle:hover:not(:disabled){background:#dce4ff;border-color:#9eaff4}.insert-panel{background:#f1f4ffe6;border:1px solid #cbd6ff;border-radius:15px;grid-template-columns:minmax(240px,1fr) minmax(220px,280px) auto;align-items:end;gap:16px;margin-top:14px;padding:16px 17px;display:grid;box-shadow:0 10px 28px #3156e814}.insert-panel>div:first-child{flex-direction:column;align-self:center;gap:4px;display:flex}.insert-panel strong{font-size:14px}.insert-panel span{color:var(--muted);font-size:12px}.insert-panel label{color:#40506c;flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.insert-panel select{width:100%;min-height:45px;color:var(--ink);background:#fff;border:1px solid #c7d0e1;border-radius:10px;padding:0 36px 0 12px;font-size:13px;font-weight:650}.insert-button{white-space:nowrap;min-height:45px}.toolbar-buttons button:disabled{opacity:.45}.removed-summary{color:#2f6f53;background:#effcf6d6;border:1px solid #c8ead9;border-radius:12px;justify-content:center;align-items:center;gap:9px;margin-top:16px;padding:11px 14px;font-size:13px;display:flex}.removed-check{background:#ccefdc;border-radius:50%;place-items:center;width:21px;height:21px;font-size:12px;font-weight:900;display:grid}.page-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px;padding:28px 0 30px;display:grid}.page-card{min-width:0;color:var(--ink);text-align:left;background:#ffffffb8;border:2px solid #0000;border-radius:16px;padding:9px;transition:transform .16s,border-color .16s,box-shadow .16s;position:relative;box-shadow:0 8px 24px #29375612}.page-card[draggable=true],.page-card[draggable=true] .page-select{cursor:grab}.page-card.is-dragging-page{opacity:.45;cursor:grabbing;transform:scale(.98)}.page-card.drop-before:before,.page-card.drop-after:after{z-index:8;background:var(--blue);content:"";border-radius:999px;width:5px;position:absolute;top:8px;bottom:8px;box-shadow:0 0 0 4px #3156e824}.page-card.drop-before:before{left:-12px}.page-card.drop-after:after{right:-12px}.page-select{width:100%;color:inherit;text-align:inherit;background:0 0;border:0;border-radius:11px;padding:0;display:block}.page-select:disabled{cursor:wait}.page-card:hover{border-color:#bac6dc;transform:translateY(-2px);box-shadow:0 14px 34px #29375621}.page-card.is-selected{border-color:var(--red);background:snow;box-shadow:0 10px 30px #bf313a24}.page-preview{background:linear-gradient(145deg,#e0e5ef94,#f4f6fae6),#eef1f6;border-radius:11px;place-items:center;min-height:286px;padding:10px;display:grid;position:relative;overflow:hidden}.page-preview canvas{opacity:0;background:#fff;border-radius:2px;max-width:100%;transition:opacity .18s;display:block;box-shadow:0 4px 15px #232c432e;height:auto!important}.page-preview canvas.is-visible{opacity:1}.page-skeleton{background:linear-gradient(105deg,#e4e8ef 25%,#f6f7f9 44%,#e4e8ef 64%) 0 0/220% 100%;border-radius:4px;animation:1.35s ease-in-out infinite shimmer;position:absolute;inset:17px}.preview-error{max-width:125px;color:var(--muted);text-align:center;font-size:12px;line-height:1.5}.drag-handle{z-index:3;color:#40506c;letter-spacing:.02em;pointer-events:none;background:#fffffff0;border:1px solid #c5cee0;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:850;position:absolute;bottom:11px;left:11px;box-shadow:0 4px 12px #1f2e4e1f}.source-badge{color:var(--blue-dark);letter-spacing:.03em;background:#e9edfff5;border:1px solid #adbeff;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:850;position:absolute;top:11px;left:11px}.selection-control{background:#fffffff0;border:1px solid #d3dae7;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 5px 15px #1e2b481f}.trash-lid,.trash-body,.mini-trash:before,.mini-trash:after{content:"";display:block;position:absolute}.trash-lid{background:#66738a;border-radius:2px;width:16px;height:3px;top:11px}.trash-lid:before{content:"";border:2px solid #66738a;border-bottom:0;border-radius:3px 3px 0 0;width:6px;height:4px;position:absolute;top:-4px;left:5px}.trash-body{border:2px solid #66738a;border-top:0;border-radius:0 0 3px 3px;width:13px;height:13px;top:16px}.is-selected .selection-control{border-color:var(--red);background:var(--red)}.is-selected .trash-lid,.is-selected .trash-body{background:#fff;border-color:#fff}.is-selected .trash-lid:before{border-color:#fff}.remove-overlay{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#b72f35f0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:850;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.is-selected canvas{filter:grayscale(.8);opacity:.46!important}.page-caption{justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:10px 4px 2px;display:flex}.page-caption span{color:var(--muted);font-size:12px;font-weight:650}.page-caption strong{font-size:14px}.page-actions{border-top:1px solid #e4e8f0;grid-template-columns:1fr auto 1fr;align-items:center;gap:5px;padding:7px 4px 3px;display:grid}.page-actions>span{min-width:28px;color:var(--muted);text-align:center;font-size:10px;font-weight:800}.page-actions button{border:1px solid var(--line);color:#40506c;background:#fff;border-radius:8px;min-height:34px;padding:0 8px;font-size:11px;font-weight:800}.page-actions button:first-child{text-align:left}.page-actions button:last-child{text-align:right}.page-actions button:hover:not(:disabled){color:var(--blue-dark);background:#f5f7fb;border-color:#abb9d2}.page-actions button:disabled{opacity:.5}.page-move-actions{grid-template-columns:1fr 1fr;gap:5px;padding:6px 4px 3px;display:grid}.page-move-actions button{background:var(--blue-soft);min-width:0;min-height:32px;color:var(--blue-dark);white-space:nowrap;border:1px solid #cbd6ff;border-radius:8px;padding:0 7px;font-size:10px;font-weight:800}.page-move-actions button:hover:not(:disabled){background:#dce4ff;border-color:#9eaff4}.page-move-actions button:disabled{opacity:.38}.action-dock{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #c2ccdef2;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:86px;padding:13px 14px 13px 19px;display:flex;position:sticky;bottom:16px;box-shadow:0 22px 60px #1f2e4e2e}.selection-status{grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px;min-width:160px;display:grid}.selection-status>strong{color:var(--blue);letter-spacing:-.04em;font-size:26px}.selection-status>span{font-size:13px;font-weight:750}.selection-status small{color:var(--muted);grid-column:1/-1;margin-top:1px;font-size:11px;line-height:1.35}.selection-status small[role=alert]{color:var(--red-dark);font-weight:750}.dock-actions{align-items:center;gap:9px;display:flex}.danger-button,.download-button{border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:51px;padding:0 20px;font-size:13px;font-weight:820;display:inline-flex}.danger-button{background:var(--red-soft);color:var(--red-dark);border:1px solid #efb4b8}.danger-button:hover:not(:disabled){background:#ffe2e4;border-color:#e88e95}.download-button{background:var(--blue);color:#fff;border:0;min-width:183px;box-shadow:0 9px 20px #3156e83d}.download-button:hover:not(:disabled){background:var(--blue-dark)}.danger-button:disabled,.download-button:disabled{opacity:.42;box-shadow:none}.mini-trash{border:2px solid;border-top:0;border-radius:0 0 3px 3px;width:15px;height:16px;position:relative}.mini-trash:before{background:currentColor;border-radius:2px;width:17px;height:2px;top:-5px;left:-3px}.mini-trash:after{border:2px solid;border-bottom:0;border-radius:3px 3px 0 0;width:6px;height:4px;top:-8px;left:3px}.download-arrow{background:#ffffff29;border-radius:50%;place-items:center;width:22px;height:22px;font-size:16px;line-height:1;display:grid}.button-spinner{border:2px solid #fff6;border-top-color:#fff;width:18px;height:18px}.editor-note{color:#7d889b;text-align:center;max-width:700px;margin:14px auto 0;font-size:11px;line-height:1.5}.site-footer{color:#8590a4;border-top:1px solid #c3ccdca8;justify-content:space-between;gap:20px;width:min(1180px,100%);margin:46px auto 0;padding-top:20px;font-size:11px;font-weight:650;display:flex}.toast{z-index:60;color:#68353a;background:#fff;border:1px solid #f0b6ba;border-radius:13px;align-items:center;gap:12px;max-width:min(430px,100vw - 36px);min-height:54px;padding:10px 10px 10px 16px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:120px;right:24px;box-shadow:0 18px 44px #25304b33}.toast.is-success{color:#286349;border-color:#b8e4cf}.toast>button:not(.toast-close){background:var(--red-soft);color:var(--red-dark);border:0;border-radius:8px;padding:7px 9px;font-size:12px;font-weight:850}.toast-close{color:#8390a4;background:0 0;border:0;border-radius:8px;width:32px;height:32px;margin-left:auto;font-size:21px;line-height:1}.toast-close:hover{background:#f1f3f7}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position-x:-120%}}@media (max-width:860px){.toolstrip{flex-direction:column;align-items:flex-start}.toolbar-buttons{flex-wrap:wrap;width:100%}.insert-panel{grid-template-columns:1fr 1fr}.insert-panel>div:first-child{grid-column:1/-1}.action-dock{flex-direction:column;align-items:stretch}.dock-actions{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:640px){.app-shell{padding:0 16px 28px}.site-header{height:72px}.brand{font-size:18px}.privacy-pill{padding:9px;font-size:0}.quiet-button{min-height:38px;padding:0 11px}.hero{margin-top:38px}.hero h1{font-size:clamp(40px,13vw,56px)}.hero>p{font-size:16px}.error-banner{grid-template-columns:auto 1fr;margin-bottom:-16px}.error-banner button{grid-column:2;justify-self:start;padding-left:0}.dropzone,.loading-panel{min-height:315px;margin-top:34px;padding:36px 20px 29px}.feature-row{grid-template-columns:1fr;gap:0}.workspace{margin-top:30px}.workspace-heading{flex-direction:column;align-items:flex-start;gap:18px}.file-title-group h1{max-width:calc(100vw - 32px);font-size:34px}.document-count{text-align:left;justify-content:space-between;align-items:baseline;width:100%;min-width:0;display:flex}.toolstrip{margin-top:20px;padding:13px;top:8px}.toolbar-buttons button{flex:auto}.insert-panel{grid-template-columns:1fr;align-items:stretch;padding:14px}.insert-panel>div:first-child{grid-column:auto}.removed-summary{text-align:left;justify-content:flex-start}.page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding-top:20px}.page-card{border-radius:13px;padding:6px}.page-preview{border-radius:9px;min-height:210px;padding:7px}.selection-control{width:36px;height:36px;top:7px;right:7px}.source-badge{padding:5px 7px;top:8px;left:8px}.page-actions button span,.page-move-actions button span{display:none}.action-dock{border-radius:15px;gap:9px;min-height:0;padding:11px;bottom:8px}.selection-status{min-width:0}.dock-actions{gap:7px}.danger-button,.download-button{min-width:0;min-height:49px;padding:0 10px;font-size:12px}.mini-trash{display:none}.download-arrow{width:20px;height:20px}.toast{bottom:151px;left:18px;right:18px}.site-footer{margin-top:34px}}@media (max-width:390px){.page-grid{grid-template-columns:1fr}.page-preview{min-height:280px}.dock-actions{grid-template-columns:1fr}.toast{bottom:208px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
