:root{--bg:#f4f5f8;--panel:#fff;--ink:#171923;--muted:#6b7280;--line:#e5e7eb;--accent:#6d5dfc;--danger:#e5484d}*{box-sizing:border-box}body,html{margin:0;width:100%;height:100%;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:var(--bg)}button,input{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}button:disabled{opacity:.35;cursor:not-allowed}svg{width:18px;height:18px}.loading-screen{height:100vh;display:grid;place-items:center;font-weight:700}.primary{display:flex;align-items:center;gap:8px;background:var(--accent);color:#fff;border-radius:10px;padding:10px 16px;font-weight:700}.primary.large{padding:14px 20px}.dashboard{height:100vh;overflow:auto;background:linear-gradient(145deg,#f6f5ff,#fff 50%,#eef5ff)}.dashboard header{height:72px;padding:0 max(24px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffffaa}.dashboard header>div{display:flex;align-items:center;gap:10px}.brand-mark,.logo{display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900;border-radius:10px}.logo{width:34px;height:34px}.hero{padding:90px 24px 70px;text-align:center;max-width:900px;margin:auto}.hero span{color:var(--accent);font-weight:800}.hero h1{font-size:clamp(42px,7vw,76px);line-height:1;letter-spacing:-.06em;margin:18px 0}.hero p{font-size:18px;color:var(--muted)}.hero button{margin:30px auto}.projects{max-width:1200px;margin:auto;padding:0 24px 80px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:18px;gap:18px}.project-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;cursor:pointer;box-shadow:0 8px 30px #25263c0b}.project-preview{height:140px;border-radius:10px;background:radial-gradient(circle at 30% 20%,#fff,#ebeafd);display:grid;place-items:center;color:var(--accent);font-weight:800}.project-grid h3{margin:14px 4px 4px}.project-grid p{margin:0 4px;color:var(--muted);font-size:12px}.project-grid article>div:last-child{display:flex;justify-content:flex-end;gap:4px}.project-grid article button{padding:8px}.empty{padding:60px;text-align:center;border:1px dashed #c9c9d5;border-radius:16px;color:var(--muted)}.empty svg{width:40px;height:40px}.editor{height:100vh;display:grid;grid-template:58px 1fr/58px 1fr 294px;background:#d9dbe2}.topbar{grid-column:2/4;grid-row:1;z-index:5;gap:12px;padding:8px 14px;background:#fff;border-bottom:1px solid var(--line)}.project-name,.topbar{display:flex;align-items:center}.project-name{gap:4px;font-weight:750}.history{display:flex;margin-left:auto}.export-menu summary,.topbar button{display:flex;align-items:center;gap:6px;padding:8px;border-radius:8px}.export-menu summary:hover,.topbar button:hover{background:#f2f2f6}.topbar .secondary{border:1px solid var(--line)}.export-menu{position:relative}.export-menu summary{list-style:none;cursor:pointer}.export-menu>div{position:absolute;right:0;top:42px;width:120px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 30px #0002}.export-menu>div button{width:100%}.tool-rail{grid-column:1;grid-row:1/3;z-index:6;background:#171923;padding:8px;display:flex;flex-direction:column;align-items:center;gap:3px;overflow-y:auto}.brand-mark{min-height:38px;width:38px;margin-bottom:6px}.tool-rail button{min-height:38px;width:38px;border-radius:9px;color:#a8acb8;display:grid;place-items:center}.tool-rail button.active,.tool-rail button:hover{background:var(--accent);color:#fff}.canvas-wrap{grid-column:2;grid-row:2;position:relative;min-width:0;min-height:0;overflow:hidden}.drawing-canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.tool-select{cursor:default}.tool-hand{cursor:-webkit-grab;cursor:grab}.tool-brush,.tool-eraser,.tool-highlighter,.tool-pen,.tool-pencil{cursor:crosshair}.zoom-badge{position:absolute;left:14px;bottom:14px;padding:5px 9px;background:#171923dd;color:#fff;border-radius:7px;font-size:12px;pointer-events:none}.inspector{grid-column:3;grid-row:2;z-index:4;background:#fff;border-left:1px solid var(--line);overflow-y:auto}.inspector section{padding:16px;border-bottom:1px solid var(--line)}.inspector h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);gap:7px}.inspector h3,.inspector label{display:flex;align-items:center}.inspector label{min-height:38px;justify-content:space-between;gap:10px;font-size:13px}.inspector input[type=color]{width:34px;height:28px;border:0;background:none}.inspector input[type=range]{width:120px}.inspector input:not([type]){width:160px;padding:7px;border:1px solid var(--line);border-radius:7px}.inspector b{font-size:11px;color:var(--muted)}.wide{width:100%;display:flex;justify-content:center;align-items:center;gap:7px;padding:9px;border-radius:8px}.danger{color:var(--danger);background:#fff1f1}.layer{display:grid;grid-template-columns:28px 1fr 28px 28px 28px;align-items:center;padding:5px;border-radius:7px;font-size:12px}.layer.active{background:#eceaff;color:#4b3fe0}.layer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer button{display:grid;place-items:center}.layer svg{width:14px;height:14px}.page-row{width:100%;display:flex;align-items:center;gap:8px;padding:7px;border-radius:8px;text-align:left}.page-row span{display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--line);border-radius:5px}.page-row.active{background:#eceaff;color:#4b3fe0}.page-actions{display:flex;margin-top:8px}.page-actions button{display:flex;align-items:center;gap:4px;padding:7px}.mobile-nav{display:none}@media(max-width:800px){.editor{grid-template:52px 1fr 58px/1fr}.topbar{grid-column:1;grid-row:1;padding:6px 8px}.topbar .history,.topbar .secondary{display:none}.project-name{max-width:130px;overflow:hidden}.tool-rail{position:fixed;left:0;right:0;bottom:58px;height:64px;z-index:20;display:none;flex-direction:row;overflow-x:auto}.canvas-wrap{grid-column:1;grid-row:2}.inspector{display:none;position:fixed;z-index:18;left:0;right:0;bottom:58px;top:52px;border:0;border-radius:18px 18px 0 0}.inspector.mobile-open{display:block}.mobile-nav{display:flex;grid-row:3;z-index:30;background:#171923;justify-content:space-around}.mobile-nav button{color:#fff;display:grid;place-items:center;grid-gap:2px;gap:2px;font-size:10px}.mobile-nav svg{width:19px}.export-menu{margin-left:auto}.dashboard header{padding:0 14px}.hero{padding-top:50px}.hero h1{font-size:44px}.projects{padding:0 14px 40px}}.inspector input[type=number],.inspector select{width:90px;padding:7px;border:1px solid var(--line);border-radius:7px;background:#fff}.dashboard-actions,.selection-actions{display:flex;gap:8px;margin-top:8px}.selection-actions .wide{flex:1 1}.secondary-action{display:flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid var(--line);border-radius:10px;background:#fff}@media(max-width:800px){.tool-rail.mobile-open{display:flex}.brand-mark{display:none}.tool-rail button{min-width:42px}.secondary-action{display:none}}.property-bar{position:fixed;z-index:8;top:70px;left:78px;right:314px;height:54px;display:flex;align-items:center;gap:10px;padding:7px 9px;background:#ffffffed;border:1px solid #dfe1e8;border-radius:13px;box-shadow:0 10px 35px #25263c20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-x:auto;overflow-y:hidden}.property-bar::-webkit-scrollbar{height:0}.property-context{height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border-right:1px solid var(--line);font-size:12px;font-weight:750;text-transform:capitalize;white-space:nowrap}.property-context svg{width:15px}.preset-list,.quick-colors,.selected-actions{display:flex;align-items:center;gap:4px}.preset-list button{height:38px;display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;font-size:11px;white-space:nowrap}.preset-list button.active,.preset-list button:hover{background:#eeecff;color:#5145d8}.brush-sample{display:block;width:25px;height:5px;background:currentColor;border-radius:99px;transform:rotate(-8deg)}.preset-graphite{height:2px;opacity:.65;background:repeating-linear-gradient(90deg,currentColor 0 3px,transparent 3px 4px)}.preset-marker{height:8px;border-radius:1px;opacity:.5}.preset-watercolor{height:10px;filter:blur(2px);opacity:.4}.preset-calligraphy{height:8px;transform:skew(-28deg) rotate(-8deg);border-radius:1px}.preset-neon{box-shadow:0 0 6px 2px currentColor}.quick-colors{padding-left:5px}.quick-colors button{width:18px;height:18px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cfd1d9}.quick-colors button.active{box-shadow:0 0 0 2px var(--accent)}.quick-colors input{width:24px;height:24px;padding:0;border:0;background:none}.compact-range{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:650;white-space:nowrap}.compact-range input{width:78px}.compact-range b{min-width:22px;font-size:10px}.toggle{height:30px;padding:0 9px;border:1px solid var(--line);border-radius:7px;font-size:11px}.toggle.active{background:#eeecff;color:#5145d8;border-color:#c7c1ff}.selected-actions{margin-left:auto}.selected-actions button{width:32px;height:32px;display:grid;place-items:center;border-radius:7px}.selected-actions button:hover{background:#efeff4}.canvas-controls{position:fixed;z-index:8;left:78px;bottom:18px;height:40px;display:flex;align-items:center;gap:2px;padding:4px;background:#ffffffed;border:1px solid #dfe1e8;border-radius:11px;box-shadow:0 8px 24px #25263c1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.canvas-controls button{height:30px;min-width:30px;display:grid;place-items:center;border-radius:7px}.canvas-controls button.active,.canvas-controls button:hover{background:#eeecff;color:#5145d8}.canvas-controls .zoom-value{min-width:52px;font-size:11px;font-weight:750}.canvas-controls span{height:20px;width:1px;background:var(--line);margin:0 3px}.zoom-badge{display:none}.save-state{margin-left:auto;color:#22a06b;font-size:11px;font-weight:700;white-space:nowrap}.theme-dark{--panel:#1c1f27;--ink:#f5f6fa;--muted:#9ba1ae;--line:#343845}.theme-dark .canvas-controls,.theme-dark .inspector,.theme-dark .property-bar,.theme-dark .topbar{background:#1c1f27ed;color:#f5f6fa;border-color:#343845}.theme-dark .selected-actions button:hover,.theme-dark .topbar button:hover{background:#2a2e39}.theme-dark .inspector input{color:#f5f6fa;background:#252934;border-color:#3b404d}.theme-dark .canvas-controls button.active,.theme-dark .canvas-controls button:hover,.theme-dark .property-bar .preset-list button.active,.theme-dark .property-bar .preset-list button:hover{background:#37324f;color:#b9b1ff}.theme-dark .layer.active,.theme-dark .page-row.active{background:#37324f;color:#c7c1ff}@media(max-width:1100px){.property-bar{right:306px}.property-context,.smoothing{display:none}.preset-list button{font-size:0}.preset-list button .brush-sample{width:30px}}@media(max-width:800px){.property-bar{top:60px;left:8px;right:8px;height:52px;border-radius:12px}.canvas-controls{left:10px;bottom:70px}.quick-colors button:nth-child(n+7){display:none}.compact-range input{width:65px}.preset-list button:nth-child(n+5),.save-state{display:none}.theme-dark .mobile-nav,.theme-dark .tool-rail{background:#101217}}.app-logo,.brand-mark{object-fit:contain}.brand-mark{background:transparent}.color-trigger{height:30px;display:flex;align-items:center;gap:7px;padding:3px 8px;border:1px solid var(--line);border-radius:8px;background:var(--panel);font-family:ui-monospace,monospace;font-size:11px}.color-trigger i{display:block;width:20px;height:20px;border:2px solid #fff;border-radius:6px;box-shadow:0 0 0 1px #cfd1d9}.color-trigger.compact{width:28px;padding:3px}.color-trigger.compact i{width:20px;height:20px}.color-studio-backdrop{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:16px;background:#11131880;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.color-studio{width:min(360px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:auto;padding:16px;background:#fff;color:#171923;border:1px solid #e3e4ea;border-radius:18px;box-shadow:0 24px 80px #11131855}.color-studio header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.color-studio header span{display:flex;align-items:center;gap:8px;font-weight:800}.color-studio header button{width:32px;height:32px;display:grid;place-items:center;border-radius:8px}.color-preview{height:70px;border-radius:12px;border:1px solid #0002;margin-bottom:12px}.color-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.color-grid button{aspect-ratio:1;border:2px solid #fff;border-radius:10px;box-shadow:0 0 0 1px #d6d8e0;display:grid;place-items:center;color:#fff}.color-grid button.active{box-shadow:0 0 0 3px #6d5dfc}.color-grid svg{width:15px;filter:drop-shadow(0 1px 2px #0008)}.hex-field{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:12px;font-weight:700}.hex-field input{width:120px;padding:8px;border:1px solid #dfe1e8;border-radius:8px;text-transform:uppercase;font-family:ui-monospace,monospace}.color-studio-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.color-studio-actions button{padding:9px 12px;border-radius:8px}.theme-dark .color-trigger{background:#252934}.theme-dark .color-studio{background:#1c1f27;color:#f5f6fa;border-color:#343845}.theme-dark .hex-field input{background:#252934;color:#fff;border-color:#343845}.secondary-page-actions{justify-content:space-between}.secondary-page-actions button{font-size:11px}.shortcut-help{width:min(560px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:auto;padding:20px;background:#fff;color:#171923;border-radius:18px;box-shadow:0 24px 80px #11131855}.shortcut-help header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.shortcut-help header span{font-size:18px;font-weight:850}.shortcut-help header p{margin:5px 0 0;color:#6b7280;font-size:12px}.shortcut-help header button{width:32px;height:32px;display:grid;place-items:center}.shortcut-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.shortcut-grid div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;background:#f6f6fa;border-radius:9px;font-size:12px}.shortcut-grid kbd{padding:4px 7px;background:#fff;border:solid #d9dbe3;border-width:1px 1px 2px;border-radius:6px;font-size:10px;font-weight:750}.theme-dark .shortcut-help{background:#1c1f27;color:#f5f6fa}.theme-dark .shortcut-grid div{background:#252934}.theme-dark .shortcut-grid kbd{background:#171923;border-color:#343845}@media(max-width:600px){.shortcut-grid{grid-template-columns:1fr}.mobile-nav{overflow-x:auto}.mobile-nav button{min-width:62px}}.mobile-inspector-header,.mobile-sheet,.mobile-sheet-backdrop{display:none}.preset-chalk{height:7px;background:repeating-linear-gradient(90deg,currentColor 0 5px,transparent 5px 7px);opacity:.72}.preset-airbrush{height:11px;filter:blur(3px);opacity:.45}@media(max-width:800px){.editor{height:100dvh;grid-template:56px minmax(0,1fr) calc(66px + env(safe-area-inset-bottom))/1fr}.topbar{grid-column:1;grid-row:1;height:56px;padding:7px 10px;gap:5px;box-shadow:0 2px 14px #11131814}.topbar>.export-menu,.topbar>.save-state,.topbar>.secondary,.topbar>button:not(.project-name){display:none}.topbar .history{display:flex;margin-left:auto}.topbar .history button{display:grid;width:38px;height:38px;padding:0;place-items:center}.project-name{max-width:calc(100vw - 105px);height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-bar,.tool-rail{display:none!important}.canvas-wrap{grid-column:1;grid-row:2}.canvas-controls{left:50%;bottom:calc(76px + env(safe-area-inset-bottom));transform:translateX(-50%);max-width:calc(100vw - 20px);height:42px;white-space:nowrap}.canvas-controls button{min-width:32px}.mobile-nav{grid-column:1;grid-row:3;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;padding:5px 5px calc(5px + env(safe-area-inset-bottom));background:#171923;box-shadow:0 -8px 24px #11131822;overflow:visible}.mobile-nav button{min-width:0;color:#aeb3c0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:10px;font-size:10px;font-weight:650}.mobile-nav button.active{color:#fff;background:#6d5dfc}.mobile-nav svg{width:20px;height:20px}.mobile-sheet-backdrop{display:block;position:fixed;z-index:39;inset:56px 0 calc(66px + env(safe-area-inset-bottom));background:#11131855;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-sheet{display:flex;position:fixed;z-index:40;left:0;right:0;bottom:calc(66px + env(safe-area-inset-bottom));max-height:min(76dvh,650px);flex-direction:column;background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -18px 60px #1113183d;overflow:hidden;animation:mobile-sheet-in .2s ease-out}.mobile-inspector-header,.mobile-sheet>header{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line);background:inherit}.mobile-inspector-header div,.mobile-sheet>header div{display:grid;grid-gap:2px;gap:2px}.mobile-inspector-header strong,.mobile-sheet>header strong{font-size:16px}.mobile-inspector-header span,.mobile-sheet>header span{color:var(--muted);font-size:11px}.mobile-inspector-header button,.mobile-sheet>header button{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f2f2f6}.mobile-sheet-scroll{overflow:auto;padding:12px 12px 20px}.mobile-presets{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;padding-bottom:14px;border-bottom:1px solid var(--line)}.mobile-presets button{min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:6px;border:1px solid var(--line);border-radius:11px;font-size:10px}.mobile-presets .brush-sample{width:32px}.mobile-tool-group h3{margin:16px 2px 8px;color:var(--muted);font-size:10px;letter-spacing:.11em;text-transform:uppercase}.mobile-tool-group>div{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px}.mobile-tool-group button{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:6px;border:1px solid var(--line);border-radius:12px;background:#f8f8fb;font-size:10px;font-weight:650}.mobile-tool-group button.active{color:#fff;background:#6d5dfc;border-color:#6d5dfc}.mobile-tool-group button svg{width:22px;height:22px}.mobile-more-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;padding:14px 14px 22px;overflow:auto}.mobile-more-grid button{min-height:70px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:14px;border:1px solid var(--line);border-radius:13px;background:#f8f8fb;font-size:12px;font-weight:700;text-align:left}.inspector{display:none;position:fixed;z-index:40;left:0;right:0;top:auto;bottom:calc(66px + env(safe-area-inset-bottom));max-height:min(78dvh,680px);border:0;border-radius:22px 22px 0 0;box-shadow:0 -18px 60px #1113183d;overflow:auto;animation:mobile-sheet-in .2s ease-out}.inspector.mobile-open{display:block}.mobile-inspector-header{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mobile-panel-layers .inspector-pages,.mobile-panel-layers .inspector-style,.mobile-panel-pages .inspector-layers,.mobile-panel-pages .inspector-style,.mobile-panel-style .inspector-layers,.mobile-panel-style .inspector-pages{display:none}.inspector section{padding:14px 16px 22px}.inspector label{min-height:48px}.inspector input[type=range]{width:min(44vw,180px)}.layer{grid-template-columns:36px 1fr 36px 36px 36px}.layer,.page-row{min-height:48px}.theme-dark .inspector,.theme-dark .mobile-sheet{background:#1c1f27;color:#f5f6fa}.theme-dark .mobile-inspector-header button,.theme-dark .mobile-more-grid button,.theme-dark .mobile-sheet>header button,.theme-dark .mobile-tool-group button{background:#252934;border-color:#343845;color:#f5f6fa}.theme-dark .mobile-nav{background:#101217}}@media(max-width:420px){.mobile-presets,.mobile-tool-group>div{grid-template-columns:repeat(3,1fr)}.canvas-controls{gap:0;padding-inline:3px}.canvas-controls button{min-width:29px}.canvas-controls .zoom-value{min-width:45px}}@keyframes mobile-sheet-in{0%{transform:translateY(25px);opacity:.7}to{transform:translateY(0);opacity:1}}.tool-cursor{position:absolute;z-index:12;left:0;top:0;width:var(--cursor-size);height:var(--cursor-size);transform:translate(-50%,-50%);border:1.5px solid #171923;border-radius:50%;box-shadow:0 0 0 1px #ffffffcc;pointer-events:none;opacity:0;transition:width .08s,height .08s,opacity .12s}.tool-cursor.visible{opacity:1}.tool-cursor span{display:none;position:absolute;left:calc(100% + 7px);top:50%;transform:translateY(-50%);padding:3px 6px;background:#171923dd;color:#fff;border-radius:5px;font-size:9px;font-weight:750;text-transform:capitalize;white-space:nowrap}.cursor-brush,.cursor-pen,.cursor-pencil{background:color-mix(in srgb,var(--cursor-color) 18%,transparent);border-color:var(--cursor-color)}.cursor-pencil{border-style:dashed}.cursor-brush{border-width:2px;box-shadow:0 0 10px color-mix(in srgb,var(--cursor-color) 55%,transparent)}.cursor-highlighter{border-radius:3px;background:color-mix(in srgb,var(--cursor-color) 28%,transparent);border-color:var(--cursor-color)}.cursor-eraser{background:#ffffff80;border:2px dashed #ef4444;box-shadow:0 0 0 2px #fff}.cursor-eraser span{display:block;background:#ef4444}.cursor-fill{background:color-mix(in srgb,var(--cursor-color) 40%,transparent);border-color:var(--cursor-color)}.cursor-arrow,.cursor-diamond,.cursor-ellipse,.cursor-eyedropper,.cursor-line,.cursor-rectangle,.cursor-star,.cursor-text,.cursor-triangle{width:18px;height:18px;border-radius:2px;background:transparent;border:1px solid #171923}.cursor-arrow:before,.cursor-diamond:before,.cursor-ellipse:before,.cursor-eyedropper:before,.cursor-line:before,.cursor-rectangle:before,.cursor-star:before,.cursor-text:before,.cursor-triangle:before{content:"+";position:absolute;inset:0;display:grid;place-items:center;font-size:16px;line-height:1}.cursor-hand,.cursor-select{display:none}@media(pointer:coarse){.tool-cursor{display:none}}.drawing-canvas:not(.tool-select):not(.tool-hand){cursor:none}