body{background-color:#121212;color:#e0e0e0;font-family:Poppins,sans-serif;margin:0;padding:0}.container,body{overflow-x:hidden;max-width:100vw}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;box-sizing:border-box}.navbar{width:100%;background-color:#1f1f1f;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;top:0;z-index:10}.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:60px}.navbar-brand{flex-shrink:0}.navbar-title{font-size:24px;font-weight:700;color:#e0e0e0;text-decoration:none}.navbar-links{display:flex;gap:20px}.navbar-link{color:#e0e0e0;text-decoration:none;transition:color .3s}.navbar-link:hover{color:#bb86fc}.main-content{flex-direction:column;justify-content:center;min-height:100vh;padding:30px 20px;width:100%;max-width:100%;box-sizing:border-box}.main-content,.profile-section{display:flex;align-items:center}.profile-section{padding:20px;gap:40px}.profile-picture-container{margin-bottom:20px}.profile-picture{border-radius:50%;width:200px;height:200px;object-fit:cover}.profile-left{display:flex;flex-direction:column;align-items:center;margin-right:20px}.profile-right{flex:1;padding:50px}.profile-details{display:flex;flex-direction:column;align-items:center}.main-title{font-size:36px;font-weight:700;margin-bottom:10px;color:#bb86fc}.main-description{font-size:18px;margin-bottom:20px;line-height:1.6;color:#e0e0e0}.main-note{margin-top:20px;font-style:italic;color:#bb86fc}.button-container{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:20px;gap:10px}.github-button,.linkedin-button,.resume-button{margin-bottom:0}.linkedin-button{background-color:#0077b5;color:#ffffff;padding:10px 20px;border-radius:4px;text-decoration:none;font-size:14px;transition:background-color .3s}.linkedin-button:hover{background-color:#005582}.github-button{background-color:#333333;color:#ffffff;padding:10px 20px;border-radius:4px;text-decoration:none;font-size:14px;transition:background-color .3s}.github-button:hover{background-color:#24292e}.resume-button{background-color:#4caf50;color:#ffffff;padding:10px 20px;border-radius:4px;text-decoration:none;font-size:14px;transition:background-color .3s}.resume-button:hover{background-color:#388e3c}.section{width:100%;max-width:1200px;margin:40px 0;text-align:center}.section-title{font-size:28px;font-weight:700;margin-bottom:20px}.experience-container{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:70px}.experience-header{text-align:center;margin-bottom:20px}.experience-title{font-size:36px;font-weight:700}.experience-content{display:flex;width:100%}.experience-titles{flex:1;padding:20px;margin-right:20px}.experience-title{display:flex;align-items:center;padding:10px;margin-bottom:10px;cursor:pointer;border-radius:4px;transition:background-color .3s,transform .3s}.experience-title h3{font-size:18px;margin:0}.experience-title p{font-size:14px;margin:0}.experience-title.selected{background-color:#333333}.experience-title:hover{background-color:#444444;transform:scale(1.05)}.experience-details{flex:2;background-color:#1f1f1f;padding:20px;border-radius:8px;text-align:left}.experience-details ul{list-style-type:disc;padding-left:20px}.experience-details ul li{margin-bottom:10px}.experience-logo{background-color:#ffffff;padding:5px;border-radius:50%;margin-right:10px}.experience-text{margin-left:10px;text-align:left}.skills-section{margin-top:20px}.skills-container{display:flex;flex-wrap:wrap;gap:10px}.skill-box{background-color:#333333;color:#e0e0e0;padding:5px 10px;border-radius:4px;font-size:14px}.education-container{width:100%;max-width:800px;margin:0 auto;padding:70px 20px 20px}.education-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:20px}.timeline{position:relative;margin:0;padding:0;list-style:none}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#444;transform:translateX(-50%)}.timeline-item{position:relative;margin:20px 0;padding-left:50%;text-align:left}.timeline-item.left{padding-left:0;padding-right:50%;text-align:right}.timeline-item.left .timeline-content{margin-left:0;margin-right:20px}.timeline-item.right .timeline-content{margin-left:20px}.timeline-item:before{content:"";position:absolute;left:50%;width:20px;height:20px;background:#444;border-radius:50%;transform:translateX(-50%)}.timeline-content{display:flex;align-items:center;background:#1f1f1f;padding:20px;border-radius:8px;text-align:left}.education-logo-container{display:flex;align-items:center;margin-right:10px}.education-details{margin-left:10px}.education-year{font-weight:700;color:#e0e0e0}.chat-section-content{max-width:800px;margin:0 auto;text-align:center;padding:20px}.chat-section-description{font-size:18px;line-height:1.6;margin-bottom:40px;color:#e0e0e0}.chat-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.chat-feature{background:#1f1f1f;padding:30px 20px;border-radius:12px;border:1px solid #333;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.chat-feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.3)}.chat-feature h3{font-size:20px;margin-bottom:15px;color:#bb86fc}.chat-feature p{color:#e0e0e0;line-height:1.5}.projects-container{max-width:100%;margin:0 auto;padding:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;box-sizing:border-box}.project-card{background:#1f1f1f;border:1px solid #333;border-radius:12px;padding:25px;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.project-card:hover:before{transform:scaleX(1)}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.3);border-color:#667eea}.project-header{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #333}.project-title{font-size:20px;font-weight:600;color:#e0e0e0;margin:0 0 10px;line-height:1.3}.project-type{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.project-content{color:#e0e0e0}.project-description{list-style:none;padding:0;margin:0}.project-description li{margin-bottom:12px;padding-left:20px;position:relative;line-height:1.6;color:#d0d0d0}.project-description li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.project-description li:last-child{margin-bottom:0}@media (max-width:768px){.projects-container{grid-template-columns:1fr;gap:20px;padding:15px}.project-card{padding:20px}.project-title{font-size:18px}.main-content{padding:20px 15px}}@media (max-width:480px){.projects-container{padding:10px}.project-card{padding:15px}.project-title{font-size:16px}.project-type{font-size:11px;padding:5px 10px}.main-content{padding:15px 10px}.container{padding:0 10px}}.huggingface-chat-container{position:fixed;bottom:20px;right:20px;z-index:1000}.chat-widget-button{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:12px 20px;border-radius:50px;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease;font-weight:500}.chat-widget-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.chat-icon{width:20px;height:20px}.chat-button-text{font-size:14px}.chat-interface{position:fixed;bottom:80px;right:20px;width:400px;height:600px;max-height:calc(100vh - 100px);min-height:400px;background:#1f1f1f;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid #333;overflow:hidden;animation:slideIn .3s ease;z-index:1001}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px;position:relative}.chat-title{margin:0 0 8px;font-size:18px;font-weight:600}.chat-description{margin:0 0 15px;font-size:14px;opacity:.9}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.close-button:hover{background-color:rgba(255,255,255,.2)}.chat-body{height:calc(100% - 80px);display:flex;flex-direction:column}.chat-widget-container{flex:1;display:block}.chat-iframe{width:100%;height:100%;border:none}.custom-chat-interface{flex:1;display:flex;flex-direction:column;padding:20px}.chat-messages{flex:1;overflow-y:auto;margin-bottom:20px}.message{margin-bottom:15px;display:flex;flex-direction:column}.bot-message{align-items:flex-start}.user-message{align-items:flex-end}.message-content{max-width:80%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.4}.bot-message .message-content{background:#333;color:#e0e0e0}.user-message .message-content{background:#667eea;color:white}.chat-input-container{display:flex;gap:10px;align-items:center}.chat-input{flex:1;padding:12px 16px;border:1px solid #333;border-radius:25px;background:#2a2a2a;color:#e0e0e0;font-size:14px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#667eea}.chat-input::placeholder{color:#888}.send-button{background:#667eea;color:white;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.send-button:hover{background:#5a6fd8}@media (max-width:768px){.chat-interface{width:350px;height:500px;right:10px;bottom:70px;max-height:calc(100vh - 90px)}.chat-widget-button{padding:10px 16px}.chat-button-text{font-size:13px}}@media (max-width:480px){.chat-interface{width:300px;height:450px;right:10px;bottom:70px;max-height:calc(100vh - 90px)}.huggingface-chat-container{bottom:15px;right:15px}}@media (max-height:700px){.chat-interface{height:calc(100vh - 120px);bottom:70px}}