@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");.landing-root{--accent:#22c55e;--accent-hover:#16a34a;--accent-light:#4ade80;--accent-dark:#15803d;--accent-glow:rgba(34,197,94,.25);--accent-soft:rgba(34,197,94,.08);--accent-subtle:rgba(34,197,94,.15);--bg-primary:#070d09;--bg-elevated:#0c1410;--bg-card:rgba(34,197,94,.04);--bg-card-hover:rgba(34,197,94,.07);--bg-surface:#111a14;--border-subtle:rgba(34,197,94,.12);--border-hover:rgba(34,197,94,.3);--border-white:hsla(0,0%,100%,.07);--text-primary:#f0fff4;--text-secondary:#d1fae5;--text-muted:#6b8f75;--text-dim:#3d5c47;--gradient-brand:linear-gradient(135deg,#22c55e,#16a34a);--gradient-hero:linear-gradient(135deg,#f0fff4,#4ade80);--gradient-glow:radial-gradient(1200px circle at 50% 20%,rgba(34,197,94,.07),transparent 60%);--gradient-accent:linear-gradient(135deg,#22c55e,#4ade80);--shadow-card:0 4px 20px rgba(0,0,0,.4);--shadow-card-hover:0 20px 60px rgba(0,0,0,.6),0 0 40px rgba(34,197,94,.08);--shadow-glow:0 0 40px rgba(34,197,94,.3);--shadow-glow-strong:0 0 50px rgba(34,197,94,.4),0 0 100px rgba(34,197,94,.2);--shadow-btn:0 8px 28px rgba(34,197,94,.4);--section-padding:140px;--section-padding-mobile:80px;--container-max:1320px;--container-narrow:800px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out:cubic-bezier(0.19,1,0.22,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:0.2s;--duration-normal:0.35s;--duration-slow:0.7s;--font-heading:"Inter",sans-serif;--font-body:"Plus Jakarta Sans",sans-serif;--letter-spacing-tight:-0.03em;--letter-spacing-heading:-0.04em;background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font-family:inherit}.landing-root .gradient-text{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .gradient-text-hero{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.landing-root section{padding:var(--section-padding) 0;position:relative}.landing-root .section-header{text-align:center;margin-bottom:72px}.landing-root .section-title{font-size:2.8rem;font-weight:800;text-align:center;margin-bottom:16px;letter-spacing:-.03em;line-height:1.15}.landing-root .section-subtitle{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.75}.landing-root .section-label{display:inline-block;background:rgba(132,204,22,.1);border:1px solid rgba(132,204,22,.22);color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:18px}.landing-root .btn-glow{background:var(--accent);color:#000;font-weight:500;padding:18px 40px;border-radius:16px;border:none;cursor:pointer;font-size:1.1rem;display:inline-flex;align-items:center;gap:12px;transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-glow);position:relative;overflow:hidden;letter-spacing:-.01em}.landing-root .btn-glow:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:var(--shadow-glow-strong)}.landing-root .glass-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:36px;transition:all .4s var(--ease-out);position:relative;overflow:hidden}.landing-root .glass-card:hover{transform:translateY(-6px);border-color:var(--accent-subtle);box-shadow:var(--shadow-card-hover);background:var(--bg-card-hover)}.landing-root .site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(3,7,18,.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle)}.landing-root .nav-container{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:var(--container-max);margin:0 auto;padding:0 24px}.landing-root .nav-logo{display:flex;align-items:center;gap:8px;font-size:1.35rem;font-weight:900}.landing-root .nav-links{display:flex;align-items:center;gap:36px}.landing-root .nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color var(--duration-normal) ease}.landing-root .nav-link:hover{color:var(--text-primary)}.landing-root .nav-cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#000;padding:10px 22px;border-radius:var(--radius-full);border:none;cursor:pointer;font-weight:500;font-size:.92rem;transition:all var(--duration-normal) ease}.landing-root .nav-cta:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 0 24px var(--accent-glow)}.landing-root .hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:72px}.landing-root .hero-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.landing-root .orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:orbFloat 12s ease-in-out infinite}.landing-root .orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(132,204,22,.12) 0,transparent 70%);top:-10%;right:-5%}.landing-root .orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(34,211,238,.08) 0,transparent 70%);bottom:0;left:-5%;animation-delay:-4s}.landing-root .orb-3{width:250px;height:250px;background:radial-gradient(circle,rgba(250,204,21,.06) 0,transparent 70%);top:40%;right:30%;animation-delay:-8s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.95)}}.landing-root .grid-bg{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:64px 64px;pointer-events:none;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,#000 30%,transparent 100%)}.landing-root .hero-container{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;padding:48px 24px;max-width:var(--container-max);margin:0 auto}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px;padding:8px 18px;background:var(--accent-soft);border:1px solid rgba(132,204,22,.15);border-radius:var(--radius-full)}.landing-root .badge-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.landing-root .hero-title{font-size:3.6rem;font-weight:900;line-height:1.08;margin-bottom:24px;letter-spacing:-.04em}.landing-root .hero-subtitle{font-size:1.15rem;color:var(--text-muted);line-height:1.75;margin-bottom:36px;max-width:500px}.landing-root .hero-actions{margin-bottom:32px}.landing-root .hero-trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing-root .trust-item{display:flex;align-items:center;gap:8px;color:var(--text-dim);font-size:.82rem;font-weight:500}.landing-root .trust-divider{width:1px;height:16px;background:var(--border-subtle)}.landing-root .hero-visual{position:relative;display:flex;justify-content:center}.landing-root .hero-visual-card{position:relative;width:100%;max-width:440px;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-subtle);background:rgba(10,15,26,.8);box-shadow:0 24px 80px rgba(0,0,0,.5);animation:cardFloat 6s ease-in-out infinite}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing-root .mock-browser{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border-subtle);background:hsla(0,0%,100%,.02)}.landing-root .mock-dots{display:flex;gap:6px}.landing-root .mock-dots span{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.08)}.landing-root .mock-dots span:first-child{background:#ef4444;opacity:.7}.landing-root .mock-dots span:nth-child(2){background:#f59e0b;opacity:.7}.landing-root .mock-dots span:last-child{background:#22c55e;opacity:.7}.landing-root .mock-url{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.04);padding:6px 14px;border-radius:var(--radius-sm);font-size:.78rem;color:var(--text-muted);flex:1}.landing-root .mock-content{padding:24px 20px 28px;display:flex;flex-direction:column;gap:18px}.landing-root .mock-hero-block{width:100%;height:100px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--accent-soft),rgba(34,211,238,.06));border:1px solid var(--border-subtle)}.landing-root .mock-text-lines{display:flex;flex-direction:column;gap:8px}.landing-root .mock-line{height:8px;border-radius:4px;background:hsla(0,0%,100%,.05)}.landing-root .mock-line.w-80{width:85%}.landing-root .mock-line.w-60{width:65%}.landing-root .mock-line.w-40{width:45%}.landing-root .mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.landing-root .mock-card{height:52px;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.03);border:1px solid var(--border-subtle)}.landing-root .visual-glow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,var(--accent-glow),transparent 70%);bottom:-60px;right:-60px;pointer-events:none;opacity:.4;filter:blur(40px)}.landing-root .steps-timeline{display:flex;flex-direction:column;gap:0;max-width:640px;margin:0 auto}.landing-root .step-card{display:flex;gap:28px;position:relative}.landing-root .step-indicator{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.landing-root .step-number-circle{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:var(--accent);position:relative;z-index:1}.landing-root .step-line{width:2px;flex:1;background:linear-gradient(to bottom,var(--accent),rgba(132,204,22,.1));min-height:24px}.landing-root .step-body{flex:1;margin-bottom:24px;padding:28px 32px}.landing-root .step-icon-box{width:48px;height:48px;border-radius:12px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--accent)}.landing-root .step-title{font-size:1.2rem;font-weight:700;margin-bottom:8px}.landing-root .step-description{color:var(--text-muted);line-height:1.7;font-size:.95rem}.landing-root .faq-wrapper{max-width:var(--container-narrow);margin:0 auto}.landing-root .faq-item{border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;margin-bottom:12px;transition:all var(--duration-normal) ease;background:var(--bg-card)}.landing-root .faq-item:hover{border-color:var(--accent-subtle)}.landing-root .faq-item[open]{border-color:rgba(132,204,22,.2);box-shadow:0 4px 24px rgba(0,0,0,.15)}.landing-root .faq-item summary{padding:20px 24px;cursor:pointer;font-weight:600;font-size:1.02rem;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text-primary)}.landing-root .faq-item summary::-webkit-details-marker{display:none}.landing-root .faq-item summary:after{content:"+";font-size:1.4rem;color:var(--accent);transition:transform var(--duration-normal) var(--ease-spring);flex-shrink:0;margin-left:16px;font-weight:300}.landing-root .faq-item[open] summary:after{transform:rotate(45deg)}.landing-root .faq-item[open] summary{color:var(--accent)}.landing-root .faq-answer{padding:0 24px 20px;color:var(--text-muted);line-height:1.75;font-size:.95rem;animation:faqReveal .3s var(--ease-out)}@keyframes faqReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.landing-root .final-cta{text-align:center;position:relative;overflow:hidden;padding:140px 0}.landing-root .cta-ambient{position:absolute;inset:0;pointer-events:none}.landing-root .cta-orb{position:absolute;border-radius:50%;filter:blur(100px)}.landing-root .cta-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(132,204,22,.1),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .cta-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(34,211,238,.06),transparent 70%);top:30%;right:10%}.landing-root .cta-title{font-size:3rem;font-weight:900;margin-bottom:20px;letter-spacing:-.04em;line-height:1.15}.landing-root .cta-subtitle{color:var(--text-muted);font-size:1.15rem;max-width:480px;margin:0 auto 40px;line-height:1.75}.landing-root .cta-micro{color:var(--text-dim);font-size:.82rem;margin-top:20px}.landing-root .carousel-wrapper{position:relative;width:100%;overflow:hidden;padding:16px 0}.landing-root .carousel-wrapper:after,.landing-root .carousel-wrapper:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.landing-root .carousel-wrapper:before{left:0;background:linear-gradient(to right,var(--bg-primary),transparent)}.landing-root .carousel-wrapper:after{right:0;background:linear-gradient(to left,var(--bg-primary),transparent)}.landing-root .carousel-track{display:flex;gap:20px;width:-moz-max-content;width:max-content;will-change:transform}.landing-root .track-1{animation:slide-left 40s linear infinite}.landing-root .track-2{animation:slide-right 50s linear infinite}.landing-root .carousel-wrapper:hover .carousel-track{animation-play-state:paused}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slide-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.landing-root .t-card{flex-shrink:0;width:330px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:border-color .3s ease,transform .3s ease}.landing-root .t-card:hover{border-color:rgba(132,204,22,.22);transform:translateY(-4px)}.landing-root .t-text{font-size:.94rem;color:hsla(0,0%,100%,.72);line-height:1.7;flex:1;margin:0}.landing-root .t-stars{color:var(--accent-light);font-size:.85rem;letter-spacing:3px}.landing-root .t-author{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.06)}.landing-root .t-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem;color:#fff;flex-shrink:0}.landing-root .t-name{display:block;font-weight:600;font-size:.9rem}.landing-root .t-role{display:block;font-size:.78rem;color:hsla(0,0%,100%,.4);margin-top:2px}.landing-root .site-footer{border-top:1px solid var(--border-subtle);padding:64px 0 32px}.landing-root .footer-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px}.landing-root .footer-brand{max-width:320px}.landing-root .footer-logo{display:inline-flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:900;margin-bottom:12px}.landing-root .footer-description{color:var(--text-muted);font-size:.9rem;line-height:1.6}.landing-root .footer-nav{display:flex;gap:64px}.landing-root .footer-col{display:flex;flex-direction:column;gap:10px}.landing-root .footer-heading{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:4px}.landing-root .footer-link{color:var(--text-muted);font-size:.9rem;transition:color var(--duration-normal) ease}.landing-root .footer-link:hover{color:var(--text-primary)}.landing-root .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border-subtle)}.landing-root .footer-copy{color:var(--text-dim);font-size:.82rem}.landing-root .footer-cta{display:inline-block;margin-top:20px;padding:10px 22px;background:var(--accent);color:#000;font-weight:500;font-size:.88rem;border:none;border-radius:999px;cursor:pointer;transition:all .3s ease}.landing-root .footer-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(132,204,22,.3)}.landing-root .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:16px;margin-top:52px;max-width:1120px;margin-left:auto;margin-right:auto}.landing-root .bento-card{position:relative;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:20px;padding:28px;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;min-height:200px}.landing-root .bento-card:hover{border-color:rgba(132,204,22,.2);background:hsla(0,0%,100%,.05);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.25)}.landing-root .col-span-2{grid-column:span 2}.landing-root .bento-content{position:relative;z-index:2;flex:1}.landing-root .bento-icon{width:44px;height:44px;background:rgba(132,204,22,.1);border:1px solid rgba(132,204,22,.18);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px;flex-shrink:0}.landing-root .bento-card h3{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:10px;line-height:1.35}.landing-root .bento-card p{font-size:.92rem;color:hsla(0,0%,100%,.55);line-height:1.6;margin:0}.landing-root .bento-tag{position:relative;z-index:2;margin-top:24px;padding-top:16px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(132,204,22,.5);border-top:1px solid hsla(0,0%,100%,.05)}.landing-root .bento-bg{position:absolute;inset:0;z-index:1;opacity:.08;transition:opacity .4s ease;pointer-events:none}.landing-root .bento-card:hover .bento-bg{opacity:.18}.landing-root .bg-1{background:radial-gradient(circle at 100% 100%,#84cc16,transparent 55%)}.landing-root .bg-2{background:radial-gradient(circle at 0 100%,#2563eb,transparent 55%)}.landing-root .bg-3{background:radial-gradient(circle at 100% 0,#ec4899,transparent 55%)}.landing-root .bg-4{background:radial-gradient(circle at 0 0,#a855f7,transparent 55%)}.landing-root .industry-header{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid hsla(0,0%,100%,.07)}.landing-root .industry-icon{width:40px;height:40px;background:rgba(132,204,22,.08);border:1px solid rgba(132,204,22,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.landing-root .industry-label{font-size:.9rem;font-weight:700;color:#fff;line-height:1.35}.landing-root .industry-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.landing-root .industry-features li{display:flex;align-items:center;gap:10px;font-size:.92rem;color:hsla(0,0%,100%,.65);font-weight:400}.landing-root .industry-features li svg{flex-shrink:0;color:var(--accent)}.landing-root .specialized-section{margin-top:110px;max-width:1120px;margin-left:auto;margin-right:auto}.landing-root .specialized-header{text-align:center;margin-bottom:56px}.landing-root .specialized-title{font-size:2.1rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin-bottom:16px;line-height:1.2}.landing-root .specialized-subtitle{font-size:1.05rem;color:hsla(0,0%,100%,.5);max-width:720px;margin:0 auto;line-height:1.6}.landing-root .floating-widget{background:#0d1117!important;border-color:rgba(132,204,22,.2)!important}.landing-root .floating-widget>div:first-child{background:linear-gradient(135deg,#1a2e05,#0d1117)!important}@media (max-width:960px){.landing-root .bento-grid{grid-template-columns:1fr 1fr}.landing-root .col-span-2{grid-column:span 2}}@media (max-width:768px){.landing-root section{padding:var(--section-padding-mobile) 0}.landing-root .section-title{font-size:2rem}.landing-root .hero-container{grid-template-columns:1fr;text-align:center;gap:48px;padding-top:32px}.landing-root .hero-title{font-size:2.4rem}.landing-root .hero-subtitle{font-size:1rem;margin-left:auto;margin-right:auto}.landing-root .hero-actions{display:flex;justify-content:center}.landing-root .hero-trust{justify-content:center}.landing-root .trust-divider{display:none}.landing-root .hero-visual-card{max-width:340px}.landing-root .nav-links{display:none}.landing-root .btn-glow{padding:16px 28px;font-size:1rem;width:100%;justify-content:center}.landing-root .footer-top{flex-direction:column;gap:32px}.landing-root .footer-bottom{flex-direction:column;gap:16px;text-align:center}.landing-root .final-cta{padding:100px 0}.landing-root .cta-title{font-size:2.2rem}.landing-root .step-card{gap:16px}.landing-root .step-body{padding:24px}}@media (max-width:600px){.landing-root .bento-grid{grid-template-columns:1fr}.landing-root .col-span-2{grid-column:span 1}.landing-root .bento-card{min-height:auto}}@media (max-width:480px){.landing-root .hero-title{font-size:2rem}}#chatbot-bubble{position:fixed;bottom:100px;right:28px;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6366f1);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 24px rgba(99,102,241,.5);z-index:1000;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}#chatbot-bubble:hover{transform:scale(1.12);box-shadow:0 6px 32px rgba(99,102,241,.7)}.bubble-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(99,102,241,.4);animation:bubble-ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes bubble-ping{0%{transform:scale(1);opacity:.7}75%,to{transform:scale(1.4);opacity:0}}#chatbot-panel{position:fixed;bottom:100px;right:28px;width:400px;height:560px;background:#0c0c1a;border:1px solid rgba(99,102,241,.15);border-radius:20px;display:flex;flex-direction:column;z-index:1001;box-shadow:0 24px 80px rgba(0,0,0,.6),0 0 80px rgba(99,102,241,.06);overflow:hidden;transition:opacity .35s ease,transform .35s cubic-bezier(.34,1.56,.64,1)}#chatbot-panel.chatbot-hidden{opacity:0;transform:translateY(24px) scale(.92);pointer-events:none}#chatbot-header{justify-content:space-between;padding:12px 16px;background:linear-gradient(135deg,#7c3aed,#5b21b6);flex-shrink:0}#chatbot-header,.header-left{display:flex;align-items:center}.header-left{gap:10px}.header-avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;color:#fff}.header-info{display:flex;flex-direction:column}.header-title{color:#fff;font-weight:700;font-size:15px;line-height:1.2}.header-status{color:hsla(0,0%,100%,.8);font-size:11px;display:flex;align-items:center;gap:5px}.status-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;animation:status-blink 2s ease-in-out infinite}@keyframes status-blink{0%,to{opacity:1}50%{opacity:.4}}.header-actions{display:flex;gap:4px}.header-actions a,.header-actions button{background:hsla(0,0%,100%,.12);border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;text-decoration:none}.header-actions a:hover,.header-actions button:hover{background:hsla(0,0%,100%,.25)}.header-actions a.wa-header-btn:hover{background:rgba(37,211,102,.4)}#chatbot-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth;background:radial-gradient(circle at 20% 80%,rgba(99,102,241,.04) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(124,58,237,.03) 0,transparent 50%),#0c0c1a}#chatbot-messages::-webkit-scrollbar{width:4px}#chatbot-messages::-webkit-scrollbar-track{background:transparent}#chatbot-messages::-webkit-scrollbar-thumb{background:rgba(99,102,241,.25);border-radius:4px}.chat-row{display:flex;width:100%;animation:msg-in .3s cubic-bezier(.34,1.56,.64,1)}.chat-row.bot-row{justify-content:flex-start}.chat-row.user-row{justify-content:flex-end}@keyframes msg-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-msg{max-width:78%;padding:10px 14px;font-size:13.5px;line-height:1.55;word-wrap:break-word;position:relative}.chat-msg.bot{background:hsla(0,0%,100%,.07);color:#d8d8f0;border-radius:4px 18px 18px 18px;border:1px solid hsla(0,0%,100%,.06)}.chat-msg.user{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border-radius:18px 4px 18px 18px;box-shadow:0 2px 16px rgba(99,102,241,.3)}.msg-content{word-break:break-word}.msg-time{font-size:10px;opacity:.45;margin-top:4px;display:block}.chat-msg.user .msg-time{text-align:right;opacity:.6}.chat-row.typing-row{justify-content:flex-start}.chat-msg.typing{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.04);border-radius:4px 18px 18px 18px;padding:14px 22px}.typing-dots{display:flex;gap:5px;align-items:center}.typing-dots span{width:7px;height:7px;border-radius:50%;background:#7c3aed;animation:typing-bounce 1.4s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.welcome-section{text-align:center;padding:24px 16px 12px}.welcome-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6366f1);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:22px;box-shadow:0 4px 24px rgba(99,102,241,.3)}.welcome-text{color:#8888a8;font-size:12.5px;line-height:1.6}.welcome-text strong{color:#c4c4e0;font-size:14px;display:block;margin-bottom:2px}.chat-row.system-row{justify-content:center}.chat-msg.system{background:hsla(0,0%,100%,.03);color:#666;font-size:11px;padding:5px 14px;border-radius:20px;border:1px solid hsla(0,0%,100%,.05);max-width:90%}#chatbot-form{padding:10px 14px 14px;border-top:1px solid hsla(0,0%,100%,.06);background:#08081a;flex-shrink:0}.input-wrapper{display:flex;align-items:flex-end;gap:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:4px 4px 4px 14px;transition:border-color .2s,box-shadow .2s}.input-wrapper:focus-within{border-color:rgba(99,102,241,.4);box-shadow:0 0 0 3px rgba(99,102,241,.08)}#chatbot-input{flex:1;background:transparent;border:none;padding:10px 0;color:#e0e0f0;font-size:13.5px;resize:none;outline:none;font-family:inherit;max-height:80px;line-height:1.4}#chatbot-input::-moz-placeholder{color:#444}#chatbot-input::placeholder{color:#444}#chatbot-send{background:linear-gradient(135deg,#6366f1,#7c3aed);border:none;border-radius:10px;width:36px;height:36px;min-width:36px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}#chatbot-send:hover{transform:scale(1.08)}#chatbot-send:disabled{opacity:.4;cursor:not-allowed;transform:none}.restart-confirm{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.restart-dialog{background:#1a1a2e;border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:28px 24px;text-align:center;max-width:280px;box-shadow:0 12px 40px rgba(0,0,0,.5)}.restart-dialog p{color:#d4d4f0;font-size:14px;margin:0 0 20px;line-height:1.5}.restart-dialog .btn-group{display:flex;gap:10px;justify-content:center}.restart-dialog button{padding:9px 22px;border-radius:10px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.restart-dialog button:hover{transform:scale(1.04)}.restart-dialog .btn-cancel{background:hsla(0,0%,100%,.08);color:#999}.restart-dialog .btn-cancel:hover{background:hsla(0,0%,100%,.12)}.restart-dialog .btn-confirm{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff}@media (max-width:480px){#chatbot-bubble{bottom:24px;right:24px;width:56px;height:56px}#chatbot-panel{bottom:0!important;right:0!important;width:100%!important;height:100%!important;max-height:100dvh;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column}#chatbot-panel.chatbot-hidden{transform:translateY(100%);opacity:1}#chatbot-header{padding:16px;border-radius:0}#chatbot-messages{flex:1;height:auto;padding-bottom:20px}#chatbot-form{position:sticky;bottom:0;background:#0c0c1a;padding:12px;border-top:1px solid rgba(99,102,241,.2)}.input-wrapper{background:#1e1e2e}#chatbot-input{font-size:16px}}