:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light;--bg: #ffffff;--fg: #1a1a1a;--muted-fg: #6b7280;--body-fg: #374151;--border: #e5e5e5;--surface: #f3f4f6;--hover-bg: #f9fafb;--link: #2563eb;--badge-bg: #e0e7ff;--badge-fg: #312e81;--status-compiling-bg: #fef3c7;--status-ok-bg: #dcfce7;--status-stale-bg: #e2e8f0;--status-stale-fg: #475569;--status-error-bg: #fee2e2;--problems-bg: #fff7ed;--problems-border: #fed7aa;--modal-backdrop: rgba(15, 23, 42, .45)}[data-theme=dark]{color-scheme:dark;--bg: #0f172a;--fg: #e5e7eb;--muted-fg: #94a3b8;--body-fg: #cbd5e1;--border: #1f2937;--surface: #1e293b;--hover-bg: #1e293b;--link: #60a5fa;--badge-bg: #1e3a8a;--badge-fg: #dbeafe;--status-compiling-bg: #78350f;--status-ok-bg: #14532d;--status-stale-bg: #1e293b;--status-stale-fg: #cbd5e1;--status-error-bg: #7f1d1d;--problems-bg: #422006;--problems-border: #92400e;--modal-backdrop: rgba(0, 0, 0, .7)}*{box-sizing:border-box}html,body,#root,.app{height:100%;margin:0}body{background:var(--bg);color:var(--fg)}.app{display:flex;flex-direction:column}.toolbar{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--border);background:var(--bg)}.toolbar-half{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;min-width:0}.toolbar-half-left{border-right:1px solid var(--border)}.toolbar h1{margin:0;font-size:1rem}.split{flex:1;display:grid;grid-template-columns:1fr 1fr;min-height:0}.editor-pane,.preview-pane{border-right:1px solid var(--border);min-height:0}.preview-pane{border-right:none}.editor-pane{display:flex;flex-direction:column;cursor:text}.editor-pane>*{flex:1;min-height:0}.editor-pane .cm-editor{height:100%}.editor-pane .cm-scroller{min-height:100%}.status{font-size:.8rem;padding:.2rem .5rem;border-radius:4px;background:var(--surface)}.status-compiling{background:var(--status-compiling-bg)}.status-ok{background:var(--status-ok-bg)}.status-stale{background:var(--status-stale-bg);color:var(--status-stale-fg)}.status-error{background:var(--status-error-bg)}.problems{padding:.5rem 1rem;background:var(--problems-bg);border-top:1px solid var(--problems-border);font-size:.9rem}.badge{font-size:.8rem;padding:.2rem .5rem;background:var(--badge-bg);color:var(--badge-fg);border-radius:4px}.btn{padding:.3rem .6rem;border:1px solid var(--border);border-radius:4px;text-decoration:none;color:var(--fg);font-size:.85rem;background:transparent;cursor:pointer;font-family:inherit}.btn:hover{background:var(--hover-bg)}.preview-pane{position:relative}.preview-frame-wrap{position:relative;width:100%;height:100%;overflow:hidden}.preview-empty{padding:1rem;color:var(--muted-fg)}.preview-buffer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;opacity:0;pointer-events:none;transition-property:opacity;transition-timing-function:ease}.preview-buffer.is-front{opacity:1;pointer-events:auto}.preview-buffer.is-leaving{opacity:1;z-index:1}.preview-buffer.is-entering{z-index:2}@media (prefers-reduced-motion: reduce){.preview-buffer{transition:none}}.zoom-overlay{position:absolute;bottom:1rem;right:1rem;display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:6px;box-shadow:0 2px 8px #0000001f;z-index:10}.zoom-overlay .btn{border:none;border-radius:0;padding:.4rem .6rem}.zoom-overlay .btn+.btn{border-left:1px solid var(--border)}.zoom-overlay .btn:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.zoom-overlay .btn:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.zoom-btn{min-width:2rem;font-size:1rem;line-height:1}.zoom-percent{min-width:3.5rem;font-variant-numeric:tabular-nums}.examples-menu{position:relative}.examples-popover{position:absolute;right:0;top:calc(100% + 6px);background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:6px;min-width:280px;max-width:360px;box-shadow:0 8px 24px #0000001f;z-index:50;padding:.25rem 0}.examples-item{display:block;width:100%;text-align:left;background:transparent;border:none;cursor:pointer;padding:.55rem .85rem;font-family:inherit;color:inherit}.examples-item:hover,.examples-item:focus-visible{background:var(--surface);outline:none}.examples-item-label{font-size:.9rem;font-weight:600}.examples-item-desc{font-size:.78rem;color:var(--muted-fg);margin-top:2px;line-height:1.35}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-backdrop);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--bg);color:var(--fg);border-radius:8px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.05rem}.modal-close{background:transparent;border:none;font-size:1.1rem;cursor:pointer;color:var(--muted-fg);padding:.25rem .5rem;line-height:1}.modal-close:hover{color:var(--fg)}.modal-section{padding:.85rem 1.25rem;border-bottom:1px solid var(--border);font-size:.9rem}.modal-section:last-child{border-bottom:none}.modal-section h3{margin:0 0 .4rem;font-size:.9rem;font-weight:600}.modal-section p{margin:0;line-height:1.5;color:var(--body-fg)}.modal-section a{color:var(--link)}.modal-disclaimer p{font-size:.8rem;color:var(--muted-fg)}.modal-section p+p{margin-top:.5rem}.modal-actions{display:flex;gap:.5rem;align-items:center;padding-top:.5rem;padding-bottom:.5rem}.modal-tabs{display:flex;gap:.25rem;padding:0 1.25rem;border-bottom:1px solid var(--border)}.modal-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;font:inherit;font-size:.85rem;color:var(--muted-fg);padding:.6rem .4rem;margin-bottom:-1px;border-bottom:2px solid transparent}.modal-tab:hover{color:var(--fg)}.modal-tab.is-active{color:var(--fg);border-bottom-color:var(--link);font-weight:600}.modal-tab:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:3px}[role=tabpanel]:focus-visible{outline:none}.release-note h3{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.release-badge{font-size:.7rem;font-weight:600;color:var(--link);border:1px solid var(--border);border-radius:999px;padding:.05rem .5rem}.release-date{font-size:.75rem;color:var(--muted-fg);margin:0 0 .4rem}.release-highlights{margin:0;padding-left:1.1rem;line-height:1.5;color:var(--body-fg);font-size:.85rem}.release-highlights li{margin:.15rem 0}.kofi-btn{display:inline-flex;align-items:center;gap:.35rem}.kofi-btn.kofi-btn-prominent{background:#72a4f2;color:#fff;border-color:#72a4f2;font-weight:600}.kofi-btn.kofi-btn-prominent:hover{background:#5a8cdb;border-color:#5a8cdb;color:#fff}.donation-toast{position:fixed;bottom:1.5rem;left:0;right:0;margin-left:auto;margin-right:auto;width:fit-content;max-width:22rem;display:flex;flex-direction:column;gap:.15rem;padding:.75rem 1rem;border-radius:.5rem;background:#72a4f2;color:#fff;text-align:center;text-decoration:none;font-size:.9rem;line-height:1.35;box-shadow:0 10px 24px #00000038;z-index:900;animation:donation-toast-in .25s ease-out}.donation-toast:hover{background:#5a8cdb;color:#fff}.donation-toast:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.donation-toast-title{font-weight:600}.donation-toast-body{opacity:.95}@keyframes donation-toast-in{0%{transform:translateY(.75rem);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: reduce){.donation-toast{animation:none}}.shortcuts-list{margin:0;display:grid;grid-template-columns:max-content 1fr;column-gap:1rem;row-gap:.45rem}.shortcuts-row{display:contents}.shortcuts-keys{margin:0;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.shortcuts-desc{margin:0;color:var(--body-fg);align-self:center}.shortcuts-plus{color:var(--muted-fg);margin:0 .1rem}.modal kbd,.modal-disclaimer kbd{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.78rem;padding:.1rem .4rem;border:1px solid var(--border);border-bottom-width:2px;border-radius:4px;background:var(--surface);color:var(--fg)}.mobile-tabs{display:none}@media (max-width: 768px){.toolbar{grid-template-columns:1fr}.toolbar-half{padding:.35rem .75rem;gap:.5rem;flex-wrap:wrap}.toolbar-half-left{border-right:none;border-bottom:1px solid var(--border)}.toolbar h1{font-size:.85rem}.toolbar .badge{display:none}.toolbar .btn{font-size:.8rem;padding:.25rem .5rem}.mobile-tabs{display:flex;gap:.25rem;padding:.4rem .75rem;border-bottom:1px solid var(--border);background:var(--bg)}.mobile-tab{flex:1;padding:.4rem .6rem;border:1px solid var(--border);border-radius:4px;background:transparent;cursor:pointer;font-family:inherit;font-size:.85rem;color:var(--fg)}.mobile-tab-active{background:var(--fg);color:var(--bg);border-color:var(--fg)}.split{grid-template-columns:1fr}.editor-pane{border-right:none}.split.mobile-tab-edit .preview-pane,.split.mobile-tab-preview .editor-pane{display:none}.modal-backdrop{padding:0}.modal{width:100%;max-width:none;height:100vh;max-height:100vh;border-radius:0;box-shadow:none}.donation-toast{left:1rem;right:1rem;bottom:1rem;width:auto;max-width:none}.examples-popover{position:fixed;bottom:0;left:0;top:0;right:0;min-width:0;max-width:none;width:100vw;height:100vh;border-radius:0;box-shadow:none;padding:.5rem 0;overflow-y:auto}.examples-item{padding:.85rem 1.25rem}.examples-item-label{font-size:1rem}.examples-item-desc{font-size:.85rem}}
