@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-dark:#111;--bg-light:#f2f2f2;--bg-white:#fff;--accent-red:#e8192c;--accent-red-hover:#c41020;--text-primary:#1a1a1a;--text-white:#fff;--text-muted:#999;--border-light:#e0e0e0;--border-dark:#222;--border-nav:#e8e8e8;--social-border:#444;--social-icon:#aaa;--footer-link:#aaa;--footer-desc:#777;--copyright:#555;--font-primary:"Poppins", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs:8px;--space-sm:16px;--space-md:32px;--space-lg:64px;--space-xl:100px;--space-2xl:160px;--container-max:1200px;--container-padding:30px;--nav-height:70px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--text-primary);background-color:var(--bg-white);font-size:15px;font-weight:400;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:var(--font-primary);cursor:pointer;border:none;outline:none}.container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.heading-hero{text-transform:uppercase;letter-spacing:1px;font-size:56px;font-weight:900;line-height:1.15}.heading-section{text-transform:uppercase;letter-spacing:2px;text-align:center;font-size:38px;font-weight:800}.heading-project{font-size:44px;font-weight:400;line-height:1.2}.text-nav{text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:600}.text-body{font-size:15px;font-weight:400;line-height:1.7}.text-meta{text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:400}.text-stat-number{font-size:52px;font-weight:700}.text-counter{color:var(--accent-red);font-size:68px;font-weight:700}.btn-primary{background:var(--accent-red);color:var(--text-white);letter-spacing:1px;text-transform:uppercase;cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-primary);border:none;border-radius:0;padding:14px 36px;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--accent-red-hover)}.btn-secondary{color:var(--text-primary);border:1.5px solid var(--text-primary);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-primary);background:0 0;border-radius:0;padding:10px 28px;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--text-primary);color:var(--text-white)}.btn-outline-white{color:var(--text-white);border:1.5px solid var(--text-white);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-primary);background:0 0;border-radius:0;padding:10px 28px;transition:all .2s;display:inline-block}.btn-outline-white:hover{background:var(--text-white);color:var(--bg-dark)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;background:var(--bg-white);height:var(--nav-height);border-bottom:1px solid var(--border-nav);align-items:center;display:flex;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar__logo{color:var(--text-primary);letter-spacing:0;white-space:nowrap;font-size:18px;font-weight:700}.navbar__logo span{color:var(--accent-red)}.navbar__links{align-items:center;gap:36px;display:flex}.navbar__link{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-primary);font-size:13px;font-weight:600;transition:color .2s;position:relative}.navbar__link:hover,.navbar__link.active{color:var(--accent-red)}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:all .3s}.navbar__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{background:var(--bg-dark);clip-path:polygon(0 0,100% 0,100% 88%,50% 100%,0 88%);align-items:flex-start;min-height:clamp(600px,85vh,850px);display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;opacity:.4;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero__content{z-index:1;justify-content:space-between;align-items:center;width:100%;padding:60px 0 120px;display:flex;position:relative}.hero__text{max-width:560px}.hero__text h1{color:var(--text-white);text-transform:uppercase;margin-bottom:var(--space-md);font-size:56px;font-weight:900;line-height:1.15}.hero__buttons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero__text p{color:var(--text-white);opacity:.85;max-width:480px;margin-bottom:var(--space-md);font-size:15px;line-height:1.7}.hero__stats{align-items:flex-end;gap:var(--space-md);flex-direction:column;display:flex}.hero__stat{text-align:right}.hero__stat-number{justify-content:flex-end;align-items:center;gap:8px;display:flex}.hero__stat-number span:first-child{color:var(--text-white);font-size:52px;font-weight:700}.hero__stat-number span:last-child{background:var(--accent-red);width:3px;height:40px;display:inline-block}.hero__stat p{color:var(--text-white);opacity:.7;margin-top:4px;font-size:14px}.about{background:var(--bg-white);padding:var(--space-xl) 0}.about__heading{text-align:center;margin-bottom:var(--space-lg)}.about__heading h2{text-transform:uppercase;letter-spacing:2px;font-size:38px;font-weight:800}.services-grid{gap:var(--space-md);margin-bottom:var(--space-xl);text-align:center;grid-template-columns:repeat(5,1fr);display:grid}.service-item{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.service-item__icon{color:var(--text-primary);width:60px;height:60px}.service-item__icon svg{width:60px;height:60px}.service-item__label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-primary);font-size:13px;font-weight:600}.about__intro{gap:var(--space-md);margin-bottom:var(--space-xl);grid-template-columns:1fr 1fr 1fr;align-items:center;display:grid}.about__intro-left{text-align:center}.about__intro-left h3{margin-bottom:var(--space-sm);font-size:28px;font-weight:700;line-height:1.3}.about__intro-left p{color:var(--text-muted);font-size:14px;line-height:1.7}.about__intro-center img{object-fit:cover;width:100%;height:400px}.about__intro-right{text-align:left}.about__intro-right p{color:var(--text-muted);margin-bottom:var(--space-md);font-size:14px;line-height:1.7}.numbered-list{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.numbered-item{padding:var(--space-sm)}.numbered-item__number{color:var(--accent-red);margin-bottom:var(--space-xs);font-size:68px;font-weight:700;line-height:1}.numbered-item__title{color:var(--text-primary);margin-bottom:12px;font-size:16px;font-weight:700}.numbered-item__divider{background:var(--border-light);width:40px;height:1px;margin-bottom:12px}.numbered-item__desc{color:var(--text-muted);font-size:14px;line-height:1.7}.works{background:var(--bg-light);padding:var(--space-xl) 0 var(--space-xl);clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);padding-top:calc(var(--space-xl) + 60px);margin-top:-40px}.works__heading{text-align:center;margin-bottom:var(--space-lg)}.works__heading h2{text-transform:uppercase;letter-spacing:2px;font-size:38px;font-weight:800}.works__heading p{color:var(--text-muted);margin-top:var(--space-sm);max-width:500px;margin-left:auto;margin-right:auto;font-size:14px}.project-card{margin-bottom:var(--space-lg);grid-template-columns:55% 45%;align-items:center;gap:0;display:grid;overflow:hidden}.project-card:nth-child(2n){direction:rtl}.project-card:nth-child(2n)>*{direction:ltr}.project-card__image{height:480px;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-card__image img{transform:scale(1.03)}.project-card__info{padding:var(--space-lg)}.project-card__category{letter-spacing:1.5px;color:var(--text-muted);text-transform:uppercase;margin-bottom:var(--space-sm);font-size:12px}.project-card__fyp-tag{color:#e8192c;letter-spacing:1.5px;font-weight:700}.project-card__title{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:40px;font-weight:400;line-height:1.2}.project-card__desc{color:var(--text-muted);max-width:400px;margin-bottom:var(--space-md);font-size:14px;line-height:1.7}.project-card__tech{margin-bottom:var(--space-md);flex-wrap:wrap;gap:8px;display:flex}.project-card__tech span{letter-spacing:.5px;border:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;padding:4px 12px;font-size:11px;font-weight:600}.project-card__author{align-items:center;gap:12px;display:flex}.project-card__avatar{background:var(--bg-dark);width:48px;min-width:48px;height:48px;min-height:48px;color:var(--text-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.project-card__author-info{flex-direction:column;display:flex}.project-card__author-name{color:var(--text-primary);font-size:14px;font-weight:600}.project-card__author-url{color:#bbb;font-size:13px}.certifications{background:var(--bg-light);padding:var(--space-xl) 0}.certifications__heading{text-align:center;margin-bottom:var(--space-sm)}.certifications__heading h2{text-transform:uppercase;letter-spacing:2px;font-size:38px;font-weight:800}.certifications__linkedin-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#e8192c;border:1px solid #e8192c;justify-content:center;align-items:center;margin-top:15px;padding:12px 50px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s,color .3s;display:inline-flex;position:relative}.certifications__linkedin-btn svg{position:absolute;left:20px}.certifications__linkedin-btn:hover{background:#0a66c2;border-color:#0a66c2}.certifications__count{color:var(--text-muted);margin-top:8px;font-size:14px}.cert-tabs{margin-bottom:var(--space-md);flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.cert-tab{background:var(--bg-white);border:1.5px solid var(--border-light);font-family:var(--font-primary);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;padding:8px 18px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.cert-tab:hover{border-color:var(--text-primary);color:var(--text-primary)}.cert-tab.active{background:var(--text-primary);border-color:var(--text-primary);color:var(--text-white)}.cert-tab__count{background:#0000001a;border-radius:10px;padding:2px 7px;font-size:10px;font-weight:700}.cert-tab.active .cert-tab__count{background:#fff3}.cert-list{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.cert-card{background:var(--bg-white);border:1px solid var(--border-light);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.cert-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.cert-card__accent{flex-shrink:0;width:100%;height:4px}.cert-card__content{flex-direction:column;flex:1;justify-content:space-between;gap:20px;padding:24px;display:flex}.cert-card__main{flex-direction:column;gap:12px;display:flex}.cert-card__title{color:var(--text-primary);font-size:16px;font-weight:700;line-height:1.4}.cert-card__meta{flex-direction:column;gap:6px;display:flex}.cert-card__provider{text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700}.cert-card__date{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:11px}.cert-card__skills{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.cert-card__skill{border:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;padding:4px 10px;font-size:10px;font-weight:600}.cert-load-more-container{justify-content:center;margin-top:40px;display:flex}.cert-load-more{color:var(--accent-red);border:2px solid var(--accent-red);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;padding:12px 32px;font-size:14px;font-weight:700;transition:all .3s}.cert-load-more:hover{background:var(--accent-red);color:var(--text-white)}.other-projects{background:var(--bg-white);padding:var(--space-xl) 0}.other-projects__heading{text-align:center;margin-bottom:var(--space-lg)}.other-projects__heading h2{text-transform:uppercase;letter-spacing:2px;font-size:38px;font-weight:800}.other-projects__heading p{color:var(--text-muted);margin-top:var(--space-sm);max-width:500px;margin-left:auto;margin-right:auto;font-size:14px}.other-projects__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.op-card{border:1.5px solid var(--border-light);cursor:pointer;color:inherit;flex-direction:column;padding:28px;text-decoration:none;transition:all .3s;display:flex;position:relative}.op-card:hover{border-color:var(--text-primary);transform:translateY(-4px)}.op-card__top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.op-card__category{text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:700}.op-card__github-icon{width:20px;height:20px;color:var(--text-muted);transition:color .2s}.op-card:hover .op-card__github-icon{color:var(--text-primary)}.op-card__title{color:var(--text-primary);margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.3}.op-card__desc{color:var(--text-muted);flex-grow:1;margin-bottom:16px;font-size:13px;line-height:1.6}.op-card__tech{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.op-card__tech span{letter-spacing:.5px;border:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;padding:3px 10px;font-size:10px;font-weight:600}.contact{background:var(--bg-white);padding:var(--space-xl) 0}.contact__heading{text-align:center;margin-bottom:var(--space-lg)}.contact__heading h2{text-transform:uppercase;letter-spacing:2px;font-size:38px;font-weight:800}.contact__heading p{color:var(--text-muted);margin-top:var(--space-sm);max-width:500px;margin-left:auto;margin-right:auto;font-size:14px}.contact__form{gap:var(--space-sm);border:1.5px solid var(--border-light);background:var(--bg-white);border-radius:0;grid-template-columns:1fr 1fr;max-width:700px;margin:0 auto;padding:48px;display:grid}.contact__form .full-width{grid-column:1/-1}.contact__input,.contact__textarea{border:1.5px solid var(--border-light);width:100%;font-family:var(--font-primary);color:var(--text-primary);background:var(--bg-white);border-radius:0;outline:none;padding:14px 20px;font-size:14px;transition:border-color .2s}.contact__input:focus,.contact__textarea:focus{border-color:var(--text-primary)}.contact__input::placeholder,.contact__textarea::placeholder{color:var(--text-muted)}.contact__textarea{resize:vertical;min-height:160px}.contact__submit{margin-top:var(--space-sm)}.contact__success{text-align:center;color:#27ae60;margin-top:var(--space-sm);grid-column:1/-1;font-size:14px;font-weight:600}.footer{background:var(--bg-dark);color:var(--text-white);clip-path:polygon(0 8%,50% 0,100% 8%,100% 100%,0 100%);margin-top:-40px;padding-top:140px;padding-bottom:60px}.footer__grid{gap:var(--space-md);grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr;display:grid}.footer__brand-desc{color:var(--footer-desc);margin-top:var(--space-sm);margin-bottom:var(--space-md);font-size:13px;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social-icon{border:1px solid var(--social-border);width:36px;height:36px;color:var(--social-icon);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer__social-icon:hover{border-color:var(--text-white);color:var(--text-white)}.footer__social-icon svg{width:16px;height:16px}.footer__column h4{color:var(--text-white);margin-bottom:var(--space-sm);font-size:14px;font-weight:600}.footer__column ul{flex-direction:column;gap:10px;display:flex}.footer__column li a{color:var(--footer-link);font-size:13px;transition:color .2s}.footer__column li a:before{content:"❯  ";font-size:10px}.footer__column li a:hover{color:var(--text-white)}.footer__contact-item{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.footer__contact-icon{color:var(--social-icon);flex-shrink:0;margin-top:2px}.footer__contact-icon svg{width:16px;height:16px}.footer__contact-text{color:var(--footer-link);font-size:13px;line-height:1.6}.footer__contact-text a{color:var(--footer-link);transition:color .2s}.footer__contact-text a:hover{color:var(--text-white)}.footer__copyright{border-top:1px solid var(--border-dark);margin-top:var(--space-lg);text-align:center;color:var(--copyright);padding-top:24px;font-size:12px}.mobile-nav{top:var(--nav-height);width:280px;height:calc(100vh - var(--nav-height));background:var(--bg-white);z-index:999;padding:var(--space-md);transition:right .3s;position:fixed;right:-100%;box-shadow:-4px 0 20px #0000001a}.mobile-nav.open{right:0}.mobile-nav__links{gap:var(--space-md);flex-direction:column;display:flex}.mobile-nav__link{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-primary);border-bottom:1px solid var(--border-light);padding:8px 0;font-size:16px;font-weight:600;transition:color .2s}.mobile-nav__link:hover,.mobile-nav__link.active{color:var(--accent-red)}.mobile-overlay{top:var(--nav-height);width:100%;height:calc(100vh - var(--nav-height));z-index:998;background:#0006;display:none;position:fixed;left:0}.mobile-overlay.open{display:block}@media (width<=1100px){.hero__content{gap:var(--space-lg);flex-direction:column;padding:100px 0 80px}.hero__text{text-align:center;margin:0 auto}.hero__text p{margin:0 auto var(--space-md) auto}.hero__buttons{justify-content:center}.hero__stats{justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:row}.hero__stat{text-align:center}.hero__stat-number{justify-content:center}.cert-list{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.hero{align-items:center}.navbar__links{display:none}.navbar__hamburger{display:flex}.hero__content{gap:var(--space-lg);flex-direction:column;padding:100px 0 80px}.hero__text h1{font-size:42px}.hero__stats{align-items:center;gap:var(--space-lg);flex-direction:row}.hero__stat{text-align:center}.hero__stat-number{justify-content:center}.services-grid{grid-template-columns:repeat(3,1fr)}.cert-list,.footer__grid{grid-template-columns:repeat(2,1fr)}.about__intro{gap:var(--space-md);text-align:center;grid-template-columns:1fr}.about__intro-right{text-align:center}.project-card{grid-template-columns:1fr}.project-card:nth-child(2n){direction:ltr}.project-card__image{height:360px}.project-card__info{padding:var(--space-md)}.project-card__title{font-size:32px}.cert-tabs{gap:6px}.cert-tab{padding:6px 14px;font-size:11px}.cert-row__content{flex-direction:column;align-items:flex-start;gap:10px}.other-projects__grid,.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--container-padding:20px}.hero{clip-path:polygon(0 0,100% 0,100% 92%,50% 100%,0 92%);min-height:75vh}.hero__text h1{font-size:32px}.hero__text p{font-size:14px}.hero__stats{gap:var(--space-md);flex-direction:column}.hero__stat-number span:first-child{font-size:40px}.hero__play{width:46px;height:46px;bottom:10%;right:5%}.about__heading h2,.works__heading h2,.certifications__heading h2,.contact__heading h2,.other-projects__heading h2{letter-spacing:1px;font-size:28px}.other-projects__grid,.cert-list{grid-template-columns:1fr}.navbar__logo{font-size:15px}.services-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.service-item__icon,.service-item__icon svg{width:48px;height:48px}.service-item__label{font-size:11px}.numbered-list{grid-template-columns:1fr}.numbered-item__number{font-size:48px}.project-card__image{height:260px}.project-card__title{font-size:26px}.project-card__desc{font-size:13px}.cert-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.cert-tabs::-webkit-scrollbar{display:none}.cert-tab{white-space:nowrap;padding:6px 12px;font-size:10px}.cert-row__title{font-size:13px}.cert-row__content{padding:12px 14px}.contact__form{grid-template-columns:1fr;padding:24px}.footer{clip-path:polygon(0 4%,50% 0,100% 4%,100% 100%,0 100%);padding-top:90px}.footer__grid{gap:var(--space-lg);grid-template-columns:1fr}.works{clip-path:polygon(0 2%,100% 0,100% 100%,0 100%);padding-top:calc(var(--space-xl) + 20px)}}@media (width<=480px){.hero__text h1{font-size:26px}.hero__content{padding:80px 0 60px}.hero__stat-number span:first-child{font-size:32px}.project-card__info{padding:var(--space-sm)}.project-card__title{font-size:22px}}.chatbot-bubble{z-index:1000;width:56px;height:56px;color:var(--text-white);cursor:pointer;background:linear-gradient(135deg,#e8192c 0%,#c41020 100%);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:30px;right:30px}.chatbot-bubble:hover{transform:scale(1.1)}.chatbot-bubble--open{background:linear-gradient(135deg,#333 0%,#222 100%)}.chatbot-panel{z-index:9999;-webkit-backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#121212eb;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:380px;height:520px;max-height:calc(100vh - 120px);transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:100px;right:30px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 24px 80px #00000080,0 8px 32px #0000004d}.chatbot-panel--open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chatbot-header{background:#e8192c1f;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatbot-header__info{align-items:center;gap:12px;display:flex}.chatbot-header__avatar{color:#fff;background:linear-gradient(135deg,#e8192c 0%,#c41020 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-header__title{color:var(--text-white);letter-spacing:.5px;font-size:14px;font-weight:700;display:block}.chatbot-header__status{color:#4ade80;align-items:center;gap:5px;font-size:11px;font-weight:500;display:flex}.chatbot-header__dot{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite chatbot-status-pulse}@keyframes chatbot-status-pulse{0%,to{opacity:1}50%{opacity:.4}}.chatbot-header__close{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:color .2s,background .2s}.chatbot-header__close:hover{color:var(--text-white);background:#ffffff1a}.chatbot-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.chatbot-msg{gap:8px;max-width:92%;animation:.3s chatbot-msg-in;display:flex}@keyframes chatbot-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg--user{flex-direction:row-reverse;align-self:flex-end}.chatbot-msg--bot{align-self:flex-start}.chatbot-msg__avatar{color:#e8192c;background:#e8192c33;border-radius:50%;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;margin-top:2px;display:flex}.chatbot-msg__bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:13px;line-height:1.55}.chatbot-msg--bot .chatbot-msg__bubble{color:#ffffffe6;background:#ffffff12;border-bottom-left-radius:4px}.chatbot-msg--user .chatbot-msg__bubble{color:#fff;background:linear-gradient(135deg,#e8192c 0%,#c41020 100%);border-bottom-right-radius:4px}.chatbot-msg__bubble a{color:#60a5fa;text-decoration:underline}.chatbot-msg__bubble pre{background:#0000004d;border-radius:8px;margin:6px 0;padding:8px 10px;font-size:12px;overflow-x:auto}.chatbot-msg__bubble code{font-family:SF Mono,Fira Code,monospace;font-size:12px}.chatbot-inline-code{background:#ffffff1a;border-radius:4px;padding:1px 5px}.chatbot-msg__bubble strong{color:#fff;font-weight:600}.chatbot-typing{align-items:center;gap:5px;display:flex;padding:12px 16px!important}.chatbot-typing__dot{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite chatbot-bounce}.chatbot-typing__dot:nth-child(2){animation-delay:.15s}.chatbot-typing__dot:nth-child(3){animation-delay:.3s}@keyframes chatbot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chatbot-input{background:#0003;border-top:1px solid #ffffff0f;align-items:center;gap:8px;padding:12px 16px;display:flex}.chatbot-input input{color:var(--text-white);font-size:13px;font-family:var(--font-primary);background:#ffffff12;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;padding:10px 14px;transition:border-color .2s,background .2s}.chatbot-input input::placeholder{color:#ffffff4d}.chatbot-input input:focus{background:#ffffff1a;border-color:#e8192c80}.chatbot-input__send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8192c 0%,#c41020 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;transition:opacity .2s,transform .2s;display:flex}.chatbot-input__send:hover:not(:disabled){transform:scale(1.05)}.chatbot-input__send:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.chatbot-bubble{width:50px;height:50px;bottom:80px;right:20px}.chatbot-panel{border-radius:0;width:100%;height:100dvh;max-height:100dvh;bottom:0;left:0;right:0}body.chatbot-open{overflow:hidden}}
