:root{--bg:#f1f0ec;--panel:#fff;--border:#dcdad4;--text:#222;--muted:#777672;--accent:#2f6fed;--accent-soft:#e4ecfd;--danger:#d9363e}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{font:inherit;color:inherit;border:1px solid var(--border);background:var(--panel);cursor:pointer;border-radius:8px;padding:6px 10px;line-height:1.2}button:hover:not(:disabled){background:#f6f5f2}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}button.primary:hover:not(:disabled){background:#245ed1}button.ghost{background:0 0;border-color:#0000}button.ghost:hover:not(:disabled){background:#eceae5}input,select{font:inherit;color:inherit;border:1px solid var(--border);background:#fff;border-radius:6px;padding:4px 6px}input:focus,select:focus,button:focus-visible{outline:2px solid var(--accent-soft);outline-offset:1px;border-color:var(--accent)}.muted{color:var(--muted)}.small{font-size:12px}h4{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin:14px 0 6px;font-size:11px;font-weight:600}h4:first-child{margin-top:0}.editor{flex-direction:column;height:100%;display:flex}.topbar{background:var(--panel);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.topbar .left,.topbar .right{align-items:center;gap:8px;min-width:0;display:flex}.topbar input.title{background:0 0;border-color:#0000;width:32ch;min-width:200px;font-size:15px;font-weight:500}.topbar input.title:hover{border-color:var(--border);background:#fff}.topbar input.title:focus{border-color:var(--accent);background:#fff}.editor-body{flex:1;min-height:0;display:flex}.toolbar{background:var(--panel);border-right:1px solid var(--border);flex-direction:column;align-items:center;gap:4px;width:52px;padding:10px 0;display:flex}.toolbar button{color:#444;background:0 0;border:0;border-radius:9px;place-items:center;width:38px;height:38px;padding:0;display:grid}.toolbar button.active{background:var(--accent-soft);color:var(--accent)}.toolbar .spacer{flex:1}.canvas{flex:1;grid-template-rows:1fr auto;justify-items:center;padding:32px 24px 24px;display:grid;overflow:auto}.pages{flex-direction:column;align-items:center;gap:36px;width:max-content;min-width:100%;padding-bottom:24px;display:flex}.page-wrap{flex:none;position:relative}.page{transform-origin:0 0;touch-action:none;background:#fff;position:absolute;top:0;left:0;box-shadow:0 1px 2px #0000002e,0 10px 30px #00000014}.page.tool-text,.page.tool-rect,.page.tool-ellipse,.page.tool-line{cursor:crosshair}.page-label{color:var(--muted);white-space:nowrap;margin-top:6px;font-size:12px;position:absolute;top:100%;left:0}.zoombar{background:var(--panel);border:1px solid var(--border);border-radius:9px;justify-self:end;align-items:center;gap:2px;padding:3px;display:flex;position:sticky;bottom:0;box-shadow:0 2px 8px #00000014}.zoombar button{border:0;padding:4px 8px}.zoombar span{text-align:center;min-width:44px;color:var(--muted);font-size:12px}.box{transform-origin:50%;cursor:move;position:absolute}.box.locked{cursor:default}.box.editing{cursor:text}.box:after{content:"";pointer-events:none;border:calc(1.5px * var(--inv,1)) solid transparent;position:absolute;inset:0}.page:not(.static) .box.text:hover:after{border-style:dashed;border-color:#c9c7c0}.box.selected:after{border-color:var(--accent)!important;border-style:solid!important}.box.editing:after{border-color:var(--accent)!important}.box.text .text-outer{width:100%;height:100%;position:relative;overflow:hidden}.text-inner{flex-direction:column;height:100%;display:flex}.text-content{flex:none;width:100%}.fs-text{white-space:pre-wrap;tab-size:4;overflow-wrap:break-word;outline:none}.fs-text p{margin:0}.fs-text ul,.fs-text ol{margin:0;padding-left:1.5em}.fs-text u{text-decoration:underline}.box.text:not(.editing) .fs-text{pointer-events:none;-webkit-user-select:none;user-select:none}.box.text:not(.editing) .fs-text ::selection{background:0 0}.overflow-mark{background:var(--danger);border:1.5pt solid #fff;border-radius:50%;width:10pt;height:10pt;position:absolute;bottom:2pt;right:2pt;box-shadow:0 0 0 1px #00000026}.shape-fill{width:100%;height:100%}.shape-line{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.handle{width:calc(9px * var(--inv,1));height:calc(9px * var(--inv,1));border:calc(1.5px * var(--inv,1)) solid var(--accent);z-index:3;background:#fff;border-radius:2px;position:absolute}.h-nw{cursor:nwse-resize;top:0;left:0;transform:translate(-50%,-50%)}.h-n{cursor:ns-resize;top:0;left:50%;transform:translate(-50%,-50%)}.h-ne{cursor:nesw-resize;top:0;left:100%;transform:translate(-50%,-50%)}.h-e{cursor:ew-resize;top:50%;left:100%;transform:translate(-50%,-50%)}.h-se{cursor:nwse-resize;top:100%;left:100%;transform:translate(-50%,-50%)}.h-s{cursor:ns-resize;top:100%;left:50%;transform:translate(-50%,-50%)}.h-sw{cursor:nesw-resize;top:100%;left:0;transform:translate(-50%,-50%)}.h-w{cursor:ew-resize;top:50%;left:0;transform:translate(-50%,-50%)}.guide{pointer-events:none;z-index:4;background:#ff3d7f;position:absolute}.guide.v{width:calc(1px * var(--inv,1));top:-18pt;bottom:-18pt}.guide.h{height:calc(1px * var(--inv,1));left:-18pt;right:-18pt}.marquee{border:calc(1px * var(--inv,1)) dashed var(--accent);pointer-events:none;z-index:4;background:#2f6fed12;position:absolute}.marquee.create{background:#2f6fed1f;border-style:solid}.inspector{background:var(--panel);border-left:1px solid var(--border);flex:none;width:250px;padding:14px 14px 24px;font-size:13px;overflow-y:auto}.inspector select{width:100%}.inspector .hint p{color:#555;margin:0 0 10px}.row{align-items:center;gap:6px;min-width:0;margin-bottom:7px;display:flex}.row>label{color:#555;white-space:nowrap;flex:1}.row select{flex:1;width:auto;min-width:0}.grid2{grid-template-columns:1fr 1fr;column-gap:8px;display:grid}.grid2 .row{flex-direction:column;align-items:stretch;gap:2px}.grid2 .row>label{font-size:12px}.num{align-items:center;gap:4px;display:inline-flex}.num input{width:62px}.num .unit{color:var(--muted);font-size:12px}.color{align-items:center;gap:6px;display:inline-flex}.color input[type=color]{width:30px;height:26px;padding:1px}.seg{flex:1;gap:2px;display:flex}.seg button{border-radius:6px;flex:1;padding:4px 6px}.seg button.on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.seg.small button{flex:none;padding:3px 10px;font-size:12px}.check{color:#444;align-items:center;gap:6px;margin:8px 0;display:flex}.check.tiny{margin:0;font-size:12px}.stack{flex-direction:column;gap:6px;margin-top:6px;display:flex}.lockbar{background:var(--accent-soft);border-bottom:1px solid #c7d7fb;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:13px;display:flex}.editor.locked .page{pointer-events:none}.editor.locked .box:after{display:none}.perks{margin:0 0 12px;padding-left:20px}.perks li{margin-bottom:6px}a.button{border:1px solid var(--border);border-radius:8px;padding:6px 12px;text-decoration:none;display:inline-block}a.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}hr{border:0;border-top:1px solid var(--border);margin:14px 0}.import-notes{background:#fff7dc;border-bottom:1px solid #ecd98a;justify-content:space-between;gap:12px;padding:10px 14px;font-size:13px;display:flex}.import-notes ul{margin:4px 0 0;padding-left:18px}.import-notes li{margin:2px 0}.rescue{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px 20px}.rescue p{color:#444;margin:6px 0 12px}dialog{border:0;border-radius:12px;width:calc(100% - 32px);max-width:480px;padding:0;box-shadow:0 20px 60px #00000040}dialog::backdrop{background:#00000059}.dialog-body{padding:20px 24px 18px}.dialog-body h3{margin:0 0 12px;font-size:18px}.dialog-body p{margin:0 0 10px}.dialog-body .steps{margin:0 0 8px;padding-left:20px}.dialog-body .steps li{margin-bottom:4px}.actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.empty{height:100%;color:var(--muted);place-items:center;gap:12px;display:grid}.home{max-width:980px;margin:0 auto;padding:40px 24px 60px}.home header{margin-bottom:28px}.home h1{letter-spacing:-.01em;margin:0;font-size:30px}.home .tagline{color:var(--muted);margin:4px 0 0;font-size:16px}.home section{margin-bottom:36px}.home h2{margin:0;font-size:17px}.section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cards{grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:16px;display:grid}.card{background:var(--panel);border:1px solid var(--border);cursor:pointer;border-radius:12px;padding:12px}.card:hover{border-color:#b8b6b0}.card p{margin:2px 0 0}.preview{background:#e9e8e3;border-radius:6px;margin-bottom:10px;position:relative;overflow:hidden}.preview .page.static{box-shadow:none}.doc-list{flex-direction:column;gap:8px;display:flex}.card.doc{justify-content:space-between;align-items:center;gap:12px;display:flex}.home footer{margin-top:40px}#print-root{display:none}.sheet{break-after:page;page-break-after:always;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact;background:#fff;position:relative;overflow:hidden}.sheet:last-child{break-after:auto;page-break-after:auto}.sheet.rotated{transform:rotate(180deg)}.slot{position:absolute;top:0;overflow:hidden}#print-root .page.static,.preview .page.static{box-shadow:none;position:absolute;top:0;left:0;transform:none}.page.static .box{cursor:auto}.page.static .box:after{display:none}@media print{html,body{background:#fff;height:auto}body>:not(#print-root){display:none!important}#print-root{display:block}}@media screen{body.show-print>:not(#print-root){display:none!important}body.show-print #print-root{background:#888;padding:20px;display:block}body.show-print .sheet{margin:0 0 20px;box-shadow:0 2px 10px #0006}}button.attention{animation:.8s ease-in-out 3 attention}@keyframes attention{50%{box-shadow:0 0 0 6px #2f6fdb59}}@media (prefers-reduced-motion:reduce){button.attention{outline-offset:2px;outline:3px solid #2f6fdb99;animation:none}}html{scrollbar-gutter:stable}.section-head{flex-wrap:wrap;gap:16px}.seg.small{flex:none}.rescue{background:var(--accent-soft);border:1px solid #c7d7fb;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:6px 28px;padding:18px 22px;display:grid}.rescue h2{margin:0 0 6px}.rescue p{margin:0 0 4px}.rescue button.big{white-space:nowrap;padding:10px 18px;font-size:15px}.card.template .card-text b{display:block}@media (max-width:560px){.home{padding:24px 16px 40px}.rescue{grid-template-columns:1fr}.rescue button.big{width:100%}.cards{grid-template-columns:1fr}.card.template{align-items:flex-start;gap:14px;display:flex}.card.template .preview{flex:none;margin-bottom:0}}
