:root{color:#fff;background-color:#242424}.container{max-width:56rem;margin-left:auto;margin-right:auto;padding:1rem}@media (min-width: 768px){.container{padding:2rem}}.header{height:60px;background-color:#1f2937cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 6px -1px #0000001a}.chat-container{background-color:#1f2937;border-radius:.5rem;padding:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:2rem 0}.message-input{background-color:#1f2937;color:#fff;border:1px solid rgb(55,65,81);border-radius:.5rem;width:100%}.card{background-color:#1f2937;color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;transition:box-shadow .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a}.footer{background-color:#1f2937;box-shadow:0 -4px 6px -1px #0000001a;padding:1.5rem 0;margin-top:3rem}.btn-primary{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .3s ease}.btn-primary:hover{background-color:#2563eb}.nav-link{color:#d1d5db;transition:color .3s ease}.nav-link:hover{color:#fff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}.header{background-color:#fffc;box-shadow:0 1px 3px #0000001a}.chat-container{background-color:#fff;box-shadow:0 1px 3px #0000001a}.card{background-color:#fff;color:#1f2937;border:1px solid rgb(229,231,235)}.nav-link{color:#4b5563}.nav-link:hover{color:#111827}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}html{scroll-behavior:smooth}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #1A1A1A inset!important;box-shadow:0 0 0 1000px #1a1a1a inset!important;-webkit-text-fill-color:#ffffff!important;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}
