body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--chat-font-size: 11.9px;--chat-code-font-size: 11.05px;--chat-inline-code-font-size: .9em;--chat-thinking-font-size: 11.9px;--chat-status-font-size: 9.35px;--chat-header-font-size: 9.35px;--chat-system-font-size: 11.9px;--chat-file-path-font-size: 9.35px;--chat-indicator-font-size: 8.5px}.chat-font-small{--chat-font-size: 10.2px;--chat-code-font-size: 9.35px;--chat-system-font-size: 10.2px}.chat-font-medium{--chat-font-size: 11.9px;--chat-code-font-size: 11.05px;--chat-system-font-size: 11.9px}.chat-font-large{--chat-font-size: 13.6px;--chat-code-font-size: 12.75px;--chat-system-font-size: 13.6px}.chat-font-extra-large{--chat-font-size: 15.3px;--chat-code-font-size: 14.45px;--chat-system-font-size: 15.3px}.design-system-overlay{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.design-system-card{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;margin-bottom:.75rem;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.design-system-card:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1f;transform:translateY(-1px)}.design-system-card.active{background:linear-gradient(135deg,#6366f126,#6366f10d);border-color:#6366f14d}.design-system-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:.5rem;margin-top:1rem}.fixed{position:fixed}.inset-0{inset:0}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-80{width:20rem}.w-full{width:100%}.h-full{height:100%}.bg-gray-950{background-color:#030712}.bg-gray-900{background-color:#111827}.bg-gray-800{background-color:#1f2937}.bg-gray-700{background-color:#374151}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.border{border-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-gray-800{border-color:#1f2937}.border-gray-700{border-color:#374151}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:text-white:hover{color:#fff}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-800:hover{background-color:#1f2937}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px}.design-system-overlay ::-webkit-scrollbar{width:8px;height:8px}.design-system-overlay ::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.design-system-overlay ::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.design-system-overlay ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.component-library-controls{overflow:hidden}.component-library-controls .react-flow__controls-button{width:32px;height:32px;border-radius:0;border:none;border-bottom:1px solid rgba(15,23,42,.08);background:transparent;color:#0f172aa6;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.component-library-controls .react-flow__controls-button:last-child{border-bottom:none}.component-library-controls .react-flow__controls-button:hover{background:#0f172a14;color:#0f172ae6}.component-library-controls .react-flow__controls-button svg{width:18px;height:18px}.z-50{z-index:50}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.cursor-pointer{cursor:pointer}.design-system-button{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:all .15s ease;cursor:pointer;border:1px solid transparent}.design-system-button:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.design-system-input{width:100%;padding:.5rem .75rem;border-radius:.375rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.875rem;transition:all .15s ease}.design-system-controls{background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:14px;box-shadow:0 12px 38px #00000038;overflow:hidden}.design-system-controls .react-flow__controls-button{background:transparent;color:#0f172aa6;border:none;border-radius:0;border-top:1px solid rgba(15,23,42,.08);font-size:1.1rem;transition:background-color .15s ease,color .15s ease}.design-system-controls .react-flow__controls-button:first-child{border-top:none}.design-system-controls .react-flow__controls-button:hover{background:#6366f11f;color:#0f172ae6}.design-system-input:focus{outline:none;background:#ffffff14;border-color:#3b82f6}.design-system-color-picker{position:relative;width:40px;height:40px;border-radius:8px;cursor:pointer;border:2px solid rgba(255,255,255,.2);transition:all .15s ease}.design-system-color-picker:hover{transform:scale(1.05);border-color:#fff6}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}
