html,body,#app{height:100%}body{font-family:Inter,ui-sans-serif,system-ui,sans-serif}:root{--bg: #FFFFFF;--fg: #1C1C1C;--border: #B0B0B0;--card: #F7FAFC;--muted: #4A4A4A;--accent: #FF3D00;--accent-20: rgba(255, 61, 0, .2)}html,body{background-color:var(--bg);color:var(--fg)}html.dark{--bg: #1C1C1C;--fg: #FFFFFF;--border: #B0B0B0;--card: rgba(255,255,255,.08);--muted: #B0B0B0}[data-panel-resize-handle]{position:relative}[data-panel-resize-handle][data-panel-group-direction=horizontal]{cursor:col-resize}[data-panel-resize-handle][data-panel-group-direction=horizontal]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;transform:translate(-50%);background-color:var(--color-brand-light);opacity:.3;transition:opacity .2s,background-color .2s}[data-panel-resize-handle][data-panel-group-direction=horizontal]:hover:before{opacity:1;background-color:var(--color-brand-primary);width:3px}[data-panel-resize-handle][data-panel-group-direction=vertical]{cursor:row-resize}[data-panel-resize-handle][data-panel-group-direction=vertical]:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background-color:var(--color-brand-light);opacity:.3;transition:opacity .2s,background-color .2s}[data-panel-resize-handle][data-panel-group-direction=vertical]:hover:before{opacity:1;background-color:var(--color-brand-primary);height:3px}textarea[resize]{resize:vertical}textarea::-webkit-resizer{background-color:var(--color-brand-light);opacity:.5;border-radius:0 0 4px}textarea:hover::-webkit-resizer,textarea:focus::-webkit-resizer{opacity:1;background-color:var(--accent)}@keyframes wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes nodePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes flow{0%{transform:translate(-12px);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(24px);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:767px){[data-panel-resize-handle]{display:none!important}button,a,[role=button]{min-height:44px;min-width:44px}button{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea{font-size:16px}body{padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:767px){.mobile-padding{padding:16px}.mobile-spacing>*+*{margin-top:12px}}@media(max-width:767px){body{overflow-x:hidden}*{max-width:100%}}@media(max-width:767px){html{height:-webkit-fill-available}body{min-height:100vh;min-height:-webkit-fill-available}}.mobile-drawer-enter{animation:slideInRight .3s ease-out}.mobile-modal-enter{animation:slideInUp .3s ease-out}.mobile-backdrop-enter{animation:fadeIn .2s ease-out}@media(max-width:767px){[role=listitem],.mobile-list-item{min-height:60px;padding:12px 16px}}@media(max-width:767px){h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}body{font-size:15px}}@supports (-webkit-touch-callout: none){@media(max-width:767px){.mobile-full-height{height:-webkit-fill-available}}}.markdown-body,.markdown-body *{color:inherit}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin:.8em 0 .4em;font-weight:600;line-height:1.25}.markdown-body h1:first-child,.markdown-body h2:first-child,.markdown-body h3:first-child,.markdown-body h4:first-child,.markdown-body h5:first-child,.markdown-body h6:first-child{margin-top:0}.markdown-body h1{font-size:1.5em}.markdown-body h2{font-size:1.3em}.markdown-body h3{font-size:1.15em}.markdown-body p{margin:.6em 0}.markdown-body p:first-child{margin-top:0}.markdown-body p:last-child{margin-bottom:0}.markdown-body ul,.markdown-body ol{margin:.6em 0;padding-left:1.5em}.markdown-body li{margin:.3em 0}.markdown-body code{background:#00000014;padding:.2em .4em;border-radius:3px;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,Monospace}html.dark .markdown-body code{background:#ffffff26}.markdown-body pre{background:#00000014;padding:.8em;border-radius:6px;overflow-x:auto;margin:.8em 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monospace;font-size:.9em;line-height:1.5}html.dark .markdown-body pre{background:#ffffff1a}.markdown-body pre code{background:transparent;padding:0;font-size:inherit}.markdown-body blockquote{margin:.8em 0;padding-left:1em;border-left:3px solid var(--border);color:var(--muted)}.markdown-body a{color:var(--accent);text-decoration:underline}.markdown-body a:hover{opacity:.8}.markdown-body strong{font-weight:600}.markdown-body em{font-style:italic}.markdown-body hr{margin:1em 0;border:none;border-top:1px solid var(--border)}.markdown-body table{border-collapse:collapse;margin:.8em 0;width:100%}.markdown-body th,.markdown-body td{border:1px solid var(--border);padding:.4em .6em;text-align:left}.markdown-body th{font-weight:600;background:#0000000a}html.dark .markdown-body th{background:#ffffff14}
