.dashboard-section{padding:160px 80px 80px;display:flex;align-items:center;flex-direction:column;justify-content:center}.dashboard-section h1,.dashboard-section p{margin:0}.dashboard-container{max-width:1280px;flex-direction:column;gap:56px}.dashboard-container,.dashboard-header{display:flex;width:100%;align-items:center}.dashboard-header{flex-direction:row;vertical-align:middle;justify-content:space-between}.dashboard-header a{white-space:nowrap;border-radius:100px;background:#86328c;padding:14px 36px;color:#fff;margin-right:20px;text-decoration:none;align-self:center;justify-self:center}.row-header{padding-top:10px;padding-bottom:10px}.dashboard-main-header{width:100%;text-align:left;font-size:56px;font-style:normal;font-weight:600;line-height:125%}.ai-provider-container{display:flex;width:100%;min-height:640px;flex-direction:column;border:2px solid #e2eaea;border-radius:16px;background:#fff;overflow:hidden}.ai-provider-row{display:flex;align-items:center;justify-content:left;padding:20px;vertical-align:middle;font-size:16px;border:1px solid #e2eaea}.ai-provider-logo-wrapper{display:flex;width:40px;height:40px;align-self:center;justify-self:center;padding-left:20px}.ai-provider-stats-wrapper{width:100%;display:flex;align-items:center;justify-content:space-evenly;gap:20px}.ai-provider-stats{display:flex;align-items:center;justify-content:center;vertical-align:center;width:150px;text-align:center}.ai-provider-stats p{vertical-align:middle}.api-key-container{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%}.api-key-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.api-key-header h2{margin:0;font-size:20px;font-weight:600}.generate-key-button{background:#86328c;color:#fff;border:none;padding:10px 20px;border-radius:16px;font-weight:500;cursor:pointer;transition:background .2s}.generate-key-button:hover:not(:disabled){background:#58205c}.generate-key-button:disabled{background:#ccc;cursor:not-allowed}.generated-key-display{background:#f0f9ff;border:1px solid #0070f3;border-radius:8px;padding:16px;margin-bottom:20px}.key-warning{color:#d97706;font-weight:500;margin:0 0 12px}.key-display-box{display:flex;gap:12px;align-items:center;background:#fff;padding:12px;border-radius:6px;margin-bottom:12px}.key-display-box code{flex:1 1;font-family:Courier New,monospace;font-size:14px;word-break:break-all}.copy-button{background:#087954;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;white-space:nowrap}.copy-button:hover{background:#059669}.close-key-button{background:#6b7280;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.close-key-button:hover{background:#4b5563}.api-keys-list{display:flex;flex-direction:column;gap:12px}.no-keys-message{text-align:center;color:#6b7280;padding:20px}.api-key-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.api-key-info{flex:1 1}.api-key-id{font-weight:600;margin:0 0 4px;font-family:Courier New,monospace;font-size:14px}.api-key-date{font-size:13px;color:#6b7280;margin:2px 0}.api-key-actions{display:flex;align-items:center}.revoke-button{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:16px;cursor:pointer;font-weight:500}.revoke-button:hover{background:#dc2626}.api-key-revoked{color:#6b7280;font-weight:500;padding:8px 16px}.dashboard-section,.dashboard-section *{transition:background-color .3s ease,color .3s ease,border .3s ease}