.page-header{background-image:url("../media/ChatGPT Image Nov 20, 2025, 11_35_47 AM.d891f14e.png");background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:25rem;display:flex;position:relative}.page-header:before{content:"";z-index:0;background-color:#000733cc;width:100%;height:100%;position:absolute;top:0;left:0}.page-header .content{z-index:20;color:#fff;text-align:center;flex-direction:column;gap:2rem;width:100%;max-width:70rem;padding:2rem;font-size:3rem;font-weight:700;display:flex;position:relative}.page-header .content h1{position:relative}.page-header .content h1:after{content:"";background:linear-gradient(95deg,#00d0ff,#df1479,#00d0ff);border-radius:.3rem;width:10%;height:.3rem;margin-inline:auto;position:absolute;bottom:-.3rem;left:0;right:0}.page-header .content p{text-align:center;opacity:.9;font-size:1rem;font-weight:700}.Breadcrumb{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border:1px solid #ffffff80;border-radius:.5rem;justify-content:center;align-self:center;width:max-content;padding:.5rem 1rem;display:flex}.chat-toggle{color:#fff;cursor:pointer;z-index:1000;background:#1f2937;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex;position:fixed;bottom:2.8rem;right:.5rem;box-shadow:0 10px 25px #0003}.chat-toggle:hover{background:#1d4ed8;transform:scale(1.05)}.chatbox{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:384px;height:500px;display:flex;position:fixed;bottom:96px;right:24px;box-shadow:0 20px 60px #0000004d}.chat-header{color:#fff;background:#2563eb;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}.chat-header-left{align-items:center;gap:8px;display:flex}.chat-header h3{margin:0;font-size:16px;font-weight:600}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.close-btn:hover{background:#1d4ed8}.messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.message-wrapper{display:flex}.message-wrapper.user{justify-content:flex-end}.message-wrapper.bot{justify-content:flex-start}.message{word-wrap:break-word;border-radius:12px;max-width:80%;padding:12px 16px;line-height:1.5}.message.user{color:#fff;background:#2563eb}.message.bot{color:#1f2937;background:#f3f4f6}.loading-indicator{justify-content:flex-start;display:flex}.loading-dots{color:#1f2937;background:#f3f4f6;border-radius:12px;gap:4px;padding:12px 16px;display:flex}.dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite bounce}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.input-area{border-top:1px solid #e5e7eb;gap:8px;padding:16px;display:flex}.message-input{border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:14px;transition:all .2s}.message-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.message-input:disabled{cursor:not-allowed;background:#f3f4f6}.send-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;transition:all .2s;display:flex}.send-btn:hover:not(:disabled){background:#1d4ed8}.send-btn:disabled{opacity:.5;cursor:not-allowed}.messages::-webkit-scrollbar{width:6px}.messages::-webkit-scrollbar-track{background:0 0}.messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:640px){.chatbox{width:calc(100vw - 32px);left:16px;right:16px}.chat-toggle{bottom:16px;right:16px}}
