body{background:#111b21;color:#e9edef}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#202c33}::-webkit-scrollbar-thumb{background:#374248;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5a63}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#e8f5e9,#e3f2fd 50%,#f3e5f5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.app-shell{background:radial-gradient(circle at 20% 20%,#25d3661f 0,#0000 55%),radial-gradient(circle at 80% 80%,#2196f31f 0,#0000 55%);min-height:100vh;padding:24px}.app-layout{background:#fffffff5;border-radius:24px;box-shadow:0 18px 45px #0f172a2e;margin:0 auto;max-width:1400px;min-height:calc(100vh - 48px);overflow:hidden}.app-sider{background:linear-gradient(180deg,#fff,#f5f7fb);border-right:1px solid #eef0f3}.app-menu{border-right:none!important;padding-top:16px}.app-menu .ant-menu-item{border-radius:12px!important;margin:4px 12px!important}.app-menu .ant-menu-item-selected{background:linear-gradient(135deg,#25d366,#128c7e)!important;color:#fff!important}.app-menu .ant-menu-item-selected a{color:#fff!important}.app-sider-footer{background:#fffffff2;border-top:1px solid #eef0f3;bottom:0;left:0;padding:16px;position:absolute;right:0}.app-user-meta{color:#667781;font-size:12px;margin-bottom:8px}.app-user-name{color:#111b21;font-weight:600}.app-user-email{color:#8696a0}.app-logout-button{background:#ffeaea;border:none;border-radius:999px;color:#cf1322;cursor:pointer;font-size:12px;font-weight:600;padding:6px 8px;transition:all .2s ease;width:100%}.app-logout-button:hover{background:#ffccc7}.app-main-layout{background:#0000}.app-main-content{margin:24px}.app-main-card{background:#fff;border-radius:24px;box-shadow:0 14px 35px #0f172a14;min-height:360px;padding:24px 28px}.loader{color:#8696a0;text-align:center}.spinner{border:3px solid #374248;height:50px;margin:0 auto 20px;width:50px}.qr-login{align-items:center;background:linear-gradient(135deg,#00a884,#008069);display:flex;height:100%;justify-content:center;padding:20px;width:100%}.qr-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:900px;padding:40px;width:100%}.qr-header{margin-bottom:40px;text-align:center}.qr-header h1{color:#00a884;font-size:32px;font-weight:600;margin-bottom:8px}.qr-header p{color:#667781;font-size:16px}.qr-content{align-items:center;display:flex;justify-content:center;margin-bottom:40px;min-height:300px}.qr-waiting{color:#667781;text-align:center}.qr-code-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:20px}.qr-success{text-align:center}.qr-success p{color:#00a884;font-size:20px;font-weight:500;margin-top:20px}.qr-instructions{margin-bottom:30px}.qr-instructions h3{color:#111b21;font-size:18px;margin-bottom:20px;text-align:center}.qr-instructions ol{counter-reset:step-counter;list-style:none}.qr-instructions li{align-items:flex-start;counter-increment:step-counter;display:flex;gap:16px;margin-bottom:24px;padding-left:50px;position:relative}.qr-instructions li:before{align-items:center;background:#00a884;border-radius:50%;color:#fff;content:counter(step-counter);display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;left:0;position:absolute;top:0;width:32px}.qr-instructions li>.qr-icon,.qr-instructions li>svg{color:#00a884;flex-shrink:0;margin-top:4px}.qr-icon{align-items:center;border:2px solid #00a884;border-radius:4px;color:#00a884;display:flex;font-size:10px;font-weight:700;height:24px;justify-content:center;width:24px}.qr-instructions li div{flex:1 1}.qr-instructions strong{color:#111b21;display:block;font-size:16px;margin-bottom:4px}.qr-instructions p{color:#667781;font-size:14px;line-height:1.5}.qr-footer{border-top:1px solid #e9edef;padding-top:20px;text-align:center}.qr-footer p{align-items:center;color:#667781;display:flex;font-size:14px;gap:8px;justify-content:center}.lock-icon{font-size:16px}@media (max-width:768px){.qr-container{padding:24px}.qr-header h1{font-size:24px}.qr-code-wrapper svg{height:220px!important;width:220px!important}.qr-instructions li{padding-left:40px}}.chat-list{background:#111b21;border-right:1px solid #2a3942;display:flex;flex-direction:column;height:100%;width:400px}.chat-list-header{align-items:center;background:#202c33;border-bottom:1px solid #2a3942;display:flex;justify-content:space-between;padding:16px 20px}.chat-list-header h2{color:#e9edef;font-size:20px;font-weight:600}.header-actions{gap:8px}.chat-search{background:#202c33;border-bottom:1px solid #2a3942;padding:12px 20px}.search-input{background:#2a3942;border:none;border-radius:8px;color:#e9edef;font-size:14px;outline:none;padding:10px 16px;transition:background .2s;width:100%}.search-input::placeholder{color:#8696a0}.search-input:focus{background:#111b21}.icon-button{align-items:center;background:#0000;border:none;border-radius:50%;color:#8696a0;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s;width:40px}.icon-button:hover{background:#2a3942}.icon-button:disabled{cursor:not-allowed;opacity:.5}.spinning{animation:spin 1s linear infinite}.chat-list-content{flex:1 1;overflow-y:auto}.chat-list-empty,.chat-list-loading{align-items:center;color:#8696a0;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.sync-button{background:#00a884;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background .2s}.sync-button:hover{background:#008069}.chats{display:flex;flex-direction:column}.chat-item{gap:16px;padding:16px 20px;transition:background .2s}.chat-item:hover{background:#202c33}.chat-item.active{background:#2a3942}.chat-avatar{background:#dfe5e7;color:#667781;cursor:pointer;height:50px;overflow:hidden;transition:transform .2s,box-shadow .2s;width:50px}.chat-avatar:hover{box-shadow:0 2px 8px #00000026;transform:scale(1.05)}.chat-avatar img{height:100%;object-fit:cover;width:100%}.chat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.chat-header h3{color:#e9edef;flex:1 1;font-size:16px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{color:#8696a0;flex-shrink:0;font-size:12px;margin-left:12px;min-width:50px;text-align:right}.chat-preview{align-items:center;display:flex;gap:8px;justify-content:space-between}.chat-preview p{color:#8696a0;flex:1 1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unread-badge{color:#111b21;flex-shrink:0}@media (max-width:768px){.chat-list{width:100%}}.user-profile{align-items:center;background:#f0f2f5;border-bottom:1px solid #e9edef;cursor:pointer;display:flex;gap:12px;margin-top:8px;padding:12px 16px;transition:background .2s}.user-profile:hover{background:#e9edef}.user-avatar{border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;width:48px}.user-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:#dfe5e7;color:#54656f;display:flex;height:100%;justify-content:center;width:100%}.user-info{flex:1 1;min-width:0}.user-name{color:#111b21;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-status{color:#54656f;font-size:13px;margin-top:2px}.profile-modal-overlay{align-items:center;animation:fadeIn .2s;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.profile-modal{animation:slideUp .3s;background:#fff;border-radius:8px;max-height:80vh;max-width:500px;overflow:hidden;width:90%}.profile-modal-header{align-items:center;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;padding:20px}.profile-modal-header h3{color:#111b21;font-size:20px;margin:0}.close-button{color:#667781;transition:background .2s}.close-button:hover{background:#f0f2f5}.profile-modal-content{max-height:calc(80vh - 80px);overflow-y:auto;padding:20px}.profile-avatar-large{border-radius:50%;box-shadow:0 2px 8px #0000001a;height:200px;margin:0 auto 30px;overflow:hidden;width:200px}.profile-avatar-large img{height:100%;object-fit:cover;width:100%}.profile-details{gap:20px}.profile-details,.profile-field{display:flex;flex-direction:column}.profile-field{gap:8px}.profile-field label{align-items:center;color:#00a884;display:flex;font-size:14px;font-weight:500;gap:6px}.profile-value{background:#f0f2f5;border-radius:8px;color:#111b21;font-size:16px;padding:12px}@media (max-width:768px){.profile-modal{max-height:90vh;width:95%}.profile-avatar-large{height:150px;width:150px}}.chat-profile-overlay{align-items:center;animation:fadeIn .2s;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.chat-profile-modal{animation:slideUp .3s;background:#111b21;border-radius:8px;box-shadow:0 4px 20px #00000080;max-height:85vh;max-width:500px;overflow:hidden;width:90%}.chat-profile-header{align-items:center;background:#202c33;border-bottom:1px solid #2a3942;color:#e9edef;display:flex;justify-content:space-between;padding:20px}.chat-profile-header h3{font-size:18px;font-weight:500;margin:0}.chat-profile-header .close-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .2s;width:36px}.chat-profile-header .close-button:hover{background:#ffffff4d}.chat-profile-content{max-height:calc(85vh - 80px);overflow-y:auto}.chat-profile-avatar-section{background:#202c33;padding:40px 20px;text-align:center}.chat-avatar-large{background:#2a3942;border-radius:50%;box-shadow:0 4px 12px #0000004d;height:200px;margin:0 auto 20px;overflow:hidden;width:200px}.chat-avatar-large img{height:100%;object-fit:cover;width:100%}.avatar-placeholder-large{align-items:center;background:#dfe5e7;color:#54656f;display:flex;height:100%;justify-content:center;width:100%}.chat-profile-name{color:#e9edef;font-size:24px;font-weight:500;margin:0;word-break:break-word}.chat-profile-info{gap:20px;padding:20px}.chat-profile-info,.info-section{display:flex;flex-direction:column}.info-section{border-bottom:1px solid #2a3942;gap:8px;padding-bottom:20px}.info-section:last-child{border-bottom:none;padding-bottom:0}.info-label{align-items:center;color:#00a884;display:flex;font-size:14px;font-weight:500;gap:8px}.info-value{background:#2a3942;border-radius:8px;color:#e9edef;font-size:16px;padding:12px;word-break:break-word}.info-value.last-message{color:#8696a0;font-style:italic}.info-value.chat-id{color:#8696a0;font-family:monospace;font-size:13px}.info-time{color:#8696a0;font-size:13px;padding-left:12px}@media (max-width:768px){.chat-profile-modal{border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}.chat-avatar-large{height:150px;width:150px}.chat-profile-name{font-size:20px}}.chat-window{background:#0b141a;display:flex;flex:1 1;flex-direction:column;position:relative}.chat-window.empty{align-items:center;justify-content:center}.empty-state{color:#8696a0}.empty-state h2{color:#e9edef;font-size:32px;margin:20px 0 8px}.chat-window-header{align-items:center;background:#202c33;border-bottom:1px solid #2a3942;display:flex;gap:12px;padding:12px 16px}.chat-window-header .profile-button{align-items:center;background:none;border:none;border-radius:50%;color:#aebac1;cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:8px;transition:background .2s}.chat-window-header .profile-button:hover{background:#2a3942}.chat-window-header .chat-avatar{align-items:center;background:#dfe5e7;border-radius:50%;color:#54656f;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.chat-window-header .chat-avatar img{height:100%;object-fit:cover;width:100%}.chat-window-header .chat-info h3{color:#e9edef;font-size:16px;font-weight:500;margin-bottom:2px}.chat-window-header .chat-info p{color:#8696a0;font-size:13px}.chat-messages{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%230b141a" width="100" height="100"/><circle cx="50" cy="50" r="1" fill="%23374248" opacity="0.3"/></svg>');background-size:100px 100px;flex:1 1;overflow-y:auto;padding:20px}.messages-loading{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.messages-loading p{color:#8696a0;font-size:14px;margin:0}.messages-empty{align-items:center;color:#8696a0;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.messages-empty p{font-size:14px;margin:0}.loading-older{align-items:center;color:#8696a0;display:flex;font-size:13px;gap:8px;justify-content:center;padding:12px}.spinner-small{animation:spin 1s linear infinite;border:2px solid #374248;border-radius:50%;border-top-color:#00a884;height:16px;width:16px}.no-more-messages{color:#8696a0;font-size:13px;padding:12px;text-align:center}.no-more-messages span{background:#202c33;border-radius:8px;padding:6px 12px}.date-divider{margin:20px 0;text-align:center}.date-divider span{background:#202c33;border-radius:8px;color:#8696a0;display:inline-block;font-size:13px;padding:6px 12px}.message{animation:fadeIn .2s ease-in;display:flex;flex-direction:column;margin-bottom:8px;max-width:65%}.message.sent{align-items:flex-end;align-self:flex-end}.message.received{align-items:flex-start;align-self:flex-start}.message-sender{color:#00a884;font-size:13px;font-weight:500;margin-bottom:4px;padding:0 12px}.message-content{word-wrap:break-word;background:#005c4b;display:inline-block;padding:6px 8px 4px;word-break:break-word}.message.received .message-content{background:#202c33}.message-content p{color:#e9edef;display:inline;font-size:14px;line-height:1.5;margin:0}.message-time{color:#8696a0;gap:4px;margin-left:8px;vertical-align:bottom;white-space:nowrap}.message-status,.message-time{align-items:center;display:inline-flex}.message-status{font-size:14px;margin-left:2px}.chat-input{background:#202c33;border-top:1px solid #2a3942;display:flex;gap:12px;padding:16px 20px}.chat-input input{background:#2a3942;border:none;border-radius:8px;color:#e9edef;flex:1 1;font-size:15px;outline:none;padding:12px 16px}.chat-input input::placeholder{color:#8696a0}.chat-input button{align-items:center;background:#00a884;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:background .2s;width:48px}.chat-input button:hover:not(:disabled){background:#008069}.chat-input button:disabled{cursor:not-allowed;opacity:.5}.audio-message,.document-message,.image-message,.media-message,.sticker-message,.video-message,.voice-message{color:#e9edef}.audio-message audio,.voice-message audio{filter:invert(1) hue-rotate(180deg);outline:none}.image-message img,.sticker-message img,.video-message video{display:block;height:auto;max-width:100%}.document-message a,.media-message a{align-items:center;background:#ffffff1a;border-radius:8px;display:inline-flex;gap:8px;padding:8px 12px;text-decoration:none;transition:background .2s}.document-message a:hover,.media-message a:hover{background:#ffffff26}.message-content:has(.image-message),.message-content:has(.sticker-message),.message-content:has(.video-message){padding:4px}.message-content:has(.audio-message),.message-content:has(.voice-message){padding:8px}@media (max-width:768px){.message{max-width:85%}}.integration-dashboard{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:24px}.integration-dashboard.loading{align-items:center;color:#667781;display:flex;flex-direction:column;gap:16px;justify-content:center}.breadcrumbs{gap:8px;margin-bottom:24px}.breadcrumb-link,.breadcrumbs{align-items:center;display:flex;font-size:14px}.breadcrumb-link{background:none;border:none;border-radius:8px;color:#667781;cursor:pointer;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s}.breadcrumb-link:hover{background:#25d3661a;color:#25d366}.breadcrumb-separator{color:#8696a0}.breadcrumb-current{color:#111b21;font-weight:600;padding:8px 12px}.dashboard-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.dashboard-header h1{color:#111b21;font-size:32px;font-weight:700;margin:0 0 8px}.dashboard-header p{color:#667781;font-size:16px;margin:0}.stats-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.stat-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:28px;position:relative;transition:all .3s}.stat-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card.gradient-green:before,.stat-card:before{background:linear-gradient(90deg,#25d366,#128c7e)}.stat-card.gradient-blue:before{background:linear-gradient(90deg,#2196f3,#1976d2)}.stat-card.gradient-purple:before{background:linear-gradient(90deg,#9c27b0,#7b1fa2)}.stat-card.gradient-orange:before{background:linear-gradient(90deg,#ff9800,#f57c00)}.stat-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-6px)}.stat-icon{align-items:center;border-radius:16px;display:flex;height:64px;justify-content:center;width:64px}.gradient-green .stat-icon,.stat-icon{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.gradient-green .stat-icon{color:#25d366}.gradient-blue .stat-icon{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#2196f3}.gradient-purple .stat-icon{background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#9c27b0}.gradient-orange .stat-icon{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#ff9800}.stat-content{flex:1 1}.stat-value{font-size:36px;line-height:1}.gradient-blue .stat-value,.gradient-green .stat-value,.gradient-orange .stat-value,.gradient-purple .stat-value{color:#fff}.stat-label{font-size:15px;font-weight:500;margin-bottom:12px}.stat-trend{align-items:center;display:flex;font-size:13px;font-weight:600;gap:6px}.stat-trend.positive{color:#25d366}.stat-trend.negative{color:#f44336}.dashboard-section{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:24px;padding:32px}.section-header{align-items:flex-start}.section-header h2{color:#111b21;font-weight:600;margin:0 0 4px}.section-header p{color:#667781;font-size:14px;margin:0}.btn-danger,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.btn-primary{background:#00a884}.btn-primary:hover{background:#008f6f}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-icon{border-radius:50%;padding:8px}.btn-icon:hover{transform:scale(1.1)}.btn-warning{background:#ffc107;color:#fff}.btn-warning:hover{background:#e0a800}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.modal-overlay{animation:fadeIn .2s}.modal{animation:slideUp .3s;background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow:hidden;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;padding:20px}.modal-header h3{color:#111b21;font-size:18px;margin:0}.modal-header button{align-items:center;background:none;border:none;border-radius:50%;color:#667781;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;width:32px}.modal-header button:hover{background:#f0f2f5}.modal-body{max-height:calc(90vh - 140px);overflow-y:auto;padding:20px}.modal-footer{border-top:1px solid #e9edef;display:flex;gap:12px;justify-content:flex-end;padding:20px}.form-group label{color:#111b21}.form-group input{border:1px solid #e9edef;border-radius:8px;box-sizing:border-box;font-size:14px;padding:12px;width:100%}.form-group input:focus{border-color:#00a884}.alert{align-items:center}.alert svg{flex-shrink:0}.alert-info{background:#e7f3ff;color:#06c}.alert-success{background:#d4edda;color:#155724}.alert-warning{background:#fff3cd;color:#856404}.key-display{margin-bottom:16px}.key-display label{color:#111b21;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.key-value{align-items:center;background:#f0f2f5;border-radius:8px;display:flex;gap:8px;padding:12px}.key-value code{color:#111b21;flex:1 1;font-family:Courier New,monospace;font-size:13px;word-break:break-all}.key-value button{align-items:center;background:#fff;border:1px solid #e9edef;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.key-value button:hover{background:#e9edef}.api-keys-list{display:flex;flex-direction:column;gap:16px}.api-key-card{align-items:flex-start;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9edef;border-radius:12px;display:flex;justify-content:space-between;padding:20px;transition:all .3s}.api-key-card:hover{border-color:#00a884;box-shadow:0 4px 16px #00a88426;transform:translateX(4px)}.key-info{flex:1 1}.key-header{align-items:center;display:flex;gap:12px;margin-bottom:8px}.key-header h3{color:#111b21;font-size:16px;font-weight:600;margin:0}.status-badge{font-weight:500}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.key-details{margin-bottom:12px}.key-prefix{margin-bottom:8px}.key-prefix code{background:#f0f2f5;border-radius:4px;color:#111b21;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.key-meta{color:#667781;flex-direction:column;gap:4px}.key-meta,.key-permissions{display:flex;font-size:13px}.key-permissions{gap:16px}.key-permissions span{align-items:center;display:flex;gap:4px}.perm-yes{color:#155724}.perm-no{color:#721c24}.key-actions{display:flex;gap:8px}.empty-state{color:#667781;padding:60px 20px}.empty-state svg{color:#dfe5e7}.empty-state h3{color:#111b21;font-size:18px;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}.doc-card{border:1px solid #e9edef;border-radius:8px;padding:20px}.doc-card h3{color:#111b21;font-size:16px;font-weight:600;margin:0 0 8px}.doc-card p{color:#667781;font-size:14px;margin:0 0 16px}.spinner{animation:spin 1s linear infinite;border:3px solid #f0f2f5;border-radius:50%;border-top-color:#00a884;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.sessions-list{display:flex;flex-direction:column;gap:16px}.session-card{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9edef;border-radius:12px;display:flex;gap:20px;padding:20px;transition:all .3s}.session-card:hover{border-color:#00a884;box-shadow:0 4px 16px #00a88426;transform:translateX(4px)}.session-icon{align-items:center;background:linear-gradient(135deg,#00a884,#008f6f);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.session-info{flex:1 1}.session-header{align-items:center;display:flex;gap:12px;margin-bottom:8px}.session-header h3{color:#111b21;font-size:16px;font-weight:600;margin:0}.session-meta{color:#667781;display:flex;flex-direction:column;font-size:13px;gap:4px}.clickable{cursor:pointer}.side-panel-overlay{animation:fadeIn .3s;background:#00000080;left:0;z-index:2000}.side-panel,.side-panel-overlay{bottom:0;position:fixed;right:0;top:0}.side-panel{animation:slideInRight .3s;background:#fff;box-shadow:-4px 0 24px #0003;display:flex;flex-direction:column;max-width:90vw;width:600px}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.side-panel-header{align-items:flex-start;background:linear-gradient(135deg,#00a884,#008f6f);border-bottom:1px solid #e9edef;color:#fff;display:flex;justify-content:space-between;padding:24px}.side-panel-header h2{align-items:center;display:flex;font-size:20px;gap:8px;margin:0 0 4px}.side-panel-header p{font-size:14px;margin:0;opacity:.9}.close-button{align-items:center;background:#fff3;border-radius:50%;color:#fff;display:flex;font-size:32px;height:40px;justify-content:center;width:40px}.close-button:hover{background:#ffffff4d}.side-panel-content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.chats-section h3{color:#111b21;font-size:16px;margin:0 0 16px}.chats-list{display:flex;flex-direction:column;gap:8px}.chat-item{align-items:center;border:1px solid #e9edef;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s}.chat-item:hover{background:#f0f2f5;border-color:#00a884}.chat-item.active{background:#e7f3ff;border-color:#00a884}.chat-avatar{align-items:center;background:linear-gradient(135deg,#00a884,#008f6f);border-radius:50%;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.chat-info{flex:1 1;min-width:0}.chat-name{color:#111b21;font-size:15px;font-weight:600;margin-bottom:4px}.chat-last-message,.chat-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-last-message{color:#667781;font-size:13px}.unread-badge{background:#00a884;border-radius:12px;color:#fff;font-size:12px;font-weight:600;min-width:20px;padding:2px 8px;text-align:center}.messages-section{border-top:1px solid #e9edef;padding-top:24px}.messages-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.messages-header h3{color:#111b21;font-size:16px;margin:0}.chat-type-badge{background:#f0f2f5;border-radius:12px;color:#667781;font-size:12px;padding:4px 12px}.messages-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.message-item{display:flex;max-width:80%}.message-item.from-me{margin-left:auto}.message-item.from-them{margin-right:auto}.message-content{border-radius:8px;max-width:100%;padding:8px 12px}.message-item.from-me .message-content{background:#d9fdd3;border-bottom-right-radius:2px}.message-item.from-them .message-content{background:#fff;border:1px solid #e9edef;border-bottom-left-radius:2px}.message-media{margin-bottom:8px}.message-media img{border-radius:4px;max-width:100%}.message-text{word-wrap:break-word;color:#111b21;font-size:14px;margin-bottom:4px}.message-time{color:#667781;font-size:11px;text-align:right}.empty-state-small,.loading-state{align-items:center;color:#667781;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:40px}.empty-state-small svg{color:#dfe5e7}.empty-state-small p{font-size:14px;margin:0}@media (max-width:768px){.integration-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px}.stats-grid{grid-template-columns:1fr}.api-key-card,.section-header{flex-direction:column;gap:16px}.key-actions{justify-content:flex-end;width:100%}.session-card{flex-direction:column;text-align:center}.side-panel{max-width:100%;width:100%}}.qr-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.qr-loading .spinner{height:50px;width:50px}.qr-loading p{color:#111b21;font-size:16px;font-weight:500;margin:0}.qr-loading .text-muted{color:#667781;font-size:14px;font-weight:400}.qr-code-container{align-items:center;background:#f0f2f5;border-radius:12px;display:flex;justify-content:center;margin-bottom:20px;padding:20px}.qr-code-container img{background:#fff;border-radius:8px;display:block;padding:16px}.btn-primary:disabled{background:#8bc5b8;opacity:.6}.api-documentation{background:#fff;border:1px solid #e9edef;border-radius:16px;margin-top:32px;padding:32px}.doc-header{align-items:center;color:#25d366;display:flex;gap:12px;margin-bottom:24px}.doc-header h2{color:#111b21;font-size:28px;font-weight:700;margin:0}.doc-intro{background:#f0f2f5;border-left:4px solid #25d366;border-radius:8px;margin-bottom:32px;padding:16px 20px}.doc-intro p{color:#667781;line-height:1.6;margin:0}.doc-intro code{background:#fff;border-radius:4px;color:#25d366;font-family:Monaco,Courier New,monospace;font-size:13px;padding:2px 6px}.language-tabs{border-bottom:2px solid #e9edef;display:flex;gap:8px;margin-bottom:32px}.language-tabs .tab{background:none;border:none;border-bottom:3px solid #0000;color:#667781;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:-2px;padding:12px 24px;transition:all .2s}.language-tabs .tab:hover{color:#25d366}.language-tabs .tab.active{border-bottom-color:#25d366;color:#25d366}.endpoints{display:flex;flex-direction:column;gap:40px}.endpoint-section{border-bottom:1px solid #e9edef;padding-bottom:40px}.endpoint-section:last-child{border-bottom:none;padding-bottom:0}.endpoint-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.method{border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.method.get{background:#e3f2fd;color:#1976d2}.method.post{background:#e8f5e9;color:#2e7d32}.method.put{background:#fff3e0;color:#f57c00}.method.delete{background:#ffebee;color:#c62828}.endpoint-header code{color:#111b21;font-family:Monaco,Courier New,monospace;font-size:14px;font-weight:600}.endpoint-section h3{color:#111b21;font-size:22px;font-weight:700;margin:16px 0 8px}.endpoint-section h4{color:#111b21;font-size:16px;font-weight:700;margin:24px 0 12px}.endpoint-section p{color:#667781;line-height:1.6;margin-bottom:16px}.endpoint-params{margin:24px 0}.endpoint-params table{border:1px solid #e9edef;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.endpoint-params thead{background:#f0f2f5}.endpoint-params th{border-bottom:2px solid #e9edef;color:#111b21;font-size:14px;font-weight:700;padding:12px 16px;text-align:left}.endpoint-params td{border-bottom:1px solid #e9edef;color:#667781;font-size:14px;padding:12px 16px}.endpoint-params tr:last-child td{border-bottom:none}.endpoint-params code{background:#f0f2f5;border-radius:4px;color:#25d366;font-family:Monaco,Courier New,monospace;font-size:13px;padding:2px 6px}.code-block{background:#1e1e1e;border:1px solid #333;border-radius:8px;margin:16px 0;overflow:hidden}.code-header{align-items:center;background:#2d2d2d;border-bottom:1px solid #333;color:#8b949e;display:flex;font-size:13px;gap:8px;padding:12px 16px}.code-header svg{color:#25d366}.copy-code-btn{align-items:center;background:#25d366;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;margin-left:auto;padding:6px 12px;transition:all .2s}.copy-code-btn:hover{background:#128c7e}.code-block pre{margin:0;overflow-x:auto;padding:16px}.code-block code{color:#c9d1d9;font-family:Monaco,Courier New,monospace;font-size:13px;line-height:1.6}@media (max-width:768px){.api-documentation{padding:20px}.language-tabs{overflow-x:auto}.code-block,.endpoint-params table{font-size:12px}}.session-settings-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.session-settings-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:90%}.session-settings-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.header-title{align-items:center;display:flex;gap:12px}.header-title h3{color:#111827;font-size:20px;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#111827}.session-settings-content{flex:1 1;overflow-y:auto;padding:24px}.form-section{margin-bottom:32px}.form-section:last-child{margin-bottom:0}.form-section h4{border-bottom:2px solid #f3f4f6;color:#111827;font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.form-group label{font-weight:500}.form-group input[type=text]{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:all .2s;width:100%}.form-group input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.input-disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-group small{color:#6b7280;display:block;font-size:13px;margin-top:6px}.checkbox-group{margin-bottom:16px}.checkbox-label{align-items:flex-start;color:#111827;display:flex;font-weight:500;gap:12px}.checkbox-label input[type=checkbox]{accent-color:#3b82f6;height:20px;margin-top:2px;width:20px}.checkbox-label span{flex:1 1}.alert{align-items:flex-start;border-radius:8px;display:flex;font-size:14px;gap:12px;margin-bottom:16px;padding:12px 16px}.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.alert-info strong{display:block;margin-bottom:4px}.alert-info p{color:#3b82f6;font-size:13px;margin:0}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.session-settings-footer{background:#f9fafb;border-radius:0 0 12px 12px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.btn-primary{background:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.5}.btn-secondary{border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f9fafb}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.organization-settings{margin:0 auto;max-width:1400px;padding:24px}.settings-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.settings-header h1{align-items:center;color:#1a1a1a;display:flex;font-size:28px;gap:12px;margin:0}.settings-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 2fr}.organizations-list h2{color:#333;font-size:18px;margin-bottom:16px}.org-cards{display:flex;flex-direction:column;gap:12px}.org-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s}.org-card:hover{border-color:#25d366;box-shadow:0 4px 12px #25d3661a}.org-card.active{background:#f0fdf4;border-color:#25d366}.org-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.org-card-header h3{color:#1a1a1a;font-size:16px;margin:0}.org-card-stats{display:flex;gap:16px;margin-bottom:8px}.stat{display:flex;flex-direction:column;gap:4px}.stat-label{color:#6b7280;font-size:12px}.stat-value{color:#1a1a1a;font-size:14px;font-weight:600}.org-card-footer small{color:#9ca3af;font-size:12px}.api-keys-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-header h2{align-items:center;color:#1a1a1a;display:flex;font-size:20px;gap:8px;margin:0}.empty-state{color:#9ca3af;padding:48px 24px;text-align:center}.empty-state svg{color:#d1d5db;margin-bottom:16px}.empty-state p{font-size:16px;margin-bottom:16px}.api-keys-table{overflow-x:auto}.api-keys-table table{border-collapse:collapse;width:100%}.api-keys-table th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-size:14px;font-weight:600;padding:12px;text-align:left}.api-keys-table td{border-bottom:1px solid #e5e7eb;font-size:14px;padding:12px}.api-keys-table code{background:#f3f4f6;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:12px;padding:4px 8px}.permissions{display:flex;flex-wrap:wrap;gap:6px}.perm-badge{background:#dbeafe;border-radius:4px;color:#1e40af;font-size:12px;font-weight:500;padding:4px 8px}.status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 12px}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.action-buttons,.btn-primary{display:flex;gap:8px}.btn-primary{align-items:center;background:#25d366;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-primary:hover{background:#1fb855;box-shadow:0 4px 12px #25d3664d;transform:translateY(-1px)}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.btn-secondary{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s}.btn-secondary:hover{border-color:#25d366;color:#25d366}.btn-icon{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.btn-icon:hover{background:#f3f4f6}.btn-icon.btn-danger:hover{background:#fee2e2;color:#dc2626}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:100%}.modal-content h2{color:#1a1a1a;font-size:24px;margin:0 0 24px}.form-group{margin-bottom:20px}.form-group label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input[type=number],.form-group input[type=text],.form-group input[type=url]{border:2px solid #e5e7eb;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#25d366;outline:none}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;font-weight:500!important;gap:8px}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.success-modal{max-width:600px}.warning-box{background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;margin-bottom:20px;padding:16px}.warning-box strong{color:#92400e;display:block;margin-bottom:8px}.warning-box p{color:#78350f;font-size:14px;margin:0}.key-display{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.key-display code{color:#1a1a1a;flex:1 1;font-family:Monaco,Courier New,monospace;font-size:13px;word-break:break-all}.loading{color:#9ca3af;font-size:16px;padding:48px;text-align:center}@media (max-width:1024px){.settings-content{grid-template-columns:1fr}}@media (max-width:768px){.settings-header{align-items:flex-start;flex-direction:column;gap:16px}.header-actions{flex-direction:column;width:100%}.header-actions button{justify-content:center;width:100%}.api-keys-table{font-size:12px}.api-keys-table td,.api-keys-table th{padding:8px}}*{box-sizing:border-box;margin:0;padding:0}.landing{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 24px}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;padding:16px 0;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:#25d366;cursor:pointer;gap:12px}.logo h1,.logo h3{color:#111b21;font-size:24px;font-weight:700;margin:0}.nav-menu{display:flex;gap:32px}.nav-menu a{color:#667781;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.nav-menu a:hover{color:#25d366}.header-actions{display:flex;gap:12px}.btn-cta-large,.btn-hero-primary,.btn-hero-secondary,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 12px #25d3664d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #25d36666;transform:translateY(-2px)}.btn-secondary{background:#f0f2f5;color:#111b21}.btn-secondary:hover{background:#e9edef}.hero{background:linear-gradient(135deg,#e8f5e9,#e3f2fd 50%,#f3e5f5);overflow:hidden;padding:100px 0 80px;position:relative}.hero:before{background:radial-gradient(circle at 20% 50%,#25d3661a 0,#0000 50%),radial-gradient(circle at 80% 80%,#128c7e1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{animation:fadeInUp .8s ease-out}.hero-title{color:#111b21;font-size:56px;font-weight:800;line-height:1.2;margin-bottom:24px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#667781;font-size:20px;line-height:1.6;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;margin-bottom:24px}.btn-hero-primary{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 8px 24px #25d3664d;color:#fff;font-size:16px;padding:16px 32px}.btn-hero-primary:hover{box-shadow:0 12px 32px #25d36666;transform:translateY(-3px)}.btn-hero-secondary{background:#fff;border:2px solid #e9edef;color:#111b21;font-size:16px;padding:16px 32px}.btn-hero-secondary:hover{background:#f0f2f5;border-color:#25d366}.hero-note{color:#667781;font-size:14px}.hero-image{animation:fadeInUp .8s ease-out .2s both}.hero-image,.phone-mockup{align-items:center;display:flex;justify-content:center}.phone-mockup{height:400px;position:relative;width:400px}.whatsapp-icon{color:#25d366;filter:drop-shadow(0 20px 40px rgba(37,211,102,.3))}.stats-section{background:#fff;padding:60px 0}.stats-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.stat-item{animation:fadeInUp .6s ease-out both;text-align:center}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-icon{color:#25d366;margin-bottom:16px}.stat-value{color:#111b21;font-size:48px;font-weight:800;margin-bottom:8px}.stat-label{color:#667781;font-size:16px}.features-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:100px 0}.section-header{margin-bottom:60px;text-align:center}.section-title{color:#111b21;font-size:48px;font-weight:800;margin-bottom:16px}.section-subtitle{color:#667781;font-size:20px;margin:0 auto;max-width:600px}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.feature-card{animation:fadeInUp .6s ease-out both;background:#fff;border:1px solid #e9edef;border-radius:20px;padding:40px;transition:all .3s}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:hover{border-color:#25d366;box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.feature-icon{align-items:center;border-radius:16px;color:#fff;display:flex;height:64px;justify-content:center;margin-bottom:24px;width:64px}.gradient-green{background:linear-gradient(135deg,#25d366,#128c7e)}.gradient-blue{background:linear-gradient(135deg,#2196f3,#1976d2)}.gradient-purple{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.gradient-orange{background:linear-gradient(135deg,#ff9800,#f57c00)}.gradient-pink{background:linear-gradient(135deg,#e91e63,#c2185b)}.gradient-teal{background:linear-gradient(135deg,#009688,#00796b)}.feature-card h3{color:#111b21;font-size:22px;font-weight:700;margin-bottom:12px}.feature-card p{color:#667781;font-size:16px;line-height:1.6}.benefits-section{background:#fff;padding:100px 0}.benefits-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.benefits-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.benefit-item{animation:fadeInUp .6s ease-out both;display:flex;gap:16px}.benefit-item:first-child{animation-delay:.1s}.benefit-item:nth-child(2){animation-delay:.2s}.benefit-item:nth-child(3){animation-delay:.3s}.benefit-item:nth-child(4){animation-delay:.4s}.benefit-icon{color:#25d366;flex-shrink:0;margin-top:2px}.benefit-item h4{color:#111b21;font-size:18px;font-weight:700;margin-bottom:4px}.benefit-item p{color:#667781;font-size:15px;line-height:1.5}.benefits-visual{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}.visual-card{animation:fadeInUp .6s ease-out both;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e9edef;border-radius:20px;padding:40px;text-align:center;transition:all .3s}.visual-card:first-child{animation-delay:.2s}.visual-card:nth-child(2){animation-delay:.3s}.visual-card:nth-child(3){animation-delay:.4s}.visual-card:hover{border-color:#25d366;box-shadow:0 12px 24px #00000014;transform:translateY(-4px)}.visual-icon{color:#25d366;margin-bottom:16px}.visual-stat{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:800;margin-bottom:8px}.visual-label{color:#667781;font-size:16px;font-weight:600}.how-it-works{background:linear-gradient(180deg,#f8f9fa,#fff);padding:100px 0}.steps-timeline{align-items:center;display:flex;gap:0;justify-content:center;margin-top:60px}.step-item{animation:fadeInUp .6s ease-out both;flex:1 1;text-align:center}.step-item:first-child{animation-delay:.1s}.step-item:nth-child(3){animation-delay:.2s}.step-item:nth-child(5){animation-delay:.3s}.step-number{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;box-shadow:0 8px 24px #25d3664d;color:#fff;display:flex;font-size:32px;font-weight:800;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.step-connector{background:linear-gradient(90deg,#25d366,#128c7e);flex:0.5 1;height:3px;margin:0 -20px 60px}.step-content h3{color:#111b21;font-size:24px;font-weight:700;margin-bottom:12px}.step-content p{color:#667781;font-size:16px;line-height:1.5}.cta-section{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:100px 0;text-align:center}.cta-content h2{font-size:48px;font-weight:800;margin-bottom:16px}.cta-content p{font-size:20px;margin-bottom:32px;opacity:.95}.btn-cta-large{background:#fff;box-shadow:0 8px 24px #0003;color:#25d366;font-size:18px;font-weight:700;padding:20px 48px}.btn-cta-large:hover{box-shadow:0 12px 32px #0000004d;transform:translateY(-4px)}.cta-note{font-size:14px;margin-top:24px;opacity:.9}.testimonials-section{background:#fff;padding:100px 0}.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-top:60px}.testimonial-card{animation:fadeInUp .6s ease-out both;background:#fff;border:1px solid #e9edef;border-radius:20px;padding:32px;transition:all .3s}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:nth-child(4){animation-delay:.4s}.testimonial-card:hover{border-color:#25d366;box-shadow:0 12px 32px #0000001a;transform:translateY(-4px)}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{color:#111b21;font-size:16px;font-style:italic;line-height:1.6;margin-bottom:24px}.testimonial-author{align-items:center;display:flex;gap:16px}.author-avatar{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.author-avatar,.author-name{font-size:16px;font-weight:700}.author-name{color:#111b21;margin-bottom:4px}.author-company{color:#667781;font-size:14px}.landing-footer{background:#111b21;color:#fff;padding:60px 0 24px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer-brand p{color:#8696a0;line-height:1.6;margin-top:16px}.footer-column h4{font-size:16px;font-weight:700;margin-bottom:16px}.footer-column a{color:#8696a0;display:block;margin-bottom:12px;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#25d366}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:24px;text-align:center}.footer-bottom p{color:#8696a0;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulse{animation:pulse 2s ease-in-out infinite}@media (max-width:1024px){.hero-title{font-size:48px}.features-grid{grid-template-columns:repeat(2,1fr)}.benefits-content{gap:60px;grid-template-columns:1fr}}@media (max-width:768px){.nav-menu{display:none}.hero-content{gap:40px;grid-template-columns:1fr}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.hero-buttons{flex-direction:column}.stats-grid{gap:32px;grid-template-columns:repeat(2,1fr)}.features-grid,.testimonials-grid{grid-template-columns:1fr}.steps-timeline{flex-direction:column;gap:40px}.step-connector{display:none}.footer-content{gap:40px;grid-template-columns:1fr}.cta-content h2,.section-title{font-size:36px}}@media (max-width:480px){.hero-title{font-size:28px}.stats-grid{grid-template-columns:1fr}.stat-value{font-size:36px}}.profile-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:32px}.profile-container{margin:0 auto;max-width:1200px}.profile-header{margin-bottom:32px}.profile-header h1{color:#111b21;font-size:32px;font-weight:700;margin:0 0 8px}.profile-header p{color:#667781;font-size:16px;margin:0}.profile-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:32px}.user-card{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:20px;box-shadow:0 8px 24px #25d3664d;color:#fff;padding:32px}.user-card-header{align-items:center;display:flex;gap:20px}.user-avatar-large{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.user-info-text h2{font-size:24px;font-weight:700;margin:0 0 12px}.user-email,.user-joined{align-items:center;display:flex;font-size:14px;gap:8px;margin:6px 0;opacity:.9}.balance-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:32px}.balance-header{align-items:center;color:#667781;display:flex;gap:12px;margin-bottom:16px}.balance-header h3{color:#667781;font-size:16px;font-weight:600;margin:0}.balance-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#25d366,#128c7e);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;margin-bottom:24px}.balance-actions{display:flex;gap:12px}.btn-balance-primary,.btn-balance-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s}.btn-balance-primary{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 12px #25d3664d;color:#fff}.btn-balance-primary:hover{box-shadow:0 6px 20px #25d36666;transform:translateY(-2px)}.btn-balance-secondary{background:#f0f2f5;color:#111b21}.btn-balance-secondary:hover{background:#e9edef}.profile-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:32px}.stat-card-profile{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;gap:16px;padding:24px;transition:all .3s}.stat-card-profile:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px)}.stat-icon-profile{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.stat-icon-profile.gradient-green{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#25d366}.stat-icon-profile.gradient-blue{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#2196f3}.stat-icon-profile.gradient-purple{background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#9c27b0}.stat-icon-profile.gradient-orange{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#ff9800}.stat-value-profile{color:#111b21;font-size:24px;font-weight:800;margin-bottom:4px}.stat-label-profile{color:#667781;font-size:13px;font-weight:500}.transactions-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:32px;padding:32px}.section-header-profile{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-header-profile h2{color:#111b21;font-size:22px;font-weight:700;margin:0}.btn-view-all{background:none;border:none;color:#25d366;cursor:pointer;font-size:14px;font-weight:600;transition:color .2s}.btn-view-all:hover{color:#128c7e}.transactions-table{overflow-x:auto}.transactions-table table{border-collapse:collapse;width:100%}.transactions-table thead{background:#f0f2f5}.transactions-table th{color:#667781;font-size:13px;font-weight:700;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase}.transactions-table td{border-bottom:1px solid #e9edef;padding:16px}.transactions-table tr:last-child td{border-bottom:none}.transactions-table tr:hover{background:#f8f9fa}.transaction-date{color:#667781;font-size:14px}.transaction-description{color:#111b21;font-size:14px;font-weight:500}.transaction-amount{align-items:center;display:flex;font-size:15px;font-weight:700;gap:6px}.transaction-amount.credit{color:#25d366}.transaction-amount.debit{color:#f44336}.amount-icon{align-items:center;display:flex}.settings-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:32px}.settings-section h2{color:#111b21;font-size:22px;font-weight:700;margin:0 0 24px}.settings-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.setting-card{align-items:flex-start;background:#f8f9fa;border:1px solid #e9edef;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:20px;text-align:left;transition:all .2s}.setting-card:hover{background:#fff;border-color:#25d366;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.setting-card svg{color:#25d366;flex-shrink:0;margin-top:2px}.setting-card h3{color:#111b21;font-size:15px;font-weight:600;margin:0 0 4px}.setting-card p{color:#667781;font-size:13px;margin:0}@media (max-width:1024px){.profile-row{grid-template-columns:1fr}.profile-stats{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-page{padding:20px}.profile-stats{grid-template-columns:1fr}.balance-amount{font-size:36px}.transactions-table{font-size:13px}}.error-boundary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:48px;text-align:center;width:100%}.error-icon{animation:shake .5s ease-in-out;font-size:64px;margin-bottom:24px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-boundary-content h1{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:16px}.error-description{color:#666;font-size:16px;line-height:1.6;margin-bottom:32px}.error-details{background:#f5f5f5;border-radius:8px;margin:24px 0;padding:16px;text-align:left}.error-details summary{color:#667eea;cursor:pointer;font-weight:600;padding:8px;-webkit-user-select:none;user-select:none}.error-details summary:hover{color:#764ba2}.error-info{background:#fff;border-left:4px solid #f44;border-radius:4px;margin-top:16px;padding:16px}.error-info p{font-size:14px;margin:8px 0}.error-component-stack,.error-stack{background:#1a1a1a;border-radius:4px;color:#0f0;font-family:Courier New,monospace;font-size:12px;line-height:1.4;margin-top:12px;overflow-x:auto;padding:16px}.error-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.error-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.error-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.error-button.primary:hover{box-shadow:0 8px 16px #667eea66;transform:translateY(-2px)}.error-button.secondary{background:#f0f0f0;color:#333}.error-button.secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.error-hint{background:#f9f9f9;border-left:4px solid #667eea;border-radius:8px;color:#999;font-size:14px;margin-top:16px;padding:12px}@media (max-width:768px){.error-boundary-content{padding:32px 24px}.error-boundary-content h1{font-size:24px}.error-actions{flex-direction:column}.error-button{width:100%}}