.chat-container{background-color:#f0f4f8;background-size:cover;display:flex;flex-direction:column;font-family:Segoe UI,Inter,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.chat-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin:0 auto 1.5rem;max-height:70vh;max-width:800px;overflow-y:auto;padding:1.5rem 2rem;scroll-behavior:smooth}.chat-box::-webkit-scrollbar{width:10px}.chat-box::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.chat-box::-webkit-scrollbar-thumb{background:#a3bffa;border:2px solid #f1f5f9;border-radius:10px}.chat-item{background:#f9fafb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:1.25rem;padding:1rem 1.25rem;position:relative;transition:background-color .3s ease}.chat-item:hover{background-color:#f1f5f9}.chat-user{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.6rem}.chat-ai{background:#e6f0ff;border-radius:10px;box-shadow:inset 0 0 8px #007bff26;color:#1e293b;font-family:Segoe UI,Inter,sans-serif;font-size:1rem;line-height:1.6;padding:1rem 1.25rem;white-space:pre-wrap}.chat-ai code{background:#dbeafe;border-radius:5px;color:#1e40af;font-size:.9rem;padding:3px 6px}.chat-ai code,.chat-ai pre{font-family:Courier New,monospace}.chat-ai pre{background:#cbd5e1;border-radius:12px;box-shadow:inset 0 0 10px #0f172a1a;color:#0f172a;font-size:.95rem;margin:1.25rem 0;overflow-x:auto;padding:1rem 1.5rem}.input-box{display:flex;gap:.75rem;margin:0 auto;max-width:800px}.input-box input{border:2px solid #cbd5e1;border-radius:12px;box-shadow:inset 0 1px 3px #0000000d;flex:2 1;font-size:1.1rem;outline:none;padding:.85rem 1rem;transition:border-color .3s ease}.input-box input:focus{border-color:#3b82f6;box-shadow:0 0 8px #3b82f680}.input-box button{background:#3b82f6;border:none;border-radius:12px;box-shadow:0 4px 14px #3b82f666;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:.9rem 1.5rem;transition:background-color .3s ease,box-shadow .3s ease}.input-box button:hover:not(:disabled){background-color:#2563eb;box-shadow:0 6px 20px #2563eb99}.input-box button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed}.delete-btn{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;position:absolute;right:14px;top:14px;transition:color .3s ease;-webkit-user-select:none;user-select:none}.delete-btn:hover{color:#b91c1c}.login-page{align-items:center;background:linear-gradient(90deg,#e3f2fd,#fce4ec);display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:1rem}.login-card{animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;max-width:420px;padding:2rem;text-align:center;width:100%}.login-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.login-form h2{color:#2c3e50;font-size:2rem;margin:0}.login-form input{background-color:#fdfdfd;border:1px solid #ccc;border-radius:10px;font-size:1rem;padding:.75rem;transition:border .3s ease}.login-form input:focus{border-color:#007bff;outline:none}.login-form button{background:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background .3s ease}.login-form button:hover{background-color:#0056b3}.error-message{color:red;font-size:.9rem;margin-top:-.5rem}.register-page{align-items:center;background:linear-gradient(90deg,#fdfcfb,#e2d1c3);display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:1rem}.register-card{animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;max-width:440px;overflow:hidden;text-align:center;width:100%}.register-image{border-bottom:1px solid #eee;height:180px;object-fit:cover;width:100%}.register-form{display:flex;flex-direction:column;gap:1rem;padding:2rem}.register-form h2{color:#2c3e50;font-size:2rem;margin:0}.subtitle{color:#7f8c8d;font-size:.95rem}.register-form input{border:1px solid #ccc;border-radius:10px;font-size:1rem;padding:.75rem;transition:border .3s ease}.register-form input:focus{border-color:#ff69b4;outline:none}.register-form button{background:#ff69b4;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background .3s ease}.register-form button:hover{background-color:#e055a1}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}body{background-color:#f5f6fa;font-family:Segoe UI,sans-serif;transition:background-color .3s ease}.dark-mode{background-color:#1e272e}.navbar{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 8px 20px #00000014;display:flex;justify-content:space-between;margin:1rem auto;max-width:1100px;padding:1rem 2rem}.navbar-logo{color:#007bff;font-size:1.6rem;font-weight:700;text-decoration:none}.navbar-links{align-items:center;display:flex;gap:1rem}.nav-button{background-color:#007bff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.nav-button:hover{background-color:#0056b3;transform:translateY(-1px)}.logout{background-color:#ff4757}.logout:hover{background-color:#e84118}.theme-toggle{background:none;border:none;color:#333;cursor:pointer;font-size:1.2rem}.theme-toggle:hover{color:#007bff}.dark-mode .navbar{background-color:#2f3542;color:#fff}.dark-mode .nav-button{background-color:#57606f}.dark-mode .nav-button:hover{background-color:#747d8c}.dark-mode .theme-toggle{color:#fff}
/*# sourceMappingURL=main.b72c02ee.css.map*/