:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#171717;--muted:#5f6368;--panel:#f7f7f5;--panel-strong:#fff;--border:#deded8;--button:#f0f1f2;--button-hover:#e4e6e8;--card-background:#fff;--card-foreground:#171717;--card-muted:#5f6368;--card-border:#deded8;--card-shadow:0 18px 50px #00000014;--qr-background:#fff;--qr-foreground:#171717}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0a0a0a;--foreground:#ededed;--muted:#b6b8bc;--panel:#171717;--panel-strong:#101010;--border:#303030;--button:#242424;--button-hover:#303030;--card-background:#101010;--card-foreground:#f4f4f4;--card-muted:#b6b8bc;--card-border:#303030;--card-shadow:0 18px 50px #00000059;--qr-background:#f4f4f4;--qr-foreground:#171717}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#171717;--muted:#5f6368;--panel:#f7f7f5;--panel-strong:#fff;--border:#deded8;--button:#f0f1f2;--button-hover:#e4e6e8;--card-background:#fff;--card-foreground:#171717;--card-muted:#5f6368;--card-border:#deded8;--card-shadow:0 18px 50px #00000014;--qr-background:#fff;--qr-foreground:#171717}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0a0a0a;--foreground:#ededed;--muted:#b6b8bc;--panel:#171717;--panel-strong:#101010;--border:#303030;--button:#242424;--button-hover:#303030;--card-background:#101010;--card-foreground:#f4f4f4;--card-muted:#b6b8bc;--card-border:#303030;--card-shadow:0 18px 50px #00000059;--qr-background:#f4f4f4;--qr-foreground:#171717}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;gap:20px;min-height:100vh;padding:16px;display:flex}.app-header{justify-content:space-between;align-items:center;gap:12px;width:min(100%,1180px);margin:0 auto;padding:10px 0;display:flex}.brand-logo{color:inherit;align-items:center;gap:8px;line-height:1;display:inline-flex}.brand-logo--compact{color:var(--foreground);flex:none;font-size:22px;font-weight:800}.brand-logo-icon{flex:none;width:34px;height:34px;display:block}.brand-logo--compact .brand-logo-icon{width:22px;height:22px}.brand-logo-text{white-space:nowrap}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.formula-button,.primary-action-list button,.secondary-action-list button{border:1px solid var(--border);background:var(--button);color:var(--foreground);cursor:pointer;font:inherit;border-radius:8px}.header-button[aria-disabled=true],.formula-button[aria-disabled=true],.primary-action-list button[aria-disabled=true],.secondary-action-list button[aria-disabled=true]{cursor:default}.header-button,.guide-link{min-width:44px;min-height:44px;color:var(--foreground);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;padding:0 8px;font-size:14px;font-weight:700;transition:color .15s,opacity .15s;display:inline-flex}.guide-link{padding:0 6px}.long-card-option{border:1px solid var(--border);width:100%;min-height:42px;color:var(--foreground);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:0 14px;font-weight:600;display:inline-flex}.long-card-switch{flex:0 0 38px;width:38px;height:22px;position:relative}.long-card-switch input{z-index:1;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.long-card-switch-track{border:1px solid var(--border);background:var(--button);border-radius:999px;width:100%;height:100%;display:block}.long-card-switch-track:after{content:"";background:var(--muted);border-radius:50%;width:16px;height:16px;transition:transform .15s,background-color .15s;position:absolute;top:3px;left:3px}.long-card-switch input:checked+.long-card-switch-track{border-color:var(--foreground);background:var(--foreground)}.long-card-switch input:checked+.long-card-switch-track:after{background:var(--background);transform:translate(16px)}.long-card-switch input:focus-visible+.long-card-switch-track{outline-offset:2px;outline:3px solid #4c8bf5}@media (prefers-reduced-motion:reduce){.long-card-switch-track:after{transition:none}}.theme-button{width:44px;padding:0}.theme-icon{width:24px;height:24px;display:block}:root[data-theme=dark] .theme-icon{filter:invert()}.language-button{min-width:44px;padding:0 8px}.support-link{flex:none;align-items:center;display:inline-flex}.support-image{width:180px;height:auto;display:block}.workspace{gap:16px;width:min(100%,1180px);margin:0 auto;display:grid}.editor-panel,.preview-panel{border:1px solid var(--border);background:var(--panel);border-radius:8px;padding:16px}.editor-panel{flex-direction:column;display:flex}.panel-heading{margin-bottom:10px}h1{color:var(--foreground);font-size:22px;line-height:1.2}h2{color:var(--foreground);margin-bottom:10px;font-size:16px;line-height:1.3}p{color:var(--muted);font-size:14px;line-height:1.5}.text-editor{resize:vertical;border:1px solid var(--border);background:var(--panel-strong);width:100%;min-height:250px;color:var(--foreground);border-radius:8px;flex:1;padding:14px;display:block}.text-editor,.preview-empty p{letter-spacing:normal;font-family:inherit;font-size:16px;font-weight:400;line-height:1.5}.text-editor::placeholder{color:var(--muted);opacity:1}.action-panel{margin-top:16px}.editor-actions{gap:12px;margin-bottom:20px;display:flex}.math-insertion-actions{gap:8px;display:flex}.formula-button,.primary-action-list button,.secondary-action-list button{min-height:42px;padding:0 14px;font-weight:700}.posting-actions{border-top:1px solid var(--border);padding-top:16px}.primary-action-list,.secondary-action-list{gap:8px;display:grid}.primary-action-list button,.secondary-action-list button{text-align:left}.primary-action-list button{border-color:var(--foreground);background:var(--foreground);min-height:46px;color:var(--background)}.action-feedback{min-height:42px;color:var(--muted);white-space:pre-line;margin-top:10px}.secondary-actions{margin-top:16px}.secondary-action-list button{background:0 0;font-weight:600}.formula-button:hover,.secondary-action-list button:hover{background:var(--button-hover)}.formula-button:disabled{cursor:not-allowed;opacity:.5}.formula-button:disabled:hover{background:var(--button)}.primary-action-list button:hover{opacity:.82}.primary-action-list button:disabled,.secondary-action-list button:disabled{cursor:not-allowed;opacity:.5}.header-button:hover,.guide-link:hover{color:var(--muted);opacity:.75;background:0 0}.page-footer{width:min(100%,1180px);color:var(--muted);text-align:center;margin:auto auto 0;padding-top:4px;font-size:13px}.page-footer a{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.page-footer a:hover{color:var(--muted)}.guide-shell{min-height:100vh;padding:16px}.guide-current{min-height:44px;color:var(--foreground);align-items:center;padding:0 6px;font-size:14px;font-weight:700;display:inline-flex}.guide-content{width:min(100%,800px);margin:20px auto 0}.guide-hero{border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:18px;padding:24px 0 28px;display:flex}.guide-hero h1{font-size:clamp(28px,7vw,42px)}.guide-hero p{margin-top:8px;font-size:16px}.guide-primary-link{background:var(--foreground);min-height:44px;color:var(--background);border-radius:8px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex}.guide-primary-link:hover{opacity:.82}.guide-section{border-bottom:1px solid var(--border);padding:28px 0}.guide-section h2{margin-bottom:14px;font-size:21px}.guide-section h3{color:var(--foreground);margin-bottom:8px;font-size:15px}.guide-section p,.guide-section li,.guide-section td,.guide-section th{font-size:15px;line-height:1.65}.guide-section ol,.guide-section ul{color:var(--foreground);padding-left:24px}.guide-section li+li{margin-top:6px}.syntax-grid{gap:14px;margin-bottom:18px;display:grid}.guide-section pre{border:1px solid var(--border);background:var(--panel);max-width:100%;color:var(--foreground);border-radius:8px;padding:14px;font-size:13px;line-height:1.55;overflow-x:auto}.guide-section code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.guide-table-wrap{border:1px solid var(--border);border-radius:8px;max-width:100%;overflow-x:auto}.guide-section table{border-collapse:collapse;background:var(--panel-strong);width:100%}.guide-section th,.guide-section td{border-bottom:1px solid var(--border);text-align:left;padding:9px 12px}.guide-section tbody tr:last-child td{border-bottom:0}.guide-section th{background:var(--panel);color:var(--foreground)}.guide-complex-examples{margin-top:18px;margin-bottom:0}.rendered-example-list{gap:12px;display:grid}.rendered-example-list .math-renderer{border:1px solid var(--border);background:var(--panel-strong);max-width:100%;color:var(--foreground);text-align:center;border-radius:8px;padding:18px 12px;overflow-x:auto}.rendered-example-list .katex-display{margin:0}.guide-bottom-link{margin-top:28px}.guide-footer{border-top:1px solid var(--border);width:min(100%,800px);color:var(--muted);flex-wrap:wrap;justify-content:center;gap:8px 18px;margin:36px auto 0;padding:20px 0 4px;font-size:13px;display:flex}.guide-footer a{color:var(--foreground);text-underline-offset:2px;text-decoration:underline}.preview-stage{--card-min-height:320px;place-items:center;display:grid;overflow-x:auto}.preview-stage--long{flex:1;justify-content:center;align-items:center;min-width:0;display:flex;overflow-x:visible}.preview-scaler,.preview-visual{width:min(100%,680px)}.long-card-preview-container{flex-direction:column;align-items:center;width:100%;min-width:0;display:flex}.long-card-page-indicator{min-width:64px;color:var(--muted);text-align:center;font-weight:700}.long-card-navigation{justify-content:center;align-items:center;gap:16px;margin-top:12px;display:flex}.long-card-navigation button{border:1px solid var(--border);background:var(--button);width:48px;min-height:44px;color:var(--foreground);cursor:pointer;border-radius:8px;font-size:24px;line-height:1}.long-card-navigation button:disabled{cursor:default;opacity:.4}.long-card-measurer{visibility:hidden;pointer-events:none;width:680px;height:2040px;position:fixed;top:0;left:-10000px}.long-card-measurer .card-preview{width:680px;height:2040px;min-height:0}.preview-scaler{position:relative}.preview-visual{transform-origin:top;justify-content:center;display:flex;position:absolute;top:0;left:50%}.preview-panel--long{flex-direction:column;min-width:0;display:flex}.preview-heading-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.preview-mode-badge{border:1px solid var(--border);background:var(--button);color:var(--muted);border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700;line-height:1}.card-preview{aspect-ratio:1;width:min(100%,680px);min-height:var(--card-min-height);border:1px solid var(--card-border);background:var(--card-background);color:var(--card-foreground);box-shadow:var(--card-shadow);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.card-preview[data-card-mode=long]{aspect-ratio:1/3;min-height:calc(var(--card-min-height) * 3)}.card-content{overflow-wrap:anywhere;min-height:0;color:var(--card-foreground);flex:auto;padding:clamp(28px,6.7%,72px);font-size:clamp(16px,2vw - 2px,26px);line-height:1.45;display:flex;overflow:hidden}.card-content-body{flex-direction:column;flex:none;gap:28px;width:100%;margin-block:auto;display:flex}.card-preview[data-card-mode=long] .card-content-body,.card-content-body--empty{margin-block:0}.card-preview p,.card-preview span,.card-preview div{color:inherit}.preview-empty{text-align:left}.preview-empty p{color:var(--card-muted);opacity:.45}.card-content-body>.math-renderer{max-width:100%;color:var(--card-foreground);justify-content:center;margin:4px 0;font-size:clamp(18px,2vw,28px);line-height:1.55;display:flex;overflow-x:visible}.card-content .katex{color:inherit;max-width:100%}.card-content .katex-display{overflow:visible}.card-content-body>.math-renderer .katex-display{margin:0}.inline-content{color:inherit;font:inherit;line-height:inherit}.math-renderer--inline{display:inline}.branding-footer{border-top:1px solid var(--card-border);width:100%;height:64px;color:var(--card-muted);flex:0 0 64px;justify-content:space-between;align-items:center;gap:16px;padding:0 clamp(28px,6.7%,72px);font-size:12px;font-weight:700;display:flex}.branding-footer-qr{flex:0 0 48px;width:48px;height:48px;display:block}.branding-footer .brand-logo-icon{width:24px;height:24px}.overflow-warning{color:#b42318;white-space:pre-line;margin-top:12px;font-weight:700}:root[data-theme=dark] .overflow-warning{color:#ffb4ab}button:focus-visible,a:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #4c8bf5}@media (min-width:768px){.app-shell{padding:20px 24px 28px}.workspace{grid-template-columns:minmax(280px,2fr) minmax(0,3fr);align-items:stretch}.editor-panel,.preview-panel{padding:20px}.text-editor{min-height:500px}.preview-stage{--card-min-height:560px}.card-content{padding:32px}.branding-footer{padding-left:32px;padding-right:32px}.primary-action-list,.secondary-action-list{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-shell{padding:20px 24px 28px}.guide-hero{flex-direction:row;justify-content:space-between;align-items:center}.syntax-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
