:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:#efeae2;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,sans-serif;font-size:14.2px;color:#111b21}.app.app-home{background:linear-gradient(180deg,#f8fbff,#eef4ff)}.site-header{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;border-bottom:none}.site-header.site-header-home{background:transparent}.chat-main{flex:1;margin:68px 0 0;width:100%;background:#fff;border-radius:0;overflow:hidden;display:flex;box-shadow:none}.chat-main.chat-main-home{position:fixed;inset:68px 0 0;margin:0;background:transparent}.landing-content{flex:1;min-height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:transparent}.landing-copy{max-width:760px;text-align:center}.landing-copy h1{font-size:2.4rem;line-height:1.2;color:#032a8d;margin-bottom:1rem}.landing-copy p{font-size:1.1rem;color:#2e3a4a;line-height:1.7;margin-bottom:1.8rem}.start-chat-btn{border:none;border-radius:10px;padding:.75rem 1.4rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#0677be,#032a8d);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.start-chat-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0677be40}.chat-sidebar{background:#f0f2f5;border-right:1px solid #d6dbe1;display:flex;flex-direction:column}.sidebar-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #d6dbe1}.avatar,.chat-avatar{height:40px;width:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f9d8d,#00675f);flex-shrink:0}.sidebar-header h2{font-size:1.1rem;color:#111b21}.search-row{padding:.8rem;border-bottom:1px solid #d6dbe1}.search-row input,.composer input{width:100%;border:1px solid transparent;border-radius:10px;padding:.72rem .9rem;font-size:.95rem;color:#111b21;background:#fff}.search-row input:focus,.composer input:focus{outline:none;border-color:#00a884}.chat-list{list-style:none;overflow-y:auto}.chat-item{display:flex;gap:.75rem;padding:.85rem .95rem;border-bottom:1px solid #e7eaed;cursor:pointer;transition:background .2s}.chat-item:hover{background:#e9edef}.chat-item.active{background:#d9fdd3}.chat-meta{min-width:0;flex:1}.chat-meta-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.chat-name{font-size:.95rem;font-weight:600;color:#111b21}.chat-time{font-size:.74rem;color:#667781}.chat-meta p{margin-top:.2rem;font-size:.85rem;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel{flex:1;min-height:0;display:flex;flex-direction:column;background-color:#e5ddd5;background-image:url(/whatsapp-bg-tile.png);background-repeat:repeat;background-size:412px 749px}.panel-header{display:flex;align-items:center;gap:.8rem;padding:.85rem 1.25rem;border-bottom:1px solid #d6dbe1;background:#f0f2f5}.chat-avatar.large{height:44px;width:44px}.panel-header h3{font-size:1rem;color:#111b21}.panel-header span{font-size:.8rem;color:#667781}.messages{flex:1;padding:1rem 1.15rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.history-loading{align-self:center;display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;color:#54656f;border-radius:999px;padding:.38rem .72rem;font-size:.82rem;box-shadow:0 1px #0b141a21}.history-loading-spinner{width:14px;height:14px;border-radius:50%;border:2px solid #9ad6c7;border-top-color:#00a884;animation:history-loading-spin .85s linear infinite}@keyframes history-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message{max-width:min(78%,590px);border-radius:7.5px;padding:.36rem .55rem .22rem;box-shadow:0 1px #0b141a21}.message p{font-size:.95rem;color:#111b21;line-height:1.4}.message time{margin-top:.22rem;display:block;text-align:right;font-size:.76rem;color:#667781}.message.incoming{background:#fff;align-self:flex-start}.message.outgoing{background:#d9fdd3;align-self:flex-end}.composer{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem 1rem;background:transparent}.composer button{border:none;border-radius:999px;width:42px;height:42px;background:#00a884;color:#fff;cursor:pointer;box-shadow:0 3px 10px #0000001f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.composer input{flex:1 1 auto;min-width:0;width:auto;box-shadow:0 3px 10px #0000001a}.composer button svg{width:20px;height:20px;fill:currentColor}.composer button:hover{background:#01856a}.composer button:disabled,.composer button:disabled:hover{background:#9aa0a6;cursor:not-allowed;box-shadow:none}.header-container{width:100%;max-width:none;margin:0;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-text{color:#0677be;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#0677be,#032a8d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-actions{display:flex;align-items:center}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-mark{height:2rem;width:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:700}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-links{display:flex;align-items:center;gap:2rem}.header-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.header-links a:hover{color:#667eea}.header-links a.nav-button,.header-links a.nav-button:hover{color:#fff}.contact-sales-btn{color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;line-height:1;border:1px solid transparent;background:linear-gradient(90deg,#0677be,#032a8d);border-radius:8px;width:40px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s}.contact-sales-btn:hover{color:#333;background:#fff;border-color:#fff}.contact-sales-btn svg{width:18px;height:18px;fill:currentColor}.nav-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-block;text-decoration:none}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-container{max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{display:block;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn-primary{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-block;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.features{padding:6rem 2rem;background:#f8f9fa}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#333}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-note{margin-top:1.5rem;font-size:.95rem;opacity:.9}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9}@media(max-width:768px){html,body,#root,.app{height:100%}.header-container{padding:0 .75rem}.chat-main{position:fixed;inset:68px 0 0;margin:0;overflow:hidden}.landing-content{padding:1.5rem 1rem}.landing-copy h1{font-size:1.85rem}.landing-copy p{font-size:1rem;line-height:1.55}.chat-panel{height:100%}.chat-sidebar{display:none}.message{max-width:88%}.composer{gap:.5rem;padding:.7rem .75rem .85rem;background:transparent}.composer button{width:40px;height:40px}.logo-text{font-size:1.4rem}.contact-sales-btn{font-size:.85rem;padding:.35rem .7rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.header-links{gap:1rem}.header-links a{display:none}.header-links .contact-sales-btn,.header-links .nav-button{display:inline-block}.hero-stats{gap:2rem}.stat-number,.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}
