:root{--color-primary: #2563eb;--color-accent: #f59e0b;--bg: #f7f8fa;--surface: #ffffff;--surface-2: #f1f3f5;--border: #e5e7eb;--text: #1f2430;--text-muted: #6b7280;--text-faint: #9ca3af;--danger: #ef4444;--warning: #f59e0b;--success: #16a34a;--info: #2563eb;--radius: 10px;--radius-sm: 7px;--shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .08);--shadow-lg: 0 10px 30px rgba(16, 24, 40, .12);--font: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;font-family:var(--font);color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 18%,transparent)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;background:var(--surface-2);color:var(--text);transition:filter .12s ease,background .12s ease}.btn:hover{filter:brightness(.97)}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{filter:brightness(1.06)}.btn-ghost{background:transparent}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{padding:5px 10px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.md-body{font-size:14.5px;line-height:1.7;color:var(--text);word-break:break-word}.md-body>:first-child{margin-top:0}.md-body>:last-child{margin-bottom:0}.md-body h1,.md-body h2,.md-body h3,.md-body h4{line-height:1.3;margin:1.4em 0 .6em;font-weight:700}.md-body h1{font-size:1.7em;border-bottom:1px solid var(--border);padding-bottom:.3em}.md-body h2{font-size:1.4em;border-bottom:1px solid var(--border);padding-bottom:.25em}.md-body h3{font-size:1.2em}.md-body h4{font-size:1.05em}.md-body p{margin:.7em 0}.md-body ul,.md-body ol{margin:.6em 0;padding-left:1.5em}.md-body li{margin:.25em 0}.md-body li::marker{color:var(--text-faint)}.md-body a{color:var(--color-primary);text-decoration:underline}.md-body strong{font-weight:700}.md-body code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.88em;background:var(--surface-2);padding:.15em .4em;border-radius:5px}.md-body pre{background:#0f172a;color:#e2e8f0;padding:14px 16px;border-radius:8px;overflow-x:auto;margin:.9em 0;line-height:1.55}.md-body pre code{background:none;padding:0;font-size:.85em;color:inherit}.md-body blockquote{margin:.9em 0;padding:2px 14px;border-left:3px solid var(--color-primary);background:var(--surface-2);border-radius:0 6px 6px 0;color:var(--text-muted)}.md-body table{border-collapse:collapse;margin:.9em 0;font-size:.92em;display:block;overflow-x:auto}.md-body th,.md-body td{border:1px solid var(--border);padding:7px 11px;text-align:left}.md-body th{background:var(--surface-2);font-weight:700}.md-body hr{border:none;border-top:1px solid var(--border);margin:1.4em 0}.md-body img{max-width:100%}.md-body input[type=checkbox]{margin-right:6px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#b6bcc4}
