*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc;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}.notification-container{display:flex;flex-direction:column;gap:.5rem;max-width:24rem;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:9999}@media (max-width:640px){.notification-container{left:.5rem;max-width:none;right:.5rem;top:.5rem}}@media (max-width:480px){.notification-container{left:.25rem;right:.25rem;top:.25rem}}.notification-item{animation:slideInRight .3s ease-out forwards;opacity:0;pointer-events:auto;transform:translateX(100%);transition:all .3s ease-out}.notification-item.removing{animation:slideOutRight .3s ease-in forwards}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.success-message{word-wrap:break-word;align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#f0fdf4;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;gap:.75rem;min-width:0}.success-message .success-icon{color:#16a34a;flex-shrink:0;height:1.25rem;width:1.25rem}.success-message .success-content{flex:1 1;min-width:0}.success-message .success-text{word-wrap:break-word;color:#15803d;font-size:.875rem;line-height:1.25rem}.success-message .close-button{align-items:center;background:none;border:none;border-radius:.25rem;color:#16a34a;cursor:pointer;display:flex;flex-shrink:0;height:1rem;justify-content:center;transition:color .2s ease;width:1rem}.success-message .close-button:hover{color:#15803d}.success-message .close-button:focus{outline:2px solid #16a34a;outline-offset:2px}.error-message{word-wrap:break-word;align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fef2f2;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;gap:.75rem;min-width:0}.error-message .error-icon{color:#dc2626;flex-shrink:0;height:1.25rem;width:1.25rem}.error-message .error-content{flex:1 1;min-width:0}.error-message .error-text{word-wrap:break-word;color:#b91c1c;font-size:.875rem;line-height:1.25rem}.error-message .retry-button{background:none;border:none;border-radius:.25rem;color:#b91c1c;cursor:pointer;font-size:.875rem;margin-left:.5rem;padding:.125rem .25rem;text-decoration:underline;transition:color .2s ease}.error-message .retry-button:hover{color:#991b1b}.error-message .retry-button:focus{outline:2px solid #dc2626;outline-offset:2px}.notification-item:hover{transform:translateX(-.25rem)}.notification-item:focus-within{border-radius:.5rem;outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.success-message{border-color:#16a34a;border-width:2px}.error-message{border-color:#dc2626;border-width:2px}}@media (prefers-reduced-motion:reduce){.notification-item{animation:none;opacity:1;transform:none}.notification-item.removing{animation:none;opacity:0}.notification-item:hover{transform:none}}.auth-layout{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-layout__container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:480px;padding:2rem;position:relative;width:100%}.auth-layout__header{margin-bottom:2rem;text-align:center}.auth-layout__logo{margin-bottom:1.5rem}.auth-layout__brand{color:#667eea;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0}.auth-layout__title-section{margin-bottom:1.5rem}.auth-layout__title{color:#1a202c;font-size:1.75rem;font-weight:600;margin:0 0 .5rem}.auth-layout__subtitle{color:#718096;font-size:1rem;line-height:1.5;margin:0}.auth-layout__navigation{border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.auth-layout__nav-links{background:#f7fafc;border-radius:8px;display:flex;gap:0;padding:4px}.auth-layout__nav-link{border-radius:6px;color:#4a5568;flex:1 1;font-size:.875rem;font-weight:500;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease}.auth-layout__nav-link:hover{background:#667eea1a;color:#667eea}.auth-layout__nav-link--active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#667eea}.auth-layout__content{margin-bottom:2rem}.auth-layout__footer{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.auth-layout__footer-text{color:#a0aec0;font-size:.875rem;margin:0}.login-form,.signup-form{width:100%}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-align:left}.form-input,.form-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input--error,.form-select--error{border-color:#ef4444}.form-input--error:focus,.form-select--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-input:disabled,.form-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-select{cursor:pointer}.form-select:disabled{cursor:not-allowed}.form-error{align-items:center;color:#ef4444;display:flex;font-size:.875rem;gap:.25rem;margin-top:.5rem}.form-error--submit{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:1rem;margin-top:0;padding:.75rem}.form-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1rem;transition:all .2s ease;width:100%}.form-button--primary{background:#667eea;color:#fff}.form-button--primary:hover:not(:disabled){background:#5a67d8;box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.form-button--disabled{background:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}.form-help{color:#6b7280;font-size:.75rem;line-height:1.4}.password-requirements{margin-top:.5rem}.loading-spinner{border:2px solid #0000;border-top-color:currentcolor;height:1rem;width:1rem}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.error-message,.success-message{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534}@media (max-width:640px){.auth-layout{padding:.5rem}.auth-layout__container{border-radius:8px;padding:1.5rem}.auth-layout__brand{font-size:1.75rem}.auth-layout__title{font-size:1.5rem}.auth-layout__nav-links{flex-direction:column;gap:.25rem}.auth-layout__nav-link{padding:.625rem 1rem}.form-button,.form-input,.form-select{padding:.625rem .875rem}}@media (max-width:480px){.auth-layout__container{padding:1rem}.auth-layout__header{margin-bottom:1.5rem}.auth-layout__title-section{margin-bottom:1rem}.form-group{margin-bottom:1.25rem}}@media (prefers-contrast:high){.auth-layout__container{border:2px solid #000}.form-input,.form-select{border-width:2px}.form-button--primary{border:2px solid #000}}.auth-page__footer{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1rem;text-align:center}.auth-page__footer p{color:#6b7280;font-size:.875rem;margin:0}.auth-page__link{color:#667eea;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-page__link:hover{color:#5a67d8;text-decoration:underline}@media (prefers-reduced-motion:reduce){.auth-layout__nav-link,.form-button,.form-input,.form-select{transition:none}.loading-spinner{animation:none}.form-button--primary:hover:not(:disabled){transform:none}.auth-page__link{transition:none}}.sidebar{background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width .3s ease;width:280px;z-index:100}.sidebar.collapsed{width:80px}.sidebar-brand{border-bottom:1px solid #e2e8f0;padding:1.5rem}.sidebar.collapsed .sidebar-brand{padding:1.5rem 1rem;text-align:center}.sidebar-brand h1{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.nav-item{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;text-align:left;transition:all .2s;width:100%}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem 1rem}.nav-item:hover{background-color:#f7fafc;color:#667eea}.nav-item.active{background-color:#edf2f7;border-right:3px solid #667eea;color:#667eea}.nav-text{transition:opacity .3s ease}.sidebar.collapsed .nav-text{opacity:0;overflow:hidden;width:0}.header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:18px;justify-content:space-around;padding:0;width:24px}.hamburger-menu span{background-color:#4a5568;height:2px;transition:all .3s ease;width:24px}.hamburger-menu:hover span{background-color:#667eea}.header-left h2{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.profile-button{background-color:#667eea;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;height:40px;width:40px}.profile-container{position:relative}.profile-dropdown{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;min-width:200px;position:absolute;right:0;top:100%;z-index:50}.profile-info{border-bottom:1px solid #e2e8f0;color:#2d3748;font-weight:600;padding:.75rem 1rem}.dropdown-item{background:none;border:none;color:#4a5568;cursor:pointer;padding:.75rem 1rem;text-align:left;width:100%}.dropdown-item:hover{background-color:#f7fafc}.home-page{padding:2rem}.hero-section{padding:3rem 2rem;text-align:center}.hero-title{margin:0 0 2rem}.hero-greeting{margin:0 0 .5rem}.hero-greeting,.hero-question{color:#2d3748;font-size:2.25rem;font-weight:600}.hero-question{margin:0}.quick-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.action-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s}.action-button:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;color:#667eea;transform:translateY(-1px)}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);padding:0 2rem 3rem}.service-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s}.service-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{color:#2d3748;font-size:1rem;font-weight:600;margin:0}.agents-section{padding:0 2rem 3rem}.agents-header{margin-bottom:1.5rem}.agents-header h2{font-size:1.5rem}.create-agent-button{border-radius:8px;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem}.agents-table{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-header{color:#6b7280;padding:1rem}.table-row{border-top:1px solid #e2e8f0;padding:1rem}.agent-icon{align-items:center;background-color:#f7fafc;border-radius:8px;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.agent-description{color:#6b7280}.status-badge{font-weight:600}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.action-link{transition:color .2s}.action-link.delete{color:#ef4444}.action-link.delete:hover{color:#dc2626}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}.quick-actions{align-items:center;flex-direction:column}.action-button{max-width:400px;width:100%}}@media (max-width:480px){.services-grid{grid-template-columns:1fr}.hero-title{font-size:1.75rem}.hero-section{padding:2rem 1rem}.home-page{padding:1rem}}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;display:inline-block}.loading-spinner.w-4{height:1rem;width:1rem}.loading-spinner.w-6{height:1.5rem;width:1.5rem}.loading-spinner.w-8{height:2rem;width:2rem}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state{color:#6b7280;padding:3rem}.error-state{border-radius:8px;color:#991b1b;padding:3rem}.error-state p{font-size:1rem;margin:0 0 1rem}.error-state button{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.error-state button:hover{background-color:#dc2626}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form input,.modal-form textarea{border:1px solid #ddd;border-radius:4px;padding:.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.confirmation-dialog{max-width:400px;width:100%}.confirmation-header{margin-bottom:1rem}.confirmation-title{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0}.confirmation-dialog.danger .confirmation-title{color:#e53e3e}.confirmation-dialog.warning .confirmation-title{color:#d69e2e}.confirmation-dialog.info .confirmation-title{color:#3182ce}.confirmation-body{margin-bottom:1.5rem}.confirmation-message{color:#4a5568;font-size:1rem;line-height:1.5;margin:0}.confirmation-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirmation-button{border:1px solid #0000;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;min-width:80px;padding:.5rem 1rem;transition:all .2s}.confirmation-button:disabled{cursor:not-allowed;opacity:.6}.confirmation-button.cancel{background-color:#f7fafc;border-color:#e2e8f0;color:#4a5568}.confirmation-button.cancel:hover:not(:disabled){background-color:#edf2f7;border-color:#cbd5e0}.confirmation-button.confirm.danger{background-color:#e53e3e;color:#fff}.confirmation-button.confirm.danger:hover:not(:disabled){background-color:#c53030}.confirmation-button.confirm.warning{background-color:#d69e2e;color:#fff}.confirmation-button.confirm.warning:hover:not(:disabled){background-color:#b7791f}.confirmation-button.confirm.info{background-color:#3182ce;color:#fff}.confirmation-button.confirm.info:hover:not(:disabled){background-color:#2c5aa0}.agent-table-page{padding:2rem}.agents-section{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.agents-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.agents-header h2{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0}.create-agent-button{background-color:#667eea;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.create-agent-button:hover{background-color:#5a67d8}.agents-table{display:flex;flex-direction:column}.table-header{background-color:#f7fafc;color:#718096;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table-header,.table-row{grid-gap:1rem;border-bottom:1px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:1rem 1.5rem}.table-row{align-items:center}.table-row:last-child{border-bottom:none}.agent-name,.table-cell{align-items:center;display:flex}.agent-name{gap:.75rem}.agent-icon{font-size:1.5rem}.agent-title{color:#2d3748;font-weight:600;margin-bottom:.25rem}.agent-description{color:#718096;font-size:.875rem}.status-badge{border-radius:9999px;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.status-badge.active{background-color:#c6f6d5;color:#22543d}.status-badge.inactive{background-color:#fed7d7;color:#742a2a}.actions{gap:1rem}.action-link{background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;padding:0}.action-link.edit{color:#667eea}.action-link.edit:hover{color:#5a67d8}.action-link.delete{color:#e53e3e}.action-link.delete:hover{color:#c53030}.action-link.launch{color:#10b981}.action-link.launch:hover{color:#059669}.empty-state{color:#718096;padding:3rem 2rem}.empty-state p{font-size:1.1rem;margin:0}.create-agent-page{margin:0 auto;max-width:1200px;padding:2rem}.page-header h1{font-size:2rem;font-weight:700}.page-header p{margin:0 0 2rem}.goals-section{margin-bottom:3rem}.goals-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1rem}@media (max-width:1024px){.goals-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.goals-grid{grid-template-columns:1fr}}.describe-use-case{display:flex;justify-content:flex-end}.describe-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;color:#4a5568;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.describe-button:hover{background-color:#f7fafc;border-color:#cbd5e0}.loading-state{color:#718096;font-size:1rem;padding:2rem}.error-state{color:#e53e3e;font-size:1rem;padding:2rem}.retry-button{background-color:#fff;border:1px solid #e53e3e;border-radius:.375rem;color:#e53e3e;margin-left:1rem;padding:.5rem 1rem}.retry-button:hover{background-color:#fed7d7}.goal-card{border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;padding:1.5rem;position:relative;transition:all .2s}.agent-indicator{align-items:center;background-color:#10b981;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}.goal-card.selected,.goal-card:hover{border-color:#667eea}.goal-card.selected{background-color:#edf2f7}.goal-card h3{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.goal-card p{color:#718096;font-size:.875rem;margin:0}.form-section h2{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.form-section>p{color:#718096;margin:0 0 2rem}.form-group label{color:#2d3748}.input-with-currency{align-items:center;display:flex;position:relative}.input-with-currency input{border:1px solid #e2e8f0;border-radius:.375rem;flex:1 1;font-size:1rem;padding:.75rem 3rem .75rem 2rem}.currency{left:.75rem}.currency,.currency-label{color:#718096;position:absolute}.currency-label{font-size:.875rem;right:.75rem}.checkbox-group{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-label input{margin:0}input,textarea{border:1px solid #e2e8f0;border-radius:.375rem;font-size:1rem;padding:.75rem;width:100%}input:focus,textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.cancel-button{background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;color:#4a5568}.cancel-button,.create-button{cursor:pointer;padding:.75rem 1.5rem}.create-button{background-color:#667eea;border:none;border-radius:.375rem;color:#fff;font-weight:500}.create-button:hover{background-color:#5a67d8}.launch-button{background-color:#10b981;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem}.launch-button:hover{background-color:#059669}.cancel-button:hover{background-color:#f7fafc;border-color:#cbd5e0}.structured-group{display:flex;flex-direction:column;gap:12px}.checkbox-input-row{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:40px 200px 1fr}.checkbox-field{height:20px;margin:0;width:20px}.checkbox-field:focus{box-shadow:none;outline:none}.label-field{color:#2d3748;font-weight:500}.input-field{border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;padding:8px 12px}.input-field:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.input-field:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.section-label{display:block;font-size:1.1em;font-weight:700;margin-bottom:.5rem;margin-top:1.5rem}.form-container{position:relative}.form-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.edit-icon-button{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s}.edit-icon-button:hover{background-color:#f5f5f5}.edit-icon-button svg{transition:color .2s}.edit-icon-button:hover svg{color:#1f2937}.form-group input:disabled{background-color:#f9f9f9;color:#666;cursor:not-allowed}.save-button{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem}.save-button:hover{background-color:#059669}.static-fields-section{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.dynamic-fields-section{margin-top:1rem}.static-fields-section .form-group{margin-bottom:1rem}.static-fields-section label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.agent-type-page{margin:0 auto;max-width:1200px;padding:2rem}.agent-type-page .page-header{margin-bottom:2rem}.agent-type-page .page-header h1{color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 .5rem}.agent-type-page .page-header p{color:#718096;font-size:1rem;margin:0}.agent-type-page .page-content{align-items:center;display:flex;justify-content:center;min-height:200px}.agent-type-page .create-agent-button{background-color:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease}.agent-type-page .create-agent-button:hover{background-color:#2563eb}.agent-type-page .create-agent-button:focus{box-shadow:0 0 0 3px #3b82f61a;outline:none}.launch-agent-page{margin:0 auto;max-width:800px;padding:2rem}.page-header{margin-bottom:2rem}.header-top{margin-bottom:1rem}.back-button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;padding:.5rem 0;transition:color .2s}.back-button:hover{color:#374151}.page-header h1{color:#2d3748;font-size:2.25rem;font-weight:600;margin:0 0 .5rem}.page-header p{color:#718096;font-size:1rem;margin:0}.agent-context{color:#4a5568;font-size:.875rem;font-weight:500;margin-top:.5rem!important}.form-section{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.form-group input:disabled,.form-group textarea:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-group textarea{min-height:120px;resize:vertical}.file-list{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:.75rem}.file-item{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.25rem;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem}.file-item:last-child{margin-bottom:0}.file-name{color:#374151;flex:1 1;font-weight:500}.file-size{color:#6b7280;font-size:.75rem;margin-left:.5rem}.remove-file-button{background:none;border:none;border-radius:.25rem;color:#ef4444;cursor:pointer;font-size:1.25rem;margin-left:.5rem;padding:.25rem;transition:background-color .2s}.remove-file-button:hover:not(:disabled){background-color:#fef2f2}.remove-file-button:disabled{cursor:not-allowed;opacity:.5}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.loading-controls{align-items:center;display:flex;gap:.75rem}.attach-button{align-items:center;background-color:#6b7280;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.attach-button:hover:not(:disabled){background-color:#4b5563}.attach-button:disabled{cursor:not-allowed;opacity:.6}.generate-button{align-items:center;background-color:#10b981;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;min-width:180px;padding:.75rem 1.5rem;transition:background-color .2s}.generate-button:hover:not(:disabled){background-color:#059669}.generate-button:disabled{background-color:#6b7280;cursor:not-allowed;opacity:.6}.cancel-generation-button{background-color:#ef4444;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:background-color .2s}.cancel-generation-button:hover{background-color:#dc2626}.advice-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;margin-top:2rem;overflow:hidden;position:relative}.copy-advice-button{align-items:center;background-color:#10b981;border:none;border-radius:1rem;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease;z-index:10}.copy-advice-button:hover{background-color:#059669;box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.copy-advice-button:active{box-shadow:0 2px 4px #10b98133;transform:translateY(0)}.copy-advice-button svg{height:14px;width:14px}.advice-header{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;padding:1.5rem 1.5rem 1rem}.advice-container h2{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.advice-metadata{display:flex;flex-wrap:wrap;gap:1rem}.metadata-item{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.25rem;color:#6b7280;font-size:.75rem;padding:.25rem .5rem}.advice-content{padding:1.5rem}.advice-content p{color:#374151;line-height:1.6;margin:0 0 1rem}.advice-content p:last-child{margin-bottom:0}.advice-content h1,.advice-content h2,.advice-content h3,.advice-content h4,.advice-content h5,.advice-content h6{color:#2d3748;font-weight:600;margin:1.5rem 0 .75rem}.advice-content h1:first-child,.advice-content h2:first-child,.advice-content h3:first-child,.advice-content h4:first-child,.advice-content h5:first-child,.advice-content h6:first-child{margin-top:0}.advice-content ol,.advice-content ul{margin:1rem 0;padding-left:1.5rem}.advice-content li{line-height:1.6;margin:.5rem 0}.advice-content strong{color:#2d3748;font-weight:600}.advice-content code{background-color:#f3f4f6;border-radius:.25rem;color:#e53e3e;font-size:.875rem;padding:.125rem .25rem}.advice-content pre{background-color:#1a202c;border-radius:.375rem;color:#e2e8f0;margin:1rem 0;overflow-x:auto;padding:1rem}.advice-content blockquote{border-left:4px solid #10b981;color:#4a5568;font-style:italic;margin:1rem 0;padding-left:1rem}@media (max-width:768px){.launch-agent-page{padding:1rem}.page-header h1{font-size:1.875rem}.form-section{padding:1.5rem}.form-actions,.loading-controls{flex-direction:column;gap:.75rem}.attach-button,.cancel-generation-button,.generate-button{justify-content:center;width:100%}.advice-metadata{flex-direction:column;gap:.5rem}.advice-content,.advice-header{padding:1rem}}@media (max-width:480px){.launch-agent-page{padding:.5rem}.page-header h1{font-size:1.5rem}.form-section{padding:1rem}.advice-content,.advice-header{padding:.75rem}}.agents-page{min-height:100vh;padding:2rem}.agents-header{margin-bottom:2rem}.agents-header h1{color:#2d3748;font-size:2rem;font-weight:700;margin:0}.agents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.agent-grid-card{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-height:200px;padding:1.5rem;text-align:center;transition:all .2s ease}.agent-grid-card:hover{border-color:#cbd5e0;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.agent-card-icon{align-items:center;background-color:#f7fafc;border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:1rem;width:80px}.agent-card-content{flex:1 1;margin-bottom:1.5rem}.agent-card-name{color:#2d3748;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.agent-card-cta{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.launch-agent-btn{background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;max-width:150px;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.launch-agent-btn:hover{background-color:#059669;transform:translateY(-1px)}.launch-agent-btn:active{transform:translateY(0)}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.loading-state p{color:#6b7280;font-size:1rem;margin-top:1rem}.error-state{align-items:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:2rem 0;padding:4rem 2rem;text-align:center}.retry-button{background-color:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.retry-button:hover{background-color:#dc2626}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.empty-state h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.create-first-agent-button{background-color:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.create-first-agent-button:hover{background-color:#5a67d8}@media (max-width:1200px){.agents-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.agents-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.agents-page{padding:1.5rem}.agent-grid-card{min-height:180px;padding:1rem}.agent-card-icon{font-size:2.5rem;height:60px;width:60px}.agent-card-name{font-size:1rem}.agent-card-cta{font-size:.8rem}}@media (max-width:480px){.agents-grid{grid-template-columns:1fr}.agents-page{padding:1rem}.agents-header h1{font-size:1.75rem}.agent-grid-card{min-height:160px}}.main-layout{display:flex;height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:280px;transition:margin-left .3s ease}.main-content.sidebar-collapsed{margin-left:80px}.content-area{background-color:#f7fafc;flex:1 1;overflow-y:auto}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.protected-route-loading{align-items:center;background-color:#f7fafc;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}
/*# sourceMappingURL=main.98bb6333.css.map*/