@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h2,h3{font-family:Poppins,sans-serif}.container{min-height:100vh;background-color:#f7f7f8;padding:30px 20px;transition:background-color .3s ease,color .3s ease;position:relative}.container.dark-mode{background-color:#0d1117;color:#e6edf3}.container.dark-mode .card{background-color:#161b22;border-color:#30363d}.container.dark-mode .btn-white,.container.dark-mode .tag{background-color:#21262d;color:#e6edf3;border-color:#30363d}.container.dark-mode .text-content,.container.dark-mode .exp-company{color:#b1bac4}.container.dark-mode .exp-title,.container.dark-mode .category-title{color:#e6edf3}.profile-header{position:relative}.toggle-circle{width:22px;height:22px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 1px 3px #0003}.toggle-circle.active{transform:translate(24px)}.profile-header{max-width:1200px;margin:0 auto 30px;background:none!important;border:none!important;padding-top:20px;border-radius:12px;padding-right:5px;padding-left:5px;display:flex;gap:24px;animation:fadeInUp .6s ease-out}.profile-photo{width:170px;height:170px;border-radius:10px;object-fit:cover;flex-shrink:0;animation:scaleIn .5s ease-out}.profile-details{flex:1}.name-badge{display:flex;align-items:center;gap:8px;margin-bottom:6px}.name-badge h1{font-size:26px;font-weight:700;color:#1c1e21}.location{font-size:14px;color:#65676b;margin-bottom:4px}.job-title{font-size:15px;color:#343638;margin-bottom:18px;font-weight:500;margin-top:18px}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.btn{padding:9px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.btn-black{background-color:#161b22;color:#fff;border-color:#161b22;transition:background-color .25s ease,border-color .25s ease}.btn-black:hover{background-color:#1d1d1f;border-color:#1d1d1f}.btn-white:hover{background-color:#f5f5f5}.btn-expand{flex:1;justify-content:space-between;min-width:200px}.arrow{margin-left:auto;transition:transform .2s ease}.btn-expand:hover .arrow{transform:translate(3px)}.main-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.card{background:#fff;padding:28px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;border:1px solid #e4e6eb;animation:fadeInUp .6s ease-out}.section-title{font-size:22px;font-weight:700;margin-bottom:18px;color:#1c1e21;display:flex;align-items:center;gap:8px}.container.dark-mode .section-title{color:#e6edf3}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-header .section-title{margin-bottom:0}.view-all-link{color:#2b6dff;font-size:14px;text-decoration:none;font-weight:500;transition:all .2s ease}.view-all-link:after{font-size:14px;text-decoration:none;font-weight:500;transition:all .2s ease;content:">"}.text-content{font-size:14px;line-height:1.7;color:#3e4042;margin-bottom:16px}.text-content:last-child{margin-bottom:0}.tech-category{margin-bottom:22px}.tech-category:last-child{margin-bottom:0}.category-title{font-size:15px;font-weight:600;color:#1c1e21;margin-bottom:10px}.tag-group{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:7px 14px;background-color:#f0f2f5;border:1px solid #dddfe2;border-radius:6px;font-size:13px;font-weight:500;color:#1c1e21;white-space:nowrap;transition:all .2s ease;cursor:default}.tag:hover{background-color:#e4e6eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.experience-list{position:relative}.exp-item{display:grid;grid-template-columns:20px 1fr auto;gap:16px;margin-bottom:40px;position:relative;opacity:0;animation:slideInLeft .5s ease-out forwards}.exp-item:last-child{margin-bottom:0}.exp-item{display:grid;grid-template-columns:30px 1fr auto}.exp-item:before{content:"";position:absolute;left:5px;top:12px;height:calc(100% + 30px);width:2px;background:#eeeded}.container.dark-mode .exp-item:before{background:linear-gradient(180deg,#30363d,#21262d)}.exp-item:last-child:before{display:none}.exp-dot{width:12px;height:12px;background-color:#fff;border:2px solid #d0d2d6;border-radius:50%;margin-top:5px;position:relative;z-index:1;transition:all .3s ease;cursor:pointer}.exp-dot:hover{transform:scale(1.3);border-color:#555;box-shadow:0 0 0 3px #55555526}.active-dot{width:14px;height:14px;background:linear-gradient(135deg,#444,#222);border:none;box-shadow:0 0 0 4px #55555540;margin-top:4px;animation:pulse 2s ease-in-out infinite}.active-dot:hover{transform:scale(1.2);box-shadow:0 0 0 6px #5555554d}.container.dark-mode .exp-dot{background-color:#0f1115;border-color:#4c4f57}.container.dark-mode .exp-dot:hover{border-color:#e6edf3;box-shadow:0 0 0 3px #ffffff1f}.container.dark-mode .active-dot{background:linear-gradient(135deg,#e6e6e6,#bdbdbd);box-shadow:0 0 0 4px #fff3}.container.dark-mode .active-dot:hover{box-shadow:0 0 0 6px #ffffff47}.container.dark-mode .active-dot{animation:pulse-dark 2s ease-in-out infinite}@keyframes pulse-dark{0%,to{box-shadow:0 0 0 4px #ffffff2e}50%{box-shadow:0 0 0 6px #ffffff47}}.exp-content{flex:1;transition:transform .2s ease}.exp-item:hover .exp-content{transform:translate(3px)}.exp-title{font-size:15px;font-weight:600;color:#1c1e21;margin-bottom:4px;transition:color .2s ease}.exp-item:hover .exp-title{color:#2b6dff}.exp-company{font-size:14px;color:#65676b;line-height:1.4}.exp-year{font-size:13px;color:#8a8d91;font-weight:500;white-space:nowrap;align-self:flex-start;margin-top:2px}.container.dark-mode .exp-year{color:#848d97}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes popIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #55555540}50%{box-shadow:0 0 0 6px #55555559}}.container.dark-mode .active-dot{background:linear-gradient(135deg,#fff,#dcdcdc);box-shadow:0 0 0 4px #ffffff2e}.container.dark-mode .active-dot:hover{transform:scale(1.2);box-shadow:0 0 0 6px #ffffff40}@keyframes growDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.verified-badge{font-size:20px;color:#1d9bf0;animation:popIn .5s ease-out .3s both}.container.dark-mode .verified-badge{color:#3ea6ff}.location{display:flex;align-items:center;gap:6px;font-size:14px;color:#65676b}.location-icon{font-size:18px}.container.dark-mode .location{color:#fff}.btn-icon{font-size:18px;margin-right:6px}.container.dark-mode .btn-icon{color:#e6edf3}.left-column,.right-column{display:flex;flex-direction:column}.left-column .card,.right-column .card{height:100%}.projects-cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-item,.cert-item{background:#21262d;padding:14px;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.projects-cert-grid .card{height:100%;display:flex;flex-direction:column}.projects-cert-grid .card>div:last-child{margin-top:auto}.project-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:15px}.project-item{padding:14px 18px;border-radius:10px;border:1px solid #dddfe2;background-color:#f7f7f8;transition:all .2s ease}.project-item:hover{border-color:none!important;transform:translateY(-2px)}.project-title{font-size:14px;font-weight:600;margin-bottom:4px;color:#1c1e21}.project-desc{font-size:13px;color:#63666a;margin-bottom:8px}.project-tag{font-size:12px;padding:4px 10px;border-radius:6px;background-color:#e4e6eb;color:#1c1e21;border:1px solid #ccc}.container.dark-mode .project-item{background-color:#161b22;border-color:#30363d}.container.dark-mode .project-title{color:#e6edf3}.container.dark-mode .project-desc{color:#b1bac4}.container.dark-mode .project-tag{background-color:#21262d;color:#e6edf3;border-color:#30363d}.cert-list{display:flex;flex-direction:column;gap:14px;margin-top:15px}.cert-item{padding:14px 18px;background-color:#f7f7f8;border:1px solid #dddfe2;border-radius:10px;transition:all .2s ease}.cert-item:hover{transform:translateY(-2px)}.cert-title{font-size:14px;font-weight:600;margin-bottom:4px;color:#1c1e21}.cert-org{font-size:13px;color:#63666a}.container.dark-mode .cert-item{background-color:#161b22;border-color:#30363d}.container.dark-mode .cert-title{color:#e6edf3}.container.dark-mode .cert-org{color:#b1bac4}.projects-cert-grid{max-width:1200px;margin:5px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.projects-cert-grid .card{display:flex;flex-direction:column}.project-list,.cert-list{flex:1;display:grid;gap:14px}.project-list{grid-template-columns:1fr 1fr}.cert-list{grid-template-columns:1fr}.project-item,.cert-item{padding:14px 18px;border-radius:10px;border:1px solid var(--border-color);background-color:var(--card-sub-bg);transition:all .2s ease}.project-item:hover,.cert-item:hover{transform:translateY(-2px)}.project-title,.cert-title{font-size:14px;font-weight:600;margin-bottom:4px}.project-desc,.cert-org{font-size:13px;opacity:.8}.project-tag{font-size:12px;padding:4px 10px;border-radius:6px;background-color:var(--tag-bg);border:1px solid var(--border-color)}.container.dark-mode{--card-sub-bg: #161b22;--tag-bg: #21262d;--border-color: #30363d}.container:not(.dark-mode){--card-sub-bg: #f7f7f8;--tag-bg: #e4e6eb;--border-color: #dddfe2}.cert-link{text-decoration:none;color:inherit;display:block;transition:color .2s ease}.project-link{text-decoration:none;color:inherit;display:block;transition:all .2s ease}.theme-toggle{position:absolute;top:20px;right:20px;width:55px;height:28px;background-color:#e4e6eb;border:none;border-radius:14px;cursor:pointer;padding:3px;transition:background-color .3s ease;display:flex;align-items:center}.container.dark-mode .theme-toggle{background-color:#3a3f47}.toggle-circle{width:22px;height:22px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .35s ease,background-color .3s ease;box-shadow:0 1px 4px #0000004d}.toggle-circle.active{transform:translate(27px);background-color:#222}.theme-icon{font-size:14px;transition:opacity .2s ease;color:#000}.container.dark-mode .theme-icon{color:#fff}.connect-grid{max-width:1200px;margin:25px auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:22px}.connect-group{display:flex;flex-direction:column;gap:10px}.connect-title{font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:4px;padding-left:2px}.connect-item,.contact-item{background-color:var(--card-sub-bg);border:1px solid var(--border-color);border-radius:10px;padding:12px 14px;text-decoration:none;color:var(--text-primary);font-size:14px;transition:.25s ease}.connect-item:hover,.contact-item:hover{transform:translateY(-2px)}.connect-desc{font-size:13px;color:var(--text-secondary);line-height:1.4}.connect-action{font-size:14px;margin-top:6px;font-weight:600;color:#1b1b1b;text-decoration:none;transition:.2s ease}.connect-action:hover{transform:translate(4px)}.container.dark-mode .connect-item,.container.dark-mode .contact-item,.container.dark-mode .connect-action{background-color:#161b22;color:#e6edf3;border-color:#30363d}.connect-container{max-width:1200px;margin:15px auto 40px;padding:30px}.connect-grid{margin-top:10px}.container.dark-mode .connect-container{background-color:#161b22;border-color:#30363d}.connect-item{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;border:1px solid var(--border-color);background-color:var(--card-sub-bg);font-size:14px;text-decoration:none;color:inherit;transition:all .25s ease}.connect-icon{font-size:18px}.contact-box{display:flex;flex-direction:column;gap:10px}.contact-card{background:#fff;padding:18px 20px;border-radius:10px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:20px}.connect-action{font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.container.dark-mode .contact-card{background-color:#161b22;border-color:#30363d}.container.dark-mode .connect-desc{color:#b1bac4}.container.dark-mode .connect-title,.container.dark-mode .connect-action{color:#e6edf3}.container.dark-mode .connect-action:hover{color:#fff;transform:translate(4px)}.gallery-section{margin-top:25px}.gallery-wrapper{position:relative}.gallery-scroll{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-img{width:200px;height:180px;object-fit:cover;border-radius:12px;background:#ccc;border:1px solid var(--border-color)}.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;background:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;z-index:10;color:#222}.gallery-btn.left{left:5px}.gallery-btn.right{right:5px}.gallery-btn:hover{background:#f0f0f0}.container.dark-mode .gallery-img{background:#20262c;border-color:#30363d}.container.dark-mode .gallery-btn{background:#1d2228;border:1px solid #30363d;color:#e6edf3}.gallery-scroll{width:100%;white-space:nowrap;overflow-x:scroll}.gallery-img{width:260px;height:200px;flex-shrink:0}.gallery-section{margin-top:10px;position:relative}.gallery-scroll{display:flex;gap:16px;overflow:hidden;scroll-behavior:smooth;padding:10px 0;white-space:nowrap}.gallery-img{width:240px;height:200px;object-fit:cover;border-radius:12px;filter:grayscale(100%);transition:filter .4s ease,transform .4s ease;flex-shrink:0}.gallery-img:hover{filter:grayscale(0%);transform:scale(1.08)}.container.dark-mode .gallery-img{border:1px solid #30363d;background-color:#0d1117}.footer{max-width:1200px;margin:40px auto 0;text-align:center;padding:25px 0;opacity:.8}.footer-line{width:100%;height:1px;background-color:#ddd;margin-bottom:18px}.footer-text{font-size:13px;color:#555}.container.dark-mode .footer-line{background-color:#30363d}.container.dark-mode .footer-text{color:#b1bac4}.contact-item{display:flex;align-items:center;gap:8px}.contact-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-links{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:14px;text-decoration:none;background-color:var(--card-sub-bg);border-radius:12px;border:1px solid var(--border-color);transition:.2s ease-in-out}.contact-item:hover{transform:translateY(-2px);opacity:.9}.contact-links{display:flex;flex-direction:column;gap:10px}.contact-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background-color:var(--card-sub-bg);border:1px solid var(--border-color);transition:all .22s ease;text-decoration:none;cursor:pointer}.contact-icon{font-size:20px;flex-shrink:0}.contact-info{flex:1;display:flex;flex-direction:column}.contact-title{font-size:14px;font-weight:600;color:var(--text-primary)}.contact-sub{font-size:13px;color:var(--text-secondary);line-height:1.3}.contact-arrow{font-size:18px;opacity:.6;transition:transform .25s ease}.contact-item:hover .contact-arrow{transform:translate(4px)}.contact-item:hover{background-color:var(--hover-bg);transform:translateY(-1px)}.container.dark-mode .contact-title{color:#e6edf3}.container.dark-mode .contact-sub{color:#aeb6c1}.container.dark-mode .contact-item:hover{background-color:#1d232a}.connect-wrapper{margin-bottom:25px!important}.card.connect-container{margin-bottom:25px}.connect-wrapper{margin-top:25px}.connect-container{padding-top:35px}.profile-header{display:flex;align-items:flex-start;gap:20px;width:100%;max-width:1200px;margin:0 auto 25px}.profile-photo{width:160px;height:160px;object-fit:cover;border-radius:12px;flex-shrink:0}.profile-details{flex:1;min-width:0}.profile-header{display:flex;align-items:center;width:100%;gap:24px;padding:20px 10px}.profile-photo{width:190px!important;height:190px!important}.connect-title .icon{font-size:20px}.connect-group,.contact-item{opacity:0;transform:translateY(15px);animation:connectFade .7s ease forwards}.connect-group:nth-child(1){animation-delay:.15s}.connect-group:nth-child(2){animation-delay:.3s}.connect-group:nth-child(3){animation-delay:.45s}.contact-item:nth-child(1){animation-delay:.6s}.contact-item:nth-child(2){animation-delay:.75s}.contact-item:nth-child(3){animation-delay:.9s}@keyframes connectFade{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.left-column .card{opacity:0;transform:translateY(15px);animation:fadeSlideUp .7s ease forwards}.left-column .card:nth-child(1){animation-delay:.15s}.left-column .card:nth-child(2){animation-delay:.35s}.text-content{opacity:0;transform:translateY(10px);animation:textFade .6s ease forwards}.text-content:nth-child(2){animation-delay:.45s}.text-content:nth-child(3){animation-delay:.6s}.text-content:nth-child(4){animation-delay:.75s}.text-content:nth-child(5){animation-delay:.95s}.tag{opacity:0;transform:scale(.8);animation:popTag .45s ease forwards}.tag:nth-child(1){animation-delay:.4s}.tag:nth-child(2){animation-delay:.45s}.tag:nth-child(3){animation-delay:.5s}.tag:nth-child(4){animation-delay:.55s}.tag:nth-child(5){animation-delay:.6s}.tag:nth-child(6){animation-delay:.65s}.tag:nth-child(7){animation-delay:.7s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes textFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popTag{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.projects-cert-grid .card{opacity:0;transform:translateY(25px);animation:gridFadeUp .8s ease-out forwards}.projects-cert-grid .card:nth-child(1){animation-delay:.4s}.projects-cert-grid .card:nth-child(2){animation-delay:.6s}.project-item,.cert-item{opacity:0;transform:translateY(15px);animation:itemPop .55s ease-out forwards}.project-item:nth-child(1){animation-delay:.75s}.project-item:nth-child(2){animation-delay:.85s}.project-item:nth-child(3){animation-delay:.95s}.project-item:nth-child(4){animation-delay:1.05s}.cert-item:nth-child(1){animation-delay:.75s}.cert-item:nth-child(2){animation-delay:.9s}.cert-item:nth-child(3){animation-delay:1.05s}@keyframes gridFadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes itemPop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-section{opacity:0;transform:translateY(20px);animation:galleryReveal .8s ease-out forwards;animation-delay:1s}.gallery-img{opacity:0;transform:scale(.92);animation:galleryImgPop .6s ease-out forwards}.gallery-img:nth-child(1){animation-delay:1.2s}.gallery-img:nth-child(2){animation-delay:1.3s}.gallery-img:nth-child(3){animation-delay:1.4s}.gallery-img:nth-child(4){animation-delay:1.5s}.gallery-img:nth-child(5){animation-delay:1.6s}.gallery-img:nth-child(6){animation-delay:1.7s}.gallery-img:nth-child(7){animation-delay:1.8s}.gallery-img:nth-child(8){animation-delay:1.9s}.gallery-img:nth-child(9){animation-delay:2s}.gallery-img:nth-child(10){animation-delay:2.1s}.gallery-img:nth-child(11){animation-delay:2.2s}.gallery-img:nth-child(12){animation-delay:2.3s}@keyframes galleryReveal{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes galleryImgPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.section-animate{opacity:0;transform:translateY(12px);animation:fadeInTitle .7s ease-out forwards}@keyframes fadeInTitle{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease}.modal-content{max-width:90%;max-height:85%;overflow:hidden;display:flex;justify-content:center;align-items:center}.modal-img{width:100%;max-width:650px;border-radius:10px;animation:zoomIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.container.dark-mode .modal-content{background-color:transparent}.btn,.btn:link,.btn:visited{text-decoration:none!important}.wave-icon{display:inline-block;font-size:20px;animation:wave 1.8s infinite ease-in-out;transform-origin:70% 70%}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.chatbot-btn{position:fixed;bottom:22px;right:24px;width:60px;height:60px;background:#007bff;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:26px;box-shadow:0 4px 16px #0000004d;transition:.3s ease;z-index:2000}.chatbot-btn:hover{transform:scale(1.08)}.chatbot-window{position:fixed;bottom:95px;right:24px;width:310px;height:400px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;box-shadow:0 10px 28px #00000059;display:flex;flex-direction:column;animation:fadeUp .35s ease-out;z-index:2000}@keyframes fadeUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-header{background:#007bff;color:#fff;font-weight:600;padding:12px 16px;border-radius:18px 18px 0 0;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;color:#fff;border:none;font-size:22px;cursor:pointer}.chatbot-messages{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth}.chat-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.4;animation:bubbleFade .2s ease-in}@keyframes bubbleFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.chat-msg.user{background:#007bff;color:#fff;align-self:flex-end}.chat-msg.bot{background:#e8e8e8;color:#333;align-self:flex-start}.typing-dots{width:28px;display:flex;justify-content:space-between}.typing-dots span{width:6px;height:6px;background:#555;border-radius:50%;animation:typing .8s infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing{0%{opacity:.2;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}to{opacity:.2;transform:translateY(0)}}.chatbot-input{padding:8px;background:#f5f5f5;border-radius:0 0 18px 18px;display:flex;gap:6px}.chatbot-input input{flex:1;border-radius:10px;padding:8px;border:1px solid #ccc}.send-btn{background:#007bff;border-radius:10px;border:none;color:#fff;width:45px;cursor:pointer}.settings-btn{background:transparent;border:none;font-size:18px;margin-right:5px;cursor:pointer}.settings-panel{background:#1f1f1f;padding:10px;border-bottom:1px solid #333;animation:fadeSlide .25s ease-out}.settings-panel label{color:#fff;font-size:13px;margin-bottom:5px;display:block}.key-row{display:flex;align-items:center;gap:5px}.settings-panel input{flex:1;padding:7px;border-radius:6px;border:1px solid #555;background:#2a2a2a;color:#fff}.reveal-btn{background:#333;color:#fff;border-radius:6px;padding:6px 10px;border:none;cursor:pointer}.save-btn{width:100%;padding:8px;background:#007bff;border-radius:6px;margin-top:8px;color:#fff;cursor:pointer;font-weight:600}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-header{position:relative;max-width:1200px;margin:0 auto 30px;background:#f5f5f5;border:none;padding:40px;border-radius:12px;display:flex;gap:32px;align-items:flex-start;animation:fadeInUp .6s ease-out}.container.dark-mode .profile-header{background-color:#161b22}.container.dark-mode .theme-icon{color:#e6edf3}.profile-photo{width:170px;height:170px;border-radius:12px;object-fit:cover;flex-shrink:0;animation:scaleIn .5s ease-out}.profile-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.name-badge{display:flex;align-items:center;gap:8px;margin-bottom:0}.name-badge h1{font-size:28px;font-weight:700;color:#1c1e21;margin:0;line-height:1.2}.container.dark-mode .name-badge h1{color:#e6edf3}.verified-badge{font-size:24px;color:#1877f2;flex-shrink:0}.location{font-size:14px;color:#65676b;margin:0 0 8px;display:flex;align-items:center;gap:4px}.container.dark-mode .location{color:#848d97}.location-icon{font-size:16px}.job-title{font-size:15px;color:#343638;margin:0 0 16px;font-weight:500}.container.dark-mode .job-title{color:#e6edf3}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0)}.btn-icon{font-size:16px;flex-shrink:0}.btn-black{background-color:#1c1e21;color:#fff;border-color:#1c1e21}.btn-black:hover{background-color:#2d3034;border-color:#2d3034}.container.dark-mode .btn-black{background-color:#fff;border-color:#fff;color:#000}.container.dark-mode .btn-black:hover{background-color:#f0f0f0;border-color:#f0f0f0}.container.dark-mode .btn-black .btn-icon{color:#000}.btn-white{background-color:#fff;color:#1c1e21;border-color:#dddfe2}.btn-white:hover{background-color:#f5f5f5;border-color:#c4c6ca}.container.dark-mode .btn-white{background-color:#21262d;color:#e6edf3;border-color:#30363d}.container.dark-mode .btn-white:hover{background-color:#30363d;border-color:#3d444d}.job-titles{display:flex;align-items:center;gap:.2rem;font-size:.9rem;color:#383838;bottom:10px;position:relative}.label{font-weight:500}.portfolio-link{display:inline-flex;align-items:center;gap:.35rem;color:#6b6b6b;text-decoration:none;font-weight:500;text-decoration:underline}.dark-mode .job-titles{color:#c7c7c7}.dark-mode .portfolio-link{color:#aaa}.portfolio-link:hover{text-decoration:underline}.clip-icon{font-size:.9rem;opacity:.8}@media(max-width:1024px){.main-grid{grid-template-columns:1fr}}@media(max-width:768px){.projects-cert-grid{grid-template-columns:1fr}.project-list{grid-template-columns:1fr 1fr}}@media(max-width:480px){.project-list{grid-template-columns:1fr}.card{padding:18px}.text-content{font-size:13px}.tag{font-size:12px;padding:6px 12px}.exp-item{grid-template-columns:16px 1fr auto;gap:12px}.exp-dot{width:10px;height:10px}.active-dot{width:12px;height:12px}.exp-title{font-size:14px}.exp-company{font-size:13px}.exp-year{font-size:12px}}@media(max-width:1024px){.connect-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.connect-grid{grid-template-columns:1fr}}@media(max-width:768px){.contact-layout{grid-template-columns:1fr}}@media(max-width:768px){.profile-header{padding:60px 24px 32px;gap:24px}.theme-toggle{top:16px;right:16px}.profile-photo{width:140px!important;height:140px!important}.name-badge h1{font-size:24px!important}.verified-badge{font-size:22px}.action-buttons{gap:10px}.btn{flex:1;min-width:140px;justify-content:center}}@media(max-width:600px){.profile-header{flex-direction:column;align-items:center;text-align:center;padding:70px 20px 28px;gap:20px}.profile-photo{width:160px!important;height:160px!important}.name-badge{justify-content:center}.name-badge h1{font-size:26px!important}.location{justify-content:center}.job-titles{justify-content:center;flex-wrap:wrap;text-align:center}.action-buttons{justify-content:center;width:100%}.contact-layout{grid-template-columns:1fr!important;width:100%;gap:14px}.contact-links{width:100%;gap:10px}.contact-item{width:100%;padding:12px 14px;font-size:13px}.contact-title{font-size:14px}.contact-sub{font-size:12px}.contact-icon{font-size:18px}.contact-arrow{font-size:16px}}@media(max-width:480px){.profile-header{padding:65px 16px 24px;gap:16px}.profile-photo{width:140px!important;height:140px!important}.name-badge h1{font-size:22px!important}.verified-badge{font-size:20px}.job-title{font-size:14px!important}.job-titles{font-size:.8rem;flex-direction:column;gap:.3rem}.action-buttons{flex-direction:column;width:100%}.btn{width:100%;min-width:unset}.toggle-circle{width:36px;height:36px}.theme-icon{font-size:16px}.gallery-img{width:170px;height:150px}.gallery-btn{width:34px;height:34px;font-size:18px}.chatbot-btn{width:54px;height:54px;font-size:24px;bottom:18px;right:18px}.chatbot-window{width:290px;height:380px;bottom:80px;right:18px}.contact-item{padding:10px 12px}}@media(max-width:360px){.profile-header{padding:60px 12px 20px}.name-badge h1{font-size:20px!important}.btn{font-size:13px;padding:9px 16px}.job-titles,.portfolio-link{font-size:.75rem}.card{padding:14px;margin-bottom:9px;border-radius:8px}.section-title{font-size:15px;margin-bottom:10px}.text-content{font-size:12px;line-height:1.5;margin-bottom:10px}.category-title{font-size:13px}.tag{font-size:10.5px;padding:4px 8px}.exp-item{grid-template-columns:16px 1fr auto;gap:8px;margin-bottom:25px}.exp-dot{width:9px;height:9px}.active-dot{width:11px;height:11px}.exp-title{font-size:12.5px}.exp-company{font-size:11.5px}.exp-year{font-size:11px}.connect-grid{gap:8px}.connect-container{padding:18px}.connect-item,.contact-item{padding:8px 10px;font-size:11.5px}.connect-title{font-size:13px}.project-item,.cert-item{padding:10px 12px}.project-title,.cert-title{font-size:12px}.project-desc,.cert-org{font-size:11px}.project-tag{font-size:10px;padding:2px 6px}.gallery-img{width:150px;height:130px}.gallery-btn{width:30px;height:30px;font-size:15px}.footer{padding:18px 0;margin-top:25px}.footer-text{font-size:11px}.chatbot-btn{width:46px;height:46px;font-size:20px;bottom:14px;right:14px}.chatbot-window{width:260px;height:340px;bottom:68px;right:14px}.chatbot-header{padding:9px 12px;font-size:13px}.chat-msg{font-size:12px;padding:7px 10px}.chatbot-input input{font-size:12px;padding:6px}.send-btn{width:40px;font-size:14px}}@media(max-width:899px)and (min-width:768px){.container{padding:20px 16px}.theme-toggle{top:14px;right:14px;width:52px;height:26px}.toggle-circle{width:20px;height:20px}.toggle-circle.active{transform:translate(26px)}.profile-header{padding:60px 18px 28px;gap:20px;align-items:flex-start}.profile-photo{width:130px!important;height:130px!important}.name-badge h1{font-size:22px!important}.verified-badge{font-size:20px}.location{font-size:13px!important}.job-title{font-size:14px!important;margin-bottom:14px}.job-titles{font-size:.85rem}.action-buttons{gap:8px;flex-wrap:wrap}.btn{flex:1;min-width:130px;font-size:13px;padding:8px 12px}.card{padding:22px;margin-bottom:16px}.section-title{font-size:19px}.text-content{font-size:13.5px}.tag{font-size:12px;padding:6px 12px}.exp-item{grid-template-columns:24px 1fr auto;gap:14px;margin-bottom:35px}.exp-title{font-size:14px}.exp-company{font-size:13px}.connect-grid{grid-template-columns:1fr 1fr;gap:14px}.connect-item,.contact-item{padding:11px 13px;font-size:13px}.project-list{grid-template-columns:1fr 1fr}.projects-cert-grid{grid-template-columns:1fr;gap:16px}.gallery-img{width:200px;height:170px}}@media(max-width:767px)and (min-width:650px){.container{padding:18px 14px}.theme-toggle{top:12px;right:12px;width:50px;height:25px}.toggle-circle{width:19px;height:19px}.toggle-circle.active{transform:translate(25px)}.profile-header{flex-direction:column;align-items:center;text-align:center;padding:65px 16px 26px;gap:18px}.profile-photo{width:150px!important;height:150px!important}.name-badge{justify-content:center}.name-badge h1{font-size:24px!important}.verified-badge{font-size:22px}.location{justify-content:center;font-size:13px!important}.job-title{font-size:14px!important}.job-titles{justify-content:center;font-size:.85rem}.action-buttons{justify-content:center;width:100%;gap:8px}.btn{flex:1;min-width:120px;font-size:13px}.card{padding:20px;margin-bottom:14px}.section-title{font-size:18px}.connect-grid,.contact-layout{grid-template-columns:1fr;gap:12px}.project-list{grid-template-columns:1fr}.gallery-img{width:180px;height:160px}}@media(max-width:649px)and (min-width:480px){.container{padding:16px 12px}.theme-toggle{top:10px;right:10px;width:48px;height:24px}.toggle-circle{width:18px;height:18px}.toggle-circle.active{transform:translate(24px)}.profile-header{flex-direction:column;align-items:center;text-align:center;padding:60px 14px 24px;gap:16px}.profile-photo{width:140px!important;height:140px!important}.name-badge{justify-content:center}.name-badge h1{font-size:22px!important}.verified-badge{font-size:20px}.location{justify-content:center;font-size:12.5px!important}.location-icon{font-size:16px}.job-title{font-size:13.5px!important;margin-bottom:12px}.job-titles{justify-content:center;font-size:.8rem;flex-wrap:wrap}.action-buttons{flex-direction:column;width:100%;gap:8px}.btn{width:100%;justify-content:center;font-size:13px;padding:9px 14px}.btn-icon{font-size:16px}.card{padding:18px;margin-bottom:12px;border-radius:10px}.section-title{font-size:17px;margin-bottom:14px}.text-content{font-size:13px;line-height:1.6}.category-title{font-size:14px}.tag{font-size:11.5px;padding:6px 10px}.exp-item{grid-template-columns:20px 1fr auto;gap:12px;margin-bottom:30px}.exp-dot{width:11px;height:11px}.active-dot{width:13px;height:13px}.exp-title{font-size:13.5px}.exp-company{font-size:12.5px}.exp-year{font-size:12px}.connect-grid{grid-template-columns:1fr;gap:10px}.connect-item,.contact-item{padding:10px 12px;font-size:12.5px}.connect-title{font-size:14px}.contact-title{font-size:13px}.contact-sub{font-size:11.5px}.contact-icon{font-size:17px}.project-list{grid-template-columns:1fr;gap:12px}.project-item,.cert-item{padding:12px 14px}.project-title,.cert-title{font-size:13px}.project-desc,.cert-org{font-size:12px}.project-tag{font-size:11px;padding:3px 8px}.gallery-img{width:170px;height:150px}.gallery-btn{width:34px;height:34px;font-size:18px}.chatbot-btn{width:54px;height:54px;font-size:24px;bottom:18px;right:18px}.chatbot-window{width:290px;height:380px;bottom:80px;right:18px}}@media(max-width:479px)and (min-width:360px){.container{padding:14px 10px}.theme-toggle{top:8px;right:8px;width:46px;height:23px}.toggle-circle{width:17px;height:17px}.toggle-circle.active{transform:translate(23px)}.theme-icon{font-size:13px}.profile-header{flex-direction:column;align-items:center;text-align:center;padding:55px 12px 22px;gap:14px}.profile-photo{width:120px!important;height:120px!important}.name-badge{justify-content:center}.name-badge h1{font-size:20px!important}.verified-badge{font-size:18px}.location{justify-content:center;font-size:12px!important}.location-icon{font-size:15px}.job-title{font-size:13px!important;margin-bottom:10px}.job-titles{font-size:.75rem;flex-direction:column;gap:.25rem}.action-buttons{flex-direction:column;width:100%;gap:7px}.btn{width:100%;font-size:12.5px;padding:8px 12px}.btn-icon{font-size:15px}.card{padding:16px;margin-bottom:10px;border-radius:9px}.section-title{font-size:16px;margin-bottom:12px}.text-content{font-size:12.5px;line-height:1.55;margin-bottom:12px}.category-title{font-size:13.5px;margin-bottom:8px}.tag{font-size:11px;padding:5px 9px}.exp-item{grid-template-columns:18px 1fr auto;gap:10px;margin-bottom:28px}.exp-dot{width:10px;height:10px}.active-dot{width:12px;height:12px}.exp-title{font-size:13px}.exp-company{font-size:12px}.exp-year{font-size:11.5px}.connect-grid{grid-template-columns:1fr;gap:9px;margin-top:15px}.connect-container{padding:22px}.connect-item,.contact-item{padding:9px 11px;font-size:12px}.connect-title{font-size:13.5px}.connect-desc{font-size:11.5px}.contact-title{font-size:12.5px}.contact-sub{font-size:11px}.contact-icon{font-size:16px}.contact-arrow{font-size:15px}.project-list,.cert-list{gap:10px}.project-item,.cert-item{padding:11px 13px}.project-title,.cert-title{font-size:12.5px}.project-desc,.cert-org{font-size:11.5px}.project-tag{font-size:10.5px;padding:3px 7px}.gallery-img{width:160px;height:140px}.gallery-btn{width:32px;height:32px;font-size:16px}.footer{padding:20px 0;margin-top:30px}.footer-text{font-size:12px}.chatbot-btn{width:50px;height:50px;font-size:22px;bottom:16px;right:16px}.chatbot-window{width:280px;height:360px;bottom:75px;right:16px}.chatbot-header{padding:10px 14px;font-size:14px}.chat-msg{font-size:13px;padding:8px 12px}}@media(max-height:600px)and (orientation:landscape){.profile-header{padding:45px 16px 20px}.profile-photo{width:100px!important;height:100px!important}.card{padding:16px}.chatbot-window{height:320px}.exp-item{margin-bottom:22px}}@media print{.theme-toggle,.chatbot-btn,.chatbot-window,.gallery-btn{display:none!important}.container{background-color:#fff!important;color:#000!important}.card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.profile-header{break-inside:avoid}a{text-decoration:underline}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.card,.btn,.tag{border-width:2px}}@media(max-width:1023px)and (min-width:900px){.container{padding:25px 18px}.profile-header{padding:60px 20px 30px;gap:24px}.profile-photo{width:150px!important;height:150px!important}.name-badge h1{font-size:24px!important}.job-title{font-size:14px!important}.job-titles{font-size:.85rem}.location{font-size:13px!important}.action-buttons{gap:8px}.btn{font-size:13px;padding:9px 14px}.main-grid{grid-template-columns:1fr;gap:18px}.card{padding:24px}.section-title{font-size:20px}.connect-grid{grid-template-columns:repeat(2,1fr);gap:16px}.project-list{grid-template-columns:1fr 1fr}.gallery-img{width:220px;height:180px}}@media(max-width:1399px)and (min-width:1200px){.container{padding:35px 25px}.profile-photo{width:190px!important;height:190px!important}}@media(min-width:1400px){.container{padding:40px 30px}.profile-header,.main-grid,.projects-cert-grid,.connect-grid{max-width:1400px}.profile-photo{width:200px!important;height:200px!important}.name-badge h1{font-size:32px!important}}.exp-item{opacity:0;transform:translate(-20px);animation:slideInLeft .6s ease forwards}.exp-item:nth-child(1){animation-delay:.1s}.exp-item:nth-child(2){animation-delay:.2s}.exp-item:nth-child(3){animation-delay:.3s}.exp-item:nth-child(4){animation-delay:.4s}.exp-item:nth-child(5){animation-delay:.5s}.exp-item:nth-child(6){animation-delay:.6s}.exp-item:nth-child(7){animation-delay:.7s}.exp-item:nth-child(8){animation-delay:.8s}.exp-item:nth-child(9){animation-delay:.9s}.exp-item:nth-child(10){animation-delay:1s}.exp-item:nth-child(11){animation-delay:1.1s}.exp-item:nth-child(12){animation-delay:1.2s}.connect-icons{width:25px;height:25px}.chat-fab{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:999;overflow:visible;background:#fff;border:1px solid #dddfe2;color:#1c1e21}.chat-fab.dark{background:#161b22;border:1px solid #30363d;color:#e6edf3;box-shadow:0 6px 20px #0006}.chat-fab-icon{animation:tiltIcon 3s ease-in-out infinite;transform-origin:center}@keyframes tiltIcon{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.chat-fab-tooltip{position:absolute;right:70px;background:#161b22;color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0003;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-fab-tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #1c1e21;border-top:6px solid transparent;border-bottom:6px solid transparent}.chat-fab.dark .chat-fab-tooltip{background:#e6edf3;color:#1c1e21}.chat-fab.dark .chat-fab-tooltip:after{border-left-color:#e6edf3}.chat-fab:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #00000040}.chat-fab.dark:hover{box-shadow:0 12px 32px #00000080}.chat-fab:hover .chat-fab-tooltip{opacity:1;right:75px}.chat-fab:active{transform:translateY(-2px) scale(1.02)}.chat-fab:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:inherit;z-index:-1;opacity:0;animation:fabPulse 3s ease-in-out infinite}.chat-fab .chat-fab-tooltip{animation:tooltipAttention 6s infinite}.chat-fab:hover .chat-fab-tooltip{animation:none;opacity:1!important;right:75px}.chatbot-container+.chat-fab .chat-fab-tooltip{animation:none!important;opacity:0!important}@keyframes tooltipAttention{0%,80%,to{opacity:0;transform:translate(0)}10%,50%{opacity:1;transform:translate(-8px)}}@keyframes fabPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.2;transform:scale(1.2)}}.chatbot-container{position:fixed;bottom:24px;right:24px;width:400px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 100px);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;z-index:1000;box-shadow:0 20px 60px #0003;animation:slideUpFade .4s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #e4e6eb}.chatbot-container.dark{background:#0d1117;border:1px solid #30363d;box-shadow:0 20px 60px #0009}.chatbot-container.minimized{height:64px;transition:height .35s cubic-bezier(.4,0,.2,1)}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px) scale(.92)}60%{transform:translateY(-5px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;position:relative;background:#f6f8fa;border-bottom:1px solid #e4e6eb;color:#1c1e21}.chatbot-container.dark .chat-header{background:linear-gradient(180deg,#161b22,#0d1117);border-bottom:1px solid #30363d;color:#e6edf3}.chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,currentColor 50%,transparent);opacity:.1}.chat-header-content{display:flex;align-items:center;gap:12px;flex:1;animation:headerSlide .5s cubic-bezier(.4,0,.2,1) .1s both}@keyframes headerSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.chat-avatar{position:relative}.avatar-img{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;transition:all .3s ease;background:linear-gradient(135deg,#e4e6eb,#f0f2f5);border:2px solid #dddfe2;color:#1c1e21}.chatbot-container.dark .avatar-img{background:linear-gradient(135deg,#21262d,#161b22);border:2px solid #30363d;color:#e6edf3}.avatar-img:hover{transform:scale(1.05)}.chatbot-container.dark .avatar-img:hover{border-color:#484f58}.status-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#3fb950;border-radius:50%;border:2px solid #ffffff;animation:statusBlink 2s ease-in-out infinite}.chatbot-container.dark .status-indicator{border-color:#0d1117}@keyframes statusBlink{0%,to{opacity:1;box-shadow:0 0 #3fb950b3}50%{opacity:1;box-shadow:0 0 0 4px #3fb95000}}.chat-header-text h3{margin:0;font-size:15px;font-weight:600;letter-spacing:-.2px}.status-text{margin:3px 0 0;font-size:12px;display:flex;align-items:center;gap:6px;color:#65676b}.chatbot-container.dark .status-text{color:#848d97}.status-dot{width:5px;height:5px;background:#3fb950;border-radius:50%;display:inline-block;animation:statusBlink 2s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.chat-header-actions{display:flex;gap:6px;animation:headerSlide .5s cubic-bezier(.4,0,.2,1) .2s both}.header-btn{width:32px;height:32px;border-radius:7px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;color:#65676b}.chatbot-container.dark .header-btn{color:#848d97}.header-btn:before{content:"";position:absolute;inset:0;border-radius:7px;opacity:0;transition:opacity .2s;background:#e4e6eb}.chatbot-container.dark .header-btn:before{background:#21262d}.header-btn:hover:before{opacity:1}.header-btn:hover{transform:translateY(-1px)}.chatbot-container.dark .header-btn:hover{color:#e6edf3}.header-btn:active{transform:scale(.95)}.header-btn svg{position:relative;z-index:1}.chat-body{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#fff}.chatbot-container.dark .chat-body{background:#0d1117}.chat-body:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;background:linear-gradient(180deg,currentColor 0%,transparent 100%);opacity:.03;pointer-events:none;z-index:1}.messages-container{flex:1;overflow-y:auto;padding:20px 18px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{border-radius:10px;transition:background .2s;background:#d0d7de}.chatbot-container.dark .messages-container::-webkit-scrollbar-thumb{background:#30363d}.messages-container::-webkit-scrollbar-thumb:hover{background:#b1bac4}.chatbot-container.dark .messages-container::-webkit-scrollbar-thumb:hover{background:#484f58}.message-wrapper{display:flex;gap:10px;animation:messageSlide .4s cubic-bezier(.34,1.56,.64,1)}.message-wrapper.user{justify-content:flex-end}@keyframes messageSlide{0%{opacity:0;transform:translateY(15px) scale(.95)}60%{transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.message-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;transition:all .3s ease;background:linear-gradient(135deg,#e4e6eb,#f0f2f5);border:1.5px solid #dddfe2;color:#1c1e21}.chatbot-container.dark .message-avatar{background:linear-gradient(135deg,#21262d,#161b22);border:1.5px solid #30363d;color:#e6edf3}.message-wrapper:hover .message-avatar{border-color:#b1bac4;transform:scale(1.05)}.chatbot-container.dark .message-wrapper:hover .message-avatar{border-color:#484f58}.message-content{display:flex;flex-direction:column;gap:4px;max-width:75%}.message-wrapper.user .message-content{align-items:flex-end}.message-sender{font-size:11px;font-weight:600;padding:0 12px;letter-spacing:.3px;color:#65676b}.chatbot-container.dark .message-sender{color:#848d97}.message-bubble{padding:11px 15px;border-radius:14px;word-wrap:break-word;position:relative;transition:all .3s ease}.message-bubble.bot{border-bottom-left-radius:4px;background:#f6f8fa;color:#1c1e21;border:1px solid #d0d7de}.chatbot-container.dark .message-bubble.bot{background:linear-gradient(135deg,#161b22,#0d1117);color:#e6edf3;border:1px solid #30363d}.message-bubble.bot:hover{transform:translate(2px)}.chatbot-container.dark .message-bubble.bot:hover{border-color:#484f58}.message-bubble.user{border-bottom-right-radius:4px;background:#0969da;color:#fff;border:1px solid #0969da}.chatbot-container.dark .message-bubble.user{background:linear-gradient(135deg,#1c2128,#161b22);color:#e6edf3;border:1px solid #30363d}.message-bubble.user:hover{transform:translate(-2px)}.chatbot-container.dark .message-bubble.user:hover{border-color:#484f58}.message-bubble p{margin:0;font-size:14px;line-height:1.6;letter-spacing:.1px}.message-time{font-size:10px;padding:0 12px;opacity:.7;transition:opacity .2s;color:#65676b}.chatbot-container.dark .message-time{color:#6e7681}.message-wrapper:hover .message-time{opacity:1}.typing-indicator{display:flex;gap:5px;padding:14px 16px;align-items:center}.typing-indicator span{width:7px;height:7px;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out;background:#65676b}.chatbot-container.dark .typing-indicator span{background:#6e7681}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}.chat-footer{padding:16px 18px;flex-shrink:0;position:relative;background:#f6f8fa;border-top:1px solid #e4e6eb}.chatbot-container.dark .chat-footer{background:linear-gradient(180deg,#0d1117,#161b22);border-top:1px solid #30363d}.chat-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,currentColor 50%,transparent);opacity:.1}.chat-input-wrapper{display:flex;gap:10px;align-items:center;animation:footerSlide .5s cubic-bezier(.4,0,.2,1) .3s both}@keyframes footerSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-input{flex:1;padding:11px 15px;border-radius:10px;font-size:14px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #d0d7de;background:#fff;color:#1c1e21}.chatbot-container.dark .chat-input{border:1px solid #30363d;background:#161b22;color:#e6edf3}.chat-input::placeholder{color:#65676b}.chatbot-container.dark .chat-input::placeholder{color:#6e7681}.chat-input:focus{transform:translateY(-1px);border-color:#161b22;box-shadow:0 0 0 3px #0969da1a}.chatbot-container.dark .chat-input:focus{border-color:#484f58;background:#1c2128;box-shadow:0 0 0 3px #484f5826}.send-button{width:38px;height:38px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative;overflow:hidden;background:#161b22;color:#fff}.chatbot-container.dark .send-button{background:linear-gradient(135deg,#21262d,#161b22);border:1px solid #30363d;color:#e6edf3}.send-button:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s}.send-button:hover:not(:disabled):before{opacity:1}.send-button:hover:not(:disabled){transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #0003}.chatbot-container.dark .send-button:hover:not(:disabled){border-color:#484f58;box-shadow:0 4px 12px #0000004d}.send-button:active:not(:disabled){transform:translateY(0) scale(1)}.send-button:disabled{opacity:.3;cursor:not-allowed}.send-button svg{position:relative;z-index:1;transition:transform .3s}.send-button:hover:not(:disabled) svg{transform:translate(2px)}@media(max-width:768px){.chatbot-container{width:100vw;height:100vh;max-width:100vw;max-height:100vh;bottom:0;right:0;border-radius:0;border:none}.chat-fab{width:56px;height:56px;bottom:20px;right:20px}.message-content{max-width:80%}.chat-header{padding:14px 16px}.messages-container{padding:16px 14px}.chat-footer{padding:14px 16px}}@media(max-width:480px){.message-content{max-width:85%}.chat-input{font-size:16px}.chat-fab{width:54px;height:54px}.chat-fab-icon{width:20px;height:20px}}.chat-fab:focus-visible,.header-btn:focus-visible,.send-button:focus-visible{outline:2px solid #161b22;outline-offset:2px}.chatbot-container.dark .chat-fab:focus-visible,.chatbot-container.dark .header-btn:focus-visible,.chatbot-container.dark .send-button:focus-visible{outline-color:#484f58}.chat-input:focus-visible{outline:none}.avatar-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.message-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.chat-footer-hint{margin-top:8px;font-size:11.5px;text-align:center;opacity:.65;letter-spacing:.2px;transition:opacity .3s ease;color:#000}.chatbot-container.dark .chat-footer-hint{color:#9da5ad}.chat-footer-hint:hover{opacity:1}
