*{box-sizing:border-box;margin:0;padding:0}html{height:100%;height:-webkit-fill-available}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:-webkit-fill-available;overflow:hidden}#root,body{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.h-screen{height:100vh}.w-80{width:20rem}.flex-1{flex:1 1}.min-w-0{min-width:0}.overflow-y-auto{overflow-y:auto}.chat-container{display:flex}.chat-sidebar{width:20rem}.chat-main{display:flex;flex-direction:column}@media (max-width:768px){.chat-container{flex-direction:row;height:100vh;height:-webkit-fill-available;overflow:hidden}.chat-sidebar{background-color:#fff;border-right:1px solid #e5e7eb;bottom:0;box-shadow:none;left:0;max-width:20rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease-out;width:85%;z-index:40}.chat-sidebar.open{box-shadow:4px 0 24px #00000026;transform:translateX(0)}.chat-sidebar.closed{transform:translateX(-100%)}.chat-sidebar-backdrop{background:#0f172a73;inset:0;position:fixed;z-index:35}.chat-main{display:flex;flex-direction:column;height:100vh;height:-webkit-fill-available;min-height:0;width:100%;z-index:10}.mobile-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:max(.6rem,env(safe-area-inset-top)) .75rem .6rem}.mobile-header-left{align-items:center;display:flex;flex:1 1;gap:.5rem;min-width:0}.mobile-header-left h1{color:#111827;font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-mode-bar{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.25rem;overflow-x:auto;padding:.4rem .75rem}.mobile-mode-btn{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:flex;font-size:.7rem;font-weight:500;gap:.25rem;padding:.3rem .65rem;white-space:nowrap}.mobile-mode-btn.active{background-color:#7c3aed;color:#fff}.mobile-mode-btn:not(.active){background-color:#f3f4f6;color:#374151}.mobile-model-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-size:.7rem;margin-left:auto;max-width:110px;padding:.25rem .5rem}.mobile-messages{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow-y:auto;padding:.75rem}.mobile-messages .space-y-6>*+*{margin-top:.75rem}.mobile-input-bar{align-items:center;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.5rem;padding:.5rem .6rem max(.5rem,env(safe-area-inset-bottom))}.mobile-input-bar textarea{border:1px solid #d1d5db;border-radius:1.25rem;flex:1 1;font-size:.85rem;line-height:1.3;max-height:5rem;min-height:2.2rem;padding:.5rem .65rem;resize:none}.mobile-input-bar textarea:focus{border-color:#7c3aed;outline:none}.mobile-send-btn{align-items:center;background:linear-gradient(90deg,#7c3aed,#4f46e5);border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:2.2rem;justify-content:center;width:2.2rem}.mobile-send-btn:disabled{opacity:.4}.mobile-attach-btn{background:#0000;border:none;color:#6b7280;cursor:pointer;flex-shrink:0;padding:.25rem}.mobile-messages .max-w-3xl{max-width:85%}.mobile-messages .px-4{padding-left:.75rem;padding-right:.75rem}.mobile-messages .py-3{padding-bottom:.5rem;padding-top:.5rem}.mobile-messages .rounded-2xl{border-radius:1rem}.mobile-messages .text-sm{font-size:.85rem}.mobile-messages .prose{font-size:.85rem;line-height:1.5}.mobile-messages .prose pre{font-size:.75rem;margin:.4rem 0 .5rem;padding:.6rem}.mobile-messages .code-block{overflow-x:auto}.mobile-messages .w-8{min-width:1.5rem;width:1.5rem}.mobile-messages .h-8{height:1.5rem}.desktop-header,.desktop-input,.desktop-messages{display:none!important}}@media (min-width:769px){.mobile-header,.mobile-input-bar,.mobile-messages,.mobile-mode-bar{display:none!important}}.bg-gray-100{background-color:#f3f4f6}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-300{background-color:#d1d5db}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-xl{font-size:1.25rem;font-weight:700}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e5e7eb}.border-r{border-right:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.bg-gradient-to-r{background-image:linear-gradient(90deg,#7c3aed,#4f46e5);color:#fff}.text-white{color:#fff}.mx-auto{margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.w-full{width:100%}.cursor-pointer{cursor:pointer}.bg-purple-600{background-color:#7c3aed;color:#fff}.bg-gray-100.text-gray-700{color:#374151}.prose{line-height:1.6}.prose pre{background-color:#0b1120;border:1px solid #1f2937;border-radius:.5rem;color:#e5e7eb;margin:.5rem 0 .75rem;overflow-x:auto;padding:.85rem 1rem}.prose pre code{background:#0000;padding:0}.prose ul{margin-left:1.75rem;padding-left:.25rem}.prose ol{margin-left:1.75rem;padding-left:.5rem}.prose li{margin-bottom:.3rem}.prose li::marker{color:#6b7280}.h-8{height:2rem}.logo-rounded{border-radius:9999px}.logo-rounded,.overflow-hidden{overflow:hidden}.code-block{position:relative}.copy-button{align-items:center;background-color:#111827;border-radius:.25rem;color:#f9fafb;cursor:pointer;display:inline-flex;font-size:.75rem;gap:.2rem;padding:.1rem .4rem;position:absolute;right:.25rem;top:.25rem}.copy-button:active{opacity:.85}.spinner{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:9999px;border-top-color:#7c3aed;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.icon-button{background:#0000;border:none;padding:0}.icon-button:focus{outline:none}.btn{border:none;border-radius:9999px;cursor:pointer;font-size:.75rem;font-weight:500;padding:.35rem .9rem}.btn-success{background-color:#16a34a;color:#fff}.btn-danger{background-color:#dc2626;color:#fff}
/*# sourceMappingURL=main.376150df.css.map*/