html,body{margin:0;height:100%;overflow:hidden;overscroll-behavior:none}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;background:#fafaf8}body[data-tool=select] #canvas{cursor:default}body[data-tool=draw] #canvas{cursor:crosshair}body[data-tool=erase] #canvas{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Ccircle cx='9' cy='9' r='7.5' fill='none' stroke='%23444' stroke-width='1.5'/%3E%3C/svg%3E") 9 9,auto}body[data-tool=text] #canvas{cursor:text}body[data-tool=pan] #canvas{cursor:grab}body.panning #canvas{cursor:grabbing}#editor-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}#editor-layer textarea{position:absolute;pointer-events:auto;margin:0;padding:0;border:0;outline:1px dashed #6aa2e8;outline-offset:3px;background:transparent;resize:none;overflow:hidden;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;caret-color:#2f7de1}#editor-layer .drag-handle{position:absolute;pointer-events:auto;height:14px;border-radius:7px;background:#e8f0fe;border:1px solid #c6dafc;cursor:grab;touch-action:none;display:flex;align-items:center;justify-content:center;color:#7a9fd4;font-size:9px;letter-spacing:2px;line-height:1;-webkit-user-select:none;user-select:none}#editor-layer .drag-handle:after{content:"•••"}#editor-layer .drag-handle:active{cursor:grabbing}#editor-layer .delete-btn{position:absolute;pointer-events:auto;width:24px;height:14px;border-radius:7px;background:#fdecec;border:1px solid #f2c4c4;cursor:pointer;touch-action:none;display:flex;align-items:center;justify-content:center;font-size:10px;line-height:1;-webkit-user-select:none;user-select:none}#editor-layer .delete-btn:hover{background:#fbdcdc}#editor-layer .width-handle{position:absolute;pointer-events:auto;width:8px;border-radius:4px;background:#e8f0fe;border:1px solid #c6dafc;cursor:ew-resize;touch-action:none}#editor-layer .width-handle:hover{background:#d9e7fc}#toolbar{position:absolute;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));width:fit-content;max-width:calc(100% - 24px);flex-wrap:wrap;z-index:10;display:flex;align-items:center;gap:4px;padding:6px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e3e3e0;border-radius:10px;box-shadow:0 2px 10px #00000014}#toolbar button{font:inherit;font-size:13px;padding:6px 10px;border:0;border-radius:7px;background:transparent;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation}#toolbar button:hover{background:#f0f0ee}#toolbar button.active{background:#e8f0fe;color:#1a56b8}#toolbar button:disabled{opacity:.35;cursor:default}#toolbar .sep{width:1px;align-self:stretch;margin:2px 3px;background:#e3e3e0}#window-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:20}.app-window{position:absolute;pointer-events:auto;display:flex;flex-direction:column;background:#fff;border:1px solid #d8d8d4;border-radius:10px;box-shadow:0 8px 28px #00000029;overflow:hidden}.app-window-bar{display:flex;align-items:center;gap:8px;padding:7px 10px;background:linear-gradient(#fbfbfa,#f1f1ee);border-bottom:1px solid #e3e3e0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.app-window-bar:active{cursor:grabbing}.app-window-title{flex:1;font-size:12px;font-weight:600;color:#4a4a46;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-window-buttons{display:flex;gap:4px}.app-window-btn{width:16px;height:16px;padding:0;border:0;border-radius:50%;font-size:11px;line-height:1;color:#5b5b57;cursor:pointer;background:#e2e2de}.app-window-btn.min:hover{background:#f5c451}.app-window-btn.close:hover{background:#f08a80}.app-window-body{resize:both;overflow:auto;min-width:200px;min-height:80px;padding:8px}#window-dock{position:fixed;left:0;right:0;bottom:0;z-index:21;display:flex;justify-content:center;gap:6px;padding:0 8px 6px;pointer-events:none}#window-dock:empty{display:none}.dock-chip{pointer-events:auto;font:inherit;font-size:12px;padding:5px 12px;border:1px solid #e3e3e0;border-bottom:0;border-radius:8px 8px 0 0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -2px 10px #00000014;cursor:pointer;touch-action:manipulation}.dock-chip:hover{background:#f0f4fb}.files-list{display:flex;flex-direction:column;gap:2px}.files-empty{margin:6px 4px;font-size:12px;color:#8a8a86}.file-row{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px}.file-row:hover{background:#f5f5f3}.photo-choice{display:flex;flex-direction:column;gap:8px;max-width:260px}.photo-preview{display:block;width:100%;max-height:220px;object-fit:contain;border-radius:6px;background:#f0f0ee}.photo-question{margin:0;font-size:12px;color:#6a6a66;text-align:center}.photo-btn{font:inherit;font-size:13px;padding:8px 12px;border:1px solid #d8d8d4;border-radius:8px;background:#f7f7f5;color:#333;cursor:pointer;touch-action:manipulation}.photo-btn:hover{background:#eeeeeb}.photo-btn.primary{background:#e8f0fe;border-color:#c6dafc;color:#1a56b8}.photo-btn.primary:hover{background:#dbe8fd}.qr-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.qr-canvas{display:block;border-radius:4px}.qr-url{max-width:240px;font-size:11px;color:#6a6a66;text-decoration:none;word-break:break-all;text-align:center;line-height:1.35}.qr-url:hover{color:#1a56b8;text-decoration:underline}.qr-copy{font:inherit;font-size:12px;padding:5px 12px;border:1px solid #d8d8d4;border-radius:7px;background:#f7f7f5;color:#333;cursor:pointer;touch-action:manipulation}.qr-copy:hover{background:#eeeeeb}.app-window-body.drop-target{outline:2px dashed #6aa2e8;outline-offset:-4px;background:#6aa2e80f}.file-link{flex:1;font-size:13px;color:#1a56b8;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-link:hover{text-decoration:underline}.file-link.disabled{color:#9a9a96;pointer-events:none}.file-meta{font-size:11px;color:#8a8a86;white-space:nowrap}.file-remove{border:0;background:transparent;font-size:11px;padding:2px 4px;border-radius:4px;cursor:pointer;opacity:.5}.file-remove:hover{opacity:1;background:#fdecec}body.dropping:after{content:"";position:fixed;top:8px;right:8px;bottom:8px;left:8px;z-index:30;pointer-events:none;border:2px dashed #6aa2e8;border-radius:12px;background:#6aa2e80f}#status{font-size:12px;color:#7a7a76;padding:0 6px;min-width:64px;text-align:right;transition:opacity .4s ease}#sync-status{font-size:11px;color:#7a7a76;padding:3px 8px 3px 18px;border-radius:6px;background:#f4f4f2;position:relative;white-space:nowrap}#sync-status:before{content:"";position:absolute;left:7px;top:50%;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#b4b4b0}#sync-status[data-state=synced]:before{background:#34a853}#sync-status[data-state=pending]:before,#sync-status[data-state=connecting]:before{background:#f5a623}#sync-status[data-state=offline]:before{background:#d93025}
