@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--success-color: #22c55e;--warning-color: #f59e0b;--error-color: #ef4444;--text-primary: #1f2937;--text-secondary: #6b7280;--border-color: #e5e7eb;--bg-primary: #ffffff;--bg-secondary: #f5f7fa}html{font-size:14px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-secondary);color:var(--text-primary)}a{color:var(--primary-color);text-decoration:none}a:hover{color:var(--primary-hover)}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{display:flex;align-items:center;gap:10px}.nav-logo-icon{font-size:28px}.nav-logo-text{font-size:20px;font-weight:700;color:#1a3a8f}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#3b82f6}.hero-section{padding:140px 32px 80px;text-align:center;background:linear-gradient(180deg,#f0f5ff,#fff)}.hero-container{max-width:800px;margin:0 auto}.hero-badge{display:inline-block;padding:6px 16px;background:#3b82f61a;color:#3b82f6;font-size:13px;font-weight:600;border-radius:20px;margin-bottom:24px}.hero-title{font-size:52px;font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-1px}.hero-highlight{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:19px;color:#6b7280;line-height:1.7;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;justify-content:center;gap:12px;margin-bottom:48px}.hero-cta{height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:10px!important}.hero-secondary{height:48px!important;padding:0 32px!important;font-size:16px!important;border-radius:10px!important}.hero-stats{display:flex;justify-content:center;align-items:center;gap:32px}.stat{display:flex;flex-direction:column;align-items:center}.stat strong{font-size:28px;font-weight:800;color:#3b82f6}.stat span{font-size:13px;color:#9ca3af;font-weight:500}.stat-divider{width:1px;height:36px;background:#e5e7eb}.section-container{max-width:1200px;margin:0 auto;padding:0 32px}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:36px;font-weight:800;margin-bottom:12px;letter-spacing:-.5px}.section-header p{font-size:17px;color:#6b7280}.features-section{padding:96px 32px;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:32px;border-radius:16px;border:1px solid #f3f4f6;transition:all .3s}.feature-card:hover{border-color:#dbeafe;box-shadow:0 8px 30px #3b82f614;transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;font-size:22px;color:#3b82f6;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.feature-card p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.how-section{padding:96px 32px;background:#f9fafb}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card{text-align:center;padding:32px}.step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-card h3{font-size:20px;font-weight:700;margin-bottom:8px}.step-card p{font-size:15px;color:#6b7280;line-height:1.6}.pricing-section{padding:96px 32px;background:#fff}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto;align-items:start}.pricing-card{padding:36px;border-radius:16px;border:2px solid #f3f4f6;position:relative;transition:all .3s}.pricing-card.popular{border-color:#3b82f6;box-shadow:0 12px 40px #3b82f626}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.pricing-card h3{font-size:20px;font-weight:700;margin-bottom:16px}.pricing-amount{margin-bottom:4px;display:flex;align-items:baseline;gap:4px}.price-from{font-size:15px;color:#9ca3af;font-weight:500;margin-right:4px}.currency{font-size:20px;font-weight:600}.price{font-size:48px;font-weight:800;letter-spacing:-2px}.period{font-size:15px;color:#9ca3af;font-weight:500}.pricing-devices{font-size:14px;color:#6b7280;margin-bottom:24px;font-weight:500}.pricing-example{display:flex;flex-direction:column;gap:0;margin-top:8px;background:#f9fafb;border-radius:10px;overflow:hidden}.example-row{display:flex;justify-content:space-between;padding:10px 16px;font-size:14px;color:#4b5563;border-bottom:1px solid #f3f4f6}.example-row:last-child{border-bottom:none}.tier-price{font-weight:700;color:#3b82f6}.features-card{padding:36px;border-radius:16px;border:2px solid #f3f4f6}.features-card h3{font-size:20px;font-weight:700;margin-bottom:4px}.features-subtitle{font-size:14px;color:#6b7280;margin-bottom:20px}.pricing-features{list-style:none;padding:0;margin:0 0 28px}.pricing-features li{padding:8px 0;font-size:14px;color:#4b5563;display:flex;align-items:center;gap:10px}.pricing-features li .anticon{color:#22c55e;font-size:14px}.testimonials-section{padding:96px 32px;background:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonial-card{padding:28px;border-radius:16px;background:#fff;border:1px solid #f3f4f6}.testimonial-stars{color:#f59e0b;font-size:14px;margin-bottom:12px;display:flex;gap:2px}.testimonial-text{font-size:15px;line-height:1.7;color:#374151;margin-bottom:16px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.testimonial-author strong{display:block;font-size:14px}.testimonial-author span{font-size:12px;color:#9ca3af}.cta-section{padding:96px 32px;background:linear-gradient(135deg,#1a3a8f,#2563eb,#3b82f6);text-align:center;color:#fff}.cta-section h2{font-size:36px;font-weight:800;margin-bottom:12px;color:#fff}.cta-section p{font-size:17px;opacity:.85;margin-bottom:32px}.cta-section .hero-cta{background:#fff!important;color:#2563eb!important;border-color:#fff!important}.cta-section .hero-cta:hover{background:#f0f5ff!important}.landing-footer-full{background:#111827;color:#9ca3af;padding:48px 0 24px}.footer-full-inner{max-width:1200px;margin:0 auto;padding:0 32px}.footer-full-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-full-brand .footer-full-logo{display:flex;align-items:center;gap:10px}.footer-full-desc{font-size:14px;line-height:1.6;color:#9ca3af;margin-top:12px}.footer-full-col h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:16px}.footer-full-col ul{list-style:none;padding:0;margin:0}.footer-full-col li{margin-bottom:10px}.footer-full-col a{font-size:14px;color:#d1d5db;text-decoration:none;transition:color .2s}.footer-full-col a:hover{color:#fff}.footer-full-bottom{border-top:1px solid #1f2937;padding-top:24px;text-align:center;font-size:13px}@media(max-width:968px){.hero-title{font-size:36px}.features-grid,.steps-grid,.pricing-layout,.testimonials-grid{grid-template-columns:1fr}.nav-links a{display:none}.hero-stats{gap:20px}.stat strong{font-size:22px}.footer-full-columns{grid-template-columns:1fr;gap:32px}}@media(max-width:480px){.hero-title{font-size:28px}.hero-actions{flex-direction:column}.section-header h2{font-size:26px}}.login-container{display:flex;min-height:100vh;background:#f5f7fa}.login-branding{flex:1;background:linear-gradient(135deg,#1a3a8f,#2563eb,#3b82f6);display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden}.login-branding:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.branding-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:500px}.branding-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.logo-icon{font-size:36px}.logo-text{font-size:28px;font-weight:700;letter-spacing:-.5px}.branding-illustration{margin-bottom:30px}.chat-preview{display:flex;justify-content:center;gap:20px}.chat-window{background:#fff;border-radius:16px;width:280px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.chat-header{background:#f5f7fa;padding:16px 20px;font-weight:600;color:#1f2937;font-size:18px}.chat-list{padding:8px}.chat-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s}.chat-item:hover{background:#f5f7fa}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.chat-info{flex:1;min-width:0}.chat-name{font-weight:600;color:#1f2937;font-size:14px}.chat-preview-text{color:#6b7280;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center}.branding-tagline{font-size:24px;font-weight:600;margin-bottom:20px;color:#fff}.platform-icons{display:flex;justify-content:center;gap:16px}.platform-icon{width:48px;height:48px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:#ffffffd9;transition:all .25s ease;cursor:pointer}.platform-icon:hover{background:#ffffff4d;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.login-form-container{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.login-card{width:100%;max-width:420px;border-radius:16px;box-shadow:0 4px 24px #0000000f}.login-header{text-align:center;margin-bottom:32px}.login-title{margin-bottom:8px!important;color:#1f2937}.login-form{margin-top:24px}.social-buttons{display:flex;flex-direction:column;gap:16px}.social-button{height:48px;font-size:15px;font-weight:500;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px}.google-button{background:#fff;border:1px solid #e5e7eb;color:#374151}.google-button:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.facebook-button{background:#1877f2;border-color:#1877f2;color:#fff}.facebook-button:hover{background:#166fe5;border-color:#166fe5;color:#fff}@media(max-width:968px){.login-container{flex-direction:column}.login-branding{padding:40px 20px;min-height:300px}.chat-window{width:240px}.branding-tagline{font-size:20px}}@media(max-width:480px){.login-form-container{padding:20px}.chat-window{display:none}}.verify-content{text-align:center;padding:16px 0}.verify-icon{font-size:48px;margin-bottom:16px}.code-inputs{display:flex;justify-content:center;gap:10px;margin-top:28px}.code-input{width:48px;height:56px;text-align:center;font-size:24px;font-weight:600;border:2px solid #e5e7eb;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s;color:#1f2937;background:#fff}.code-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.code-input:disabled{background:#f9fafb;color:#9ca3af}.dashboard-page{padding:24px}.dashboard-header{margin-bottom:24px}.dashboard-header .ant-typography{margin-bottom:4px}.stats-row{margin-bottom:24px}.stat-card{border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.stat-card .ant-statistic-title{color:#6b7280;font-size:14px}.stat-card .ant-statistic-content-prefix{margin-right:8px}.recent-chats-card{border-radius:12px;box-shadow:0 2px 8px #0000000a}.recent-chats-card .ant-list-item{cursor:pointer;transition:background .2s;border-radius:8px;margin:0 -12px;padding:16px 12px}.recent-chats-card .ant-list-item:hover{background:#f5f7fa}.chat-title{display:flex;align-items:center;gap:8px}.customer-name{font-weight:500}.quick-actions-card{border-radius:12px;box-shadow:0 2px 8px #0000000a}.quick-action-list{display:flex;flex-direction:column;gap:16px}.quick-action-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s}.quick-action-item:hover{background:#f5f7fa}.action-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.action-icon.whatsapp{background:#dcfce7;color:#25d366}.action-icon.facebook{background:#dbeafe;color:#1877f2}.action-icon.instagram{background:#fce7f3;color:#e4405f}.action-info{flex:1;display:flex;flex-direction:column}.action-info .ant-typography{line-height:1.4}.action-info .ant-typography-secondary{font-size:12px}.chat-history-layout{height:100vh;background:#fff}.chat-sidebar-left{background:#fff;border-right:1px solid #e5e7eb}.chat-sidebar-left .ant-layout-sider-children{display:flex;flex-direction:column}.view-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0}.view-menu{border:none;flex:1}.view-menu .ant-menu-item{margin:4px 8px;border-radius:6px}.view-menu .ant-menu-item-selected{background:#eff6ff!important}.chat-list-panel{background:#fff;border-right:1px solid #e5e7eb}.chat-list-panel .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.chat-list-header{padding:12px;border-bottom:1px solid #f0f0f0}.chat-list-tabs{display:flex;gap:4px;margin-bottom:12px}.tab-btn{font-size:13px;padding:4px 12px;height:auto;border-radius:16px}.tab-btn.active{background:#eff6ff;color:#3b82f6}.chat-device-filter{display:flex;align-items:center;gap:4px;padding:0 8px;margin-bottom:8px;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0}.chat-list-search .ant-input-affix-wrapper{border-radius:8px}.chat-list-content{flex:1;overflow-y:auto}.loading-center{display:flex;justify-content:center;padding:40px}.chat-list-item{display:flex;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f5f5f5}.chat-list-item:hover{background:#f5f7fa}.chat-list-item.active{background:#eff6ff}.chat-item-content{flex:1;min-width:0}.chat-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.customer-name{display:flex;align-items:center;gap:6px;font-weight:500;color:#1f2937}.chat-time{font-size:12px;color:#9ca3af}.chat-item-preview{display:flex;align-items:center;gap:8px}.chat-item-preview .ant-typography{flex:1;font-size:13px}.unread-badge{flex-shrink:0}.chat-messages-panel{display:flex;flex-direction:column;background:#f9fafb}.messages-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb}.header-left{display:flex;align-items:center;gap:12px}.header-info{display:flex;flex-direction:column}.header-info .ant-typography:first-child{line-height:1.3}.header-info .ant-typography-secondary{font-size:12px;text-transform:capitalize}.header-actions{display:flex;align-items:center;gap:8px}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.message-item{display:flex;flex-direction:column;max-width:70%}.message-item.incoming{align-self:flex-start}.message-item.outgoing{align-self:flex-end}.message-bubble{padding:12px 16px;border-radius:16px;word-wrap:break-word}.message-item.incoming .message-bubble{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.message-item.outgoing .message-bubble{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.message-image{max-width:200px;border-radius:8px}.message-meta{margin-top:4px;padding:0 4px}.message-item.outgoing .message-meta{text-align:right}.message-meta .ant-typography{font-size:11px}.message-input-container{display:flex;align-items:flex-end;gap:8px;padding:12px 20px;background:#fff;border-top:1px solid #e5e7eb}.message-textarea{flex:1;border-radius:20px;resize:none}.message-textarea .ant-input{padding:8px 16px}.no-chat-selected{display:flex;align-items:center;justify-content:center;height:100%;background:#f9fafb}.placeholder-content{text-align:center}.placeholder-icon{font-size:64px;margin-bottom:16px}.customer-profile-panel{background:#fff;border-left:1px solid #e5e7eb}.customer-profile-panel .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow-y:auto}.profile-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0}.profile-content{padding:16px;flex:1}.profile-avatar-section{text-align:center;margin-bottom:20px}.profile-avatar-section .ant-typography{margin-top:12px;margin-bottom:0}.profile-card{margin-bottom:16px}.profile-item{display:flex;align-items:center;gap:12px;padding:8px 0}.profile-item .anticon{color:#9ca3af}.profile-section{margin-bottom:8px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.social-accounts{display:flex;flex-direction:column;gap:8px}.social-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f5f7fa;border-radius:8px}.social-item .ant-typography-secondary{margin-left:auto;font-size:12px}.tags-container{display:flex;flex-wrap:wrap;gap:8px}.profile-actions{display:flex;flex-direction:column;gap:8px;margin-top:20px}.emoji-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;width:300px}.emoji-item{font-size:22px;padding:4px;cursor:pointer;text-align:center;border-radius:6px;transition:background .15s}.emoji-item:hover{background:#f3f4f6}.message-item.bot .message-bubble{background:#7c3aed;color:#fff;border-bottom-right-radius:4px}.message-item.bot .bot-label{text-align:right}.bot-label{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:11px;color:#7c3aed;font-weight:500;margin-bottom:2px;padding-right:4px}.bot-preview-icon{color:#7c3aed;margin-right:4px;font-size:12px}.integrations-page{padding:24px;max-width:900px}.integrations-header{margin-bottom:32px}.integrations-grid{display:flex;flex-direction:column;gap:16px}.integration-card{border-radius:12px;box-shadow:0 2px 8px #0000000f}.integration-card-header{display:flex;align-items:center;gap:16px}.integration-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.whatsapp-icon{background:#25d366}.integration-info{flex:1}.integration-details{margin-top:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:6px}.detail-row{display:flex;gap:8px}.integration-actions{margin-top:16px;display:flex;gap:8px;justify-content:flex-end}.qr-modal-content{text-align:center}.qr-instructions{text-align:left;display:flex;flex-direction:column;gap:6px;margin-bottom:24px;padding:16px;background:#f0f9ff;border-radius:8px;font-size:14px}.qr-code-container{display:flex;justify-content:center;align-items:center;min-height:300px}.qr-code-image{width:300px;height:300px;border-radius:12px;border:3px solid #25D366;padding:8px}.qr-loading{display:flex;flex-direction:column;align-items:center;gap:16px}.devices-list{display:flex;flex-direction:column;gap:1px;background:#f0f0f0;border-radius:8px;overflow:hidden}.device-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff}.device-info{display:flex;align-items:center;gap:12px}.device-icon{width:40px;height:40px;border-radius:10px;background:#f0fdf4;display:flex;align-items:center;justify-content:center}.device-actions{display:flex;align-items:center;gap:8px}.customers-page{padding:24px}.customers-header{margin-bottom:24px}.customers-card{border-radius:12px}.customers-toolbar{margin-bottom:16px}.customer-cell{display:flex;align-items:center;gap:12px}.customer-profile{text-align:center}.profile-top{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.profile-details .ant-list-item{display:flex;justify-content:space-between}.last-message-card{text-align:left;margin-top:16px;background:#f9fafb}.bots-page{padding:24px;max-width:1000px}.bots-header{margin-bottom:24px}.settings-card{margin-bottom:24px;border-radius:12px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.setting-info{display:flex;flex-direction:column;gap:2px}.qa-card{border-radius:12px}.test-bot-content{padding:8px 0}.test-answer-card{background:#f0f9ff;border-color:#bae0fd}.test-answer-header{font-weight:600;color:#3b82f6;margin-bottom:8px;display:flex;align-items:center;gap:8px}.test-answer-body{white-space:pre-wrap;line-height:1.6}.upload-progress-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0}.upload-progress-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.upload-progress-icon.uploading{background:#eff6ff;color:#3b82f6;animation:pulse-icon 1.5s ease-in-out infinite}.upload-progress-icon.analyzing{background:#f0fdf4;color:#22c55e;animation:pulse-icon 1.2s ease-in-out infinite}.upload-progress-icon.done{background:#f0fdf4;color:#22c55e}.upload-progress-icon.error{background:#fef2f2;color:#ef4444}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.reports-page{padding:24px}.reports-header{margin-bottom:24px}.stats-row{margin-bottom:16px}.stat-card{border-radius:12px}.report-card{border-radius:12px;height:100%}.daily-chart{display:flex;flex-direction:column;gap:12px}.chart-bar-row{display:flex;align-items:center;gap:12px}.chart-label{width:120px;flex-shrink:0;font-size:13px}.chart-bar-container{flex:1;display:flex;align-items:center;gap:8px}.chart-bar{height:24px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:6px;min-width:4px;transition:width .5s ease}.chart-value{font-weight:600;font-size:13px;color:#6b7280}.reply-rate{display:flex;flex-direction:column;align-items:center;padding:16px 0}.rate-label{margin-top:12px;text-align:center}.rate-breakdown{margin-top:20px;display:flex;flex-direction:column;gap:10px}.rate-item{display:flex;align-items:center;gap:8px}.rate-item>span:last-child{margin-left:auto}.rate-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.platform-breakdown{display:flex;flex-direction:column;gap:16px}.platform-row{display:flex;align-items:center;justify-content:space-between}.platform-info{display:flex;align-items:center;gap:10px}.settings-page{padding:24px;max-width:700px}.settings-header{margin-bottom:24px}.settings-card{margin-bottom:16px;border-radius:12px}.setting-item{display:flex;justify-content:space-between;padding:10px 0}.trial-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#eff6ff;border-radius:8px;margin-bottom:16px;color:#3b82f6}.billing-actions{display:flex;gap:12px}.purchase-section{width:100%;max-width:400px}.purchase-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.quantity-selector{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border-radius:10px;margin-bottom:16px}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-input{width:56px!important;text-align:center;font-size:18px!important;font-weight:700!important}.quantity-input .ant-input-number-input{text-align:center;font-weight:700}.price-summary{padding:12px 0;margin-bottom:12px}.price-row{display:flex;align-items:center;justify-content:space-between}.price-change{margin-top:8px;padding:8px 12px;background:#eff6ff;border-radius:6px}.action-buttons{display:flex;gap:12px;align-items:center}.static-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937}.static-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.static-nav .nav-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px}.static-nav .nav-links{display:flex;align-items:center;gap:24px}.static-nav .nav-links a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s}.static-nav .nav-links a:hover{color:#3b82f6}.static-nav .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.static-nav .nav-logo-icon{font-size:28px}.static-nav .nav-logo-text{font-size:20px;font-weight:700;color:#1a3a8f}.static-content{max-width:800px;margin:0 auto;padding:120px 32px 80px}.static-content h1{font-size:36px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px}.static-content .page-subtitle{font-size:17px;color:#6b7280;margin-bottom:40px}.static-content h2{font-size:22px;font-weight:700;margin-top:40px;margin-bottom:12px}.static-content h3{font-size:18px;font-weight:600;margin-top:28px;margin-bottom:8px}.static-content p{font-size:15px;line-height:1.8;color:#4b5563;margin-bottom:16px}.static-content ul{padding-left:20px;margin-bottom:16px}.static-content li{font-size:15px;line-height:1.8;color:#4b5563;margin-bottom:6px}.static-content a{color:#3b82f6;text-decoration:none}.static-content a:hover{text-decoration:underline}.static-content .last-updated{font-size:13px;color:#9ca3af;margin-bottom:32px}.about-values{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}.about-value-card{padding:24px;border-radius:12px;border:1px solid #f3f4f6;transition:border-color .2s}.about-value-card:hover{border-color:#dbeafe}.about-value-card .value-icon{font-size:28px;margin-bottom:12px;display:block}.about-value-card h3{margin-top:0;font-size:16px}.about-value-card p{margin:0;font-size:14px}.faq-item{border:1px solid #f3f4f6;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:#dbeafe}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;cursor:pointer;font-weight:600;font-size:15px;background:none;border:none;width:100%;text-align:left;color:#1f2937}.faq-question:hover{color:#3b82f6}.faq-toggle{font-size:18px;color:#9ca3af;transition:transform .2s}.faq-toggle.open{transform:rotate(45deg)}.faq-answer{padding:0 20px 18px;font-size:14px;line-height:1.7;color:#6b7280}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px}.contact-card{padding:28px;border-radius:12px;border:1px solid #f3f4f6;text-align:center;transition:border-color .2s}.contact-card:hover{border-color:#dbeafe}.contact-card .contact-icon{font-size:32px;margin-bottom:12px;display:block}.contact-card h3{margin-top:0;font-size:16px}.contact-card p{margin:0;font-size:14px}.static-footer{background:#111827;color:#9ca3af;padding:48px 0 24px}.static-footer .footer-inner{max-width:1200px;margin:0 auto;padding:0 32px}.static-footer .footer-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.static-footer .footer-brand p{font-size:14px;line-height:1.6;color:#9ca3af;margin-top:12px}.static-footer .footer-brand .brand-logo{display:flex;align-items:center;gap:10px}.static-footer .footer-brand .brand-logo-icon{font-size:28px}.static-footer .footer-brand .brand-logo-text{font-size:20px;font-weight:700;color:#fff}.static-footer .footer-column h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:16px}.static-footer .footer-column ul{list-style:none;padding:0;margin:0}.static-footer .footer-column li{margin-bottom:10px}.static-footer .footer-column a{font-size:14px;color:#d1d5db;text-decoration:none;transition:color .2s}.static-footer .footer-column a:hover{color:#fff}.static-footer .footer-bottom{border-top:1px solid #1f2937;padding-top:24px;text-align:center;font-size:13px}@media(max-width:968px){.static-nav .nav-links a{display:none}}@media(max-width:768px){.static-footer .footer-columns{grid-template-columns:1fr;gap:32px}.about-values,.contact-grid{grid-template-columns:1fr}.static-content h1{font-size:28px}}.app-sidebar{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;z-index:100}.app-sidebar .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #f0f0f0}.sidebar-logo .logo-icon{font-size:24px}.sidebar-logo .logo-text{font-size:16px;font-weight:700;color:#1f2937}.upgrade-banner{display:flex;align-items:center;gap:12px;margin:12px;padding:12px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;cursor:pointer;transition:transform .2s}.upgrade-banner:hover{transform:translateY(-1px)}.upgrade-icon{font-size:20px;color:#fbbf24}.upgrade-text{display:flex;flex-direction:column}.upgrade-text .ant-typography{color:#fff;line-height:1.3}.upgrade-price{font-size:12px;opacity:.9}.sidebar-menu{flex:1;border:none;padding:8px 0;overflow-y:auto}.sidebar-menu .ant-menu-item{margin:2px 8px;padding-left:16px!important;border-radius:8px;height:44px;line-height:44px}.sidebar-menu .ant-menu-item-selected{background:#eff6ff!important}.sidebar-menu .ant-menu-item-selected:after{display:none}.menu-label{display:flex;align-items:center;justify-content:space-between;width:100%}.menu-badge{margin-left:auto}.project-info{padding:12px 16px;border-top:1px solid #f0f0f0;background:#fafafa}.project-header{margin-bottom:8px}.project-details{display:flex;flex-direction:column;margin-bottom:12px}.project-name{font-weight:600}.project-id{font-size:12px}.project-stats{display:flex;flex-direction:column;gap:4px}.stat-item{display:flex;justify-content:space-between;font-size:12px}.sidebar-footer{padding:12px 16px;border-top:1px solid #f0f0f0}.user-profile{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.user-profile:hover{background:#f5f5f5}.user-info{display:flex;flex-direction:column}.user-name{line-height:1.3}.user-status{font-size:12px;color:#22c55e}.loading-container{display:flex;align-items:center;justify-content:center;height:100vh;background:#f5f7fa}.dashboard-layout{min-height:100vh}.main-layout{margin-left:220px;min-height:100vh}.main-content{background:#f5f7fa;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ant-btn{font-weight:500}.ant-menu-item{transition:all .2s}.ant-card{border-radius:12px}.ant-input,.ant-input-affix-wrapper{border-radius:8px}.ant-tag{border-radius:4px}
