body{-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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f7fa;min-height:100vh;text-align:center}.App-header{background-color:#1e1e1e;box-shadow:0 2px 4px #00000026;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-link{padding:.5rem 1rem;transition:all .2s ease}.nav-link:hover{background-color:#ffffff1a}.logo-container{gap:.75rem}.logo-icon{font-size:2rem;line-height:1}.logo-text{font-weight:700}.App-nav{display:flex;gap:1rem}.nav-link{background:#0000;border-radius:6px;color:#fffc;margin:0 .25rem;padding:.75rem 1.25rem;transition:all .3s ease}.nav-link:before{background-color:#ffffff14;border-radius:6px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.nav-link:hover{transform:translateY(-1px)}.nav-link:hover:before{opacity:1}.nav-link.active{background-color:#ffffff26;box-shadow:0 2px 8px #00000026;font-weight:500}.nav-link.active:hover{background-color:#fff3}.placeholder-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#666;font-size:1.2rem;margin:2rem;padding:3rem;text-align:center}.request-form-container{margin:0 auto;max-width:800px;padding:2rem}.request-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.request-form h2{color:#1a237e;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:500px;width:100%}.form-group label{color:#4a5568;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#2d3748;font-size:1rem;height:48px;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group textarea{height:auto;min-height:120px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a237e;box-shadow:0 0 0 3px #1a237e1a;outline:none}.checkbox-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:.5rem 0}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.5rem}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;margin:0;width:18px}.form-actions{justify-content:center;margin-left:auto;margin-right:auto;max-width:500px;width:100%}.reset-button,.submit-button{border-radius:8px;height:48px;min-width:150px;padding:.75rem 2rem}.submit-button:hover{background-color:#283593}.reset-button{background-color:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.reset-button:hover{background-color:#f1f5f9;color:#475569}.request-form-container,.signup-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:2rem auto;max-width:600px;padding:2rem}.request-form,.signup-form{align-items:center;display:flex;flex-direction:column;width:100%}.request-form h2,.signup-form h2{color:#1a237e;font-size:1.75rem;margin-bottom:2rem;text-align:center}@media (max-width:640px){.checkbox-group{grid-template-columns:1fr}.form-actions{flex-direction:column}.reset-button,.submit-button{width:100%}}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.reset-button,.submit-button{border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.submit-button{background-color:#1a237e;border:none;color:#fff}.submit-button:hover{background-color:#0d1642}.reset-button{background-color:initial;border:1px solid #e3e8f0;color:#666}.reset-button:hover{background-color:#f5f7fa;border-color:#cbd5e1}.App-header h1{font-size:2.5rem;margin:0}.App-main{margin:0 auto;max-width:100%;padding:0}.home-container{width:100%}.hero-section{align-items:center;display:flex;height:calc(100vh - 140px);justify-content:center;overflow:hidden;position:relative;width:100%}.hero-image{filter:brightness(.6);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero-content{color:#fff;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.tagline{font-size:1.8rem;font-weight:500;margin-bottom:1rem}.sub-tagline,.tagline{text-shadow:1px 1px 2px #0000004d}.sub-tagline{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background-color:#1a237e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background-color:#0d1642;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:1rem}.category-card{background-color:#fff;border:1px solid #e3e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;cursor:pointer;padding:1.5rem;transition:all .3s ease}.category-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-5px)}.category-header{align-items:center;display:flex;gap:1rem;padding-bottom:.5rem}.category-description{color:#64748b;font-size:.95rem;line-height:1.5;margin-bottom:1rem;margin-top:1rem}.user-profile-menu{position:relative}.profile-dropdown{min-width:200px}.profile-dropdown-item{gap:.5rem;text-decoration:none}.category-icon{font-size:2.5rem;line-height:1}.category-title{color:#1a237e;font-size:1.5rem;margin:0;text-align:left}.category-card.expanded{grid-column:1/-1;transform:none}.agents-grid{grid-gap:1.5rem;border-top:1px solid #e3e8f0;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.5rem;padding-top:1.5rem}.agent-card{background-color:#fff;border:1px solid #e3e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .2s ease-in-out}.agent-card:hover{transform:translateY(-3px)}.agent-header{border-bottom:1px solid #0000001a;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.agent-header,.agent-icon{align-items:center;display:flex}.agent-icon{background:#1a237e1a;border-radius:8px;color:#1a237e;font-size:1.5rem;height:2.5rem;justify-content:center;width:2.5rem}.agent-card h3{color:#2c3e50;flex:1 1;font-size:1.2rem;font-weight:600;margin:0}.status-badge{border-radius:12px;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.status-badge.active{background-color:#2ed57326;color:#2ed573}.status-badge.training{background-color:#ffab0026;color:#ffab00}.agent-details{display:flex;flex-direction:column;gap:1rem}.agent-description{color:#64748b;font-size:.95rem;line-height:1.6;margin:0 0 1rem;min-height:4.8em}.agent-features{border-top:1px solid #0000001a;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem 0}.credit-preview{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:1rem;padding:.75rem}.credit-preview-item{align-items:center;color:#4a5568;display:flex;font-size:.9rem;gap:1rem;justify-content:space-between}.credit-preview-item span{font-weight:500}.feature{align-items:center;color:#475569;display:flex;font-size:.9rem;gap:.5rem}.agent-details-view{margin:2rem auto;max-width:1000px;padding:2rem}.back-button{align-items:center;background:none;border:none;color:#06c;cursor:pointer;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;transition:all .2s ease}.back-button:hover{color:#0052a3;transform:translateX(-5px)}.agent-details-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.agent-details-header{align-items:center;background-color:#0a1929;color:#fff;display:flex;gap:2rem;padding:2rem}.agent-large-icon{align-items:center;background:#ffffff1a;border-radius:12px;display:flex;font-size:3rem;height:80px;justify-content:center;width:80px}.agent-info h2{font-size:1.8rem;margin:0 0 .5rem}.agent-category{color:#fffc;font-size:1.1rem;margin:0 0 1rem}.status-badge.large{font-size:.9rem;padding:.4rem 1rem}.agent-details-body{padding:2rem}.detailed-description{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.credit-info{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.credit-info h3{color:#1a237e;margin-bottom:1rem}.credit-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.credit-item{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.credit-label{color:#4a5568;font-weight:500}.credit-value{color:#1a237e;font-weight:600}.credit-note{border-top:1px solid #e2e8f0;color:#718096;font-size:.9rem;margin-top:1rem;padding-top:1rem}.action-form-container{background:#f8fafc;border-radius:8px;margin-top:2rem;padding:2rem}.action-form-container h3{color:#2d3748;margin-bottom:1.5rem;margin-top:0}.action-form .form-group{margin-bottom:1.5rem}.action-form label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.multi-select{border:1px solid #e2e8f0;border-radius:8px;min-height:120px;padding:.5rem;width:100%}.checkbox-group.vertical{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.checkbox-group.vertical label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin:0}.agent-card{cursor:pointer;transition:all .3s ease}.agent-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-5px)}.view-details-btn{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#1a237e;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:1rem;margin-top:.5rem;padding:.5rem 1rem;transition:all .2s ease;width:100%}.view-details-btn:hover{background-color:#1a237e;border-color:#1a237e;color:#fff}.about-container{margin:2rem auto;max-width:1200px;padding:0 1rem}.about-section{grid-gap:3rem;align-items:start;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:2rem}.about-image-container{border-radius:12px;overflow:hidden;position:relative}.about-image{border-radius:12px;display:block;height:auto;transition:transform .3s ease;width:100%}.about-image:hover{transform:scale(1.02)}.about-content{display:flex;flex-direction:column;gap:2rem}.about-content h1{color:#1a237e;font-size:2.5rem;margin-bottom:1rem}.about-description{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.about-highlights{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-item{background:#f8fafc;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s ease}.highlight-item:hover{transform:translateY(-5px)}.highlight-icon{display:block;font-size:2rem;margin-bottom:1rem}.highlight-item h3{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem}.highlight-item p{color:#718096;font-size:.95rem;line-height:1.5}@media (max-width:768px){.about-section{grid-template-columns:1fr}.about-content h1{font-size:2rem}.about-highlights{grid-template-columns:1fr}}.auth-buttons{align-items:center}.sign-in-btn,.sign-up-btn{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.5rem 1.5rem;transition:all .2s ease}.sign-in-btn{background-color:initial;border:1px solid #ffffff4d;color:#fff}.sign-in-btn:hover{background-color:#ffffff1a;border-color:#ffffff80}.sign-up-btn{background-color:#06c;color:#fff}.sign-up-btn:hover{background-color:#0052a3;transform:translateY(-1px)}.user-menu{gap:1rem;position:relative}.user-profile-menu{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:.5rem;transition:all .2s ease}.user-avatar{background-color:#f0f0f0;border:2px solid #fff3;border-radius:50%;height:32px;transition:transform .2s ease;width:32px}.user-profile-menu:hover .user-avatar{transform:scale(1.1)}.user-profile-menu:hover{background-color:#ffffff1a}.profile-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:.5rem;min-width:280px;padding:.5rem;position:absolute;right:0;top:100%;z-index:1000}.profile-header{align-items:center;display:flex;gap:1rem;padding:.75rem}.profile-avatar{background-color:#f0f0f0;border:2px solid #e2e8f0;border-radius:50%;height:48px;width:48px}.profile-info{flex:1 1}.profile-name{color:#2d3748;font-weight:600;margin-bottom:.25rem}.profile-email{color:#718096;font-size:.875rem}.profile-dropdown-item{align-items:center;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}.profile-dropdown-item:hover{background-color:#f7fafc;color:#1a237e}.credit-points-display{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-weight:500;margin-bottom:.5rem;padding:.75rem 1rem}.profile-dropdown-divider{background-color:#e2e8f0;height:1px;margin:.5rem 0}.sign-out-btn{background-color:initial;border:1px solid #fff3;border-radius:6px;color:#fffc;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.sign-out-btn:hover{background-color:#ffffff1a;border-color:#fff6;color:#fff}.auth-switch{color:#666;margin-top:1rem;text-align:center}.link-button{background:none;border:none;color:#06c;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.link-button:hover{color:#0052a3}.signup-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:2rem auto;max-width:500px;padding:2rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.signup-form h2{color:#1a237e;margin-bottom:1rem;text-align:center}.App-footer{background-color:#0a1929;border-top:1px solid #ffffff1a;color:#ffffffe6;margin-top:auto;padding:2rem 0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3{color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1rem;font-weight:500;letter-spacing:.3px;margin-bottom:.8rem}.footer-section p{color:#b8b8b8;line-height:1.6;margin:0}.footer-link{background:none;border:none;color:#fffc;cursor:pointer;padding:.3rem 0;text-align:left;transition:all .2s ease}.footer-link:hover{color:#fff;text-decoration:underline;transform:translateX(3px)}.social-links{display:flex;gap:1rem}.social-icon{cursor:pointer;font-size:1.5rem;transition:transform .2s ease}.social-icon:hover{transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#e3e8f0;font-size:.9rem}@media (max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}}.auth-redirect-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin:3rem auto;max-width:500px;padding:2rem;text-align:center}.auth-redirect-container h2{color:#1a237e;margin-bottom:1rem}.auth-redirect-container p{color:#4a5568;margin-bottom:2rem}.auth-buttons{display:flex;gap:1rem;justify-content:center}.auth-button{background-color:#1a237e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;min-width:120px;padding:.75rem 2rem;transition:all .2s ease}.auth-button:hover{background-color:#0d1642}.auth-button.secondary{background-color:initial;border:1px solid #1a237e;color:#1a237e}.auth-button.secondary:hover{background-color:#1a237e1a}.user-menu{align-items:center;color:#fff;display:flex;gap:15px}.credit-points,.user-name{color:#fff;font-weight:500}.credit-points{background-color:#4caf50;border-radius:15px;font-size:.9em;padding:5px 10px}.nav-link{background:none;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;margin:0 5px;padding:10px 15px;position:relative;text-decoration:none}.nav-link.active{color:#fff;font-weight:600}.nav-link:hover{color:#fff;opacity:.9}.nav-link:after{background-color:#007bff;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease-in-out;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.logo-container{align-items:center;cursor:pointer;display:flex;gap:10px;text-decoration:none}.logo-icon{font-size:1.8rem}.logo-text{color:#fff;font-size:1.5rem;font-weight:600}
/*# sourceMappingURL=main.03781763.css.map*/