:root{--bg: #f5f7f6;--surface: #ffffff;--primary: #6c4fd0;--primary-soft: #ede9fb;--secondary: #57b894;--text: #2b2d42;--muted: #6b7280;--border: #e2e5e9;--danger: #c0392b;--radius: 12px;--topbar-h: 68px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-text-size-adjust:100%}button{font:inherit;color:inherit;cursor:pointer}input,select,textarea{font:inherit;color:inherit}h1,h2,h3{margin:0;line-height:1.25}:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:6px}.app{min-height:100dvh;display:flex;flex-direction:column;overflow-x:clip}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:16px;padding:10px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand h1{font-size:19px;letter-spacing:-.01em}.brand p{margin:0;font-size:12px;color:var(--muted)}.topnav{display:flex;gap:4px;margin-inline:auto;flex:1 1 0;min-width:0;justify-content:center;overflow-x:auto;scrollbar-width:none}.topnav::-webkit-scrollbar{display:none}.topnav button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid transparent;border-radius:999px;background:none;white-space:nowrap;font-size:14px}.topnav button:hover{background:var(--bg)}.topnav button.is-on{background:var(--primary-soft);border-color:color-mix(in srgb,var(--primary) 25%,transparent);color:var(--primary);font-weight:600}.history-group{display:flex;gap:4px;flex-shrink:0}.history-group button{width:36px;height:36px;border:1px solid var(--border);border-radius:9px;background:var(--surface);font-size:17px;line-height:1}.history-group button:hover:not(:disabled){background:var(--bg)}.history-group button:disabled{opacity:.35}.lang-picker{display:flex;align-items:center;gap:5px;flex-shrink:0;color:var(--muted)}.lang-picker select{height:36px;padding:0 4px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);font-family:inherit;font-size:13px}.flash{position:fixed;left:50%;bottom:22px;z-index:60;margin:0;transform:translate(-50%);pointer-events:none}.flash span{display:inline-block;padding:8px 16px;border-radius:999px;background:#22242c;color:#fff;font-size:13px;box-shadow:0 4px 18px #00000040}.privacy-strip{margin:0;padding:7px 16px;background:var(--primary-soft);color:#3f3170;font-size:13px;text-align:center}.workspace{flex:1;display:grid;grid-template-columns:360px minmax(0,1fr);align-items:start;gap:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:1px solid transparent;border-radius:10px;background:var(--bg);font-weight:600;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#5c41b8}.btn-ghost{background:none;border-color:var(--border)}.btn-ghost:hover{background:var(--bg)}.btn-sm{padding:6px 10px;font-size:13px}.btn-print{flex-shrink:0}.danger{color:var(--danger)}.btn.danger{border-color:color-mix(in srgb,var(--danger) 30%,transparent)}.linklike{border:0;background:none;padding:0;color:var(--primary);text-decoration:underline;font-size:inherit}.panel{position:sticky;top:calc(var(--topbar-h) + 30px);max-height:calc(100dvh - var(--topbar-h) - 30px);overflow-y:auto;overscroll-behavior:contain;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column}.panel-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;background:var(--surface);border-bottom:1px solid var(--border)}.panel-head h2{font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.panel-close{display:none;border:0;background:none;font-size:18px;padding:4px 8px}.panel-body{padding:16px;display:flex;flex-direction:column;gap:16px}.panel-intro{margin:0;font-size:13px;color:var(--muted)}.panel-h{font-size:15px;margin-top:4px}.panel-ad{margin-top:auto;padding:12px}.panel-scrim{display:none}.field,.stepper,.list-editor{display:flex;flex-direction:column;gap:6px;border:0;padding:0;margin:0;min-width:0}.field-label{font-size:13px;font-weight:600;padding:0}.field-hint{font-size:12px;color:var(--muted)}.field input[type=text],.field input:not([type]),.field input[type=number],.list-editor input,.page-list-row input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);min-width:0}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkline{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.checkline input{width:18px;height:18px;accent-color:var(--primary)}.segmented{display:flex;flex-wrap:wrap;gap:6px}.segmented button{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:13px}.segmented button.is-on{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);font-weight:600}.stepper-controls{display:flex;align-items:center;gap:6px}.stepper-controls button{width:34px;height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:17px;line-height:1}.stepper-controls input{width:64px;padding:7px 8px;border:1px solid var(--border);border-radius:8px;text-align:center}.list-editor ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.list-editor li{display:flex;gap:4px;align-items:center}.list-editor li button,.page-list-row button{flex-shrink:0;width:30px;height:32px;border:1px solid var(--border);border-radius:7px;background:var(--surface);font-size:13px}.list-editor li button:disabled,.page-list-row button:disabled,.btn:disabled{opacity:.35;cursor:not-allowed}.swatches{display:flex;gap:8px;flex-wrap:wrap}.swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;box-shadow:0 0 0 1px var(--border)}.swatch.is-on{border-color:var(--surface);box-shadow:0 0 0 3px var(--primary)}input[type=range]{width:100%;accent-color:var(--primary)}hr{border:0;border-top:1px solid var(--border);width:100%;margin:4px 0}.template-list,.page-list,.catalog,.steps,.bullets{list-style:none;margin:0;padding:0}.template-list{display:flex;flex-direction:column;gap:10px}.template-list li{border:1px solid var(--border);border-radius:var(--radius);padding:12px}.template-head{display:flex;gap:10px;align-items:flex-start}.template-icon{font-size:24px;line-height:1}.template-head h3{font-size:15px}.template-head p{margin:2px 0 0;font-size:13px;color:var(--muted)}.template-basis{margin:8px 0;font-size:12px;color:var(--muted);line-height:1.4}.template-actions{display:flex;gap:6px;flex-wrap:wrap}.page-list{display:flex;flex-direction:column;gap:8px;counter-reset:page}.page-list li{border:1px solid var(--border);border-radius:var(--radius);padding:10px}.page-list li.is-selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 45%,transparent)}.page-list-row{display:flex;align-items:center;gap:5px}.page-num{flex-shrink:0;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:700}.page-list-meta{margin:6px 0;font-size:15px;letter-spacing:2px;color:var(--muted);min-height:20px}.page-list-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalog-group h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:8px}.catalog{display:flex;flex-direction:column;gap:6px}.catalog button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:left}.catalog button:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 40%,transparent)}.catalog-icon{font-size:22px;line-height:1;flex-shrink:0}.catalog-text{display:flex;flex-direction:column;min-width:0}.catalog-text small{color:var(--muted);font-size:12px}.catalog-plus{margin-left:auto;color:var(--primary);font-size:18px;font-weight:700}.editor-head{display:flex;gap:10px;align-items:flex-start}.editor-head h3{font-size:15px}.editor-head p{margin:2px 0 0;font-size:12px;color:var(--muted)}.editor-actions{display:flex;gap:6px;flex-wrap:wrap}.steps,.bullets{display:flex;flex-direction:column;gap:8px;font-size:13px}.steps li{counter-increment:step;padding-left:26px;position:relative}.steps li:before{content:counter(step);position:absolute;left:0;top:1px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-size:11px;font-weight:700}.steps{counter-reset:step}.bullets li{padding-left:16px;position:relative}.bullets li:before{content:"•";position:absolute;left:3px;color:var(--primary)}.shortcuts{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px 12px;margin:0;font-size:13px}.shortcuts dd{margin:0;color:var(--muted)}kbd{display:inline-block;padding:2px 6px;border:1px solid var(--border);border-bottom-width:2px;border-radius:5px;background:var(--surface);font-family:inherit;font-size:11px;font-weight:600;white-space:nowrap}.disclaimer{font-size:12px;line-height:1.5;color:#6a5320;background:#fdf6e3;border:1px solid #f0e0b8;border-radius:10px;padding:10px;margin:0}.canvas{min-width:0;padding:20px 16px 40px;display:flex;flex-direction:column;gap:16px}.preview-stack{display:flex;flex-direction:column;align-items:center;gap:20px}.sheet-slot{position:relative;cursor:pointer}.preview.is-dragging{-webkit-user-select:none;user-select:none;cursor:grabbing}.sheet-scaler{transform-origin:top left}.preview-empty{color:var(--muted);text-align:center;padding:40px 0}.site-foot{border-top:1px solid var(--border);padding-top:12px;font-size:12px;color:var(--muted);text-align:center}.site-foot p{margin:4px 0}.ad{display:flex;flex-direction:column;gap:4px;align-items:center}.ad-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.ad .adsbygoogle{width:100%}.ad-vertical .adsbygoogle{min-height:250px}.ad-horizontal .adsbygoogle{min-height:90px}.ad-placeholder{border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);font-size:12px;padding:20px;justify-content:center}.ad-placeholder.ad-vertical{min-height:250px}.doc{max-width:68ch;margin:0 auto;padding:32px 20px 60px}.doc h1{font-size:26px;margin:20px 0 6px}.doc h2{font-size:17px;margin:26px 0 6px}.doc p,.doc li{font-size:15px;line-height:1.65}.doc ul{padding-left:20px}.doc-meta{color:var(--muted);font-size:13px}.doc-foot{margin-top:40px;padding-top:16px;border-top:1px solid var(--border);display:flex;gap:16px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:960px){.workspace{grid-template-columns:minmax(0,1fr)}.topbar{gap:8px;padding:8px 10px}.brand img{width:32px;height:32px}.brand p,.topnav-label{display:none}.brand h1{font-size:16px;white-space:nowrap}.topnav{margin-inline:0;justify-content:flex-start}.topnav button{font-size:19px;padding:7px 9px}.panel{position:fixed;inset:auto 0 0 0;top:auto;z-index:50;height:80dvh;max-height:80dvh;border:0;border-radius:18px 18px 0 0;box-shadow:0 -8px 30px #0000002e;transform:translateY(101%);visibility:hidden;transition:transform .22s ease,visibility .22s}.panel.is-open{transform:none;visibility:visible}.panel-close{display:block}.panel-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:0;background:#14141e59}.canvas{padding:14px 8px 32px}.btn-print{padding:10px 12px;font-size:13px}.history-group button{width:32px;height:32px}.lang-picker{gap:2px}.lang-picker select{height:32px;font-size:12px}.flash{bottom:14px}}@media(max-width:560px){.topbar{flex-wrap:wrap;row-gap:6px}.topnav{order:3;flex:0 0 100%;justify-content:space-between}.lang-picker{margin-left:auto}.brand h1{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.print-label{display:none}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.page-title-edit{cursor:text;border-radius:4px;outline:2px solid transparent;outline-offset:2px;transition:background-color .12s ease,outline-color .12s ease}.page-title-edit:hover{background:#0000000a}.page-title-edit:focus{background:#0000000a;outline-color:currentColor}@media print{.page-title-edit:hover,.page-title-edit:focus{background:none;outline:none}}.sheet{--line: #b6bcc4;--paper: #ffffff;position:relative;width:var(--sheet-w);height:var(--sheet-h);overflow:hidden;background:var(--paper);color:#1d1f24;font-family:var(--sheet-font);font-size:calc(3.1mm * var(--sheet-scale));line-height:1.35;box-shadow:0 2px 14px #14192824;print-color-adjust:exact;-webkit-print-color-adjust:exact}.sheet-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:var(--sheet-margin);padding-left:calc(var(--sheet-margin) + var(--sheet-gutter))}.page-head{display:flex;align-items:baseline;justify-content:space-between;gap:4mm;border-bottom:.5mm solid var(--ink);padding-bottom:1.5mm;margin-bottom:3mm}.page-head h2{font-size:1.7em;color:var(--ink);letter-spacing:-.01em}.page-date{margin:0;font-size:.92em;white-space:nowrap;color:#333}.date-slot{display:inline-block;width:7mm;border-bottom:.3mm solid #555;margin:0 .6mm}.date-slot-year{width:11mm}.page-weekday{margin-left:2mm;letter-spacing:.02em}.page-foot{display:flex;justify-content:space-between;gap:4mm;border-top:.3mm solid var(--line);padding-top:1.2mm;margin-top:2.5mm;font-size:.78em;color:#6a6f78}.page-empty{grid-column:1 / -1;color:#9aa0a8;text-align:center;padding:20mm 0}.page-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:3mm;align-content:start;align-items:start;min-height:0;overflow:hidden}.blk{border:.35mm solid var(--line);border-radius:2mm;padding:2mm 2.5mm 2.5mm;break-inside:avoid;min-width:0}.blk-full{grid-column:1 / -1}.blk-title{font-size:1em;font-weight:700;color:var(--ink);margin:0 0 1.8mm}.blk-legend{margin:1.5mm 0 0;font-size:.76em;color:#6a6f78}.blk.is-selected{outline:.8mm solid var(--ink);outline-offset:.6mm;cursor:grab;touch-action:none}.blk.is-dragging{opacity:.4;cursor:grabbing}.blk.drop-before,.blk.drop-after{position:relative}.blk.drop-before:after,.blk.drop-after:after{content:"";position:absolute;background:var(--ink);border-radius:1mm}.blk:not(.blk-full).drop-before:after{inset:0 auto 0 -.45mm;width:.9mm}.blk:not(.blk-full).drop-after:after{inset:0 -.45mm 0 auto;width:.9mm}.blk-full.drop-before:after{inset:-.45mm 0 auto 0;height:.9mm}.blk-full.drop-after:after{inset:auto 0 -.45mm 0;height:.9mm}.bodymap-views{display:flex;justify-content:center;gap:4mm}.bodymap-views figure{margin:0;text-align:center}.bodymap-views figcaption{font-size:.76em;color:#6a6f78;margin-top:.5mm}.silhouette{height:42mm;width:auto;max-width:100%;fill:var(--tint);stroke:var(--ink);stroke-width:2.2;stroke-linejoin:round}.blk-full .silhouette{height:62mm}.silhouette-detail{fill:none;stroke:var(--line);stroke-width:1.6}.bodymap-key,.calendar-key{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:3mm;margin:2mm 0 0;padding:0;font-size:.78em}.bodymap-key li,.calendar-key li{display:flex;align-items:center;gap:1.2mm}.dot{width:3.2mm;height:3.2mm;border-radius:50%;border:.3mm solid rgba(0,0,0,.35);display:inline-block}.dot-1{background:#f5cf4c}.dot-2{background:#ef8a3c}.dot-3{background:#d9483f}.dot-mood-1{background:#5cba7d}.dot-mood-2{background:#f5cf4c}.dot-mood-3{background:#d9483f}.traffic{list-style:none;display:flex;justify-content:space-around;gap:2mm;margin:0;padding:0}.traffic li{display:flex;flex-direction:column;align-items:center;gap:1mm;text-align:center}.traffic-light{width:13mm;height:13mm;border-radius:50%;border:.4mm solid rgba(0,0,0,.4)}.traffic-1{background:#5cba7d}.traffic-2{background:#f2cd45}.traffic-3{background:#de5a4d}.traffic-label{font-size:.8em}.scale-row{list-style:none;display:flex;justify-content:space-between;gap:1mm;margin:0;padding:0;flex-wrap:wrap}.scale-row li{display:flex;flex-direction:column;align-items:center;gap:.8mm}.scale-num{font-size:.85em;color:#444}.scale-bubble{width:4.4mm;height:4.4mm;border-radius:50%;border:.35mm solid var(--ink)}.scale-glyph,.scale-face{font-size:1.5em;line-height:1;filter:grayscale(.15)}.scale-glyphs li{flex:1}.scale-ends{display:flex;justify-content:space-between;gap:3mm;margin-top:1.2mm;font-size:.76em;color:#6a6f78}.eva-line{position:relative;height:5mm;margin:2mm 1mm 0;border-bottom:.4mm solid var(--ink);display:flex;justify-content:space-between}.eva-tick{width:0;border-left:.4mm solid var(--ink);height:100%}.scale-hint{margin:1.5mm 0 0;font-size:.74em;color:#6a6f78}.emotions{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(20mm,1fr));gap:1.5mm}.emotions li{display:flex;flex-direction:column;align-items:center;gap:.6mm;text-align:center}.emoji{font-size:1.7em;line-height:1}.emotion-label{font-size:.72em}.box{width:3.6mm;height:3.6mm;border:.35mm solid var(--ink);border-radius:.6mm;flex-shrink:0}.tbl{width:100%;border-collapse:collapse;font-size:.82em;table-layout:fixed}.tbl th,.tbl td{border:.3mm solid var(--line);padding:1mm 1.2mm;text-align:center;word-break:break-word}.tbl thead th{background:var(--tint);color:var(--ink);font-weight:700}.tbl td{height:7mm}.tbl-lead{text-align:left;font-weight:600;background:var(--tint)}.tbl-matrix td{height:6mm}.checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2mm 3mm;font-size:.86em}.blk:not(.blk-full) .checklist{grid-template-columns:repeat(2,minmax(0,1fr))}.blk-full .checklist{grid-template-columns:repeat(3,minmax(0,1fr))}.checklist li{display:flex;align-items:center;gap:1.4mm;min-width:0}.checklist-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fill-line{flex:1;border-bottom:.3mm solid var(--line);height:3mm}.questions{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2mm}.question-text{margin:0 0 1mm;font-size:.88em;font-weight:600}.write-lines{display:flex;flex-direction:column;gap:5.5mm;padding-top:2mm}.write-line{display:block;border-bottom:.3mm solid var(--line)}.ruled{border:.3mm solid var(--line);border-radius:1mm}.ruled-pontos{background-image:radial-gradient(var(--line) .35mm,transparent .35mm);background-size:5mm 5mm;background-position:2.5mm 2.5mm}.ruled-quadriculado{background-image:linear-gradient(var(--line) .2mm,transparent .2mm),linear-gradient(90deg,var(--line) .2mm,transparent .2mm);background-size:5mm 5mm}.counters{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.8mm}.counters li{display:flex;align-items:center;gap:2mm;font-size:.84em}.counter-label{flex-shrink:0;min-width:24mm}.counter-slots{display:flex;gap:1.2mm;flex-wrap:wrap}.counter-slot{width:4mm;height:4mm;border-radius:50%;border:.35mm solid var(--ink)}.chart{display:grid;grid-template-columns:auto auto minmax(0,1fr);grid-template-rows:1fr auto;gap:0 1mm;font-size:.78em}.chart-y{grid-area:1 / 1;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;color:var(--ink);font-weight:600;padding-right:1mm}.chart-scale{grid-area:1 / 2;list-style:none;padding:0;display:flex;flex-direction:column;justify-content:space-between;text-align:right;min-width:4mm;color:#6a6f78;line-height:1.35;margin:-.675em 0}.chart-scale li{flex:none;height:1.35em;white-space:nowrap}.chart-grid{grid-area:1 / 3;display:grid;grid-template-columns:repeat(var(--cols),1fr);grid-template-rows:repeat(var(--rows),5mm);border-left:.4mm solid var(--ink);border-bottom:.4mm solid var(--ink)}.chart-grid span{border-right:.2mm solid var(--line);border-top:.2mm solid var(--line)}.chart-x{grid-area:2 / 3;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--cols),1fr);text-align:center;color:#6a6f78}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1.2mm}.calendar-day{aspect-ratio:1;border:.3mm solid var(--line);border-radius:1mm;font-size:.72em;color:#7b818a;padding:.6mm;line-height:1}.family{display:flex;flex-direction:column;gap:2.4mm}.family-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2.2mm}.family-box{flex:1 1 34mm;min-width:30mm;max-width:52mm;display:flex;flex-direction:column;gap:.8mm;border:.3mm solid var(--line);border-radius:1mm;padding:1.4mm 1.6mm 1.8mm}.family-label{font-size:.78em;font-weight:700;color:var(--ink)}.family-note{font-size:.68em;color:#7b818a}.family-line{display:block;border-bottom:.3mm solid var(--line);height:3.6mm}.sheet-overflow{position:absolute;left:0;right:0;bottom:0;margin:0;padding:2mm 3mm;background:#fde8e6;border-top:.4mm solid #d9483f;color:#8c2f27;font-family:system-ui,sans-serif;font-size:3mm;text-align:center}.hole-guides{position:absolute;left:0;top:8%;bottom:8%;width:var(--sheet-gutter);display:flex;flex-direction:column;justify-content:space-between;align-items:center}.hole{width:4mm;height:4mm;border-radius:50%;border:.25mm dashed #c8ccd2}.hole-espiral{width:3mm;height:3mm}.sheet-ink-saver .traffic-light,.sheet-ink-saver .dot{background:#fff!important}.sheet-ink-saver .thead,.sheet-ink-saver .tbl thead th,.sheet-ink-saver .tbl-lead{background:#fff}.sheet-ink-saver .scale-glyph,.sheet-ink-saver .scale-face,.sheet-ink-saver .emoji{filter:grayscale(1)}@media print{html,body{background:#fff}.no-print,.topbar,.panel,.panel-scrim,.privacy-strip,.site-foot,.ad,.sheet-overflow{display:none!important}.app,.workspace,.canvas,.preview,.preview-stack{display:block!important;margin:0!important;padding:0!important;gap:0!important;max-width:none!important}.sheet-slot{width:auto!important;height:auto!important;cursor:auto}.sheet-scaler{transform:none!important;width:auto!important;height:auto!important}.sheet{box-shadow:none;break-after:page;page-break-after:always}.preview-stack>.sheet-slot:last-child .sheet{break-after:auto;page-break-after:auto}.blk.is-selected{outline:none}.blk.is-dragging{opacity:1}.blk.drop-before:after,.blk.drop-after:after{display:none}}
