.auth-left{flex:1;background-image:url(/assets/Artificial%20intelligence-amico-BJszg0G-.png);object-fit:contain;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;color:#fff;padding:40px}.auth-container{display:flex;height:100vh;font-family:Poppins,sans-serif}.auth-left{flex:1;background-image:url(/assets/Artificial%20intelligence-amico-BJszg0G-.png);object-fit:contain;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;color:#fff;padding:40px}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;margin-right:20px}.form-box{width:350px}.form-box h2{margin-bottom:10px}.subtitle{color:#6b5e5e;margin-bottom:25px}.input-group{position:relative;margin-bottom:20px}.input-group input{width:100%;padding:12px 40px;border-radius:25px;border:1px solid #ddd;outline:none}.input-group input:focus{border-color:#4a8f7b}.icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:gray}.botton{width:100%;padding:12px;border:none;background:#4a8f7b;color:#fff;cursor:pointer;border-radius:20px}.switch{text-align:center;margin-top:20px}.switch a{color:#4a8f7b;font-weight:700;text-decoration:none}@media(max-width:768px){.auth-left{display:none}}.register-bg{background-image:url(/assets/Developer%20activity-bro-PRfBKkKc.png);object-fit:contain;background-position:center;background-size:cover}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background .4s ease,color .4s ease}.chat-page{color:#fff;height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0f172a,#111827);position:relative;overflow:hidden;transition:background .4s ease}body.light-mode{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#1e293b}.chat-header{padding:16px 22px;background:#111827d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:.1px solid rgb(59,57,57);z-index:10;transition:background .4s ease}body.light-mode .chat-header{background:#ffffffeb;border-bottom:1px solid rgba(148,163,184,.3)}.header-content{display:flex;align-items:center;gap:14px;justify-content:space-between}.history-toggle-btn{background:none;border:none;color:#94a3b8;font-size:1.6rem;cursor:pointer;padding:8px}body.light-mode .history-toggle-btn{color:#64748b}.header-text h1{margin:0;font-size:1.4rem;font-weight:700}body.light-mode .header-text h1{color:#3f3b3b}.user-profile-area{position:relative}.user-icon-btn{background:none;border:none;cursor:pointer;padding:0}.user-avatar-icon{font-size:36px;color:#a0a3a7}body.light-mode .user-avatar-icon{color:#64748b}.user-dropdown{position:absolute;top:50px;right:0;background:#233170;border:1px solid rgba(148,163,184,.2);border-radius:10px;min-width:140px;overflow:hidden;z-index:100}body.light-mode .user-dropdown{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a}.signout-btn{width:100%;padding:10px 14px;background:none;border:none;text-align:left;color:#f87171;cursor:pointer}.signout-btn:hover{background:#f8717126}.chat-messages{flex:1;padding:22px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:#334155;border-radius:20px}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:#475569}body.light-mode .chat-messages::-webkit-scrollbar-thumb{background-color:#cbd5e1}body.light-mode .chat-messages::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.empty-state{margin:auto;text-align:center;color:#94a3b8}body.light-mode .empty-state{color:#64748b}.empty-emoji{font-size:3.8rem;margin-bottom:-12px}.message-row{display:flex;gap:12px;max-width:80%}.message-row.user{align-self:flex-end;flex-direction:row-reverse}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff;flex-shrink:0}.bubble{padding:14px 16px;border-radius:16px;background:#1f2937d9;line-height:1.55;font-size:.95rem;border:1px solid rgba(79,70,75,.12)}.message-row.user .bubble{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;color:#fff}body.light-mode .bubble{background:#fff;border:1px solid #e2e8f0;color:#1e293b}body.light-mode .message-row.user .bubble{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.chat-image{display:block;margin-top:10px;max-width:260px;border-radius:12px}.typing{display:flex;gap:6px}.typing span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:blink 1.2s infinite ease-in-out}body.light-mode .typing span{background:#64748b}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.chat-input-area{padding:14px 18px;background:#111827e6;border-top:1px solid rgba(148,163,184,.12)}body.light-mode .chat-input-area{background:#fffffff2;border-top:1px solid #e2e8f0}.input-row{flex:1;display:flex;align-items:flex-end;gap:10px;padding:10px 14px;border-radius:18px;background:#1f2937d9;border:1px solid rgba(148,163,184,.15)}body.light-mode .input-row{background:#fff;border:1px solid #cbd5e1}textarea{flex:1;border:none;background:transparent;color:#fff;resize:none;font-size:.95rem;line-height:1.5;outline:none;max-height:160px}body.light-mode textarea{color:#1e293b}textarea::placeholder{color:#94a3b8}body.light-mode textarea::placeholder{color:#94a3b8}.attach-btn,.send-btn{width:42px;height:42px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.attach-btn{background:#60a5fa26;color:#d3d7d5}.attach-btn:hover{background:#60a5fa40}.send-btn{background:#277c79;color:#fff}.send-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.image-preview{margin-bottom:10px;position:relative}.image-preview img{max-height:120px;border-radius:12px}.remove-image{position:absolute;top:-6px;right:-6px;width:24px;height:24px;border-radius:50%;background:#ef4444;border:none;color:#fff;cursor:pointer}.history-sidebar{position:fixed;top:0;left:-320px;width:320px;height:100%;background:#111827f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(148,163,184,.15);transition:left .3s ease;z-index:200;color:#fff}.history-sidebar.open{left:0}body.light-mode .history-sidebar{background:#fffffffa;border-right:1px solid #e2e8f0;color:#1e293b}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(148,163,184,.15)}body.light-mode .sidebar-header{border-bottom:1px solid #e2e8f0}.sidebar-header h3{margin:0;font-size:1.3rem}.dark-mode-toggle{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#94a3b8;padding:6px 12px;transition:color .2s,transform .2s;margin-left:200px;position:absolute}.dark-mode-toggle:hover{color:#60a5fa;transform:scale(1.15)}body.light-mode .dark-mode-toggle{color:#64748b}.close-btn{background:none;border:none;color:#94a3b8;font-size:1.4rem;cursor:pointer;margin-left:260px}body.light-mode .close-btn{color:#64748b}.history-list{padding:16px;overflow-y:auto;height:calc(100% - 70px)}.history-item{width:100%;padding:12px 14px;background:#1f293799;border:none;border-radius:10px;text-align:left;color:#e2e8f0;cursor:pointer;margin-bottom:10px;transition:background .2s}body.light-mode .history-item{background:#f1f5f9cc;color:#1e293b}.history-item:hover{background:#1f2937e6}body.light-mode .history-item:hover{background:#f1f5f9}.history-preview{font-size:.95rem;margin-bottom:4px}.history-date{font-size:.8rem;color:#94a3b8}body.light-mode .history-date{color:#64748b}.no-history{color:#94a3b8;text-align:center;padding:30px 0}body.light-mode .no-history{color:#64748b}body.light-mode .chat-messages{background-color:#fff}.history-sidebar .history-list::-webkit-scrollbar{width:5px}.history-sidebar .history-list::-webkit-scrollbar-track{background:#1e293b99;border-radius:10px}.history-sidebar .history-list::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:10px}.history-sidebar .history-list::-webkit-scrollbar-thumb:hover{background:#94a3b8cc}body.light-mode .history-sidebar .history-list::-webkit-scrollbar-thumb{background:#cbd5e1}body.light-mode .history-sidebar .history-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:640px){.chat-messages{padding:16px}.message-row{max-width:100%}}.admin-dashboard{display:flex;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;font-family:Inter,system-ui,sans-serif}.sidebar{width:250px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(96,165,250,.15);padding:32px 24px;position:fixed;height:100%;overflow-y:auto}.sidebar-header{width:250px}.sidebar-header h3{font-size:1.8rem;font-weight:800;background:linear-gradient(90deg,#60a5fa,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:40px;text-align:center}.sidebar-nav{display:flex;flex-direction:column;gap:16px}.nav-btn{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#1e293b99;border:1px solid rgba(96,165,250,.2);border-radius:12px;color:#cbd5e1;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:250px}.nav-btn:hover{background:#60a5fa33;color:#fff;transform:translate(6px)}.nav-btn.active{background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;border:none;box-shadow:0 8px 20px #3b82f666}.admin-content{flex:1;margin-left:280px;padding:40px 32px}.page-title{font-size:2.4rem;font-weight:800;background:linear-gradient(90deg,#60a5fa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:32px}.upload-card{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:32px;border:1px solid rgba(96,165,250,.2);max-width:700px;box-shadow:0 10px 40px #00000080}.title-input,.text-input{width:95%;padding:14px 18px;margin-bottom:20px;border:1px solid rgba(96,165,250,.3);border-radius:12px;background:#0f172a99;color:#fff;font-size:1.05rem;transition:all .3s}.title-input:focus,.text-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d}.file-label{display:flex;align-items:center;gap:10px;padding:14px;background:#60a5fa26;border:2px dashed rgba(96,165,250,.4);border-radius:12px;cursor:pointer;transition:all .3s}.file-label:hover{background:#60a5fa40;border-color:#60a5fa}.file-name{margin-left:12px;color:#94a3b8;font-size:.95rem}.submit-btn{width:100%;padding:16px;margin-top:16px;background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:12px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #3b82f680}.submit-btn.loading{background:#4a5568;cursor:not-allowed}.status{margin-top:20px;padding:14px;border-radius:12px;text-align:center;font-weight:600}.status.success{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.4)}.status.error{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.post-card{background:#1e293bcc;border-radius:16px;padding:24px;border:1px solid rgba(96,165,250,.15);transition:all .3s ease}.post-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0006;border-color:#60a5fa66}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.post-header h3{font-size:1.35rem;margin:0;color:#60a5fa}.post-date{font-size:.9rem;color:#94a3b8}.post-preview{color:#cbd5e1;line-height:1.6;margin-bottom:16px}.post-file{display:inline-block;margin-bottom:16px;color:#93c5fd;text-decoration:none;font-weight:600}.post-file:hover{text-decoration:underline}.delete-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4);border-radius:10px;cursor:pointer;transition:all .3s}.delete-btn:hover{background:#ef444466}.loading-posts,.no-posts{text-align:center;padding:60px 20px;color:#94a3b8;font-size:1.2rem}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.sidebar{width:240px}.admin-content{margin-left:240px}}@media(max-width:768px){.admin-dashboard{flex-direction:column}.sidebar{position:static;width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:auto;padding:20px;border-right:none;border-bottom:1px solid rgba(96,165,250,.15)}.admin-content{margin-left:0;padding:24px}}
