*{box-sizing:border-box}:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #070a0f;--panel: rgba(15, 23, 42, .82);--panel-strong: rgba(17, 24, 39, .78);--surface: #080c14;--surface-2: #0b111d;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .14);--text: #f8fafc;--muted: #94a3b8;--muted-2: #64748b;--primary: #22c55e;--primary-strong: #16a34a;--secondary: #f59e0b;--danger: #fb7185;--shadow: 0 18px 42px rgba(0, 0, 0, .32)}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden;color:var(--text);background:radial-gradient(circle at 18% 12%,rgba(34,197,94,.18),rgba(34,197,94,.04) 38%,transparent 62%),radial-gradient(circle at 86% 8%,rgba(245,158,11,.12),rgba(245,158,11,.03) 42%,transparent 64%),linear-gradient(135deg,#06110d 0%,var(--bg) 34%,#0f0d09 100%)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px}button,select,textarea{font:inherit}button,select{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.shell{display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;width:100%;height:100%;padding:18px}.app-toolbar{border:1px solid var(--border);background:#0f172ab8;box-shadow:var(--shadow)}.app-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:66px;gap:20px;padding:12px 28px 12px 24px;border-radius:18px}.brand,.app-actions,.status{display:flex;align-items:center}.brand{min-width:230px;gap:20px}.brand img{width:106px;height:auto;filter:brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(518%) hue-rotate(176deg) brightness(93%) contrast(91%)}.brand-divider{width:1px;height:32px;background:#ffffff1f}.brand strong{color:var(--text);font-size:17px;font-weight:700;white-space:nowrap}.app-actions{justify-content:flex-end;gap:26px;min-width:0}.layout-select{display:grid;grid-template-columns:auto 128px;gap:10px;align-items:center}.layout-select span{color:#cbd5e1;font-size:13px}#layout{height:38px;width:128px;padding:0 30px 0 14px;border:1px solid var(--border-strong);border-radius:999px;outline:0;background:#0b1220;color:var(--text);font-weight:700;cursor:pointer}#layout:focus{border-color:#22c55e80}#load-example,#view-mode,#download-pdf{height:40px;border:0;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap}#load-example,#view-mode{padding:0 22px;border:1px solid var(--border-strong);background:#ffffff0f;color:#e2e8f0}#load-example:hover,#view-mode:hover{border-color:#22c55e6b;background:#22c55e1a}#view-mode{width:132px;padding-right:0;padding-left:0}#download-pdf{min-width:150px;padding:0 26px;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;box-shadow:0 14px 34px #22c55e38}#download-pdf:not(:disabled):hover{filter:brightness(1.05);box-shadow:0 18px 42px #22c55e4d}body[data-preview-engine=viewer] #view-mode,body[data-preview-engine=viewer] #download-pdf{display:none}body[data-preview-engine=viewer] .preview-pane{overflow:hidden}body[data-preview-engine=viewer] .preview-wrap{padding:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#090d15;box-shadow:var(--shadow)}.status{gap:10px;color:var(--muted);font-size:13px;white-space:nowrap}.status{min-width:104px}.status span{width:8px;height:8px;border-radius:999px;background:var(--primary)}.status.rendering span{background:var(--secondary)}.status.error span{background:var(--danger)}.workspace{display:grid;grid-template-columns:minmax(360px,1fr) minmax(480px,1fr);gap:18px;min-height:0}.pane{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:visible}.editor-wrap,.preview-wrap{flex:1 1 auto;min-height:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.editor-wrap{position:relative;overflow:hidden}.editor-wrap:before{position:absolute;top:0;bottom:0;left:0;z-index:0;width:52px;content:"";background:var(--surface-2);border-right:1px solid rgba(255,255,255,.07)}#editor,#editor-highlight{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:22px 22px 22px 72px;border:0;font:14px/1.7 SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;-moz-tab-size:2;tab-size:2;white-space:pre-wrap;overflow-wrap:break-word}#editor-highlight{z-index:1;overflow:hidden;color:#cbd5e1;background:transparent;pointer-events:none;-webkit-user-select:none;user-select:none}#editor{z-index:2;resize:none;outline:0;color:transparent;background:transparent;caret-color:var(--primary);-webkit-text-fill-color:transparent}#editor::selection{background:#22c55e38}#editor:focus+*,.editor-wrap:focus-within{border-color:#22c55e38}.md-line{position:relative;display:block;min-height:1.7em}.line-number{position:absolute;right:calc(100% + 26px);width:34px;color:#475569;font-variant-numeric:tabular-nums;text-align:right}.md-heading{color:var(--primary)}.md-heading-1,.md-heading-3{color:var(--text);font-weight:700}.md-heading-4,.md-heading-5{color:var(--secondary)}.md-rule{color:var(--muted-2)}#error{flex:0 0 auto;max-height:120px;margin:12px 0 0;overflow:auto;padding:12px 16px;color:#fecdd3;background:#7f1d1d47;border:1px solid rgba(251,113,133,.28);border-radius:12px;font:12px/1.5 Menlo,Monaco,Consolas,monospace;white-space:pre-wrap}#error:empty{display:none}.preview-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:18px;overflow:auto;padding:24px}#preview{flex:1 1 auto;width:100%;min-height:0;background:#090d15}.pdf-page{flex:0 0 auto;overflow:hidden;margin:0 auto;border-radius:3px;background:#fff;box-shadow:0 18px 36px #0000006b}.pdf-page canvas{display:block}.native-pdf-viewer{flex:1 1 auto;width:100%;min-height:100%;border:0;border-radius:inherit;background:#090d15}.preview-loading{margin:auto;color:var(--muted);font-size:13px}.preview-error{max-width:70%;color:#fecdd3;text-align:center}@media (max-width: 1020px){body{overflow:auto}#app{min-height:100dvh;height:auto}.shell{gap:12px;min-height:100dvh;height:auto;padding:12px}.app-toolbar{align-items:flex-start;flex-direction:column;padding:16px}.app-actions{justify-content:flex-start;flex-wrap:wrap;gap:12px;width:100%}.workspace{grid-template-columns:1fr;grid-template-rows:minmax(280px,42dvh) minmax(380px,58dvh);min-height:0}.preview-wrap{min-height:380px}}@media (max-width: 1020px) and (orientation: landscape){body{overflow:hidden}#app,.shell{height:100%;min-height:0}.app-toolbar{align-items:center;flex-direction:row;min-height:50px;gap:10px;padding:8px 12px}.app-actions{justify-content:flex-end;flex:1 1 auto;flex-wrap:nowrap;gap:8px;width:auto}.brand{min-width:auto;gap:0}.brand img{width:76px}.brand-divider,.brand strong,.layout-select span{display:none}.layout-select{display:block}#layout{width:92px;height:34px;padding:0 24px 0 12px;font-size:12px}#load-example,#view-mode,#download-pdf{height:34px;font-size:12px}#load-example{padding:0 12px}#view-mode{width:92px}#download-pdf{min-width:112px;padding:0 14px}.status{min-width:8px;gap:0;font-size:0}.workspace{grid-template-columns:minmax(320px,1fr) minmax(420px,1fr);grid-template-rows:minmax(0,1fr)}.preview-wrap{min-height:0}}@media (max-width: 620px){.brand{min-width:0;gap:14px}.brand img{width:92px}#load-example,#view-mode,#download-pdf{width:100%}}
