:root{--suc-bg: #f3f4f6;--suc-surface: #ffffff;--suc-fg: #030712;--suc-muted: #6b7280;--suc-border: #e5e7eb;--suc-accent: #0e7490;--suc-error-bg: #fef2f2;--suc-error-fg: #b91c1c}:root[data-theme=dark]{--suc-bg: #374151;--suc-surface: #030712;--suc-fg: #f9fafb;--suc-muted: #9ca3af;--suc-border: #374151;--suc-accent: #22d3ee;--suc-error-bg: #2a1215;--suc-error-fg: #f87171}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--suc-bg);color:var(--suc-fg);font-family:Inter,Noto Sans JP,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji",sans-serif}#root{min-height:100vh;padding:1rem}.suc-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.5rem;background:var(--suc-error-bg);color:var(--suc-error-fg);padding:2rem;text-align:center;border-radius:.5rem}.suc-error h2{margin:0;font-size:1.1rem}.suc-error p{margin:0;font-size:.9rem}.suc-document{max-width:none;font-size:.875rem;line-height:1.5rem;word-wrap:break-word}.suc-document h1,.suc-document h2,.suc-document h3,.suc-document h4,.suc-document h5,.suc-document h6{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin:1rem 0 .5rem}.suc-document p,.suc-document ul,.suc-document ol{margin:.5rem 0}.suc-document a{color:inherit;text-decoration:underline}.suc-document table{border-collapse:collapse;margin:1em 0}.suc-document th,.suc-document td{border:1px solid var(--suc-border);padding:.25rem .5rem;vertical-align:top}.suc-document img{max-width:100%}.suc-document pre{background:color-mix(in srgb,var(--suc-fg) 6%,var(--suc-surface));padding:.8em;border-radius:.5rem;overflow-x:auto}.suc-document code{font-family:JetBrains Mono,Menlo,ui-monospace,SFMono-Regular,Consolas,monospace}.suc-sheet-tabs{display:flex;gap:.25rem;padding-bottom:.5rem}.suc-sheet-tabs button{border:1px solid var(--suc-border);background:transparent;color:var(--suc-fg);border-radius:6px;padding:.2rem .7rem;cursor:pointer;font-size:.875rem;font-weight:600}.suc-sheet-tabs button[aria-selected=true]{border-color:var(--suc-accent);color:var(--suc-accent)}.suc-grid{overflow-x:auto;border:1px solid var(--suc-border);border-radius:.5rem}.suc-grid table{width:100%;border-collapse:collapse;font-size:.875rem}.suc-grid th{font-weight:600;text-align:left}.suc-grid th,.suc-grid td{border-right:1px solid var(--suc-border);border-bottom:1px solid var(--suc-border);padding:.25rem .5rem;vertical-align:top;white-space:pre-wrap;color:var(--suc-fg)}.suc-grid th:last-child,.suc-grid td:last-child{border-right:0}.suc-grid tr:last-child th,.suc-grid tr:last-child td{border-bottom:0}.suc-grid .suc-rownum{color:var(--suc-muted);text-align:right;user-select:none}.suc-svg{display:flex;align-items:center;justify-content:center;min-height:60svh;height:100%}.suc-svg svg{max-width:100%;max-height:90vh;height:auto}.suc-html-frame{display:block;width:100%;height:calc(100vh - 2rem);border:0;border-radius:.5rem;background:#fff}.suc-pdf{display:flex;flex-direction:column;gap:1rem}.suc-pdf-page{width:100%;border-radius:.5rem;background:#fff;box-shadow:0 1px 2px #0000000d;overflow:hidden}.suc-pdf-page canvas{display:block;width:100%;height:auto}.suc-plain{margin:0;width:100%;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.875rem;line-height:1.5rem}
