:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:.625rem;--app-accent:#18181b}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 8% 7%;--card-foreground:0 0% 98%;--popover:240 8% 6%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 40%;--destructive-foreground:0 0% 98%;--border:240 3.7% 16.5%;--input:240 3.7% 16.5%;--ring:240 4.9% 83.9%}@keyframes mllm-scan-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes mllm-scan-sweep{0%{top:-2px}to{top:calc(100% + 2px)}}@keyframes mllm-scan-grid{0%{background-position:0 0}to{background-position:20px 20px}}@keyframes mllm-done-pop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes mllm-spin{to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif}button{font:inherit;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px}::-webkit-scrollbar-track{background:0 0}@keyframes mllm-pulse{0%,to{opacity:.35}50%{opacity:1}}.status-dot{background:hsl(var(--primary));border-radius:9999px;flex:none;width:8px;height:8px;animation:1.2s ease-in-out infinite mllm-pulse}.status-dot.done{background:hsl(var(--muted-foreground)/.35);animation:none}.status-dot.error{background:hsl(var(--destructive));animation:none}@keyframes mllm-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.typing-dot{background:hsl(var(--muted-foreground));border-radius:9999px;width:6px;height:6px;margin-right:3px;animation:1.2s infinite mllm-bounce;display:inline-block}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.safe-bottom{padding-bottom:max(env(safe-area-inset-bottom),0px)}.safe-top{padding-top:max(env(safe-area-inset-top),0px)}.raw-out{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9rem;line-height:1.65}