body{background:linear-gradient(135deg,#667eea,#764ba2);color:#333;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#080c14;color:#e6ecf5;font-family:Roboto,sans-serif;margin:0}.App{margin:0 auto;max-width:1100px;padding:20px}.navBar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080c14bf;border-bottom:1px solid #ffffff14;left:0;padding:18px 0;position:sticky;right:0;top:0;width:100%;z-index:100}.navContent{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 30px}.brand{color:#70a1ff;font-weight:700;letter-spacing:1px}.navLinks a{color:#cbd6f3;font-weight:500;margin-left:24px;text-decoration:none}.navLinks a:hover{color:#fff}.logout-btn{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;cursor:pointer;font-size:.9rem;font-weight:500;margin-left:24px;padding:8px 16px;transition:all .3s ease}.logout-btn:hover{background:#ef444433;border-color:#ef444480;color:#fecaca}.chat-toggle-container{gap:15px}.auth-toggle-container,.chat-toggle-container{align-items:center;bottom:30px;display:flex;position:fixed;right:30px;z-index:1000}.auth-toggle-container{gap:10px}.auth-toggle-btn,.chat-toggle-btn{background:linear-gradient(135deg,#6e9dff,#4a7cfb);border:none;border-radius:25px;box-shadow:0 4px 15px #6e9dff4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.auth-toggle-btn:hover,.chat-toggle-btn:hover{box-shadow:0 6px 20px #6e9dff66;transform:translateY(-2px)}.login-btn{background:linear-gradient(135deg,#6e9dff,#4a7cfb);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-left:24px;padding:8px 20px;transition:all .3s ease}.login-btn:hover{box-shadow:0 4px 15px #6e9dff4d;transform:translateY(-1px)}.user-welcome{color:#e8ecff;cursor:pointer;flex-direction:column;font-size:.9rem;font-weight:500;padding:4px}.hamburger-line{background:#cbd6f3;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}.hamburger-line.open:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{grid-gap:30px;align-items:start;background:linear-gradient(180deg,#121d35f2,#0e1428e6);border:1px solid #ffffff14;border-radius:32px;box-shadow:0 40px 120px #00000040;display:grid;gap:30px;grid-template-columns:1.8fr 1fr;padding:40px 30px}.eyebrow{color:#7c98ff;font-size:.95rem;letter-spacing:1.2px;margin-bottom:16px;text-transform:uppercase}.hero h1{font-size:clamp(3rem,4vw,4.5rem);line-height:1;margin:0}.heroTitle{color:#aab8ff;font-size:1.15rem;margin:24px 0 20px;max-width:620px}.heroText{color:#d6dff3;line-height:1.9;margin:0 0 28px;max-width:700px}.heroActions{display:flex;flex-wrap:wrap;gap:16px}.primaryBtn,.secondaryBtn{border:none;border-radius:999px;cursor:pointer;font-weight:600;padding:14px 28px;transition:transform .25s ease,box-shadow .25s ease}.primaryBtn{background:linear-gradient(135deg,#6e9dff,#7c6bff);color:#fff}.secondaryBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;color:#cbd6f3}.primaryBtn:hover,.secondaryBtn:hover{box-shadow:0 20px 40px #184dff2e;transform:translateY(-2px)}.heroStats{grid-gap:18px;display:grid;gap:18px}.heroCard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;display:flex;flex-direction:column;gap:8px;padding:24px}.heroCard span{color:#8ea3ff;font-size:.95rem;letter-spacing:1px;text-transform:uppercase}.heroCard strong{color:#fff;font-size:2rem}.heroCard small{color:#a0b4ff}.sectionHeader{margin-bottom:30px}.sectionHeader h2{color:#fff;font-size:2.15rem;margin:0}.sectionHeader p{color:#9eb4e3;line-height:1.8;margin:12px 0 0;max-width:650px}.aboutSection,.contactSection,.experienceSection,.projectsSection{background:#ffffff08;border:1px solid #ffffff12;border-radius:28px;margin-top:40px;padding:32px 30px}.aboutGrid{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1.8fr 1.5fr}.aboutText{display:flex;flex-direction:column;gap:18px}.aboutText p{color:#d8e0ff;font-size:.98rem;line-height:1.95}.aboutHighlight{background:linear-gradient(135deg,#6e9dff14,#7c6bff0a);border-left:3px solid #6e9dff;border-radius:12px;color:#e8ecff;font-weight:500;padding:20px 24px}.skillsContainer{grid-gap:16px;display:grid;gap:16px}.skillCategory{animation:fadeInUp .6s ease-out forwards;background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #6e9dff26;border-radius:20px;padding:20px;transition:all .3s ease}.skillCategory:first-child{animation-delay:.1s}.skillCategory:nth-child(2){animation-delay:.2s}.skillCategory:nth-child(3){animation-delay:.3s}.skillCategory:nth-child(4){animation-delay:.4s}.skillCategory:hover{background:linear-gradient(135deg,#ffffff1f,#ffffff0d);border-color:#6e9dff40;box-shadow:0 10px 30px #6e9dff1a;transform:translateY(-3px)}.categoryHeader{border-bottom:2px solid #6e9dff33;margin-bottom:14px;padding-bottom:12px}.categoryHeader h4{color:#6e9dff;font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.skillBadges{display:flex;flex-wrap:wrap;gap:8px}.badge{align-items:center;background:#6e9dff1f;border:1px solid #6e9dff33;border-radius:16px;color:#adc5ff;cursor:default;display:inline-flex;font-size:.85rem;font-weight:500;padding:8px 14px;transition:all .25s ease}.badge:hover{background:#6e9dff33;border-color:#6e9dff59;box-shadow:0 4px 12px #6e9dff1f;color:#d0deff;transform:translateY(-2px)}.projectGrid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.projectCard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:26px;transition:transform .3s ease,border-color .3s ease}.projectCard:hover{border-color:#6e9dff59;transform:translateY(-6px)}.projectHeader{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.projectHeader h3{color:#fff;margin:0}.projectLabel{background:#6e9dff1f;border-radius:999px;color:#7ca7ff;font-size:.8rem;padding:8px 14px}.projectCard li,.projectCard p{color:#d5dcf8}.projectCard ul{list-style:none;margin:16px 0 0;padding:0}.projectCard li{margin-bottom:10px;padding-left:18px;position:relative}.projectCard li:before{color:#7ca7ff;content:"•";left:0;position:absolute}.timeline{grid-gap:24px;display:grid;gap:24px}.timelineItem{grid-gap:24px;display:grid;gap:24px;grid-template-columns:20px 1fr}.educationSection{background:#ffffff08;border:1px solid #ffffff12;border-radius:28px;margin-top:40px;padding:32px 30px}.educationCard{background:#ffffff0d;border:1px solid #6e9dff26;border-radius:24px;padding:28px}.educationHeader{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.educationHeader h3{color:#fff;font-size:1.15rem;margin:0}.educationSchool{color:#d8e0ff;font-size:.95rem;margin:10px 0 0}.educationPeriod{color:#9bb3ff;font-weight:600}.educationDetails{color:#cbd6f3;line-height:1.7;margin:18px 0 0}.loading{color:#70a1ff;font-size:1.2rem;height:100vh}.section-loading{align-items:center;background:#ffffff05;border-radius:16px;color:#70a1ff;display:flex;flex-direction:column;font-size:.9rem;gap:16px;justify-content:center;margin:20px 0;min-height:200px}.spinner{animation:spin 1.5s linear infinite;height:40px;position:relative;width:40px}.spinner:after,.spinner:before{border:3px solid #0000;border-radius:50%;content:"";position:absolute}.spinner:before{animation:spin 1s linear infinite reverse;border-right-color:#6e9dff;border-top-color:#6e9dff;height:100%;width:100%}.spinner:after{animation:spin .8s linear infinite;border-bottom-color:#7c6bff;border-left-color:#7c6bff;height:60%;left:20%;top:20%;width:60%}.timelineMarker{background:linear-gradient(135deg,#6e9dff,#7c6bff);border-radius:50%;height:14px;margin-top:8px;width:14px}.timelineContent{background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;padding:24px}.timelineRange{background:#ffffff14;border-radius:999px;color:#9bb3ff;display:inline-flex;font-size:.9rem;margin-bottom:16px;padding:8px 14px}.timelineContent h3{color:#fff;margin:0 0 6px}.timelineContent .company{color:#9db0ff;margin:0 0 16px}.timelineContent ul{list-style:none;margin:0;padding:0}.timelineContent li{color:#d5dcf8;margin-bottom:10px;padding-left:18px;position:relative}.timelineContent li:before{color:#7ca7ff;content:"›";left:0;position:absolute}.contactContent{grid-gap:40px;grid-template-columns:1.8fr 1.2fr}.contactContent,.contactWrapper{align-items:start;display:grid;gap:40px}.contactWrapper{grid-gap:40px;grid-template-columns:1.6fr 1.3fr}.contactForm{gap:20px}.contactForm,.formGroup{display:flex;flex-direction:column}.formGroup{gap:8px}.formGroup label{color:#adc5ff;font-size:.95rem;font-weight:600;letter-spacing:.3px}.formGroup input,.formGroup textarea{background:#ffffff0d;border:1px solid #6e9dff33;border-radius:12px;color:#e8ecff;font-family:inherit;font-size:.95rem;padding:14px 18px;transition:all .3s ease}.formGroup input::placeholder,.formGroup textarea::placeholder{color:#7a8fb5}.formGroup input:focus,.formGroup textarea:focus{background:#ffffff14;border-color:#6e9dff66;box-shadow:0 0 0 3px #6e9dff14;outline:none}.formStatus{animation:slideIn .3s ease-out;border-radius:12px;font-weight:500;padding:14px 18px}.formStatus.success{background:#22c55e1a;border:1px solid #22c55e4d;color:#86efac}.formStatus.error{background:#ef44441a;border:1px solid #ef44444d;color:#fca5a5}.submitBtn{background:linear-gradient(135deg,#6e9dff,#7c6bff);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:14px 28px;transition:all .3s ease}.submitBtn:hover:not(:disabled){box-shadow:0 12px 24px #6e9dff40;transform:translateY(-2px)}.submitBtn:disabled{cursor:not-allowed;opacity:.7}.contactInfo{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid #6e9dff26;border-radius:24px;height:fit-content;padding:28px}.contactInfo h3{color:#fff;font-size:1.2rem;margin-bottom:24px;margin-top:0}.infoItem{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.infoLabel{color:#6e9dff;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.contactInfo p{color:#d8e0ff;margin:0}.contactInfo a{color:#adc5ff;text-decoration:none;transition:color .3s ease}.contactInfo a:hover{color:#d0deff;text-decoration:underline}.contactSidebar{display:flex;flex-direction:column;gap:32px}.connectSection{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid #6e9dff26;border-radius:24px;padding:28px}.connectSection h3{color:#fff;font-size:1.3rem;margin-bottom:16px;margin-top:0}.connectSection p{color:#cbd6f3;font-size:.95rem;line-height:1.7;margin:0 0 24px}.emailSection{display:flex;flex-direction:column;gap:8px;margin-top:20px}.emailLabel{color:#6e9dff;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.emailItem{align-items:center;color:#e8ecff;display:flex;font-weight:500;gap:10px}.emailItem a{color:#6e9dff;text-decoration:none;transition:color .3s ease}.emailItem a:hover{color:#adc5ff}.socialSection{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid #6e9dff26;border-radius:24px;padding:28px}.socialSection h3{color:#fff;font-size:1.1rem;margin-bottom:20px;margin-top:0}.socialLinks{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.socialBtn{align-items:center;background:#ffffff0f;border:1px solid #6e9dff33;border-radius:12px;color:#cbd6f3;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:6px;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .3s ease}.socialBtn img{height:20px;object-fit:contain;width:20px}.socialBtn:hover{background:#6e9dff26;border-color:#6e9dff66;box-shadow:0 6px 16px #6e9dff26;color:#e8ecff;transform:translateY(-2px)}.loading{align-items:center;color:#7c98ff;display:flex;font-size:1.4rem;justify-content:center;min-height:100vh}@media (max-width:980px){.aboutGrid,.contactContent,.contactWrapper,.hero,.projectGrid{grid-template-columns:1fr}.hamburger{display:flex}.hamburger,.navLinks{flex-direction:column}.navLinks{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080c14f2;border:1px solid #ffffff14;border-radius:16px;gap:16px;left:0;margin-top:10px;max-height:0;opacity:0;overflow:hidden;padding:20px;pointer-events:none;position:absolute;right:0;top:100%;transition:all .3s ease}.navLinks.open{display:flex;flex-direction:row;flex-wrap:wrap;max-height:300px;opacity:1;pointer-events:auto}.navLinks a{background:#ffffff0d;border-radius:8px;margin:0;padding:12px 16px;transition:all .3s ease}.navLinks a:hover{background:#6e9dff33;transform:translateX(5px)}.socialLinks{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero{padding:30px 20px}.hero h1{font-size:2.6rem}.navBar{padding:16px 18px}.App{padding:10px}}.footer{background:linear-gradient(135deg,#0f172af2,#1e293bf2);border-top:1px solid #6e9dff1a;margin-top:60px;padding:40px 0 20px}.footerContent{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto 30px;max-width:1200px;padding:0 20px}.footerLeft{flex:1 1}.footerBrand{color:#e8ecff;font-size:1.5rem;font-weight:700;margin-bottom:8px}.footerTagline{color:#94a3b8;font-size:.9rem;margin:0}.footerRight{display:flex;gap:40px}.footerLinks{display:flex;flex-direction:column;gap:8px}.footerLinks a{color:#cbd6f3;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footerLinks a:hover{color:#7c98ff}.footerBottom{align-items:center;border-top:1px solid #6e9dff1a;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px 20px 0}.footerBottom p{color:#64748b;font-size:.85rem;margin:0}@media (max-width:768px){.footerContent{flex-direction:column;gap:20px;text-align:center}.footerRight{justify-content:center}.footerBottom{flex-direction:column;gap:10px;text-align:center}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.auth-container{align-items:center;background:linear-gradient(135deg,#080c14f2,#0e1428e6);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 40px #00000040;max-width:400px;padding:40px;width:100%}.auth-header{margin-bottom:30px;text-align:center}.auth-header h2{color:#fff;font-size:2rem;font-weight:700;margin:0 0 8px}.auth-header p{color:#9eb4e3;font-size:.95rem;margin:0}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#adc5ff;font-size:.9rem;font-weight:600;letter-spacing:.3px}.form-group input{background:#ffffff0d;border:1px solid #6e9dff33;border-radius:12px;color:#e8ecff;font-family:inherit;font-size:.95rem;padding:14px 18px;transition:all .3s ease}.form-group input::placeholder{color:#7a8fb5}.form-group input:focus{background:#ffffff14;border-color:#6e9dff66;box-shadow:0 0 0 3px #6e9dff14;outline:none}.form-group input:disabled{cursor:not-allowed;opacity:.6}.auth-button{background:linear-gradient(135deg,#6e9dff,#7c6bff);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:10px;padding:14px 28px;transition:all .3s ease}.auth-button:hover:not(:disabled){box-shadow:0 12px 24px #6e9dff40;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-button-secondary{background:#ffffff1a;border:1px solid #fff3;color:#cbd6f3;margin-top:10px}.auth-button-secondary:hover:not(:disabled){background:#ffffff26;box-shadow:0 12px 24px #00000026;transform:translateY(-2px)}.auth-input{font-size:1.2rem;font-weight:600;letter-spacing:.5em;text-align:center}.otp-hint{color:#9eb4e3;font-size:.85rem;margin:8px 0 0;text-align:center}.auth-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;color:#fca5a5;font-size:.9rem;padding:12px 16px;text-align:center}.auth-footer{border-top:1px solid #ffffff14;margin-top:24px;padding-top:20px;text-align:center}.auth-footer p{color:#9eb4e3;font-size:.9rem;margin:0}.auth-link{background:none;border:none;color:#6e9dff;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .3s ease}.auth-link:hover:not(:disabled){color:#adc5ff}.auth-link:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.auth-container{padding:10px}.auth-card{padding:30px 20px}.auth-header h2{font-size:1.5rem}}.chat-container{background:#080c14;color:#e6ecf5;display:flex;height:100vh}.chat-page{display:flex;flex-direction:column;height:100vh}.back-to-portfolio-btn{align-self:flex-start;background:linear-gradient(135deg,#6e9dff,#4a7cfb);border:none;border-radius:25px;box-shadow:0 4px 15px #6e9dff4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin:20px 20px 0;padding:12px 24px;transition:all .3s ease;z-index:10}.back-to-portfolio-btn:hover{box-shadow:0 6px 20px #6e9dff66;transform:translateY(-2px)}.back-to-portfolio-btn:active{transform:translateY(0)}.chat-sidebar{background:#ffffff08;border-right:1px solid #ffffff12;display:flex;flex-direction:column;width:350px}.chat-header{align-items:center;border-bottom:1px solid #ffffff12;display:flex;justify-content:space-between;padding:20px}.chat-header h3{color:#fff;font-size:1.2rem;margin:0}.user-info{align-items:center;display:flex;font-size:.9rem;gap:8px}.current-user{color:#cbd6f3}.online-indicator{border-radius:50%;display:inline-block;height:8px;width:8px}.online-indicator.online{background:#22c55e}.online-indicator.offline{background:#64748b}.search-container{border-bottom:1px solid #ffffff12;padding:20px}.search-input{background:#ffffff0d;border:1px solid #6e9dff33;border-radius:12px;color:#e8ecff;font-size:.9rem;padding:12px 16px;transition:all .3s ease;width:90%}.search-input::placeholder{color:#7a8fb5}.search-input:focus{background:#ffffff14;border-color:#6e9dff66;box-shadow:0 0 0 3px #6e9dff14;outline:none}.user-list{flex:1 1;overflow-y:auto;padding:0 20px 20px}.section-title{color:#6e9dff;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin:20px 0 12px;text-transform:uppercase}.user-item{align-items:center;border-radius:12px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:12px;transition:background .3s ease}.user-item:hover{background:#ffffff0d}.user-item.selected{background:#6e9dff26;border:1px solid #6e9dff4d}.user-avatar{align-items:center;background:linear-gradient(135deg,#6e9dff,#7c6bff);border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;width:40px}.user-details{flex:1 1}.user-name{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:2px}.last-message,.user-status{color:#9eb4e3;font-size:.8rem}.last-message{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-meta{gap:8px}.unread-badge,.user-meta{align-items:center;display:flex}.unread-badge{background:#6e9dff;border-radius:50%;color:#fff;font-size:.7rem;font-weight:600;height:20px;justify-content:center;width:20px}.chat-main{display:flex;flex:1 1;flex-direction:column}.chat-header-main{align-items:center;background:#ffffff08;border-bottom:1px solid #ffffff12;display:flex;justify-content:space-between;padding:20px}.chat-user-info{align-items:center;display:flex;gap:12px}.back-button{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#cbd6f3;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .3s ease}.back-button:hover{background:#ffffff26}.messages-container{flex:1 1;gap:12px;overflow-y:auto;padding:20px}.message,.messages-container{display:flex;flex-direction:column}.message{max-width:70%}.message.sent{align-items:flex-end;align-self:flex-end}.message.received{align-items:flex-start;align-self:flex-start}.message-content{word-wrap:break-word;border-radius:18px;font-size:.95rem;line-height:1.4;padding:12px 16px}.message.sent .message-content{background:linear-gradient(135deg,#6e9dff,#7c6bff);color:#fff}.message.received .message-content{background:#ffffff1a;border:1px solid #ffffff1a;color:#e8ecff}.message-time{color:#64748b;font-size:.7rem;margin-top:4px}.typing-indicator{align-self:flex-start;background:#ffffff0d;border-radius:12px;color:#9eb4e3;font-size:.9rem;font-style:italic;margin-bottom:8px;padding:8px 12px}.loading-messages{align-items:center;color:#9eb4e3;display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #6e9dff33;border-radius:50%;border-top-color:#6e9dff;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.message-input-container{background:#ffffff08;border-top:1px solid #ffffff12;display:flex;gap:12px;padding:20px}.message-input{background:#ffffff0d;border:1px solid #6e9dff33;border-radius:24px;color:#e8ecff;flex:1 1;font-size:.95rem;padding:12px 16px;transition:all .3s ease}.message-input::placeholder{color:#7a8fb5}.message-input:focus{background:#ffffff14;border-color:#6e9dff66;box-shadow:0 0 0 3px #6e9dff14;outline:none}.send-button{background:linear-gradient(135deg,#6e9dff,#7c6bff);border:none;border-radius:24px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.send-button:hover:not(:disabled){box-shadow:0 12px 24px #6e9dff40;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.chat-welcome{align-items:center;color:#9eb4e3;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.chat-welcome h3{color:#fff;font-size:1.5rem;margin-bottom:12px}.chat-welcome p{font-size:1rem;margin:0}@media (max-width:768px){.chat-container{flex-direction:column}.chat-sidebar{height:100%;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:10}.chat-sidebar.show{transform:translateX(0)}.chat-main{margin-left:0;width:100%}.message{max-width:85%}.back-button{display:block}}.messages-container::-webkit-scrollbar,.user-list::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track,.user-list::-webkit-scrollbar-track{background:#ffffff0d}.messages-container::-webkit-scrollbar-thumb,.user-list::-webkit-scrollbar-thumb{background:#6e9dff4d;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover,.user-list::-webkit-scrollbar-thumb:hover{background:#6e9dff80}
/*# sourceMappingURL=main.c1ba295b.css.map*/