body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 4px 20px #0000004d;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:101}.app-header,.branding{align-items:center;display:flex}.branding{gap:1rem}.branding h1{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.branding .company-name{border-left:2px solid #667eea;color:#667eea;font-size:1.2rem;font-weight:600;padding-left:1rem}.app-subtitle{color:#a0a0b0;font-size:.9rem;margin:0}.view-switcher{background:#fffffff2;box-shadow:0 2px 10px #0000001a;display:flex;gap:1rem;justify-content:center;padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.view-switcher button{background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.view-switcher button:hover{background:#f0f4ff;transform:translateY(-2px)}.view-switcher button.active{background:#667eea;box-shadow:0 4px 12px #667eea66;color:#fff}.chat-interface{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;height:calc(100vh - 150px);margin:2rem auto;max-width:800px;overflow:hidden}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;text-align:center}.chat-header h2{font-size:1.5rem;font-weight:600;margin:0}.chat-header p{font-size:.9rem;margin:.5rem 0 0;opacity:.9}.chat-messages{background:#f8f9fa;flex:1 1;overflow-y:auto;padding:2rem}.message{animation:slideIn .3s ease;display:flex;margin-bottom:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message.agent{justify-content:flex-start}.message-content{display:flex;flex-direction:column;gap:.75rem;max-width:70%}.message-text{border-radius:12px;line-height:1.6;padding:1rem 1.25rem;white-space:pre-line}.message.user .message-text{background:#667eea;border-bottom-right-radius:4px;color:#fff}.message.agent .message-text{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001a;color:#333}.message-options{display:flex;flex-direction:column;gap:.5rem}.option-button{background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:.95rem;font-weight:500;padding:.875rem 1.25rem;text-align:left;transition:all .2s ease}.option-button:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateX(4px)}.option-button:active{transform:translateX(2px)}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#5568d3}.manager-approval{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;margin:2rem auto;max-width:900px;overflow:hidden}.teams-header{background:#464775;color:#fff;justify-content:space-between;padding:1.5rem}.teams-header,.teams-logo{align-items:center;display:flex}.teams-logo{gap:.75rem}.teams-icon{font-size:2rem}.teams-logo h2{font-size:1.5rem;font-weight:600;margin:0}.manager-info{align-items:flex-end;display:flex;flex-direction:column}.manager-name{font-size:1.1rem;font-weight:600}.manager-role{font-size:.9rem;opacity:.8}.approval-container{min-height:500px;padding:2rem}.no-requests{align-items:center;display:flex;justify-content:center;min-height:400px}.empty-state{color:#666;text-align:center}.empty-icon{display:block;font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#333;margin:1rem 0 .5rem}.approval-complete{align-items:center;display:flex;justify-content:center;min-height:400px}.success-message{background:#f0f9ff;border:2px solid #10b981;border-radius:12px;padding:2rem;text-align:center}.success-icon{display:block;font-size:4rem;margin-bottom:1rem}.success-message h3{color:#10b981;margin-bottom:.5rem}.reject-message{background:#fef2f2;border:2px solid #ef4444;border-radius:12px;padding:2rem;text-align:center}.reject-icon{display:block;font-size:4rem;margin-bottom:1rem}.reject-message h3{color:#ef4444;margin-bottom:.5rem}.approval-details{background:#fff;border-radius:8px;margin-top:1.5rem;padding:1rem;text-align:left}.approval-details p{margin:.5rem 0}.approval-card{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.card-header h3{color:#333;font-size:1.5rem;margin:0}.priority-badge{background:#fbbf24;border-radius:20px;color:#78350f;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.request-info{display:flex;flex-direction:column;gap:2rem}.info-section h4{color:#667eea;font-size:1.1rem;margin:0 0 1rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item .label{color:#666;font-size:.85rem;font-weight:500}.info-item .value{color:#333;font-size:1rem;font-weight:600}.config-details{display:flex;flex-direction:column;gap:1rem}.config-item{align-items:center;background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;display:flex;gap:1rem;padding:1rem}.config-icon{font-size:2rem}.config-label{color:#666;font-size:.85rem;margin-bottom:.25rem}.config-value{color:#333;font-size:1rem;font-weight:600}.config-value.cost{color:#10b981;font-size:1.25rem}.budget-input-group{display:flex;flex-direction:column;gap:.5rem}.budget-input-group label{color:#333;font-weight:600}.budget-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.875rem;transition:border-color .2s ease}.budget-input:focus{border-color:#667eea;outline:none}.budget-input-group small{color:#666;font-size:.85rem}.approval-actions{border-top:2px solid #e5e7eb;display:flex;gap:1rem;margin-top:2rem;padding-top:2rem}.approval-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease}.btn-reject{background:#f3f4f6;border:2px solid #ef4444;color:#ef4444}.btn-reject:hover{background:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff;transform:translateY(-2px)}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}
/*# sourceMappingURL=main.225dd202.css.map*/