.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:48px;max-width:440px;width:100%}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{color:#1a202c;font-size:32px;font-weight:700;margin-bottom:8px}.auth-header p{color:#718096;font-size:16px}.auth-buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.auth-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.infineon-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.infineon-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.google-button{background:#fff;color:#1a202c;border:2px solid #e2e8f0}.google-button:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.button-icon{font-size:20px}.auth-divider{display:flex;align-items:center;text-align:center;color:#a0aec0;margin:8px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.auth-divider span{padding:0 16px;font-size:14px;font-weight:500}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.auth-footer p{color:#a0aec0;font-size:14px}.welcome-container{min-height:100vh;padding:0;background:linear-gradient(135deg,#667eea,#764ba2)}.welcome-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;height:100vh;display:flex;flex-direction:column}.welcome-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;display:flex;justify-content:space-between;align-items:center}.user-info-header{display:flex;flex-direction:column;gap:8px}.welcome-title{font-size:28px;font-weight:700;margin:0}.user-badge{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-name{font-size:16px;font-weight:600}.user-email-small{font-size:14px;opacity:.9}.provider-badge{background:#fff3;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:500}.logout-button-header{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.header-buttons{display:flex;gap:12px}.about-button-header{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.about-button-header:hover{background:#ffffff4d;border-color:#ffffff80}.tabs-container{padding:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.tabs-nav{display:flex;background:#f7fafc;border-bottom:2px solid #e2e8f0;overflow-x:auto;flex-wrap:nowrap;flex-shrink:0}.tab-button{flex:1;min-width:120px;padding:16px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#718096;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background:#667eea0d;color:#667eea}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#fff}.tab-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.api-tests-tab{max-width:900px;margin:32px auto;flex:1;overflow-y:auto;padding:0 32px}} .api-tests-tab h2{color:#1a202c;font-size:24px;margin-bottom:8px}.tab-description{color:#718096;font-size:16px;margin-bottom:24px}.api-test-buttons{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.api-test-button{flex:1;min-width:200px;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.api-test-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.api-test-button:disabled{opacity:.6;cursor:not-allowed}.mlflow-button{background:linear-gradient(135deg,#f093fb,#f5576c)}.mlflow-button:hover:not(:disabled){box-shadow:0 10px 20px #f5576c66}.api-response{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:16px}.api-response h4{color:#2d3748;font-size:16px;margin-bottom:12px}.api-response pre{background:#1a202c;color:#e2e8f0;padding:16px;border-radius:6px;overflow-x:auto;font-size:13px;line-height:1.5;margin:0}.iframe-tab{height:100%;display:flex;flex-direction:column;padding:32px;overflow:hidden}.iframe-tab h2{color:#1a202c;font-size:24px;margin-bottom:8px;flex-shrink:0}.iframe-container{flex:1;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.service-iframe{width:100%;height:100%;border:none}.iframe-note{margin-top:16px;padding:12px 16px;background:#fff5f5;border-left:4px solid #f56565;border-radius:4px;font-size:14px;color:#742a2a}.iframe-note a{color:#667eea;font-weight:600;text-decoration:none}.iframe-note a:hover{text-decoration:underline}.loading-spinner{border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.welcome-header{flex-direction:column;gap:16px;text-align:center}.header-buttons{flex-direction:column;width:100%}.about-button-header,.logout-button-header{flex:1}.tabs-nav{flex-wrap:wrap}.tab-button{flex:0 0 50%}.api-test-buttons{flex-direction:column}.iframe-tab{padding:16px}.api-tests-tab{margin:16px auto;padding:0 16px}}} .about-modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#000000d9!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2147483647!important;padding:0!important;margin:0!important;transform:none!important}.about-modal-content{background:#fff!important;border-radius:12px!important;box-shadow:0 20px 60px #00000059!important;max-width:1200px!important;width:calc(100% - 48px)!important;max-height:calc(100% - 48px)!important;height:auto!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;z-index:2147483647!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;box-sizing:border-box!important}.about-modal-content.maximized{position:fixed!important;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;width:auto!important;height:auto!important;max-width:calc(100% - 16px)!important;max-height:calc(100% - 16px)!important;border-radius:8px!important;padding:12px!important;transform:none!important}.about-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px 32px;display:flex;justify-content:space-between;align-items:center}.about-modal-header h2{margin:0;font-size:24px;font-weight:700}.about-close-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);width:40px;height:40px;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.about-close-button:hover{background:#ffffff4d;border-color:#ffffff80}.about-header-actions{display:flex;gap:8px;align-items:center}.about-maximize-button{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.25);width:40px;height:40px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.about-maximize-button:hover{background:#ffffff40}.about-modal-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.about-tabs-nav{display:flex;background:#f7fafc;border-bottom:2px solid #e2e8f0;overflow-x:auto;flex-wrap:nowrap}.about-tab-button{flex:1;min-width:150px;padding:16px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#718096;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.about-tab-button:hover{background:#667eea0d;color:#667eea}.about-tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#fff}.about-tab-content{flex:1;padding:0;overflow:hidden}.pdf-iframe{width:100%;height:100%;min-height:700px;border:none}.no-pdfs-message{padding:40px;text-align:center;color:#718096}.no-pdfs-message p{margin:16px 0;font-size:16px}@media (max-width: 768px){.about-modal-overlay{padding:10px}.about-modal-content{max-width:98vw;max-height:98vh;height:100%}.about-modal-header{padding:16px 20px}.about-modal-header h2{font-size:20px}.about-tabs-nav{flex-wrap:wrap}.about-tab-button{flex:0 0 50%;min-width:120px}.pdf-iframe{min-height:500px}}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root,.app{width:100%;min-height:100vh}
