.error-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;opacity:0;transform:translate(100%);transition:opacity .3s ease,transform .3s ease}.error-notification.visible{opacity:1;transform:translate(0)}.error-notification-content{background:#dc3545;color:#fff;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.75rem}.error-icon{font-size:1.25rem;flex-shrink:0}.error-message{flex:1;font-size:.9rem;line-height:1.4}.error-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;opacity:.8;transition:opacity .2s;flex-shrink:0}.error-close-btn:hover{opacity:1}.error-close-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}@media (max-width: 768px){.error-notification{top:10px;right:10px;left:10px;max-width:none;z-index:10001}.error-notification-content{padding:.875rem 1rem;flex-wrap:wrap}.error-message{font-size:.875rem;line-height:1.4;word-break:break-word}.error-icon{font-size:1.125rem}.error-close-btn{width:28px;height:28px;font-size:1.375rem}}@media (max-width: 480px){.error-notification{top:5px;right:5px;left:5px}.error-notification-content{padding:.75rem .875rem}.error-message{font-size:.8125rem}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{display:inline-flex;gap:.25rem}.spinner-circle{width:8px;height:8px;border-radius:50%;background:#007bff;animation:spinner-bounce 1.4s ease-in-out infinite both}.spinner-circle:nth-child(1){animation-delay:-.32s}.spinner-circle:nth-child(2){animation-delay:-.16s}.spinner-circle:nth-child(3){animation-delay:0}.spinner-small .spinner-circle{width:6px;height:6px}.spinner-medium .spinner-circle{width:8px;height:8px}.spinner-large .spinner-circle{width:12px;height:12px}@keyframes spinner-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.loading-spinner-text{color:#666;font-size:.9rem;text-align:center}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:320px;background:white;z-index:9999;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-2px 0 8px #00000026}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{padding:1rem;border-bottom:1px solid #ddd;display:flex;justify-content:flex-end}.mobile-menu-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.mobile-menu-close:hover{color:#333}.mobile-menu-close:focus{outline:2px solid #007bff;outline-offset:2px;border-radius:4px}.mobile-menu-content{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}@media (min-width: 769px){.mobile-menu-overlay,.mobile-menu{display:none}}.chat-home{display:flex;flex-direction:column;height:100vh}.chat-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #ddd}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-brand img{height:40px;width:auto;object-fit:contain}.chat-nav h1{margin:0;color:#333;font-size:1.5rem}.nav-links{display:flex;gap:1rem}.nav-links a{color:#007bff;text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-links .user-info{color:#333;font-weight:600;padding:.5rem 1rem;background:#f0f0f0;border-radius:4px;margin-right:.5rem}.nav-links .logout-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background .2s}.nav-links .logout-btn:hover{background:#c82333}.chat-container{display:flex;flex:1;overflow:hidden}.chat-sidebar{width:250px;background:#f8f9fa;border-right:1px solid #ddd;padding:1rem;overflow-y:auto}.agents-list h2{margin-bottom:1rem;font-size:1.2rem}.agent-item{padding:.75rem;margin-bottom:.5rem;background:white;border-radius:4px;cursor:pointer;transition:background .2s;outline:none}.agent-item:hover{background:#e9ecef}.agent-item:focus{outline:2px solid #007bff;outline-offset:2px}.agent-item.active{background:#007bff;color:#fff}.agent-item.active:focus{outline-color:#0056b3}.usage-info{margin-top:2rem;padding:1rem;background:white;border-radius:4px}.usage-info h3{margin-bottom:.5rem;font-size:1rem}.usage-info p{margin:.25rem 0;font-size:.9rem}.chat-main{flex:1;display:flex;flex-direction:column}.chat-messages{flex:1;padding:1rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0}.message{margin-bottom:1rem}.message.user{text-align:right}.message-content{display:inline-block;padding:.75rem 1rem;border-radius:8px;max-width:70%;word-wrap:break-word}.message.user .message-content{background:#007bff;color:#fff}.message.assistant .message-content{background:#e9ecef;color:#333}.loading-indicator{text-align:center;color:#666;font-style:italic;padding:1rem}.chat-input-form{display:flex;padding:1rem;border-top:1px solid #ddd;background:white}.chat-input-form input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.chat-input-form button{margin-left:.5rem;padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.chat-input-form button:hover:not(:disabled){background:#0056b3}.chat-input-form button:disabled{opacity:.6;cursor:not-allowed}.chat-input-form button:focus,.chat-input-form .file-btn:focus{outline:2px solid #007bff;outline-offset:2px}.chat-input-form input:focus{outline:2px solid #007bff;outline-offset:2px;border-color:#007bff}.no-agent-selected{display:flex;justify-content:center;align-items:center;height:100%;color:#666}.no-agents{padding:1rem;color:#666;font-style:italic;text-align:center}.no-messages{padding:2rem;text-align:center;color:#999;font-style:italic}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:.5rem;margin-right:.75rem;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.mobile-menu-toggle:hover{background:#f0f0f0}.mobile-menu-toggle:focus{outline:2px solid #007bff;outline-offset:2px}.mobile-sidebar-content{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.chat-home{height:100vh;height:100dvh}.chat-nav{padding:.75rem 1rem;flex-wrap:nowrap;position:relative}.mobile-menu-toggle{display:flex}.nav-brand{flex:1;min-width:0}.nav-brand img{height:32px}.nav-brand h1{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links{display:none}.chat-container{flex-direction:row;position:relative}.chat-sidebar{display:none}.chat-main{flex:1;min-height:0;width:100%}.chat-header{padding:.75rem;flex-wrap:wrap}.chat-header h2{font-size:1.25rem;flex:1;min-width:0}.chat-header-actions{width:100%;margin-top:.5rem;gap:.5rem}.chat-header-actions button{flex:1;padding:.625rem;font-size:.875rem;min-height:44px}.chat-messages{padding:.75rem}.message-content{max-width:85%;font-size:.9rem;padding:.625rem .875rem}.message-time{font-size:.75rem;margin-top:.25rem}.chat-input-form{padding:.75rem;flex-wrap:wrap;gap:.5rem}.uploaded-files{width:100%;margin-bottom:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.file-tag{font-size:.875rem;padding:.5rem .75rem}.input-row{display:flex;width:100%;gap:.5rem}.chat-input-form .file-btn{min-width:44px;min-height:44px;padding:0;font-size:1.25rem;flex-shrink:0}.chat-input-form input{flex:1;min-width:0;margin-bottom:0;padding:.875rem;font-size:16px;min-height:44px}.chat-input-form button[type=submit]{min-width:80px;margin-left:0;padding:.875rem 1rem;font-size:1rem;min-height:44px;flex-shrink:0}.tool-calls-panel{max-height:250px}.tool-calls-panel-header{padding:.625rem .75rem}.tool-calls-panel-header h3{font-size:1rem}.tool-calls-panel-content,.tool-call-item{padding:.75rem}.tool-call-header{flex-direction:column;align-items:flex-start;gap:.5rem}.tool-name{font-size:.9rem}.tool-state,.tool-time{font-size:.7rem}.tool-calls-inline{margin-bottom:.75rem;padding-bottom:.75rem}.tool-call-detail{padding:.625rem;margin-bottom:.5rem}.tool-call-header-inline{flex-wrap:wrap;gap:.375rem}.tool-name-inline{font-size:.85rem}.tool-result-content{font-size:.75rem;max-height:100px}.agents-list h2,.conversations-header h3,.usage-info h3{font-size:1rem}.agent-item{padding:.75rem;font-size:.9rem;min-height:44px}.agent-name{font-size:.95rem}.agent-description{font-size:.85rem;margin-top:.25rem}.conversation-item{padding:.75rem;min-height:44px}.conv-preview{font-size:.9rem}.conv-date{font-size:.7rem;margin-top:.25rem}.usage-info{margin-top:1rem;padding:.75rem;font-size:.875rem}.usage-info p{font-size:.85rem}}@media (max-width: 480px){.chat-nav{padding:.5rem .75rem}.nav-brand h1{font-size:1rem}.nav-brand img{height:28px}.mobile-menu-toggle{font-size:1.25rem;padding:.375rem;min-width:40px;min-height:40px}.chat-header{padding:.625rem}.chat-header h2{font-size:1.125rem}.chat-messages{padding:.5rem}.message-content{max-width:90%;padding:.625rem .875rem;font-size:.875rem}.chat-input-form{padding:.5rem}.chat-input-form input{padding:.75rem;font-size:16px}.chat-input-form button[type=submit]{padding:.75rem;min-width:70px;font-size:.9rem}.tool-calls-panel{max-height:200px}.tool-call-item{padding:.625rem}.tool-call-data,.tool-call-result{font-size:.75rem;padding:.5rem}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #ddd;background:white}.chat-header h2{margin:0;font-size:1.5rem;color:#333}.chat-header-actions{display:flex;gap:.5rem;align-items:center}.tool-calls-toggle-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.tool-calls-toggle-btn:hover{background:#5a6268}.tool-calls-toggle-btn.active{background:#007bff}.download-btn{background:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.download-btn:hover{background:#218838}.tool-calls-panel{border-bottom:1px solid #ddd;background:#f8f9fa;max-height:400px;display:flex;flex-direction:column}.tool-calls-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:white;border-bottom:1px solid #ddd}.tool-calls-panel-header h3{margin:0;font-size:1.1rem;color:#333}.tool-calls-panel-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1}.tool-calls-panel-header .close-btn:hover{color:#333}.tool-calls-panel-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.tool-calls-list{display:flex;flex-direction:column;gap:1rem}.tool-call-item{background:white;border-radius:6px;padding:1rem;border-left:4px solid #6c757d;box-shadow:0 1px 3px #0000001a}.tool-call-item.done{border-left-color:#28a745}.tool-call-item.error{border-left-color:#dc3545}.tool-call-item.executing{border-left-color:#ffc107}.tool-call-item.pending{border-left-color:#6c757d}.tool-call-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.tool-name{font-weight:600;color:#333;font-size:1rem}.tool-state{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.tool-state.done{background:#d4edda;color:#155724}.tool-state.error{background:#f8d7da;color:#721c24}.tool-state.executing{background:#fff3cd;color:#856404}.tool-state.pending{background:#e2e3e5;color:#383d41}.tool-time{font-size:.75rem;color:#666}.tool-call-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef}.tool-call-section:first-of-type{margin-top:0;padding-top:0;border-top:none}.tool-call-section strong{display:block;margin-bottom:.5rem;color:#495057;font-size:.875rem}.tool-call-data{background:#f8f9fa;padding:.75rem;border-radius:4px;font-size:.875rem;overflow-x:auto;margin:0;white-space:pre-wrap;word-wrap:break-word}.tool-call-result{background:#f8f9fa;padding:.75rem;border-radius:4px;font-size:.875rem;color:#333;max-height:200px;overflow-y:auto}.tool-call-files{list-style:none;padding:0;margin:.5rem 0 0}.tool-call-files li{padding:.25rem 0;color:#495057;font-size:.875rem}.tool-call-error{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;font-size:.875rem}.tool-call-section.error{border-top-color:#f5c6cb}.tool-call-footer{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef;font-size:.75rem;color:#666}.no-tool-calls{text-align:center;padding:2rem;color:#999;font-style:italic}.tool-calls-inline{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.tool-call-detail{background:#f8f9fa;border-left:3px solid #007bff;border-radius:4px;padding:.75rem;margin-bottom:.5rem;transition:border-color .3s ease}.tool-call-detail.executing{border-left-color:#ffc107;animation:pulse-border 1.5s ease-in-out infinite}.tool-call-detail.done{border-left-color:#28a745}.tool-call-detail.error{border-left-color:#dc3545}@keyframes pulse-border{0%,to{border-left-color:#ffc107}50%{border-left-color:#ff9800}}.tool-call-detail:last-child{margin-bottom:0}.tool-call-header-inline{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.tool-icon{font-size:1rem}.tool-name-inline{font-weight:600;color:#007bff;font-size:.9rem}.tool-executing-indicator{margin-left:auto;font-size:.75rem;color:#ffc107;font-weight:500;animation:pulse-text 1.5s ease-in-out infinite}.tool-status-badge{margin-left:auto;font-size:.7rem;padding:.2rem .5rem;border-radius:12px;font-weight:600}.tool-status-badge.done{background:#d4edda;color:#155724}.tool-status-badge.error{background:#f8d7da;color:#721c24}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.tool-call-params{margin:.5rem 0;font-size:.85rem}.tool-call-params summary{cursor:pointer;color:#007bff;font-weight:500;padding:.25rem 0}.tool-call-params summary:hover{text-decoration:underline}.tool-call-params-content{background:white;padding:.5rem;border-radius:4px;margin-top:.5rem;font-size:.8rem;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;max-height:200px;overflow-y:auto}.tool-call-result-inline{margin:.5rem 0;font-size:.85rem}.tool-call-result-inline strong{display:block;margin-bottom:.25rem;color:#495057}.tool-result-content{background:white;padding:.5rem;border-radius:4px;margin-top:.25rem;font-size:.8rem;color:#333;max-height:150px;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word}.tool-call-files-inline{margin:.5rem 0;font-size:.85rem}.tool-call-files-inline strong{display:block;margin-bottom:.25rem;color:#495057}.tool-call-files-inline ul{list-style:none;padding:0;margin:.25rem 0 0;background:white;padding:.5rem;border-radius:4px}.tool-call-files-inline li{padding:.25rem 0;color:#495057;font-size:.8rem}@media (max-width: 768px){.tool-calls-panel{max-height:300px}.tool-call-header{flex-direction:column;align-items:flex-start}.chat-header{flex-wrap:wrap;gap:.5rem}.chat-header-actions{width:100%;justify-content:flex-end}}.success-notification{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;opacity:0;transform:translate(100%);transition:opacity .3s ease,transform .3s ease}.success-notification.visible{opacity:1;transform:translate(0)}.success-notification-content{background:#28a745;color:#fff;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.75rem}.success-icon{font-size:1.25rem;flex-shrink:0;font-weight:700}.success-message{flex:1;font-size:.9rem;line-height:1.4}.success-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;opacity:.8;transition:opacity .2s;flex-shrink:0}.success-close-btn:hover{opacity:1}.success-close-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}@media (max-width: 768px){.success-notification{top:10px;right:10px;left:10px;max-width:none;z-index:10001}.success-notification-content{padding:.875rem 1rem;flex-wrap:wrap}.success-message{font-size:.875rem;line-height:1.4;word-break:break-word}.success-icon{font-size:1.125rem}.success-close-btn{width:28px;height:28px;font-size:1.375rem}}@media (max-width: 480px){.success-notification{top:5px;right:5px;left:5px}.success-notification-content{padding:.75rem .875rem}.success-message{font-size:.8125rem}}.dashboard{padding:2rem;min-height:100vh;min-height:100dvh}.dashboard-nav{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem;background:white;border-bottom:1px solid #ddd;border-radius:8px}.dashboard-nav h1{margin:0;font-size:1.5rem;color:#333}.dashboard-nav .nav-links{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.dashboard-nav .nav-links a{color:#007bff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s;min-height:44px;display:inline-flex;align-items:center}.dashboard-nav .nav-links a:hover{background-color:#f0f0f0;text-decoration:none}.dashboard-nav .logout-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background .2s;min-height:44px;font-size:1rem}.dashboard-nav .logout-btn:hover{background:#c82333}.dashboard-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dashboard-tabs::-webkit-scrollbar{display:none}.dashboard-tabs button{background:none;border:none;padding:.75rem 1.25rem;cursor:pointer;font-size:1rem;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;white-space:nowrap;min-height:44px;position:relative}.dashboard-tabs button:hover{color:#007bff}.dashboard-tabs button.active{color:#007bff;border-bottom-color:#007bff;font-weight:600}.dashboard-tabs button .badge{background:#dc3545;color:#fff;border-radius:12px;padding:.125rem .5rem;font-size:.75rem;margin-left:.5rem;font-weight:600}.dashboard-panel{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.panel-header h2{margin:0;font-size:1.5rem;color:#333}.btn-primary{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s;min-height:44px}.btn-secondary{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s;min-height:44px}.btn-sm{padding:.5rem 1rem;font-size:.875rem;min-height:40px}.btn-danger{background:#dc3545;color:#fff}.agents-list,.mcp-list,.notifications-list{display:flex;flex-direction:column;gap:1rem}.agent-card,.mcp-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.25rem;transition:box-shadow .2s}.agent-card:hover,.mcp-card:hover{box-shadow:0 2px 8px #0000001a}.agent-header,.mcp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.75rem}.agent-header h3,.mcp-header h3{margin:0;font-size:1.25rem;color:#333;flex:1;min-width:0}.agent-actions,.mcp-actions{display:flex;gap:.5rem;flex-wrap:wrap}.agent-meta,.mcp-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.9rem;color:#666}.agent-meta span,.mcp-meta span{display:flex;align-items:center;gap:.25rem}.agent-form,.mcp-form{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.agent-form input,.agent-form textarea,.agent-form select,.mcp-form input,.mcp-form select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;min-height:44px}.agent-form textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap}.notification-item{background:white;border:1px solid #dee2e6;border-radius:8px;padding:1rem;cursor:pointer;transition:background .2s;position:relative}.notification-item:hover{background:#f8f9fa}.notification-item.unread{border-left:4px solid #007bff;background:#f0f7ff}.notification-content h4{margin:0 0 .5rem;font-size:1.1rem;color:#333}.notification-content p{margin:0 0 .5rem;color:#666;line-height:1.5}.notification-time{font-size:.875rem;color:#999}.unread-indicator{position:absolute;top:1rem;right:1rem;width:8px;height:8px;background:#007bff;border-radius:50%}.no-items{text-align:center;padding:2rem;color:#999;font-style:italic}@media (max-width: 768px){.dashboard{padding:0}.dashboard-nav{padding:.75rem 1rem;margin-bottom:1rem;border-radius:0;border-left:none;border-right:none}.dashboard-nav h1{font-size:1.25rem;flex:1;min-width:0}.dashboard-nav .nav-links{width:100%;margin-top:.75rem;gap:.5rem}.dashboard-nav .nav-links a,.dashboard-nav .logout-btn{flex:1;justify-content:center;padding:.625rem .875rem;font-size:.9rem;min-height:44px}.dashboard-tabs{padding:0 1rem;margin-bottom:1rem}.dashboard-tabs button{padding:.625rem 1rem;font-size:.9rem;min-height:44px}.dashboard-panel{padding:1rem;border-radius:0;margin:0 1rem 1rem}.panel-header{flex-direction:column;align-items:stretch;gap:.75rem}.panel-header h2{font-size:1.25rem}.panel-header button{width:100%}.agent-form,.mcp-form,.agent-card,.mcp-card{padding:1rem}.agent-header,.mcp-header{flex-direction:column;align-items:stretch}.agent-header h3,.mcp-header h3{font-size:1.125rem}.agent-actions,.mcp-actions{width:100%;justify-content:stretch}.agent-actions button,.mcp-actions button{flex:1;min-height:44px}.agent-meta,.mcp-meta{flex-direction:column;gap:.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%;min-height:44px}.notification-item{padding:.875rem}.notification-content h4{font-size:1rem;padding-right:1.5rem}.notification-content p{font-size:.9rem}}@media (max-width: 480px){.dashboard-nav{padding:.625rem .75rem}.dashboard-nav h1{font-size:1.125rem}.dashboard-nav .nav-links a,.dashboard-nav .logout-btn{padding:.5rem .75rem;font-size:.875rem}.dashboard-tabs{padding:0 .75rem}.dashboard-tabs button{padding:.5rem .875rem;font-size:.875rem}.dashboard-panel{margin:0 .75rem .75rem;padding:.875rem}.panel-header h2{font-size:1.125rem}.agent-form,.mcp-form,.agent-card,.mcp-card{padding:.875rem}.agent-header h3,.mcp-header h3{font-size:1rem}}.billing{padding:2rem}.billing nav{margin-bottom:2rem}.billing nav a{margin-right:1rem;color:#007bff;text-decoration:none}.billing nav a:hover{text-decoration:underline}.billing-content{max-width:1200px;margin:0 auto}.current-subscription{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.usage-metrics{background:white;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #ddd}.metric{display:flex;justify-content:space-between;padding:.5rem 0}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.plan-card{background:white;border:1px solid #ddd;border-radius:8px;padding:1.5rem}.plan-card h3{margin-bottom:.5rem}.price{font-size:1.5rem;font-weight:700;color:#007bff;margin-bottom:1rem}.plan-card ul{list-style:none;padding:0;margin:1rem 0}.plan-card li{padding:.5rem 0;border-bottom:1px solid #eee}.plan-card button{width:100%;padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem}.plan-card button:hover{background:#0056b3}.no-plans{grid-column:1 / -1;text-align:center;padding:2rem;color:#666;font-style:italic}@media (max-width: 768px){.billing{padding:1rem}.billing nav{margin-bottom:1.5rem;flex-direction:column;gap:.75rem}.billing nav a{width:100%;text-align:center;padding:.75rem 1rem;background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;min-height:44px;display:flex;align-items:center;justify-content:center}.billing nav a:hover{background-color:#e9ecef;text-decoration:none}.billing-content{max-width:100%}.current-subscription,.usage-metrics{padding:1rem;margin-bottom:1.5rem}.metric{flex-direction:column;gap:.25rem;padding:.75rem 0}.plans-grid{grid-template-columns:1fr;gap:1rem}.plan-card{padding:1.25rem}.plan-card button{padding:.875rem;font-size:1rem;min-height:44px}}@media (max-width: 480px){.billing{padding:.75rem}.current-subscription,.usage-metrics,.plan-card{padding:1rem}.plan-card h3{font-size:1.125rem}.price{font-size:1.25rem}}.profile{min-height:100vh;background:#f5f5f5}.profile-nav{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.profile-nav h1{margin:0;font-size:1.5rem;color:#333}.profile-nav .nav-links{display:flex;gap:1rem;align-items:center}.profile-nav .nav-links a{color:#333;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background .2s}.profile-nav .nav-links a:hover{background:#f0f0f0}.profile-nav .logout-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background .2s}.profile-nav .logout-btn:hover{background:#c82333}.profile-content{max-width:800px;margin:2rem auto;padding:0 1rem}.profile-section{margin-bottom:2rem}.profile-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.profile-section h3{color:#555;margin-bottom:.5rem;font-size:1.2rem}.info-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#666}.info-value{color:#333}.status-active{color:#28a745;font-weight:600}.status-inactive{color:#dc3545;font-weight:600}.api-key-preview{font-family:monospace;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px}.api-key-info{margin-bottom:1rem}.new-api-key-section{margin:1.5rem 0;padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:4px}.alert{padding:.75rem;margin-bottom:1rem;border-radius:4px}.alert-warning{background:#fff3cd;border:1px solid #ffc107;color:#856404}.api-key-display{display:flex;gap:.5rem;align-items:center;margin:1rem 0}.api-key-value{flex:1;padding:.75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;font-family:monospace;word-break:break-all;font-size:.9rem}.btn-copy{padding:.75rem 1rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-copy:hover{background:#0056b3}.api-key-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.btn-primary{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;font-size:1rem}.btn-primary:hover{background:#0056b3}.btn-secondary{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;font-size:1rem}.btn-secondary:hover{background:#5a6268}.btn-danger{padding:.75rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;font-size:1rem}.btn-danger:hover{background:#c82333}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #f5c6cb}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #c3e6cb}.info-list{list-style:none;padding:0;margin:0}.info-list li{padding:.5rem 0;color:#666;line-height:1.6}.info-list li strong{color:#333}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#666}@media (max-width: 768px){.profile{min-height:100vh;min-height:100dvh}.profile-nav{flex-direction:column;gap:1rem;padding:1rem}.profile-nav h1{font-size:1.25rem;text-align:center}.profile-nav .nav-links{flex-wrap:wrap;justify-content:center;width:100%;gap:.5rem}.profile-nav .nav-links a,.profile-nav .logout-btn{padding:.625rem 1rem;min-height:44px;font-size:.9rem}.profile-content{margin:1rem auto;padding:0 .75rem}.profile-section{margin-bottom:1.5rem}.profile-section h2{font-size:1.25rem}.profile-section h3{font-size:1.1rem}.info-card{padding:1rem}.info-row{flex-direction:column;gap:.25rem;padding:.625rem 0}.info-label{font-size:.9rem}.info-value{font-size:.95rem;word-break:break-word}.api-key-display{flex-direction:column;gap:.75rem}.api-key-value{font-size:.85rem;padding:.625rem}.btn-copy{width:100%;padding:.875rem;min-height:44px}.api-key-actions{flex-direction:column;gap:.75rem}.api-key-actions button{width:100%;padding:.875rem;min-height:44px}.alert,.error-message,.success-message{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.profile-nav{padding:.75rem}.profile-nav h1{font-size:1.125rem}.profile-content{padding:0 .5rem}.info-card{padding:.875rem}.profile-section h2{font-size:1.125rem}.profile-section h3{font-size:1rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f5f5}.login-box{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.login-logo{text-align:center;margin-bottom:1rem}.login-logo img{height:60px;width:auto;object-fit:contain}.login-box h1{text-align:center;margin-bottom:2rem;color:#333;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#007bff}button[type=submit]{width:100%;padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-bottom:1rem}button[type=submit]:hover:not(:disabled){background:#0056b3}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:4px;margin-bottom:1rem}.login-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.login-divider span{padding:0 1rem;color:#666;font-size:.875rem}.btn-linkedin{width:100%;padding:.75rem;background:#0077b5;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s}.btn-linkedin:hover:not(:disabled){background:#005885}.btn-linkedin:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.login-container{padding:2rem 1rem 1rem;align-items:flex-start}.login-box{padding:1.5rem;max-width:100%;margin:0 auto}.login-box h1{font-size:1.25rem;margin-bottom:1.5rem}.login-logo img{height:50px}.form-group{margin-bottom:1.25rem}.form-group input{padding:.875rem;font-size:16px;min-height:44px}button[type=submit],.btn-linkedin{padding:.875rem;font-size:1rem;min-height:44px}.error-message{padding:.625rem;font-size:.9rem}}@media (max-width: 480px){.login-container{padding:1.5rem .75rem .75rem}.login-box{padding:1.25rem}.login-box h1{font-size:1.125rem}.login-logo img{height:40px}}.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-modal{background:#1a1a2e;border-radius:16px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080;border:1px solid rgba(0,212,255,.2)}.contact-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#00d4ff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.contact-modal-close:hover{background:rgba(0,212,255,.1);transform:rotate(90deg)}.contact-modal-header{text-align:center;margin-bottom:2rem}.contact-modal-header h2{color:#00d4ff;font-size:2rem;margin-bottom:.5rem}.contact-modal-header p{color:#b0b0b0;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#00d4ff;font-size:.9rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{background:rgba(255,255,255,.05);border:1px solid rgba(0,212,255,.3);border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#00d4ff;background:rgba(255,255,255,.08);box-shadow:0 0 0 3px #00d4ff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group select{cursor:pointer}.form-group select option{background:#1a1a2e;color:#fff}.submit-button{background:linear-gradient(135deg,#00d4ff 0%,#0099cc 100%);border:none;border-radius:8px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#00e5ff 0%,#00aadd 100%);transform:translateY(-2px);box-shadow:0 8px 20px #00d4ff4d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-error{background:rgba(255,0,0,.1);border:1px solid rgba(255,0,0,.3);border-radius:8px;padding:1rem;color:#ff6b6b;font-size:.9rem}.contact-success{text-align:center;padding:2rem}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#00d4ff 0%,#0099cc 100%);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.contact-success h3{color:#00d4ff;font-size:1.5rem;margin-bottom:1rem}.contact-success p{color:#b0b0b0;font-size:1rem;line-height:1.6}@media (max-width: 768px){.contact-modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.contact-modal{padding:1.5rem;width:95%;max-height:90vh;max-height:90dvh;margin:0 auto}.contact-modal-header{margin-bottom:1.5rem}.contact-modal-header h2{font-size:1.5rem}.contact-modal-header p{font-size:.9rem}.contact-form{gap:1.25rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem;font-size:16px;min-height:44px}.form-group textarea{min-height:100px}.submit-button{padding:.875rem 1.5rem;font-size:1rem;min-height:44px}.contact-modal-close{width:36px;height:36px;font-size:1.75rem;top:.75rem;right:.75rem}.success-icon{width:60px;height:60px;font-size:2.5rem}.contact-success h3{font-size:1.25rem}.contact-success p{font-size:.9rem}}@media (max-width: 480px){.contact-modal-overlay{padding:1rem .5rem .5rem}.contact-modal{padding:1.25rem;width:100%;border-radius:12px}.contact-modal-header h2{font-size:1.25rem}.contact-form{gap:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;font-size:16px}}.intro-container{position:relative;min-height:100vh;background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 50%,#2d1b3d 100%);color:#fff;overflow-x:hidden}.intro-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:20px}.intro-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,14,39,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0;animation:fadeInDown .5s ease-out}.intro-nav{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#00d4ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-login-button{padding:10px 25px;background:rgba(102,126,234,.2);color:#00d4ff;border:1px solid rgba(0,212,255,.3);border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.cta-button{display:inline-block;padding:18px 40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 10px 30px #667eea4d;animation:pulse 2s ease-in-out infinite;cursor:pointer;font-family:inherit}.cta-button-secondary{display:inline-block;padding:18px 40px;background:transparent;color:#00d4ff;text-decoration:none;border:2px solid #00d4ff;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;cursor:pointer;font-family:inherit}@media (max-width: 768px){.intro-container{min-height:100vh;min-height:100dvh}.intro-content{padding:.75rem}.intro-header{padding:.75rem 0}.intro-nav{padding:0 1rem;flex-wrap:wrap}.nav-logo{font-size:1.25rem}.nav-login-button{padding:.625rem 1.25rem;font-size:.9rem;min-height:44px}.logo-container{padding:60px 1rem 30px}.logo{font-size:2.5rem}.tagline{font-size:1.25rem}.hero{padding:30px 1rem}.hero h1{font-size:2rem;line-height:1.3}.hero p{font-size:1.1rem;margin-bottom:30px}.hero-buttons{flex-direction:column;gap:.75rem}.cta-button,.cta-button-secondary{width:100%;padding:1rem 2rem;font-size:1.1rem;min-height:44px;margin-left:0}.features{padding:60px 1rem}.features h2{font-size:2rem;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:25px}.feature-card h3{font-size:1.25rem}.stats{padding:40px 1rem}.stats h2{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-number{font-size:2.5rem}.footer{padding:40px 1rem 30px}}@media (max-width: 480px){.intro-content{padding:.5rem}.logo{font-size:2rem}.tagline{font-size:1.125rem}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.cta-button,.cta-button-secondary{font-size:1rem;padding:.875rem 1.5rem}.features h2,.stats h2{font-size:1.75rem}.feature-card{padding:20px}.feature-icon{font-size:2.5rem}.stats-grid{grid-template-columns:1fr;gap:25px}}.home-container{position:relative;min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 50%,#2d1b3d 100%);color:#fff;overflow-x:hidden}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:rgba(100,200,255,.5);border-radius:50%;animation:float 15s infinite ease-in-out}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}50%{transform:translateY(-100vh) translate(50px);opacity:.8}}.home-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:20px}.home-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,14,39,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0;animation:fadeInDown .5s ease-out}.home-nav{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#00d4ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-logo-img{height:40px;width:auto;object-fit:contain}.nav-login-button{padding:10px 25px;background:rgba(102,126,234,.2);color:#00d4ff;border:1px solid rgba(0,212,255,.3);border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;min-height:44px}.nav-login-button:hover{background:rgba(102,126,234,.3);border-color:#00d4ff80;transform:translateY(-2px)}.nav-login-button:focus{outline:2px solid rgba(0,212,255,.5);outline-offset:2px}.logo-container{text-align:center;padding:100px 20px 40px;animation:fadeInDown 1s ease-out}.logo{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#00d4ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;letter-spacing:2px;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 10px rgba(102,126,234,.5))}to{filter:drop-shadow(0 0 20px rgba(0,212,255,.8))}}.tagline{font-size:1.5rem;color:#a0aec0;margin-top:10px;animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero{text-align:center;padding:40px 20px;animation:fadeInUp 1s ease-out .6s both}.hero h1{font-size:3rem;margin-bottom:20px;line-height:1.2}.hero p{font-size:1.3rem;color:#cbd5e0;max-width:800px;margin:0 auto 40px;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}.cta-button{display:inline-block;padding:18px 40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 10px 30px #667eea4d;animation:pulse 2s ease-in-out infinite;cursor:pointer;font-family:inherit;min-height:44px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea80}.cta-button:focus{outline:2px solid rgba(102,126,234,.5);outline-offset:2px}.cta-button-secondary{display:inline-block;padding:18px 40px;background:transparent;color:#00d4ff;text-decoration:none;border:2px solid #00d4ff;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;cursor:pointer;font-family:inherit;min-height:44px}.cta-button-secondary:hover{background:rgba(0,212,255,.1);box-shadow:0 10px 30px #00d4ff4d;transform:translateY(-3px)}.cta-button-secondary:focus{outline:2px solid rgba(0,212,255,.5);outline-offset:2px}.blog-link{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);border:none;color:#fff}.blog-link:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.features{padding:80px 20px;animation:fadeInUp 1s ease-out 1s both}.features h2{text-align:center;font-size:2.5rem;margin-bottom:60px;background:linear-gradient(135deg,#667eea 0%,#00d4ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.feature-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px;transition:all .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards}.feature-card:nth-child(1){animation-delay:1.2s}.feature-card:nth-child(2){animation-delay:1.4s}.feature-card:nth-child(3){animation-delay:1.6s}.feature-card:nth-child(4){animation-delay:1.8s}.feature-card:nth-child(5){animation-delay:2s}.feature-card:nth-child(6){animation-delay:2.2s}.feature-card:nth-child(7){animation-delay:2.4s}.feature-card:nth-child(8){animation-delay:2.6s}.feature-card:hover{transform:translateY(-10px);background:rgba(255,255,255,.1);box-shadow:0 20px 40px #667eea33}.feature-card.product-link{text-decoration:none;color:inherit;display:block;cursor:pointer}.feature-card.product-link:hover{border-color:#00d4ff80}.product-badge{display:inline-block;margin-top:15px;padding:6px 12px;background:rgba(0,212,255,.2);border:1px solid rgba(0,212,255,.4);border-radius:15px;font-size:.85rem;color:#00d4ff;font-weight:500;transition:all .3s ease}.feature-card.product-link:hover .product-badge{background:rgba(0,212,255,.3);transform:translate(5px)}.feature-icon{font-size:3rem;margin-bottom:20px;display:inline-block}.feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#00d4ff}.feature-card p{color:#cbd5e0;line-height:1.6}.stats{padding:60px 20px;text-align:center;animation:fadeInUp 1s ease-out 2.4s both}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-top:40px}.stat-item{opacity:0;animation:fadeInUp .6s ease-out forwards}.stat-item:nth-child(1){animation-delay:2.6s}.stat-item:nth-child(2){animation-delay:2.8s}.stat-item:nth-child(3){animation-delay:3s}.stat-item:nth-child(4){animation-delay:3.2s}.stat-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#00d4ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;margin-bottom:10px}.stat-label{color:#a0aec0;font-size:1.1rem}.footer{text-align:center;padding:60px 20px 40px;color:#718096;animation:fadeInUp 1s ease-out 3.4s both}.footer a{color:#00d4ff;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#667eea}.scroll-indicator{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:10;animation:bounce 2s infinite;opacity:.7;pointer-events:none}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.scroll-indicator:before{content:"↓";font-size:2rem;color:#00d4ff}@media (max-width: 768px){.home-container{min-height:100vh;min-height:100dvh}.home-content{padding:.75rem}.home-header{padding:.75rem 0}.home-nav{padding:0 1rem;flex-wrap:wrap}.nav-logo{font-size:1.25rem}.nav-logo-img{height:32px}.nav-login-button{padding:.625rem 1.25rem;font-size:.9rem;min-height:44px}.logo-container{padding:60px 1rem 30px}.logo{font-size:2.5rem}.tagline{font-size:1.25rem}.hero{padding:30px 1rem}.hero h1{font-size:2rem;line-height:1.3}.hero p{font-size:1.1rem;margin-bottom:30px}.hero-buttons{flex-direction:column;gap:.75rem;width:100%}.cta-button,.cta-button-secondary{width:100%;padding:1rem 2rem;font-size:1.1rem;min-height:44px;margin-left:0}.features{padding:60px 1rem}.features h2{font-size:2rem;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:25px}.feature-card h3{font-size:1.25rem}.stats{padding:40px 1rem}.stats h2{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.stat-number{font-size:2.5rem}.footer{padding:40px 1rem 30px}}@media (max-width: 480px){.home-content{padding:.5rem}.logo{font-size:2rem}.tagline{font-size:1.125rem}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.cta-button,.cta-button-secondary{font-size:1rem;padding:.875rem 1.5rem}.features h2,.stats h2{font-size:1.75rem}.feature-card{padding:20px}.feature-icon{font-size:2.5rem}.stats-grid{grid-template-columns:1fr;gap:25px}}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:#f8f9fa}.error-boundary-content{max-width:600px;background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.error-boundary-content h2{color:#dc3545;margin-bottom:1rem;font-size:1.5rem}.error-boundary-content p{color:#666;margin-bottom:1.5rem;line-height:1.6}.error-details{margin:1.5rem 0;text-align:left;background:#f8f9fa;padding:1rem;border-radius:4px}.error-details summary{cursor:pointer;color:#007bff;font-weight:600;margin-bottom:.5rem}.error-details summary:hover{text-decoration:underline}.error-stack{background:#fff;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.875rem;color:#333;white-space:pre-wrap;word-wrap:break-word;margin-top:.5rem}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.btn-retry,.btn-reload{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .2s}.btn-retry{background:#007bff;color:#fff}.btn-retry:hover{background:#0056b3}.btn-reload{background:#6c757d;color:#fff}.btn-reload:hover{background:#5a6268}@media (max-width: 768px){.error-boundary{padding:1rem}.error-boundary-content{padding:1.5rem}.error-boundary-actions{flex-direction:column}.btn-retry,.btn-reload{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden;width:100%;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,a,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation}input,textarea,select{font-size:16px;min-height:44px}@media (max-width: 768px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-size:16px;line-height:1.5}input,textarea,select{font-size:16px;min-height:44px}button{min-height:44px;min-width:44px}h1{font-size:1.5rem;line-height:1.3}h2{font-size:1.25rem;line-height:1.3}h3{font-size:1.125rem;line-height:1.4}p{font-size:1rem;line-height:1.6}*{max-width:100%}img,video,iframe{max-width:100%;height:auto}}@media (max-width: 480px){body{font-size:15px}h1{font-size:1.375rem}h2{font-size:1.125rem}h3{font-size:1rem}}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
